/*
	Theme Name: Ca dea Calle
	Theme URI: https://cadeacalle.it
	Description: B&B
	Version: 1.4.3
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------------*\
                   GENERAL 
\*------------------------------------------*/

img {
	max-width:100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

picture {
	display: grid;
}
.grecaptcha-badge {
	display: none;
}
.ios .parallax {
	background-attachment: scroll !important;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
}

.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}

/*------------------------------------------*\
                    SLIDES
\*------------------------------------------*/

.slick-dots {
	position: absolute;
    right: 0;
    bottom: 1%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: var(--introbrown);
    border: 1px solid var(--introbrown);
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	bottom: 10%;
	left: 3%;
	z-index: 1;
	outline: none; 
}

.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	bottom: 10%;
	right: 0;
	z-index: 1;
	outline: none;
}

/* WP FORM */

.wpcf7-form {
	background-color: #ede3dc;
	padding: 30px;
	margin-bottom: 30px;
	text-align: left;
}
input,
textarea {
	outline: none;
	padding: 5px 5px 5px 15px;
	color: var(--introbrown);
	margin-bottom: 30px;
	border: none;
	width: 100%;
}
textarea {
	padding: 20px 5px;
}
input {
	height: 40px;
}
::placeholder {
	color: var(--introbrown);
	padding-left: 10px;
	font-size: 14px;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	padding: 8px;
	margin-bottom: 0;
	max-width: 8px;
}
.wpcf7-form #privacy:checked {
	background-color: var(--introbrown);
}
.wpcf7-form .privacy .wpcf7-list-item-label {
	color: var(--introbrown);
	font-size: 14px;
	margin-left: 5px;
}
.wpcf7-form .privacy a {
	color: var(--introbrown);
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance label span {
	color: #AF6A56;
}
.wpcf7-acceptance label a {
	color: #AF6A56;
	text-decoration: underline;
}
.wpcf7-submit {
	margin-top: 30px;
	background-color: var(--introbrown);
	border-radius: 5px;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    color: #fff;
}
.wpcf7-submit:hover {
	opacity: 0.8;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
select {
	width: 100%;
	margin-bottom: 30px;
	height: 40px;
	outline: none;
	border: none;
	color: var(--introbrown);
	padding-left: 20px;
}

/*------------------------------------------*\
    STRUCTURE HEADER & FOOTER + RESPONSIVE
\*------------------------------------------*/

/* HEADER SETTINGS */
.header{
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 z-index: 2;
	 background-color: rgba(0,0,0,0.3);
	 padding: 0 5%;
	 color: #fff;
}
.header .openclose{
	 display: none;
}			 
 
.logo{
	z-index: 11;
}
.logo img {
	max-width: 240px;
 }		  
 .nav a:hover {
	text-decoration: underline;
 }
 .nav .current_page_item a {
	text-decoration: underline;
 }
 .nav ul {
	list-style-type: none;
	text-align: center;
 }
 .nav ul li {
	display: inline;
	margin-left: 15px;		
 }
 .nav ul li a{
	color: #fff;
 } 
 .nav #menu-item-37{
	background-color: var(--introbrown);
	padding: 10px;
 }
 .nav #menu-item-37:hover{
	background-color: #915746;
 }
 .nav #menu-item-37:hover a{
	 text-decoration: none;
 }
 .page-template-template-contatti .header{
	 background-color: var(--introbrown);
 }
 .page-template-template-contatti .nav #menu-item-37{
	 background-color: #fff;
	 
 }
 .page-template-template-contatti .nav #menu-item-37:hover{
	 background-color: rgba(255,255,255,0.8);
 }
 .page-template-template-contatti .nav #menu-item-37 a{
	 color: var(--introbrown);
 }

 @media (max-width: 1023px){
	 .nav{
		display: none;
		background-color: var(--beige);					  
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		justify-content: center;
		align-items: center;
	}
	.nav ul li a{
		color: var(--darkbrown);
	}
	.nav #menu-item-37 a{
		color: #fff;
	 }
	 
	.header .openclose{
		display: block;
	}	
	.header{
		background: transparent;
	 }
	.nav ul li{
		display: block;
		text-transform: uppercase;
		margin: 20px 0;
	}
 }
 
