/* ----------------------------------------------------------------------------------
Art Gallery Website Template
Theme name: Aperture
---------------------------------------------------------------------------------- */


/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */

    #container {
        max-width: 1660px;
    }


    /* Header area
    ----------------------------------------------------------- */

    #header,
    #header.header_fixed {
        background: #FFF;
        /*transition: box-shadow 0.5s linear, transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out;*/
    }
        /*body:not(.slide-nav-open) .scrolling-down #header.header_fixed {*/
        /*    transform: translate3d(0, -150%, 0);*/
        /*}*/
        /* body .page-scroll #header.header_fixed {*/
        /*    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);*/
        /*    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);*/
        /*}*/
        #header .inner,
        #header.header_fixed .inner {
            max-width: 1500px;
        }
        #header .inner {
            transition: border 0.2s linear;
            border-bottom: 1px solid #ebebeb;
        }
        .page-scroll #header .inner, 
        .layout-hero-header #header .inner {
            border-color: transparent;
        }
    

    /* Generic navigation
    ----------------------------------------------------------- */

    .navigation {

    }
        .navigation ul {

        }
        .navigation ul li.last {
            margin-right: 0 !important;
        }
        .navigation ul li a {
            line-height: 1.8rem;
            font-size: 1.25rem;
            font-weight: 200;
            padding: 0 0 5px;
        }
        .navigation,
        .navigation a,
        .navigation ul li a,
        .navigation ul li a:visited {
            color: #585858;
        }
        .navigation,
        .navigation a,
        .navigation ul li a:hover {
            color: #585858;
        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover,
        #top_nav.navigation > ul > li.active_dir > a,
        #top_nav.navigation > ul > li.active_dir > a:visited,
        #top_nav.navigation > ul > li.active_dir > a:hover {
            color: #010101;
        }


    /* Top nav
    ----------------------------------------------------------- */

    #top_nav.navigation {
        float: right;
        clear: none;
        padding: 0;
    }
        #top_nav ul {
            display: inline-block;
            vertical-align: middle;
        }
        #top_nav.navigation ul li {
            margin: 0 0 0 25px;
        }
        #top_nav.navigation ul li:first-child {
            margin-left: 0;
        }
        #top_nav.navigation ul li a,
        #top_nav.navigation .dropdown-btn {
            font-size: 1.25rem;
            padding: 8px 0;
        }
        

    /* Additional nav
    ----------------------------------------------------------- */

    .additional_nav {
        padding-top: 8px;
    }
    .additional_nav ul li a, .additional_nav ul li a:visited {
        text-transform: none;
        font-size: 1.2rem;
        color: #585858;
    }
    #slide_nav_reveal {
        font-size: 1.25rem;
        padding-top: 5px;
    }
        

    /* Search
    ----------------------------------------------------------- */
    
    #quicksearch_btn {
        color: #9e9e9e;
        text-decoration: none;
    }
    .header_quick_search {
        display: inline-block;
        vertical-align: middle;
        /*margin: 0 0 0 12px;*/
    }
    #header.header_layout_right .header_quick_search {
        margin: 0 12px 0 0 ;
    }
        .header_quick_search form {
            width: auto;
            border: 0;
            padding: 0;
            line-height: initial;
        }
        .header_quick_search.active form {
        }
        .header_quick_search .inputField {
            padding: 7px 0;
            width: 68px;
            font-size: 1.25rem;
            line-height: 1.55rem;
            border: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .header_quick_search input,
        .header_quick_search select,
        .header_quick_search textarea {
            font-size: 1.2rem;
            color:#585858;
            margin: 0;
        }
        .header_quick_search.active input,
        .header_quick_search.active select,
        .header_quick_search.active textarea {
            cursor: auto;
            color: #010101;
        }
        .header_quick_search input:focus {
            outline:none;
        }
        .header_quick_search #header_quicksearch_btn {
            display: inline-block !important;
            padding: 8px 0 0;
            margin: 0;
            text-decoration: none;
            width:18px;
            float: none;
            color: #151515;
        }
        .quicksearch-icon::after {
            font-size: 15px;
        }
        
    /* Sub nav
    ----------------------------------------------------------- */

    #sub_nav.navigation,
    #exhibitions_nav.navigation,
    .list_grid_control.navigation,
    .subsection-navigation.navigation,
    .heading_wrapper .news_filters_group.navigation {
        float: right;
        clear: none;
        padding: 0 0 0;
        margin-top: 30px;
    }
        .artist-works-categories-grid-container .artist_works_categories_header .subsection-navigation {
            margin-top: 4px;
        }
        .heading_wrapper #sub_nav.navigation,
        .heading_wrapper #exhibitions_nav.navigation,
        .heading_wrapper .list_grid_control.navigation,
        .heading_wrapper.subsection-navigation.navigation,
        .heading_wrapper .news_filters_group.navigation {
            margin-top: 5px;
        }
        #sub_nav.navigation ul li,
        #exhibitions_nav.navigation ul li,
        .list_grid_control.navigation ul li {
            /*margin: 0 0 0 24px;*/
        }
        #sub_nav.navigation ul li:first-child,
        #exhibitions_nav.navigation ul :first-child,
        .list_grid_control.navigation ul :first-child {
            /*margin-left: 0;*/
        }
        .heading_wrapper.heading_wrapper_alternative #sub_nav.navigation {
            float: left;
        }
        
        
    /* Dynamic sub_nav
    -----------------------------------------------------------*/
    
    #page_header {
        padding: 0 80px;
    }
    
        #page_header .page-header-inner {
            max-width: 1500px;
            margin: 0 auto;
        }
        
            #page_header .page-header-inner .h1_heading {
                font-size: 2.35rem;
                line-height: 2.4rem;
            }
        
        
    /* Content areas
    ----------------------------------------------------------- */

    #main_content {
        padding: 60px 0 0;
        margin: 0 0 60px;
    }
    #content {
        clear: both;
    }
        #content_module,
        .content_module {
            float: left;
            width: 50%;
        }
        #sidebar,
        .sidebar {
            float: right;
            width: 50%;
            box-sizing: border-box;
            padding-left: 50px;
        }
        #sidebar .image,
        #sidebar .image {
            height: auto;
            background: none;
        }
        #sidebar .image img,
        .sidebar .image img  {
            display: block;
            margin: 0 auto;
        }
        #sidebar .caption,
        .sidebar .caption {
            font-size: 0.9em;
            line-height: 2.2em;
        }
        #content #full {
            margin-bottom: 40px;
        }
        
    /* Page headings
    ----------------------------------------------------------- */

    #h1_wrapper , .h1_wrapper{
        float: left;
        min-width: 300px;
    }
    h1 {
        margin: 0 0 50px;
        float: left;
    }
    h1.has_subtitle {
        margin: 0 0 14px;
    }
    h1.has_subnav {
        margin: 0;
    }

    .heading_wrapper {
        margin: 0 0 50px;
    }
        .heading_wrapper h1 {
            margin: 0 0 10px;
            float: none;
        }
            .heading_wrapper h1.has_subtitle {
                margin: 0 0 28px;
            }
            .heading_wrapper h1 .h1_heading {
                margin: 0 0 28px;
                display: block;
                width: 100%;
            }
            .heading_wrapper h1 .separator {
                display: none;
            }
            .heading_wrapper h1 .h1_subtitle {
                float: left;
                margin: 0 25px 0 0;
                line-height: 1.8rem;
            }
        .heading_wrapper .subtitle,
        .heading_wrapper .date,
        .heading_wrapper .location{
            float: left;
            clear: none;
            margin: 0 20px 0 0;
            line-height: 1.8rem;
        }
        .heading_wrapper #sub_nav {
            /*margin: 0;*/
        }



    /* Footer
    ----------------------------------------------------------- */

    #footer {
        border-top: 1px solid #ebebeb;
        color: #737373;
        font-weight: 200;
        padding: 30px 0 30px;
        margin: 0 0 30px;
    }
        #footer #contact_info {
            float: left;
            max-width: 450px;
        }
        #footer .copyright {
            float: left;
            margin-right: 50px;
        }
        #footer .small-links-container {
            font-size: 1.1rem;
        }
        #footer #copyright {
            font-size: 1rem;
            margin: 0 0 6px;
        }
        #footer a:not(.submit_button),
        #footer a:visited:not(.submit_button) {
            color: #737373;
            text-decoration: none;
        }

