/*
	Theme Name: Digitalia
	Theme URI: https://www.sitoweb.com/
	Description: 
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	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 {
	overflow-y: scroll;
}
body.navmenu_open {
	overflow-y: hidden;
}
/* clear */
.clear:before,
.clear:after {
    display:table;
}

aside {
	max-width: 100%;
}

.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 !important;
}
a {
	color:#3e3e3e;
	text-decoration:none;
	cursor: pointer;
}
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-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}
strong, b {
	
}
.divider {
	
}
.pulsante {
	display: block;
}
.pulsante img {
	max-width: 25px;
}
.pulsante:hover {
	
}
.pagination {
	text-align: center;
	padding-bottom: 100px;
}
.pagination .button {
	background-color: #817c61;
	display: inline-flex;
	flex-direction: column;
	max-width: 280px;
	color: #fff;
	padding: 12px 20px 7px;
	border: none;
	text-transform: uppercase;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.flex-mobile .left,
.flex-mobile .right {
	width: 50%;
}
.reverse-mobile {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #817c61;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: white;
}
.btn-filtro:hover {
	background-color: #817c61;
	color: #fff;
}
/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #817c61;
	border-color: #817c61 transparent #817c61 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* 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: 80%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 15px;
	height: 20px;
	margin-left: -15vw;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 80%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 15px;
	height: 20px;
	margin-left: -10vw;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}

/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}
textarea {
	height: 80px;
}
::placeholder {
	color: #000;
}
.wpcf7-form .wpcf7-acceptance input {
	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;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #000;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: none;
	background-color: #817c61;
	color: #fff;
	padding: 10px 20px;
    height: auto;
    margin-bottom: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: bold;
    font-size: 30px;
}
div.wpcf7-response-output {
	padding: 0;
}
.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;
	color: #000;
}
/** TABS **/

.tabulator {
    position: relative;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator button {
    background-color: white;
    border: 2px solid grey;
    color: grey;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.tabulator tab {
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid black;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion::after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active::after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
    max-width: 1400px;
}
.lightbox-wrapper .lightbox-content {
    width: 90%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 20px;
}
.lightbox-wrapper .lightbox-body {
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6 {
    font-weight: 400;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
    color: #fff;
}	
.lightbox-wrapper .lightbox-container img {
	display: block;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 15px;
	cursor: pointer;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	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.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;
}
.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;
}
.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 rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@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);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
.page-template-template-gdpr header.header {
	position: relative;
}
.page-template-template-gdpr .header .black {
    display: flex;
}
.page-template-template-gdpr .header .white {
    display: none;
}
#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:'Heebo-Light';
	src:url('fonts/Heebo-Light/Heebo-Light.eot');
	src:url('fonts/Heebo-Light/Heebo-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Heebo-Light/Heebo-Light.woff') format('woff'),
		url('fonts/Heebo-Light/Heebo-Light.ttf') format('truetype'),
		url('fonts/Heebo-Light/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:80%;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.scroll .header {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 999;
	height: 60px;
}
.scroll .logo img {
	max-width: 90px;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 10px 0 0;
}
.wpml-ls-current-language {
	padding-right: 5px !important;
}
/* logo */
.logo {
	position: absolute;
	top: 35%;
	left: 10%;
	z-index: 20;
}
.logo img {
	max-width: 120px;
}
.header .black {
	display: none;
}
.navmenu_open .header .black {
	display: flex;
}
.navmenu_open .header .white {
	display: none;
}

/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #fff;
	display: flex;
	color: #817c61;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.nav .image {
	display: none;
}
.nav img {
	max-width: 350px;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #817c61;
	text-transform: uppercase;
}
.nav span {
	display: none;
}
.nav .current_page_item a {
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 35%;
	right: 10%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.openclose img {
	max-width: 20px;
}
.navmenu_open .openclose {
	display: flex;
}

/* footer */
.footer {
	text-align: left;
}
.footer > div {
	width: 100%;
}
.footer a {
	color: #fff;
}
.footer h3 {
	color: #817c61;
	padding: 30px 0 10px;
}
.footer img {
	width: 150px;
}
.footer .widget_nav_menu {
	padding: 30px 0;
}
.copyright {
	border-top: 1px solid #817c61;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

/** MEGA MENU **/

.sub-menu {
    display: none;
}

nav.nav ul .mega-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    background-color: #141414;
    color: white;
    padding: 20px;
    opacity: 0.0;
    transition: opacity 0.68s ease, color 0.68s ease;
    pointer-events: none;
}
.pagina-mobile nav.nav ul .mega-menu {
    top: 0;
    height: 100vh;
    flex-direction: column;
    padding-top: 150px;
}
nav .mega-left picture {
    display: block;
}
nav.nav.show-mega ul .mega-menu picture img {
    width: 100%;
    display: block;
    max-width: unset;
    margin: 0;
}
nav.show-mega ul .mega-menu.open {
    display: flex;
    opacity: 1.0;
    z-index: 1;
    pointer-events: initial;
}

nav ul .mega-menu .mega-left {
    width: 40%;
    padding: 20px;
}
nav ul .mega-menu .mega-right {
    width: 60%;
    padding: 20px;
}
.pagina-mobile nav ul .mega-menu .mega-left {
    width: 100%;
    position: relative;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu .mega-right {
    width: 100%;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu.open .mega-left {
    left: 0vw;
    display: none;
}
.pagina-mobile nav ul .mega-menu.open .mega-right {
    left: 0vw;
}
.nav ul .mega-menu ul.sub-menu {
    display: grid;
    grid-template-columns: 1fr;
}
.nav ul .mega-menu.open ul.sub-menu {
    display: grid;
}




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

/*--------------HOME------------------*/
#home h1 {
	padding-bottom: 30px;
}
video {
	width: 100%;
}
#home .row-1 .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh; 
}
#home .row-2 {
	padding: 60px 0;
}
#home .row-2 .divider {
	width: 90%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin:30px 0 30px 10%;
}
#home .row-2 .progetti {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
#home .row-2 .progetti .testo {
	width: 20%;
	margin-top: 4%;
}
#home .row-2 .carosello {
	width: 80%;
}
#home .row-2 .carosello a {
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 9/11;
}
#home .row-2 .carosello a .hover img {
	max-width: 30px;
}
#home .row-2 .carosello a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
#home .row-2 .carosello a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
#home .row-2 .carosello p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 4%;
	color: #817c61;
}
#home .row-2 .carosello .wp-post-image {
	padding: 4%;
}
#home .row-3 {
	padding-bottom: 60px;
	position: relative;
}
#home .row-3 .pulsante {
	margin: 30px 0;
}
#home .row-3 .temi a {
	position: relative;
	display: grid;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
