/*
	Theme Name: Edita
*/


@keyframes point {
  from,
  to {
	  transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
	   transform: translateX(10px);
  }
  20%,
  40%,
  60%,
  80% {
	   transform: translateX(1px);
  }
}


/* FONT */


/* GENERIC RESET */

* {
	-webkit-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
	   -moz-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
			transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	color: #333333;
	padding: 0 !important;
	background: #ffffff;
}

header, aside, footer, nav, section, details, summary, article, figure, figcaption, address, mark, output, button, main { display: block; margin: 0; }
address { font-style: normal; }
button, button:hover { background: transparent; cursor: pointer; text-align: left; box-shadow: none; text-shadow: none; }
mark { background: transparent; color: #000000; margin: 0; padding: 0; }
label { font-weight: normal; margin: 0px }

#page {
	overflow: hidden;
}

.entry-content, 
.entry-summary,
.hentry {
	margin: 0;
}

h1,
h1.entry-title {
	font-family: "Playfair Display", serif;
	font-size: 42px;
	line-height: 48px;
	color: #e57905;
	clear: none;
	text-align: left;
	margin: 0 0 20px 0px;
}

h2,
h2.entry-title {
	font-family: "Playfair Display", serif;
	font-size: 28px;
	font-style: italic;
	line-height: 34px;
	color: #999999;
	clear: none;
	text-align: left;
	margin: 0 0 20px 0px;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #45a9b7;
	clear: none;
	margin: 0 0 10px 0px;
}

h1 a, h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited,
h2 a, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited,
h3 a, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0 0 26px 0;
}

a, a:hover, a:focus, a:active, a:visited {
	font-weight: 700;
	color: #e57905;
	outline: 0;
}

ul, ol {
	margin: 0 0 26px 20px;
}

strong, b {
	font-weight: 700;
}

.clear {
	clear: both;
}

/* *** HEADER *** */

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 2000px;
	border-bottom: 3px solid #ffffff;
	z-index: 1000;
	background-color: #fff;
}

.scrh-header {
	/* Force Hardware Acceleration */
	transform: translateZ(0);

	will-change: transform;
	transition: transform .2s;
}

.scrh-header.scrh-hide {
	transform: translateY(-100%);
}

header .top {
	padding: 5px 0;
	background: #ffffff;
}

header .address {
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: 700;
	line-height: 23px;
	line-height: 2.3rem;
	color: #636363;
	margin: 0;
	
	margin-top: -10px;
}

header .address li {
	padding-right: 30px;
	display: inline-block;
}

header .address li.phone {
	background: url(../images/background/icon-phone.png) no-repeat right center;
	margin-right: 30px;
}

header .address li.mail {
	margin-top: 7px;
	background: url(../images/background/icon-mail.png) no-repeat right center;
}

header .address a {
	color: #636363;
}

header .bottom {
	background: #45a9b7;
}

.mobi-buttons a {
	font-weight: 400;
	color: #ffffff;
}

.mobi-buttons .path {
	fill: #ffffff;
}

.mobi-buttons-label {
	font-weight: 400;
	color: #434343;
}

/* *** MENU *** */

.navbar-toggle {
	background-color: #1d8290;
}

.main-navigation {
	font-size: 17px;
	font-size: 1.7rem;
	background-color: transparent;
}

.main-navigation .menu-item {
	float: left;
	
	text-align: center;
}

.main-navigation a {
	color: #ffffff;
	padding: 16px 12px 17px;
}

.main-navigation a:hover,
.main-navigation a.active,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a {
	border-bottom: none;
	background: #c6c6c6;
}

.main-navigation .sub-menu {
	top: 57px;
	width: 240px;
	border-top: 3px solid #ffffff;
	background-color: #45a9b7;
}

.main-navigation .sub-menu .menu-item {
	float: none;
	padding-right: 0;
	text-align: left;
}

.main-navigation .sub-menu a {
	padding: 12px;
}

.menu-offcanvas {
	z-index: 1001;
	background: #87cad3;
}

.menu-offcanvas-button-close {
	background: #1d8290;
	text-align: center;
}

.menu-offcanvas {
	background: #87cad3;
}

.menu-offcanvas-button-close {
	background: #1d8290;
	text-align: center;
}

/* *** SLIDESHOW *** */

.header-slideshow {
	padding-top: 158px;
}

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

	.header-slideshow {
		padding-top: 115px;
	}
}


.header-slideshow .owl-theme .owl-controls {
	position: absolute;
	bottom: 50px;
	right: calc((100% - 1140px) / 2);
	width: 140px;
	height: 62px;
	margin-top: 0;
	text-align: left;
	z-index: 200;
}

