/*
	Theme Name: Digitalia
	Theme URI: https://breastsartexhibition.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 */
*,
.wrapper input,
*: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:300 16px/1.2 'Silvana-Light', sans-serif;
	color:#000;
	overflow-y: scroll;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    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:#000;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
i {
	font-family:'Silvana-LightItalic';
}
.italic {
	font-family:'Silvana-LightItalic';
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	line-height: 1;
}
h2 {
	line-height: 1;
}
h3 {
	line-height: 1;
}
h4 {
	line-height: 1;
}
h5 {
	line-height: 1;
}
h6 {
	line-height: 1;
}
.divider {
	
}
.pulsante {
    text-transform: uppercase;
    font-family:'Theinhardt-Lt';
    color: #000;
    font-size: 14px;
}
.pulsante:hover {
	color: #fc1a72;
}
.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;
}

.masonry-item {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media only screen and (min-width: 1280px) {
    .masonry-item {
        width: 33.0%;
    }    
}

@media only screen and (min-width: 768px) {
    .masonry-item {
        width: 49.7%;
    }    
}
/* 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 #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* 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 #fc1a72;
	border-color: #fc1a72 transparent #fc1a72 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;
}
.carosello .slick-prev {
	border: none;
	color: transparent;
	position: absolute;
	top: -50px;
	right: 5vh;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
}
.carosello .slick-next {
	border: none;
	color: transparent;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
}
.carosello .slick-prev::before {
	content: '←';
	color: #000;
	font-size: 30px;
}
.carosello .slick-next::before {
	content: '→';
	color: #000;
	font-size: 30px;
}
.slide .slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide .slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide img {
	width: 80% !important;
}
/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}
::placeholder {
	color: #000;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy: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: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
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;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

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

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

/* 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;
}
/* 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;
}
.pagina_caricata .wrapper {
	opacity: 1;
}



/* --------------------- 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;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    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;
}
.lightbox-wrapper .lightbox-content {
    width: 100%;
    max-width: 550px;
    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;
    font-size: 40px;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-body {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    margin: 10px 0px;
    overflow: hidden;
    color: #3f3f3f;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: flex;
}
.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;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
}	
.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;
}

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

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

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


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

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

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

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
main {
	min-height: 640px;
}

/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.content {
	max-width:1600px;
	width:100%;
	margin:0 auto;
	position:relative;
}


/* header */
.header {
	position: absolute;
	width: 100%;
	height: 60px;
    line-height: 60px;
	background-color: #d3e1db;
	top: 0px;
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 60;
	padding: 10px 0px;
}
.logo img {
	max-width: 100px;
}
.navmenu_open .logo {
	position: fixed;
}
.navmenu_open.home .logo {
	display: block;
	top: 20px;
}
.sotto_header.home .logo {
	display: none;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #fc1a72;
	display: flex;
	color: #000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #000;
	font-size: 25px;
}
.nav a:hover {
	color: #fff;
}
.nav .current_page_item a {
	color: #fff;
	font-family:'Silvana-LightItalic';
}
.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: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.navmenu_open footer.footer {
	position: relative;
	z-index: -1;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #000;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
}
.openclose .tre {
	width: 20px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}

/* footer */
.footer {
	background-color: #d3e1db;
	text-align: center;
	padding: 20px 0px;
	font-family:'Theinhardt-Lt';
}
.footer strong {
	font-family:'Theinhardt-Md';
	font-weight: normal;
}
.footer img {
	max-width: 150px !important;
}
.footer .widget_text,
.footer .widget_nav_menu,
.footer .widget_media_image {
	padding: 10px 0;
}
.footer ul li a {
	font-family:'Theinhardt-Md';
}

.cmplz-cookiebanner.cmplz-show {
	font-family:'Theinhardt-Lt';
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-privacy h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-privacy 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-privacy input[type=checkbox], .page-template-template-privacy 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-privacy input[type=checkbox]:checked, .page-template-template-privacy input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-privacy 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%;
}

/*--------------COMING SOON------------------*/
.page-template-template-coming .header,
.page-template-template-coming .footer {
	display: none;
}
#coming .row-1 {
	background-color: #fc1a72;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
}
#coming h2 {
	font-size: 18vw !important;
}
#coming h1 {
	font-size: 35vw !important;
	margin-top: -60px;
}
#coming h3 {
	text-transform: uppercase !important;
}
#coming .link {
	padding: 10px;
}
#coming .link a {
	margin-left: 10px;
	font-size: 22px;
}
#coming .link a:hover {
	color: #fff;
}
#coming p {
	padding: 10px;
	font-size: 22px;
	margin-bottom: 60px;
}
#coming .parola-exhibited {
	font-family:'Silvana-LightItalic';
}
/*--------------HOME------------------*/
.home .header {
	height: auto;
	line-height: normal;
	position: fixed;
}
.home .openclose {
	margin-top: 35px;
}
.home .logo {
	display: none;
}
.sotto_header .header {
	background-color: #fc1a72;
	height: 60px;
	line-height: 60px;
	z-index: 2;
	border-bottom: 1px solid #000;
}
.sotto_header.home .openclose {
	margin-top: 0;
}
.sotto_header #home .row-1 img {
	position: fixed;
	top: 0;
	left: 2%;
	z-index: 3;
} 
#home .row-1 {
	background-color: #fc1a72;
	padding: 100px 2% 25px;
	border-bottom: 1px solid #000;
}
#home .row-1 img {
	margin-top: 15px;
}
#home .row-1 h1 img {
	display: none;
}
#home .row-1 h1 a:hover {
	color: #fff;
}
.scrolling-text {
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.scroll-content {
    animation: scroll 30s linear infinite;
    white-space: nowrap;
    display: inline-flex;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-60%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#home .row-2 {
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
#home .row-3 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 30px 5%;
}
#home .row-3 h3 {
	color: #fc1a72;
	line-height: 1.2;
	padding-bottom: 20px;
}
#home .row-4 {
	padding: 10px 10px 30px;
	border-bottom: 1px solid #000;
}
#home .row-4 .flex {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 20px;
}
#home .row-4 .flex a {
	margin-right: 11vh;
}
#home .row-4 .carosello .image {
	padding: 0 5%;
}
#home .row-4 .carosello .image img {
	margin-bottom: 5px;
}
#home .row-4 .carosello .image a {
	display: none;
}
#home .row-4 .carosello .hover {
	position: relative;
}
#home .row-4 .carosello .hover:hover a {
	background-color: #fc1a72;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #000;
	font-size: 30px;
}
#home .row-5 {
	background-color: #fc1a72;
	text-align: center;
	padding: 30px 5%;
	border-bottom: 1px solid #000;
}
#home .row-5 h2 {
	padding-bottom: 20px;
}
#home .row-6 {
	padding: 30px 2%;
}
#home .row-6 h2 {
	color: #fc1a72;
}
#home .row-6 h3 {
	font-family:'Silvana-LightItalic';
	padding-bottom: 20px;
	line-height: 1.2;
}
#home .row-6 .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-top: 5px;
}
#home .row-6 .flex h4 {
	padding-bottom: 5px;
}
#home .row-6 .pulsante {
	border: 1px solid;
	color: #fc1a72;
	font-family:'Theinhardt-Md';
	height: 40px;
    line-height: 32px;
    width: 170px;
    text-align: center;
}
#home .row-6 .pulsante span {
	transform: translateX(0px);
    transition-duration: 0.5s;
    display: inline-block;
    font-size: 30px;
	font-family:'Silvana-Light';
	padding-left: 5px;
}
#home .row-6 .pulsante:hover span {
	transform: translateX(10px);
	transition-duration: 0.5s;
}
#home .row-7 {
	padding: 30px 2%;
}
#home .row-7 h2 {
	padding-bottom: 20px;
}
#home .row-7 p {
	font-family:'Theinhardt-Lt';
	text-transform: uppercase;
	font-size: 12px;
}
#home .row-7 .full {
	background-color: #f6f6f6;
	height: 150px;
	margin: 1% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
	position: relative;
}
#home .row-7 .full p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 10px;
}
#home .row-7 .full img {
	max-width: 300px;
}
#home .row-7 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
#home .row-7 .flex div {
	width: 49%;
	margin: 1% 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	height: 150px;
	padding: 5%;
}
#home .row-7 .flex div p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 10px;
}
#home .row-7 .flex div img {
	max-width: 300px;
}
/*--------------ABOUT------------------*/
.about .header {
	background-color: transparent;
	position: relative;
}
.about.scroll .header {
	position: fixed;
	background-color: #fc1a72;
	border-bottom: 1px solid #000;
}
#about .row-1 {
	padding: 30px 5%;
	text-align: center;
}
#about .row-3 {
	text-align: center;
	padding: 30px 5%;
}
#about .row-4 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#about .row-4 h3 {
	padding: 5px 0;
}
#about .row-5 {
	padding: 30px 5%;
	text-align: center;
}
#about .row-5 h3 {
	color: #fc1a72;
	padding-bottom: 30px;
	line-height: 1.2;
}
#about .row-5 img {
	max-width: 200px;
}
#about .row-6 {
	background-color: #fc1a72;
	padding: 30px 2%;
}
#about .row-6 h2 {
	text-align: center;
	padding-bottom: 30px;
}
#about .row-6 p {
	padding-top: 30px;
}
#about .row-7 {
	padding: 30px 2% 0;
}
#about .row-7 h3 {
	padding: 20px 0;
}
#about .row-7 a {
	display: block;
	margin-bottom: 10px;
}
#about .row-7 a span {
	transform: translateX(0px);
	transition-duration: 0.5s;
	display: inline-block;
}
#about .row-7 a:hover span {
	transform: translateX(10px);
	transition-duration: 0.5s;
}
/*--------------ARTWORKS------------------*/
.artworks .header {
	background-color: transparent;
	position: relative;
}
.artworks.scroll .header {
	position: fixed;
	background-color: #fc1a72;
	border-bottom: 1px solid #000;
}
#artworks .row-1 {
	padding: 30px 0;
}
#artworks .row-1 .flex {
	margin-bottom: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 5%;
	width: 100%;
}
#artworks .row-1 .filter {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}
#artworks .row-1 .filter a {
	text-transform: uppercase;
	font-family:'Theinhardt-Lt';
	color: #999;
	margin-left: 10px;
	font-size: 14px;
}
#artworks .row-1 .filter a:hover,
#artworks .row-1 .filter .active {
	color: #fc1a72;
}
#artworks .row-1 .filter span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background-color: #999;
}
.pagina-mobile #artworks .row-1 .filter .large span:last-child {
	display: none;
}
.pagina-mobile #artworks .row-1 .filter .small span:first-child,
.pagina-mobile #artworks .row-1 .filter .small span:last-child {
	display: none;
} {
	display: none;
}
#artworks .row-1 .filter .view-large,
#artworks .row-1 .filter .view-small {
	color: #fc1a72;
}
#artworks .row-1 .filter .view-large span,
#artworks .row-1 .filter .view-small span {
	background-color: #fc1a72;
}
#artworks .row-1 .image {
	padding:15px 5%;
}
#artworks .row-1 .image.view-large {
	width: 100%;
}
#artworks .row-1 .image.view-small {
	width: 50%;
}
#artworks .row-1 .contenitore {
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;	
}
/*--------------VISIT------------------*/
#visit {
	background-color: #fc1a72;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#visit h1 {
	padding: 100px 0 15px;
}
#visit p {
	padding: 15px 0;
}
#visit p {
	font-size: 20px;
}
#visit a:hover {
	color: #fff;
}
#visit iframe {
	padding: 20px 0;
	mix-blend-mode: luminosity;
}