.openclose {
	position: absolute;
	top: 35px;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

/* FOOTER SETTINGS */

.footer {
	background-color: var(--introbrown);
	color: #fff;
	padding: 30px 5%;
	font-size: 12px;
	
}
.footer .footer-text{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	text-align: right;
}

.footer .copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #fff;
	padding-top: 30px;
	padding-bottom: 0;
}

.footer a{
	color: #fff;
}

.footer img {
	max-width: 250px;
}

 @media (max-width: 768px){
	 
	.footer .footer-text {
		flex-direction: column;
		width: 100%;
		text-align: left;
		justify-content: left;
	 }
	 .footer .footer-text div:not(:last-child){
		padding-bottom: 30px;
	 }
	 .footer .f-logo{
		text-align: center;
	 }
 }

/*-----------------------------------------*\
               TUTTE LE PAGINE
\*-----------------------------------------*/


/*-------------- PAGE HOME ------------------*/


/* GENERAL */

:root{
	--beige: #dbc7bd;
	--introbrown: #af6a56;
	--darkbrown: #875743;
}


h1 {
	font-size: 50px;
	font-family:'Gotham-Bold';
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 800px){
	h1{
		font-size: 35px;
	}
}
h1 strong{
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}

#contacts h1 strong{
	-webkit-text-stroke: 1px #AF6A56;
	color: transparent;
}
h2 {
	font-size: 37px;
	color: #AF6A56;
	font-family:'Gotham-Bold';
	text-transform: uppercase;
}

#property .esclusive h2{
	font-size: 31px;
}
@media (max-width: 800px){
	h2{
		font-size: 30px;
	}
}

h2 strong{
	-webkit-text-stroke: 1px #AF6A56;
	color: transparent;
}
.box-castelliere .title h2 strong,
.box-camere .title h2 strong,
.esclusive h2 strong{
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}
h3 {
	font-size: 16px;
	color: #b69b9c;
}
h4 {
	font-size:25px;
	color: #AF6A56;
	font-family:'Gotham-Bold';
	text-transform: uppercase;
}
h4 strong{
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}
.slide-stagioni h4 strong{
	-webkit-text-stroke: 1px #AF6A56;
	color: transparent;
}
.corsivo {
	font-family:'Angelface';
	color: #cedd97;
}
.pulsante-beige {
	border: 2px solid #AF6A56;
	color: #AF6A56;
	padding: 5px 30px;
	background-color: transparent;
	margin-top: 30px;
	display: inline-block;
	transition: 0.3s;
}
.pulsante-beige:hover {
	color: #fff;
	background-color: #AF6A56;
	transition: 0.3s;	
}

.pulsante-bianco {
	border: 2px solid #fff;
	color: #fff;
	padding: 5px 30px;
	background-color: transparent;
	margin-top: 30px;
	display: inline-block;
	transition: 0.3s;
}
.pulsante-bianco:hover {
	background-color: #fff;
	color: #b69b9c;
	transition: 0.3s;
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}
body {
	font:500 16px/1.4 'Gotham-Book', Helvetica, Arial, sans-serif;
	color:#000;
	background-color: #ffffff;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

hr{
	width: 1000px;
	height: 1px;
	background: var(--introbrown);
	border: 0;
	margin: 0 auto;
}

.content{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.pulsante-beige-full{
	border: 2px solid var(--introbrown);
	color: #ffffff;
	padding: 5px 30px;
	background-color: var(--introbrown);
	margin-top: 30px;
	display: inline-block;
	transition: 0.3s;
}
.pulsante-beige-full:hover{
	background-color: transparent;
	border: 2px solid var(--introbrown);
	transition: 0.3s;
	color: var(--introbrown);
}

.pulsante-white-full{
	border: 2px solid #ffffff;
	color: var(--introbrown);
	padding: 5px 30px;
	background-color: #ffffff;
	margin-top: 30px;
	display: inline-block;
	transition: 0.3s;
}

.pulsante-white-full:hover{
	color: var(--introbrown);
	background-color: transparent;
	color: #fff;
}
.white{
	color: #ffffff;
}

.text-left{
	text-align: left;
}

.flex-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pt20{
	padding-top: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb50{
	padding-bottom: 50px;
}
.pb60{
	padding-bottom: 60px;
}

/* HOME PAGE */

.slideshow{
	width: 100%;
	background-color: #0000;
	position: relative;
}

.slideshow img,
.slideshow-camere img{
	height: 75vh;
}

.carosello{
	
	overflow: hidden;
	position: relative;
}
#home .intro{
	position: relative;
	width: 100%;
	margin-bottom: -150px;
}

#home .contenitore-slide{
	background-color: #af6a56e3;
	text-align: center;
	margin-top: -117px;
	padding: 30px;
	position: relative;
}

#home form,
#property form{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#home form .prenotazione,
#property form .prenotazione{
	width: 32%;
	display: flex;
	align-items: center;
	border: : 1px solid #fff;
}
#home form .prenotazione label,
#property form .prenotazione label{
	width: 50%;
	color: #fff;
	font-size: 12px;
}
#home form input,
#property form input{
	color: #fff;
	margin: 0;
	border: 1px solid #fff;
	background: transparent;
	z-index: 1;
}

