.site--gallery .s-prog-search {
    display: none;
}

.gallery-grid-view .view-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    /* grid-auto-rows: 200px; */
    grid-auto-flow: dense;
}

.gallery-grid-view .gallery-items {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-grid-view .gallery-items .gallery-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.gallery-grid-view .gallery-items .gallery-desc {
    /* display: none; */
}

.gallery-grid-view .gallery-items:has(> .False) {
    display: none;
}

.gallery-items:has(.gallery-img.tall) {
    grid-row: span 2;
}

.gallery-items:has(.gallery-img.wide) {
    grid-column: span 2;
}

/*today*/
.site--gallery.is-homepage .page-header {
    display: none;
}

.front-page-title {
    color: #154734;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    font-family: museo-sans, sans-serif;
    margin-top: 10px;
    text-transform: none;
}

.site--gallery.is-homepage .page-content-wrapper .field--item h3 {
    color: #B15533;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 1rem;
}

.site--gallery.is-homepage .page-content-wrapper .field--item p {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


.site--gallery.is-homepage .page-content-wrapper .field--item p a {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    font-family: museo-sans, sans-serif;
}

.site--gallery.is-homepage .page-content-wrapper .field--item p a:hover {
    opacity: 0.7;
}

.site--gallery.is-homepage .view-filters .form--inline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.site--gallery.is-homepage .view-filters .bef-exposed-form .form--inline>.form-item,
.site--gallery.is-homepage .form--inline .custom-dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site--gallery.is-homepage .form--inline label {
    width: 100%;
    color: #1E1E1E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    font-family: museo-sans, sans-serif;
}

.site--gallery.is-homepage .form--inline .form-select {
    background-image: none;
    padding: 0;
    padding-left: 5px;
    background-color: transparent;
    margin-top: 0;
    width: 130px;
    height: 24px;
    color: #1E1E1E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    font-family: museo-sans, sans-serif;
    border: none;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.site--gallery.is-homepage .form--inline .form-select:focus {
    outline: none;
}

.site--gallery.is-homepage .form--inline .form-select:focus-visible {
    outline: none;
}

.site--gallery.is-homepage .form--inline .form-select * {
    background-color: #fff;
    color: #1E1E1E;
}

.site--gallery.is-homepage .form--inline .form-select * {
    color: #1E1E1E;
}

.site--gallery.is-homepage .form--inline .form-actions {
    display: none;
}


.site--gallery.is-homepage .gallery-grid-view .view-footer .gallery-more-link {
    padding-top: 70px;
    padding-bottom: 90px;
    text-align: center;
    color: #B15533;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
}


/* Popup Background */
.gall-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(0, 0, 0, 0.7);*/
    z-index: 999;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup Window */
.popup-content {
    /*    padding: 20px;*/
    position: relative;
    max-width: 750px;
    /* max-height: 80%; */
    overflow: auto;
    text-align: center;
    /*    border-radius: 10px;*/

    margin: 0 auto;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.gall-popup-overlay .popup-content-full-w {
    background: rgba(255, 255, 255, 0.90);
}

.gall-popup-overlay .fullscreen .popup-content-full-w {
    background-color: transparent;
}

.popup-content .thumbnail-slider,
.popup-content .popup-back-gall-link {
    display: none;
}

.popup-content.fullscreen .popup-back-gall-link {
    display: block;
}

.popup-content.fullscreen .thumbnail-slider {
    display: block;
    min-height: 200px;
    position: relative;
}

/* .popup-content .thumbnail-slider .slick-track {
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 20px;
    justify-content: flex-start;
} */

.popup-content .thumbnail-slider.static-thumbnails .slick-track {
    /* justify-content: center; */
    transform: none !important
}

.popup-content .thumbnail-slider .slick-track {
    display: flex;
    gap: 20px;
}

.popup-content.fullscreen .thumbnail-slider .slick-list {
    overflow: hidden;
    padding: 0 12.5px;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.popup-content .thumbnail-slider .slick-slide {
    /* width: calc(25% - 25px) !important; */
    height: 150px;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    /* display: flex;
  justify-content: center;
  flex: 0 0 calc(25% - 20px); */
    box-sizing: border-box;
}

.popup-content .thumbnail-slider .slick-slide:last-child {
    margin-right: 0;
}


.popup-content .thumbnail-slider .slick-slide.slick-current.slick-active {
    border: 1px solid #B15533;
    background: rgba(0, 0, 0, 0.05);
}

.popup-content.fullscreen .thumbnail-slider .slick-prev.slick-arrow {
    background: url(/themes/custom/trent_subtheme/images/arrow_back_ios.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    left: 0;
    top: 80px;
    z-index: 1111;
}

.popup-content.fullscreen .thumbnail-slider .slick-next.slick-arrow {
    background: url(/themes/custom/trent_subtheme/images/arrow_forward_ios.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    right: 0;
    top: 80px;
    z-index: 1111;
}

.popup-content.fullscreen .thumbnail-slider .slick-prev.slick-arrow:before,
.popup-content.fullscreen .thumbnail-slider .slick-next.slick-arrow:before {
    content: '';
}

@media only screen and (max-width: 767px) {
    .popup-content .thumbnail-slider .slick-slide {
        height: 100px !important;
    }

    .popup-content.fullscreen .thumbnail-slider {
        padding: 40px 0;
    }

    .popup-content .main-slider .slick-slide.slick-current.slick-active {
        width: 100vw !important;
    }

    .popup-content .gall-zoom-controls {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 480px) {
    .popup-content .thumbnail-slider .slick-track {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        row-gap: 25px;
    }

    .popup-content .thumbnail-slider .slick-slide {
        width: calc(25% - 20px) !important;
        margin: 0 10px;

    }
}

.popup-content .thumbnail-slider .slick-slide.slick-active img {
    margin: 0 auto;
}

/* .popup-content .main-slider .slick-slide.slick-current.slick-active {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 750px !important;

} */

.popup-content .main-slider .slick-slide.slick-current.slick-active img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.popup-content.fullscreen .main-slider .slick-slide.slick-current.slick-active img {
    width: 100%;

}

.popup-content.fullscreen .main-slider .slick-slide.slick-current.slick-active {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1210px !important;
    width: 100vw !important;
    flex-direction: column;
    height: 100%;
    ;
}

.popup-content .main-slider .slick-slide.slick-current.slick-active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    max-width: 750px !important
}

.popup-content .main-slider .slick-slide.slick-current.slick-active .image-content {
    width: 100%;
    background: #F9F7F8;
    /* padding-bottom: 40px; */
    overflow: hidden;
    padding-top: 30px;
}



/* .single-img-item .popup-content.fullscreen .thumbnail-slider .slick-slide.slick-current img{
    width: 100%!important;
    max-width: 100%!important;
} */

.popup-content .main-slider .slick-track {
    display: flex;
    align-items: center;
}

.popup-content.fullscreen {
    max-height: 100vh !important;
}

/* Close Button */
.gall-close-popup {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 1;
    width: 100%;
    background: #F9F7F8;
    height: 30px;
    text-align: right;
    padding-right: 15px;
}

/* Image Container */
.gall-popup-img-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
    /* background-color: #F9F7F8; */
}

.gall-popup-img-container .main-slider.slick-initialized {
    margin: 0 auto;
}

.gall-popup-img-container img {
    max-width: 100%;
    max-height: 60vh;
    transition: transform 0.3s ease-in-out;
    object-fit: contain;

}

/* Controls */
/* .popup-content.fullscreen .gall-zoom-controls {
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 15px;
    bottom: 305px;
} */

.popup-content .gall-zoom-controls {
    display: none;
}

.popup-content .slider-item.slick-slide.slick-current.slick-active .gall-zoom-controls {
    display: block;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    position: relative;
    padding: 15px;
    order: 2;
    background: #F9F7F8;
    /* margin-top: -35px; */
}

.popup-content.fullscreen .gall-zoom-controls {
    background-color: transparent;
}

.gall-zoom-controls img {
    border: 1px solid #DBDBDB;
    cursor: pointer;
}

.gall-zoom-controls button {
    padding: 8px 12px;
    margin: 5px;
    cursor: pointer;
}

/* .gall-zoom-controls #full-toggle {
    float: right;
} */

/* Fullscreen */
.gall-popup-overlay .fullscreen {
    top: 0;
    left: 0;
    /*    background: rgba(0, 0, 0, 0.9);*/
    display: flex;
    align-items: normal;
    justify-content: center;
    z-index: 1000;
    /* flex-direction: column; */
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.90); */
}

.gallery-popup-OuterWrapper.active {
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.9); */
    display: flex;
    align-items: normal;
    justify-content: center;
    z-index: 1000;
    /* flex-direction: column; */
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
}

.gall-popup-overlay .fullscreen .popup-content-full-w {
    max-width: 1210px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* max-height: 80vh; */
    position: relative;
}

/* .gall-popup-overlay .fullscreen .gall-popup-img-container {
    height: calc(100% - 150px);
    max-height: calc(100% - 150px);
} */

.gall-popup-overlay .fullscreen img {
    max-width: 100%;
    /*    max-height: 100vh;*/
    height: 100%;
}

/* .gall-popup-overlay .fullscreen .gallery-desc {
    height: 160px;
} */

/* Popup Background end*/

.gall-popup-overlay .gallery-desc {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 15px 15px;
    column-gap: 15px;
}

.gall-popup-overlay .gallery-desc {
    padding: 0 5px 15px;
    display: none;
}

.gall-popup-overlay .slick-active .gallery-desc {
    display: block;
    display: flex;
    width: 100%;
    z-index: 1;
    padding: 30px 15px;
    order: 3;
}

.gall-popup-overlay .gallery-desc .gallery-artist-wrap {
    text-align: right;
}

.gallery-title-wrap .gallery-title,
.gallery-artist-wrap .gallery-artist a,
.gallery-next-artist span {
    color: #B15533;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.gallery-artist-wrap .gallery-artist a {
    text-decoration: underline;
}

.gallery-title-wrap .gallery-body,
.gallery-title-wrap .gallery-spec {
    color: #646464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.gallery-title-wrap .gallery-body p,
.gallery-desc .gallery-title-wrap .gallery-spec p {
    margin-bottom: 0;
}

.gallery-artist-wrap .gallery-artist span {
    color: #646464;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}


.gallery-artist-wrap .gallery-loc {
    color: #B15533;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.gallery-artist-wrap .gallery-loc span {
    color: #646464;
}

.block-views-blockgallery-block-1 {
    position: relative;
}

.popup-content .gall-zoom-controls #full-toggle {
    position: absolute;
    right: 15px;
    display: none;
}

.popup-content.fullscreen .gall-zoom-controls #full-toggle:before {
    content: "";
    position: absolute;
    background: url(/themes/custom/trent_subtheme/images/fullscreen_exit.svg);
    width: 24px;
    height: 24px;
    left: -25px;
    top: 0;
    border: 1px solid #DBDBDB;
    cursor: pointer;
}

.popup-content.fullscreen .gall-zoom-controls #full-toggle img {
    display: none;
}



/*artist page css*/
.page-wrapper.gallery-page-wrapper h1.page-header {
    display: none;
}

.site--gallery .gallery-page-wrapper .interior-page-wrap .page-content-wrapper {
    padding-top: 12px;
}

.gallery-page-wrapper .page-top-content-wrap {
    display: block !important;
}

.gallery-page-wrapper .artist-profilep-weburl a {
    display: block;
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.artist-related-viewsec .gallery-back-link a:hover {
    color: #773922;
}

.gallery-page-wrapper .artist-profilep-weburl span {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.gallery-page-wrapper .page-top-content-wrap .top-section-title h2 {
    color: #B15533;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    font-family: museo-sans, sans-serif;
    margin-bottom: 0;
    margin-top: 18px;
    display: inline-block;
}

.gallery-page-wrapper .gallery-artist .artist-profilep-img img {
    margin-bottom: 0;
}

.gallery-page-wrapper .page-top-content-wrap .top-section-title h2 span {
    color: #154734;
}

.site--gallery .page-breadcrumb {
    display: none;
}

.gallery-artist {
    margin-bottom: 4px;
}

.gallery-artist .field--type-text-with-summary p {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 22px;
}


.gallery-artist .field--name-field-artist-website-url {
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.artist-related-viewsec .view-header {
    color: #154734;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
    padding-top: 26px;
}

.artist-related-viewsec .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.artist-related-viewsec .view-content .artist-view-row {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
}


.artist-related-viewsec .artistp-image-wrapper .artistp-img {
    border: 1px solid #b8b8b8;
    background-color: #FFF;
    text-align: center;
    height: 408px;
    display: flex;
    justify-content: center;
}

.artist-related-viewsec .artistp-image-wrapper .artistp-img img {
    object-fit: contain;
    width: 100%;
}

.artist-related-viewsec .artistp-desc-wrap .artistp-title {
    color: #154734;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 15px 0 8px;
}

.artist-related-viewsec .artistp-desc-wrap .artistp-desc,
.artist-related-viewsec .artistp-desc-wrap .artistp-spec {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;

}

.artist-related-viewsec .artistp-desc-wrap .artistp-desc p,
.artist-related-viewsec .artistp-desc-wrap .artistp-spec p {
    margin-bottom: 0;
}

.artist-related-viewsec .artistp-desc-wrap .artistp-loc {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: underline;
}

.artist-related-viewsec .gallery-back-link a {
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;

}

.artist-related-viewsec .view-footer {
    padding: 45px 0 80px 0;
}

.site--gallery #highlighted {
    display: none;
}


/*collection page css*/
.site--gallery .interior-page-wrap .page-content-wrapper {
    padding-top: 48px;
}

.site--gallery .inner-student-wrap .page-header {
    display: block;
    color: #154734;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.gallery-collection .field--name-field-collection-subtitle p {
    color: #B15533;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}

.gallery-collection .field--type-text-with-summary p {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;

}

.gallery-collection .para-img-caption-wrap {
    max-width: 42%;
    padding-top: 16px;
}

.p-img-collection-bottom-text hr {
    margin-top: 55px;
    margin-bottom: 40px;
}

.gallery-collection .para-img-caption-wrap .p-img-caption-caption p,
.gallery-collection .para-img-collection-wrap .p-img-collection-subtitle p,
.gallery-collection .p-img-collection-bottom-text p {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.gallery-collection .para-img-caption-wrap .p-img-caption-caption p {
    margin-top: 15px;
}

.gallery-collection .para-img-caption-wrap .p-img-caption-img img {
    margin-bottom: 0;
}

.para-img-collection-wrap .p-img-collection-subtitle p {
    margin-bottom: 32px;
}

.gallery-collection .paragraph-one-col-text-innerwrap {
    border-top: none;
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.gallery-collection .paragraph-one-col-text-innerwrap p {
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.gallery-collection .para-img-collection-wrap .p-img-collection-title {
    color: #B15533;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 32px;
}

.gallery-collection .p-img-collection-bottom-text p {
    margin-top: 32px;
}

.back-to-gallery-link a {
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 80px;

}

.back-to-gallery-link a:hover,
.gallery-page-wrapper .artist-profilep-weburl a:hover {
    color: #773922;
}






/*gallery collection sec*/

.gallery-collection .p-img-collection-img-inner-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    /* grid-auto-rows: 200px; */
    grid-auto-flow: dense;
}


.gallery-collection .para-img-collection-items-wrap img {
    width: 100%;
    height: 100%;
    cursor: unset;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    object-fit: cover;

}

.para-img-collection-items-wrap.collection-img-type--tall {
    grid-row: span 2;
}

.para-img-collection-items-wrap.collection-img-type--wide {
    grid-column: span 2;
}

.para-img-collection-items-wrap {
    border: 1px solid #b8b8b8;
    background-color: rgba(0, 0, 0, 0.5);
}

/*gallery collection sec*/




@media only screen and (min-width: 992px) {
    .gall-popup-overlay .popup-content {
        min-width: 750px;
    }

    .site--gallery .gallery-artist .field--name-body {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .para-img-collection-items-wrap.collection-img-type--wide {
        grid-column: span 1;
    }

    .front-page-title {
        font-size: 42px;
        line-height: 42px;
    }

    .front-page-title br {
        display: none;
    }


}

@media only screen and (max-width: 767px) {
    .gall-popup-overlay .gallery-desc {
        flex-direction: column;
    }

    .gall-popup-overlay .gallery-desc .gallery-artist-wrap {
        text-align: left;
        padding-top: 15px;
    }

    .artist-related-viewsec .view-content .artist-view-row {
        max-width: 100%;
        width: 100%;
    }

    .artist-related-viewsec .view-footer {
        padding: 30px 0 0px 0;
    }

    .gallery-collection .para-img-caption-wrap {
        max-width: 100%;
    }

    .gallery-collection .field--name-field-collection-subtitle p br {
        display: none;
    }

    .back-to-gallery-link a {
        margin-bottom: 0;
    }

    .site--gallery.is-homepage .gallery-grid-view .view-footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .site--gallery .gallery-artist.gallery-artist-spage {
        width: 100% !important;
        float: none !important;
        margin-right: 0px !important;
        padding-bottom: 50px;
    }

    .site--gallery .gallery-artist.gallery-artist-spage .back-gallery-link {
        bottom: 50px !important;
    }

    /* .site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap .top-section-title h2{
        max-width: 100%!important;
    } */
    .site--gallery .gallery-artist.gallery-artist-spage .content {
        padding-bottom: 0 !important;
    }

    .popup-content .main-slider .slick-slide.slick-current.slick-active .image-content{
        padding-top: 0;
    }

}


.site--gallery .gallery-artist.gallery-artist-spage {
    position: static;
    width: 30%;
    float: left;
    margin-right: 47px;
}

/* .site--gallery .gallery-artist .field--name-body {
    width: 80%;
} */

.site--gallery .artist-related-viewsec {
    padding-bottom: 70px;
}

.site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap,
.site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap h2 {
    margin-top: 0;

}

.site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap h2 {
    max-width: 100%;
    margin-bottom: 23px;
}

.site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap h2 span {
    display: block;
}

/* .site--gallery .gallery-artist.gallery-artist-spage .artist-profilep-weburl{
    display: none;
} */

.site--gallery .gallery-artist.gallery-artist-spage .page-top-content-wrap h2 span:nth-child(2) {
    color: #B15533 !important;

}

.site--gallery .gallery-artist.gallery-artist-spage .back-gallery-link {
    position: absolute;
    bottom: 90px;

}

.site--gallery .gallery-artist.gallery-artist-spage .content {
    padding-bottom: 130px;
}

.site--gallery .gallery-artist.gallery-artist-spage .back-gallery-link a {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}

.site--gallery .gallery-grid-view .gallery-items .full-image-gal {
    display: none;
}

.site--gallery .popup-content .popup-back-gall-link .gall-close-popup {
    position: static;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #B15533;
    text-decoration: underline;
    padding: 20px 20px 30px;
}

/* No Image found section */

.view-empty {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

/* No Image found section */