* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: baseline;
    list-style: none;
}

html,body {
    font:400 1rem/1 'Roboto','Noto Sans SC', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    width:100%;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
input{
    font:400 1rem/1 'Roboto','Noto Sans SC', sans-serif;
}
a{
    color: black;
    text-decoration: none;
}


.size{
    width: 1440px;
    margin: 0 auto;
}

#container{
    position: relative;
}
._btn a,
.btn{
    display: inline-block;
    padding: 1rem 1.5rem;
    border: black solid 1px;
    text-transform: uppercase;
    cursor: pointer;
}
a.btn:hover{
    opacity: 1;
    background-color: black;
    color: white;
}
._btn a:hover,
.btn:hover{
    opacity: 1;
    background-color: black;
    color: white;
}

h1,h2,h3,h4,h5,h6{
    font-size: 1rem;
}
.text{
    line-height: 1.8;
}
.cn .text{
    text-align: justify;
}

.text img{
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
}

.none{
    display: none !important;
}
.grid-a .box-info h2,
.grid .box-info h2,
.grid .box-info .box-info-text,
.grid-a .box-info .box-info-text{
    color: #000 !important;
}
.grid-a .box-info h2 a,
.grid .box-info h2 a{
     color: #000 !important;
}

.grid-a .box-info h3 a,
.grid .box-info h3 a{
        color: #888 !important;
}