.rrp-widget-open-modal{
	z-index: 1;
}

.intro .container a,
.introduzione .container a{
	display: inline-block;
	width: 30%;
	background-color: #fff;
	color: var(--darkbrown);
	padding: 8px 20px;
	border: 1px solid #fff;
	transition: .3s;
}
.intro .container a:hover,
.introduzione .container a:hover{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: .3s;
}


#home form input[type="submit"],
#property form input[type="submit"]{
	color: var(--introbrown);
	background-color: #fff;
	
}
/* PRESENTAZIONE */

#home .presentazione{
	padding: 21vh 5% 60px;
	text-align: center;
	position: relative;
	background-image: url('img/home/back-home.svg');
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-size: 302px; 
	background-position-x: 5%;
}
@media (max-width: 1022px){
	#home .presentazione{
		background-image: none;
	}
}
#home .presentazione h2{
	padding-bottom: 20px;
}
#home .presentazione h3{
	padding-bottom: 10px;
}
#home .presentazione p{
	max-width: 600px;
	margin: 0 auto;
}

#home .alloggi{
	background-color: var(--beige);
	text-align: center;
	padding: 60px 0;	
}

#home .alloggi .box-castelliere{
	width: 50%;					
}
#home .alloggi .box-camere{
	width: 50%;
}
.box-castelliere .title{
	background-color: var(--introbrown);
}

.box-castelliere .title h2{
	color: #ffffff;
	padding: 30px 0 30px;
}
.box-camere .title{
	background-color: var(--darkbrown);
}
.box-camere .title h2{
	color: #ffffff;
	padding: 30px 15px;
}

.box-castelliere .description,
.box-camere .description{
	height: 485px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;
	background-color: #895b52ad;
	text-align: left;
	padding: 150px 30px;
}
.box-castelliere:hover .description,
.box-camere:hover .description{
	opacity: 1;
	transition: 0.5s;
	
}

/* ESPERIENZE */

.esperienze span {
	font-size: 100px;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -70px;
	margin-left: -40px;
	color: var(--introbrown);
}
.esperienze #cella_1{
	padding-bottom: 60px;
}
.esperienze #cella_3{
	position: relative;
	left: 30px;
}
.esperienze #cella_1 img,
.esperienze #cella_3 img{
	width: 70%;
	height: auto;
}

@media (min-width: 1025px){
	.esperienze #cella_3{
		margin-top: -200px;
	}
	.wpcf7 .flex {
		flex-wrap: wrap;
	}
	.wpcf7 .flex div {
		width: 48%;
	}
	.wpcf7-form {
		margin-bottom: 60px;
	}
	.wpcf7-form textarea {
		height: 110px;
	}
	.wpcf7-submit {
		margin-top: 0;
	}
	.wpcf7-form .bottom {
		display: flex;
	    align-items: end;
	    flex-direction: column;
	}
	
}
@media (max-width: 1025px){
	.esperienze #cella_2{
		margin-bottom: 60px;
	}
}


.esperienze #cella_2 img{
	width: 100%;
	height: 100%;
}
.esperienze #cella_1 h2,
.esperienze #cella_2 h2,
.esperienze #cella_3 h2{
	padding-bottom: 10px;
	padding-top: 20px;
}


#home .esperienze{
	padding: 60px 0;
	background-color: #ffffff;
	text-align: center;
}


#home .esperienze .cella{
	width: 45%;
}

#home .esperienze .cella .small img{
	width: 70%;
}

/* PLUS SLIDER E AZIENDA AGRICOLA */