/* -----------------------------------------------------------
   Page Specific
----------------------------------------------------------- */


    /* Home
    ----------------------------------------------------------- */
    .section-home #main_content {
        margin-bottom: 0;
    }
    .section-home #slideshow ul,
    .section-home #slideshow ul li {
        display: block;
    }
    .section-home #slideshow.records_list .image {
        margin: 0 0 33px;
    }
    .section-home #slideshow .description {
        display: none;
    }
    

    /* Artists
    ----------------------------------------------------------- */
    
    .page-artists .subsection-works #image_gallery .subtitle,
    .page-artists .subsection-works .image_list ul li .content,
    .transparent.store_item.store_item_dynamic_status.clearwithin>.store_item_controls>.buy_now_store_item_add_container>button.store_item_add_to_cart>span,
    .buy_now_enquire>.enquire_button_container.clearwithin > .button > a{
        color: #010101;
    }

        /* Artist list preview
        ----------------------------------------------------------- */

        .page-artists .subsection-artist-list-preview {

        }
        .page-artists .subsection-artist-list-preview #list_preview_navigation.records_list.columns_list ul li {
            margin: 0 0 10px;
        }
            .page-artists .subsection-artist-list-preview #content_module {
                float: left;
            }
            .page-artists .subsection-artist-list-preview #sidebar {
                float: right;
            }


        /* Artist list preview letters a-z
        ----------------------------------------------------------- */

        .page-artists .subsection-artist-list-preview-letters {

        }
            .page-artists .subsection-artist-list-preview-letters #content_module {
                float: left;
            }
            .page-artists .subsection-artist-list-preview-letters #sidebar {
                float: right;
            }

        
        /* Artist detail
        ----------------------------------------------------------- */
        
        .subsection-artist-detail-page .link.view_works {
            display: none;
        }

        #sub_nav .artists-browser {
            line-height: 1.8rem;
        }

        /* #sub_nav .artists-browser .artists-browser-label {
            padding: 0 0 5px;
        } */
        

        /* Artist - video
        ----------------------------------------------------------- */

        .page-artists .subsection-video #sidebar,
        .page-artists .subsection-video .sidebar {
            display: none;
        }
        .page-artists .subsection-video #content_module,
        .page-artists .subsection-video .content_module{
            width: 100%;
        }



    /* Artworks (for single artist websites)
    ----------------------------------------------------------- */

    .page-artworks #image_gallery .subtitle,
    .page-artworks .image_list ul li .content {
        color: #010101;
    }


    /* Exhibitions
    ----------------------------------------------------------- */

    .section-exhibitions #content.exhibition-list-outer-container,
    .section-exhibitions #exhibitions-grid-container {
        clear: none;
    }
    #exhibitions-grid-container {
        clear: both;
    }
    #exhibitions-grid-container .divider {
        display: none;
    }
    #exhibitions-grid-container .subsection-exhibitions-grid {
        padding: 0;
        margin: 0 0 26px;
    }
    #exhibitions-grid-forthcoming .subheading,
    #exhibitions-grid-past .subheading {

    }
    #exhibitions-grid-container #exhibitions-grid-past.subsection-exhibitions-grid {
        margin: 0;
        border-bottom: 0;
    }

    #back_to_exhibitions_link,
    .section-exhibitions .back_to_link {
        display: none;
    }

    .section-exhibitions .heading_wrapper h1 {
        margin: 0;
    }

    .section-exhibitions .heading_wrapper .location {
        display: block;
    }

    /* Events
    ----------------------------------------------------------- */

    #events-grid-container {

    }
    #events-grid-container .divider {
        display: none;
    }
    #events-grid-container .subsection-events-grid {
        padding: 0;
        margin: 0 0 26px;
    }
    #events-grid-forthcoming .subheading,
    #events-grid-past .subheading {

    }
    #events-grid-container #events-grid-past.subsection-events-grid {
        margin: 0;
        border-bottom: 0;
    }
    .event-details-wrapper .event-details span {
        font-weight: 200;
        color: #585858;
        font-size: 1.25rem;
        line-height: 2em;
        display: block;
    }
    .event-details-wrapper .event-details a,
    .event-details-wrapper .event-details a:visited {
        color: #585858;
        text-decoration:none;
    }
    .event-details-wrapper .event-details a:hover{
        color: #010101;
    }
    
    /* Art fairs
    ----------------------------------------------------------- */

    #art-fairs-grid-container .subsection-art-fairs-grid {
        padding: 0;
        margin: 0 0 20px;
    }
    #art-fairs-grid-container #art-fairs-grid-past.subsection-art-fairs-grid {
        margin: 0;
        border-bottom: 0;
    }


    /* Press
    ----------------------------------------------------------- */

    .subsection-press .records_list .content .link,
    .section-press .records_list .content .link {
        display: inline-block;
        text-align: left;
    }
        .subsection-press .records_list .content .link a,
        .section-press .records_list .content .link a {
            display: block;
            text-align: left;
            width: 100%;
        }


    /* Publications
    ----------------------------------------------------------- */

    .section-publications .records_list .image span {
        text-align: left;
    }
        .section-publications .records_list .image span img {
            margin: 0;
        }
    .section-publications .records_list .content .description {
        display: block;
    }
        .section-publications .records_list .content .description .format {
            margin: 0 0 8px;
            display: block;
        }


    /* Blog
    ----------------------------------------------------------- */
    .section-blog .blog_detail_about_author {
        margin-bottom: 20px;
    }
    .section-blog .blog_detail_about_author .image img {
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        border-radius: 200px;
    }
    .section-blog .records_list.reading_list ul li .blog_toolbar .author .icon img {
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        border-radius: 200px;
    }
    .section-blog .subsection-blog-grid #sidebar {
        padding-left: 60px;
        box-sizing: border-box;
    }
    .section-blog .subsection-blog-record #content_module .image {
        display: block;
        margin-bottom: 40px;
    }
    

    /* Store
    ----------------------------------------------------------- */

    #shopping_cart_container h1 {
        float: none;
        display: block;
    }

    .section-store .subsection-store-basket {

    }
        .section-store .subsection-store-basket #content_module {
            float: left;
            width: 68%;
        }
        .section-store .subsection-store-basket #sidebar {
            float: right;
            width: 32%;
        }
        .section-store .subsection-store-basket h2 {
            margin: 0 0 35px;
        }
        #sc_checkout_content #shipping_container #shipping_zones_container h3,
        #sc_checkout_content #shipping_container #shipping_options_container h3 {
            font-size: 1.3rem;
        }

    #store_cart_widget {
        font-size: 1.25rem;
        margin-top: -25px;
    }

        #store_cart_widget a {

        }
        #store_cart_widget #scw_heading {

        }
            #store_cart_widget #scw_items .scw_total_items,
            #store_cart_widget #scw_items .scw_total_price {

            }
        #store_cart_widget #scw_checkout {

        }
        #header #store_cart_widget.active,
        #header #store_cart_widget:not(.hide_when_empty) {
            opacity: 1.0 !important;
            display: inline-block !important;
            vertical-align: middle;
            float: none;
            /*margin: 0 0 0 12px;*/
            position: relative;
            width: 24px;
        }
        #header.header_layout_right #store_cart_widget.active,
        #header.header_layout_right #store_cart_widget:not(.hide_when_empty) {
            /*margin: 0 12px 0 0;*/
        }
        #header #store_cart_widget.active {
            visibility: visible;
        }
        #header #store_cart_widget::after,
        #header #store_cart_widget::before {
            font-family: "artlogic-social-icons" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            font-size:20px;
            letter-spacing: 0;
            text-transform: none !important;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 1px;
            left: 2px;
            height: 30px;
            line-height: 24px;
        }
        /* Regular bag ----------- */
        #header #store_cart_widget::before {
            content: "\e03e";
            opacity:1.0;
            /*color: #585858;*/
        }
        #header #store_cart_widget:hover::before {
            color: #101010;
        }
        #header #store_cart_widget::after {
            content: "\e03f";
            opacity: 0;
        }
            #header #store_cart_widget.active:not(.empty)::after {
                opacity: 1.0;
                color: #101010;
            }
            #header #store_cart_widget.active:not(.empty)::before {
                opacity: 0;
            }
        #header #store_cart_widget a {
            display: block;
            width: 24px;
            height: 30px;
            color: #fff;
            letter-spacing: 0;
        }
        #header #store_cart_widget #scw_items {
            float: none;
            width: 100%;
            text-align: center;
            display: block;
            position: relative;
            z-index: 99;
            /*opacity: 0; commented out so basket icon can show outline when focused on - for accessibility */
        }
        
        /*commented out so basket icon can show outline when focused on - for accessibility */
        
        /*#header #store_cart_widget.active:not(.empty) #scw_items {*/
        /*    -webkit-transition: opacity 0.3s ease-in-out;*/
        /*    -moz-transition: opacity 0.3s ease-in-out;*/
        /*    transition: opacity 0.3s ease-in-out;*/
        /*    opacity: 1.0;*/
        /*}*/
        
            #header #store_cart_widget.empty #scw_items .scw_total_items {
                display: none;
            }
            #header #store_cart_widget #scw_items .scw_total_items {
                width: 100%;
                height: 30px;
                margin: 0;
                text-align: center;
                line-height: 31px;
                font-size: 9px;
                font-weight: bold;
                letter-spacing: -0.5px;
                margin-left: 0;
            }
        #header #store_cart_widget #scw_heading,
        #header #store_cart_widget #scw_checkout,
        #header #store_cart_widget .currency_store_select_wrapper,
        #header #store_cart_widget #scw_items .scw_total_price,
        #header #store_cart_widget #scw_items .scw_total_items_text {
            display: none !important;
        }
            #header #store_cart_widget #scw_items .scw_total_items {

            }
            #header #store_cart_widget #scw_items .scw_total_count {
                width: 24px;
                height: 30px;
                display: inline;
            }
        #header #store_cart_widget #scw_checkout {

        }
        #sc_total_price_container .order_total_wrapper {
            color: #A81B11;
            font-size: 1.4em;
        }
        
        
        #scw_popup_inner {
            
        }
        div.arprompt .arpromptclose {
            margin: 0;
            float: right;
            text-indent: -9999px;
            height: 20px;
        }
        div.arprompt .arpromptclose:after {
            content: "\e031";
            font-family: "artlogic-social-icons" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            font-size: 19px;
            letter-spacing: 0;
            text-transform: none !important;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-indent: 0;
            display: block;
            cursor: pointer;
            float: right;
            line-height: 19px;
        }

        
    /* About
    ----------------------------------------------------------- */


    /* Team
    ----------------------------------------------------------- */

    .section-team .records_list .content .description,
    .section-team .records_list .content .link {
        display: block;
    }

    /* Clients
    ----------------------------------------------------------- */

    .section-clients .records_list .content .description {
        display: block;
    }


    /* Contact
    ----------------------------------------------------------- */

    .section-contact #map_basic {
        height: auto
    }
        .section-contact #map_basic::before {
            content: '';
            padding-top: 100%;
            display: block;
            position: relative;
        }
        .section-contact #map_basic > div {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }


/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */
    
    /* Splash screen
    ----------------------------------------------------------- */
    
    #home_splash .content {
        font-size: 60px;
        line-height: 70px;
    }
    
    
    /* Hero header 
    ----------------------------------------------------------- */
    
    #hero_header > .inner {
        box-sizing: border-box;
        max-width: 1660px;
    }
    
    
    /* Fullscreen slideshows
    ----------------------------------------------------------- */

    .fullscreen_slideshow .hero_splash_text {
        font-weight: 200;
        color: #fff;
        padding: 0;
    }
    .fullscreen_slideshow ul li .content {
       
    }
    .fullscreen_slideshow ul li .content .inner {
        margin: 0 auto;
        max-width: 1500px;
    }
    #hero_header .fullscreen_slideshow ul li .content .inner {
        width: 100%;
    }
    .fullscreen_slideshow ul li .content h2,
    .fullscreen_slideshow ul li .content h2 a,
    .fullscreen_slideshow ul li .content h2 a:visited,
    .fullscreen_slideshow ul li .content h2 a .separator,
    .fullscreen_slideshow ul li .content h2 a .h1_subtitle {
        color: #fff;
        font-size: 3.2rem;
        line-height: 3.4rem;
     }
    .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2,
    .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a,
    .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a:visited,
    .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a .separator,
    .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a .h1_subtitle {
         font-size: 1.4rem;
         line-height: 1.6rem;
    }



    /* Image gallery
       Standard page-by-page image gallery
    ----------------------------------------------------------- */

    #image_gallery {

    }
        #image_gallery #content_module .subtitle {
            margin: 0 0 10px;
            font-size: 1.3rem;
        }
        #image_gallery #content_module .detail_view_module,
        #image_gallery #secondary_content_module .detail_view_module {
            color: #585858;
        }
        #image_gallery #content_module h3 {
            font-weight: 200;
            color: #010101;
            font-size: 1.2rem;
            line-height: 1.2em;
        }


    /* Records list
       Default styling for all content grids on the site
    ----------------------------------------------------------- */

    .records_list {

    }
        .records_list .content {
            text-align: left;
            font-size: 0.9em;
            line-height: 1.7em;
        }
            .records_list .content h2 {
                font-size: 1.65rem;
                line-height: 2rem;
                color: #010101;
                margin: 0 0 15px;
            }
            .records_list .content .subtitle,
            .records_list .content .date,
            .records_list .content .location {
                font-size: 1.15rem;
                line-height: 1.6rem;
                color: #585858;
            }
            .records_list .content .price,
            .records_list .item .price {
                font-size: 1.05rem;
                padding-top: 10px;
            }
            .records_list .content .description {
                color: #585858;
            }
            
            body:not(.section-team) .records_list:not(.feature_list):not(.reading_list) li:not(.custom_panel) .content .description:not(.user_defined),
            body:not(.section-team) .records_list:not(.feature_list):not(.reading_list):not(.custom_list) .content .link:not(.user_defined) {
                display: none;
            }
            
            .records_list ul li .content .title,
            .records_list ul li .content .artist {
                font-size: 1.3rem;
                line-height: 2rem;
                color: #010101;
                margin-bottom: 1rem;
                overflow-wrap: break-word;
            }
            .records_list ul li .content .artist {
                color: #010101;
            }
            /* DC - I think this was previously here to override hardcoded artwork italics, or to neaten up text generally. 
            Turning off for now as clients mostly want this formatting carried through */
            /*.records_list ul li .content em {*/
            /*    font-style: normal;*/
            /*}*/
            .records_list ul li .content strong {
                
            }
            .records_list ul li .signed_and_dated,
            .records_list ul li .dimensions,
            .records_list ul li .medium {
                color: #010101;
                font-weight: 200;
                letter-spacing: 0;
                text-transform: none;
            }


        /* Records lists in a sidebar
        ----------------------------------------------------------- */

        #sidebar .feature_panels ul li {
            border-bottom: 1px solid #ebebeb;
        }



    /* Mini list
       Small list with image and one line text (e.g. related items)
    ----------------------------------------------------------- */

    .mini_list {

    }
            .mini_list ul li .content h2 {
                font-size: 1.2rem;
                padding-right: 0
            }
            

    /* Related items panel
    ----------------------------------------------------------- */
    
    .related_items_panel {
        
    }
        .related_items_panel > h3,
        .related_items_panel h3.related_items_panel_heading,
        .related_items_panel h2.related_items_panel_heading {
            border-bottom: 1px solid #EBEBEB;
            padding: 0 0 10px;
            margin: 0 0 20px;
            font-size: 1.25rem;
        }
        
        
        
    /* Names list
       A list of names without images
    ----------------------------------------------------------- */

    .names_list {
        
    }
    

    /* Feature panels
    ----------------------------------------------------------- */

    .feature_panels {

    }
        .feature_panels .no_image h2 {
            margin-top: 0;
        }
        .feature_panels .description {
            display: block;
        }
        .feature_panels .fp_title + .description,
        .feature_panels .subtitle + .description {
            padding-top: 20px;
        }
        .feature_panels .link {
            display: block;
        }
        .feature_panels .panel_image_text_adjacent .content h2 {
            font-size: 2.7rem;
            line-height: 3.2rem;
        }
        .feature_panels .panel_standard.panel_style_standard img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }


    /* Feature list
       Full width grid item which is much larger than other grids
    ----------------------------------------------------------- */

    .feature_list {

    }
        .records_list.feature_list ul li {
            margin: 0 0 75px;
            display: flex;
            align-items: center;
        }
        .records_list.feature_list ul li .image {
            width: 60%;
        }        
        .records_list.feature_list ul li .content {
            width: 40%;
        }
        .feature_list ul li .content h2 {
            font-size: 3rem;
            line-height: 4rem;
            margin: 0 0 25px;
        }
        .feature_list ul li .content .subtitle {
            border-bottom: 1px solid #ebebeb;
            font-size: 1.25rem;
            padding: 0 0 12px;
            margin: 0 0 12px;
        }
        .feature_list ul li .content .date {
            font-size: 1.25rem;
            margin: 0 0 14px;
        }
        .feature_list ul li .content .description {
            display: block;
            margin: 0 0 20px;
            padding-top: 20px;
        }
        .feature_list ul li .content .link {
            display: block;
            margin: 0 0 20px;
        }
        .feature_list ul li .content .location {
            font-size: 1.25rem;
            margin: 0 0 14px;
        }
    

    /* Full list
       A grid where the image fill the full width
    ----------------------------------------------------------- */

    .full_list {

    }
        .full_list ul li .content h2,
        .full_list ul li .content .h1_subtitle {
            font-size: 2.7rem;
            line-height: 3.1rem;
            margin: 0 0 22px;
        }
        .full_list ul li .content .subtitle {
            border-bottom: 1px solid #ebebeb;
            font-size: 1.25rem;
            padding: 0 0 12px;
            margin: 0 0 12px;
        }
        .full_list ul li .content .date {
            font-size: 1.25rem;
            margin: 0 0 14px;
        }
        .full_list ul li .content .description {
            display: block;
            font-weight: 200;
            margin: 0 0 16px;
        }
        .full_list ul li .content .link {
            display: block;
            padding: 16px 0 0;
        }
        

        /* Expanding detail list
        ----------------------------------------------------------- */

        .records_list.detail_expand_grid .expander_detail #image_gallery #content_module .subtitle{
            font-size: 1.9rem;
            line-height: 2.3rem;
            margin: 0 0 22px;
        }
        .records_list.detail_expand_grid .expander_detail #image_gallery #content_module .signed_and_dated,
        .records_list.detail_expand_grid .expander_detail #image_gallery #content_module .dimensions,
        .records_list.detail_expand_grid .expander_detail #image_gallery #content_module .medium {
            font-size: inherit;
        }
    
    /* Filters panel
    ----------------------------------------------------------- */
    
    .filters_panel.filters_layout_above_list {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 40px;
    }
    .filters_panel.filters_layout_sidebar .fp-module {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    /* Button
    ----------------------------------------------------------- */
    
    .button {
        background: #151515;
    }
        .button a,
        .button a:visited,
        .button a:hover,
        .button span,
        .button input {
            color: #fff;
        }
        .button.loading .button_loader svg .path {
            stroke: #fff;
        }
        
        .store_items_standard .store_item_remove_container {           
            font-size: 1.3rem;
        }
        .tabbing-detected .button a:focus,
        .tabbing-detected .button:focus {
            outline-offset: -8px;
            outline-color: white;
            outline-style: solid;
        }
        .browser-msie.tabbing-detected .button a:focus {
            border: 3px solid yellow;
        }
    
        
    /* link
       Basic text link usually used throughout the site
    ----------------------------------------------------------- */

    .link,
    .simple_list ul li {
        font-weight: 200;
        color: #585858;
        font-size: 1.25rem;
    }
        .link span,
        .link a,
        .link a:visited,
        .simple_list ul li a,
        .simple_list ul li a:visited {
            color: #585858;
            font-weight: 200;
        }



    /* Social links
       A list of social links, usually appears on the contact page
    ----------------------------------------------------------- */

    #social_links_list {

    }
        #social_links_list ul li {
            font-weight: 200;
            color: #151515;
            font-size: 1.15rem;
        }
        
    /* Add to calendar links
    ----------------------------------------------------------- */
        
    .add_to_calendar_link.event_date_dropdown a.add_to_calendar_button {
        color: #010101;
    }
    #hero_heading .add_to_calendar_link.event_date_dropdown a.add_to_calendar_button {
        font-weight: normal;
    }
    
    .add_to_calendar_link.event_date_dropdown.teaser_subtitle a.add_to_calendar_button {
        color: #585858;
    }
    

     /* Page sharing
    ----------------------------------------------------------- */
    .add_to_calendar_link,
    .share_link {
        font-size: 1.1rem;
    }
    .add_to_calendar_link a,
    .share_link a {
        padding: 4px 8px 0 8px;
        line-height: 2.2rem;
    }


    /* Pagination
    ----------------------------------------------------------- */

    .page_stats {
        padding: 30px 0 0;
        margin-top: 20px;
        border-top: 1px solid #ebebeb;
        clear: both;
    }
        .page_stats .ps_item {
            color: #585858;
            font-size: 1.25rem;
            font-weight: 200;
        }
        .page_stats .ps_item a,
        .page_stats .ps_item a:visited {
            color: #010101;
        }
        .page_stats .ps_pages {
            color: #585858;
            font-size: 1.25rem;
            font-weight: 200;
        }
        
            
    /* Miscellaneous
       Common classes used throughout the site, generally on grids
    ----------------------------------------------------------- */

    .subheading {
        font-weight: 200;
        color: #585858;
        font-size: 1.25rem;
        margin: 0 0 50px;
        display: flex;
        align-items: center;
    }
        .subheading::after {
            content: '';
            border-top: 1px solid #eee;
            padding: 0;
            flex-grow: 1;
            display: block;
        }
        .subheading span {
            padding: 0 10px 0 0;
        }

        .subheading_description {
            margin-top: -25px;
            margin-bottom: 50px;
        }
    .poster,
    .subtitle,
    .heading_wrapper h1 .h1_subtitle,
    .location {
        font-weight: 200;
        color: #010101;
        font-size: 1.25rem;
        line-height: 1.4em;
    }
    .date {
        font-weight: 200;
        color: #585858;
        font-size: 1.25rem;
        line-height: 1.4em;
    }
    .price {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        font-size: 1.3rem;
    }

    /* Fancybox overrides
    ----------------------------------------------------------- */

    #fancybox-overlay {
        background: #010101 !important;
    }
    #fancybox-title-main {
        font-size: 1.25rem;
        font-weight: 200;
        color: #010101;
    }
        #fancybox-title-main .artist strong {
            color: #010101;
            font-size: 1.25rem;
            font-weight: 200;
            font-weight: 200;
        }
        .fancybox-title .price {
            letter-spacing: 0.1rem;
            font-size: 1.2rem;
        }


    /* Mailchimp form
    ----------------------------------------------------------- */

    #mc_embed_signup input.button {
        font-family: inherit;
        width: auto;
        font-size: 1.2rem;
        font-weight: normal;
        color: #585858;
    }
    
    
