@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****************************
********* variabili colore*********
******************************/ :root {
  --main-color: #93c7ee;
  --secondary-color: #f992a4;
  --third-color: #d08ad8;
  --white: #ffffff;
  --main-font: 'Roboto Slab', serif;
}
/*****************************
********* tipografia*********
******************************/
body {
  font-family: var(--main-font);
  font-size: 15px;
	
}
p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
}

main li{
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
	margin-left: 30px;
	padding-bottom: 5px;
	
  
}

main ul{
	list-style: circle;
}

a {
  color: #5fa3d3;
  font-size: 16px;
  transition: ease 0.2s;
  text-decoration: none;
	font-weight: 700;
	
}
a:hover {
  color: var(--secondary-color);
  transition: ease 0.2s;
  text-decoration: none;
}

p a {
	 color: #5fa3d3;
}

h1 {
 
  
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 900;
  color: var(--main-color);
}
h2, .like-h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: var(--main-font);
  color: var(--secondary-color);
  
  margin-bottom: 30px;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--main-font);
  color: var(--main-color);
  margin-top: 15px;
	margin-bottom: 15px;
}

h3.h3_home{
	margin-top: 45px;
	
}
h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--main-font);
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
  margin-bottom: 30px;
}
h5 {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--main-font);
  color: var(--main-color);
  padding: 5px;
  margin-bottom: 30px;
}

h5.big_text{
	font-size: 60px;
	padding-bottom: 30px;
}
.contact-cta {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding-top: 10px;
  border-radius: 0px;
  background-color: var(--main-color);
	color: #ffffff;
  border: 1px solid var(--main-color);
  font-size: 16px;
  border-radius: 25px;
  margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}
