.overflow-hidden {
overflow: hidden !Important;
}
body.mfp-zoom-out-cur {
overflow: hidden !Important;
}
.vertical-center-column {
display: flex;
align-items: center;
}
.white {
color: #fff;
}
.text-align-center {
text-align: center;
} p {
line-height: 2;
}
h1, h2, p {
margin-bottom: 20px;
} #header-custom .et_pb_row {
display: flex;
}  #header-custom__col2 {
display: flex;
justify-content: flex-end;
align-items: center;
}
#menu-hamburger {
display: flex;
align-items:center;
justify-content: flex-end;
}
#menu-hamburger__icona {
width: 40px;
height: 45px;
position: relative;
cursor: pointer;
transition: all .3s ease-in-out;
}
#menu-hamburger__icona span {
display: block;
position: absolute;
left: 0;
height: 5px;
width: 100%;
background: #000;
opacity: 1;
transition: all .3s ease-in-out;
}
#menu-hamburger__icona span:nth-child(1) {
top: 0px;
}
#menu-hamburger__icona span:nth-child(2) {
top: 10px;
}
#menu-hamburger__icona span:nth-child(3) {
top: 20px;
} #menu-hamburger__icona.open-menu {
opacity: 0;
} #menu-hamburger__close {
width: 35px;
height: 45px;
position: absolute;
right: 0;
top: -90px;
cursor: pointer;
transition: all .3s ease-in-out;
}
#menu-hamburger__close span {
display: block;
position: absolute;
height: 7px;
width: 100%;
background: #fff;
opacity: 1;
transition: all .3s ease-in-out;
}
#menu-hamburger__close span:nth-child(1) {
margin-top: 20px;
transform: rotate(45deg);
}
#menu-hamburger__close span:nth-child(2) {
margin-top: 20px;
transform: rotate(-45deg);
} #menu-custom-slidein {
width: 400px;
z-index: 9999;
position: fixed;
top: 0;
right: -400px;
height: 100%;
transition: all .6s ease-in-out;
}
#menu-custom-slidein.show {
right: 0;
}
#menu-custom-slidein ul {
gap: 20px;
}
#menu-custom-slidein li {
width: 100%;
justify-content: flex-end;
font-size: 28px;
} #menu-custom-slidein .et_mobile_nav_menu {
display: none;
}
#menu-custom-slidein .et_pb_menu__menu {
display: block;
} #social-menu {
display: flex;
gap: 15px;
margin-top: 50px;
}
#social-menu img {
filter:invert(1);
max-width: 35px;
}
#social-menu a {
transition: all .3s ease-out;
}
#social-menu a:hover{
opacity: .5;
} .btn-container {
margin-top: 45px;
}
.btn-black, .btn-white {
padding: 10px 80px;
font-weight: bold;
transition: .3s ease-in-out;
}
.btn-black {
background-color: #000;
color: #fff;
}
.btn-black:hover {
background-color: #777;
}
.btn-white {
background-color: #fff;
color: #000;
}
.btn-white:hover {
background-color: #c6c6c6;
} #main-footer {
display: none;
}
#footer-copyright {
text-align: center;
font-size: 12px;
margin-bottom: 0px;
}
#footer-copyright span {
margin: 0 5px;
}
#footer-copyright .et-pb-icon {
font-size: 13px;
}   #slider-home-row .et-pb-controllers {
transform: scale(2);
bottom: 0;
} #mostre-row h2 {
margin: 10px 0;
}
#mostre-row .btn-container {
margin-top: 30px;
} .form-contatto p {
margin-bottom: 10px;
}
.form-contatto label {
display: block;
}
.form-contatto input, .form-contatto textarea {
width: 100%;
border-color: #D9D9D9;
}
.form-contatto input[type=text], .form-contatto input[type=email] {
min-height: 40px;
}
.form-contatto .campi-obbligatori, .form-contatto .privacy {
font-size: 12px;
}
.form-contatto .privacy {
display: flex;
}
.privacy a {
font-weight:bold;
color: #000;
text-decoration: underline;
transition: all .3s ease-in-out;
}
.privacy a:hover {
opacity: .5;
}
.form-contatto .wpcf7-list-item {
margin-right: 15px;
}
.form-contatto .wpcf7-list-item, .form-contatto input[type="checkbox"] {
margin-left: 0;
}
.form-contatto input[type="checkbox"] {
margin-top: 5px;
}
.form-contatto input[type="submit"] {
font-size: 18px;
border: none;
background-color: #000;
color: #fff;
font-weight: bold;
padding: 15px 0;
transition: .3s ease-in-out;
}
.form-contatto input[type="submit"]:hover {
background-color:  #777;
cursor: pointer;
} #opere-grid article {
padding: 0;
margin-bottom: 50px;
}
#opere-grid article .et_pb_image_container {
margin: 0;
}
#opere-grid img {
height: 240px;
max-height: 240px;
object-fit: cover;
}
#opere-grid h2 {
font-weight: bold;
pointer-events: none;
}
#opere-grid h2, #opere-grid .quadro__anno {
margin-bottom: 0;
}
#opere-grid .quadro__anno {
padding-bottom: 0;
}
#opere-grid .quadro__dimensioni {
margin-bottom: 0;
padding-bottom: 0;
} .mfp-wrap {
overflow: hidden !Important;
z-index: 9999999;
position: fixed;
width: 100%;
height: 110% !important;
background-color: #161616;
display: flex;
justify-content: center;
align-items: center;
} .page-id-112 .mfp-wrap {
top: 0 !important;
} 
.mfp-wrap .mfp-content {
max-width: 90%;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
.mfp-preloader {
display: none;
} .mfp-wrap .mfp-container button.mfp-close {
position: fixed;
top: 20px;
right: 20px;
margin: 0;
opacity: 0.8;
font-weight: bold;
font-size: 90px;
background-color: transparent;
border: none;
color: #fff;
cursor: pointer;
transition: all 0.3s ease-out;
}
.mfp-wrap .mfp-container button.mfp-close:hover {
opacity: 1;
} .mfp-wrap figure {
background-color: #161616;
padding-bottom: 15px;
}
.mfp-wrap figure figcaption .title-lightbox {
margin-top: 20px;
text-transform: uppercase;
}
.mfp-wrap figure figcaption .caption-anno, .mfp-wrap figure figcaption .caption-dimensioni {
margin-bottom: 0;
padding-bottom: 0;
}
.mfp-wrap figure figcaption .title-lightbox, .mfp-wrap figure figcaption p {
color: #fff;
}
figure img.mfp-img {
max-height: 60vh !Important;
}   .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 1;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} #citazione-chopin h3 {
font-style: italic;
padding-bottom: 20px;
}
#citazione-chopin h6 {
font-style: italic;
}
#biografia p {
column-count: 2;
column-gap: 30px;
}
.mostre-elenco {
display: grid;
grid-template-rows: auto;
grid-template-columns: 100px auto;
row-gap: 10px;
}
.mostre-elenco .mostra__anno {
font-weight: bold;
}
#citazione-pollock p {
line-height: 1.8em;
}
#citazione-pollock__autore {
font-size: 18px;
margin-bottom: 0;
margin-top: 50px;
}
#testimonials .et_pb_slide_content {
max-width: 600px;
margin-right: auto;
margin-left: auto;
padding: 30px;
margin-bottom: 60px;
border: 1px solid #D9D9D9;
}
#testimonials .et_pb_slide .et_pb_container {
height: auto !Important;
}
#testimonials .et_pb_slide .et_pb_slide_description {
padding: 0;
}
#testimonials .testimonial__author {
margin-bottom: 0;
} #testimonials .et-pb-controllers {
bottom: -20px;
transform: scale(2);
} #testimonials a.et-pb-arrow-prev {
left: 50px;
}
#testimonials:hover a.et-pb-arrow-prev {
left: 0;
}
#testimonials a.et-pb-arrow-next {
right: 50px;
}
#testimonials:hover a.et-pb-arrow-next {
right: 0;
}
#testimonials a.et-pb-arrow-prev, #testimonials a.et-pb-arrow-next {
top: 40%;
} #gallery-grid .et_pb_gallery_items {
display: grid;
grid-auto-flow: dense;
grid-template-columns: repeat(4, 1fr);
gap: 1%;
}
#gallery-grid .et_pb_gallery_items .et_pb_gallery_item {
width: 100%;
} #contatti-section .et_pb_row {
justify-content: center;
}
#contatti-section .et_pb_row {
justify-content: center;
}
#contatti__colonna1 {
margin-right: 0;
}
#contatti__colonna1 #hand img {
margin-bottom: 60px;
}
#contatti__colonna1 h4, #contatti__colonna1 a {
padding-bottom: 0;
margin-bottom: 0;
}
#contatti__colonna1 h4 {
font-weight: bold;
}
#contatti__colonna1 [class^="info-"] {
margin-bottom: 30px;
}
#contatti__colonna1 .info-social h4 {
margin-bottom: 10px;
}
#contatti__colonna1 .info-social img {
max-width: 30px;
margin-right: 8px;
transition: all .3s ease-out;
}
#contatti__colonna1 .info-social img:hover {
opacity: .5;
}   @media only screen and (max-width: 981px) {  #testimonials .et-pb-controllers {
bottom: 0px;
}
#testimonials a.et-pb-arrow-prev {
left: 0px;
background-color: #fff;
border-radius: 50%;
}
#testimonials a.et-pb-arrow-next {
right: 0px;
background-color: #fff;
border-radius: 50%;
} #contatti__colonna1 [class^="info-"] {
text-align: center;
}
} @media only screen and (max-width: 768px) { #header-custom .et_pb_image_0_tb_header{
max-width: 125px;
} #menu-hamburger__icona {
width: 30px;
height: 50px;
}
#menu-hamburger__icona span:nth-child(1) {
top: 0px;
}
#menu-hamburger__icona span:nth-child(2) {
top: 9px;
}
#menu-hamburger__icona span:nth-child(3) {
top: 18px;
} #menu-custom-slidein {
padding-top: 150px !Important;
width: 300px;
}
#menu-custom-slidein li {
font-size: 24px;
} #footer-copyright-mobile {
text-align: center;
}
#footer-copyright-mobile span {
margin: 0 10px;
}
#footer-copyright-mobile .et-pb-icon {
font-size: 13px;
margin: 0 5px;
} #mostre-row .et_pb_column {
width: 100%;
margin-right: 0;
}  .mfp-wrap .mfp-container button.mfp-close {
right: 0px;
} #biografia p {
column-count: 1;
}
#mostre-riga .et_pb_column_4 {
margin-bottom: 10px;
}
#citazione-pollock p {
font-size: 20px;
}
#citazione-pollock__autore {
font-size: 16px;
}
}  @media only screen and (max-width: 600px) {
#slider-home-row .et_pb_module {
padding-bottom: 60px;
}
#slider-home-row .et_pb_slide_0 {
background-size: 100%;
}
#slider-home-row .et_pb_slide_1, #slider-home-row .et_pb_slide_2{
background-size: 70%;
}
}
@media only screen and (min-width: 600px) {
#slider-home-row .et_pb_module {
padding-bottom: 80px;
}
} @media only screen and (min-width: 981px) {	
#opere-grid h2 {
font-size: clamp(22px, 2.2vw, 34px);
}
} @media only screen and (max-width: 1524px) and (min-width: 981px) {
#mostre-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
#mostre-row .et_pb_column {
order: unset;
width: 100%;
}
}