/*!
Theme Name: Spazio x art
Theme URI: https://spazioxart.com/
Author: Care Srl
Author URI: https://www.carecom.it/
Description: Tema Spazio x art
Version: 1.0.0
Tested up to: 8.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: care-boilerplate
*/

@font-face {
    font-family: 'Carnollia';
    src: url('fonts/CarnolliaSignaturePersonalUs.woff2') format('woff2'),
        url('fonts/CarnolliaSignaturePersonalUs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --col-1:#960d4a;
  --col-2:#4a6067;
    --col-3:#e3e3e3;
    --col-4:#2b2b2b;
  --padBig:15px;
}
body {
  font-family: 'Montserrat';
  font-size: 18px;
  color: var(--col-2);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
}
.post, .page{
  margin-bottom: 0;}
h1, h2{
  font-family: 'Carnollia';
  color: var(--col-1);
  font-size: clamp(40px,5vw,70px);
}
.nav_button {}
.nav_button.is-active {}
.nav_button.is-active span{
    background: #fff;
}
#page {
    max-width: 1920px;
    margin: auto;
    padding-left: var(--padBig);
    padding-right: var(--padBig);
}
.site-header {
    position: sticky;
    top: 0;
    transition: all .2s;
    background: #fff;
    z-index: 999;
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.site-header:before,
.site-header:after{content:'';position:absolute;background: #fff;width: 100vw;height: 100%;top: 0;}
.site-header:before {
    left: -100vw;
}
.site-header:after {
    left: 100%;
}
.site-header.scrolled {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
}
.site-header img {
    transition: all .2s;
    }
.site-header img.logo-home {display: none;}
.site-header img.logo-other {
    width: 200px;
}

.main-bar-desk-menu {
    display: none;
}
.main-bar-desk-menu ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.main-bar-desk-menu li {
    position: relative;
}
.main-bar-desk-menu li:after {content:'';position:absolute;width: 4px;height: 3px;background: var(--col-1);top: 50%;transform: translateY(-50%);right: -17px;}
.main-bar-desk-menu li:last-child:after{display:none}
.main-bar-desk-menu li a{
    color: var(--col-2);
    text-decoration: none;
}

.hp-row-1 {
    grid-template-areas:
        'row-1-col-1'
        'row-2-col-2'
        'row-1-col-2'
        'row-2-col-1';
    display: grid;
}
.hp-row-1 img{display:block}
.row-1-col-1 {grid-area:row-1-col-1}
.row-1-col-2 {grid-area:row-1-col-2}
.row-2-col-1 {grid-area:row-2-col-1}
.row-2-col-2 {grid-area:row-2-col-2}
div p:last-of-type{margin-bottom:0}
a.btn {
    position: relative;
    background: var(--col-1);
    color: #fff;
    transition: all .2s;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 1.5em;
    z-index: 1;
    min-width: 180px;
}
a.btn-gray{
    background-color: var(--col-3);
    color: var(--col-4);
}
a.btn-ico.btn-gray:after{
    background-color: var(--col-4);
}

a.btn:hover{
    background: var(--col-2);
}
a.btn-ico {padding-right: 60px;}
a.btn-ico:after {content:'';position:absolute;mask-repeat: no-repeat;background: #fff;top: 50%;transform: translateY(-50%);right: 26px;transition: all .2s;}
a.btn-down:after {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 18'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.714 9.322a1.37 1.37 0 0 0-1.934 0l-3.137 3.131V2.094c0-.753-.611-1.365-1.368-1.365-.756 0-1.368.612-1.368 1.365v10.359L2.77 9.322a1.368 1.368 0 0 0-1.934 1.931l6.439 6.428 6.439-6.428a1.36 1.36 0 0 0 0-1.931'/%3E%3C/svg%3E");aspect-ratio: 125/150;width: 13px;}
a.btn-right:after {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 18'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.714 9.322a1.37 1.37 0 0 0-1.934 0l-3.137 3.131V2.094c0-.753-.611-1.365-1.368-1.365-.756 0-1.368.612-1.368 1.365v10.359L2.77 9.322a1.368 1.368 0 0 0-1.934 1.931l6.439 6.428 6.439-6.428a1.36 1.36 0 0 0 0-1.931'/%3E%3C/svg%3E");aspect-ratio: 125/150;width: 13px;transform: rotate(-90deg) translateY(-0%) translateX(50%);}
a.btn.btn-gray:hover{
    color: #fff;
}
a.btn-ico.btn-gray:hover:after{
    background: #fff;
}
.site-footer {background: var(--col-2);color: #fff;font-size: 14px;margin-top: 100px;}
.footer-contacts {
    padding: var(--padBig);
    display: grid;
    gap: 60px 50px;
}
.footer-contacts a{
    color: #fff;
    text-decoration: none;
}
.footer-contacts .menu {
    margin: 0;
    list-style: none;
}
.footer-contacts-data {
    display: grid;
    gap: 50px;
}
.footer-contacts-data-logo {}
.footer-contacts-data-logo img{
    width: 180px;
    display: block;
}
.footer-contacts-data-address-links {
    display: grid;
    gap: 50px 30px;
}
.footer-contacts-data-address {
    font-size: 16px;
}
.footer-contacts-data-links {}
.footer-contacts-data-social {}
.footer-map {}
.footer-map iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
}

.social-menu  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.social-menu li{}
.social-menu li a{
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    }
    .social-menu li.facebook a{mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Cpath fill='%237a7a7a' d='M437 0H75C33.6 0 0 33.6 0 75v362c0 41.4 33.6 75 75 75h151V331h-60v-90h60v-61c0-49.6 40.4-90 90-90h91v90h-91v61h91l-15 90h-76v181h121c41.4 0 75-33.6 75-75V75c0-41.4-33.6-75-75-75'/%3E%3C/svg%3E");}
    .social-menu li.instagram a{mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Capa_1' x='0' y='0' viewBox='0 0 512 512'%3E%3Cpath d='M352 0H160C71.6 0 0 71.6 0 160v192c0 88.4 71.6 160 160 160h192c88.4 0 160-71.6 160-160V160C512 71.6 440.4 0 352 0m112 352c0 61.8-50.2 112-112 112H160c-61.8 0-112-50.2-112-112V160C48 98.2 98.2 48 160 48h192c61.8 0 112 50.2 112 112z' class='st0'/%3E%3Cpath d='M256 128c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128m0 208c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80' class='st0'/%3E%3Ccircle cx='393.6' cy='118.4' r='17.1' class='st0'/%3E%3C/svg%3E");}
.footer-contacts-form {
    display: grid;
    gap: 30px;
}
.footer-contacts-form h2{
    color: #fff;
    line-height: 1;
}
.form--cont {
    display: grid;
    gap: 10px;
}
.form--cont *{
    font-family: 'Montserrat';
}
.form--row {
    display: grid;
    gap: 10px;
}



.form--row.col-1 {}
.form--row.col-2 {}
.form--row.form--checkbox{
    font-size: 11px;
}
.form--cont input[type=text],
.form--cont input[type=tel],
.form--cont input[type=email],
.form--cont textarea{
    font-size: 14px;
    width: 100%;
    line-height: 1;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}
.form--cont input[type=text]::placeholder,
.form--cont input[type=tel]::placeholder,
.form--cont input[type=email]::placeholder,
.form--cont textarea::placeholder {
    color: var(--col-2);
}
.form--cont input[type=submit] {
    background: #fff;
    color: var(--col-2);
    font-size: 14px;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.hp-row-2 {
    display: grid;
}
.hp-row-2-col-1 {
    position: relative;
    /* display: none; */
}
.hp-row-2-col-1-menu {}
.hp-row-2-col-1-menu .artist-list{
    display: none;
}
.hp-row-2-col-1-menu .artist-list a{
    position: relative;
    padding-left: 15px;
    font-variant: small-caps;
    display: inline-block;
}
.hp-row-2-col-1-menu .artist-list a:before{content:'';position:absolute;width: 4px;height: 3px;background: var(--col-1);left: 0;top: 50%;transform: translateY(-50%);}
.hp-row-2-col-1-img {
    display: none;
}
.hp-row-2-col-1-img img{
    margin-left: calc(var(--padBig) * -1 - 80%);
    width: 170%;
    max-width: none;
    margin-top: calc(-1 * clamp(0px, 6vw, 70%));
    z-index: 0;
    position: relative;
}
.hp-row-2-col-2 {}
.artist-list {}
.artist-list a{
    text-decoration: none;
    color: var(--col-2);
    transition: all .2s;
}
.artist-list a.active{
    color: var(--col-1);
    font-weight: 700;
}
.list-artist-list {}
.list-artist-list .artist-list {
    display: flex;
    flex-wrap: wrap;
}
.list-artist-list .artist-list a {
    position: relative;
    padding-left: 30px;
    font-variant: small-caps;
}
.list-artist-list .artist-list a:before {content:'';position:absolute;width: 4px;height: 3px;background: var(--col-1);left: 15px;top: 50%;transform: translateY(-50%);}
.list-artist-name-cont {
    display: grid;
    padding: clamp(30px, 10vw, var(--padBig)) 0;
}

.artist-cont {
    display: grid;
    gap: 60px;
}
.single-artist {}
.single-artist.open {}

.single-artist-label {
    margin-bottom: 1em;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.single-artist-label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--col-1);
    border-bottom: 2px solid var(--col-1);
    transform: translateY(-50%) rotate(-45deg);
    right: 4px;
    top: 45%;
    transition: .5s;
}
.single-artist.open .single-artist-label:after{transform: rotate(-225deg);}
.single-artist-label .single-artist-name{
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 300;
}
.single-artist-label .single-artist-name .artist_nome {}
.single-artist-label .single-artist-name .artist_cognome {
    color: var(--col-1);
}
.single-artist-label .single-artist-aka{}
.single-artist-label .single-artist-aka span{
    color: var(--col-1);
}

.single-artist-mobile {}
.single-artist.open .single-artist-mobile{
    display: none;
}
.single-artist-info {
    display: grid;
    gap: 30px;
    display: none;
}
.single-artist.open .single-artist-info{
    display: grid;
}
.single-artist-info .single-artist-info-col-1{}
.single-artist-info .single-artist-info-col-2{}
.single-artist-info .single-artist-info-col-3{
    position: relative;
}
.single-artist-info .single-artist-info-col-3 .single-artist-img{
    position: absolute;
    right: 0;
    border-left: 20px;
    border-bottom: 20px;
    border-color: #fff;
    border-style: solid;
    width: 30vw;
    max-width: 190px;
}
.single-artist-info .single-artist-info-col-3 .single-artist-img img{
    display: block;
}
.single-artist-info .single-artist-info-col-3 .single-artist-opera{margin-bottom: 10px;}
.single-artist-info .single-artist-info-col-3 .single-artist-opera img{
    display: block;
    max-height: 80vh;
}
.single-artist-info .single-artist-info-col-3 .single-artist-dida{
    font-size: 14px;
    font-style: italic;
}


.news-home {
    margin-top: 100px;
    display: grid;
    gap: 20px 0px;
    background-image: url(/wp-content/uploads/pittogramma.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    padding-left: 90px;
    background-position: 0px 20px;
}
.news-home h2 {
    grid-column: 1/-1;
}
.news-home-intro {
}
.news-home-intro h2 {
}
.news-home-intro h2 span {
    font-weight: 700;
    color: var(--color-1);
    font-style: normal;
}
.news-home-content {}
.news-hp-cont {}
.news-hp-txt-cont {}
.news-hp-txt {}
.news-hp-txt h3{
    font-size: clamp(30px,5vw,32px);
    margin-bottom: .8em;
    line-height: 1;
    margin-top: 20px;
}
.news-hp-img {overflow:clip;}
.news-hp-img img{
    display: block;
    transition: all .2s
}
.news-hp-img a {}
.news-hp-img a:hover img{
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .news-home {
        padding-left: 0;
        background: none;
    }
    .news-home h2 {
        background-image: url(/wp-content/uploads/pittogramma.svg);
        background-repeat: no-repeat;
        background-size: 35px;
        padding-left: 50px;
        background-position: center left;
    }
}


/* news*/
.news-intro {}
.news-intro h1{
    margin-bottom: 20px;
}
.news-intro h2{
    font-size: clamp(25px, 5vw, 35px);
}
.news-intro-txt {
    display: grid;
    gap: 20px 80px;
}
#news-list {
    position: relative;
    padding-top: var(--paddBigVert);
}
#ajax-loader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100px;
    display: none;
    height: 100px;
}
#ajax-loader .st3067 {
    stroke: var(--color-1);
}
.news-grid {
    display: grid;
    gap: 20px 80px;
    display: grid;
    gap: 40px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    justify-content: center
}
.news-grid .sing-news {
    text-decoration: none;
    color: var(--col-2);
}
.news-grid .sing-news:hover {}
.news-grid .sing-news-img {
    aspect-ratio: 440 / 520;
    overflow: clip;
}
.news-grid .sing-news-txt-cont{
    padding: 0;
}
.news-grid .sing-news:hover img{
    transform: scale(1.1);
}
.news-grid .sing-news-img  img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    display: block;
    transition: all .2s;
}
.news-grid .sing-news-txt {
    font-size: clamp(20px, 5vw , 30px);
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--color-1);
}
.news-grid .sing-news-exc {
    line-height: 1.2;
    color: var(--color-2);
}
#news-list #ajax-pagination .pagination-cont,.paginazione {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}
#news-list #ajax-pagination .pagination-cont {
    margin-top: 40px;
}
#news-list #ajax-pagination a,.paginazione a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--col-2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-2);
    transition: all .2s;
    line-height: 1
}

#news-list #ajax-pagination a.active,#news-list #ajax-pagination a:hover,.paginazione a.active,.paginazione a:hover {
    background: var(--col-1);
    color: #fff;
    border-color: var(--col-1);
}