/*------------------------------------*\
    RESPONSIVE - layout desktop
\*------------------------------------*/

.pagina-desktop.home .header {
	line-height: 60px;
	background-color: transparent;
	transition: inherit;
}
.pagina-desktop.sotto_header.home .header {
	background-color: #fc1a72;
}
/* nav */
.pagina-desktop .nav {
	display: block;
	background-color: transparent;
	height: auto;
	width: 100%;
	position: relative;
	background-image: none;
	padding-right: 2%;
	opacity: 1.0;
	pointer-events: unset;
	user-select: unset;
}
.pagina-desktop .nav ul {
	margin-top: 0;
	text-align: right;
	display: inline-block;
}
.pagina-desktop .nav ul li {
	padding: 0;
	display: inline-block;
	text-transform: none;
}
.pagina-desktop .nav ul li a {
	padding: 0 0 0 20px;
	font-size: 20px;
}
.pagina-desktop .openclose {
	display: none;
}
.pagina-desktop .logo {
	max-width: 150px;
	width: 100%;
	position: relative;
	left: 2%;
	top: 5px;
}

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

@media only screen and (min-width:768px) {
	.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: 25px;
	}
	body {
		font-size: 18px;
	}
	.carosello .slick-prev {
		right: 4vh;
	}
/*--------------COMING SOON------------------*/
	#coming .row-1 {
		justify-content: center;
	}
	#coming .link {
		position: absolute;
		top: 0;
		right: 0;
		padding: 30px;
	}
	#coming h1 {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		padding: 30px;
	}
	#coming p {
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
		padding: 30px;
	}
	#coming h2 {
		position: absolute !important;
		bottom: 0 !important;
		right: 0 !important;
		padding: 30px;
		left: auto;
		top: auto;
	}
	#coming h2, #coming h1 {
		font-size: 100px !important;
		line-height: 0.8;
	}
	#coming h1 {
	 	margin-top: 0;
	}
