
body {
    position: relative;
    font-family: poppins, sans-serif;
    background-color:#000;
    opacity: 0; /* Initially hide the body */
}


p {

-webkit-hyphens:none !important;
-moz-hyphens:none !important;
hyphens:none !important;

}

.site-title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 8;
margin-top:10px
}

.site-title {
    color: white;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    font-weight:bold;
}


h1.site-title{
  display: inline-block;
    font-size:1.75em;
}

.site-title-container #gt-logo-svg{
  display: inline-block;
 vertical-align: middle;
 margin-right:5px;
 margin-top:-11px;
 height:30px;
}

#gt-logo-svg{
 height:40px;
}

.gallery_btn{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'poppins', serif;
  font-weight:bold;
  padding:  10px 15px 7px 15px;
  transition: all 0.25s ease-in-out !important;
}

.gallery_btn:hover{
  background-color: #fff;
  color: #4C4D54 !important;
  border: 1px solid #fff !important;
}



#gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    transition: filter 0.5s ease-in-out;
}

.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

#bg-image-1 {
    z-index: 1;
}

#bg-image-2 {
    z-index: 2;
}

#thumbnail-container{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 320px;
    padding: 10px;
    display: none;
    z-index: 10;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


.swiper-wrapper {
    display: flex;
    width: auto;
}

.swiper-slide {
      position: relative;
    width: 250px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: auto 10px;
}

.thumbnail-title {
    position: absolute;
    top: -10px;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
    font-size: 1em;
    z-index: 2;
   font-family:'poppins', sans-serif;
}

.thumbnail {
    width: 250px;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}

#thumbnail-container .thumbnail{
    min-width:250px;
}



#toggle-thumbnails {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#post-title {
    font-family: poppins, sans-serif;
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    cursor: pointer;
}

#post-title h2 {
    font-family: poppins, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight:bold;
    transition: color 0.5s ease-in-out;
}

#post-title h2:hover {
    color:#fff !important;
    transition: color 0.5s ease-in-out;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

#post-details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12;
    display: none;
    overflow-y: auto;
    font-family: poppins, sans-serif;
}

.post-details-content {
    padding: 50px;
    color: #ffffff;
    text-align:center;
    max-width:900px;
    margin:auto;
}

#overlay-description {
    font-size: 1.5em;
    padding: 0.5em 0em;
}

#overlay-featured {
    font-size: 1.25em;
    padding: 0em 0em 1em 0em;
}

h3.overlay-header, .artist-content h1, .artist-content h2{
    font-family: 'ivypresto-display', serif;
    font-size: 1.25em;
    font-style:italic;
}

h3.overlay-header a, h3.overlay-header a:hover,h3.overlay-header a:visited{
       color:#fff;
   }

.post-content a, a:hover, a:visited{
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

.overlay-accent-line {
    height: 1px;
    width: 100px;
    margin: 20px auto;
    background-color: #ffffff;
}

.overlay-close-btn {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: block;
    margin: 40px auto;
    padding: 1px 10px 0px 10px;
    text-align: center;
    width: 40px;
    transition: all 0.25s ease-in-out !important;

}

.overlay-close-btn:hover{
  background:#fff;
  color:#565052 !important;
}

#overlay-title{
    margin-top:50px;
    font-size:2.5em;
}



.post-meta-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    margin: 50px 0px 20px 0px;
    text-transform: uppercase;
}

.meta-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.meta-delimiter {
    margin: 0 10px;
    color: #ffffff;

}
.post-details-content, .meta-delimiter {
    color: #ffffff;
}

