/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


img.footer-logo {
	width: 67%;
}

.logo-centenario {
	margin-left: 35px !important;
}

.icon-servizi {
	position: absolute;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg); 
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	opacity:0.5;
}

.laboratorio {
	width: 50%;
	top: -70px;
	right: -10px;
}

.moda {
	top: -23px;
	width: 70%;
	right: -25px;
}

.mercato {
	width: 75%;
	top: -30px;
	right: -50px;
}

.card-body-contact a {
	color: #000 !important;
	font-weight: 400;
}

/* ----------------------------------------------------------------
	Calendario
-----------------------------------------------------------------*/

 .schedule-wrap {
	padding: 70px 80px !important;
	background: #f4f4f4 !important;
  }
 
 .schedule-wrap dt:not(:nth-last-of-type(1)), .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
	 margin-bottom: 40px;
	 padding-bottom: 40px;
   }
   
  .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }

ul.canvas-alt-tabs li button {
	font-size: 20px !important;
}

.schedule-time, .schedule-desc {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
  }
  
 .schedule-desc small {
   display: block;
   font-size: 14px;
   opacity: .7;
   margin-top: 4px;
 }
 
 .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
   border-bottom: 1px dashed #000;
 }


.mt-form-footer {
  margin-top: 10.6rem !important;
}

@media only screen and (max-width: 768px) {
	
	#header-wrap #logo img {
	  padding: 10px;
	}
	
	.slider-element .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player, .swiper-slide-bg {;
	  height: 20%;
	}
	
	.slider-hero {
		margin-top: -660px !important;
	}
	
}