/*
	Theme Name: Fisar Treviso
	Theme URI: https://fisartreviso.com
	Description: Corsi di Sommelier
	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 'Gotham-Light', 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;
}
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, h2, h3 {
	font-family:'SackersGothicStd-Medium';	
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
	color: #fff;
}
h2 {
	font-size: 25px;
	color: #95806C;
}
h3 {
	font-size: 16px;
	color: #95806C;
}
.pulsante {
	padding: 10px 15px 6px;
	background-color: #805C32;
	color: #fff;
	text-transform: uppercase;
	border:2px solid #805C32;
	opacity: 0.8;
	font-family:'SackersGothicStd-Medium';
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
}
.pulsante:hover {
	background-color: transparent;
	color: #805C32;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.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 {
	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);}
}
/* 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: 50%;
	left: -4%;
	z-index: 1;
	outline: none;
	background-position: left;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 50%;
	right: -4%;
	z-index: 1;
	outline: none;
	background-position: right;
}
/* FORM */
.wpcf7-form {
	background-color: #95806C;
	padding: 20px;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	margin-bottom: 30px;
	background-color: #b5a698;
	border: none;
	width: 100%;
}
input {
	height: 30px;
}
::placeholder {
	color: #000;
	font-size: 14px;
}
.wpcf7-form #privacy,
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #b5a698;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 30px;
	background-color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.wpcf7-submit:hover {
	background-color: #b5a698;
	color: #fff;
}
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.sent .wpcf7-response-output	 {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7-not-valid-tip {
	color: #fff;
}
.wpcf7 .ajax-loader {
	display: none;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	cursor: pointer;
	padding: 30px 5% 0;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.accordion h2 {
	color: #fff;
	padding-bottom: 20px;
}
.primo {
	background-color: #805C32;
}
.secondo {
	background-color: #808080;
}
.terzo {
	background-color: #95806C;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	-ms-transition: max-height 0.3s ease;
	-moz-transition: max-height 0.3s ease;
}
.panel p {
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

/*------------------------------------*\
    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: 120px;
	line-height: 120px;
}
.pre-header {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 20px;
}
.logo .black {
	display: none;
}
.logo img {
	max-width: 80px;
}
/* nav */
.header .desktop {
	display: none;
}
.nav {
	display: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/header/sfondo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
	font-family:'Gotham-Book';
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: #fff;
	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 .black {
	display: none;
}
.openclose img {
	max-width: 20px;
}
/* footer */
.footer {
	background-color: #DFDAD4;
	padding: 30px 5%;
}
.footer div {
	margin-bottom: 30px;
}	
.footer h3 {
	padding-bottom: 10px;
}
.footer img {
	max-width: 100px;
}
.copyright {
	background-color: #95806C;
	padding: 10px 5%;
	color: #fff;
	font-family:'Gotham-Book';
	font-size: 12px;
}
.copyright a {
	color: #fff;
}

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


/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}
#home .fascia-1 picture img {
	height: 95vh;
}
.freccia {
	position: absolute;
	bottom: 10%;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.freccia img {
	max-width: 50px;
}
#home .fascia-1 .pulsante {
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
}
#home .fascia-1 .pulsante:hover {
	background-color: transparent;
	color: #fff;
}
#home .fascia-2 {
	padding: 30px 5%;
	background-color: #DFDAD4;
	text-align: center;
}
#home .fascia-2 h2 {
	padding-bottom: 20px;
}
#home .fascia-2 .mobile {
	display: none;
}
video {
	width: 100%;
}
#home .fascia-2 .row-2 {
	margin-top: 60px;
}
#home .fascia-3 {
	background-image: url(img/home/grappolo.svg);
	background-attachment: fixed;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 140%;
}
#home .fascia-3 .testo {
	text-align: center;
	padding: 30px 5%;
}
#home .fascia-3 .testo h2 {
	padding-bottom: 20px;
}
#home .fascia-3 .row-2 {
	margin-top: 60px;
}
#home .fascia-3 .row-2 h2 {
	text-align: center;
	padding-bottom: 30px;
}
#home .fascia-3 .row-2 h3 {
	padding: 20px 0;
}
#home .fascia-3 .row-2 .pulsante {
	margin-bottom: 60px;
}
#home .fascia-3 .row-2 .left div:first-child .pulsante {
	opacity: 1;
}
#home .fascia-3 .row-2 .left div:nth-child(2) .pulsante {
	background-color: #808080;
	border: 1px solid #808080;
}
#home .fascia-3 .row-2 .left div:nth-child(2) .pulsante:hover {
	background-color: transparent;
	color: #808080;
}
#home .fascia-3 .corsi .icona {
	display: block;
	position: relative;
}
#home .fascia-3 .corsi .text {
	flex-direction: row;
}
#home .fascia-3 .corsi .text img {
	max-width: 120px;
	padding: 20px;
}
#home .fascia-4 {
	background-color: #DFDAD4;
	text-align: center;
}
#home .fascia-4 .testo {
	padding: 30px 5%;
}
.wrap_svl_center {
	display: grid;
}
#home .fascia-5 {
	display: none;
}
#home .fascia-6 {
	padding: 30px 0;
	text-align: center;
}
#home .fascia-6 h2 {
	padding-bottom: 20px;
}
.plus {
	border: 2px solid #95806C;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	margin: 20px auto;
	font-weight: bold;
	font-size: 30px;
	color: #95806C;
	line-height: 40px;
	text-align: center;
}
.plus:hover {
	background-color: #95806C;
	color: #fff;
}
#home .fascia-6 .image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
#home .fascia-6 .image div {
	overflow: hidden;
	width: 50%;
	display: grid;
}
#home .fascia-7 .left {
	background-color: #95806C;
	padding: 30px 5%;
	text-align: center;
}
#home .fascia-7 .left h2 {
	color: #fff;
	margin-bottom: 20px;
}
#home .fascia-7 .left .pulsante {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
#home .fascia-7 .left .pulsante:hover {
	background-color: #fff;
	color: #95806C;
}
#home .fascia-7 .right {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 30px;
}
#home .fascia-7 .right h3 {
	padding-bottom: 20px;
}
#home .fascia-7 .right .news {
	width: 50%;
}
#home .fascia-7 .right .news .image {
	overflow: hidden;
	display: grid;
}
#home .fascia-7 .right .news .testo {
	padding: 5%;
}
.instagram {
	text-align: center;
	padding: 30px 5%;
	background-color: #DFDAD4;
}
.recensioni {
	padding: 30px 0;
	text-align: center;
}
.call-to-action {
	position: relative;
}
.call-to-action h2 {
	color: #fff;
}
.call-to-action .pulsante {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.call-to-action .pulsante:hover {
	background-color: #fff;
	color: #95806C;
}
/*--------------ABOUT------------------*/
.chi-siamo .logo .black,
.chi-siamo .openclose .black {
	display: inline-block;
}
.chi-siamo .logo .white,
.chi-siamo .openclose .white {
	display: none;
}
#azienda .fascia-1 {
	position: relative;
}
#azienda h1 {
	color: #000;
}
#azienda .fascia-2 {
	padding: 30px 5%;
	background-image: url(img/home/grappolo.svg);
	background-attachment: fixed;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 140%;
}
#azienda .fascia-2 h2 {
	text-align: center;
	padding-bottom: 20px;
}
#azienda .fascia-3 {
	text-align: center;
}
#azienda .fascia-3 .left {
	overflow: hidden;
	display: grid;
}
#azienda .fascia-3 .right {
	padding: 30px 5%;
	background-color: #DED9D3;
}
#azienda .fascia-3 h2 {
	padding-bottom: 20px;
}
#azienda .fascia-4 {
	padding: 30px 5%;
	text-align: center;
}
#azienda .fascia-4 .carosello {
	padding-top: 20px;
}
#azienda .fascia-4 .carosello img {
	padding:0 4%;
}
#azienda .fascia-4 .carosello .testo {
	color: #fff;
	background-color: #94806C;
	padding: 10px;
	text-align: left;
	margin: 0 4%;
}
#azienda .fascia-4 .carosello .image {
	position: relative;
}
#azienda .fascia-4 .carosello .grappolo {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 2;
	opacity: 0.5;
	max-width: 80px;
}
#azienda .fascia-4 .carosello .grappolo img {
	padding: 0;
}
/*--------------NEWS------------------*/
.gallery .logo .black,
.gallery .openclose .black {
	display: inline-block;
}
.gallery .logo .white,
.gallery .openclose .white {
	display: none;
}
.gallery .header {
	 position: relative;
}
#news h1 {
	color: #94806C;
	padding-bottom: 20px;
}
#news .fascia-1 {
	text-align: center;
	padding: 30px 0;
}
#news .fascia-2 {
	padding-bottom: 30px;
}
#news .tab {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}
#news .tab button {
	width: 48%;
	margin: 20px 0;
	font-family:'SackersGothicStd-Medium';
	background-color: transparent;
	border: none;
}
#news .tab span {
	display: none;
}
#news #corsi {
	display: block;
}
#news .fascia-2 .gallery span {
	padding: 20px 0;
	text-transform: uppercase;
	color: #94806C;
	display: block;
	font-family:'SackersGothicStd-Medium';
	border-bottom: 1px solid #94806C;
}
#news .fascia-2 h2 {
	padding: 20px 0 0;
}
#news .fascia-2 .gallery div {
	padding-bottom: 30px;
}
.single .logo .black,
.single .openclose .black {
	display: inline-block;
}
.single .logo .white,
.single .openclose .white {
	display: none;
}
.single .header {
	 position: relative;
}
#single-news {
	padding: 30px 0;
}
#single-news a {
	display: grid;
	margin: 30px 0;
}
#single-news h1 {
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
#news h2 {
	font-size: 20px;
}
/*--------------CONTATTI------------------*/
.contatti .logo .black,
.contatti .openclose .black {
	display: inline-block;
}
.contatti .logo .white,
.contatti .openclose .white {
	display: none;
}
.contatti .header {
	 position: relative;
}
#contatti .fascia-1 {
	padding: 30px 0;
}
#contatti h1 {
	color: #94806C;
	text-align: center;
	padding-bottom: 20px;
}
#contatti .fascia-1 .testo {
	text-align: center;
	padding-bottom: 30px;
}
#contatti .fascia-2 h2 {
	padding-bottom: 20px;
	color: #fff;
}
#contatti .fascia-2 .left {
	text-align: center;
	background-color: #95806C;
	padding: 30px 0;
}
#contatti .fascia-2 .right {
	display: grid;
}
#contatti .fascia-2 iframe {
	width: 100%;
	height: 400px;
	filter: grayscale(100%);
}
.cmplz-placeholder-parent {
	display: grid;
}
/*--------------CORSI------------------*/
#corsi .fascia-1 {
	position: relative;
}
#corsi .plus {
	color: #fff;
	border: 2px solid #fff;
	margin: 30px auto;
}
#corsi .plus:hover {
	background-color: #fff;
	color: #000;
}
#corsi .meno {
	display: none;
}
#corsi .active .plus {
	display: none;
}
#corsi .active .meno {
	display: block;
	line-height: 1.2;
}
#corsi .fascia-2 .livello {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	margin-top: -10px;
    margin-right: -30px;
    width: 100%;
    text-align: right;
}
#corsi .fascia-2 .livello img {
	opacity: 0.2;
	max-width: 100px;
}
#corsi .fascia-2 h3 {
	color: #fff;
	width: 100%;
    text-align: center;
    padding: 20px 5%;
}
#corsi .fascia-2 .pulsante {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	margin: 0 auto 30px;
    display: table;
}
#corsi .fascia-2 .pulsante:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}
#corsi .fascia-2 .right,
#corsi .fascia-2 .left,
#corsi .fascia-2 .full {
	padding: 0 5%;
}
#corsi ul {
	color: #fff;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 20px;
}
#corsi ul li {
	padding: 10px 0;
}
#corsi .primo .right {
	background-color: #6d4f2b;
}
#corsi .secondo .right {
	background-color: #6a6a6a;
}
#corsi .terzo .right {
	background-color: #816f5e;
}
#corsi .right ul {
	list-style-type: none;
}
#corsi .right ul li {
	padding: 0;
	counter-increment: numerazione;
}
#corsi .right ul li::before {
	 content: counter(numerazione);
	 font-weight: bold;
	 margin-right: 10px;
}
#corsi .wpcf7-form {
	background-color: rgba(255, 255, 255, 0.80);
}
#corsi .wpcf7-form h2 {
	padding-bottom: 20px;
}
#corsi .primo .form h2 {
	color: #805C32;
}
#corsi .secondo .form h2 {
	color: #808080;
}
#corsi .terzo .form h2 {
	color: #95806C;
}
#corsi .wpcf7-form label {
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
}
#corsi .wpcf7-form select {
	width: 100%;
	border: none;
	outline: none;
    padding: 5px;
    height: 30px;
}
#corsi input, 
#corsi textarea {
	background-color: #fff;
}
#corsi input[type=submit]:hover {
	color: #000;
}
#corsi .form {
	padding-bottom: 30px;
}
/*--------------PRESENTAZIONI------------------*/
#presentazioni .fascia-1 {
	position: relative;
}
#presentazioni .fascia-2 .intro,
#presentazioni .fascia-2 .full {
	padding: 30px 5%;
}
#presentazioni .fascia-2 h2 {
	padding-bottom: 20px;
}
#presentazioni .fascia-2 .full p {
	font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}
