body{
    overflow-x: hidden;
}


.header,
.header a,
.header .header_burger span,
.header.hidden .header_logo svg path {
    transition: .3s all;
}

.header.hidden {
    transform: translateY(-100%);
}

.single-happening .header .header_nav .header_nav_menu,
.single-article .header .header_nav .header_nav_menu,
.page-template-carreers-template .header .header_nav .header_nav_menu,
.page-template-contact-template .header .header_nav .header_nav_menu,
.page-template-privacy-template .header .header_nav .header_nav_menu,
.page-template-accessibility-template .header .header_nav .header_nav_menu,
.page-template-sitemap-template .header .header_nav .header_nav_menu,
.page-template-gallery-template .header .header_nav .header_nav_menu,
.page-template-template-calendar .header .header_nav .header_nav_menu,
.error404 .header .header_nav .header_nav_menu,
.single-offer .header .header_nav .header_nav_menu,
.page-template-newsletter-signup-template .header .header_nav .header_nav_menu {
    display: none;
}

.header.opaque,
.single-happening .header,
.single-article .header,
.page-template-carreers-template .header,
.page-template-contact-template .header,
.page-template-privacy-template .header,
.page-template-accessibility-template .header,
.page-template-sitemap-template .header,
.page-template-gallery-template .header,
.page-template-template-calendar .header,
.error404 .header,
.single-offer .header,
.page-template-newsletter-signup-template .header {
    border-bottom: 1px solid rgb(215 215 215);
    background: rgb(251 249 239);
    --logo-secondary: rgb(60 60 60);
    --logo-primary: rgb(215 70 49);
}

.header.opaque a,
.single-happening .header a,
.single-article .header a,
.page-template-carreers-template .header a,
.page-template-contact-template .header a,
.page-template-privacy-template .header a,
.page-template-accessibility-template .header a,
.page-template-sitemap-template .header a,
.page-template-gallery-template .header a,
.page-template-template-calendar .header a,
.error404 .header a,
.single-offer .header a,
.page-template-newsletter-signup-template .header a {
    color: #3C3C3C;
}

.header.opaque .header_burger span,
.single-happening .header .header_burger span, 
.single-article .header .header_burger span,
.page-template-carreers-template .header .header_burger span,
.page-template-contact-template .header .header_burger span,
.page-template-privacy-template .header .header_burger span,
.page-template-accessibility-template .header .header_burger span,
.page-template-sitemap-template .header .header_burger span,
.page-template-gallery-template .header .header_burger span,
.page-template-template-calendar .header .header_burger span,
.error404 .header .header_burger span,
.single-offer .header .header_burger span,
.page-template-newsletter-signup-template .header .header_burger span {
    background: #3C3C3C;
}

@media (min-width: 1024px) {
    .header .sub-menu.active {
        left: 100%;
    }
}

.header .sub-menu{
    border-left: 1px solid rgb(215 215 215);
}

.header_menu-wrap {
    max-width: 34.375rem;
}

/* Triple Slider Start */
.fade-transition {
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.fade-out {
    opacity: 0;
    transform: translateY(10px);
}
.triple-slider {
    overflow: visible;
}

.triple-slider-next {
    z-index: -1 !important;
}
.triple-slider .swiper {
    border-radius: 0;
    height: 489px;
    /* width: 40vw; */
}

@media (max-width: 1350px) {
    .triple-slider .swiper {
        width: 40vw;
        height: 27vw;
    }
}

.triple-slider .triple-slider-next {
    transform: translate(50%, -50%);
}

.triple-slider .swiper-wrapper {
    transition: .3s all;
}

.triple-slider .triple-slider-prev {
    transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
    .triple-slider .triple-slider-main.swiper {
        width: 75vw;
        height: 45vw;
    }
    .triple-slider .triple-slider-prev.swiper,
    .triple-slider .triple-slider-next.swiper {
        width: 15vw;
    }
}

.triple-slider .triple-slider-prev, .triple-slider .triple-slider-next {
    opacity: 0.4;
}
.triple-slider .triple-slider-main {
    box-shadow: none;
}
.triple-slider .triple-slider-next {
    right: 0;
    left: auto;
}
.triple-slider .triple-slider-prev {
    left: 0;
    right: auto;
}
.triple-slider .bg-image:hover {
    transform: scale(1.05);
}


.bar-name-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: -2.7vw;
    z-index: 100;
    width: max-content;
}

.bar-name-wrapper h3 {
    letter-spacing: .05em;
    line-height: 1;
    font-size: clamp(2.0625rem,1.4669rem + 2.5412vi,5.4375rem);
    text-transform: uppercase;
    transition: .3s all;
    color: #FBF9EF;
}

