/* 
    Theme Name: thisweekendroom
    Theme URI: http://thisweekendroom.com
    Description: thisweekendroom official website
    Author: Theme Development and Designed by bbareunson
    Author URI: http://www.bbareunson.com
    Version: 0.1
    Tags: this, weekend, room, thisweekendroom, this weekend room, hannam gallery, korean artist, art fair, frieze seoul, kiaf, art basel, contemporary seoul gallery
*/

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



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500;700&display=swap');
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500 !important;
    letter-spacing: -0.03rem;
  }

  :root {
    --main-color: rgb(15, 66, 143);
  }

  * {
    box-sizing: border-box;
    word-break: keep-all;
  }

  html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: var(--main-color);
  }

  body {
    margin: 0;
    padding: 0;
    font-family: 'Favorit-Regular', 'Noto Sans KR', sans-serif;
    font-weight: 500 !important;
    letter-spacing: -0.03rem;
    font-size: 20px;
    line-height: 30px;
    overflow-x: hidden;
    display: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
    
  a {
    text-decoration: none;
    color: var(--main-color);
  }

  .under {
    position: fixed;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 0%;
    top: 0%;
    text-align: center;
    transition: 0.2s ease;
    cursor: pointer;
    display: table;
    vertical-align: middle;
    font-size: 4vw;
    line-height: 1.3;
  }

  .under div {
    display: table-cell;
    vertical-align: middle;
  }


  @keyframes rotation {
    0% {
      transform: rotateY(0deg);
    }

    100% {
      transform: rotateY(360deg);
    }
  }

  .top-btn {
    position: fixed;
    line-height: 1;
    right: 40px;
    bottom: 40px;
    border-radius: 50%;
    background: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 8px;
    cursor: pointer;
    width: 36px;
    text-align: center;
    height: 36px;
  }

  /* HEADER */


  .menu-container {
    width: 100%;
    height: 60px;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    box-shadow: 0px 2px 4px 4px rgba(255, 255, 255, 1);
  }

  .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 20px;
  }

  ul li {
    list-style: none;
  }

  li {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
  }

  .menu-list {
    position: absolute;
    right: 20px;
    top: -2px;
  }

  .menu-container a {
    transition: 0.1s ease;
  }

  .menu-container a:hover {
    background: var(--main-color);
    color: white;
  }

  .post a {
    color: white !important;
  }
  .post a:hover {
    color: white !important;
  }

  .post {
    transition: 0.3s ease;
    margin-bottom: 16px;
  }

  .post img {
    margin-top: 16px;
  }

  .page-id-7 .current-container {
    display: block;
  }

  .current-container {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: 40%;
    max-height: 720px;
    height: auto;
    max-height: calc(100% - 160px);
    background: white;
    z-index: 2;
    border-radius: 50px;
    border: 2px solid var(--main-color);
    text-align: center;
    padding: 20px;
    animation-duration: 5s;
    animation-iteration-count: infinite;
  
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .current-container h2 {
    position: relative;
  }

  .x-icon {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 20px;
    cursor: pointer;
  }

  .wp-block-image {
    margin: 0;
  }

  .current {
    width: 100%;
    padding: 10px 0 5px 0;
    display: inline-block;
    height: 50vh;
  }

  .current img {
    height: auto;
    width: 100%;
    display: inline-block;
  }

  .current-left, .current-right {
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
    padding: 8px;
  }

  .current-left {
    margin-right: 29px;
  }

  .img-container {
    margin-top: 68px;
    padding: 0 0 0 20px;
    width: calc(100% + 20px);
  }

  .img-container figure {
    width: calc(100% / 3 - 30px);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .img-container img {
    width: 100%;
    height: auto;
  }

  .img-container figcaption {
    width: 100%;
  }

  .wp-block-image figcaption {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.3;
  }

  .selected {
    background: var(--main-color);
    color: white;
  }


  .page-template-main-template figcaption {
    text-align: center;
  }
  

  /* Exhibitions */

  .circle-btn {
    width: 100%;
    height: calc(100% / 3);
    border: 1px solid var(--main-color);
    background: white;
    padding: calc(15vh - 10px) 0;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s ease;
    cursor: pointer;
  }

  .circle-btn:hover {
    background: var(--main-color);
    color: white;
  }

  

  .main-left, .main-right {
    position: absolute;
    top: 70px;
    height: calc(100% - 90px);
  }

  .main-left {
    width: calc(32% - 20px);
    left: 20px;
  }

  .main-right::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .main-right {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .main-right {
    width: calc(68% - 40px);
    background: var(--main-color);
    border-radius: 50px;
    right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
  }

  .current-box, .upcoming-box, .past-box {
    line-height: 1.35;
    padding: 20px;
    color: white !important;
    text-align: center;
  }

  .past-box {
    position: relative;
  }

  .past-menu-arrow {
    display: none;
  }

  .exhibitions-left, .exhibitions-right, .upcoming-left, .upcoming-right, .left, .right {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    color: white !important;
    /* font-size: 20px; */
    
  }

  .left, .right {
    margin-bottom: 28px;
  }

  .left {
    padding-right: 16px;
  }

  .current-box figure, .upcoming-box figure {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* .current-box img, .upcoming-box img {
    height: 70vh;
    width: auto;
    min-width: 100%;
  } */

  p {
    margin: 0;
    padding: 0;
  }

  .upcoming-box, .past-box, .collaboration-box, .fair-box {
    display: none;
  }

  .wp-block-separator {
    display: none !important;
  }

  .past-left, .past-right {
    display: inline-block;
    float: left;
    text-align: left;
  }

  .past-left {
    font-size: 36px;
    padding-right: 20px;
  }

  .year {
    opacity: 0.5;
    cursor: pointer;
  }

  .past-right {
    width: calc(80% - 20px);
    padding: 0 20px 20px 20px;
  }

  .past-box img {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }

  .selected-year {
    opacity: 1;
  }

  .year {
    transition: 0.2s ease;
  }

  /* Year 숨기기 */
.container-2025, .container-2024, .container-2023, .container-2022, .container-2021, .container-2020, .container-2019, .container-2018, .container-2017, .container-2016 {
    display: none;
  }

  /* SINGLE */

  .single-container {
    margin-top: 68px;
    padding: 0 20px 40px 20px;
  }

  .single-top {
    width: 100%;
    height: 280px;
  }

  .single-left {
    width: calc(32% - 20px);
    float: left;
    margin-right: 20px;
    display: inline-block;
    margin-top: 10px;
  }

  .single-right {
    width: 68%;
    float: left;
    display: inline-block;
    margin-top: 10px;
  }

  .single-title {
    width: calc(32% - 20px);
    background: var(--main-color);
    color: white;
    padding: 0px 40px;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: table;
    margin-right: 20px;
  }

  .forcenter {
    display: table-cell;
    vertical-align: middle;
  }

  .single-detail {
    width: 68%;
    display: table;
    background: var(--main-color);
    color: white;
    border-radius: 30px;
    float: left;
    padding: 80px;
    height: 100%;
  }

  .detail {
    display: table-cell;
    vertical-align: middle;
  }

  .detail:first-child {
    width: calc(50% - 20px);
    padding-right: 20px;
  }

  .detail:nth-child(2) {
    width: 50%;
  }

  .wp-block-file {
    margin-bottom: 0;
  }

  .single-button {
    background: white;
    border: 1px solid var(--main-color);
    border-radius: 25px;;
    color: var(--main-color) !important;
    font-size: 20px;
    padding: 8px 0;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.2s ease;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .single-button:hover {
    background: var(--main-color);
    color: white !important;
    opacity: 1 !important;
  }

  .wp-block-file a.wp-block-file__button {
    background: transparent !important;
    font-size: 20px;
    color: var(--main-color);
  }

  .wp-block-file a.wp-block-file__button:hover {
    background: var(--main-color);
    color: white !important;
    opacity: 1 !important;
  }

  .white-box-left {
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    padding: 20px 40px;
  }

  .white-box-right {
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    padding: 40px 80px;
  }

  strong {
    font-weight: normal;
    text-align: center;
    display: block;
  }

  .image-container {
    width: 100%;
    border-radius: 50px;
    padding: 40px 80px;
    border: 1px solid var(--main-color);
    margin-bottom: 20px;
    height: auto;
  }

  .image-container figure, .image-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  .image-container figure.column-2 {
    width: calc(50% - 10px);
  }

  .single figcaption {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }

  .column-2 {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
  }


  .image-container {
    text-align: center;
  }

  .more-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: white;
    cursor: pointer;
  }

  .removed {
    display: none;
  }

  .other-container {
    width: 100%;
  }

  .prev-container, .next-container {
    display: inline-block;
    width: calc(50% - 13px);
  }

  .prev-container {
    margin-right: 20px;
  }

  .prev-container a, .next-container a {
    display: inline-block;
    padding: 40px 120px;
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    transition: 0.2s ease;
  }

  .prev-container a:hover, .next-container a:hover {
    background:rgb(15, 66, 143);
    color: white;
  }

  .prev-container a {
    text-align: left;
  }

  .next-container a {
    text-align: right;
  }

  .post-template-single-exhibitionspast .ex-btn, .post-template-single-exhibitions .ex-btn, .post-template-single-artists .artist-btn, .post-template-single-collaboration .project-btn, .post-template-single-consulting .project-btn, .page-template-news-template .news-btn, .page-template-contact-template .contact-btn {
    background: var(--main-color);
    color: white !important;
  }

  .post-template-single-exhibitionspast .ex-btn a, .post-template-single-exhibitions .ex-btn a, .post-template-single-artists .artist-btn a, .post-template-single-collaboration .project-btn a, .post-template-single-consulting .project-btn a, .page-template-news-template .news-btn a, .page-template-contact-template .contact-btn a {
    color: white !important;
  }

  .clicked-container {
    display: none;
    position: fixed;
    z-index: 9998;
    width: calc(100% - 12px);
    left: 6px;
    height: calc(100% - 12px);
    top: 6px;
    background: white;
    border-radius: 40px;
    border: 1px solid var(--main-color);
  }

  .clicked-container img {
    display: block;
    object-fit: cover;
  }

  .easel-container {
    display: none;
    position: fixed;
    z-index: 9998;
    width: calc(100% - 12px);
    left: 6px;
    height: calc(100% - 12px);
    top: 6px;
    background: white;
    border-radius: 40px;
    border: 1px solid var(--main-color);
  }

  

  .post-template-single-eazel .click-container {
    display: block;
  }

  .clicked-container figure {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 90%;
  }

  .clicked-container img {
    display: inline-block;
  }

  .left-click, .right-click {
    position: fixed;
    top: 50%;
    width: 100px;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9999;
  }

  .left-click {
    left: 40px;
  }

  .right-click {
    right: 40px;
  }

  .clicked-x-icon {
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999;
    width: 70px;
    cursor: pointer;
  }

  /* ARTISTS */

  .circle {
    width: 100%;
    height: calc(100% / 2);
    border: 1px solid var(--main-color);
    background: white;
    display: table;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s ease;
    cursor: pointer;
  }

  .circle:hover {
    background: var(--main-color);
    color: white;
  }

  .menu-text {
    display: table-cell;
    vertical-align: middle;
  }

  .focused {
    background: var(--main-color);
    color: white;
  }

  .main-right.artists-container {
    background: white;
    border: none;
    padding: 0;
    right: 10px;
    width: calc(68% - 30px);
  }

  .post a {
    color: var(--main-color) !important;
  }

  .post a:hover {
    color: white !important;
    mix-blend-mode: exclusion;
    background: transparent;
  }

  .post {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    padding: 40px;
    width: calc(50% - 10px);
    border: 1px solid var(--main-color);
    border-radius: 50px;
    height: 240px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .artists-container figcaption {
    margin: 0;
    font-size: 20px;
    line-height: 28px;

  }

  .artists-container img {
    display: none;
  }

  .project-artist-box {
    display: none;
  }

  .post-template-single-artists .single-right {
    position: absolute;
    top: 70px;
    margin-top: 0;
    float: none;
    width: calc(68% - 20px);
    z-index: 0;
  }

  .selected-title, .exhibit-title {
    margin-bottom: 12px;
  }

  .post-template-single-artists .image-container {
    width: 100%;
    border-radius: 0px;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    height: auto;
  }

  .post-template-single-artists .image-container figcaption {
    width: 50%;
    display: inline-block;
    line-height: 1.3;
  }

  .post-template-single-artists .image-container figcaption {
    margin-bottom: 28px;
  }

  .selected-works, .exhibit-works {
    width: 100%;
    border-radius: 50px;
    padding: 40px 80px;
    border: 1px solid var(--main-color);
    margin-bottom: 20px;
    height: auto;
  }
  
  .clicked-container {
    text-align: center;
  }

  .clicked-container figcaption {
    padding: 0 20%;
    line-height: 1.3;
    margin-top: 10px;
  }

  .press-container {
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    padding: 20px 40px;
  }

  .press-container hr {
    background: var(--main-color);
    height: 1px;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0 0 28px 0;
  }

  .press-title {
    margin-bottom: 28px;
  }

  .press-cat {
    font-size: 13px;
    line-height: 1.2;
  }

  .press-name {
    padding-right: 40px;
    position: relative;
    margin-bottom: 28px;
  }

  .press-arrow {
    position: absolute;
    right: 0;
    top: 23%;
    transform: translate(0, -50%);
    width: 20px;
  }

  /* PROJECT */

  .project-left, .project-right {
    display: inline-block;
    margin-bottom: 28px;
  }

  .project-left {
    width: calc(40% - 20px);
    float: left;
    margin-right: 20px;
    color: white !important;
  }
  .project-right {
    width: 60%;
    float: left;
  }

  .project-right img {
    width: 100%;
    height: auto;
  }

  hr.project-outline {
    background: white;
    width: 100%;
    margin: 0 0 28px 0;
    outline: none;
    border: none;
    box-shadow: none;
    height: 1px;
  }

  .detail a {
    color: white !important;
  }

  .collaboration-box, .consulting-box, .fair-box {
    padding: 20px;
  }

  .fair-title {
    width: 100%;
    font-size: 28px;
    line-height: 1.3;
    color: white !important;
  }

  .fair-date, .fair-text {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: white !important;
    margin: 28px 0;
  }

  .fair-date {
    width: calc(20% - 10px);
    margin-right: 10px;
  }

  .fair-text {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .fair-box img {
    width: 30%;
    display: inline-block;
    height: auto;
    margin-top: 28px;
    float: left;
  }

  .fair-box .wp-block-separator {
    display: block !important;
    outline: none;
    border: none;
    box-shadow: none;
    height: 1px;
    background: white;
    width: 100%;
    margin: 28px 0;
    float: left;
  }

  .wp-block-image {
    margin: 0;
  }

  /* NEWS CONTAINER */

  .news-container {
    padding: 10px 20px 80px 20px;
    margin-top: 60px;
  }

  .news-box {
    width: calc(50% - 13px);
    margin-bottom: 20px;
    /* float: left; */
    display: inline-block;
    padding: 30px 40px 70px 40px;
    border: 1px solid var(--main-color);
    border-radius: 40px;
    position: relative;
    transition: 0.2s ease;
    cursor: pointer;
  }

  .news-cat {
    font-size: 13px;
    line-height: 1.3;
    vertical-align: top;
    display: inline-block;
    width: 100px;
  }

  .news-box:nth-child(even) {
    margin-left: 20px;
  }

  .news-title {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: calc(90% - 100px);
    vertical-align: top;
    margin-top: -4px;
  }

  .news-arrow {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 20px;
  }

  /* CONTACT */

  .contact-layout {
    padding: 70px 20px 120px 20px;
  }

  .contact-left {
    width: calc(70% - 20px);
    border: 1px solid var(--main-color);
    border-radius: 40px;
    padding: 40px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 30%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
  }



  .contact-logo {
    display: inline-block;
    width: 120px;
    height: auto;
  }

  .contact-logo img {
    width: 100%;
    height: auto;
  }

  .left-text, .right-text {
    text-align: left;
    display: inline-block;
    float: left;
    width: calc(50% - 10px);
    margin-top: 28px;
  }

  .left-text {
    margin-right: 20px;
    font-size: 21px;
    line-height: 27px;
  }

  .right-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .contact-right-box {
    border: 1px solid var(--main-color);
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 20px;
  }

  .contact-right-box-location {
    border: 1px solid var(--main-color);
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
  }

  .map-container {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }

  .location-text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }

  iframe {
    width: 100%;
    height: 370px;
  }

  footer {
    margin-top: 120px;
    text-align: center;
    padding-bottom: 20px;
    float: left;
    width: 100%;
  }

  .footer-logo {
    display: inline-block;
    width: 30px;
    margin: 12px;
  }

  .for-footer {
    width: 100%;
    height: 90vh;
  }

  .home.blog footer {
    display: none;
  }

  .mobile-menu, .mobile {
    display: none;
  }
/* Tablet */

@media screen and (max-width: 1024px) {
  .current-container {
    width: 80%;
  }

  .current-box img, .upcoming-box img {
    width: 100%;
    height: auto;
  }
}


  /* MOBILE */

@media screen and (max-width: 768px) {
  .under{
    padding: 24px 36px;
    left: 8%;
    top: calc(50% - 30px);
  }

  /* Menu */
  .logo {
    left: 10px;
    top: 12px;
  }

  .menu-list {
    top: 0;
    right: 10px;
    margin-top: 10px !important;
  }

  /* Main */

  .menu-container {
    height: 38px;
  }

  .img-container {
    width: 100%;
    padding: 0 10px;
    margin-top: 48px;
  }

  .img-container figure {
    width: 100%;
  }

  .current-container {
    width: 90%;
    z-index: 0;
    overflow-y: auto;
  }

  .current-left, .current-right {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .page-template-main-template figcaption {
    margin-bottom: 20px;
    text-align: center;
  }

  .page-template-main-template footer {
    margin-bottom: 140px;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 60px;
  }

  footer {
    font-size: 16px;
    line-height: 1.3;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 30px;
    cursor: pointer;
  }

  .mobile-menu hr {
    outline: none;
    border: none;
    box-shadow: none;
    height: 1px;
    width: 100%;
    background: var(--main-color);
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 2px;
    transition: 0.2s ease;
  }

  .mobile-menu hr:first-child {
    top: 0;
  }

  .mobile-menu hr:nth-child(2) {
    top: 6px;
  }

  .mobile-menu hr:nth-child(3) {
    top: 12px;
  }

  .mobile-menu hr:nth-child(4) {
    top: 18px;
  }

  .menu-list {
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    right: 0;
    margin-top: 0 !important;
    padding-top: 60px;
    padding-left: 10px;
    z-index: -1;
  }

  .menu-list li {
    display: inline-block;
    font-size: 32px;
    line-height: 1.3;
    margin-left: 0;
  }

  .x-icon {
    width: 16px;
  }

  /* EXHIBITION */

  .page-template-exhibitions-template .main-left {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    height: auto;
    top: auto;
  }

  .page-template-exhibitions-template .main-right {
    width: calc(100% - 20px);
    right: 10px;
    padding: 10px;
    top: 48px;
    height: 63%;
  }

  .circle-btn {
    padding: 0;
    height: auto;
    padding: 20px 0;
  }

  body {
    font-size: 16px;
    line-height: 1.35;
  }

  .exhibitions-left, .exhibitions-right, .upcoming-left, .upcoming-right {
    margin-bottom: 20px;
  }

  .exhibitions-left, .upcoming-left {
    padding-right: 16px;
  }

  .exhibitions-right {
    margin-bottom: 0;
  }

  .current-box, .upcoming-box, .past-box {
    padding: 20px;
    line-height: 1.35;
  }

  .current-box img, .upcoming-box img {
    width: 100%;
    height: auto;
  }

  .past-box {
    padding-top: 10px;
  }

  .past-left {
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 24px;
  }

  .past-right {
    width: 100%;
    padding: 20px 0px;
  }

  .past-box .year {
    display: none;
    width: 100%;
    text-align: center;
  }

  .selected-year {
    display: inline-block !important;
  }

  /* SINGLE EXHIBITIONS */ 
  .single-container {
    margin-top: 48px;
    padding: 0 10px 40px 10px;
  }

  .single-title {
    width: 100%;
    height: 40%;
  }

  .single-detail {
    width: 100%;
    padding: 20px 10px;
    height: auto;
  }

  .detail:first-child, .detail:nth-child(2) {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 13px;
    padding-right: 0;
  }

  .detail:nth-child(2) {
    margin-bottom: 0;
  }

  .single-left, .single-right {
    width: 100%;
  }

  strong {
    font-size: 20px;
  }

  .white-box-left, .white-box-right {
    height: 47px;
    padding: 10px 10px;
    overflow-y: hidden;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .image-container {
    padding: 20px 40px;
  }

  .column-2 {
    width: 100% !important;
  }

  .clicked-container .column-2 {
    width: 80% !important;
  }

  .clicked-container figure {
    top: 54%;
  }

  .single figcaption {
    font-size: 13px;
  }

  .clicked-x-icon {
    right: 20px;
    top: 20px;
    width: 40px;
  }

  .right-click, .left-click {
    width: 40px;
    transform: none;
    bottom: 40px;
    top: auto;
  }

  .right-click {
    right: 10px;
  }

  .left-click {
    left: 10px;
  }

  .prev-container {
    margin-right: 10px;
  }

  .prev-container, .next-container {
    width: calc(50% - 7px);
  }

  .prev-container a, .next-container a {
    border-radius: 30px;
    padding: 40px 20px;
    vertical-align: middle;
  }

  /* ARTISTS */

  

  .page-template-artists-template .main-left {
    top: auto;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
    height: auto;
  }

  .circle {
    height: auto;
    padding: 20px 0;
  }

  .main-right.artists-container {
    background: none;
    width: calc(100% - 20px);
    right: 10px;
    border-radius: 0;
    height: calc(100% - 206px);
  }

  .main-right.artists-container .post {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 20px 40px;
  }


  /* ARTISTS SINGLE */

  .post-template-single-artists .single-right {
    position: static;
    width: 100%;
  }

  .single-top {
    height: auto;
  }

  .single-top .single-title {
    padding: 30px;
    font-size: 20px;
    line-height: 1.3;
  }

  .press-container {
    height: 47px;
    padding: 10px 10px;
  }

  .press-cat, .press-name, .press-container hr {
    display: none;
  }

  .selected-works, .exhibit-works {
    padding: 40px;
  }

  .post-template-single-artists .image-container figcaption {
    width: calc(100% - 40px);
    margin-top: 8px;
  }

  .post-template-single-artists footer {
    position: static !important;
  }

  .mobile {
    display: block;
  }

  .page-template-project-template .main-left {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    height: auto;
    top: auto;
  }

  .page-template-project-template .main-right {
    width: calc(100% - 20px);
    right: 10px;
    padding: 10px;
    top: 48px;
    height: 63%;
  }


  /* PROJECT */

  .fair-title, .fair-date, .fair-text {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .fair-box img {
    width: 100%;
  }

  .project-left, .project-right {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-right: 0;
  }

  /* NEWS BOX */

  .news-container {
    padding: 10px 10px 60px 10px;
  }

  .news-arrow {
    right: 20px;
    top: 20px;
  }

  .news-box {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
  }

  .news-box:nth-child(even) {
    margin-left: 0;
  }

  .news-cat, .news-title {
    width: 100%;
    margin-bottom: 16px;
  }

  /* CONTACT */

  .contact-layout {
    padding: 48px 10px 80px 10px;
  }

  .contact-left {
    width: 100%;
    padding: 30px;
  }

  .contact-logo {
    width: 80px;
    margin-bottom: 20px;
  }

  .left-text, .right-text {
    width: 100%;
    font-size: 17px;
    line-height: 1.25;
  }

  .right-text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-right {
    width: 100%;
    margin-bottom: 0;
  }

  .contact-right-box {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }

  .contact-b-left, .contact-b-right {
    width: 100%;
    margin-right: 0;
    padding: 30px;
  }

  .map-container {
    width: 100%;
    margin-right: 0;
  }

  .location-text {
    width: 100%;
    text-align: center;
  }

  .current {
    height: auto;
  }

  .current img {
    width: 100%;
    height: auto;
  }

  .top-btn {
    bottom: auto;
    top: 64px;
    width: 30px;
    height: 30px;
  }


  .past-menu-arrow {
    display: block;
    position: absolute;
    right: 33%;
    top: 8px;
  }
}