.box-info{
    line-height: 1.8;
}
.box-info h2{
    padding-bottom: 1rem;

}
.box h3{
    color: #888;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}
.box h3 a{
    color: #888;
}
.grid-a .box.type-articles .box-info{
    background: #eee;
    height: 100%;
    padding: 2rem;
}
.grid-a .box.type-articles .box-img{
    display: none;
}
.grid-a .box.type-articles .box-info .box-info-text{
    color: #888;
}

.grid-a .box.type-articles .box-info .download-pdf{
    margin-top: 1rem;
}

.box-img img{
    max-width: 100%;
    max-height: 95vh;
    width: auto;
    height: auto;
}
.box-img video{
    width: 100%;
    height: auto;
}
.box-img iframe{
    width: 100%;
    height: 50vh;
}

.grid-a{
    margin-top: 5rem;
}

.grid-none .warp,
.grid-a .warp{
    margin: -1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.grid-none .warp{
    display: none;
}
.grid-none .warp .box,
.grid-a .warp .box{
    width: 33.3333%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.grid-none .warp .box h3,
.grid-a .warp .box h3{
    order: 1;
}
.grid-none .warp .box .box-info,
.grid-a .warp .box .box-info{
    order: 3;
}
.grid-none .warp .box .box-img,
.grid-a .warp .box .box-img{
    order: 2;
    padding-bottom: 1rem;
}

.grid .box{
    display: flex;
    margin-bottom: 3rem;
}

.grid .box .box-info{
    width: 30%;
}
.grid .box .box-img{
    width: 70%;
    padding-left: 5rem;
}
.grid-b .box{
    margin-bottom: 3rem;
    position: relative;
}

.grid-b .box-info{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    max-width: 50%;
    padding: 2rem;
}
.post-type-archive-viewing_room .grid-b .box-info{
    background-color: transparent;
    padding: 1rem;
    }
.grid-a.grid-top-2{
    margin: 0;
}

.grid-a.grid-top{
    margin-top: 3rem;
}




.header-top{
    margin: 3rem auto 2rem auto;
    width: 100%;
}

.header-top .logo{
    width: 35%;
    margin: 0 auto;
}
.header-top .logo img{
    width: 100%;
    height: auto;
}


.header-bottom{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.header-bottom>div.size{

}

.header-toy{
    display: flex;
    justify-content: space-between;
    align-content: center;
    white-space: nowrap;
    margin-left: 8%;
    text-transform: uppercase;
}

.search-open{
    cursor: pointer;
    margin-left: 1rem;
    padding-left:1rem;
    border-left:#000 solid 1px;
}
.lng{
    font-weight: 500;
}
.lng .active{
    display: none;
}

.header-menu{
    width: 100%;
}
.header-bottom.is_stuck{

    background-color: white;
    z-index: 10;
}


.header-menu ul{
    display: flex;
    justify-content: space-between;
}
.header-menu ul li a{
    font-weight: 500;
}

.search-form{
    display: none;
}
.search-form input{
    width: 100%;
    border: none;
    background: white;
    border-bottom: #aaa solid 1px;
    line-height: 3rem;
    height: 3rem;
}


.news-top{
    position: relative;
}
.home-swiper{
    margin-top: 3rem;
}
.news-top .box-img,
.home-swiper .swiper-slide .box-img{
    width: 100%;
    text-align: center;
}
.grid-b .box-img img{
    width: 100%;
    height: auto;
    max-height: unset;
}

.news-top .box-info,
.home-swiper .box-info{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    min-width: calc(33.3333% -  1.5rem);
    background-color: white;
    padding: 2rem;
}
.grid-b .mid .box-info,
.news-top .mid .box-info,
.home-swiper .mid .box-info{
    position: absolute;
    max-width: 90%;
    left: 50%;
    top:50%;
    transform: translate(-50% , -50%);
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0,0,0,.5);
    bottom: auto;
    background-color: transparent;
    padding: 0;
}

.grid-b .mid .box-info h3 a,
.news-top .mid .box-info h3 a,
.home-swiper .mid .box-info h3 a{
    color: #fff;
    font-size: 1.5rem;

}
.grid-b .mid .box-info h2 a,
.news-top .mid .box-info h2 a,
.home-swiper .mid .box-info h2 a{
    font-size: 4rem;
    color: #fff;
    line-height: 1.2;
}
.grid-b .mid .box-info h2 a,
.news-top .mid .box-info h2 a{
    font-size: 3rem;
}
.cn .grid-b .mid .box-info h2 a,
.cn .news-top .mid .box-info h2 a,
.cn .home-swiper .mid .box-info h2 a{
    font-weight: 300;
}
.grid-b .mid .box-info .box-info-text,
.news-top .mid .box-info .box-info-text,
.home-swiper .mid .box-info .box-info-text{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bolder;
}

.home-swiper .swiper-pagination{
    width: auto;
    left: auto;
    right: 2rem;
    bottom: 2rem;
}
.swiper-pagination-bullet{
    width: 0.7rem;
    height: 0.7rem;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}



.grid-none .load-more{
    text-align: center;
    display: none;
}
.on-load-more,
.load-more{
    margin: 5rem 0 2rem 0;
}
.post-type-archive-articles .load-more{
    margin: 3rem 0 2rem 0;
}

.on-load-more{
    text-align: center;
}

.on-load-more span{
    cursor: pointer;
}
.on-load-more span.btn:hover{
    background: black;
    color: #fff;
}



.newsletter{
    text-align: center;
    background: #eee;
    margin-top: 5rem;
    padding: 5rem 0;
}
#mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
}
.newsletter input[type=email] {
    display: block;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 20vw;
    min-width: 200px;
    padding-left: 0.5rem;
    border: black solid 1px;
    background: #fff;
    border-right:none ;
    text-align: center;
}

.newsletter input[type=submit] {
    display: block;
    font-size: 1rem;
    background: none;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    border: black solid 1px;
    background: #fff;
}

#footer{
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 3rem;
    padding: 2rem 0;
}
#footer>div:last-child{
    text-align: right;
}

.follow a{
    font-size: 1.5rem;
    display: inline-block;
    padding-left: 0.8rem;
}