#news-list #ajax-pagination a:last-child,.paginazione a:last-child {
    /* margin-bottom: 60px; */
}

.bread {
    margin-bottom: 40px;
}
.bread ul{
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
}
.bread li{position:relative}
.bread li:after{
                content:'';
                position:absolute;
                mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.099 6.52 1.634 1.046a.671.671 0 0 0-.95 0l-.402.403a.675.675 0 0 0 0 .952l4.589 4.596-4.594 4.602a.67.67 0 0 0 0 .952l.402.402a.67.67 0 0 0 .95 0l5.47-5.478a.67.67 0 0 0 .196-.477.67.67 0 0 0-.196-.478'/%3E%3C/svg%3E");
                aspect-ratio: 86/150;
                width: 7px;
                mask-repeat: no-repeat;
                background: var(--color-1);
                top: 50%;
                transform: translateY(-50%);
                right: -14px;
               }
.bread li:last-child:after{display:none}
.bread a{
    color: var(--color-2);
}
.bread span{
    color: var(--color-1);
    font-weight: 700;
}
.sing-post {}
.single-post-side {
    display: grid;
    gap: 40px 80px;
}
.single-post-side h1{
    font-family: 'Montserrat';
    line-height: 1;
}
.post-sidebar {}
.post-sidebar h3{
    font-size: clamp(27px, 5vw, 35px);
    margin-bottom: clamp(30px, 5vw, 50px);
}
.post-sidebar ul{
    margin: 0;
    /* list-style: none; */
    display: grid;
    gap: 10px;
    margin-left: 1em;
}
.post-sidebar li{}
.post-sidebar li a{
    margin: 0;
    color: var(--color-2);
    text-decoration: underline;
}
/* fine news*/



#mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.90);
    /* display: flex; */
    justify-content: space-between;
    /* align-items: center; */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 90;
    padding: var(--padBig);
    overflow-y: auto;
    /* height: 100%; */
    /* overflow: clip; */
}
#mobile.is-active {
    opacity: 1;
    pointer-events: auto;
}
.mobile-cont {
    display: grid;
    justify-content: center;
    text-align: center;
}
.mobile-cont > a {
    display: block;
    width: 200px;
    /* filter: brightness(0) invert(1); */
    margin-bottom: 30px;
}
.mobile-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 100%; */
    gap: 0px 110px;
}
.mobile-cols .mobile-col {
    color: #fff;
    width: 100%;
}
.mobile-cols .mobile-col .social {}
.mobile-cols .mobile-col .social a {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.mobile-cols .mobile-col .social a span{
    display: inline-block;
    max-width: 150px;
}
.mobile-cols .mobile-col .social a svg{
    width: 20px;
}

.mobile-cols .mobile-col a {
    color: #fff;
    text-decoration: none;
}
.mobile-cols .mobile-col a:hover {
    text-decoration: underline;
}
.mobile-cols .mobile-col nav > ul {
    list-style: none;
    margin: 0;
}
.mobile-cols .mobile-col nav > ul > li{
    margin-bottom: 20px;
}
.mobile-cols .mobile-col nav .sub-menu li:first-child{
    margin-top: 10px;
}
.mobile-cols .mobile-col nav .sub-menu li {
    margin-bottom: 10px;
}
.mobile-cols .mobile-col nav > ul > li > a {
    margin-bottom: 15px;
    display: block
}
.mobile-cols .mobile-col nav > ul > li > a strong{
    font-weight: inherit;
}
.mobile-cols .mobile-col.col-1 {
    /* display: none; */
}
.mobile-cols .mobile-col.col-2 {
    /* max-width: 450px; */
}
.mobile-cols .mobile-col.col-3 {}
.mobile-cols .mobile-col.col-4 {}

@media screen and (min-width:768px) {
  :root {
  --padBig:30px;
}
    .form--row.col-2 {
    grid-template-columns: 1fr 1fr;
}
.footer-contacts-data-address-links {grid-template-columns: auto auto;}
    
    .single-artist-mobile {display: none;}
    .single-artist-info {
    grid-template-columns: 1fr 1fr;
    display: grid;
}
    .single-artist-info .single-artist-info-col-3{
    grid-column: 1/-1;
}
     .news-home {
    grid-template-columns: 1fr 1fr;
}
.single-post-side {
    grid-template-columns: 2fr 1fr;
}
}
@media screen and (min-width:1024px) {
  
  :root {
  --padBig:100px;
}  
.home .site-header {
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
    display: block;
}
.home .site-header.scrolled {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    position: sticky;
}
.home .site-header img.logo-home {
    width: 210px;
    display: inline-block;
    opacity: 1;}
    
.home .site-header.scrolled img.logo-home{
    display: none;
    opacity: 0;
}
.home .site-header img.logo-other {
    display: none;
    opacity: 0;
}
.home .site-header.scrolled img.logo-other {
    display: block;
    opacity: 1;
}
  .nav_button {display: none;}
    .main-bar-desk-menu {display:block}
    .site-header {
    justify-content: unset;
    gap: 80px;
}
.hp-row-1 {
    grid-template-areas:
        'row-1-col-1 row-1-col-1 row-1-col-1 row-1-col-2 row-1-col-2'
        'row-2-col-1 row-2-col-1 row-2-col-2 row-2-col-2 row-2-col-2';
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* gap: 0 30px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .row-1-col-1 {
    align-content: flex-end;
    flex-basis: 50%;
    flex-grow: 2;
    flex: 1 1 76%;
}
    .row-1-col-2 {
    flex: 1 1 24%;
    padding-left: 15px;
    }
    .row-2-col-1 {
    flex: 1 1 30%;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
    .row-2-col-2 {
    flex: 1 1 70%;
    justify-items: flex-end;
    }

   
}
@media screen and (min-width:1440px) {
    .site-header img.logo-other {
    width: 250px;
}
.hp-row-1 {gap: 30px 0;}
    .row-1-col-1 {
}
    .row-1-col-2 {
    padding-left: 40px;
    }
    .row-2-col-1 {padding-right: 70px;}
    .row-2-col-2 {
    }
    .site-footer {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
    .footer-map {
    order: 2;
}
    .footer-contacts {
    order: 1;
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
}
    .footer-contacts-form {
    order: 2;
    gap: 50px;
}
    .footer-contacts-form h2{
    height: 140px;
    align-content: flex-end;
}
    .footer-contacts-data {
    order: 1;
}
    .hp-row-2 {
    grid-template-columns: 1fr 3fr;
}
.hp-row-2-col-1 {}
.hp-row-2-col-2 {}
    .list-artist-name-cont {
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
}
    .single-artist-info {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}
    .single-artist-info .single-artist-info-col-3 .single-artist-img {
    top: -80px;
}
    .single-artist-info .single-artist-info-col-3{grid-column: auto;align-content: end;padding-right: 60px;}
    .single-artist-info .single-artist-info-col-3 .single-artist-opera{ }
    .single-artist-info .single-artist-info-col-3 .single-artist-dida {
}
    .hp-row-2-col-1-img {
    display: block;
}
    .hp-row-2-col-1-menu {
    position: sticky;
    top: 200px;
    padding-top: 100px;
}
.hp-row-2-col-1-menu .artist-list{
    display: block;
}
    .news-home {
    grid-template-columns: 1fr 2fr;
}
    .news-home-content {
    padding-left: 80px;
}
.news-hp-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.single-post-side {
    grid-template-columns: 3fr 1fr;
}
}
/* Select Mobile Artisti */
.artist-list-mobile-toggle {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid var(--col-1);
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #fff;
    color: var(--col-2);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23960d4a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 12px auto;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .list-artist-list .artist-list {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .artist-list-mobile-toggle {
        display: none !important;
    }
}


/* LightGallery custom description styles */
.lg-sub-html {
    width: fit-content !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #2c2c2c !important;
    border-radius: 8px !important;
    padding-right: 40px !important; /* Spazio per la X */
    padding-left: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.hide-sub-html .lg-sub-html {
    opacity: 0 !important;
    visibility: hidden !important;
}

.lg-custom-close-desc {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lg-custom-close-desc:hover {
    opacity: 1;
}

.lg-custom-info-btn {
    float: right; /* Si allinea con gli altri bottoni della toolbar */
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.lg-custom-info-btn:hover {
    opacity: 1;
}
.lg-custom-info-btn svg {
    display: inline-block;
    vertical-align: middle;
}