.bar-name-wrapper p {
    font-family: "adobe-caslon-pro", serif;
    font-style: italic;
    line-height: 1.35;
    font-size: clamp(1.125rem,1.0588rem + 0.2824vi,1.5rem);
    color: #FBF9EF;
}
/* Triple Slider End */

/* Accessibility/Privacy Page Start */
.page-template-accessibility-template .article_content,
.page-template-privacy-template .article_content{
    margin-top: var(--space-75p);
    margin-bottom: 120px;
}
.page-template-accessibility-template .header-4,
.page-template-privacy-template .header-4 {
    font-size: var(--step-h4);
}
.page-template-accessibility-template .base-markdown h1, 
.page-template-accessibility-template .base-markdown h2, 
.page-template-accessibility-template .base-markdown h3, 
.page-template-accessibility-template .base-markdown h4, 
.page-template-accessibility-template .base-markdown h5, 
.page-template-accessibility-template .base-markdown h6,
.page-template-privacy-template .base-markdown h1,
.page-template-privacy-template .base-markdown h2,
.page-template-privacy-template .base-markdown h3,
.page-template-privacy-template .base-markdown h4,
.page-template-privacy-template .base-markdown h5,
.page-template-privacy-template .base-markdown h6 {
    margin-bottom: var(--space-4xs-3xs);
    margin-top: var(--space-s-m);
}
.page-template-accessibility-template .gap-2xs-xs,
.page-template-privacy-template .gap-2xs-xs {
    gap: var(--space-2xs-xs);
}
.page-template-accessibility-template .flex,
.page-template-privacy-template .flex{
    display: flex;
}
.page-template-accessibility-template .flex-col,
.page-template-privacy-template .flex-col{
    flex-direction: column;
}
.page-template-accessibility-template .article_content_left_column p.intro ,
.page-template-privacy-template .article_content_left_column p.intro {
    line-height: 1.2;
}
.page-template-accessibility-template .base-markdown ul,
.page-template-privacy-template .base-markdown ul {
    margin-block: var(--space-s-m);
    padding-left: .7em;
    list-style: disc;
}
.page-template-accessibility-template .base-markdown ul li,
.page-template-privacy-template .base-markdown ul li {
    list-style: disc;
}
.page-template-accessibility-template .base-markdown ul li::marker,
.page-template-privacy-template .base-markdown ul li::marker {
    width: 6.5px;
}
.page-template-accessibility-template .article_content,
.page-template-privacy-template .article_content {
    column-gap: var(--space-10p);
}
@media (max-width: 1000px) {
    .page-template-accessibility-template .article_content,
    .page-template-privacy-template .article_content {
        grid-template-columns: 1fr;
        row-gap: var(--space-m-l);
    }
    .page-template-accessibility-template .container,
    .page-template-privacy-template .container {
        width: 85vw;
    }
    .page-template-accessibility-template .article_content,
    .page-template-privacy-template .article_content{
        margin-bottom: 60px;
    }
}

/* Accessibility/Privacy Page End */

/* Contact Page Start */
.page-template-contact-template .info_hero_text{
    width: 50vw;
    gap: var(--space-2xs-xs);
}
.page-template-contact-template .text-section_content {
    margin-top: var(--space-75p);
}
.text-section a {
    font-size: var(--step-body);
}
.text-section_content li:has(h5) {
    padding-inline: var(--space-xs-s);
    padding-block: var(--space-xs-s);
}