.header-slideshow .owl-theme .owl-controls .owl-prev,
.header-slideshow .owl-theme .owl-controls .owl-next {
	width: 70px;
	height: 62px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	background-color: transparent;
	background-image: url(../images/background/prev-next.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}

.header-slideshow .owl-theme .owl-controls .owl-prev {
	background-position: 0px 0px;
}

.header-slideshow .owl-theme .owl-controls .owl-next {
	background-position: -70px 0px;
}

.header-slideshow .owl-theme .owl-controls .owl-prev:hover {
	background-position: 0px -62px;
}

.header-slideshow .owl-theme .owl-controls .owl-next:hover {
	background-position: -70px -62px;
}

/* *** MAIN CONTAINER *** */

.site-content {
	padding-bottom: 60px;
	background: url("../images/background/background-main.gif");
}

.site-content.home {
	background-image: url("../images/background/decor-offers.png"), url("../images/background/background-main.gif");
	background-position: 80% 50%, 0 0;
	background-repeat: no-repeat, repeat;
}

.site-content.no-slideshow {
	padding-top: 190px;
}

#primary {
	padding-top: 60px;
}

#primary ul {
	list-style: disc outside none;
}

#primary ul.gfield_checkbox {
	list-style: none;
}

/* Titoli principali */

#main_titles {
	padding: 20px 0;
	background: #ffffff;
}

#main_titles h1, #main_titles h2 {
	margin: 0;
	line-height: 50px;
}

/* Offerte home page */

#offerts .item:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#offerts mark {
	font-family: "Playfair Display", serif;
	font-size: 32px;
	line-height: 32px;
	color: #1d8290;
	margin: 0 18px 30px;
	text-transform: uppercase;
}

#offerts .countdownWrapper {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #ffffff;
	margin: 0 18px 30px;
	padding: 8px 16px;
	background: #45a9b7;
	text-align: center;
}

#offerts .countdownContainer div {
	display: inline-block;
}

#offerts .deadlineLabel,
#offerts .deadlineLabel .fa {
	margin-right: 10px;
}

#offerts .deadlineLabel .fa {
	font-size: 20px;
}

#offerts .image {
	margin: 0 18px;
}

#offerts .image img {
	border: 6px solid #ffffff;
}

#offerts .data {
	position: relative;
	margin: 0 18px 18px;
	padding: 10px 16px 30px;
	background: #ffffff;
}

#offerts .data:after {
	content: url("../images/background/cutout-bottom.png");
	position: absolute;
	bottom: -18px;
	left: -18px;
	width: 98px;
	height: 98px;
	z-index: 1;
}

#offerts .title {
	display: block;
	font-size: 25px;
	line-height: 30px;
	color: #45a9b7;
	margin-bottom: 10px;
}

#offerts .description {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #45a9b7;
}

#offerts .info {
	margin-top: 30px;
}

#offerts .price {
	font-size: 30px;
	font-weight: 700;
	color: #e57905;
}

#offerts .more {
	display: inline-block;
	float: right;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	padding: 12px 20px;
	background: #e57905;
	text-transform: uppercase;
}

#offerts .owl-theme .owl-controls {
	margin: 0 0 15px;
}

.owl-theme .owl-controls .owl-page span {
	margin: 0 3px;
	background: #45a9b7;
}

#offerts .all-offers {
	margin-right: 18px;
	text-align: right;
}

#offerts .all-offers .fa {
	padding-left: 4px;
	padding-right: 16px;
	transition: all 0.3s;
}

#offerts .all-offers a:hover .fa {
	padding-left: 14px;
	padding-right: 6px;
}

/* *** CAMERE *** */

#camere {
	padding: 40px 0 100px;
	background: #ffffff;
}

#camere mark {
	font-family: "Playfair Display", serif;
	font-size: 42px;
	line-height: 50px;
	color: #e57905;
}

#camere .subtitle {
	font-family: "Playfair Display", serif;
	font-size: 28px;
	font-style: italic;
	line-height: 50px;
	color: #999999;
	margin-bottom: 20px;
}

#camere .content {
	margin-bottom: 60px;
}

#camere .content ul {
	list-style: disc outside none;
}

#camere .item {
	padding: 20px 20px 30px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px #dddddd;
	   -moz-box-shadow: 0 0 20px #dddddd;
			box-shadow: 0 0 20px #dddddd;
}

#camere .item .name {
	font-size: 30px;
	line-height: 30px;
	color: #45a9b7;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

#camere .item .payoff {
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
	line-height: 20px;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

#camere .item .description {
	font-size: 16px;
	margin-bottom: 30px;
}

#camere .item .cta {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: 0.01em;
	padding: 15px 20px;
	background: #e57905;
	text-transform: uppercase;
}

#camere .item .cta:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* *** OFFERTE *** */

.offert-list .offer:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.offert-list .countdownWrapper {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #ffffff;
	margin: 0 18px 30px;
	padding: 8px 16px;
	background: #45a9b7;
	text-align: center;
}