/*--------------ABOUT------------------*/
	#about .row-2 {
		text-align: center;
	}
	#about .row-2 img {
		max-width: 80%;
	}
	#about .row-7 {
		display: flex;
		align-items: start;
		justify-content: space-between;
		flex-direction: row;
	}
	#about .row-7 a {
		width: 49%;
	}
/*--------------ARTWORKS------------------*/
	#artworks .row-1 .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 10px 2%;
	}
	#artworks .row-1 .flex .filter:last-child {
		justify-content: end;
	}
	#artworks .row-1 .image {
		padding: 15px 0.5%;
	}
	#artworks .row-1 .contenitore {
		padding: 0 2%;
	}

		
}
@media only screen and (min-width:1024px) {
	body {
		font-size: 20px;
	}
	.carosello .slick-next {
		right: 0.5vh;
	}
	h3 {
		font-size: 2.5vh !important;
	}
	.pulsante {
		font-size: 16px;
	}
	.footer-widget-area {
		display: flex;
		align-items: start;
		justify-content: space-between;
		flex-direction: row;
	}
	.footer-widget-area div {
		text-align: left;
	}
	footer.footer {
		padding: 2% !important;
	}
/*--------------COMING SOON------------------*/
	#coming h2, #coming h1 {
		font-size: 14vw !important;
	}
