/*
	Theme Name: Fontana Sposi
	Theme URI: https://fontanasposi.com
	Description: Vendita abiti da sposo
	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 14px/1.4 'Raleway-Medium', Helvetica, Arial, sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll;
}
a {
	color:#000;
	text-decoration:none;
	letter-spacing: 2px;
	font-size: 12px;
}
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,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	font-family:'PlayfairDisplay-Regular';
	line-height: 1.2;
}
h2 {
	font-size: 25px;
	font-family:'PlayfairDisplay-Regular';
	line-height: 1.2;
}
h3 {
	font-size: 18px;
	font-family:'PlayfairDisplay-Regular';
	line-height: 1.2;
}
h4 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.pulsante {
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
	display: inline-block;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	text-align: center;
}
.pulsante:hover {
	color: #fff;
	background-color: transparent;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
.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);}
}
.freccia {
	display: flex;
    align-items: center;
}
.freccia img {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	margin-left: 5px;
}
.freccia:hover img {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.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-form {
	padding: 20px;
	margin-bottom: 30px;
	text-align: left;
}
.wpcf7-form p {
	padding: 0 !important;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}
input {
	height: 30px;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	margin-right: 5px;
}
.wpcf7-form #privacy:checked {
	background-color: #000;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 30px;
	background-color: #000;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    color: #fff;
    border: 1px solid #000;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.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;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #000;
  	font-size: 16px;
  	font-family:'Raleway-Medium';
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #000;
  	font-weight: bold;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
#uomo,
#sposo,
#lungo,
#scarpe {
	display: block;
}
.tab .first {
  	font-weight: bold;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

/* header */
.header {
	position: absolute;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 5px;
}
.logo img {
	max-width: 180px;
}
/* nav */
.nav {
	display: none;
	background-color: #000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
}
.nav a:hover {
	font-weight: bold;
}
.nav .current_page_item a {
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 30px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 90;
}
.openclose img {
	max-width: 20px;
}
.nav .sub-menu {
	display: none;
	padding-top: 20px;
}
.nav .sub-menu li {
	padding: 10px 0;
}
.arrow img {
	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-image: url(img/footer/sfondo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	padding: 30px 5%;
	font-size: 12px;
}
.footer a {
	color: #fff;
	letter-spacing: normal;
}
.footer .logo-footer {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
.footer h3 {
	margin-bottom: 10px;
}
.footer .colonne div {
	padding: 20px 0;
}
.footer .social {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0 0 !important;
}
.footer .social a img {
	max-height: 20px;
	width: 100%;
	margin:0 20px 0 0;
}
.footer .copyright {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}
#home .fascia-1 .text {
	position: relative;
	background-image: url(img/home/sfondo.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 5%;
	text-align: center;
	color: #fff;
}
#home .fascia-1 .text img {
	margin: 20px 0 0;
	max-width: 300px;
}
#home .fascia-1 .text h4 {
	margin-bottom: 20px;
}
#home .fascia-1 .black {
	display: none;
}
#home .fascia-2 {
	display: none;
}
#home .fascia-3 .left {
	position: relative;
	display: grid;
}
#home .fascia-3 .left .text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #000;
	width: 100%;
    height: 100px;
    text-align: center;
    flex-direction: column;
    bottom: 0;
    top: auto;
    padding: 15px;
}
#home .fascia-3 .left .text a {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
#home .fascia-3 .left .text p {
	display: none;
	padding: 10px 0 0;
}
#home .fascia-3 .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}
#home .fascia-3 .right div {
	width: 50%;
	overflow: hidden;
	display: grid;
}
#home .fascia-4 {
	position: relative;
	display: grid;
	color: #fff;
	padding: 20px 0;
}
#home .fascia-4 .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
#home .fascia-4 .text h2 {
	padding-bottom: 20px;
}
#home .fascia-4 p {
	display: none;
}
.orizzontale,
.verticale {
	display: none;
}
#home .fascia-5 {
	position: relative;
	color: #fff;
	display: grid;
}
#home .fascia-5 .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 5%;
}
#home .fascia-5 .text h3 {
	padding-bottom: 60px;
}
#home .fascia-5 .text h3 span {
	margin-top: 20px;
	display: block;
}
.collezione {
	padding: 30px 0;
	text-align: center;
	background-color: #f8f8f8;
}
.collezione h2 {
	margin-bottom: 30px;
}
.collezione .gallery a {
	padding: 10px 0;
	display: grid;
}
.collezione .pulsante {
	background-color: #000;
	color: #fff;
	margin-top: 30px;
	border: 1px solid #000;
}
.collezione .pulsante:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.mfp-arrow-right:after {
	border-left: 17px solid #000;
}
.mfp-arrow-right:before {
	border-left: 27px solid #000;
}
.mfp-arrow-left:after {
	border-right: 17px solid #000;
}
.mfp-arrow-left:before {
	border-right: 27px solid #000;
}
.collezione .gallery {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.collezione .gallery a {
	width: 50%;
	padding: 1%;
}
.news {
	padding: 30px 0;
	text-align: center;
}
.news h2 {
	padding-bottom: 20px;
}
.news .events {
	text-align: left;
}
.news .events a img {
	max-width: 15px;
}
.news .events h3 {
	padding: 20px 0 10px;
}
.news .events a {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0 30px;
	display: block;
	font-size: 12px;
}
.news .events .image div {
	display: grid;
	overflow: hidden;
}
.news .pulsante {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.news .pulsante:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.call-to-action {
	position: relative;
	color: #fff;
	display: grid;
	overflow: hidden;
}
.call-to-action .text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
.call-to-action p {
	padding: 30px 5%;
}
.call-to-action p a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}
.recensioni {
	text-align: center;
	padding: 30px 0;
}
/*--------------ABOUT------------------*/
#about .fascia-1 {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 5% 50px;
	color: #fff;
	text-align: center;
}
#about .fascia-1 p {
	padding: 20px 0;
	text-transform: uppercase;
}
#about .fascia-2 {
	position: relative;
}
#about .fascia-2 .text {
	position: relative;
	padding: 30px 5%;
}
#about .fascia-2 .text p {
	padding: 20px 0;
}
#about .fascia-2 .text .pulsante {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
#about .fascia-2 .text .pulsante:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
#about .fascia-2 .frase {
	position: absolute;
	top: 5%;
	right: 0;
	z-index: 10;
	color: #fff;
	width: 50%;
	text-align: center;
	font-family:'PlayfairDisplay-Regular';
}
#about .fascia-2 .frase h3 {
	padding-bottom: 20px;
}
#about .fascia-3 {
	position: relative;
	color: #fff;
}
#about .fascia-3 .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 5%;
}
#about .fascia-3 .text p {
	padding: 20px 0;
	font-family:'PlayfairDisplay-Regular';
}
#about .fascia-4 {
	padding: 30px 0;
	sdisplay: grid;
}
#about .fascia-4 .text {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
#about .fascia-4 .text h2 {
	padding-bottom: 20px;
	max-width: 80%;
	margin: 0 auto;
}
#about .fascia-4 .text p {
	display: none;
}
/*--------------CONTATTI------------------*/
#contatti h1 {
	padding-bottom: 20px;
}
#contatti .fascia-1 {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 5% 50px;
	color: #fff;
	text-align: center;
}
#contatti .fascia-1 a {
	color: #fff;
}
#contatti .fascia-1 .indirizzo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#contatti .fascia-1 .indirizzo div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
}
#contatti .fascia-1 .indirizzo img {
	max-height: 20px;
	max-width: 20px;
	margin-right: 10px;
}
#contatti .fascia-1 .indirizzo p {
	text-align: left;
}
.freccia-tonda {
	max-width: 40px;
	margin: 0 auto; 
}
#contatti .fascia-2 {
	padding: 30px 0;
	text-align: center;
}
#contatti .fascia-2 p {
	padding: 20px 0;
}
#contatti .privacy a {
	font-size: inherit;
	letter-spacing: normal;
}
/*--------------EVENTI------------------*/
#eventi h1 {
	padding-bottom: 30px;
}
#eventi .fascia-1 {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 5% 50px;
	color: #fff;
	text-align: center;
}
#eventi .news {
	padding: 30px 0 0;
}
/*--------------EVENTO SINGOLO------------------*/
.single .testo {
	padding: 30px 5%;
}
.single h1 {
	padding-bottom: 20px;
}
/*--------------COLLEZIONE------------------*/
.collezione-donna .tab button {
	width: 48%;
}
.collezione-uomo .tab button {
	width: 25%;
	margin: 0;
}
#collezione .fascia-1 {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 5% 50px;
	color: #fff;
	text-align: center;
}
#collezione .fascia-1 p {
	padding: 20px 0;
	text-transform: uppercase;
}
#collezione .fascia-3 {
	position: relative;
	color: #fff;
}
#collezione .fascia-3 .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 5%;
}
#collezione .fascia-3 .text p {
	padding: 20px 0;
	font-family:'PlayfairDisplay-Regular';
}
#collezione .fascia-4 {
	padding: 30px 0;
	display: grid;
}
#collezione .fascia-4 .text {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
#collezione .fascia-4 .text h2 {
	padding-bottom: 20px;
	max-width: 80%;
	margin: 0 auto;
}
#collezione .fascia-4 .text p {
	display: none;
}
/*--------------DICONO------------------*/
.dicono-di-noi .header {
	position: relative;
	background-color: #000;
}
#dicono {
	text-align: center;
	padding: 60px 0;
}
#dicono h1 {
	padding: 60px 0;
}
/*--------------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:'PlayfairDisplay-Regular';
	src:url('fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot');
	src:url('fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff') format('woff'),
		url('fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.ttf') format('truetype'),
		url('fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

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

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:414px) {

}
@media only screen and (min-width:768px) {
	.wpcf7-form h2 {
		text-align: center;
	}
	.wpcf7-form label {
		font-size: 14px;
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex span {
		width: 48%;
	}
	.wpcf7-submit {
		margin-top: 0;
		display: block;
		float: right;
		width: 30%;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.privacy .wpcf7-form-control .wpcf7-list-item {
		width: 100%;
	}
	.touch .parallax {
		background-attachment: scroll;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 20px;
	}
	.nav ul li {
		padding: 30px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.logo {
		margin-top: 15px;
	}
	.logo img {
		max-width: 250px;
	}
	.footer {
		padding: 60px 5% 20px;
	}
	.footer .colonne {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}
	.footer .colonne div {
		width: 23%;
		padding: 40px 0;
	}
	.footer .social {
		padding: 20px 0 0 !important;
	}
	.footer .social img {
		max-height: 15px;
	}
	.footer .copyright {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
/*--------------HOME------------------*/
	#home .fascia-1 .text {
		padding: 60px 5%;
	}
	#home .fascia-3 .left .text {
		padding: 50px;
	}
	#home .fascia-4 {
		padding: 30px 0;
	}
	#home .fascia-4 p {
		display: block;
		max-width: 500px;
		margin: 0 auto 20px;
	}
	#home .fascia-4 .text {
		width: 80%;
	}
	#home .fascia-5 .text h3 {
		max-width: 380px;
		padding-bottom: 30px;
	}
	#home .fascia-5 .text h3 span {
		font-size: 16px;
	}
	.collezione {
		padding: 60px 0;
	}
	.collezione h2 {
		margin: 0 auto 60px;
		max-width: 500px;
	}
	.collezione a {
		padding: 2% 0;
	}
	.collezione .gallery a {
		width: 50%;
		padding: 1%;
	}
	.tabcontent {
		padding: 30px 0 0;
	}
	.news {
		padding: 60px 0;
	}
	.news .events {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		padding-bottom: 60px;
	}
	.news .events .image {
		width: 31%;
	}
	.news .events a {
		margin: 20px 0 0;
	}
	.news h2 {
		padding-bottom: 30px;
	}
	.news .events h3 {
		padding: 20px 0;
	}
	.call-to-action .text {
		text-align: center;
		align-items: center;
	}
	.call-to-action h2 {
		padding-bottom: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	.call-to-action p {
		display: block;
		padding: 20px 0;
		max-width: 600px;
		margin: 0 auto;
	}
	.recensioni {
		padding: 60px 0;
	}

/*--------------ABOUT------------------*/
	#about .fascia-1 p {
		max-width: 500px;
		margin: 0 auto;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 .indirizzo {
		width: 40%;
		margin: 0 auto;
	}
	#contatti .fascia-2 {
		padding: 60px 0;
	}
	.wpcf7-form {
		margin-bottom: 60px;
	}