#home .row-3 .temi a .hover img {
	max-width: 30px;
}
#home .row-3 .temi a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
#home .row-3 .temi a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
#home .row-3 .temi p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	color: #817c61;
}
#home .row-3 .tema {
	padding-bottom: 30px;
}
#home .row-3 .divider {
	display: none;
}
.award {
	background-color: rgba(0, 0, 0, 0.50);
}
.award .parallax {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	padding: 30px 10%;
	color: #fff;
}
.award h2,
.award h3,
.award p {
	color: #fff;
}
.award .awards {
	padding-top: 30px;
}
.award .awards .testo {
	display: none;
	height: 50px;
}
.award .awards .hover {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 50px;
}
.award .awards img {
	max-width: 100px;
}
.award .awards .hover:hover .testo {
	display: block;
	margin-left: 30px;
}
#home .row-5 {
	padding: 60px 10% 450px;
	background-color: #efefef;
	position: relative;
}
#home .row-5 .pulsante {
    margin: 30px 0;
}
#home .row-5 .divider {
	display: none;
}
#home .row-6 {
	margin-top: -340px;
}
#home .row-6 h3,
#home .row-6 h2 {
	color: #fff;
}
#home .row-6 .left {
	background-color: #817c61;
	padding: 60px;
}
#home .row-6 .pulsante {
	margin-top: 30px;
}
#home .row-6 .right {
	display: grid;
}
#home .row-7 {
	padding: 100px 0 60px; 
}
#home .row-7 .carosello a {
	aspect-ratio: 9 / 12;
}
.social {
	padding: 60px 0;
}
.social .right p {
	padding: 30px 0 0;
	border-bottom: 1px solid;
	display: inline-flex;
	margin-bottom: 20px;
}
.social .right img {
	max-width: 30px;
	max-height: 30px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.social .divider {
	width: 80%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin:30px 0;
}
/*--------------PROGETTI------------------*/
.progetti header.header {
	position: relative;
}
.progetti .header .black {
    display: flex;
}
.progetti .header .white {
    display: none;
}
#progetti .row-1 {
	padding: 30px 0;
}
#progetti .back {
	padding-top: 30px;
}
#progetti h1 {
	font-size: 16px !important;
	font-family: HelveticaNeueLTStd-Lt;
	text-transform: uppercase;
	font-weight: bold;
}
#progetti .divider {
	width: 80%;
	height: 2px;
	background-color: #817c61;
	display: block;
}
#progetti .row-2 {
	padding: 30px 0;
}
#progetti .row-2 .progetto {
	margin-bottom: 60px;
}
#progetti .row-2 .progetto a {
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 9/11;
}
#progetti .row-2 .progetto h3 {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 5px;
}
#progetti .row-2 .progetto a .hover img {
	max-width: 30px;
}
#progetti .row-2 .progetto a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
#progetti .row-2 .progetto a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
#progetti .row-2 .progetto .link {
	max-width: 30px;
}
#progetti .row-2 .progetto p {
	margin-bottom: 15px;
	color: #817c61;
}
.row-filters {
    display: block;
    text-align: right;
    padding-top: 30px;
}
.select-filter {
    background-color: #817c61;
    display: inline-flex;
    flex-direction: column;
    max-width: 280px;
}
.select-filter > .filter {
    position: relative;
    z-index: 5;
}
.select-filter img {
    width: 15px;
    transition: transform 0.38s ease; 
}
.select-filter[aria-open="true"] img {
    transform: rotate(180deg) translateY(2px);
}
.select-filter .selected-label {
    color: #ffffff;
    padding:15px;
    cursor: pointer;
    font-weight: bold;
}
.select-filter .selected-label img {
    margin-left: 10px;
}
.select-filter #filtri-progetto {
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
    transition: height 0.8s ease;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%
}
.select-filter #filtri-progetto .btn-filtro { margin: 0px; }
.select-filter[aria-open="false"] #filtri-progetto {
    height: 0px;
}
/*--------------PROGETTO SINGOLO------------------*/
.single-progetto header.header {
	position: relative;
	background-color: #efefef;
}
.single-progetto .header .black {
    display: flex;
}
.single-progetto .header .white {
    display: none;
}
.single-progetto h1 {
	padding-bottom: 10px;
	font-size: 40px;
}
.back {
	margin-bottom: 30px;
	display: flex;
	align-items: start;
}
.back img {
	max-width: 15px;
	max-height: 15px;
	margin-right: 10px;
}
.single-progetto .row-1 {
	background-color: #efefef;
	padding: 30px 10% 60px;
}
.single-progetto .row-1 .data {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 30px;
}
.single-progetto .row-1 p {
	line-height: 1.6;
	padding-bottom: 20px;
}
.single-progetto .row-1 h4 {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
}
.single-progetto .row-1 h4 span {
	color: #000;
}
.single-progetto .row-1 .right {
	padding-top: 30px;
}
.single-progetto .row-1 .right img {
	display: grid;
	margin-bottom: 10px;
}
.single-progetto .row-2 {
	padding: 60px 0;
}
.single-progetto .row-2 .divider {
	width: 90%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin:30px 0 30px 10%;
}
.single-progetto .row-2 .progetti {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
.single-progetto .row-2 .progetti .testo {
	width: 20%;
	margin-top: 4%;
}
.single-progetto .row-2 .carosello {
	width: 80%;
}
.single-progetto .row-2 .carosello a {
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 9/11;
}
.single-progetto .row-2 .carosello a .hover img {
	max-width: 30px;
}
.single-progetto .row-2 .carosello a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
.single-progetto .row-2 .carosello a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
.single-progetto .row-2 .carosello p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
.single-progetto .row-2 .carosello .slick-slide {
	padding: 0.1%;
}

/*--------------CONTATTI------------------*/
.contatti header.header {
	position: relative;
	background-color: #efefef;
}
.contatti .header .black {
    display: flex;
}
.contatti .header .white {
    display: none;
}
#contatti h1 {
	padding-bottom: 20px;
	font-size: 40px;
}
#contatti .row-1 {
	padding: 30px 10% 400px;
	background-color: #efefef;
}
#contatti .row-1 p {
	line-height: 1.6;
	padding-bottom: 20px;
}
#contatti .row-6 {
	margin-top: -340px;
}
#contatti .row-6 h3,
#contatti .row-6 p {
	color: #fff;
}
#contatti .row-6 h2 {
	color: #000;
	padding-bottom: 20px;
}
#contatti .row-6 .left {
	background-color: #817c61;
	padding: 60px;
}
#contatti .row-6 .pulsante {
	margin-top: 30px;
}
#contatti .row-6 .right {
	display: grid;
}
/*--------------PRESS------------------*/
.press header.header {
	position: relative;
}
.press .header .black {
    display: flex;
}
.press .header .white {
    display: none;
}
.press #progetti .row-2 .progetto a {
	aspect-ratio: 9 / 12;
}
/*--------------PRESS SINGOLO------------------*/
.single-press header.header {
	position: relative;
	background-color: #efefef;
}
.single-press .header .black {
    display: flex;
}
.single-press .header .white {
    display: none;
}
.single-press h1 {
	padding-bottom: 10px;
	font-size: 40px;
}
.single-press .row-1 {
	background-color: #efefef;
	padding: 30px 10% 60px;
}
.single-press .row-1 .data {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 30px;
}
.single-press .row-1 p {
	line-height: 1.6;
	padding-bottom: 20px;
}
.single-press .row-1 h4 {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
}
.single-press .row-1 h4 span {
	color: #000;
}
.single-press .row-1 .right {
	padding-top: 30px;
}
.single-press .row-1 .right img {
	display: grid;
	margin-bottom: 10px;
}
.single-press .row-2 {
	padding: 60px 0;
}
.single-press .row-2 .divider {
	width: 90%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin:30px 0 30px 10%;
}
.single-press .row-2 .progetti {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
.single-press .row-2 .progetti .testo {
	width: 20%;
	margin-top: 4%;
}
.single-press .row-2 .carosello {
	width: 80%;
}
.single-press .row-2 .carosello a {
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 9/12;
}
.single-press .row-2 .carosello a .hover img {
	max-width: 30px;
}
.single-press .row-2 .carosello a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
.single-press .row-2 .carosello a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
.single-press .row-2 .carosello p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
.single-press .row-2 .carosello .slick-slide {
	padding: 0.1%;
}

/*--------------TEMI------------------*/
.temi header.header {
	position: relative;
}
.temi .header .black {
    display: flex;
}
.temi .header .white {
    display: none;
}
.temi #progetti .row-2 .progetto a {
	aspect-ratio: 16 / 9;
}
/*--------------TEMA SINGOLO------------------*/
.single-post header.header {
	position: relative;
	background-color: #efefef;
}
.single-post .header .black {
    display: flex;
}
.single-post .header .white {
    display: none;
}
.single-post h1 {
	padding-bottom: 10px;
	font-size: 40px;
}
.single-post .row-1 {
	background-color: #efefef;
	padding: 30px 10% 60px;
}
.single-post .row-1 .data {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 30px;
}
.single-post .row-1 p {
	line-height: 1.6;
	padding-bottom: 20px;
}
.single-post .row-1 h4 {
	color: #817c61;
	text-transform: uppercase;
	font-size: 14px;
}
.single-post .row-1 h4 span {
	color: #000;
}
.single-post .row-1 .right {
	padding-top: 30px;
}
.single-post .row-1 .right img {
	display: grid;
	margin-bottom: 10px;
}
.single-post .row-2 {
	padding: 60px 0;
}
.single-post .row-2 .divider {
	width: 90%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin:30px 0 30px 10%;
}
.single-post .row-2 .progetti {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
.single-post .row-2 .progetti .testo {
	width: 20%;
	margin-top: 4%;
}
.single-post .row-2 .carosello {
	width: 80%;
}
.single-post .row-2 .carosello a {
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 9/11;
}
.single-post .row-2 .carosello a .hover img {
	max-width: 30px;
}
.single-post .row-2 .carosello a .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
.single-post .row-2 .carosello a:hover .hover {
	opacity: 1;
	transition-duration: 0.5s;
}
.single-post .row-2 .carosello p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
.single-post .row-2 .carosello .slick-slide {
	padding: 0.5%;
}
/*--------------STUDIO------------------*/
.studio header.header {
	position: relative;
}
.studio .header .black {
    display: flex;
}
.studio .header .white {
    display: none;
}
#studio h1 {
	font-size: 40px !important;
}
#studio .row-1 {
	padding: 30px 0;
}
#studio .row-1 .divider {
	width: 80%;
	height: 1px;
	background-color: #817c61;
	display: block;
	margin: 30px 0;
}
#studio .row-1 p {
	line-height: 1.4;
}
#studio .row-1 .right {
	margin-top: 30px;
}
#studio .row-2 {
	padding: 30px 10% 400px;
	background-color: #efefef;
}
#studio .row-2 h2 {
	padding-bottom: 30px;
}
#studio .row-2 h3 {
	color: #000;
	padding: 0;
	margin-top: 20px;
	font-weight: bold;
}
#studio .row-2 a {
	text-decoration: underline;
	color: #000;
	display: block;
}
#studio .row-2 .flex a {
	margin: 20px 0 40px;
}
#studio .row-2 .divider {
	height: 1px;
	background-color: #817c61;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