.gtlogo {
  margin:auto;
  padding:20px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.body-fade-in {
    opacity: 1;
    animation: fadeIn 1s ease-in-out forwards;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


.post-gallery-swiper-container {
    margin-top: 20px;
    text-align: center;
    overflow:hidden;
    width:auto;
    max-width:900px;
    display:flex;
}

.post-gallery-swiper-container .swiper-slide {
    text-align: center;
        margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    width:auto;
}

.post-gallery-swiper-container .gallery-thumbnail {
    justify-content: center;
    align-items: center;
    height: 100px;
    width: auto;
    object-fit: cover;
}

.lightbox, .ta-lightbox, .ne-lightbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    display: none;
}

.lightbox img, .ta-lightbox img, .ne-lightbox img{
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.ta-lightbox img {
    transition: opacity 0.5s ease;
}

.lightbox-close, .ta-lightbox-close, .ne-lightbox-close{
position: absolute;
    top: 2em;
    right: 2em;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    z-index: 21;
    transition: all 0.25s ease-in-out;
    padding: 2px 10px;
}

.lightbox-close:hover, .ta-lightbox-close:hover, .ne-lightbox-close:hover{
    background:#fff;
    color: #000;
    transition: all 0.25s ease-in-out;
}

.lightbox-nav, .ta-lightbox-nav, .ne-lightbox-nav{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #FFF;
    z-index: 22;
}

.lightbox-prev, .ta-lightbox-prev, .ne-lightbox-prev{
    left: 2em;
    padding: 1px 10px;
    color: #fff;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}


.lightbox-next, .ta-lightbox-next, .ne-lightbox-next{
    right: 2em;
    padding: 1px 10px;
    color: #fff;
    background-color: #transparent;
    transition: all 0.25s ease-in-out;
}

.lightbox-prev:hover, .lightbox-next:hover, .ta-lightbox-next:hover, .ta-lightbox-prev:hover, .ne-lightbox-next:hover, .ne-lightbox-prev:hover{
     color: #000;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}

#overlay-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  max-height:100vh;
  height: auto;
  z-index: 101;
  padding: 20px;
  box-sizing: border-box;
   overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-content {
   display: flex;
   flex-basis: 100%;
   justify-content: space-between;
   flex-wrap: wrap;

}

.menu-column-33 {
  flex-basis: 33.333%;
  box-sizing: border-box;
  padding: 10px;
  transition: opacity 0.5s ease-in-out;
}

.menu-column-66 {
  flex-basis: 66.666%;
  box-sizing: border-box;
  padding: 10px;
  transition: opacity 0.5s ease-in-out;

}

.menu-content h3 {
  font-family: ivypresto-display, serif;
  margin-top: 0;
  color:#090604 !important;
  font-size:1em;
  font-style:italic;

}

.menu-content h4 {
 font-family: poppins, sans-serif;
  margin-top: 0;
  color:#090604;
  font-size:1.2em;
}

.menuh4{
    font-family: poppins, sans-serif;
}

.menu-content hr {
    border: 0;
    height: 1px;
    background: #090604;
}

#menu-icon-container {
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 24px;
}

#menu-icon-container:hover #open-icon rect,
#menu-icon-container:hover #open-icon line,
#menu-icon-container:hover #close-icon rect,
#menu-icon-container:hover #close-icon line {
  fill: #ffffff;

  transition: stroke 0.5s ease-in-out, fill 0.5s ease-in-out;
}

.social-icon {
    display: block;
    margin-top: 10px;
    width: 33px;
    height: 33px;
}

.social-icon svg {
    fill: #000;
    transition: fill 0.25s ease-in-out;
}

.social-icon:hover svg {
    fill: #c13584;
}


.news-featured {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    clear: both;
}

.news-image{
  width: 50%;
  float: left;
}
.news-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    padding-right: 10px;
    transition:opacity 0.25s ease-in-out;
}

.news-image img:hover {
opacity:80%;
}

.news-details {
    padding: 0 10px;
    width:auto;
    width: 50%;
    float: left;
}

.news-details h4,
.news-details p {
    width: auto;
    max-width: 90%;
    margin: 0 0 20px 0;
    padding: 0;
}

.news-details p {
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'ivypresto-display', serif;
    font-style: italic;
    color:#000 !important;
}

#open-icon rect,
#open-icon line,
#close-icon rect,
#close-icon line {
  transition: stroke 0.5s ease-in-out, fill 0.5s ease-in-out;
}


#open-icon, #close-icon {
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

#open-icon, #close-icon {
  position: absolute;
  width: 100%;
  height: auto;
}

#toggle-thumbnails svg path {
  transition: fill 0.5s ease-in-out;
}