#presentazioni ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 20px;
}
#presentazioni ul li {
	padding: 10px 0;
}
#presentazioni .form h2 {
	color: #fff;
}
#presentazioni .wpcf7-form select {
	width: 100%;
	border: none;
	outline: none;
    padding: 5px;
    height: 30px;
    margin-bottom: 30px;
    background-color: #b5a698;
}
#presentazioni .wpcf7-form textarea {
	margin-bottom: 30px;
}
/*--------------COMUNICAZIONE------------------*/
.comunicazione .logo .black,
.comunicazione .openclose .black {
	display: inline-block;
}
.comunicazione .logo .white,
.comunicazione .openclose .white {
	display: none;
}
.comunicazione .header {
	 position: relative;
}
#comunicazione .fascia-2 {
	padding: 60px 5%;
	background-image: url(img/home/grappolo.svg);
	background-attachment: fixed;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 140%;
}
#comunicazione .fascia-2 img {
	max-width: 200px;
	margin: 0 auto 60px;
	display: block;
}
#comunicazione .fascia-2 h2 {
	text-align: center;
	padding-bottom: 20px;
}
#comunicazione .fascia-2 h3 {
	padding-bottom: 10px;
}
#comunicazione .fascia-2 p {
	padding-bottom: 30px;
}
#comunicazione .fascia-2 .pulsante {
	display: table;
	margin: 30px auto 0;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr .logo .black,