#studio .row-2 .team p {
	padding-bottom: 30px;
}
#studio .row-6 {
	margin-top: -350px;
}
#studio .row-6 h3,
#studio .row-6 p {
	color: #fff;
}
#studio .row-6 h2 {
	color: #000;
	padding-bottom: 20px;
}
#studio .row-6 .left {
	background-color: #817c61;
	padding: 60px;
}
#studio .row-6 .pulsante {
	margin-top: 30px;
}
#studio .row-6 .right {
	display: grid;
}
#studio .social .divider {
	margin: 0 0 60px;
}

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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.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 div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 30px;
	}
	.footer {
		padding: 60px 0 15px !important;
	}
	.footer-widget-area {
		display: flex;
		align-items: start;
		justify-content: space-between;
		flex-direction: row;
	}
	.footer h3 {
		padding: 0 0 10px;
	}
	.footer .widget_nav_menu {
		padding: 0 0 30px;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.flex-desktop .left {
		width: 48%;
	}
	.flex-desktop .right {
		width: 48%;
	}
	.reverse-desktop {
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-desktop .right {
		width: 48%;
	}
	.reverse-desktop .left {
		width: 48%;
	}
/*--------------HOME------------------*/
	#home h1 {
		width: 450px;
	}
	#home .row-2 h2 {
		width: 400px;
	}
	#home .row-2 .carosello .slick-slide {
		padding: 0.2%;
	}
	#home .row-3 .flex-desktop {
		align-items: end;
		padding-bottom: 60px;
	}
	#home .row-3 .flex-desktop .right {
		width: auto;
	}
	#home .row-3 .pulsante {
		margin: 0;
	}
	#home .row-3 .temi {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	#home .row-3 .temi .tema {
		width: 48%;
		padding-bottom: 0;
	}
	#home .row-3 .divider {
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 2;
		background-color: #817c61;
	}
	.award .awards {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	.award .awards .hover {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
		width: 24%;
	}
	.award .awards .testo {
		height: auto;
		margin-top: 30px;
	}
	.award .parallax {
		height: 60vw;
		padding: 60px 10%;
		max-height: 700px;
	}
	#home .row-5 {
		padding: 60px 10% 250px;
	}
	#home .row-5 .divider {
		display: block;
		width: 1px;
		height: 50%;
		position: absolute;
		top: 60px;
		right: 15%;
		z-index: 2;
		background-color: #817c61;
	}
	#home .row-6 {
	    margin-top: -170px;
	}
	#home .row-6 .left,
	#home .row-6 .right {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-6 .reverse-desktop,
	#home .row-6 .flex-desktop {
		align-items: normal;
	}
	#home .row-7 {
	    padding: 60px 0 0;
	}
	#home .row-7 .carosello .slick-slide {
		padding: 0.4%;
	}
	.social .flex-desktop {
		align-items: end;
	}
	.social .flex-desktop .left {
		width: 76%;
	}
	.social .flex-desktop .right {
		text-align: right;
		width: 24%;
	}
	.social .right img {
		max-width: 25px;
		max-height: 25px;
		margin-left: 5px;
	}
	.social .divider {
		width: 50%;
	}