/*--------------EVENTI------------------*/
	#eventi .news .events {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	#eventi .news {
		padding: 60px 0 0;
	}
	#eventi .news .events .image {
		padding-bottom: 60px;
	}
/*--------------EVENTO SINGOLO------------------*/
	.single .testo {
		max-width: 700px;
		margin: 0 auto;
	}
	.single h1 {
		font-size: 40px;
	}
/*--------------COLLEZIONE------------------*/
	#collezione .fascia-1 p {
	    max-width: 480px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1024px) {
	/* nav */
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 95%;
		position: relative;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0 0 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #000;
		text-transform: uppercase;
		letter-spacing: normal;
		font-family:'Raleway-Medium';
	}
	.openclose img {
		display: none;
	}
	.logo img {
		max-width: 200px;
	}
	.pulsante {
		width: 200px;
		padding: 10px;
	}
	h1 {
		font-size: 60px;
	}
	.content {
		max-width: 1150px;
		margin: 0 auto;
	}
	.nav .sub-menu {
		padding: 0;
	}
	.nav .sub-menu li {
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0;
	}
	.nav .sub-menu li a {
		height: 40px;
	    line-height: 30px;
	    color: #fff;
	    padding: 5px 10px;
	    display: inline-block;
	    width: 100%;
	}
	.nav .sottomenu-1 {
		position: relative;
		cursor: pointer;
	}
	.nav .sottomenu-1 img {
		display: none;
	}
	.nav .sottomenu-1 .sub-menu {
		flex-direction: column;
		justify-content: flex-start;
		background-color: #222;
		position: absolute;
	    top: 0;
	    left: 0;
	    text-align: left;
	    width: 150px;
	    margin-top: 50px;
	    margin-left: 15px;
	    z-index: 2;
	}