.text-section_content li {
    border-bottom: none;
}
.text-section_content li:last-of-type {
    border-bottom: 1px solid #D7D7D7;
}
/* Contact Page End */
/* SiteMap Start */
.page-template-sitemap-template .sitemap {
    margin-bottom: 120px;
}
.page-template-sitemap-template .sitemap-wrapper {
    display: grid;
    row-gap: 56px;
    column-gap: 72px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-template-sitemap-template .sitemap-wrapper .title a {
    font-size: 28px;
    line-height: 34px;
}
.page-template-sitemap-template .sitemap-wrapper li:first-of-type a{
    font-size: 28px;
    line-height: 34px;
}
.page-template-sitemap-template .sitemap-wrapper li {
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.page-template-sitemap-template .info_hero {
    margin-bottom: 60px;
}

.page-template-sitemap-template .info_hero_content {
    margin-top: 0;
}
.page-template-sitemap-template .info_hero {
    padding-top: 218px;
}

@media (max-width: 769px) {

    .page-template-sitemap-template .sitemap-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 30px;
        column-gap: 56px;
    }

    .page-template-sitemap-template .info_hero {
        margin-bottom: 30px;
    }

    .page-template-sitemap-template .info_hero a,
    .page-template-sitemap-template .sitemap-wrapper li:first-of-type a {
        font-size: 18px;
        line-height: 24px;
    }

    .page-template-sitemap-template .sitemap-wrapper .title a,
    .page-template-sitemap-template .sitemap-wrapper li:first-of-type div:first-child a {
        font-size: 24px;
        line-height: 28px;
    }

    .page-template-sitemap-template .sitemap {
        margin-bottom: 60px;
    }

    .page-template-sitemap-template .info_hero {
        padding-top: 160px;
    }
}
/* SiteMap End */

/* Privacy Page Start */
.page-template-privacy-template .base-markdown {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* Privacy Page End */

/* Meet the artist Start */

.meet-the-artists {
    margin-top: 70px;
}

.meet-the-artists ul a {
    color: #d94528;
    font-size:  var(--step-body);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    transition: text-decoration-color .33s ease, color .33s ease;
}

.meet-the-artists ul{
    display: grid;
    row-gap: 2px;
    column-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meet-the-artists ul a:hover {
    text-decoration-color: #d94528;

}
.meet-the-artists .header-2{
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 600px) {
    .meet-the-artists ul{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* Meet the artist End */

/* Artworks Start */
.artworks {
    background: #151515;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FBF9EF;
}
.artworks .sub-heading{
    text-align: center;
    font-style: italic;
    margin-bottom: var(--space-2xs-xs);;
}
.artworks h2{
    text-align: center;
    margin-bottom: 65px;
}
.artworks .artworks-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: var(--space-75p);
    row-gap: var(--space-l-xl);
}

.artworks .artwork-text {
    display: flex;
    flex-direction: column;
    gap: var(--space-4xs-3xs);
    margin-top: var(--space-xs-s);;
}
.artworks .artist-name {
    line-height: 1.35;
    font-size: var(--step-caption);
    font-style: italic;
}
.artworks .additional-info {
    font-size: var(--step-caption);
}
.artworks .buy-artwork {
    font-family: 'United Sans Cond';
    font-style: normal;
    color: #FBF9EF;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: var(--space-3xs-2xs);
}

.artworks .buy-artwork span {
    position: relative;
}

.artworks .buy-artwork span::before {
	content: '';
	position: absolute;
	left: 0; 
    bottom: -5px;
	width: 0;
	height: 1.5px;
	background-color: #FBF9EF;
    transition: width 0.35s;
    display: block;
}

.artworks .buy-artwork:hover span:before {
	width: 100%;
}

.artworks .buy-artwork svg {
    width: 1.5rem;
    height: auto;
}
.artworks .load-more-button {
    background: #151515;
    border: 1px solid #464646;
    color: #fbf9ef;
    align-items: center;
    display: flex;
    font-family: 'United Sans Cond';
    font-size: var(--step-cta);
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1;
    min-height: var(--space-button-height);
    min-width: 13.5rem;
    padding: var(--space-2xs) var(--space-m-l);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-inline: auto;
    margin-top: 65px;
    transition: .3s all;
}
.artworks .load-more-button:hover {
    background: #fbf9ef;
    color: #151515;
}
.artworks .artwork-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-l-xl);
}


.artwork-column {
  flex: 1;
  position: relative;
}

.artworks .artwork-column:nth-child(2)::before,
.artworks .artwork-column:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--space-75p) / -2);
  width: 1px;
  background-color: #464646;
  transition: .3s all;
}

@media (max-width: 760px) {

    .artworks .artwork-column:nth-child(2)::before,
    .artworks .artwork-column:nth-child(3)::before {
        display: none;
    }

    .artworks .artworks-content-wrapper {
        position: relative;
    }

    .artworks .artworks-content-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #464646;
        transition: .3s all;
    }

    .artworks .artworks-content-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .artworks .last-full-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        grid-column: 1 / -1;
    }

}

.artworks .artwork-column .artwork-item:nth-child(n+4) {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
  transition: opacity 0.6s ease, visibility 0.6s ease, max-height 0.6s ease;
}

.artworks .artwork-column .artwork-item:nth-child(n+4) .buy-artwork span::before {
    height: 6px;
}

.artworks.active .artwork-column .artwork-item:nth-child(n+4) {
  opacity: 1;
  visibility: visible;
  max-height: 600px; /* adjust as needed */

}

.artworks .d-block {
    display: block !important;

}

.artworks .d-block {
    display: block !important;
}
/* Artworks End */