.content-warp{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.single-viewing_room .content-warp{
    display: block;
}

.search .side,
.tax-book-tags .side,
.post-type-archive-book .side,
.tax-articles-tags .side,
.post-type-archive-articles .side{
    width: 20%;
    white-space: normal;
}

.cope-a{
    cursor: pointer;
    display: block;
}

.single-artists .side{
    width: 10%;
    white-space: normal;
}
.side{
    white-space: nowrap;
}
.side>div,
.side>div>ul>li{
   padding-bottom: 1rem;
}
.side>div>ul>li>a{
    font-weight: 500;
}
.side>div.open:hover ul,
.side>div>ul>li:hover ul{
    display: block;
}
.side>div>ul>li>ul{
    line-height: 1.7;
    padding-top: .7rem;
    display: none;
    font-weight: 500;
}
.side-more ul li{
    display: none;
}
.side-more ul li:nth-child(1),
.side-more ul li:nth-child(2),
.side-more ul li:nth-child(3),
.side-more ul li:nth-child(4),
.side-more ul li:nth-child(5),
.side-more ul li:nth-child(6),
.side-more ul li:nth-child(7),
.side-more ul li:nth-child(8),
.side-more ul li:nth-child(9),
.side-more ul li:nth-child(10){
    display: block;
}
.side h1{
    padding-bottom: 2rem;
    line-height: 1.6;
}

.side .tag-cloud h2{
    padding-bottom: 1rem;
}
.side .tag-cloud ul{
    display: flex;
    flex-wrap: wrap;
}
.side .tag-cloud ul li{
    border: #aaa solid 1px;
    padding: .5rem .8rem;
    margin-bottom: .5rem;
    margin-right: .5rem;
}

.y-more{
    cursor: pointer;
    font-weight: 500;
}
.tax-book-tags .page-content,
.post-type-archive-book .page-content,
.tax-articles-tags .page-content,
.post-type-archive-articles .page-content{
    width: 80%;
}
.page-content{
    width: 100%;
    padding-left: 8rem;
    position: relative;
}
 .tax-artists-cat .page-content{
    padding-left: 0;
 }
.single-artists  .page-content{
    width: 90%;
    }

.list{
    width: 30%;
}

.list ul li{
    padding-bottom: 1rem;
}


.img-view{
    width: 70%;
    position: absolute;
    left: 30%;
    top:0;
    padding-left: 5rem;
    text-align: left;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.img-view img{
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
}

.text-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #aaa solid 1px;
    padding:0 0 2rem 0;
    margin-bottom: 2rem;
}

.text-lists-warp{
    padding-bottom: 2rem;
}

.text-list small{
    padding-top: .7rem;
    color: #aaa;
    display: block;

}


.artworks-lists ul{
    display: flex;
    flex-wrap: wrap;
    margin: -1.5rem;
}
.artworks-lists li{
    width: 50%;
    padding: 1.5rem;
}

.artworks-lists li .artworks-img{
    width: 100%;
    text-align: center;
}

.artworks-lists li img{
    max-width: 100%;
    max-height: 95vh;
    width: auto;
    height: auto;
}
.artworks-lists li .artworks-info{
    padding-top: 1rem;
    line-height: 1.4;
    color: #aaaaaa;
}
.artworks-lists li .artworks-info h2{
    padding-bottom: 1rem;
    color: black;
}
.section-wrap{
    display: flex;
}
.artist-pic{
      width: 30%;
      padding-right: 2rem;
}
.artist-pic img{
    width: 100%;
    height: auto;
}
.section .text{
    width: 70%;
    margin-right: 0;
    margin-left: auto;
}
.content-warp .section:first-child{
    display: block;
}
.content-warp .section{
    display: none;
}

.img img{
   max-width: 100%;
    max-height: 95vh;
    width: auto;
    height: auto;
}

.side.bigger{
    width: 25%;
    white-space: normal;
}

.page-content.s{
    width: 75%;
}

.side.bigger .single-side{
    margin-top: 2rem;
}

.side.bigger .btn{
    line-height: 1;
    margin-top: 2rem;
}
[aria-current="page"],
.current-menu-item a{
    border-bottom: black solid 2px;
}
.download-pdf .qtranxs-available-languages-message{
    display: none;
}
.img video{
    width: 100%;
    height: auto;
}

#phone-header{
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
    left: 0;
    background: #fff;
    border-bottom: black 1px solid;
}

.phone-header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 1.2rem;
}