/*--------------HOME------------------*/
	#home h1 {
		max-width: 260px;
	}
	#home .fascia-1 .text {
		background-image: none;
		color: #000;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 50%;
	}
	#home .fascia-1 .black {
		display: block;
	}
	#home .fascia-1 .white {
		display: none;
	}
	#home .fascia-1 .text .pulsante {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
	}
	#home .fascia-1 .text .pulsante:hover {
		background-color: #fff;
		color: #000;
	}
	#home .fascia-1 .text h4 {
		margin: 20px 0;
	}
	#home .fascia-2 {
		display: block;
		background-image: url(img/home/sfondo.jpg);
	    background-position: center center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    padding: 60px 5%;
	    text-align: center;
	    color: #fff;
	}
	#home .fascia-2 h2 {
		padding-bottom: 20px;
	}
	#home .fascia-3 {
		display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: flex-start;
	}
	#home .fascia-3 .left,
	#home .fascia-3 .right {
		width: 50%;
	}
	#home .fascia-3 .left .text {
		padding: 30px;
	}
	#home .fascia-3 .left .text p {
		padding: 20px 0;
	}
	#home .fascia-3 .left .text a {
		cursor: pointer;
	}
	#home .fascia-4 {
	    padding: 60px 0;
	}
	.verticale img,
	.orizzontale img {
		max-width: 15px;
	}
	.verticale {
		position: absolute;
		top: 40%;
		left: 0;
		transform: rotateZ(-90deg);
		z-index: 10;
		margin-left: -170px;
		display: flex;
		text-transform: uppercase;
	}
	.orizzontale {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		margin-top: 20px;
		display: block;
		text-transform: uppercase;
	}
	#home .fascia-4 .text {
		z-index: 1;
	}
	#home .fascia-5 .text {
		align-items: flex-end;
	}
	.collezione a {
		padding: 1% 0;
	}
	.collezione .gallery a {
		width: 25%;
		padding: 1%;
	}
	.tab {
		width: 650px;
		margin: 0 auto;
	}
	.tab button {
		letter-spacing: 2px;
		font-size: 14px;
	}
	.news .pulsante {
		width: 200px;
	}
	.call-to-action .text {
		width: 40%;
		margin-left: 5%;
	}