/*--------------PROGETTI------------------*/
	#progetti .row-1 h2 {
		max-width: 400px;
	}
	#progetti .row-2 .flex {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: start;
		flex-wrap: wrap;
	}
	#progetti .row-2 .flex .progetto {
		width: 50%;
		padding: 2%;
	}
	.row-filters {
		width: 76.6666666%;
	}
/*--------------PROGETTO SINGOLO------------------*/
	.single-progetto .row-2 h2 {
		width: 400px;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		padding: 30px 10% 250px;
	}
	#contatti .row-6 {
	    margin-top: -170px;
	}
	#contatti .row-6 .left {
		padding: 40px;
	}
	#contatti .row-6 .left,
	#contatti .row-6 .right {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
	}
	#contatti .row-6 .reverse-desktop,
	#contatti .row-6 .flex-desktop {
		align-items: normal;
	}
/*--------------TEMA SINGOLO------------------*/
	.single-post .row-2 h2 {
		width: 400px;
	}
/*--------------PRESS SINGOLO------------------*/
	.single-press .row-2 h2 {
		width: 400px;
	}
/*--------------STUDIO------------------*/
	#studio .row-2 {
		padding: 30px 10% 200px;
	}
	#studio .row-2 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#studio .row-2 .flex div {
		width: 30%;
	}
	#studio .row-2 .team {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#studio .row-2 .team p {
		width: 48%;
	}
	#studio .flex-desktop {
		align-items: inherit;
	}
	#studio .row-6 {
	    margin-top: -170px;
	}
	#studio .row-6 .left {
		padding: 30px;
		display: flex;
		justify-content: center;
		align-items: start;
		flex-direction: column;
	}
	#studio .row-6 .left,
	#studio .row-6 .right {
		width: 50%;
	}

}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.lightbox-wrapper .next, .lightbox-wrapper .prev {
	    width: 20px;
	}	
	.lightbox-wrapper .lightbox-header .close {
	    max-width: 30px;
	}
	.footer .widget_media_image {
		width: 40%;
	}
	.nav {
		height: auto;
		flex-direction: row-reverse;
		padding: 100px 0 50px;
		width: 30%;
		left: auto;
		right: 0;
		border: 3px solid #333;
	}
	.nav .image {
		display: flex;
	}
	.nav .image img {
		display: none;
	}
	.nav ul {
		align-items: start;
	}
	.nav ul,
	.nav .image {
		width: 50%;
		padding: 5%;
	}
	.nav div {
		display: flex;
		justify-content: end;
	}
	.nav .img-home img  {
		display: flex;
	}
	.navmenu_open.home .logo .black {
		display: none;
	}
	.navmenu_open.home .logo .white {
		display: block;
	}