.phone-header-top .phone_logo img{
    width: 180px;
    height: auto;
}
.phone-header-top div span{
    cursor: pointer;
}

.phone-header-top .open-menu{
    padding: 1rem 0;
}

.phone-menu{
    display: none;
}

.phone-menu .lng{
   text-align: center;
    padding-bottom: 2rem;
}

.phone-menu-nav ul{
    padding: 1rem;
   border-top:#000 solid 1px;
}
.phone-menu-nav ul li{
    text-align: center;
    padding: .5rem;
    font-weight: 500;
    font-size: 16px;
}
.phone-search{
    display: none;
}
.phone-search input{
    background: black;
    height: 3rem;
    line-height: 3rem;
    color: white;
    width: 100%;
    border: none;
    padding:0 10px;
}
.inquire-box,
.hide-box{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999999999;
    display: none;
    align-items: center;
    justify-content: center;
}


.hide-box .center{
    text-align: center;
    background-color: white;
    padding: 5vw;
}
.close-inquire-box,
.close-hide-box{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    cursor: pointer;
}

.mail-list-content{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    flex-direction: column;
}

.close-mail-list-box{
    cursor: pointer;
}

.mail-list-content .wpforms-form{
    text-align: center;
}
.mail-list-content .wpforms-container input[type=email]{
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 20vw;
    min-width: 200px;
    padding-left: 0.5rem;
    border: black solid 1px;
    background: #fff;
    border-right: none;
    text-align: center;
    max-width: unset;
}
.inquire-box .wpforms-container button[type=submit],
.mail-list-content .wpforms-container button[type=submit]{
    display: block;
    font-size: 1rem;
    background: none;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    border: black solid 1px;
    background: #fff;
}
.iq-box-content .wpforms-container label.wpforms-error,
.mail-list-content .wpforms-container label.wpforms-error{
    padding: 1rem;
    background: #eee;
    color: black;
}
.swiper-single-2 .swiper-slide{
    padding: 0 1rem;
}

.swiper-single-2{
    margin: 0 -1rem;
}


.swiper-single .swiper-slide img,
.swiper-single-2 .swiper-slide img{
    width: 100%;
    height: auto;
}

.swiper-single{
    padding-bottom: 3rem;
    border-bottom: #eee solid 1px;
}
.swiper-single.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 1rem;
}
.swiper-button-black{
    background-color: white;
    width: 30px;
    height: 45px;
    background-size: 20px 35px;
    background-position: center center;
}
.swiper-button-prev{
    left: 1rem;
}
.swiper-button-next{
    right: 1rem;
}

.for-inquire{
    padding-top: 5rem;
    border-top: #eee solid 1px;
    text-align: center;
    margin-top: 3rem;
}

.aw-img{
    text-align: center;
    background-color: #eee;
    line-height: 0;
}

.aw-img img{
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    cursor: pointer;
}

.aw a{
    cursor: default;
}

.aw h2{
    padding: 1rem 0;
}

.aw .a-text{
    line-height: 1.4;
    color: #aaa;
}

.aw .aw-info{
    display: flex;
    justify-content: space-between;
}

.price{
    padding-top: 1rem;
    color: black;
}

.aw .for-sale{
    padding-left: 2rem;
    padding-top: 1rem;
}
.aw .tips{
    padding-top: 1rem;
    text-align: center;
}

.sold .btn{
    background-color: black;
    color: white;
    cursor: default;
}

.iq-artwork{
    display: none;
}

.fancybox-caption__body .sale{
    display: none;
}
.fancybox-caption__body .sale.sold{
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
}
.fancybox-caption__body .iq-artwork{
    display: block;
    color: black;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    border: #000 solid 1px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 2rem;

}
.fancybox-caption__body .iq-artwork:hover{
    background-color: black;
    color: #fff;
}

.iq-box-ui{
    display: none;
}

.inquire-box .wpforms-container input{
    width: 100% !important;
    max-width: unset !important;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    padding-left: 0.5rem;
    border: black solid 1px;
    background: #fff;
}