/*--------------ABOUT------------------*/
	.about-us .nav li a {
		color: #fff;
	}
	#about .fascia-1 {
		padding: 150px 5% 80px;
	}
	#about .fascia-1 p {
		padding: 30px 0;
	}
	#about .fascia-2 .text {
		position: absolute;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}
	#about .fascia-2 .text div {
		width: 33%;
	}
	#about .fascia-2 .text h2 {
		margin-left: -100px;
	}
	#about .inverse .text {
		align-items: flex-start;
	}
	#about .inverse .text h2 {
		margin-left: 0;
	}
	#about .fascia-2 .frase {
		width: 300px;
		right: 5%;
		top: 15%;
	}
	#about .fascia-3 .text {
		align-items: flex-end;
	}
	#about .fascia-3 .text div {
		width: 50%;
	}
	#about .fascia-4 {
		padding: 60px 0;
	}
	#about .fascia-4 .text {
		width: 60%;
		padding-left: 10%;
	}
	#about .fascia-4 .text p {
		display: flex;
		padding-bottom: 20px;
	}
	#about .fascia-4 .text h2 {
		max-width: 100%;
	}
/*--------------CONTATTI------------------*/
	.contatti .nav li a {
		color: #fff;
	}
	#contatti .fascia-1 {
		padding: 150px 5% 80px;
	}
	#contatti .fascia-1 .indirizzo {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#contatti .fascia-2 {
		max-width: 800px;
		margin: 0 auto;
	}
	#contatti .fascia-2 .testo {
		max-width: 600px;
		margin: 0 auto;
	}
	#contatti .call-to-action .text {
		margin-left: 0;
		width: 150%;
	}
	#contatti .pulsante {
		width: 200px;
	}