a.contact-cta:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
	
}
.excerpt {
  line-height: 20px;
  font-size: 12px;
}
.data {
  display: block;
  font-size: 10px;
  color: var(--white);
  padding-top: 5px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.readmore {
  font-size: 11px;
}
.site-main-inner-pages {
  padding-top: 60px;
    padding-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.site-main-inner-pages h3{
  margin-top: 30px;
    
}

/*****************************
********* menu*********
******************************/
.bg-light {
  background-color: transparent !important;
}
.logo {
  width: 380px;
  height: 85px;
}
.navbar {
  z-index: 1000;
  height: 90px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
}
.navbar a {
  color: #ffffff;
	font-weight: bold;
}
.navbar a:hover {
  color: var(--secondary-color);
}
.navbar a.dropdown-item {
  
  padding: 15px;
  color: var(--main-color);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.navbar-collapse {
  flex-grow: 0;
}
/*****************************
********* header hero*********
******************************/
.slick-prev:before, .slick-next:before {
  font-size: 60px;
  opacity: 0.2;
}
.slick-dots li button:before {
  font-size: 15px !important;
  color: #ffffff !important;
}
.site-header {
  margin-bottom: 0px !important;
	background-color: var(--main-color);
}
.single-hero-slide {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}

.slider-text {
  position: absolute;
  min-height: 120px;
  left: 30px;
  bottom: 0%;
  
  text-align: left;
  font-weight: bold;
  font-size: 60px;
  color: var(--white);
  z-index: 2;
}
.post-thumbnail {
  height: 600px;
  background-size: cover;
  background-position: top center;
}
.breadcrumbs, .breadcrumbs a {
	margin-top: 75px;
  margin-bottom: 15px;
  font-size: 12px;
  color: var(--secondary-color);
}
/*****************************
********* Servizi *********
******************************/
.singolo-servizio {
  position: relative;
  margin-bottom: 30px;
}
.archive-servizi-row {
  margin-bottom: 90px;
}
.single-servizio-home {
  margin-top: -2px;
}
.single-servizio-home img {
  
}
.servizi-in-home-page {
 /* background-color: var(--third-color);*/
  
}
.single-servizio-title {
  color: var(--third-color);
  border: none;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
.single-servizio-title-home {
  color: var(--white);
	font-weight: bold;
	font-size: 24px;
  border: none;
  text-align: left;
  padding: 0px 10px 0px 10px;
	position: absolute;
	top: 5%;
	/*left: 30px;*/
	width: 95%;
	text-shadow: 4px 3px 4px rgba(0,0,0,0.33);
}

.single-link-servizio-home-button{
	display: block;
	background-color: var(--secondary-color);
	width: 100px;
	height: 40px;
	padding: 10px;
	text-align: center;
	border-radius: 25px;
	color:#ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 5%;
	left: 10px;
	
	
}

a.single-link-servizio-home-button:hover{
	
	color:var(--main-color)!important;
	
	
	
}
.review-home-page{
	padding-top: 90px;
	padding-bottom: 90px;
}
.single-post-image:hover {
  opacity: 0.6;
  transition: ease 0.3s;
}
.single-post-image:hover::after {
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  ;
}
.single-servizio-archive {
  background-size: cover;
  height: 200px;
}
/*****************************
************ News ************
******************************/
.news-home-page {
  margin-top: 90px;
}
.news-column-home-page {
  border-left: 1px dotted var(--secondary-color);
}
.single-news-home {
  margin-bottom: 20px;
}
.entry-excerpt {
  line-height: 20px;
  padding-top: 10px;
  border-top: 1px dotted var(--secondary-color);
  margin-top: 10px;
  min-height: 80px;
}
.single-news-title-archive-page, .single-gallery-title-archive-page {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--main-font);
  color: var(--main-color);
  margin-top: 10px;
}
.news-titolo-archive, .gallery-titolo-archive {
  margin-top: 10px;
}

.gallery-hero{
	background-image: url("images/pensione_per_cani-bergamo_gallery.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	margin-bottom: 45px;
	
}
.data-black {
  color: var(--main-color);
}
.data-page-single-news {
  color: var(--secondary-color);
  font-size: 14px;
  font-style: italic;
}
.news-cta {
  display: inline-block;
  width: 70px;
  height: 40px;
  padding-top: 10px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-radius: 25px;
}
.portfolio-cta {
  display: inline-block;
  width: 130px;
  height: 40px;
  padding-top: 10px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-radius: 25px;
}
a.news-cta:hover {
  color: var(--main-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
a.portfolio-cta:hover {
  color: var(--main-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.navigazione-news {
  margin-bottom: 90px;
}
.singola-news {
  min-height: 550px;
  border: 1px dotted var(--main-color);
  padding: 10px;
  margin-bottom: 30px;
}
.singolo-portfolio {
  min-height: 450px;
  
  padding: 10px;
  margin-bottom: 30px;
	border-radius: 15px;
}


.singolo-portfolio img {
  
	border-radius: 15px;
}


/*****************************************
********* Home page template *************
******************************************/
.main-home {
  margin-bottom: 45px;
}

.home-content{
	padding: 60px 120px 30px 120px;
}
.bar {
  width: 100%;
  height: 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  position: relative;
  transition: all 0.3s linear;
}
.bar-1, .my-skills {
  width: 100%;
  margin: 20px 10px 10px 10px;
}
.bar-inner {
  width: 0;
  height: 15px;
  line-height: 35px;
  background: var(--secondary-color);
  border-radius: 5px 0 0 5px;
}
.skills-home-page {
  margin-top: 90px;
  margin-bottom: 90px;
}
.skills-column-home-page {
  border-left: 1px dotted rgba(226, 226, 226, 1.00);
}
.home-page-map {
  height: 450px;
 
  position: relative;
  filter: saturate(0.1);
}
.ol-marker {
  filter: saturate(1);
}
#primary {
  
 
}
/*** styling form in home page***/
.wpcf7 {
  width: 100%;
}
textarea.form-control {
  height: 93%;
}
input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
}
.btn-primary {
  width: 160px !important;
  height: 40px;
  background-color: var(--white);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  border-radius: 25px;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.contact-form-home-page {
  margin-top: -3px;
  
	background-color: var(--third-color);
	padding-top: 60px;
	background-image:url("images/prints.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.white{
	color: #ffffff;
}

.box1-home{
	height: 70vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	
}

.box2-home{
	height: 70vh;
	background-image:url("images/background_rosa_zampa.jpg");
		background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.box3-home{height: 70vh;
background-image:url("images/background_azzurro_zampa.jpg");background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.box4-home{
	height: 70vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}

.box-home{
	width: 70%;
}

.box-home ul li, .box-home p, .box-home a{
	font-size: 22px!important;
	color: #ffffff;
	margin-bottom: 5px;
}

.box-home h3{
	font-size: 35px!important;
	color: #ffffff;
}

strong{
	font-weight: 900;
}

.fa-solid, .fa-regular{
	padding-right: 10px;
}

/*****************************************
********* Template pagine interne ********
******************************************/
.page-gallery {

}
.page-header {}
.contact-page-map::after, .home-page-map::after {
  content: "";
  background-color: var(--third-color);
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 450px;
}


.main-content-pages{
	margin-bottom: 90px;
	margin-top: 45px;
}
/*****************************************
********* Footer di pagina ***************
******************************************/
#colophon {
  margin-top: -2px;
  color: var(--white) !important;
}
#colophon h4 {
  color: var(--white);
}
#colophon a:hover {
  color: var(--secondary-color);
}
#colophon a.readmore {
  color: var(--third-color);
}
#colophon a.readmore:hover {
  color: var(--white);
}
.site-footer {
  padding: 30px 0;
  background-color: var(--main-color);
 line-height: 35px;
	font-size: 20px;
}
.single-footer-contacts-line {
  margin-bottom: 8px;
}
.single-social-icon {
  margin-right: 10px;
  width: 24px;
  filter: invert(1);
}
.single-social-icon:hover {
  opacity: 0.5;
  transition: ease 0.2s;
}
.social {
  margin-top: 20px;
}
#menu-footer-menu-site-map li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu-footer-menu-site-map li a {
  color: inherit;
}
/*****************************************
********* Gallery portfolio ***************
******************************************/
.single-image-in-gallery:hover {
  opacity: 0.6;
	transition: ease 0.2s;
}

.single-image-in-gallery {
  opacity: 1;
	transition: ease 0.2s;
}


.entry-gallery {
  margin-bottom: 90px;
}
/*****************************************
********* Pagina cotnatti ***************
******************************************/
.contact-page-map {
  height: 450px;
  filter: grayscale(90%);
  filter: saturate(0.3);
	margin-bottom: 60px;
}
.contacts-in-page-contatti {
  border: 1px solid var(--main-color);
  padding: 30px;
	border-radius: 15px;
}
.svg-inline--fa {
  margin-right: 15px !important;
  width: 20px !important;
}
.page-contacts-line {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--secondary-color);
  padding-bottom: 5px;
}
.page-contacts-first-line {
  font-size: 35px;
  font-weight: bold;
  font-family: var(--main-font);
  color: var(--main-color);
  margin-bottom: 30px;
}

.contact-main{
	margin-bottom: 60px;
}
a.contact-cta-servizi {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding-top: 12px;
  border-radius: 0px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  text-align: center;
}
a.contact-cta-servizi:hover {
  color: var(--main-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.slick-dotted.slick-slider {
    margin-bottom: -2px!important;
}

g{
	display: none;
}


.highlights{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
	padding: 10%;
	color: #ffffff;
	font-size: 20px;
}

.highlights h3{
	font-size: 50px;
	color: #ffffff;
}



@media only screen and (max-width: 991px){
html body div.wprm-wrapper {
    overflow:hidden;
}
}



@media (max-width: 767.98px) { 

	.home-content{
		
		padding: 15px!important;
	}
	.logo{
		width: 250px;
		height: 54px;
	}
	
	
	.slider-text {
  
  font-size: 40px;
  width: 80%;

}

	.box-home ul li, .box-home p, .box-home a {
    font-size: 18px!important;
    
}
	
	
}


@media only screen and (max-width: 991px){
.wprmenu_bar #custom_menu_icon.hamburger {
   
    background-color:rgba(0,0,0,0.00)!important;
}
}

#menu-menu-principale{
	margin-top: 30px;
}

.active {
	border-bottom: 3px solid var(--secondary-color)!important;
}



.tos-close {
    
    left: 20px!important;
}