/*--------------HOME------------------*/
	#home .row-1 h1 {
		max-width: 80%;
	}
	#home .row-4 .flex {
		padding: 0 15px 20px;
	}
	#home .row-4 .flex a {
	    margin-right: 9vh;
	}
	#home .row-5 img {
		max-width: 60%;
	}
	#home .row-6 h3 {
		max-width: 60%;
	}
	.scroll-content {
	    animation: scroll 30s linear infinite;
	}
/*--------------ABOUT------------------*/
	.about .nav .current_page_item a {
		color: #fc1a72;
		font-family:'Silvana-LightItalic';
	}
	.about .nav a:hover {
		color: #fc1a72; 
	}
	.about.scroll .current_page_item a {
		color: #fff;
	}
	.about.scroll .nav a:hover {
		color: #fff; 
	}
	#about .row-1 h2 {
		max-width: 910px;
		margin: 0 auto;
	}
	#about .row-2 img {
		max-width: 600px;
	}
	#about .row-3 p {
		max-width: 850px;
		margin: 0 auto;
	}
	#about .row-5 h3 {
		max-width: 870px;
		margin: 0 auto;
	}
	#about .row-6 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#about .row-6 .flex div {
		width: 49%;
	}
	#about .row-6 p {
		padding-top: 0;
	}
/*--------------ARTWORKS------------------*/
	.artworks .nav .current_page_item a {
		color: #fc1a72;
		font-family:'Silvana-LightItalic';
	}
	.artworks .nav a:hover {
		color: #fc1a72; 
	}
	.artworks.scroll .current_page_item a {
		color: #fff;
	}
	.artworks.scroll .nav a:hover {
		color: #fff; 
	}
	#artworks .row-1 .image.view-large {
		width: 50%;
	}
	#artworks .row-1 .image.view-small {
		width: 25%;
	}
	#artworks .row-1 .filter a {
		margin-left: 20px;
	}
/*--------------VISIT------------------*/
	#visit iframe {
		width: 800px;
	}

	
}
@media only screen and (min-width:1280px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	body, main {
		font-size: 20px !important;
	}
	.slide .slick-prev,
	.slide .slick-next {
		width: 30px;
		height: 40px;
		top: 50%;
	}
/*--------------COMING SOON------------------*/
	#coming h2, #coming p {
		padding: 60px 30px;
	}
	#coming h3 {
		font-size: 30px !important;
	}
/*--------------HOME------------------*/
	#home .row-1 h1 {
		font-size: 5vw;
	}
	#home .row-1 h1 a {
		position: relative;
		display: inline-block;
	}
	#home .row-1 h1 a:hover img {
		position: absolute;
		top: -100%;
		right: -80%;
		z-index: 1;
		display: block;
		width: 80%;
	}
	#home .row-2 {
		padding: 10px 0;
	}
	#home .row-3,
	#home .row-5 {
		padding: 60px 5%;
	}
	#home .row-3 h3 {
		max-width: 1020px;
		margin: 0 auto;
		font-size: 3vh !important;
	}
	#home .row-4 .carosello .hover:hover a {
		font-size: 50px;
	}
	#home .row-6 {
		padding: 60px 2%;
	}
	#home .row-7 {
		padding: 0 2% 60px;
	}
	#home .row-7 .flex div {
		width: 24%;
		margin: 0;
		height: 200px;
	}
	#home .row-7 .full {
		height: 200px;
	}
/*--------------ABOUT------------------*/
	#about .row-1,
	#about .row-3,
	#about .row-5 {
		padding: 60px 5%;
	}
	#about .row-6 p {
		max-width: 410px;
	}
	#about .row-1 h2 {
		font-size: 4vh !important;
		max-width: 1230px;
	}
/*--------------VISIT------------------*/
	#visit h1 {
		font-size: 6vh !important;
		padding: 150px 0 15px;
	}
	#visit p {
		font-size: 25px;
	}
}
@media only screen and (min-width:1600px) {
/*--------------HOME------------------*/
	
}