#toggle-thumbnails svg:hover path {

  fill: #ffffff;
  transition: fill 0.5s ease-in-out;
}


/* THE ARTIST */

.artist-content {
    text-align: left;
    position: relative;
    z-index: 10;
    width: 60%;
    margin: 50px auto;
    max-width: 800px;
    font-family: poppins, sans-serif;
    padding-bottom:50px;
}

.artist-background {
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.tint-overlay {
    background-color: rgba(0, 0, 0, 0.70);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.artist-content h1, .artist-content h2 {
    margin: 50px 0;
    text-align: center;
}

.artist-content .gtlogo {
    font-size: 1.5em;
    font-weight:bold;
    text-align:center;
}

.artist-content .intro {
    font-family: 'ivypresto-display', serif;
    font-size: 1.75em;
}

.artist-content .bio {
    font-size: 1em;
}

.artist-content .bio-footer {
    font-size: 1em;
    text-align:center;
}

.artist-content .bio_contact {
    text-align:center;
    margin: 50px auto;
}


.artist-content .quote blockquote{
    font-size: 1.5em;
    font-weight:bold;
    text-align:center;
}

.artist-content h3.overlay-header{
text-align:center;
margin-top:50px;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

.artist-content .attrib {
    font-style: italic;
    text-align: center;
    font-size: 1.25em;
}


.artist-content .news-swiper-container {
    margin: 50px 0px;
    overflow: hidden;
    width: auto;
    max-width: 900px;
    display: flex;
    justify-content: center;
}

.artist-content .news-swiper-container .swiper-wrapper {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left:0px;
}

.artist-content .news-swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 5px 10px 5px;
}

.artist-content .news-swiper-container .thumbnail {
    height: 113px;
    width: 150px;
    object-fit: cover;
    cursor: pointer;
}

.menu-content a.he, .menu-content a.he:visited, .menu-content a.he:hover{
    color:#000;
}
.menu-content a.he {
   position: relative;
  color: #000 !important;
  text-decoration: none;
}
.menu-content a.he:hover{
 color: #000;
}

.menu-content a.he::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.menu-content a.he:hover::before {
  transform: scaleX(1);
}


.lightbox-media{
  text-align:center;
}

.lightbox-media img{
  max-width: 75%;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-link, .contact-link:visited {
  margin-left: auto;
  padding: 8px 16px;
  border: 1px solid white;
  margin-top: 35px;
  text-decoration: none;
  color: white;
  font-style: italic;
  font-family: 'ivypresto-display';
  transition: all 0.25s ease-in-out;
}

.contact-link:hover, .contact-link:active{
  background-color:#fff;
  color: #565052 !important;
}

.contact-btn, .contact-btn:visited {
  padding: 8px 16px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-family: 'ivypresto-display';
  transition: all 0.25s ease-in-out !important;
}

.contact-btn:hover, .contact-btn:active{
  background-color:#fff;
  color: #565052 !important;
  border-color:#fff !important;

}


.news-page-container, .commissions-page-container {
    margin: 0px;
}

.news-header {
    text-align: center;
    margin:0px 50px;
    position:relative;
    padding-top:50px;
}

.news-header h1 {
    margin-top: 20px;
    color: #fff;
    text-align: left;
    font-family: 'ivypresto-display', serif;
    font-size: 3em;
}

.news-header hr {
    border: none;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
}

.news-post-item, .commissions-post-item, .recognition-post-item{
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 40px;
}

.news-post-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
}

.exhibition-post-item {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 40px;
}

.post-date{
    margin-top:35px;
    font-family: 'ivypresto-display', serif;
    font-size: 1.25em;
    font-style:italic;
}

.news-post-content {
    display: flex;
    margin: 0 auto;
    padding: 20px 50px;
    position: relative;
}

.commissions-post-content, .recognition-post-content {
    display: flex;
    margin: 0 auto;
    padding: 20px 0px 20px 50px;
    position: relative;
}


.date-column, .right-column {
    flex: 20%;
    color: #fff;
    margin-top:80px;
}
.date-column:first-of-type, .right-column:first-of-type {
    margin-top:0px;
}

.main-column {
    flex: 60%;
    color: #fff;
    padding: 0 20px;
    margin-top:80px;
}

.commissions-post-content .date-column,
.recognition-post-content .date-column {
    flex: 5%;
    color: #fff;
    margin-top:50px;
}

.commissions-post-content .right-column,
.recognition-post-content .right-column  {
    flex: 50%;
    background-size: cover;
    background-position: center;
    margin-top: 31px;
}
.commissions-post-content .right-column img,
.recognition-post-content .right-column img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 700px;
    object-fit: cover;
    object-position: 0% 0%;
}


.commissions-post-content .date-column:first-of-type, .commissions-post-content .right-column:first-of-type,
.recognition-post-content .date-column:first-of-type, .recognition-post-content .right-column:first-of-type  {
    margin-top:0px;
}

.commissions-post-content .main-column,
.recognition-post-content .main-column {
    flex: 45%;
    color: #fff;
    padding: 0 100px 0 30px;
    margin-top:50px;
}

.commissions-post-content .content-top-line,
.recognition-post-content .content-top-line{
    border-top: 1px solid #fff;
    width: calc(100% - 50px);
    margin-top: 30px;
    position: absolute;
}

.news-post-item.first-post .main-column,
.exhibition-post-item.first-post .main-column,
.commissions-post-item.first-post .main-column,
.recognition-post-item.first-post .main-column{
   margin-top:0px;
}

.prize-image{
    max-width: 70% !important;
    margin-left: 30%;
}

.post-title {
    margin-bottom: 20px;
    font-family: ivypresto-display, serif;
    font-size: 2.25em;
}

.post-divider {
    border: none;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
}

.post-content{
    font-family: 'poppins', sans-serif;
    font-size:1em;
}

.content-top-line {
    border-top: 1px solid #fff;
    width: calc(100% - 100px);
    margin-top: 50px;
    position: absolute;
}

.news-swiper-container {
    margin: 50px 0px;
    overflow: hidden;
    width: auto;
    max-width: 900px;
    display: flex;
    justify-content: left;
}

.news-swiper-container .swiper-wrapper {
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: -30px;
}

.news-swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 5px 9px 5px;
}