/*--------------HOME------------------*/
	#home .row-2 .carosello a {
		aspect-ratio: 9 / 13;
	}
	#home .row-2 .progetti .testo {
		margin-top: 1%;
	}
	#home .row-3 .temi a {
		aspect-ratio: 16 / 10;
	}
	.award .awards {
		padding-top: 20%;
	}
	.award h2, 
	.award h3 {
		padding-left: 15px;
	}
	#home .row-5 {
        padding: 60px 10% 250px;
    }
	#home .row-6 {
        margin-top: -220px;
    }
	#home .row-7 .carosello .slick-slide {
		padding: 1%;
	}
/*--------------PROGETTI------------------*/
	#progetti .row-1 h2 {
		max-width: 550px;
	}
	#progetti .divider {
		width: 50%;
	}
	#progetti .row-2 .progetto a {
		aspect-ratio: 9 / 13;
	}
/*--------------PROGETTO SINGOLO------------------*/
	.single-progetto .row-1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.single-progetto .row-1 .left,
	.single-progetto .row-1 .right {
		width: 48%;
	}
	.single-progetto .row-1 .right {
		border-left: 1px solid;
		padding-left: 3%;
		padding-top: 0;
	}
	.single-progetto .row-1 .right img {
		margin-bottom: 6%;
	}
	.single-progetto .row-1 .sticky {
		position: sticky;
		display: flex;
        justify-content: center;
        flex-direction: column;
        top: 6vw;
        z-index: 1;
        padding: 0 2.778vw 2.778vw calc(1.389vw* var(--vw-correction));
	}
	.back {
		width: 100%;
		margin-bottom: 60px;
	}
	.single-progetto .row-2 .progetti .testo {
		margin-top: 1%;
	}
	.single-progetto .row-2 .carosello a {
		aspect-ratio: 9 / 13;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#contatti .row-1 .flex .left,
	#contatti .row-1 .flex .right {
		width: 45%;
	}
	#contatti .row-1 {
        padding: 30px 10% 300px;
    }
	#contatti .row-1 .flex .left {
		margin-top: 20px;
	}
	#contatti .row-6 {
        margin-top: -220px;
    }