.offert-list .countdownContainer div {
	display: inline-block;
}

.offert-list .deadlineLabel,
.offert-list .deadlineLabel .fa {
	margin-right: 10px;
}

.offert-list .deadlineLabel .fa {
	font-size: 20px;
}

.offert-list .image {
	margin: 0 18px;
}

.offert-list .image img {
	border: 6px solid #ffffff;
}

.offert-list .data {
	position: relative;
	margin: 0 18px 18px;
	padding: 10px 16px 30px;
	background: #ffffff;
}

.offert-list .data:after {
	content: url("../images/background/cutout-bottom.png");
	position: absolute;
	bottom: -18px;
	left: -18px;
	width: 98px;
	height: 98px;
	z-index: 1;
}

.offert-list .title {
	display: block;
	font-size: 25px;
	line-height: 30px;
	color: #45a9b7;
	margin-bottom: 10px;
}

.offert-list .description {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #45a9b7;
}

.offert-list .info {
	margin-top: 30px;
}

.offert-list .price {
	font-size: 30px;
	font-weight: 700;
	color: #e57905;
}

.offert-list .more {
	display: inline-block;
	float: right;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	padding: 12px 20px;
	background: #e57905;
	text-transform: uppercase;
}

/* *** SINGOLA OFFERTA *** */

.image-offer {
	position: relative;
	float: right;
	margin: 18px;
}

.image-offer:after {
	content: url("../images/background/cutout-bottom.png");
	position: absolute;
	bottom: -18px;
	left: -18px;
	width: 98px;
	height: 98px;
	z-index: 1;
}

.image-offer img {
	border: 6px solid #ffffff;
}

/* *** MAPPA *** */

#map_canvas {
	height: 400px;
	margin-bottom: 50px;
}

/* *** RICHIESTA PREVENTIVO *** */

#richiesta {
	margin-top: 3px;
	padding: 60px 0;
	background: #bed3d8 url("../images/background/background-richiesta.jpg") no-repeat;
}

#richiesta mark {
	font-family: "Playfair Display", serif;
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	margin-bottom: 10px;
}

#richiesta .subtitle {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-style: italic;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 50px;
}

/* *** BUONI MOTIVI *** */

#servizi {
	margin-top: 15px;
	padding: 60px 0 50px;
	text-align: center;
	background-image: url("../images/background/decor-services.png"), url("../images/background/background-main.gif");
	background-position: left top, left top;
	background-repeat: no-repeat, repeat;
}

#servizi mark {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	line-height: 50px;
	color: #e57905;
	margin-bottom: 10px;
}

#servizi .subtitle {
	font-family: "Playfair Display", serif;
	font-size: 35px;
	font-style: italic;
	line-height: 40px;
	color: #adadad;
	margin-bottom: 80px;
}

#servizi .item {
	float: left;
	width: 20%;
}

#servizi .item .icon {
	width: 170px;
	height: 170px;
	margin: 0 auto 20px;
	padding: 33px 0 0;
	border: 16px solid #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #aaaaaa;
	   -moz-box-shadow: 0 0 10px #aaaaaa;
			box-shadow: 0 0 10px #aaaaaa;
	background: #eeeeee;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

#servizi .item:hover .icon {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
			transform: scale(0.8);
}

#servizi .item .title {
	color: #e77a00;
	text-transform: uppercase;
	font-weight: bold;
}

#servizi .item .txt {
	max-width: 170px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 0 auto;
}

/* *** DOVE SIAMO *** */

#dove {
	position: relative;
	left: 50%;
	min-width: 2000px;
	margin-top: 15px;
	margin-left: -1000px;
}

/* *** FOOTER *** */

footer {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	color: #ffffff;
	padding: 26px 0 10px;
	padding: 2.6rem 0 1rem;
	margin-top: 2px;
	background: #45a9b7;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited {
	font-weight: 400;
	color: #ffffff;
}

footer address p {
	margin-bottom: 16px;
}

/* *** FORM FORMAT *** */