.page-template-template-gdpr .openclose .black {
	display: inline-block;
}
.page-template-template-gdpr .logo .white,
.page-template-template-gdpr .openclose .white {
	display: none;
}
.page-template-template-gdpr .header {
	 position: relative;
}
.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:'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:'SackersGothicStd-Medium';
	src:url('fonts/SackersGothicStd-Medium/SackersGothicStd-Medium.eot');
	src:url('fonts/SackersGothicStd-Medium/SackersGothicStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/SackersGothicStd-Medium/SackersGothicStd-Medium.woff') format('woff'),
		url('fonts/SackersGothicStd-Medium/SackersGothicStd-Medium.ttf') format('truetype'),
		url('fonts/SackersGothicStd-Medium/SackersGothicStd-Medium.svg#SackersGothicStd-Medium') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (min-width:768px) {
	.wpcf7-form {
		padding: 30px;
	}
	.wpcf7-form .flex p {
		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-form .triple p span {
		width: 31%;
	}
	.wpcf7-form .privacy span {
		width: 100%;
	}
	.wpcf7-submit {
		margin-top: 0;
		display: block;
		float: right;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.touch .parallax {
		background-attachment: scroll;
	}
	.pre-header {
		display: flex;
		background-color: #94806C;
		padding: 5px 5%;
		justify-content: space-between;
		align-items: center;
		font-size: 12px;
	}
	.pre-header a {
		color: #fff;
	}
	.nav ul li {
		padding: 30px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    padding: 60px 5%;
	}
	.footer div {
		margin-bottom: 0;
	}
	.logo img {
	    max-width: 100px;
	}
	.slick-next,
	.slick-prev {
		width: 50px;
		height: 50px;
	}
	.accordion {
		text-align: left;
		padding: 60px 5% 0;
	}
/*--------------HOME------------------*/
	#home .fascia-2 {
		padding: 60px 5%;
	}
	#home .fascia-2 .mobile {
		display: grid;
		width: 25%;
	}
	#home .fascia-2 .row-1 {
		display: flex;
		flex-direction: row;
		justify-content:space-between;
		align-items: flex-start;
	}
	#home .fascia-2 .row-1 .testo {
		width: 45%;
	}
	#home .fascia-2 .mobile:first-child {
		margin-top: 25%;
	}
	video {
		width: 50%;
	}
	#home .fascia-2 .row-2 {
		text-align: right;
		margin-top: -100px;
	}
	#home .fascia-3 .row-1 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#home .fascia-3 .row-1 div {
		width: 50%;
	}
	#home .fascia-3 .row-1 .testo {
		text-align: left;
	}
	#home .fascia-3 .corsi {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#home .fascia-3 .corsi .left {
		width: 45%;
	}
	#home .fascia-3 .corsi .left .livello {
		width: 70%;
	}
	#home .fascia-3 .corsi .left .livello:nth-child(2) {
		margin-left: 80px;
	}
	#home .fascia-3 .corsi .right {
		width: 50%;
	}
	#home .fascia-4 {
		display: none;
	}
	#home .fascia-5 {
		display: flex;
		position: relative;
	}
	#home .fascia-5 .text {
		text-align: right;
		align-items: flex-end;
		width: 95%;
	}
	#home .fascia-6 {
		padding: 60px 0;
	}
	.plus {
		margin: 30px auto;
	}
	#home .fascia-7 .left {
		padding: 60px 5%;
	}
	.instagram {
		padding: 60px 5%;
	}
	.recensioni {
		padding: 60px;
	}
	.call-to-action .text {
		text-align: left;
		align-items: flex-start;
		padding-left: 5%;
	}