/*--------------TEMI------------------*/
	.temi #progetti .row-2 .progetto a {
		aspect-ratio: 16 / 10;
	}
/*--------------TEMA SINGOLO------------------*/
	.single-post .row-1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.single-post .row-1 .left,
	.single-post .row-1 .right {
		width: 48%;
	}
	.single-post .row-1 .right {
		border-left: 1px solid;
		padding-left: 3%;
		padding-top: 0;
	}
	.single-post .row-1 .sticky {
		position: sticky;
		display: flex;
        justify-content: center;
        flex-direction: column;
        top: 6vw;
        z-index: 1;
        padding: 0 2.778vw 2.778vw calc(1.389vw* var(--vw-correction));
	}
	.single-post .row-2 .progetti .testo {
		margin-top: 1%;
	}
	.single-post .row-2 .carosello a {
		aspect-ratio: 16 / 10;
	}

/*--------------PRESS SINGOLO------------------*/
	.single-press .row-1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.single-press .row-1 .left,
	.single-press .row-1 .right {
		width: 48%;
	}
	.single-press .row-1 .right {
		border-left: 1px solid;
		padding-left: 3%;
		padding-top: 0;
	}
	.single-press .row-1 .right img {
		margin-bottom: 6%;
	}
	.single-press .row-1 .sticky {
		position: sticky;
		display: flex;
        justify-content: center;
        flex-direction: column;
        top: 6vw;
        z-index: 1;
        padding: 0 2.778vw 2.778vw calc(1.389vw* var(--vw-correction));
	}
	.single-press .row-2 .progetti .testo {
		margin-top: 1%;
	}
	.single-press .row-2 .carosello a {
		aspect-ratio: 9 / 13;
	}