.plus .slide-stagioni{
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	background-color: var(--beige);
	
}
.plus .slide-stagioni .image{
	width: 50%;
	height: 571px;
}
.plus .slide-stagioni .image img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plus .slide-stagioni .description{
	width: 50%;
	padding: 60px 80px;
	align-self: center;
}
.plus .slide-stagioni .description img{
	width: 80px;
	padding-bottom: 30px;
	object-fit: cover;
	height: 100%;
	vertical-align: bottom;
}

.plus-cella-02 .description img{
	width: 80px;
	padding-bottom: 30px;
	object-fit: cover;
	height: 100%;
	vertical-align: bottom;
	}


#home .plus .plus-cella-02{
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 100%;
	overflow: hidden;
	background-color: var(--introbrown);
}

#home .plus .plus-cella-02 .image{
	width: 50%;
	height: 590px;
	justify-content: space-between;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}
#home .plus .plus-cella-02 .image img{
	width: 50%;
}
#home .plus .plus-cella-02 .description{
	width: 50%;
	background-color: var(--introbrown);
	padding: 60px 80px;
	align-self: center;
} 
#home form{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#home form .prenotazione{
	width: 30%;
	display: flex;
	align-items: center;
	border: : 1px solid #fff;
}
#home form .prenotazione label{
	width: 50%;
	color: #fff;
}
#home form input{
	color: #fff;
	margin: 0;
	border: 1px solid #fff;
	background: transparent;
}
#home form input[type="submit"]{
	color: var(--introbrown);
	background-color: #fff;
}

/* NEWS */
#mc_embed_signup .mc-field-group input{
	border: 1px solid #dfdfdf;
}
#mc_embed_signup .foot .button{
	color: #fff;
	background-color: var(--introbrown);
	border-radius: none;
	
}
#mc_embed_signup .brandingLogo img{
	width: 150px;
	height: auto;
}

/* NEWSLETTER */

.newsletter {
	padding: 60px 0;
}
.newsletter .container{
	text-align: center;
}

/* RECENSIONI */
.recensioni {
	padding: 60px 0;
	text-align: center;
}


/* CAMERE */

#property .slideshow-camere{
	width: 100%;	
	position: relative;
}

.carosello{
	overflow: hidden;
	position: relative;
}

#property .introduzione{
	position: relative;
	width: 100%;
	margin-bottom: -90px;
}

#property .contenitore-slide{
	background-color: #af6a56e3;
	text-align: center;
	margin-top: 35px;
	padding: 30px;
	position: relative;
}
 .slideshow-camera .carosello{
	height: auto;
}
			 
.gallery-camera .gallery{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gallery-camera .gallery .single{
	width: 31%;
	height: 290px;		
	margin-bottom: 30px;
}
.gallery-camera .gallery .single img{
	height: 100%;
}			  
			
 @media (max-width: 1023px) {
	.gallery-camera{				 
		 display: none;
		 
		 .slideshow-camera{
		display: block;
	} 
	}
}
@media (min-width: 1024px) {
	.slideshow-camera{
		display: none;
	} 
	.gallery-camera{				 
		 display: block;
	}
}


.slideshow-appartamento{
	margin-bottom: 60px;
}
 .slideshow-appartamento .carosello{
	 height: auto;
 }
#property .icon-slide{
	width: 140px;
	height: 140px;
	background-color: var(--introbrown);
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
#property .box h2{
	font-size: 20px;
}
#property .icon-slide img{
	width: 90px;
}
#property .introduzione{
	position: relative;
	top: -150px;
}