/*--------------ABOUT------------------*/
	.chi-siamo .openclose .white {
		display: inline-block;
	}
	.chi-siamo .openclose .black {
		display: none;
	}
	#azienda .fascia-2 p {
		column-count: 2;
		column-gap: 30px;
	}
	#azienda .fascia-2 {
		padding: 60px 5%;
		background-image: url(img/home/grappolo.svg);
		background-attachment: fixed;
		background-size: 40% auto;
		background-repeat: no-repeat;
		background-position: right center;
		background-position-x: 115%;
	}
	#azienda .fascia-3 .right {
		padding: 60px 5%;
	}
	#azienda .fascia-4 {
		padding: 60px 5%;
	}
/*--------------NEWS------------------*/
	#news .fascia-1 p {
		max-width: 550px;
		margin: 0 auto;
	}
	#news .gallery {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#news .gallery div {
		width: 48%;
	}
	#single-news {
		padding: 60px 0;
	}
	#single-news .popup-gallery {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#single-news .popup-gallery a {
		width: 48%;
		margin: 0 0 30px;
	}
	.single h1 {
		font-size: 30px;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 {
		padding: 60px 0;
	}
	#contatti .fascia-1 .testo {
		max-width: 400px;
		margin: 0 auto;
	}
/*--------------CORSI------------------*/
	#corsi .plus {
		margin: 30px 0 60px;
	}
	#corsi .accordion p {
		max-width: 50%;
	}
	#corsi .form {
		padding-bottom: 60px;
	}
	#corsi .fascia-2 .livello img {
		max-width: 120px;
	}