.news-swiper-container .thumbnail {
    height: 113px;
    width: 150px;
    object-fit: cover;
    cursor: pointer;
}


.commissions-post-content .post-subtitle{
margin-bottom: 50px;
font-size: 0.75em;
text-transform: uppercase;
font-weight: bold;
}

.page-subtitle{
    font-family: ivypresto-display, serif;
    font-size: 2em;
    color:#fff;
    text-align:left;
    width: 50%;
    min-width: 600px;
}

/* 404 */

.fullscreen-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/404.jpg');
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay .gtlogo{
text-align:center;
margin-top:30px;
}


.centered-text-top {
    font-family:'IvyPresto-Display', serif;
    position: relative;
    margin-top: 5vh;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    text-align: center;
}

.centered-text-bottom {
    font-family:IvyPresto-Display, serif !important;
    position: relative;
    margin-top:5vh;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1em;
    text-align: center;
    font-style:italic;
    text-decoration:none !important;
}

.centered-text-bottom .gallery_btn{
  display:inline-block;
    font-family:IvyPresto-Display, serif !important;
    text-decoration:none !important;
    margin:10px;
    width:120px;
}

/* Mobile alts */


@media screen and (max-width: 1200px) {
    .right-column {
        flex: 0%;
        display:none;
    }

    .recognition-post-content .prize-image {
    max-width: 100% !important;
    margin-left: -50px;
    }

    .recognition-post-content .right-column {
        flex: 40%;
        display:flex;
    }

    .recognition-post-content .main-column {
    flex: 95%;
    }

    .main-column {
        flex: 75%;
        margin-left:5%;
        padding: 0 20px;
    }

    .commissions-post-content .main-column {
    flex: 90%;
    }

    .commissions-post-content .date-column {
    flex: 10%;
    }

    .recognition-post-content .date-column {
    flex: 15%;
    }

    .commissions-post-content .content-top-line,
    .recognition-post-content .content-top-line  {
    width: calc(100% - 100px);
    }

    .commissions-post-content .date-column,
    .recogntion-post-content .date-column {
    margin-top: 50px;
    }
}