#property .boxes{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding-bottom: 60px;
}
#property .boxes .box{
	width: 33%;
	text-align: center;
	margin-top: 30px;
}
#property .aggiunte,
#property .prezzi{
	text-align: center;
	padding: 60px 0;
}
#property .aggiunte h2,
#property .prezzi h2{
	padding-bottom: 10px;
}
.plus-camere img{
	width: 15%;
	padding-bottom: 30px;
}
#property .plus-camere{
	padding: 0 5% 30px;
	text-align: center;
}
#property .plus-camere h2{
	padding-bottom: 20px;
}
#property .plus-camere h3{
	padding-bottom: 10px;
}
#property .plus-camere p{
	max-width: 600px;
	margin: 0 auto;
}
#property .scelta{
	background-color: var(--beige);
	padding: 60px 0;
	
}
#property .scelta .options{
	display: flex;
}
#property .scelta .options button{
	width: 50%;
	padding: 30px 0;
	
}
#property .scelta .options button:nth-child(1){
	background-color: var(--introbrown);
	outline: none;
	border: none;
	color: #fff;
	font-family: 'BlackerDisplay-Medium';
	line-height: 1.2;
	font-weight: normal;
	font-size: 30px;
}
#property .scelta .options button:nth-child(2){
	background-color: #fff;
	outline: none;
	border: none;
	color: var(--introbrown);
	font-family: 'BlackerDisplay-Medium';
	line-height: 1.2;
	font-weight: normal;
	font-size: 30px;
}
#property .scelta .city{
	height: 630px;
	overflow: hidden;
	position: relative;		
}
#property .scelta .bianca,
#property .scelta .viola{
	position: relative;
}
#property .scelta .bianca::after{
	content: "";
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	width: 40px;
	height: 30px;		
	background-color: var(--introbrown);
	position: absolute;
	top: 0;
	left: 23%;		
}
#property .scelta .viola::after{
	content: "";
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	width: 40px;
	height: 30px;		
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 73%;		
}
#property .esclusive{
	display: flex;		
	align-items: center;	
	background-color: var(--introbrown);
}
#property .esclusive .text{
	width: 50%;
	padding: 60px 80px;
	position: relative;
	background-image: url('img/home/glasses.svg');
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: right;
	background-size: 400px; 
	background-position-x: 5%;
}

#property .esclusive .img{
	width: 50%;
	height: 453px;
	
}
#property .esclusive .img img{
	max-height: 100%;
	height: 100%;
	vertical-align: bottom;
}


/* fine tags */


#mc_embed_signup {
	width: 100% !important;
	margin-top: 20px;
}
#mc_embed_signup form {
	padding: 20px !important;
}
#mc_embed_signup input[type=radio] {
	margin-right: 5px;
	height: auto;
}
#mc_embed_signup .foot {
	display: inline-block !important;
	text-align: center;
	width: 100% !important;
}
#mc_embed_signup input {
	margin-bottom: 0;
	color: #000;
}
#mc_embed_signup div.response {
	width: 90% !important;
}

/* CONTATTI */

#contacts .divisor{
	height: 100px;
}
#contacts .informazioni{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contacts .left,
#contacts .right{
	width: 50%;
}
#contacts .left{
	padding: 30px 5%;
}
#contacts .left h1{
	margin: 30px 0 10px;
}
#contacts .left img{
	max-width: 15%;
}
#contacts h1{
	color: var(--introbrown);
}
#contacts .intro-form{
	text-align: center;
	width: 40%;
	margin: 0 auto;
	padding: 60px 0;
}
#contacts .form-contatto{
	background-color: var(--beige);
	padding: 30px 30px 0 30px;
	margin-bottom: 60px;
}