/*--------------PRESENTAZIONI------------------*/
	#presentazioni .full ul {
		column-count: 2;
	}
	#presentazioni .wpcf7-form {
		padding: 30px 5%;
	}
/*--------------COMUNICAZIONE------------------*/
	#comunicazione .fascia-2 .testo {
		column-count: 2;
		column-gap: 30px;
	}
	#comunicazione .fascia-2 {
		padding: 60px 5%;
		background-image: url(img/home/grappolo.svg);
		background-attachment: fixed;
		background-size: 40% auto;
		background-repeat: no-repeat;
		background-position: right center;
		background-position-x: 115%;
	}
}
@media only screen and (min-width:1024px) {
	/* nav */
	.header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		height: auto;
		line-height: inherit;
		padding: 30px 5%;
	}
	.header .mobile {
		display: none;
	}
	.header .desktop {
		display: inline;
		width: 40%;
		z-index: 999;
	}
	.header .desktop a {
		color: #fff;
		font-family: 'Gotham-Book';
		text-transform: uppercase;
	}
	.header .desktop a:hover {
		text-decoration: underline;
	}
	.header .desktop ul {
		text-align: left;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 40%;
		position: relative;
		background-image: none;
	}
	.nav .desktop ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li,
	.header .desktop ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.header .desktop ul li a {
		padding: 0 3px 0 0;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #fff;
	}
	.nav .desktop ul li a {
		padding: 0 0 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #fff;
	}
	.nav .pulsante {
		background-color: #fff;
		margin-top: 0;
		margin-left: 10px;
		border: none !important;
	}
	.nav .desktop .pulsante a {
		color: #000 !important;
		padding: 10px 20px !important;
		font-weight: bold;
		border: 1px solid #000;
		display: inline-table;
		line-height: 10px;
		height: 10px;
	}
	.nav .pulsante a:hover {
		text-decoration: none;
		background-color: #95806C;
		color: #fff !important;
		border: 1px solid #000;
	}
	.header .desktop .current_page_item a {
		color: #fff;
		font-weight: bold;
	}
	.openclose img {
		display: none;
	}
	.logo {
		width: 15%;
		position: relative;
		left: 0;
		margin-top: 0;
		text-align: center;
	}
	.logo img {
		max-width: 120px;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
/*--------------HOME------------------*/
	#home .fascia-1 picture img {
		height: auto;
	}
	#home .fascia-2 .row-1 {
		align-items: center;
	}
	#home .fascia-2 .mobile:nth-child(3) {
		margin-top: -250px;
	}
	#home .fascia-6 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#home .fascia-7 {
		display: flex;
		justify-content: center;
	}
	#home .fascia-7 .left,
	#home .fascia-7 .right {
		width: 50%;
	}
	#home .fascia-7 .left {
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: center;
	    text-align: left;
	}
	#home .fascia-7 .right {
		padding-bottom: 0;
	}
	#home .fascia-7 .right .news .testo {
		padding: 20px;
	}
