/*
Theme Name:		 Mdaweb
Theme URI:		 https://www.mdaweb.it/
Description:	 Mdawebtheme theme of Mdaweb, created by Manolo De Angelis 
Author:			 Manolo De Angelis
Author URI:		 https://www.mdaweb.it/
*/

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,
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;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:visited {text-decoration:none; color:#7A7674}
ul {
  margin: 0;
  padding: 0;
}
li { margin:0px 0px 0px 15px;}
b, strong {font-weight:bold;}
.text i { font-style: italic !important; }

h1  {font-family: Playfair Display !important;}
.elementor-lightbox .elementor-swiper-button:focus { outline-width:0px !important;}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('') 50% 50% no-repeat rgb(250,250,250);
	background-size: 10vw;
}
.aboutus {
	font-style: italic !important; 
	font-family:"Playfair Display" !important;
		
}
.aboutus li {margin: 0px !important;}


.paragrafo { 
    line-height: 1.4em;
    font-size: 21px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
}

.paragrafoc { 
    line-height: 1.4em;
    font-size: 21px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
} 




.elementor-slideshow__header > i:first-of-type {
    margin-left: calc(100vw - 220px) !important;
}
.swiper-zoom-container {
    height: none !important;
}
.elementor-lightbox .elementor-lightbox-item {
	padding: 0px !important;
}

#wh-widget-send-button.wh-widget-right { bottom: 0px !important;}
.b1 {overflow:hidden;position:relative; /* will-change:transform;*/}
.blasx {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: inherit;
    left: -100%;
    top: 0;
}
.blarx {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: inherit;
    left: 100%;
    top: 0;
}
.blasx.hid {
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
}	
.blarx.hid {
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);}

.fff {background:#FFFFFF;}	
.a0s {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.delay1 {transition-delay: 1s;}
.delay2 {transition-delay: 2s;}
.delay3 {transition-delay: 3s;}


a.left
{
    position: relative;
	text-decoration: none;
}

a.left:before {
  content: " ";
  position: absolute;
  width: 20%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A70013;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

a.left:hover:before {
  visibility: visible;
  width: 100%;
}

a.right
{
    position: relative;
	text-decoration: none;
}

a.right:before {
  content: " ";
  position: absolute;
  width: 20%;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: #A70013;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

a.right:hover:before {
  visibility: visible;
  width: 100%;
}
.sslide {height: calc(100vh - 50px);}

/*
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left !important;
	padding: 5px 20px 5px 20px;
	box-sizing: border-box;
}
#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
	margin-right: 0;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a
{
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	padding: 0;
	font-weight: 400;
	margin-right: 10px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

#menu_wrapper .nav ul li a:before, #menu_wrapper div .nav li > a:before,
.post_attribute a:before, #page_content_wrapper .inner .sidebar_wrapper a:not(.button):before
{
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}

*/

.containerslide {
	margin: auto;
		
}

.containerslide {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}

.timeline {
  width: 1366px;
  background-color: #fff;
}
.timeline .swiper-container {
  height: 450px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.7);
 /* box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);*/
  border-radius: 100%;
}

.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 70%;
  max-width: 800px;	
  right: 50%;
  top: 190px;
  padding: 0px 30px;
	
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 15px;
  z-index: 2;
	color: #000;	
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 38px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #E4DACB;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: .2s ease .4s;
  transition: .2s ease .4s;
	margin-top: -75px;
margin-bottom: 25px;
}
.timeline .swiper-slide .timeline-title {
    line-height: 1.4em;
    font-size: 22px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
  	margin: 0 0 30px;
  	opacity: 0;
  	-webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  	-webkit-transition: .2s ease .5s;
  	transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  color: #414141;
    line-height: 1.4em;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
  text-align: justify;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: .2s ease .6s;
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.6s;
  transition: .4s ease 1.6s;
	
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.7s;
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.8s;
  transition: .4s ease 1.8s;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 120px;
    left: 0;
    width: 100%;
}

.timeline .swiper-pagination {
    height: 0%;
	max-width: 800px;
	left: 280px !important;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    z-index: 1; 
}
.timeline .swiper-pagination::before {
content: "";
    position: absolute;
    left: -20px !important;
    top: 14px;
    height: 1px;
    width: 845px;
    background-color: #dcdcdc;
}


.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1; 
    background: transparent;
    color: #E4DACB;
    margin: 15px 0 !important;
    position: relative;
    float: left;
	padding: 20px;
}
.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    top: -3px;
    width: 6px;
    left: 50px;
    height: 6px;
    border-radius: 100%;
    background-color: #E4DACB;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #000;
  font-size: 18px;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-top: 60px;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
	width: 1200px;
	margin: auto;
}
.gallery-thumbs .swiper-slide{
		  opacity: 0.5;
     	width: 220px !important;
    	height: 222px;
    margin:10px;
    border: 10px solid #F1F1F1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.swiper-slide-next, .swiper-slide-prev
	{
		height: 100%;
	  opacity: 0.5;
		width: 220px;
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
	transform: scale(150%);
}
.pag { max-width: 800px;}
.time-title {
text-align: center;
    position: absolute;
    top: 90px;
    font-family: "Playfair Display";
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1px;
    left: auto;
    width: 1366px;
}

.slider li { margin: 0px;}
.tg_slider_property_clip_wrapper.intro .content {padding: 3rem 5rem 3rem 5rem !important;}



.tg_slider_property_clip_wrapper.intro .content > div { text-align: center;}


.stick { display: fixed; }

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 1024px) {
.tg_slider_property_clip_wrapper.intro .content
	{padding: 30px !important; font-size: 16px !important;}
	
.paragrafo { 
    line-height: 1.4em;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
    margin-top: 15px;
    text-align: justify;
}

.paragrafoc { 
    line-height: 1.4em;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: 200;
    letter-spacing: -1px !important;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
} 
.stick { display:block; }
.elementor-lightbox, .elementor-swiper-button-next, .elementor-swiper-button-prev, .dialog-lightbox-close-button {border: none !important}
.elementor-lightbox .elementor-swiper-button:focus { outline-width:0px !important;}
}
@media (max-width: 767px)
{
.loader {	background-size: 50vw;}
	#wh-widget-send-button.wh-widget-right { bottom: 100px !important; display: none !important;}
}