#contacts .form-contatto input,
#contacts .form-contatto textarea{
	width: 48%;
}
#contacts .form-contatto .riga{
	display: flex;
	justify-content: space-between
}
#contacts .form-contatto .riga .company{
	display: flex;
	width: 48%;
	flex-direction: column;
}
#contacts .form-contatto .riga .company input{
	width: 100%;
}
#contacts .form-contatto .privacy{
	width: 50%;
	display: flex;
	align-content: center;
	color: var(--darkbrown);
}
#contacts .form-contatto .privacy input{
	width: 20px;
	height: 20px;
	display: inline;
	margin-right: 10px;
	outline: none;
	border: none;
	
}
#contacts .form-contatto input[type="submit"]{
	width: 15%;
	cursor: pointer;
	background-color: var(--introbrown);
	color: #fff;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Gotham-Book';
	src:url('fonts/Gotham-Book/Gotham-Book.eot');
	src:url('fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Book/Gotham-Book.woff') format('woff'),
		url('fonts/Gotham-Book/Gotham-Book.ttf') format('truetype'),
		url('fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Gotham-Light';
	src:url('fonts/Gotham-Light/Gotham-Light.eot');
	src:url('fonts/Gotham-Light/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Light/Gotham-Light.woff') format('woff'),
		url('fonts/Gotham-Light/Gotham-Light.ttf') format('truetype'),
		url('fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'BlackerDisplay-Medium';
	src:url('fonts/BlackerDisplay-Medium/BlackerDisplay-Medium.eot');
	src:url('fonts/BlackerDisplay-Medium/BlackerDisplay-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/BlackerDisplay-Medium/BlackerDisplay-Medium.woff') format('woff'),
		url('fonts/BlackerDisplay-Medium/BlackerDisplay-Medium.ttf') format('truetype'),
		url('fonts/BlackerDisplay-Medium/BlackerDisplay-Medium.svg#BlackerDisplay-Medium') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Angelface';
	src:url('fonts/Angelface/Angelface.eot');
	src:url('fonts/Angelface/Angelface.eot?#iefix') format('embedded-opentype'),
		url('fonts/Angelface/Angelface.woff') format('woff'),
		url('fonts/Angelface/Angelface.ttf') format('truetype'),
		url('fonts/Angelface/Angelface.svg#Angelface') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Gotham-Bold';
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot');
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Bold/Gotham-Bold.woff') format('woff'),
		url('fonts/Gotham-Bold/Gotham-Bold.ttf') format('truetype'),
		url('fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:768px) {
	.container{
		width: 90%;
	}
	.flex,
	.flex-wrap{
		flex-direction: column;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.carosello img{
		height: 75vh;
	}
	
	 #home .presentazione{
		padding-top: 25vh !important;
	} 
	hr{
		width: 90%;
	}
	#home .contenitore-slide{
		margin-top: -200px;
	}
	#home .presentazione > div{
		opacity: 0.5;
	}
	#home form,
	#property form{
		flex-direction: column;
	}
	#home form .prenotazione,
	#property form .prenotazione{
		width: 100%;	
		margin-bottom: 10px;
	}
	.plus .slide-stagioni .image{
		height: 400px;
	}
	#home .plus .plus-cella-02 .image{
		height: 400px;
	}
	.intro .container a,
	.introduzione .container a{
		width: 100% !important;
	}	
	.fascia_4 .box-camere{
		margin-top: 30px;
	}	
	#home .alloggi{
		padding: 30px 0;
	}
	#home .alloggi .box-castelliere{
		width: 100%;
		
	}
	#home .alloggi .box-camere{
		width: 100%;
		margin-bottom: 30px;
		}
	.box-castelliere .description,
	.box-camere .description{
		height: auto;
		padding: 90px 30px;
		opacity: 1;
	}
	#home .esperienze .cella{
		width: 100%;
	}
	#home .esperienze .cella:nth-child(3){
		margin-top: 50px;
	}
	#home .esperienze{
		padding: 30px 40px;
	}
	.esperienze #cella_3{
		position: relative;
		left: 0;
	}
	.esperienze #cella_1 img,
	.esperienze #cella_2 img,
	.esperienze #cella_3 img{
		width: 100%;
		height: 300px;
	}
	#home .plus .plus-cella-01{
		flex-direction: column;
	}
	
	#home .plus .plus-cella-01 .description,
	#home .plus .plus-cella-02 .description{
		width: 100%;
		padding: 30px;
	}

	#home .plus .plus-cella-01 .description img{
		height: 23%;
	}
	#home .plus .slide-stagioni{
		flex-direction: column;
	}
	#home .plus .slide-stagioni .image
	{
		width: 100%;
	}
	#home .plus .slide-stagioni .description{
		width: 100%;
		padding: 30px;
	}
	#home .plus .plus-cella-02{
		flex-direction: column-reverse;
	}
	#home .plus .plus-cella-02 .image{
		width: 100%;
	}
	.newsletter {
		padding: 30px 0;
	}
	.recensioni{
		padding: 30px 0;
	}
	
	/* camere */
	
	#property .contenitore-slide{
		margin-top: -50px;
	}
	#property .boxes{
		padding-bottom: 30px;
	}
	#property .aggiunte,
	#property .prezzi,
	#property .scelta{
		padding: 30px 0;
	}
	#property .icon-slide{
		width: 100px;
		height: 100px;
	}
	#property .icon-slide img{
		width: 68px;
	}
	#property .esclusive{
		flex-direction: column;
	}
	#property .esclusive .text{
		width: 100%;
		padding: 30px;
	}
	#property .esclusive .img{
		width: 100%;
	}
	#property .scelta .bianca::after{
		width: 50px;
		height: 30px;
	}
	#property .scelta .viola::after{
		width: 50px;
		height: 30px;
	}
	#property .scelta .city{
		height: auto;
	}
	#property .scelta .city img{
		height: 300px;
	}
	
	/* contacs */ 
	
	#contacts .informazioni{
		flex-direction: column;
	}
	#contacts .informazioni .left{
		width: 100%;
		text-align: center;
	}
	#contacts .informazioni .right{
		width: 100%;
	}
	#contacts .informazioni .right iframe{
		height: 600px;
	}
	#contacts .intro-form{
		width: 80%;
	}
	#contacts .form-contatto .riga,
	#contacts .form-contatto .riga .company
	{
		flex-direction: column;
		width: 100%;
	}
	#contacts .form-contatto .privacy{
		width: 100%;
	}
	#contacts .form-contatto input,
	#contacts .form-contatto textarea{
		width: 100%;
	}
	#contacts .form-contatto input[type="submit"]{
		width: 30%;
	}
	
}

