/*
	Theme Name: Hecate Events
	Theme URI: https://,venicedestinationwedding.com
	Description: Organizzatore di eventi
	Version: 1.4.3
	Tags: HTML5, CSS3

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

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*: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 'CeraPro', Helvetica, Arial, sans-serif;
	color:#58585a;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
a {
	color:#58585a;
	text-decoration:none;
}
a:hover {
	color:#58585a;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
.ios .parallax {
	background-attachment: scroll !important;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 10px;
	color: #4b6959;
	line-height: 1;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #4b6959;
	margin-bottom: 10px;
	line-height: 1;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
	font-family:'TuesdayNight';
	font-size: 40px;
}
.pulsante {
	border: 1px solid #fff;
	background-color: transparent;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
}
.pulsante:hover {
	background-color: #fff;
	color: #4b6959;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.zoom {
	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);
}
.zoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1.2,1.2);
	-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);
}
.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;}
}
.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: transparent;
    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;
	top: 45%;
	left: 5%;
	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;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
/* FORM */
.wpcf7 {
	padding-bottom: 30px;
}
.wpcf7-form {
	background-color: #fff;
	padding: 20px 5%;
	margin: 0 5%;
	border-radius: 20px;
}
.wpcf7-form h2 {
	padding-bottom: 20px;
}
.wpcf7-form label {
	color: #58585a;
	display: block;
    margin-bottom: -10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	outline: none;
	padding: 5px;
	color: #58585a;
	margin-bottom: 60px;
	border: none;
	width: 100%;
	border-bottom: 1px solid #58585a;
}
input {
	height: 30px;
}
select {
	height: 30px;
	width: 100%;
	outline: none;
	margin-bottom: 30px;
}
.wpcf7-form #curriculum {
	padding: 0;
	background-color: #dadada;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #58585a;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #58585a;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form .wpcf7-submit {
	border: 1px solid #58585a;
	background-color: transparent;
	display: inline-block;
	height: 40px;
	color: #58585a;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	margin-top: 60px;
	margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #58585a;
	color: #fff;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: none !important;
}
.wpcf7 form .wpcf7-response-output {
	padding: 0;
	border: none !important;
}
.grecaptcha-badge {
	display: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1800px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: relative;
	width: 100%;
}
.header .scuro {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	margin-top: 25px;
	margin-left: 5%;
}
.logo img {
	max-width: 75px;
	width: 100vw;
}
.icon {
	max-width: 8px;
	margin-left: 5px;
	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;
}
/* footer */
.footer {
	background-color: #ced0c9;
	padding: 30px 5%;
	text-align: center;
}
.footer .colonna-1 div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.footer .colonna-1 img {
	max-height: 20px;
}
.footer .colonna-1 span {
	width: 50px;
	height: 1px;
	display: block;
	background-color: #58585a;
}
.footer .colonna-2 img {
	max-width: 100px;
	padding: 50px 0;
}
.copyright {
	background-color: #4b6959;
	color: #fff;
	text-align: center;
	padding: 10px 5%;
	font-size: 12px;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}