.iq-box-content{

    display: none;
}
.inquire-box-box{
    width: 50vw;
    padding: 5rem;
    background-color: white;
}
.inquire-box-box h1{
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.post-password-form{
    text-align: center;
    line-height: 1.8;
}
.post-password-form p{
    padding:.5rem 0;
}
.post-password-form input{
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 20vw;
    min-width: 200px;
    padding-left: 0.5rem;
    border: black solid 1px;
    background: #fff;
    text-align: center;
}
.post-password-form input[type=submit]{
    width: auto;
    min-width: unset;
    background-color: black;
    color: white;
    padding:0 1rem;
}
.post-type-archive-artist_room .grid-a .warp .box:first-child,
.post-type-archive-news .grid-a .warp .box:first-child{
    display: none;
}
.post-type-archive-artist_room .grid-a .warp .box:nth-child(2),
.post-type-archive-news .grid-a .warp .box:nth-child(2){
    width: 50%
}
.post-type-archive-artist_room .grid-a .warp .box:nth-child(3),
.post-type-archive-news .grid-a .warp .box:nth-child(3){
    width: 50%
}
.date.post-type-archive-artist_room .grid-a .warp .box:first-child,
.date.post-type-archive-news .grid-a .warp .box:first-child{
    display: flex;
}
.date.post-type-archive-artist_room .grid-a .warp .box:nth-child(2),
.date.post-type-archive-news .grid-a .warp .box:nth-child(2){
 width: 33.3333%;
}
.date.post-type-archive-artist_room .grid-a .warp .box:nth-child(3),
.date.post-type-archive-news .grid-a .warp .box:nth-child(3){
 width: 33.3333%;
}
.date.post-type-archive-artist_room .news-top,
.date.post-type-archive-news .news-top{
    display: none;
}
.date.post-type-archive-artist_room .grid-a.grid-top,
.date.post-type-archive-news .grid-a.grid-top{
        margin-top: 0;
}



@media screen and (max-width: 1440px){
    .size {
        width: 1300px;
    }
}
@media screen and (max-width: 1280px){
    .size {
        width: 1200px;
    }
}
@media screen and (max-width: 1024px){
    .size {
        width: calc(100% - 20px);
    }
    .side {
        width: 20%;
    }
    .page-content {
        width: 80%;
        padding-left: 2rem;
    }
    html, body {
        font: 400 14px/1 'Roboto','Noto Sans SC', sans-serif;
    }
    .header-top {
        margin: 1rem auto 1rem auto;
    }
    .home-swiper {
        margin-top: 2rem;
    }
    .content-warp,
    .grid-a {
        margin-top: 2rem;
    }
}



@media screen and (max-width: 800px){
    html, body {
        font: 400 12px/1 'Roboto','Noto Sans SC', sans-serif;
    }
}
@media screen and (max-width: 700px){
    html, body {
        font: 400 14px/1 'Roboto','Noto Sans SC', sans-serif;
    }
    #header{
        display: none;
    }
    .grid-a {
        margin-top: 0rem;
    }
    .grid-a.grid-top {
        margin-top: 0rem;
    }
    .grid-b .mid .box-info,
    .news-top .mid .box-info,
    .home-swiper .mid .box-info,
    .grid-b .box-info,
    .news-top .box-info,
    .home-swiper .box-info{
        position: relative;
        max-width: unset;
        width: 100%;
        padding: 1rem 0;
        top:auto;
        left: auto;
        bottom: auto;
        right: auto;
        transform: translate(0,0);
        text-align: left;
        text-shadow: unset;
    }
    .grid-b .mid .box-info h2 a, .news-top .mid .box-info h2 a, .home-swiper .mid .box-info h2 a {
        font-size: 1rem;
        color: #000 !important;
        font-weight: bold !important;
    }
    .grid-b .mid .box-info .box-info-text, .news-top .mid .box-info .box-info-text, .home-swiper .mid .box-info .box-info-text {
        color: #000 !important;
        font-size: 1rem;
        font-weight: normal;
    }
    .grid-b .mid .box-info h3 a, .news-top .mid .box-info h3 a, .home-swiper .mid .box-info h3 a {
        color: #888 !important;
        font-size: 1rem;
    }
    .box h3, .box-info h2 {
        padding-bottom: .5rem;
    }
    .home-swiper .swiper-pagination{
       display: none;
    }
    .date.post-type-archive-news .grid-a .warp .box:nth-child(2),
    .date.post-type-archive-news .grid-a .warp .box:nth-child(3),
    .post-type-archive-news .grid-a .warp .box:nth-child(2),
    .post-type-archive-news .grid-a .warp .box:nth-child(3),
    .grid-a .warp .box {
        width: 100%;
        padding:1rem 0;
        display: flex;
        flex-direction: column;
    }
    .grid-a .warp {
        margin:0rem;
    }
    .newsletter {
        margin-top: 3rem;
        text-align: center;
        width: 100% !important;
    }
    #mc_embed_signup_scroll{
        flex-direction: column;
        align-items: center;
    }
    .newsletter input[type=submit],
    .newsletter input[type=email]{
        width: 80vw;
    }
    .newsletter input[type=email]{
        border-right: black solid 1px;
        border-bottom: none;
    }

    #footer{
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        border-top: none;
        background: black;
        color: #fff;
        width: 100%;
    }
    #footer .text{
        text-align: center;
    }
    #footer>div:last-child {
        text-align: center;
        margin-top: 2rem;
    }
    #footer a{
        color: white;
    }
    #phone-header{
        display: block;
    }
    .home-swiper{
        margin-top: 6rem;
    }
    .grid-b .box,
    .news-top .box,
    .home-swiper .box{
        display: flex;
        flex-direction: column;
    }

    .grid-b .box-info,
    .news-top .box-info,
    .home-swiper .box-info{
        order: 2;
    }
    .grid-b .box-img,
    .news-top .box-img,
    .home-swiper .box-img{
        order: 1;
        margin-top: 1rem;
        position: relative;
    }
    .grid-b .box {
        margin-bottom: 0;
    }


    .content-warp{
        display: block;
    }
    .page-content {
        width: 100% !important;
        padding-left: 0;
    }
    .list {
        width: 100%;
        padding-top: 1rem;
    }
    .img-view{
        display: none;
    }
    .content-warp{
        margin-top: 56px;
    }
    .side{
        margin: 0 -10px;
        width: 100vw!important;
    }
    .side-artists ul{
        display: flex;
    }

    .side-artists{
        border-bottom: black solid 1px;
    }

    .side-artists ul li{
        width: 50%;
        text-align: center;
        padding: 1rem 0;
        border-right: black 1px solid;
    }
    .side-artists ul li:last-child{
        border-right: none;
    }
    .side>div{
        padding-bottom: 0;
    }
    .current-menu-item a {
        border-bottom: none;
    }

    .side-artists .current-menu-item{
        background: black;
    }
    .side-artists .current-menu-item a{
        color: white;
    }


    .grid .box {
        flex-direction: column;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .grid .box .box-info {
        width: 100%;
        order: 2;
    }
    .grid .box .box-img {
        width: 100%;
        padding-left:0;
        order: 1;
        margin-bottom: 1rem;
    }
    .on-load-more,
    .load-more{
        text-align: center;
        margin: 2rem 0;
    }
    .side-time{
        border-bottom: black solid 1px;
    }



    .side-time>ul>li{
        width: 33.33333333%;
        text-align: center;
        padding: 1rem 0;
        border-right: black 1px solid;
    }
    .side-time>ul{
        display: flex;
        justify-content: space-between;

    }
    .side-time>ul>li:last-child{
        border-right: none;
    }
    .side-archive h2{
        text-align: center;
        border-bottom: black solid 1px;
        padding: 1rem 0;
    }
    .side-archive ul{
        text-align: center;
        border-bottom: black solid 1px;
    }
    .text-list{
        display: block;
        padding:1rem 0;
        margin-bottom: 1rem;
    }
    .download-pdf{
        margin-top: 1.5rem;
    }
    .download-pdf a.btn{
        padding: .4rem .7rem;
        border: #aaa solid 1px;
    }

    .side.bigger {
        width: 100%;
        padding: 1rem 0 0 0;
        margin: 0;
    }
    .side.bigger .single-side{
        margin: 1rem -10px 0 -10px;
        border-top: #000 solid 1px;
        padding:0;
        width: 100vw;
    }
    .side.bigger .single-side ul{
        display: flex;
    }
    .side.bigger .single-side ul li{
        width: 50%;
        text-align: center;
        padding: 1rem 0;
        border-right: black 1px solid;
    }
    .side.bigger .single-side ul li:nth-child(2n){
        border-right: none;
    }
    .page-content.s {
        width: 100%;
        padding-top: 0rem;
    }
    .artworks-lists ul {
        display: block;
        margin: 0;
    }
    .artworks-lists li {
        width: 100%;
        padding:0 0 1rem 0;
    }
    .side h1{
        padding: 1rem 10px;
        border-bottom: black 1px solid;
    }
    .single-side ul{
        display: flex;
        flex-wrap: wrap;
    }

    .side>div.single-side>ul>li{
        padding: 1rem;
        border-right: black 1px solid;
        border-bottom: black 1px solid;
    }
    .section .text{
        width: 100%;
    }
    .cn .text{
        text-align:left;
    }
    .side .tag-cloud ul{
        display: none;
        border-top: black solid 1px;
        padding: 1rem 10px;
    }
    .side .tag-cloud:hover ul{
        display: flex;
    }
    .side .tag-cloud h2{
        padding: 1rem 0;
        text-align: center;
        cursor: pointer;
    }
    .tag-cloud{
        border-bottom: black solid 1px;
    }
    .text-list small{
        font-size: 1rem;
    }

    .post-type-archive-articles .load-more{
        margin: 0 0 2rem 0;
    }
    .grid-a.grid-top-2 .warp .box:first-child{
        border-top:none;
    }
    .single .page-content{
        padding-top: 1rem;
    }
    .side-archive{
        display: none;
    }
    .page .page-content{
        padding-top: 1rem;
    }
    .single-viewing_room  .content-warp.size{
        width: 100%;
    }
    .inquire-box-box{
        width: calc(100% - 20px);
        padding: 2rem;
    }

    .fancybox-caption{
        padding: 1rem 10px;
        text-align: left;
    }
    .fancybox-caption__body{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .fancybox-caption__body .for-sale{
        margin-left: 1rem;
        width: 30%;
    }
   
    .for-inquire{
        padding-top: 3rem;
    }
    .price {
        padding-top: 1rem;
        color: white;
    }
    .fancybox-stage{
        pointer-events: none;
    }
     .fancybox-stage img{
        pointer-events: auto;
    }

    .iq-artwork.on{
        background-color: white;
        padding: 1rem;
        pointer-events: auto;
        width: 30%;
        position: fixed;
        right: 10px;
        bottom: 1rem;
        z-index: 99999999;
        display: block;
        text-transform: uppercase;
        text-align: center;
    }

    .fancybox-can-pan .fancybox-image, .fancybox-spaceball{
        max-height: unset;
    }
    .fancybox-image, .fancybox-spaceball{
        max-height: 70vh;
        width: auto;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .mail-list-content{
        position: relative;
        height: auto;
        background-color: black;
        order: 3;
    }
    .mail-list-content .wpforms-container {
        margin-bottom: 10px;
    }
    .post-type-archive-viewing_room .side-time>ul>li{
        width: 50%;
    }
    .box-info .on-tips,
    .post-type-archive-viewing_room .newsletter{
        display: none;
    }
    .in_tips{
            position: absolute;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
    text-decoration: underline;
        padding: 1rem;
    }
    .section-wrap{
        display: block;
    }
    .artist-pic {
    width: 100%;
    padding-right: 0;
}
}