/*--------------STUDIO------------------*/
	#studio .row-1 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#studio .row-1 .flex .left,
	#studio .row-1 .flex .right {
		width: 48%;
	}
	#studio .row-1 .right {
	    margin-top: 0;
	}
	#studio .row-1 .divider {
	    width: 70%;
    }
	#studio .row-2 {
        padding: 30px 10% 250px;
    }
    #studio .row-6 {
        margin-top: -220px;
    }
    


}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: scroll !important;
	}
	.footer .widget_nav_menu {
        padding: 0 0 60px;
    }
    .nav a {
	    height: 30px;
	    display: block;
    }
    .nav a span {
	    display: block;
	    width: 0%;
	    transition-duration: 0.5s;
    }
    .nav a:hover span {
	    width: 100%;
	    height: 2px;
	    background-color: #817c61;
	    transition-duration: 0.5s;
    }
/*--------------HOME------------------*/
	#home .row-1 .image {
		height: auto;
		aspect-ratio: 16/9;
	}
	#home .row-2 {
	    padding: 100px 0;
	}
	#home .row-3 {
		padding-bottom: 100px;
	}
	#home .row-5 {
		padding: 100px 10% 320px;
	}
	#home .row-5 .flex-desktop {
		align-items: start;
	}
	#home .row-5 .flex-desktop .left {
		width: 35%;
	}
	#home .row-5 .flex-desktop .right {
		width: 60%;
	}
	#home .row-6 {
        margin-top: -220px;
    }
	#home .row-6.content {
		max-width: 48%;
        margin-left: 42%;
	}
	#home .row-7 {
		padding: 100px 0 0;
	}
	.social {
		padding: 100px 0;
	}
/*--------------PROGETTI------------------*/
	#progetti .row-1 {
		padding: 100px 0 60px;
	}
	#progetti .row-2 {
	    padding: 60px 0 100px;
	} 
	#progetti .row-2 .flex .progetto {
        width: 33.333333%;
    }
/*--------------PROGETTO SINGOLO------------------*/
	.single-progetto .row-1 {
		padding: 100px 10%;
	}
	.single-progetto .row-1 p {
		padding-bottom: 60px;
	}
	.single-progetto .row-1 .data {
		padding-bottom: 60px;
	}
	.single-progetto .row-2 {
	    padding: 100px 0;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		padding: 100px 10% 350px;
	}
	#contatti .row-6 {
        margin-top: -220px;
    }
    #contatti .row-6 .left {
	    padding: 60px;
    }
	#contatti .row-6.content {
		max-width: 800px;
	}
	#contatti .row-6 h2 {
		padding-bottom: 30px;
		padding-top: 20px;
	}
