    /*!
    Theme Name: Curatorial & Co

    Description: Description
    Version: 1.0.0
    Tested up to: 5.4
    Requires PHP: 5.6
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: curatorial-co
    Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned.

    Normalizing styles have been helped along thanks to the fine work of
    Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
    */

    /*--------------------------------------------------------------
    >>> TABLE OF CONTENTS:
    ----------------------------------------------------------------
    # Generic
        - Normalize
        - Box sizing
    # Base
        - Typography
        - Elements
        - Links
        - Forms
    ## Layouts
    # Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
    # plugins
        - Jetpack infinite scroll
    # Utilities
        - Accessibility
        - Alignments

    --------------------------------------------------------------*/

    /*--------------------------------------------------------------
    # Generic
    --------------------------------------------------------------*/

    /* Normalize
    --------------------------------------------- */

    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

    /* Document
        ========================================================================== */

    /**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
    }

    /* Sections
        ========================================================================== */

    /**
    * Remove the margin in all browsers.
    */
    body {
        margin: 0;
    }

    /**
    * Render the `main` element consistently in IE.
    */
    main {
        display: block;
    }

    /**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    /* Grouping content
        ========================================================================== */

    /**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    /**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    /* Text-level semantics
        ========================================================================== */

    /**
    * Remove the gray background on active links in IE 10.
    */
    a {
        background-color: transparent;
    }

    /**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
    }

    /**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
    b,
    strong {
        font-weight: bolder;
    }

    /**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    /**
    * Add the correct font size in all browsers.
    */
    small {
        font-size: 80%;
    }

    /**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    /* Embedded content
        ========================================================================== */

    /**
    * Remove the border on images inside links in IE 10.
    */
    img {
        border-style: none;
    }

    /* Forms
        ========================================================================== */

    /**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    /**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
    button,
    input {
        overflow: visible;
    }

    /**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
    button,
    select {
        text-transform: none;
    }

    /**
    * Correct the inability to style clickable types in iOS and Safari.
    */
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }

    /**
    * Remove the inner border and padding in Firefox.
    */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
    * Restore the focus styles unset by the previous rule.
    */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    /**
    * Correct the padding in Firefox.
    */
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }

    /**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *		`fieldset` elements in all browsers.
    */
    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }

    /**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
    progress {
        vertical-align: baseline;
    }

    /**
    * Remove the default vertical scrollbar in IE 10+.
    */
    textarea {
        overflow: auto;
    }

    /**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    /**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }

    /**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    /**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }

    /* Interactive
        ========================================================================== */

    /*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
    details {
        display: block;
    }

    /*
    * Add the correct display in all browsers.
    */
    summary {
        display: list-item;
    }

    /* Misc
        ========================================================================== */

    /**
    * Add the correct display in IE 10+.
    */
    template {
        display: none;
    }

    /**
    * Add the correct display in IE 10.
    */
    [hidden] {
        display: none;
    }

    /* Box sizing
    --------------------------------------------- */

    /* Inherit box-sizing to more easily change it's value on a component level.
    @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }

    html {
        box-sizing: border-box;
    }

    /*--------------------------------------------------------------
    # Base
    --------------------------------------------------------------*/

    /* Typography
    --------------------------------------------- */
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: #404040;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
    }

    p {
        margin-bottom: 1.5em;
    }

    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }

    blockquote {
        margin: 0 1.5em;
    }

    address {
        margin: 0 0 1.5em;
    }

    pre {
        background: #eee;
        font-family: "Courier 10 Pitch", courier, monospace;
        line-height: 1.6;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em;
    }

    code,
    kbd,
    tt,
    var {
        font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    }

    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }

    mark,
    ins {
        background: #fff9c0;
        text-decoration: none;
    }

    big {
        font-size: 125%;
    }

    /* Elements
    --------------------------------------------- */
    body {
        background: #fff;
    }

    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }

    ul,
    ol {
        margin: 0 0 1.5em 3em;
    }

    ul {
        list-style: disc;
    }

    ol {
        list-style: decimal;
    }

    li > ul,
    li > ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin: 0 1.5em 1.5em;
    }

    /* Make sure embeds and iframes fit their containers. */
    embed,
    iframe,
    object {
        max-width: 100%;
    }

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

    figure {
        margin: 1em 0;
    }

    table {
        margin: 0 0 1.5em;
        width: 100%;
    }

    /* Links
    --------------------------------------------- */
    a {
        color: var(--color-black);
        text-decoration: underline;
    }

    a:hover,
    a:focus,
    a:active {
        color: var(--color-dark-gray);
    }

    a:focus {
        outline: none;
    }

    a:hover,
    a:active {
        outline: 0;
        box-shadow: none;
    }

    /* Forms
    --------------------------------------------- */
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 1px solid;
        border-color: #ccc #ccc #bbb;
        border-radius: 3px;
        background: #e6e6e6;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1;
        padding: 0.6em 1em 0.4em;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        border-color: #ccc #bbb #aaa;
    }

    button:active,
    button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
        border-color: #aaa #bbb #bbb;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        color: #666;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #111;
    }

    select {
        border: 1px solid #ccc;
    }

    textarea {
        width: 100%;
    }

    /*--------------------------------------------------------------
    # Layouts
    --------------------------------------------------------------*/

    /*--------------------------------------------------------------
    # Components
    --------------------------------------------------------------*/

    /* Navigation
    --------------------------------------------- */
    .main-navigation {
        display: block;
        width: 100%;
    }

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
    }

    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto;
    }

    .main-navigation ul ul a {
        width: 200px;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation a {
        display: block;
        text-decoration: none;
    }

    /* Small menu. */
    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
    }

    @media screen and (min-width: 37.5em) {

        .menu-toggle {
            display: none;
        }

        .main-navigation ul {
            display: flex;
        }
    }

    .site-main .comment-navigation,
    .site-main
    .posts-navigation,
    .site-main
    .post-navigation {
        margin: 0 0 1.5em;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: flex;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        flex: 1 0 50%;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        text-align: end;
        flex: 1 0 50%;
    }

    /* Posts and pages
    --------------------------------------------- */
    .sticky {
        display: block;
    }

    .post,
    .page {
        margin: 0 0 1.5em;
    }

    .updated:not(.published) {
        display: none;
    }

    .page-content,
    .entry-content,
    .entry-summary {
        margin: 1.5em 0 0;
    }

    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }

    /* Comments
    --------------------------------------------- */
    .comment-content a {
        word-wrap: break-word;
    }

    .bypostauthor {
        display: block;
    }

    /* Widgets
    --------------------------------------------- */
    .widget {
        margin: 0 0 1.5em;
    }

    .widget select {
        max-width: 100%;
    }

    /* Media
    --------------------------------------------- */
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    /* Make sure logo link wraps around logo image. */
    .custom-logo-link {
        display: inline-block;
    }

    /* Captions
    --------------------------------------------- */
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

    .wp-caption-text {
        text-align: center;
    }

    /* Galleries
    --------------------------------------------- */
    .gallery {
        margin-bottom: 1.5em;
        display: grid;
        grid-gap: 1.5em;
    }

    .gallery-item {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr);
    }

    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
    }

    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
    }

    .gallery-caption {
        display: block;
    }

    /*--------------------------------------------------------------
    # Plugins
    --------------------------------------------------------------*/

    /* Jetpack infinite scroll
    --------------------------------------------- */

    /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
    .infinite-scroll .posts-navigation,
    .infinite-scroll.neverending .site-footer {
        display: none;
    }

    /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
    .infinity-end.neverending .site-footer {
        display: block;
    }

    /*--------------------------------------------------------------
    # Utilities
    --------------------------------------------------------------*/

    /* Accessibility
    --------------------------------------------- */

    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

    /* Do not show the outline on the skip link target. */
    #primary[tabindex="-1"]:focus {
        outline: 0;
    }

    /* Alignments
    --------------------------------------------- */
    .alignleft {

        /*rtl:ignore*/
        float: left;

        /*rtl:ignore*/
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }

    .alignright {

        /*rtl:ignore*/
        float: right;

        /*rtl:ignore*/
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }


    /* Slick Slider CSS */
    .slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

    /* Theme CSS Starts Here */

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



    :root {
        --font-body: 'Apercu Pro', sans-serif;
        --color-background: #fff;
        --color-border: #e5e5e5;
        --color-black: #000000;
        --color-white: #FFFFFF;
        --color-dark-gray: #8C8C8C;
        --color-mid-gray: #CCCCCC;
        --color-light-gray: #F0F0F0;
    }

    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .post, .page {
        margin: 0;
    }
    body {
        font-family: var(--font-body);
        color: var(--color-black);
        background-color: var(--color-background);
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
    }
    .site-wrapper {
        overflow: hidden;
        position: relative;
        z-index: 9;
    }
    body.nav-open {
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: var(--font-body);
        font-weight: 400;
        line-height: 1.2;
        margin: 0;
    }
    h1 {
        font-size: 128px;
        line-height: 1;
    }
    h2 {
        font-size: 42px;
        line-height: 1.238095238095238;
    }
    h3 {
        font-size: 42px;
        line-height: 1.238095238095238;
    }

    .container {
        max-width: 1316px;
        margin: 0 auto; 
        padding: 0 30px;
    }
    .site-loader {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--color-black);
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .site-loader.hide {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    .main-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 46px 128px 46px 50px;
        position: relative;
    }
    .sticky_right_image {
        position: fixed;
        top: 49px;
        right: 50px;
        width: 27px;
        z-index: 1;
        display: block;
        margin: 0;
    }
    .sticky_right_image img {
        display: block;
        width: 100%;
    }
    .header-right-container {
        display: flex;
        align-items: center;
        gap: 19px;
    }

    .header-left, .header-center, .header-right {
        display: flex;
        align-items: center;
        gap: 0;
    }
    .header-center ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header-center ul li {
        display: inline-block;
        padding: 0;
        margin: 0 13px;
    }
    .header-center ul li .nav-link {
        padding: 4px 5px;
        display: block;
    }
    .nav-link {
        padding: 0;
        transition: color 0.3s;
    }

    .header-left .nav-link {
        padding: 4px 6px 3px 5px;
        margin-right: 8px;
    }
    .nav-link:hover {
        color: var(--color-dark-gray);
    }

    .nav-link.active {
        background-color: var(--color-black);
        color: var(--color-white);
    }
    .header-center ul li .nav-link.active {
        background-color: var(--color-mid-gray);
        color: var(--color-black);
    }
    .search-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--color-white);
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        display: none;
    }
    .close-search-overlay {
        display: block;
        position: absolute;
        right: 50px;
        top: 40px;
    }
    .search-overlay .container {
        max-width: 700px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .search-overlay form {
        position: relative;
    }
    .search-overlay input[type="text"], .search-overlay input[type="email"], .search-overlay input[type="url"], .search-overlay input[type="password"], .search-overlay input[type="search"], .search-overlay input[type="number"], .search-overlay input[type="tel"], .search-overlay input[type="range"], .search-overlay input[type="date"], .search-overlay input[type="month"], .search-overlay input[type="week"], .search-overlay input[type="time"], .search-overlay input[type="datetime"], .search-overlay input[type="datetime-local"], .search-overlay input[type="color"], .search-overlay textarea {    height: 51px;
        width: 100%;
        display: block;
        border: 1px solid var(--color-black);
        border-radius: 0;
        padding: 5px 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
        outline: none !important;
        box-shadow: none !important;
    }
    .search-overlay .search-submit {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: var(--color-black);
        color: var(--color-white);
        border-radius: 0;
        padding: 12px 10px;
        border: none;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: absolute;
        right: 0;
        top: -1px;
        height: 53px;
        width: 100px;
    }
    .search-overlay .search-submit:hover {
        background: var(--color-mid-gray);
        color: var(--color-black);
    }

    .icon-button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: relative;
        top: -1px;
        width: 45px;
    }
    .search-icon {
        position: relative;
        top: 0;
    }
    .cart-icon {
        margin-left: 30px;
    }
    .icon-button svg {
        width: 23px;
        height: 23px;
        stroke: var(--color-black);
        stroke-width: 1.5px;
    }

    .mobile-menu-toggle {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    .hero {
        text-align: left;
        padding: 103px 0 63px;
    }

    .hero h1 {
        margin-bottom: 128px;
    }
    .hero figure {
        margin: 0;
        padding: 0;
    }
    .hero figure img {
        width: 100%;
        display: block;
    }
    .intro-text {
        text-align: center;
        padding: 4rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .intro-text figure {
        margin: 0 auto;
        display: block;
        max-width: 52px;
    }
    .intro-text figure img {
        display: block;
        width: 100%;
    }

    .intro-text p {
        font-family: var(--font-serif);
        font-size: 42px;
        line-height: 1.238095238095238;
        max-width: 800px;
        margin-bottom: 31px;
    }

    .content-section {
        padding: 73px 0;
        overflow: hidden;
    }

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 71px;
    }

    .see-all-link {
        font-weight: 400;
        position: relative;
        top: -5px;
        color: var(--color-dark-gray);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .see-all-link::after {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    .see-all-link:hover {
        opacity: 0.7;
    }

    .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -62px;
    }
    .grid-container.slick-slider {
        display: block;
    }
    .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0 62px;
        width: 100%;
    }
    .slick-slide.grid-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-item p {
        padding-top: 32px;
    }
    .grid-img-wrap {
        position: relative;
    }
    .grid-img-wrap .on-hold-badge {
        bottom: -50px !important;
        right: 0 !important;
    }
    .date {
        display: inline-block;
        background: var(--color-light-gray);
        padding: 4px 5px;
        margin-bottom: 13px;
        font-weight: 400;
    }
    .grid-item a {
        display: block;
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }
    .grid-item h3 {
        font-size: 1.5rem;
        margin: 0.25rem 0 31px;
    }
    .grid-item .artist {
        display: block;
    }

    .grid-item figure {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .grid-item figure img {
        width: 100%;
        display: block;
        transition: transform 0.4s ease;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
    }
    .grid-item a:hover {
        color: var(--color-dark-gray);
    }
    .grid-item a:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }



    .artwork-types {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .type-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.25%;
        flex: 0 0 41.25%;
        max-width: 41.25%;
    }
    .artwork-types-section {
        padding: 183px 0;
    }
    .artwork-types h3 {
        font-size: 42px;
        line-height: 1.238095238095238;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 4px;
        position: relative;
        padding-right: 30px;
        margin-bottom: 32px;
    }
    .artwork-types h3::after {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 15px;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .artwork-types figure {
        margin: 0 0 32px;
        padding: 0;
        overflow: hidden;
    }
    .artwork-types figure img {
        width: 100%;
        display: block;
        transition: transform 0.4s ease-in-out;
        -webkit-transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -ms-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
    }
    .artwork-types p {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.238095238095238;
    }
    .artwork-types a {
        text-decoration: none;
        display: block;
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }
    .artwork-types a:hover {
        color: var(--color-dark-gray);
    }
    .artwork-types a:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    /* Slider */
    .slider-component {
        padding-bottom: 4rem;
    }

    .slider-wrapper {
        position: relative;
        padding: 0;
        margin: 0 -16px;
    }
    .slider-wrapper .slide {
        padding: 0 16px;
    }
    .slider-wrapper .slide figure {
        margin: 0;
        overflow: hidden;
    }
    .slider-wrapper .slide figure img {
        display: block;
        transition: transform 0.4s ease;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
    }
    .slider-wrapper .slide a {
        display: block;
    }
    .slider-wrapper .slide a:hover {
        color: var(--color-dark-gray);
    }
    .slider-wrapper .slide a:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .slide-caption {
        margin-top: auto; /* Pushes caption to the bottom */
        padding-top: 1rem;
        text-align: left;
    }

    .slide-category {
        color: var(--color-dark-gray);
        font-weight: 400;
        font-size: 18px;
        line-height: 1.238095238095238;
        margin: 0;
    }
    .slide-title {
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
        margin: 0;
        color: var(--color-black);
    }
    .slide-price {
        color: var(--color-black);
        margin: 0;
        display: blocks;
    }

    .artist-slide .slide-caption h4 {
        font-family: var(--font-sans);
        font-size: 1rem;
        font-weight: 500;
        color: var(--color-black);
    }

    .artist-slide img {
        aspect-ratio: 1/1;
    }
    .slick-slide {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .slick-initialized .slick-slide {
        display: inline-block;
    }



    /* Custom styles for new sliders */
    .insight-slide .slide-caption, .insta-slide .slide-caption {
        text-align: left;
    }

    .insight-slide .date {
        font-size: 12px;
        color: var(--color-dark-gray);
    }
    .insight-slide h3 {
        font-size: 1.5rem;
        margin: 0.25rem 0;
    }
    .insight-slide .description {
        font-size: 0.9rem;
        margin-top: 1rem;
        color: var(--color-dark-gray);
    }

    .insta-slide img {
        aspect-ratio: 1/1;
    }
    .insta-slide p {
        font-size: 0.9rem;
        color: var(--color-dark-gray);
    }


    /* Custom Arrows */

    .slick-arrow {
        width: 244px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        z-index: 1;
        border: none;
        border-radius: 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }
    .slick-arrow::before {
        width: 64px;
        height: 64px;
        content: "";
        display: block;
        background: var(--color-black) url(images/slider-arrow-white.svg) no-repeat center center;
        background-size: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .slick-arrow.slick-prev::before {
        transform: translate(-50%, -50%) rotate(180deg);
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
    }
    .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }
    .slick-arrow.slick-disabled {
        display: none !important;
    }
    .slick-arrow:hover:before {
        background-color: var(--color-dark-gray);
    }


    /* Make all slides equal height */


    /* Subscribe & Consultancy */
    .subscribe-sec {
        padding: 193px 0 63px;
    }
    .consultancy_sec {
        padding: 64px 0 183px;
    }
    .subscribe-sec .container, .consultancy_sec .container {
        max-width: 1130px;
    }
    .subscribe .subscription-form, .subscribe .gform_wrapper {
        max-width: calc(100% - 341px);
        display: inline-block;
        vertical-align: top;
        padding-left: 120px;
    }
    .subscribe .subscription-form .gform_wrapper {
        max-width: 100% !important;
        display: block;
        padding-left: 0;
    }
    .subscribe form h3 {margin-bottom: 1.5rem; }
    .subscribe label { font-size: 18px !important; margin-bottom: 0.25rem; }
    .subscribe input[type="text"], .subscribe input[type="email"] {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid var(--color-black);
        margin-bottom: 1rem;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }
    [type="checkbox"], [type="radio"] {
        border: 1px solid var(--color-dark-gray);
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }
    .subscribe figure, .consultancy_sec figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 336px;
    }
    .checkbox-group { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
    .subscribe-btn {
        background: var(--color-black);
        color: var(--color-white);
        border: none;
        padding: 0.75rem;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 1rem;
        align-self: flex-start;
    }
    .consultancy-text {
        max-width: calc(100% - 341px);
        display: inline-block;
        vertical-align: top;
        padding-left: 120px;
    }
    .consultancy-text h3 {
        position: relative;
        margin-bottom: 32px;
    }
    .consultancy-text h3 a {
        display: inline-block;
        text-decoration: underline;
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }
    .consultancy-text p {
        font-size: 24px;
    }
    .consultancy-text h3 a::after {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
        position: absolute;
        top: 21px;
        right: 0;
    }
    .consultancy-text p + h3 {
        padding-top: 36px;
    }
    .consultancy-text p + h3 a::after {
        display: none;
    }
    .featured-artists-section .slide-title {
        font-size: 24px;
    }
    .featured-artists-section .slick-slide {
        vertical-align: middle;
    }


    /* Footer */
    .main-footer-bottom {
        padding: 181px 0 0;
        position: relative;
    }
    .footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 960px;
        padding-bottom: 50px;
    }
    .link-column {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .link-column a {
        font-size: 18px;
        line-height: 1.238095238095238;
        color: var(--color-dark-gray);
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        margin-bottom: 8px;
    }
    .link-column a:hover {
        color: var(--color-black);
    }
    .back-to-top {
        background: url(images/back-to-top-arrow.svg) no-repeat center center;
        background-size: 100%;
        width: 13px;
        height: 53px;
        display: block;
        position: fixed;
        right: 56px;
        bottom: 187px;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        display: none;
    }
    .back-to-top:hover {
        opacity: 0.7;
    }
    .back-to-top.active {
        display: block;
    }
    .footer-logo {
    display: block;
    margin: 0;
    }
    .footer-logo img {
        display: block;
        width: 100%;
    }

    /* Mobile Nav */
    .mobile-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: var(--color-background);
        z-index: 2000;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        display: flex;
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    .mobile-nav.is-open {
        transform: translateX(0);
    }
    .mobile-nav .nav-link {
        font-size: 26px;
        font-weight: 400;
        display: inline-block;
    }
    .mobile-nav .nav-link.active {
        background-color: var(--color-mid-gray);
        color: var(--color-black);
        padding: 3px 5px;
    }
    /* .close-menu-btn {
        position: absolute;
        top: 2rem;
        right: 1.5rem;
    } */
       /* .close-menu-btn {
        position: absolute;
        top: 2rem;
        right: 1.5rem;
    } */
    .mobile-nav-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-nav .artwork-types {
        color: var(--color-white);
    }
    .mobile-nav .artwork-types h3 {
        color: var(--color-white);
    }
    .mobile-nav .artwork-types p {
        color: var(--color-white);
    }
    .mobile-nav .artwork-types figure img {
        color: var(--color-white);
    }
    .mobile-nav .artwork-types figure {
        color: var(--color-white);
    }
    .mobile-nav .artwork-types figure img {
        color: var(--color-white);
    }
    .mobile-nav-header-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #8C8C8C;
    }
    a.header-logo {
        max-width: 219px;
    }
    .mobile-nav-header
    {
        margin-bottom: 20px;
    }
    .mobile-nav .artwork-types.front-screen-two-col-types {
        max-width: 100%;
        margin: 0 auto;
        opacity: 1 !important;
    }
    .mobile-nav .icon-button:not(.close-menu-btn)
    {
           width: 25px;
    }
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease;
    }
    .nav-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
    .header-left .header-logo
    {
        display: none;
    }
    /* Responsive */
    @media (max-width: 1024px) {
        .main-header {
            padding: 1rem 2rem;
        }
        .sidebar-text {
            display: none;
        }
        .header-center {
            display: none;
        }
        .mobile-menu-toggle {
            display: flex;
            flex-direction: column;
            gap: 5px;
            background-color: #000;
            border-radius: 0;
            color: #fff;
            padding: 16px 14px;
            height: 48px;
            width: 48px;
        }
        .mobile-menu-toggle span {
            display: block;
            width: 20px;
            height: 2px;
            background-color: var(--color-white);
        }
        .content-section {
            padding: 2rem;
        }
        .artwork-types {
            padding: 2rem;
        }
        .footer-links {
            gap: 2rem;
        }
    }

    @media (max-width: 768px) {
        .header-right-container {
            /* Hide the whole right container on mobile except for the icons if needed */
        }
        .intro-text {
            padding: 2rem 5%;
        }
        .artwork-types {
            grid-template-columns: 1fr;
        }
        .subscribe, .consultancy {
            padding: 2rem;
        }
        .slider-wrapper {
            padding: 0 2.5rem;
        }
        .footer-logo {
            text-align: left;
        }
        .main-footer-bottom {
            padding: 2rem 0 0;
        }
    }

    @media (max-width: 480px) {
        .section-header {
            flex-direction: row;
            align-items: flex-start;
            gap: 0.5rem;
        }
        .slider-wrapper {
            padding: 0;
        }
        .slider-arrow {
            top: 35%;
            width: 35px;
            height: 35px;
        }
        .slider-arrow.prev {
            left: -10px;
        }
        .slider-arrow.next {
            right: -10px;
        }
    }
    .animate-text-section {
        padding: 190px 0 60px;
    }
    .animate {
        color: var(--color-black);
        font-size: 42px;
        line-height: 1.238095238095238;
    }


    /* --- Artworks Page Styles --- */

    .nav-link.current {
        background-color: var(--color-text);
        color: var(--color-background);
    }

    .artworks-page-content {
        padding: 2rem 4rem;
    }

    .artworks-header {
        margin-bottom: 3rem;
    }

    .artworks-header h1 {
        font-size: clamp(3rem, 10vw, 6rem);
        font-weight: 400;
        margin-bottom: 2rem;
    }
    .inner-hero-sec {
        padding: 103px 0 0;
    }
    .inner-hero-sec h1 {
        margin-bottom: 31px;
    }
    .filter-btn {
        padding: 5px 6px 6px 5px;
        margin: 0 27px 0 0;
        background: transparent;
        border: none;
        border-radius: 0;
        color: #000000;
        font-size: 18px;
        font-family: var(--font-body);
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .filter-btn.active, .filter-btn:hover {
        background: var(--color-mid-gray);
        color: #000000;
    }
    .filter-btn-last::after {
        content: "+";
        display: inline-block;
        font-size: 16px;
        margin: -1px 0 0 7px;
        vertical-align: middle;
    }
    .filter-btn-active {
        background: var(--color-black) !important;
        color: var(--color-white) !important;
    }
    .filter-btn-active.filter-btn-last::after {
        content: "–";
    }
    .filter-actions {
        position: absolute;
        right: 0;
        bottom: 31px;
    }
    .filter-actions .clear-filters-btn {
        border-radius: 0;
        border: none;
        background: #DCDCDC;
        color: #000000;
        padding: 2px 5px 0;
        width: 102px;
        height: 30px;
        box-sizing: border-box;
        font-family: var(--font-body);
        font-weight: 400;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 1.22;
        text-align: left;
        cursor: pointer;
    }
    .filter-actions .clear-filters-btn:after {
        content: "X";
        display: inline-block;
        font-size: 16px;
        margin: -3px 0 0 7px;
        vertical-align: middle;
    }


    /* Masonry Grid */
    .artworks-grid {
        margin: 110px -62px 0;
        display: block;
        width: auto !important;
    }
    .artworks-grid:after {
        content: '';
        display: block;
        clear: both;
    }
    .artworks-grid-item, .grid-sizer {
        width: 33.3333%;
    }
    .artworks-grid-item {
        float: left;
        padding: 0 62px 47px;
    }
    .artworks-grid-item figure {
        margin-bottom: 0;
        overflow: hidden;
    }
    .artworks-grid-item figure img {
        width: 100%;
        transform: translate(1);
        -webkit-transform: translate(1);
        -moz-transform: translate(1);
        -ms-transform: translate(1);
        -o-transform: translate(1);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .artworks-grid-item a:hover figure img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    .artworks-filters-listing {
        border-top: 1px solid var(--color-mid-gray);
        border-bottom: 1px solid var(--color-mid-gray);
        padding: 31px 0 14px;
        margin-top: 31px;
        display: none;
        position: relative;
    }
    .artworks-filters-listing-links h4 {
        font-size: 18px;
        line-height: 1.238095238095238;
        display: inline-block;
        margin-right: 12px;
    }
    .artworks-filters-listing-links {
        display: block;
    }
    .artworks-filters-listing-links a {
        display: inline-block;
        padding: 3px 6px 3px 5px;
        margin: 0 11px 16px 0;
        background: transparent;
        border: none;
        color: var(--color-dark-gray);
        border: solid 1px var(--color-mid-gray);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .artworks-filters-listing-links a.selected, .artworks-filters-listing-links a:hover {
        background: var(--color-mid-gray);
        color: #000000;
    }
    .load-more-container {
        padding-top: 27px;
    }
    .load-more-btn {
        font-family: var(--font-body);
        font-weight: 400;
        background: var(--color-light-gray);
        color: var(--color-black);
        width: auto;
        height: 152px;
        text-align: center;
        font-size: 18px;
        line-height: 152px;
        padding: 0 33px;
        border-radius: 0;
        border: none;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .load-more-btn:hover {
        background: var(--color-mid-gray);
        color: #000000;
    }
    .exhibitions-list-sec .load-more-btn {
        width: 128px;
        height: 128px;
        line-height: 128px;
        padding: 0;
    }
    .exhibitions .grid-item figure img {
        height: 400px;
        object-fit: cover;
    }


    /* --- Artwork Detail Page --- */
    .artwork-detail-page {
        padding: 2rem 0;
    }

    .back-link {
        display: inline-block;
        margin-bottom: 105px;
        font-size: 18px;
        color: var(--color-dark-gray);
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .back-link::before {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 7px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .back-link:hover {
        opacity: 0.7;
    }
    .artwork-detail-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 91px; 
    }
    .artwork-detail-grid > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55.2%;
        flex: 0 0 55.2%;
        max-width: 55.2%;
        padding-right: 50px;
    }
    .artwork-images-col {
        margin-top: -22px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44.8%;
        flex: 0 0 44.8%;
        max-width: 44.8%;
        padding-right: 0;
    }

    .artwork-info-col h1, .artwork-info-col h2 {
        font-size: 42px;
        line-height: 1;
        color: var(--color-dark-gray);
        font-weight: 400;
        margin-bottom: 9px;
    }
    .artwork-info-col h2 {
        color: var(--color-black);
        margin-bottom: 50px;
    }
    .artwork-info-col p a {
        text-decoration: underline;
        text-underline-offset: 4px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .artwork-price-btn .price {
        font-size: 24px;
        line-height: 1.238095238095238;
        margin-bottom: 0;
        color: var(--color-black);
        display: inline-block;
        vertical-align: middle;
        margin-right: 11px;
        margin-bottom: 0;
    }
    .artwork-price-btn .btn {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 4px 5px 4px;
        margin: 0 11px 0 0;
        border: none;
        background: var(--color-black);
        color: var(--color-white);
        border: solid 1px var(--color-black);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
    }
    .artwork-price-btn {
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
        margin-bottom: 0px;
        position: relative;
        top: 7px;
    }

    .action-buttons {
        display: inline-block;
        gap: 0.5rem;
        margin-bottom: 38px;
        flex-wrap: wrap;
        vertical-align: top;
    }
    .action-buttons .yith-add-to-wishlist-button-block {
        display: inline-block;
        vertical-align: middle;
    }
    .action-buttons button.yith-wcwl-add-to-wishlist-button span {
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
    }
    .action-buttons .btn, .action-buttons button.yith-wcwl-add-to-wishlist-button {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 4px 5px 4px;
        margin: 0 11px 0 0;
        border: none !important;
        background: var(--color-mid-gray);
        color: #000000;
        border: solid 1px var(--color-mid-gray);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
    }
    .action-buttons button.yith-wcwl-add-to-wishlist-button {
        padding: 6px 4px 6px 4px;
    }
    .artwork-specs {
        list-style: none;
        padding: 30px 0 56px;
        margin: 0;
    }
    .artwork-specs li {
        margin-bottom: 11px;
    }

    .artwork-description {
        margin-bottom: 2rem;
        padding-right: 74px;
    }

    .artwork-description p {
        margin-bottom: 22px;
        line-height: 1.22;
    }

    .shipping-info {
        padding-top: 32px;
    }
    .shipping-info h3 {
        font-size: 24px;
        margin-bottom: 31px;
    }
    .shipping-info p {
        margin-bottom: 23px;
    }
    .shipping-info a {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    .artwork-details-single-slider {
        margin-bottom: 36px;
    }
    .artwork-details-single-slider figure {
        /* padding-bottom: 95%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; */
    }
    .artwork-details-thumbnails-slider {
        margin: 0 -15px;
    }
    .artwork-details-thumbnails-slider figure {
        padding-bottom: 103.3%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 15px;
        cursor: pointer;
    }
    .artwork-details-thumbnails-slider .slick-arrow {
        width: 54px;
    }
    .artwork-details-thumbnails-slider .slick-arrow::before {
        width: 36px;
        height: 36px;
    }
    .artwork-details-thumbnails-slider .slick-track {
        margin-left: 0;
    }
    .artwork-specs + .shipping-info {
        padding-top: 0;
    }
    .mfp-bg {
        background: var(--color-white);
        opacity: 1;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure {
        text-align: center;
        cursor: initial;
        display: inline-block;
        position: static;
    }
    .mfp-figure figure {
        width: auto;
        margin: 0 auto;
        background: transparent !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        max-height: 100vh;
        z-index: 999;
        position: relative;
        cursor: auto;
        display: inline-block;
    }
    .mfp-figure figure img {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        display: block;
        max-height: 100vh !important;
        max-width: 900px;
    }
    .mfp-figure figure figcaption {
        display: none !important;
    }
    .mfp-figure:after {
        display: none !important;
    }
    button.mfp-arrow.mfp-arrow-right, button.mfp-arrow.mfp-arrow-left {
        width: 60px;
        height: 60px;
        display: block !important;
        background: var(--color-black) url(images/popup-slider-arrow.svg) no-repeat center center !important;
        background-size: 21px !important;
        border-radius: 0;
        opacity: 1;
        left: 128px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    button.mfp-arrow.mfp-arrow-right {
        left: auto;
        right: 128px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .mfp-arrow:before, .mfp-arrow:after {
        display: none !important;
    }
    button.mfp-arrow.mfp-arrow-right:before, button.mfp-arrow.mfp-arrow-left:before {
        display: block !important;
        opacity: 0;
        top: -30px;
        bottom: -30px;
        left: -30px;
        right: -30px;
        width: auto;
        height: auto;
        border: none;
        margin: 0;
    }
    button.mfp-arrow.mfp-arrow-right:hover, button.mfp-arrow.mfp-arrow-left:hover {
        background-color: var(--color-dark-gray) !important;
    }
    .mfp-close {
        font-size: 0;
        line-height: 0;
        color: var(--color-white) !important;
        border: none !important;
        border-radius: 0;
        padding: 6px 5px 5px !important;
        margin: 0;
        position: absolute;
        opacity: 1;
        height: auto;
        display: inline-block !important;
        cursor: pointer !important;
        width: auto !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        right: auto !important;
        z-index: 9 !important;
    }
    
    /* Gallery popup close button - positioned in top right corner */
    .mfp-gallery .mfp-image-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        right: 20px !important;
        top: 60px !important;
        left: auto !important;
        z-index: 9999 !important;
        width: auto !important;
        height: auto !important;
        min-width: 40px !important;
        min-height: 29px !important;
        background: rgba(0, 0, 0, 0.8) !important;
        color: var(--color-white) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-block !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-align: center !important;
        padding: 7px 10px !important;
        margin: 0 !important;
        border: 2px solid var(--color-white) !important;
        border-radius: 0 !important;
        cursor: pointer !important;
        transition: all 0.3s ease-in-out !important;
    }
    
    /* Hide any other close buttons in gallery (duplicates) */
    .mfp-gallery .mfp-container > .mfp-close {
        display: none !important;
    }
    
    .mfp-gallery .mfp-image-holder .mfp-close::before,
    .mfp-image-holder .mfp-close::before {
        content: "Close" !important;
        font-size: 18px !important;
        line-height: 1 !important;
        font-family: Arial, sans-serif !important;
        font-weight: 300 !important;
        display: block !important;
        color: var(--color-white) !important;
        text-align: center !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    .mfp-gallery .mfp-image-holder .mfp-close:hover,
    .mfp-image-holder .mfp-close:hover {
        background: rgba(0, 0, 0, 0.95) !important;
        opacity: 1 !important;
        transform: scale(1.1) !important;
        border-color: var(--color-white) !important;
    }
    .mfp-close:hover {
        background: var(--color-dark-gray) !important;
    }
    .hangit-popup-wrap figure {
        width: 100%;
        display: block;
        margin: 0;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mfp-container {
        padding: 0 !important;
    }

    .home-front-screen-section {
        background: #000000;
        color: var(--color-white);
        padding: 220px 0 500px;
    }
    .front-screen-text {
        font-size: 24px;
        line-height: 1.22;
        max-width: 1070px;
        padding-bottom: 135px;
        position: relative;
    }
    .home-down-link {
        content: "";
        background: url(images/down-arrow-scroll.svg) no-repeat center center;
        width: 100%;
        height: 50px;
        background-size: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: -6px;
        background-size: 14px;
        background-position: left;
    }
    .home-front-screen-section .container > figure {
        margin: 0;
        display: block;
        padding-bottom: 130px;
    }
    .home-front-screen-section .container > figure img {
        display: block;
        width: 100%;
    }
    .front-screen-bottom-logo {
        margin: 0;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .front-screen-bottom-logo img {
        display: block;
        width: 100%;
    }
    .front-screen-image {
        padding-top: 112px;
        display: block;
    }
    .front-screen-image img, .front-screen-image video {
        display: block;
        width: 100%;
    }
    .front-screen-text, .front-screen-image, .front-screen-two-col-types {
        opacity: 0.2;
    }


    /* --- Exhibitions Page --- */
    .exhibitions-list-sec {
        padding-top: 128px;
    }
    .exhibition-item {
        margin-bottom: 64px;
    }
    .exhibition-image {
        width: 336px;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .exhibition-image img {
        display: block;
        width: 100%;
    }
    .exhibition-details {
        width: calc(100% - 341px);
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 120px;
    }
    .exhibition-details h3 {
        font-size: 1.5rem;
        margin: 0 0 31px;
        font-weight: 400;
    }
    .exhibition-details p {
        margin-bottom: 39px;
        max-width: 520px;
        font-weight: 400;
    }
    .exhibition-details .date {
        margin-bottom: 16px;
        font-weight: 400;
    }
    .more-link {
        font-weight: 400;
        position: relative;
        top: -5px;
        color: var(--color-dark-gray);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .more-link::after {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    .more-link:hover {
        opacity: 0.7;
    }
    .featured-exhibition-item {
        padding-bottom: 59px;
    }
    .featured-exhibition-item .exhibition-image {
        width: 100%;
        max-width: 63.38%;
        margin-bottom: 63px;
    }
    .featured-exhibition-item .exhibition-details {
        padding-left: 460px;
        padding-right: 0;
        width: 100%;
    }
    .featured-exhibition-item .exhibition-details h3 {
        font-size: 42px;
        margin-bottom: 45px;
    }

    .insight-details-page {
        padding-top: 129px;
    }
    .insight-details-page .back-link {
        margin-bottom: 83px;
    }
    .featured-image-video-wrap {
        max-width: 888px;
        position: relative;
        margin-bottom: 63px;
    }
    .featured-image-video-wrap video {
        display: block;
        width: 100%;
        height: auto;
    }
    .featured-image-video-wrap .video-wrapper {
        padding-bottom: 56.5%;
        position: relative;
    }
    .featured-image-video-wrap .video-wrapper iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
    }
    .play-btn {
        width: 152px;
        height: 152px;
        display: block;
        background: var(--color-black);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .play-btn::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-left: 24px solid var(--color-white);
        border-bottom: 14px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .play-btn.paused::before {
        width: 24px;
        height: 30px;
        border-style: solid;
        border-width: 27px;
        border-color: var(--color-white);
        border-style: double;
        border-width: 0px 0 0px 27px;
    }
    .insight-details .date {
        margin-bottom: 30px;
    }
    .insight-details h3 {
        margin-bottom: 77px;
        max-width: 700px;
    }
    .insight-details p {
        max-width: 524px;
        line-height: 1.22;
        margin-bottom: 22px;
    }


    /* About Us page css Starts here */
    .about-us-banner-sec {
        padding-top: 108px;
    }
    .about-us-banner-sec p {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .about-us-banner-sec .featured-exhibition-item {
        padding-bottom: 39px;
    }
    .about-us-banner-sec .featured-exhibition-item .exhibition-details {
        padding-left: 369px;
        padding-right: 90px;
    }
    .about-us-banner-sec .featured-exhibition-item .exhibition-details h3 {
        margin-bottom: 89px;
    }
    /* --- About Page Styles --- */
    .about-page-content {
        padding: 0 4rem;
    }

    .about-hero {
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 4rem;
        align-items: center;
        padding: 4rem 0;
    }

    .about-hero-image img {
        width: 100%;
        height: auto;
        max-height: 70vh;
        object-fit: cover;
    }

    .about-hero-text h1 {
        font-family: var(--font-serif);
        font-size: clamp(2rem, 4.5vw, 3rem);
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    .about-hero-text p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1rem;
        max-width: 65ch;
    }

    .team-section {
        padding: 0;
    }
    .team-section h2 {
        margin-bottom: 71px;
    }
    .team-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .team-grid > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
        margin-bottom: 123px;
    }
    .team-member-details {
        padding-right: 90px;
    }
    .team-grid .team-member.featured-team-member {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 224px;
    }
    .team-grid .team-member.featured-team-member > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.5%;
        flex: 0 0 41.5%;
        max-width: 41.5%;
    }
    .team-grid .team-member.featured-team-member .team-member-details {
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
        padding-right: 100px;
    }
    .team-member figure {
        max-width: 336px;
        display: block;
        margin: 0 0 31px;
        overflow: hidden;
    }
    .team-member img {
        width: 100%;
        display: block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .team-member figure:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    .team-member h3 {
        margin-bottom: 17px;
    }
    .team-member h4 {
        color: var(--color-gray);
        margin-bottom: 32px;
        font-size: 24px;
    }
    .team-member p {
        line-height: 1.22;
        margin-bottom: 23px;
    }
    .team-member a {
        margin-top: 7px;
        font-weight: 400;
        position: relative;
        top: 0;
        color: var(--color-dark-gray);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        display: inline-block;
    }
    .team-member a::after {
        content: "";
        background: url(images/right-arrow.svg) no-repeat center center;
        width: 23px;
        height: 13px;
        background-size: 100%;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    /* About Us page css Ends here */

    /* Contact Us page css Starts here */
    .contact-us-sec {
        padding: 68px 0 0;
    }
    .contact-us-form {
        display: inline-block;
        width: calc(100% - 433px);
        vertical-align: top;
        padding-right: 211px;
    }
    .gform-theme--foundation .gfield {
        margin-bottom: 25px !important;
    }
    .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
        height: 51px;
        border-radius: 0;
        font-size: 18px;
        color: var(--color-black);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        background: var(--color-black) !important;
        color: var(--color-white) !important;
        padding: 8px 10px !important;
        border-radius: 0 !important;
        border: none !important;
        cursor: pointer !important;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        width: 127px !important;
        height: 42px !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    .gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
        background: var(--color-dark-gray) !important;
    }
    .gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
        font-size: 24px !important;
        line-height: 1.22 !important;
        margin-bottom: 8px !important;
        color: var(--color-black) !important;
        font-family: var(--font-body) !important;
        font-weight: 400 !important;
    }
    .gform-theme--foundation .gfield textarea {
        min-block-size: 204px !important;
        resize: none !important;
        font-size: 18px;
    }
    .subscribe .gform-theme--framework .gfield_list_group_item::before, .subscribe .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
        font-size: 18px !important;
    }
    .contact-us-info {
        display: inline-block;
        width: 428px;
        vertical-align: top;
        padding-right: 90px;
    }
    .gform_confirmation_message {
        color: #000 !important;
    }
    address {
        font-style: normal;
        font-size: 42px;
        line-height: 1.22;
    }
    address h3 {
        font-size: 42px;
        line-height: 1.22;
        color: var(--color-black);
    }
    address a {
        margin-bottom: 94px;
        display: inline-block;
        color: var(--color-dark-gray);
        text-decoration: underline;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    address a:hover {
        color: var(--color-black);
    }
    .hrs_details {
        margin-bottom: 58px;
    }
    address + .hrs_details {
        margin-top: -70px;
    }
    .hrs_details h5 {
        font-size: 18px;
        line-height: 1.22;
        color: var(--color-dark-gray);
        margin-bottom: 10px;
    }
    .hrs_details p {
        font-size: 18px;
        line-height: 1.22;
        color: var(--color-black);
        margin-bottom: 10px;
    }
    .hrs_details p:last-child {
        padding-top: 5px;
    }
    .location_pdf_links_wrap {
        width: 276px;
        display: inline-block;
        vertical-align: top;
    }
    .location_pdf_links_wrap h4 {
        font-size: 18px;
        line-height: 1.22;
        color: var(--color-black);
        margin-bottom: 22px;
    }
    .location_pdf_links_wrap h4 span {
        display: block;
        margin: 15px 0 0;
    }
    .location_pdf_links_wrap p {
        font-size: 18px;
        line-height: 1.22;
        color: var(--color-black);
        margin-bottom: 32px;
    }
    .location_pdf_links_wrap label {
        display: block;
        color: var(--color-dark-gray);
        margin-bottom: 11px;
    }
    .location_pdf_links_wrap .row-item p {
        margin-bottom: 26px;
    }
    .location_pdf_links_wrap p a {
        display: inline-block;
        color: var(--color-black);
        text-decoration: underline;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .location_pdf_links_wrap p a:hover {
        color: var(--color-dark-gray);
    }
    .location_pdf_links_wrap ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .location_pdf_links_wrap ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 17px;
    }
    .location_pdf_links_wrap ul li a {
        color: var(--color-dark-gray);
        display: inline-block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .location_pdf_links_wrap ul li a:hover {
        color: var(--color-black);
    }
    .exhibition_page_details_wrap_right {
        width: calc(100% - 281px);
        display: inline-block;
        vertical-align: top;
    }
    .exhibition_page_details_wrap_right figure {
        margin: 0 0 127px auto;
        display: block;
        max-width: 81.231%;
    }
    .exhibition_page_details_wrap_right figure img {
        display: block;
        width: 80%;
    }
    .exhibition_page_details_wrap_right p {
        font-size: 24px;
        line-height: 1.22;
        max-width: 704px;
        margin-bottom: 29px;
    }

    .exhibition_page_artist_bio_section {
        padding: 48px 0;
    }
    .exhibition_page_artist_bio_section .container {
        max-width: 1134px;
    }
    .exhibition_two_col_imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px;
        padding-bottom: 134px;
    }
    .exhibition_two_col_imgs figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 0 16px;
    }
    .exhibition_two_col_imgs figure img {
        height: 470px;
        object-fit: cover;
        width: 100%;
    }
    .exhibition_two_col_imgs figure:nth-child(2n+2) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    figure figcaption {
        display: block;
        text-align: right;
        font-size: 15px;
        line-height: 1.22;
        color: var(--color-dark-gray);
        padding-top: 10px;
    }
    .exhibition_page_artist_bio_content img {
        display: block;
        width: 100%;
        margin: 127px auto 128px;
        max-width: 888px;
    }
    .exhibition_page_artist_bio_content h3, .exhibition_page_artist_bio_content h4 {
        max-width: 704px;
        margin: 0 auto;
    }
    .exhibition_page_artist_bio_content h3 {
        margin-bottom: 30px;
    }
    .exhibition_page_artist_bio_content h4 {
        color: var(--color-dark-gray);
        font-size: 18px;
        line-height: 1.22;
        margin-bottom: 150px;
    }
    .exhibition_page_artist_bio_content p {
        font-size: 24px;
        line-height: 1.22;
        max-width: 704px;
        margin: 0 auto 29px;
    }

    /* Artists page css Starts here */
    .artists-lists-sec {
        padding: 103px 0;
        position: relative;
        z-index: 1;
    }
    .artists-lists-sec h1 {
        margin-bottom: 133px;
    }
    .artists-lists {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .artists-lists li {
        list-style: none;
        padding: 0;
        margin: 0 0 11px;
        position: relative;
    }
    .artists-lists li a {
        font-size: 42px;
        line-height: 1.22;
        color: var(--color-mid-gray);
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 1;
    }
    .artists-lists li:hover > a {
        color: var(--color-black);
    }
    .artists-lists li figure {
        z-index: 0;
        display: block;
        max-width: 571px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .artists-lists li figure img {
        width: 58%;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        opacity: 0;
    }
    .artists-lists li figure img:last-child {
        position: absolute;
        left: 0;
        bottom: -115px;
        width: 38%;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
    }
    .artists-lists li:hover figure {
        opacity: 1;
        visibility: visible;
    }
    .artists-lists li:hover figure img {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
    }

    .artists-profile-sec .container > h2 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 84px;
    }
    .artists-profile-sec .filters-bar {
        display: inline-block;
        vertical-align: middle;
        margin-top: 6px;
    }

    .artists-profile-page {
        padding-bottom: 108px;
    }
    .artists-profile-page h4 {
        font-size: 18px;
        line-height: 1.22;
        color: var(--color-dark-gray);
        margin-bottom: 64px;
    }
    .artists-profile-page .artwork-info-col h2 {
        margin-bottom: 44px;
    }
    .artists-profile-page .artwork-info-col p {
        margin-bottom: 23px;
    }
    .artists-profile-page .artwork-detail-grid > * {
        padding-right: 130px;
    }
    .artists-profile-page .artwork-detail-grid > *:last-child {
        padding-right: 0;
    }

    .consultancy-grid h2, .consultancy-grid h3 {
        margin: 32px 0 0;
    }
    .consultancy-grid .grid-item p {
        line-height: 1.22;
        padding-top: 17px;
    }


    .consultancy-projects-sec .grid-container {
        height: auto !important;
    }
    .consultancy-projects-sec .grid-container .grid-item {
        padding-top: 128px;
        position: static !important;
    }
    .consultancy-projects-sec .grid-container .grid-sizer {
        display: none !important;
    }
    .consultancy-projects-sec .load-more-container {
        padding-top: 127px;
    }

    .consultancy-intro-sec {
        padding: 100px 0 88px;
    }
    .consultancy-intro-sec h2 {
        max-width: 796px;
    }
    .consultancy_sec + .animate-text-section {
        padding-top: 0;
        margin-top: -54px;
        padding-bottom: 104px;
    }
    .two_images_reversed_sec .exhibition_two_col_imgs figure:nth-child(2n+2) {
        order: 1;
    }
    .two_images_reversed_sec .exhibition_two_col_imgs figure:nth-child(2n+1) {
        order: 2;    
    }
    .reversed_consultancy_sec .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reversed_consultancy_sec .container .consultancy-text {
        order: 1;
        padding-left: 0;
        padding-right: 120px;
    }
    .reversed_consultancy_sec .container figure {
        order: 2;
    }
    .two_images_sec .container {
        max-width: 1130px;
    }
    .two_images_sec .exhibition_two_col_imgs {
        padding-bottom: 41px;
    }
    .project_single_content_img_col_sec .exhibition_two_col_imgs {
        padding-bottom: 81px;
    }
    .project_single_content_img_col_sec .exhibition_page_artist_bio_content p + h3 {
        padding-top: 50px;
    }
    .project_single_content_img_col_sec .exhibition_page_artist_bio_content figure {
        margin: -10px auto 128px;
        max-width: 888px;
    }
    .project_single_content_img_col_sec .exhibition_page_artist_bio_content img {
        margin: 0 !important;
        width: 100% !important;
    }
    .load-more-project-wrap {
        text-align: center;
    }
    .load-more-project-wrap .load-more-btn {
        display: inline-block;
    }


    .wc-block-components-button {
        background: var(--color-black);
        color: var(--color-white);
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        border: none !important;
        outline: none !important;
        border: none !important;
        outline: none !important;
        border-radius: 0;
        padding: 0 10px 2px !important
    }
    .wc-block-components-button:hover {
        background: var(--color-mid-gray);
        color: var(--color-black);
    }
    .woocommerce-section-wrapper {
        padding: 30px 0 0;
        min-height: calc(100vh - 645px);
    }
    .wc-block-components-product-badge {
        padding: 4px 8px !important;
        border-radius: 0 !important;
    }
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th, .wc-block-cart .wc-block-cart__totals-title, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-weight: 400 !important;
        font-size: 18px !important;
    }
    .wp-block-woocommerce-checkout {
        padding-top: 0 !important;
    }
    .wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
        background: var(--color-black) !important;
        color: var(--color-white) !important;
        font-weight: 400 !important;
        font-size: 18px !important;
    }
    .woocommerce .wishlist-title {
        display: none;
    }
    .wishlist-title-container {
        padding: 60px 0 0;
    }
    .woocommerce-wishlist-section {
        padding: 100px 0;
    }
    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 1px solid var(--color-black);
    }
    .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid var(--color-black);
    }
    .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
        line-height: 1.22;
        color: var(--color-black);
        text-decoration: none;
        display: block;
        padding: 10px 15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
        background: var(--color-black);
        color: var(--color-white);
    }
    .woocommerce-my-account-section .woocommerce {
        padding: 60px 0 20px;
    }
    .woocommerce-my-account-section {
        padding: 100px 0 0;
        min-height: calc(100vh - 645px);
    }
    .woocommerce-info {
        border-top-color: var(--color-black);
    }
    .woocommerce-info::before {
        color: var(--color-black);
    }
    .woocommerce-Button {
        background: var(--color-black) !important;
        color: var(--color-white) !important;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        border: none !important;
        outline: none !important;
        border-radius: 0;
        font-weight: 400 !important;
    }
    .woocommerce-Button:hover {
        background: var(--color-mid-gray) !important;
        color: var(--color-black) !important;
    }
    .woocommerce-Address-title {
        margin-bottom: 20px;
    }
    .woocommerce-Address-title.title h2 {
        display: inline-block;
        font-size: 22px;
    }
    .woocommerce-Address address {
        font-size: 18px;
    }
    .woocommerce-account .addresses .title .edit {
        font-size: 16px;
        color: var(--color-dark-gray);
    }
    .woocommerce-address-fields input[type="submit"], .woocommerce-address-fields button[type="submit"] {
        background: var(--color-black);
        color: var(--color-white);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        border: none;
        outline: none;
        border-radius: 0;
        padding: 12px 10px;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
        cursor: pointer;
        margin-top: 15px;
    }
    .woocommerce-address-fields input[type="submit"]:hover, .woocommerce-address-fields button[type="submit"]:hover {
        background: var(--color-mid-gray);
        color: var(--color-black);
    }
    fieldset {
        margin-bottom: 20px;
    }
    .generic-page-sec {
        padding-bottom: 46px;
    }
    .generic-page-sec h1 {
        font-size: 42px;
    }
    .main-section-wrapper .container > * {
        max-width: 612px;
    }
    .main-section-wrapper p {
        line-height: 1.22;
        margin-bottom: 22px;
    }
    .main-section-wrapper p a {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    .main-section-wrapper p strong {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.22;
        padding-bottom: 10px;
        display: block;
        padding-top: 63px;
    }
    .custom-login-form > p {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.22;
        padding-bottom: 10px;
        display: block;
        padding-top: 41px;
    }
    .custom-login-form form label {
        display: block;
        font-size: 18px;
        line-height: 1.22;
        font-family: var(--font-body);
        font-weight: 400;
        margin-bottom: 16px;
    }
    .custom-login-form .form-group {
        margin-bottom: 32px;
    }
    .custom-login-form input[type="text"], .custom-login-form input[type="email"], .custom-login-form input[type="url"], .custom-login-form input[type="password"], .custom-login-form input[type="search"], .custom-login-form input[type="number"], .custom-login-form input[type="tel"], .custom-login-form input[type="range"], .custom-login-form input[type="date"], .custom-login-form input[type="month"], .custom-login-form input[type="week"], .custom-login-form input[type="time"], .custom-login-form input[type="datetime"], .custom-login-form input[type="datetime-local"], .custom-login-form input[type="color"], .custom-login-form textarea {
        height: 51px;
        width: 100%;
        display: block;
        border: 1px solid var(--color-black);
        border-radius: 0;
        padding: 5px 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
    }
    .login-button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: var(--color-black);
        color: var(--color-white);
        border-radius: 0;
        padding: 12px 10px;
        border: none;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .login-button:hover {
        background: var(--color-mid-gray);
        color: var(--color-black);
    }


    .error404 .main-header,.error404 .main-footer-bottom,.error404 .sticky_right_image, .error404 .back-to-top {
        display: none
    }
    .error404 .site-wrapper {
        padding-top: 0;
        background: var(--color-black);
    }
    .error-404 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        padding: 40px 0;
        overflow: auto;
        background: var(--color-black)
    }
    .error-404 h1 {
        margin-bottom: 30px;
        color: #000;
        font-size: 70px;
        letter-spacing: 0;
        margin-top: 0
    }
    .error_inner_wrap {
        background: var(--color-white);
        padding: 50px 25px;
        max-width: 500px;
        margin: 0 auto;
        color: #000;
        border-radius: 5px;
        text-align: center
    }
    .error_inner_wrap h3 {
        border-bottom: solid 1px #000;
        border-top: solid 1px #000;
        padding: 13px 0;
        margin-bottom: 20px;
        color: #000;
        font-size: 22px
    }
    .error_inner_wrap p {
        margin-bottom: 30px;
        font-size: 22px
    }
    .error_inner_wrap .btn {
        background: var(--color-black);
        color: var(--color-white);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        border: none;
        outline: none;
        border-radius: 0;
        display: inline-block;
        padding: 15px 25px;
    }
    .error_inner_wrap .btn:hover {
        background: var(--color-mid-gray);
        color: var(--color-black);
    }

    .no-results {
        text-align: center;
    }
    .exhibition-status {
        font-weight: 400;
    }
    .gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        color: var(--color-black) !important;
    }
    .project-details-wrap-right figure {
        padding-bottom: 54.2%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .project-details-wrap-right figure figcaption {
        position: absolute;
        bottom: -30px;
        right: 0;
        left: 0;
        text-align: right;
    }
    .featured-artists-section .slider-wrapper .slide figure img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
    .wc-block-cart-item__wrap {
        padding-right: 15px !important;
    }


    .woocommerce-order-details__title, .woocommerce-column__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .woocommerce-MyAccount-content address, .wc-block-components-address-card adress, .woocommerce-customer-details address {
        font-size: 18px;
    }
    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
        margin-top: -3px;
    }
    .woocommerce-message {
        border-top-color: var(--color-black);
    }
    .woocommerce-message::before {
        color: var(--color-black);
    }
    .woocommerce ul.order_details li {
        background: transparent !important;
    }
    button.mfp-close {
        font-family: var(--font-body);
    }
    .wishlist_table.modern_grid li .item-details table.item-details-table td.label, .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label {
        text-align: left;
        font-weight: 400;
        width: 40%;
        font-size: 14px;
        line-height: 1.2;
    }
    span.cart-count {
        font-family: var(--font-body);
        width: 18px;
        height: 18px;
        background: #CCCCCC;
        display: block;
        position: absolute;
        top: -11px;
        right: -10px;
        border-radius: 100%;
        text-align: center;
        line-height: 20px;
        font-size: 11px;
    }
    h3#ship-to-different-address, .woocommerce-billing-fields h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    h3#order_review_heading {
        font-size: 24px;
        margin: 30px 0 15px;
    }
    .woocommerce-checkout #payment ul.payment_methods li img {
        display: inline-block;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        background: #000;
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        border-radius: 0;
        border: none;
        outline: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
        background: #fff;
        color: #000;
    }


    .slider-wrapper .slick-slide, .artwork-details-thumbnails-slider .slick-slide {
        opacity: 0.3;
        transition: opacity 0.7s ease-in-out;
    }
    .slider-wrapper .slick-current, .artwork-details-thumbnails-slider .slick-current {
        opacity: 1;
        transition: opacity 0.7s ease-in-out;
    }
    .slider-wrapper .slick-active, .artwork-details-thumbnails-slider .slick-active {
        opacity: 1;
        transition: opacity 0.7s ease-in-out;
    }
    .mfp-gallery .mfp-image-holder .mfp-content {
        width: 100%;
        text-align: center;
    }

    .arrow-hover .mfp-close {
        opacity: 0;
        visibility: hidden;
    }
    #more-by-artist-slider .grid-item {
        margin-bottom: 50px;
    }
    #sb_instagram .sbi_info {
        text-align: left;
    }
    #sb_instagram .sbi_info p {
        padding: 30px 0 0;
    }
    #mc_embed_signup .button {
        padding: 0 22px !important;
        background: var(--color-black) !important;
        color: var(--color-white) !important;
        padding: 8px 10px !important;
        border-radius: 0 !important;
        border: none !important;
        cursor: pointer !important;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        width: 127px !important;
        height: 42px !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }
    #mc_embed_signup .button:hover {
        background: var(--color-mid-gray) !important;
        color: var(--color-black) !important;
    }
    #mc_embed_signup .mc-field-group strong {
        font-weight: 400;
        display: none;
    }
    #mc_embed_signup .mc-field-group input {
        height: 51px;
        border-radius: 0;
        font-size: 18px;
        color: var(--color-black);
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: var(--color-black);
    }
    #mc_embed_signup input[type=checkbox] {
        -webkit-appearance: checkbox;
        width: 20px !important;
        height: 20px !important;
        margin: 0 10px 20px 0;
    }
    #mc_embed_signup form {
        margin: 50px 0 0 !important;
    }
    #mc_embed_signup div.response {
        margin: 0 0 20px !important;
        padding: 0 !important;
        font-weight: 400 !important;
        float: none !important;
        top: 0 !important;
        z-index: 1 !important;
        width: 100% !important;
    }
    #mc_embed_signup div#mce-responses {
        float: none !important;
        padding: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
        margin: -20px 0 10px !important;
        clear: both !important;
    }
    .woocommerce-orders .site-loader, .woocommerce-edit-address .site-loader, .woocommerce-edit-account .site-loader, .woocommerce-dashboard .site-loader, .woocommerce-account .site-loader {
        display: none !important;
    }
    .artwork-price-btn .btn.added, .artwork-price-btn .btn.error {
        background-color: var(--color-black) !important;
    }
    .wishlist-message {
        display: none !important;
    }
    .woocommerce div.product:before, .woocommerce div.product:after {
        content: "";
        display: table;
        clear: both;
    }

    #trade-application-form .main-section-wrapper .container > * {
        max-width: 100%;
    }




    .yith-wcmcs-shortcode {
        margin: 0 0 0 25px !important;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-selected-currency {
        padding: 0 17px 0 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown {
        border: none !important;
        box-shadow: none !important;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currencies {
        margin: 0;
    }
    .yith-wcmcs-shortcode-style--active {
        box-shadow: 0 3px 7px rgba(0,0,0,0.1) !important;
        border: 1px solid #000000 !important;
    }
    .yith-wcmcs-currency--selected, .yith-wcmcs-currency:hover {
        color: #000000 !important;
    }
    .yith-wcmcs-currency--selected .yith-wcmcs-currency-flag:not(.yith-wcmcs-currency-without-flag):before {
        background: #000000 !important;
    }
    .woocommerce .header-right img, .woocommerce-page .header-right img {
        max-width: 20px;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-selected-currency:before {
        right: 0 !important;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currency {
        padding: 7px 0 !important;
    }
    .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currency.yith-wcmcs-currency--selected {
        display: none !important;
    }




    #room_select {
        height: 51px;
        border-radius: 0;
        font-size: 18px;
        color: var(--color-black);
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0 20px 0 15px;
        width: 200px;
    }
    .customfile.input-prepend .add-on, .customfile.input-append .add-on {
        margin: 10px 0 0 10px;
        display: inline-block;
        vertical-align: middle;
        padding: 4px 4px 5px 4px;
        border: none;
        background: var(--color-black);
        color: var(--color-white);
        border: solid 1px var(--color-black);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 18px;
    }
    #upimg {
        display: none;
    }
    .closeplug {
        margin-left: auto !important;
        background: var(--color-black) !important;
        color: var(--color-white) !important;
        border: none !important;
        border-radius: 0;
        padding: 6px 5px 5px !important;
        margin: 0;
        position: absolute;
        opacity: 1;
        height: auto;
        display: inline-block !important;
        cursor: pointer !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        right: 16px !important;
        z-index: 9 !important;
        width: 70px !important;
        height: 33px;
        text-align: center;
    }
    .closeplug::before {
        content: "Close";
    }
    .closeplug center {
        display: none !important;
    }
    .closeplug + .span12 {
        margin-top: 36px !important;
    }


    .artists-lists li:last-child figure img:last-child {
        bottom: 30px;
    }
    .artwork-details-single-slider .slick-slide {
        vertical-align: top;    
    }

    .loading {
        background: transparent !important;
    }
    .loading::before {
        content: "";
        position: absolute;
        z-index: 99;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7) url(images/ajax-loader.gif) no-repeat center 170px;
        background-size: 32px 32px;

    }
    .afgc-tabs-navs li.active a, .afgc-tabs-navs li a:active, .afgc-tabs-navs li a:hover, .afgc-tabs-navs li a:focus
    {
        background-color: #000 !important;
        border: 1px solid #000 !important;
    }

    .afgc-coupon-strip li
    {
        
        border-top: 6px solid #000 !important;
    }

   /* ul.artwork-specs li:first-of-type {
        text-transform: lowercase;
    }*/



    .artwork-holiday-closure h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .artwork-holiday-closure {
        padding: 30px;
        background: var(--color-add-to-wishlist-background);
        max-width: 565px;

    }

    .artwork-holiday-closure p br {
        display: none;
    }


    .artwork-holiday-closure p {
        margin-bottom: 0;
        line-height: 1.4;
    }



    .consultancy-projects-sec .grid-item figure img {
        height: 300px;
        object-fit: cover;
    }
    /* Holiday Closure Popup Styles */
    .mfp-bg.mfp-holiday-closure {
        background: rgba(0, 0, 0, 0.7);
    }
    .mfp-holiday-closure .mfp-content {
        background: var(--color-white);
        color: var(--color-black);
        padding: 50px 40px 40px;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        width: 90%;
        border-radius: 0;
    }
    .holiday-closure-popup {
        background: transparent;
        padding: 0;
    }

    .holiday-closure-content h3 {
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 1.2;
        color: var(--color-black);
    }
    .holiday-closure-content p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 30px;
        color: var(--color-black);
    }
    .close-holiday-closure-popup {
        display: inline-block;
        background: var(--color-black);
        color: var(--color-white);
        padding:5px 8px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .close-holiday-closure-popup:hover {
        background: var(--color-dark-gray);
        color: var(--color-white);
    }

    .mfp-holiday-closure .mfp-close {
        top: 20px !important;
        right: 20px !important;
        width: 32px !important;
        height: 32px !important;
        background: #e8e8e8 !important;
        color: var(--color-black) !important;
        border-radius: 0;
        padding: 0 !important;
        line-height: 1;
        text-align: center;
        font-size: 0 !important;
        opacity: 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: none !important;
        cursor: pointer !important;
        margin: 0;
        left: auto !important;
    }
    .mfp-holiday-closure .mfp-close::before {
        content: "✕" !important;
        font-size: 18px !important;
        line-height: 1;
        color: var(--color-black) !important;
        font-weight: 400;
        display: block;
        font-family: Arial, sans-serif;
    }
    .mfp-holiday-closure .mfp-close:hover {
        background: #d8d8d8 !important;
    }
    .wc-block-cart-item__wrap .wc-block-components-product-metadata {
        display: none !important;
    }

    #fullall{
        margin-left: 0!important;
        width: auto!important;
    }

.subscribe-sec .hs-form-frame {
    margin-left: -40px;
    margin-right: -40px;
}

#projects .artworks-grid-item figure img {
    height: 338px;
    object-fit: cover;
}
#projects .artworks-grid-item .slide-title {
    max-width: 240px;
    min-height: 50px;
}

.slide-caption .on-hold-badge {
    bottom: auto !important;
    right: 0 !important;
    top: 15px !important;
}
.slide-caption {
    position: relative;
    padding-right: 80px;
}

.page-template-template-artists-detail h4 {
    margin-bottom: 7px !important;
}