@media (max-width: 1100px){
	#home form,
	#property form{
		flex-direction: column;
	}

	#home form .prenotazione,
	#property form .prenotazione{
		width: 100%;	
		margin-bottom: 10px;
	}
	
	.intro .container a,
	.introduzione .container a{
		width: 100% !important;
	}
	
	#home form .prenotazione label,
	#property form .prenotazione label{
		width: 30%;
	}
	/* #home .presentazione{
		padding-top: 340px;
	} */
}

@media (min-width: 769px) and (max-width: 1025px){
	/* #home .presentazione{
		margin-top: 115px;
	} */
}

@media (min-width:769px) and (max-width: 1024px){
		
	.container{
		width: 90%;
	}
	.flex,
	.flex-wrap{
		flex-direction: column;
	}
	.fascia_4 .box-camere{
		margin-top: 30px;
	}
	.intro .container{
		width: 65%;
	}
	#home .presentazione p{
		max-width: 900px;
	}
	#home .presentazione > div{
		opacity: 0.5;
	}
	
	#home .alloggi .box-castelliere{
		width: 100%;
		
	}
	#home .alloggi .box-camere{
		width: 100%;
		margin-bottom: 30px;
		}
	.box-castelliere .description,
	.box-camere .description{
		height: 360px;
		padding: 90px 30px;
		opacity: 1;
	}
	#home .esperienze .cella{
		width: 100%;
	}
	#home .esperienze{
		padding: 30px 30px;
	}
	.esperienze #cella_1 img,
	.esperienze #cella_3 img{
		width: 100%;
		height: 100%;
	}
	.esperienze #cella_3{
		position: relative;
		left: 0;
	}
	
	#home .plus .slide-stagioni .description,
	#home .plus .plus-cella-02 .description{
		padding: 60px 40px;
	}
	#home .plus .slide-stagioni .image{
		height: 610px;
	}
	#home .plus .plus-cella-01 .description img{
		height: 23%;
	}
	/* camere */
	
	.introduzione .container{
		width: 65%;
	}
	#property .esclusive{
		flex-direction: column;
	}
	#property .esclusive .text{
		width: 100%;
		padding: 60px;
	}
	#property .esclusive .img{
		width: 100%;
	}
	#property .scelta .bianca::after{
		width: 50px;
		height: 30px;
	}
	#property .scelta .viola::after{
		width: 50px;
		height: 30px;
	}
	#property .scelta .city{
		height: auto;
	}
	#property .scelta .city img{
		height: 300px;
	}	
	
	/* contacs */ 	
	
	#contacts .informazioni .left{
		width: 100%;
		text-align: center;
	}
	#contacts .informazioni .right{
		width: 100%;
	}
	#contacts .informazioni .right iframe{
		height: 600px;
	}
	#contacts .intro-form{
		width: 80%;
	}

	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.wpcf7-submit {
		margin-top: 0;
		display: block;
		float: right;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	

}
@media (min-width: 1025px) and (max-width: 1280px) {
	
	.container{
		width: 90%;
	}
	.header {
		top: 0;
		background-color: rgba(0, 0, 0, 0.30);
		margin: 0;
	}
	.intro .container{
		width: 70%;
	}
	.introduzione .container{
		width: 70%;
	}
	#home .plus .slide-stagioni .image{
		height: 590px;
	}


}
@media (min-width:1281px) and (max-width: 1600px){
	
	.logo {
		max-width: 250px;
	}
	.logo img {
		max-width: 250px;
	}

}
@media only screen and (min-width:1024px) {
	.lampeggio {
		bottom: 92%;
		right: 0.5%;
		max-width: 40px;
	}
}
	
@media only screen and (min-width:1600px) {

}