/*--------------ABOUT------------------*/
	.chi-siamo .openclose .white {
		display: none;
	}
	.chi-siamo .nav .desktop ul li a,
	.chi-siamo .header .desktop ul li a {
		color: #000;
	}
	#azienda h1 {
		color: #95806C;
		font-weight: bold;
	}
	#azienda .fascia-2 {
		background-position-x: 108%;
		background-size: 300px auto;
	}
	#azienda .fascia-2 p {
		max-width: 1000px;
		margin: 0 auto;
	}
	#azienda .fascia-3 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
	#azienda .fascia-3 div {
		width: 50%;
	}
	#azienda .fascia-3 .right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	#azienda .inverse {
		flex-direction: row-reverse;
	}
	#azienda .fascia-4 {
		max-width: 1000px;
		margin: 0 auto;
	}
	#azienda .fascia-4 .carosello {
		padding-top: 30px;
	}
/*--------------NEWS------------------*/
	.gallery .openclose .black {
		display: none;
	}
	.gallery .nav .desktop ul li a,
	.gallery .header .desktop ul li a {
		color: #000;
	}
	#news .fascia-1 {
		padding: 60px 0;
	}
	#news .tab {
		justify-content: center;
		align-items: center;
	}
	#news .tab button {
		width: auto;
		border-bottom: none;
	}
	#news .tab span {
		display: inline-block;
		padding: 0 10px;
	}
	#news .gallery {
		justify-content: flex-start;
	}
	#news .gallery div {
		width: 31.333333%;
		margin: 1%;
	}
	.single .openclose .black {
		display: none;
	}
	.single .nav .desktop ul li a,
	.single .header .desktop ul li a {
		color: #000;
	}
	#single-news .popup-gallery a {
		width: 31%;
		margin: 0 0 30px;
	}
	#single-news h1 {
		font-size: 30px;
	}