/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}
#home .fascia-1 h1 {
	margin: 0 auto 10px;
	color: #fff;
}
#home .fascia-1 h3 {
	text-transform: none;
	max-width: 260px;
	margin: 0 auto 30px;
}
#home .fascia-2 {
	margin-top: -7px;
}
#home .fascia-2 .row {
	padding: 30px 5%;
	text-align: center;
}
#home .fascia-2 .uno {
	background-color: #ced0c9;
}
#home .fascia-2 img {
	padding: 30px 0;
}
#home .fascia-2 .due {
	margin-top: -30px;
}
#home .fascia-2 h4 {
	text-align: right;
	margin-top: 40px;
	margin-right: 30px;
}
#home .fascia-2 .szoom {
	overflow: hidden;
}
#home .fascia-4 {
	text-align: center;
	padding: 30px 5%;
	background-color: #ced0c9;
}
#home .fascia-4 .blocchi {
	margin-top: 30px;
	text-align: center;
}
#home .fascia-4 img {
	max-width: 150px;
	margin-bottom: 20px;
}
#home .fascia-4 .blocchi p {
	text-align: left;
}
#home .fascia-4 .blocchi div {
	padding-bottom: 60px;
}
#home .fascia-4 .pulsante {
	color: #58585a;
	border: 1px solid #58585a;
	margin-top: 10px;
}
#home .fascia-4 .pulsante:hover {
	background-color: #58585a;
	color: #fff;
}
#home .fascia-4 h3 {
	font-weight: bold;
}
#home .fascia-5 {
	padding: 30px 5%;
	text-align: center;
	background-color: #ced0c9;
}
.fascia-6 {
	padding: 30px 5%;
	text-align: center;
}
#home .recensioni {
	padding: 30px 0;
	text-align: center;
}
#home .recensioni h2 {
	margin-bottom: 20px;
}
#home .recensioni .ombra {
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #333;
	height: 700px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .recensioni .slick-slide {
	padding: 0 10px;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

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

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

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



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

@media only screen and (min-width:768px) {
	.wpcf7 {
		padding-bottom: 0;
	}
	.wpcf7-form {
		padding: 60px 5%;
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form input, 
	.wpcf7-form textarea {
		margin-bottom: 60px;
	}
	.wpcf7-form .flex div {
		width: 45%;
	}
	textarea {
		height: 115px;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.wpcf7-form .wpcf7-submit {
		width: 200px;
		margin: 60px auto 0;
		display: block;
	}
	h1 {
		font-size: 70px;
		text-transform: uppercase;
	}
	h2 {
		font-size: 40px;
		text-transform: uppercase;
	}
	h3 {
		font-size: 20px;
		text-transform: uppercase;
	}
	.logo-img {
		max-width: 120px;
	}
	.footer {
		padding: 60px 25%;
	}
	.footer .colonna-1 img {
		max-height: 30px;
	}
/*--------------HOME------------------*/
	#home .fascia-1 h1 {
		max-width: 320px;
	}
	#home .fascia-1 h3 {
		max-width: 280px;
	}
	#home .fascia-2 .row {
		padding: 60px 10%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
	#home .fascia-2 .row .destra,
	#home .fascia-2 .row .sinistra {
		width: 45%;
	}
	#home .fascia-2 .uno {
		background-image: url(img/home/luna.svg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 50px;
		background-position: right;
		background-position-x: 99%;
	}
	#home .fascia-2 .uno .destra {
		margin-top: 80px;
	}
	#home .fascia-2 .due .destra {
		margin-top: -200px;
	}
	#home .fascia-4 {
		padding: 60px 5%;
	}
	#home .fascia-4 .pulsante {
		margin-bottom: 0;	
	}
	#home .fascia-4 .blocchi {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	#home .fascia-4 .blocchi div {
		width: 48%;
	}
	#home .fascia-5 {
		padding: 60px 5%;
	}
	#home .fascia-5 h2 {
		padding-bottom: 30px;
	}
	.fascia-6 {
		padding: 60px 5%;
	}
	.fascia-6 h2 {
		margin-bottom: 20px;
	}
	#home .recensioni {
		padding: 60px 0;
	}
	#home .recensioni .ombra {
		height: 350px;
	}
}

@media only screen and (min-width:1024px) {
	.wpcf7-form {
		margin: 0 auto;
		max-width: 1000px;
	}
	.logo img {
		max-width: 100px;
	}
	h2 {
		font-size: 50px;
	}
	h4 {
		font-size: 60px;
	}
	.footer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 60px 5%;
	}
	.footer .colonna {
		width: 33%;
	}
	.footer .colonna-1,
	.footer .colonna-2 {
		border-right: 1px solid #58585a;
	}
	.footer .colonna-1 {
		padding: 95px 0;
	}
	.footer .colonna-1 img {
		max-height: 20px;
	}
	.footer .colonna-2 img {
		max-width: 150px;
	}
	.slick-prev {
		left: 1%;
		width: 40px;
		height: 40px;
	}
	.slick-next {
		width: 40px;
		height: 40px;
	}
/*--------------HOME------------------*/
	#home .fascia-1 h1 {
		max-width: 100%;
	}
	#home .fascia-1 h3 {
		max-width: 100%;
	}
	#home .fascia-2 .uno .destra img,
	#home .fascia-2 .due .sinistra img {
		max-width: 80%;
	}
	#home .recensioni {
		max-width: 1000px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1280px) {
/*--------------HOME------------------*/
	#home .fascia-4 .blocchi div {
		width: 23%;
	}
}