/*--------------EVENTI------------------*/
	.eventi .nav li a {
		color: #fff;
	}
	#eventi .fascia-1 {
		padding: 150px 5% 80px;
	}
/*--------------EVENTO SINGOLO------------------*/
	.single header {
		background-color: rgba(0, 0, 0, 0.60);
	}
	.single .nav li a {
		color: #fff;
	}
	.single .testo {
		padding: 60px 0;
	}
/*--------------COLLEZIONE------------------*/
	.collezione-uomo .nav li a,
	.collezione-donna .nav li a,
	.accessori-sposo .nav li a {
		color: #fff;
	}
	#collezione .fascia-1 {
		padding: 150px 5% 80px;
	}
	#collezione .fascia-1 p {
		padding: 30px 0;
	}
	#collezione .fascia-3 .text {
		align-items: flex-end;
	}
	#collezione .fascia-3 .text div {
		width: 50%;
	}
	#collezione .fascia-4 {
		padding: 60px 0;
	}
	#collezione .fascia-4 .text {
		width: 60%;
		padding-left: 10%;
	}
	#collezione .fascia-4 .text p {
		display: flex;
		padding-bottom: 20px;
	}
	#collezione .fascia-4 .text h2 {
		max-width: 100%;
	}
/*--------------DICONO------------------*/
	.dicono-di-noi .nav li a {
		color: #fff;
	}
}
@media only screen and (min-width:1280px) {
	.nav ul li a {
		padding: 0 0 0 30px;
		font-size: 16px;
	}
	.logo img {
	    max-width: 250px;
	}
/*--------------HOME------------------*/
	#home .fascia-3 .left .text {
		padding: 60px;
	}
	#home .fascia-3 .left .text p {
		padding: 30px 0;
	}
	#home .fascia-4 {
		padding: 100px 0;
	}
	.orizzontale {
		margin-top: 40px;
	}
	.verticale {
		margin-left: -175px;
	}
/*--------------ABOUT------------------*/
	#about .fascia-4 {
		padding: 100px 0;
	}
/*--------------COLLEZIONE------------------*/
	#collezione .fascia-4 {
		padding: 100px 0;
	}
}
@media only screen and (min-width:1600px) {
	body {
		font-size: 16px;
	}
	.footer .colonne div {
		width: 15%;
	}
	.logo img {
	    max-width: 300px;
	}
/*--------------HOME------------------*/
	#home h1 {
		max-width: 350px;
		font-size: 80px;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	#home .fascia-4 p {
		max-width: 700px;
	}
	#home .fascia-5 .text h3 {
		max-width: 450px;
		font-size: 30px;
	}
	.call-to-action .text {
		width: 32%;
	}
	.call-to-action p {
		padding: 30px 0;
	}
/*--------------ABOUT------------------*/
	#about .fascia-2 .text p {
		padding: 30px 0;
	}
	#about .fascia-4 .text h2,
	#about .fascia-4 .text p {
		padding-bottom: 30px;
	}
/*--------------COLLEZIONE------------------*/
	#collezione .fascia-4 .text h2,
	#collezione .fascia-4 .text p {
		padding-bottom: 30px;
	}
}