/*--------------TEMA SINGOLO------------------*/
	.single-post .row-1 {
		padding: 100px 10%;
	}
	.single-post .row-1 p {
		padding-bottom: 60px;
	}
	.single-post .row-1 .data {
		padding-bottom: 60px;
	}
	.single-post .row-2 {
	    padding: 100px 0;
	}
/*--------------PRESS SINGOLO------------------*/
	.single-press .row-1 {
		padding: 100px 10%;
	}
	.single-press .row-1 p {
		padding-bottom: 60px;
	}
	.single-press .row-1 .data {
		padding-bottom: 60px;
	}
	.single-press .row-2 {
	    padding: 100px 0;
	}
/*--------------STUDIO------------------*/
	#studio h1 {
	    font-size: 60px !important;
	}
	#studio h2 {
	    font-size: 40px !important;
	}
	#studio .row-1 {
	    padding: 60px 0;
	}
	#studio .row-1 .divider {
		margin: 60px 0;
	}
	#studio .row-1 .flex .left, 
	#studio .row-1 .flex .right {
        width: 45%;
    }
    #studio .row-2 {
        padding: 60px 10% 250px;
    }
    #studio .row-2 .flex h2 {
	    padding-bottom: 60px;
	}
	#studio .row-2 .flex {
		padding-bottom: 30px;
	}
	#studio .row-2 .team p {
        width: 30%;
    }
    #studio .row-2 {
        padding: 60px 10% 300px;
    }
    #studio .row-6 .left {
	    padding: 60px;
    }
	#studio .row-6.content {
		max-width: 800px;
	}

}
@media only screen and (min-width:1600px) {
	.logo {
		left: 10%;
	}
	.openclose {
		right: 10%;
	}
	.footer {
		padding: 60px 0 15px !important;
	}
	h2, h1 {
		font-size: 40px !important;
	}
	input, textarea {
		margin-top: 30px;
	}
	h3 {
		font-size: 20px !important;
	}
/*--------------HOME------------------*/
	#home h1 {
        width: 550px;
    }
	#home .row-2 h2 {
        width: 550px;
    }
    #home .row-3 h2 {
	    width: 450px;
    }
	.social h2 {
		width: 650px;
	}
	#home .row-2 .carosello p {
		font-size: 16px;
	}
/*--------------PROGETTI------------------*/
	#progetti h1 {
		font-size: 20px !important;
	}
/*--------------PROGETTO SINGOLO------------------*/
	.single-progetto .row-2 h2 {
        width: 550px;
    }
/*--------------CONTATTI------------------*/
	#contatti .row-1 .flex .left {
		margin-top: 30px;
	}
/*--------------PRESS SINGOLO------------------*/
	.single-press .row-2 h2 {
        width: 550px;
    }
/*--------------TEMA SINGOLO------------------*/
	.single-post .row-2 h2 {
        width: 550px;
    }



}
@media only screen and (min-width:1800px) {
	h2, h1 {
		font-size: 45px !important;
		line-height: 45px !important;
	}
	input, textarea {
		margin-top: 40px;
	}
/*--------------HOME------------------*/
	.award .parallax {
		max-height: 800px;
	}
	#home .row-2 h2 {
        width: 750px;
    }
    #home .row-3 h2 {
        width: 600px;
    }
    #home h1 {
        width: 750px;
    }
/*--------------PROGETTO SINGOLO------------------*/
	.single-progetto .row-2 h2 {
        width: 750px;
    }
    .single-progetto .row-1 .right {
	    width: 55%;
    } 
    .single-progetto .row-1 .left {
	    width: 42%;
    } 
/*--------------CONTATTI------------------*/
	#contatti .row-1 .flex .left img {
		max-width: 630px;
	}
	#contatti .row-1 .flex .left {
		margin-top: 40px;
	}
	#contatti .row-6.content {
        max-width: 900px;
    }
/*--------------PRESS SINGOLO------------------*/
	.single-press .row-2 h2 {
        width: 750px;
    }
    .single-press .row-1 .right {
	    width: 55%;
    } 
    .single-press .row-1 .left {
	    width: 42%;
    } 
/*--------------TEMA SINGOLO------------------*/
	.single-post .row-2 h2 {
        width: 750px;
    }
    .single-post .row-1 .right {
	    width: 55%;
    } 
    .single-post .row-1 .left {
	    width: 42%;
    } 
/*--------------STUDIO------------------*/
	#studio .row-6.content {
        max-width: 900px;
    }




}