

@media screen and (min-width: 2000px){
    :root {

        --size: 1920px;
        --bigger: 4rem;
        --big:2rem;
    }
    .post-menu{
        margin-top: 500px !important;
    }

}

@media screen and (min-width: 3000px){
    :root {

        --size: 2200px;
        --bigger: 5rem;
        --big:2rem;
    }

    .post-menu{
        margin-top: 500px !important;
    }

}

@media screen and (max-width: 1100px){
    html, body{
        font-size: 14px;
    }
    :root {
        --space: 1.5rem;
        --size: calc(100% - var(--space3)*2);
        --headerH: 5rem;
        --bigger: 3vw;
    }
    .page-views.no-views,
    .page-text,
    .page-views,
    .page-header-info,
    .footer-wrap>div:first-child,
    .header-end,
    .three-box .box:first-child .box-img, .one-box .box .box-img, .current-slider .box-img{
        width: 66.6666%;
    }
    .page-section-left,
    .header-k,
    .is-grid ul li,
    .footer-wrap>div,
    .artworks-box-search, .g-box, .artworks-box, .box,
    .site-title,
    .three-box .box:first-child .box-info, .one-box .box .box-info, .current-slider .box-info{
        width: 33.33333%;
    }
    .swiper-pagination-bullet{
        width: 3rem;
    }
    .page-header-wrap>h1,
    .home-news-grid .box:nth-child(4){
        display: none;
    }
    .press-download label, .btn{
        padding: .5rem 1rem;
    }
    .newsletter input{
        width: 100%;
    }
    .page-views .swiper-slide img{
        height: auto;
    }

}