@media screen and (max-width: 900px) {

  .menu-content a.he:hover,
    .menu-content a.he:hover::before {
        color: #000;
        transform: scaleX(0);
        transition: none;
    }

    .menu-content a.he::before {
        display: none;
    }

  .news-details {
      width: 100%;
  }
    .news-featured {
        flex-direction: column-reverse;
        align-items: left;
    }

    .news-image, .news-details {
        width: 100%;
        padding: 0;
    }
.news-image{
  width: 100%;
}
    .news-image img {
        max-height: 200px;
        padding: 0;
    }

.news-featured
    .news-details h4, .news-details p {
        margin: 10px 0;
    }

    .news-details h4 a, .news-details p {
        display: block;
    }

    .meta-row {
        flex-direction: column;
        align-items: center;
        gap:0px;
    }

    .post-meta-details {
        gap: 5px;
    }

    .news-header{
    margin:0px 40px;
}

.news-header h1{
    font-size:2em;
}

h2.post-title{
    font-size:1.5em;
}

h2#overlay-title{
    font-size:2em;
}

#overlay-featured {
    font-size: 1em;

}

p.post-date{
    font-size:1em;
}

.artist-content .intro p, .artist-content .attrib p{
    font-size: 0.75em;
}

p#overlay-description{
    font-size: 1.25em;
}
.news-swiper-container .thumbnail {
    height: 130px;
    width: 130px;
}

    .news-post-content {
        flex-direction: column;
        padding: 20px;
    }

    .date-column, .main-column, .right-column {
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .date-column:first-of-type, .right-column:first-of-type {
        margin-top: 0px;
    }

    .main-column {
    margin-left:0;
    }

    .post-date {
    margin-top: 70px;
    margin-left: 20px;
    }

    .content-top-line {
    width: calc(100% - 80px);
    margin-top: 50px;
    margin-left: 20px;
    }

    .post-title {
    margin-bottom: 80px;
    }

    .menu-column-33, .menu-column-66 {
    flex-basis: 100%;
  }

  #overlay-menu {
  height: 90%;
  }

 .artist-content{
    width:100%;
    padding:0px 40px;
 }

 blockquote {
        display: block;
        margin-inline-start: 20px;
        margin-inline-end: 20px;

    font-size: 1.25em !important;


    }

    #thumbnail-container-the-artist .thumbnail {
        height: 100px;
        width: 100px;
    }
    .news-swiper-container .swiper-wrapper {
        margin-left: -10px;
    }

    .meta-delimiter{
        display:none;
    }
    .post-meta-details {
        display: block;
    }

    #overlay-year-and-medium, #overlay-edition, #overlay-dimensions, #overlay-price{
        width: 100%;
        display:block;
        margin-top: 20px;
    }

    .commissions-post-content .main-column,
    .recognition-post-content .main-column{
        padding: 0 40px 0 20px;
        margin-top:0px;
    }

    .recognition-post-content .right-column{
        flex:100%;
        margin-right:50px;
        display:flex;
    }
    .recognition-post-content .right-column img{
        max-width:100%;
        margin-left:20px;
    }

    .commissions-post-content,
    .recognition-post-content{
        padding: 20px 0px 20px 20px;
        flex-direction:column;
    }

    .commissions-post-content .post-title,
    .recognition-post-content .post-title {
        margin:20px 0 30px 0;
    }

    .commissions-post-content .content-top-line,
    .recognition-post-content .content-top-line {
    width: calc(100% - 80px);
    }
    .commissions-post-content .date-column,
    .recognition-post-content .date-column{
    flex: 100%;
    margin-top: 0px;
    }
    .page-subtitle{
        font-size: 1.5em;
        width: 100%;
        min-width:100%;
    }

    .header-content {
            flex-direction: column;
            align-items: flex-start;
        }
        .contact-link {
          margin-left: auto;
          margin-top: 20px;
          align-self: flex-end;
        }
    }

}