.defaultForm .gfield {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.defaultForm .formLabel {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 48px;
	line-height: 4.8rem;
	text-align: right;
}

.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea {
	color: #8d8d8d;
	padding: 17px;
	padding: 1.7rem;
	border: none;
}

.defaultForm input::-moz-placeholder,
.defaultForm textarea::-moz-placeholder {
	opacity: 1;
}

.defaultForm input::-webkit-input-placeholder,
.defaultForm textarea::-webkit-input-placeholder {
	color: #8d8d8d;
}

.defaultForm textarea {
	max-height: 94px;
	line-height: 20px;
	line-height: 2rem;
}

.defaultForm select {
	padding: 14px;
	padding: 1.4rem;
}

.defaultForm select option {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.defaultForm .pickadate-container input[type="text"] {
	background-image: url('../images/background/calendar.png');
	background-position: center right;
	background-repeat: no-repeat;
}

.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button {
	float: right;
	font-size: 20px;
	font-size: 2rem;
	line-height: 24px;
	line-height: 2.4rem;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	padding: 20px;
	padding: 2rem;
	background: #e57905;
	text-transform: uppercase;
}

.defaultForm button:hover,
.defaultForm input.button:hover,
.defaultForm input.button.gform_button:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.defaultForm .privacy {
	font-size: 13px;
	font-size: 1.3rem;
	color: #5c5c5c;
	padding: 0;
}

.defaultForm .privacy .gfield_description {
	margin: 5px 0 0 20px;
}

.defaultForm .privacy a {
	font-weight: 400;
	color: #5c5c5c;
	text-decoration: underline;
}

.defaultForm .privacy a:hover {
	color: #e57905;
	text-decoration: none;
}


.mobile-header {
	
	display: flex;
	flex-direction: row;
}

.mobile-header .mobile-logo {
	
	flex-grow: 1;	
	padding: 8px 0 0;

}

.mobile-header .mobile-logo img {
	
	max-width: 180px;
	margin-left: 0;
}

.mobile-header .mobile-chiama {
	
	padding: 5px 0 0 0;
	text-align: center;
}
	
/*
	.icon-edt-phone {
		font-size: 30px;
		color: $color2;
		text-decoration: none;
		line-height: 38px;
	}
*/

.mobile-header .mobile-chiama a {
	
	display: block;
	padding-top: 19px;
}

.mobile-header .mobile-menu {
		
	padding: 12px 0 0 25px;
}

.mobile-header .mobile-menu .navbar-toggle {
			
	background-color: #1d8290;
}

#footer-cta {
	
	padding: 3px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    
    display: none;
}

#footer-cta .inner {
	
	width: 100%;
	display: flex;
	flex-direction: row;
}

#footer-cta a {
	
	width: 50%;
}

#footer-cta a {
	
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 13px 10px;
    font-size: 17px;
    line-height: 1.25;
    background: url('../images/mobile-cta-arrow.png') no-repeat right 12px center;
    
}

#footer-cta a#mobile-preventivo {
	
	background-color: #F89129;
	border-right: 2px solid;
}

#footer-cta a#mobile-booking {
	
	background-color: #5fb4c2;
	border-left: 1px solid;
}

.grecaptcha-badge {
	
	z-index: 1;
}

#fixed-cta {
	
	position: fixed;
    right: 0;
    top: 45%;
    display: block;
    z-index: 100;
    color: #fff;
    background: #e76b0f url('../images/fixed-cta.png') no-repeat left 15px center;
    text-transform: uppercase;
    padding: 10px 20px 10px 75px;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

#fixed-cta:hover {
	
	animation: point 8s infinite;

}


/* *** MODALE RACCOLTA MAIL (Plugin - EditaFormBuilder) *** */
.efb-modal-newsletter {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: center;
}

.efb-modal-newsletter .modal-header,
.efb-modal-newsletter .modal-footer {
	display: none;
}

.efb-modal-newsletter .modal-content {
	background-color: #f1f1f1;
	border-radius: 0;
	padding: 25px;
}

.efb-modal-newsletter .modal-body {
	padding: 0;
}

.efb-modal-newsletter .efb-modal-fields {
	text-align: left;
}

.efb-modal-title {
	position: relative;
	color: #196db6;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 40px;
}

.efb-modal-title::after {
	position: absolute;
	bottom: -15px;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #cdcdcd;
	border-color: #fefefe;
	border-top-width: 1px;
	border-top-style: solid;
	content: "";
}

.efb-modal-newsletter .efb-modal-info {
	display: none;
}

.efb-modal-newsletter .efb-modal-privacy-title {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 400;
	text-decoration: underline;
}

.efb-modal-newsletter .efb-modal-advice {
	font-size: 13px;
	line-height: 1.4;
	display: block;
	padding-left: 20px;
	margin-bottom: 25px;
	font-weight: 300;
}

.efb-modal-newsletter .efb-modal-yes,
.efb-modal-newsletter .efb-modal-no {
	padding: 18px 30px;
	border-radius: 0;
	font-size: 17px;
	line-height: 1;
	color: #FFF;
	border: 0;
	font-weight: 300;
}

.efb-modal-newsletter .efb-modal-yes {
	background-color: #e76b11;
}

.efb-modal-newsletter .efb-modal-no {
	background-color: #c7c7c7;
}

@media (min-width:992px) {

	.efb-modal-newsletter .modal-content {
		padding: 45px;
	}

	.efb-modal-newsletter .efb-modal-yes,
	.efb-modal-newsletter .efb-modal-no {
		padding: 18px 45px;
		font-size: 26px;
	}

	.efb-modal-newsletter .modal-dialog {
		width: 730px;
	}	
}