/*--------------CONTATTI------------------*/
	.contatti .openclose .black {
		display: none;
	}
	.contatti .nav .desktop ul li a,
	.contatti .header .desktop ul li a {
		color: #000;
	}
	#contatti .fascia-2 {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#contatti .fascia-2 .left,
	#contatti .fascia-2 .right {
		width: 50%;
	}
	#contatti .fascia-2 .left {
		text-align: left;
		padding: 60px 5%;
	}
	#contatti .fascia-2 iframe {
		height: 450px;
	}
/*--------------CORSI------------------*/
	#corsi .panel {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#corsi .panel .left,
	#corsi .panel .right {
		width: 45%;
		padding: 20px;
		margin-bottom: 60px;
	}
	#corsi .panel .left ul,
	#corsi .panel .right ul {
		border-left: 1px solid #fff;
		padding: 20px;
	}
	#corsi .panel .full,
	#corsi .panel .form {
		width: 90%;
	}
	#corsi .panel .full {
		padding: 20px;
		margin-bottom: 60px;
	}
	#corsi .panel .full ul {
		border-left: 1px solid #fff;
		padding: 20px;
	}
	.panel p {
		border-top: none;
		padding: 0 0 20px;
	}
	#corsi ul {
		padding-bottom: 0;
	}
	#corsi .panel .full ul {
		column-count: 2;
	}
	#corsi .fascia-2 h3 {
		margin-bottom: 20px;
	}
	#corsi .fascia-2 .pulsante {
		margin: 0 auto 60px;
	}
/*--------------PRESENTAZIONE------------------*/
	#presentazioni .fascia-2 .intro, 
	#presentazioni .fascia-2 .full {
		padding: 60px 5% 30px;
	}
	#presentazioni .wpcf7-form {
		padding: 60px 5%;
	}
/*--------------COMUNICAZIONE------------------*/
	.comunicazione .openclose .black {
		display: none;
	}
	.comunicazione .nav .desktop ul li a,
	.comunicazione .header .desktop ul li a {
		color: #000;
	}
	#comunicazione .fascia-2 {
		background-position-x: 108%;
		background-size: 300px auto;
	}
	#comunicazione .fascia-2 p {
		max-width: 1000px;
		margin: 0 auto;
	}
/*--------------GDPR------------------*/
	.page-template-template-gdpr .openclose .black {
		display: none;
	}
	.page-template-template-gdpr .nav .desktop ul li a,
	.page-template-template-gdpr .header .desktop ul li a {
		color: #000;
	}
}
@media only screen and (min-width:1280px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 20px;
	}
	.header .desktop ul li a {
		font-size: 14px;
	}
	.slick-next {
		top: 40%;
		right: -15%;
	}
	.slick-prev {
		top: 40%;
		left: -15%;
	}
	.slick-next,
	.slick-prev {
		width: 100px;
		height: 100px;
	}
	.header .desktop ul li a {
		padding: 0 10px 0 0;
	}
/*--------------HOME------------------*/
	#home .fascia-7 .left h2 {
		max-width: 330px;
	}
	#home .fascia-2 .mobile:first-child {
		margin-top: 150px;
	}
	#home .fascia-2 .row-2 {
		margin-right: 100px;
	}
	#home .fascia-2 .testo p {
		max-width: 400px;
		margin: 0 auto;
	}
	#home .fascia-2 .content {
		max-width: 1200px;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 {
		max-width: 1000px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1600px) {
	.header .desktop ul li a {
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
	.header .desktop ul li a {
        padding: 0 15px 0 0;
    }
/*--------------HOME------------------*/
	#home .fascia-7 .right .news .testo {
		padding: 30px;
	}
	#home .fascia-3 .corsi .text img {
		max-width: 180px;
	}
/*--------------ABOUT------------------*/
	#azienda .fascia-2 {
		background-position-x: 105%;
		background-size: 300px auto;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-2 iframe {
		height: 500px;
	}
/*--------------CORSI------------------*/
	#corsi .fascia-2 .livello img {
		max-width: 150px;
	}
/*--------------COMUNICAZIONE------------------*/
	#comunicazione .fascia-2 {
		background-position-x: 105%;
		background-size: 300px auto;
	}

}