@media screen and (max-width: 800px){
    :root {
        --bigger: 3rem;
    }
    .is-grid ul li,
    .artworks-box-search, .g-box, .artworks-box, .box{
        width: 50%;
    }
    .home-news-grid .box:nth-child(4){
        display: block;
    }
    .search-title, .by-cat, .header-tool, .page-header-info, .header-k, .page-header-wrap>h1, .by-year,
    .page-section-left,
    .header-k,
    .footer-wrap>div,
    .site-title,
    .two-box .box,
    .three-box .box:first-child .box-info, .one-box .box .box-info, .current-slider .box-info,
    .page-views.no-views,
    .page-text,
    .page-views,
    .page-header-info,
    .footer-wrap>div:first-child,
    .header-end,
    .three-box .box:first-child .box-img, .one-box .box .box-img, .current-slider .box-img{
        width: 100%;
    }
    .about-content ul li,
    .three-box .box:first-child a, .one-box .box a, .current-slider .box a{
        display: block;
    }

    .header-k{
        display: none;
    }
    .three-box .box:first-child .box-img, .one-box .box .box-img, .current-slider .box-img{
       height: auto;
    }
    .three-box .box:first-child .box-info, .one-box .box .box-info, .current-slider .box-info{
        padding: 0;
    }
    .current-slider .box-info{
        margin-bottom: 3rem;
    }
    .current-slider .swiper-pagination{
        width: 100%;
    }
    .three-box .box:first-child .box-info h2, .one-box .box .box-info h2, .current-slider h2{
        font-size: 1rem;
    }
    .current-slider .box-info{
        transform: translateY(0);
    }

    .about-content .text{
        padding-top: var(--space);
    }
    .post-menu{
        margin-top: 0 !important;
    }
    .page-section-wrap{
        display: block;
        padding-left: 0;
    }
    .page-views .single-img img,
    .full-screen-img img{
        height: auto;
    }

    .post-menu ul {
        display: flex;
        justify-content: space-between;
        border-top: var(--line);
        padding: var(--space) 0;
    }
    .page-header-wrap>*{
        padding: 0 var(--space);
    }
    .page-text{
        padding: var(--space) 0;
    }
    .artworks-box-info{
        font-size: 12px;
    }
    .is-video figure:before{
        transform: translate(-20px,-40px);
    }
     .eq-box{
        margin-left: 0;
        padding: var(--space) 0;
    }
}
@media screen and (max-width: 700px){
    :root {
        --space: 1rem;
        --size: calc(100% - var(--space3));
        --bigger: 2.4rem;
        --headerH:4.2rem;
        --light: #888;
    }
    .three-box .box:first-child .box-info h2, .one-box .box .box-info h2, .current-slider h2 {
    font-size: 1.2rem;
    line-height: 1.2;
}
h2{
    font-size: 1.2rem;
}
.grid-title h2{
    font-size: 1rem;
}
    .header-wrap{
        height: auto;
        padding:1rem 0;
    }
      .site-title a{
        line-height: 0
      }
    .site-title img {
    width: 75vw !important;
    height: auto !important;
}
    .current-slider .box-img figure{
        padding-top: 100%;
    }
    .is-grid ul li, .g-box, .box {
        width: 100%;
    }
    .view-more{
        margin: var(--space) auto;
        text-align: center;
    }
    .box-text{
        font-size: 12px;
    }
    .foot{
        flex-direction: column-reverse;
    }
    .foot>div{
        padding: .5rem;
    }
    .footer-wrap>div{
        display: block;
    }
    .post-type-archive-artists .page-header{
        display: none;
    }
    .g-box-img{
        height: auto!important;
        padding-top: 56%;
        position: relative;
    }
    .g-box-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top:0;
        left: 0;
    }
    .staff-list ul li,
    .about-box{
        width: 100%;
    }
    .page-header-info{
        font-size: 1rem;
    }

    .open-header{
        display: block;
       
        line-height: 0;
    }
    .open-header.active span:first-child,
    .open-header span:last-child{
        display: none;
    }
    .open-header.active span:last-child{
        display: block;
    }
    #header{
        background-color: #000;
    }
    .show-it .header-end{
        display: block;
    }
    .header-end{
        position: fixed;
        top:0;
        left: 0;
        background: #000;
        display: none;
        padding:var(--space3) 0;
        height: 100%;
        z-index: 98;
        justify-content: space-between;
        flex-direction: column;
    }
      .header-end.show{
        display: flex;
      }
    .header-end>div, .menu-nav ul{
        display: block;
        text-align: center;
        font-size: 2.9vh;
        font-weight: 700;
width: 100%;
background-color: #000;
    }
    .menu-nav ul li{
        line-height: 1.4;
    }
    .open-search{
        display: none;
    }
    .search-form{
        position: relative;
        width: 100%;
        right: 0;
        margin-bottom: 40px;
    }
    .search-form form{
        padding:0 var(--space);
        position: relative;
        line-height: 0;
    }
    .search-form form span{
            font-size: 2rem;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    }
    .search-form input {
    width: 100%;
    border: #000 solid 1px;
    padding: 1rem 1rem 1rem 3rem;
    border-radius: none;
}
    .by-year-btn:hover span {
        transform: translateX(0);
    }
    .post-menu ul{
        display: block;
    }

    .fancybox-custom-layout .fancybox-bg {
        background: #fff;
        pointer-events: none;
        opacity: 1;
    }
    .eqw{
    
        text-align: center;
        position: absolute;
        left: 1rem;
        top: 1rem;
        z-index: 9999999999;
        pointer-events: auto;
        display: flex;
      
    }
    .fancybox-container .inquire,
    .open-cop {
    border: var(--line);
         padding:.5rem 1rem;

        cursor: pointer;

        font-size: 1rem;
    
        text-transform: uppercase;
    }
    .fancybox-container .inquire{
        padding: 0;
        border: none;
        background: black;
        color: #fff;
    }
    .fancybox-custom-layout .fancybox-caption {
        width: 100%;
        top: auto;
        bottom: 1rem;
        height: auto;
        border-right: unset;
        max-height: 50vh;
        background: #fff;
        color: black;
        text-align: left;
        padding: 1rem;
        display: none;
    }
    .fancybox-custom-layout .fancybox-button {
        background: rgba(255,255,255,0);
    }
    .fancybox-button svg path {
        fill: black;
        stroke-width: 0;
    }
    .fancybox-custom-layout .fancybox-caption.show {
        display: block;
    }
    .fancybox-slide{
        padding: 1rem;
    }
    .fancybox-container{
        z-index: 999999999;
    }
    .open-cop.is-show .e{
        transform: rotate(45deg);
        display: inline-block;
    }
    .fancybox-thumbs{
        width: 100%;
        top:auto;
        left: 0;
        bottom: 1rem;
        text-align: center;
        background: white;
    }
    .fancybox-custom-slider .fancybox-thumbs{
        bottom: 1rem;
    }
    .fancybox-thumbs__list{
        margin: 0 auto;
        padding: 1rem;
    }
    .fancybox-thumbs__list a:before{
        display: none;
    }
    .fancybox-thumbs__list a{
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .fancybox-show-thumbs .fancybox-inner{
        right: 0;
    }
    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right{
        display: none;
    }
    .fancybox-caption__body{
        font-size: 12px;
    }
    .post-menu a{
        color: var(--color);
    }

    .by-cat{
        display: block;
    }
    .about-content ul li{
        padding: 1rem 0;
    }
    .by-cat>div{
        padding: 0.5rem 0;
    }
    .footer-wrap>div.newsletter{
        padding: var(--space3) 10%;
    }
    .footer-wrap>div>div{
        text-align: center;
    }
    .post-menu{
        font-size: 1.2rem;
    }
    .foot>div.social{
        padding: 1.5rem;
    }
    .social a{
        font-size: 1.2rem;
    }
    
    .about-box{
        display: block;
    }
 

}