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


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

    #container {
        width: 940px;
    }


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

    #header {
        /*background: url('../images/header.png') center bottom no-repeat #2d2929;*/
        background: #2d2929;
        min-height: 0;
        position: relative;
        z-index: 200;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        margin-left: calc(-100vw / 2 + 940px / 2);
        margin-right: calc(-100vw /2 + 940px / 2);
    }
    #header.header_fixed {
        background: #2d2929;
    }
    body.type-fullscreen #header {
        position: absolute;
        margin-left: 0;
        margin-right: 0;
    }
        #header .inner,
        #header.header_fixed .inner {
            position: relative;
            max-width: 940px;
            margin: 0 auto;
            padding: 30px 0 30px;
        }
        #header .inner:after {
            content: "";
            clear: both;
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }


    /* Logo
    ----------------------------------------------------------- */

    #logo {
        margin: 0 auto 20px;
        height: auto;
        padding: 0;
        width: 100%;
        background: center center no-repeat;
    }
        #logo a {
            font-family: 'Montserrat', Arial, Sans-Serif;
            height: auto;
            text-align: center;
            font-size: 23px;
            line-height: 26px;
            letter-spacing: 11px;
            font-weight: 200;
        }
        #logo a, #logo a:visited {
            color: #FFF;
            /*outline: none;*/
        }
    #home_splash .content {
        text-transform: uppercase;
    }


    /* Translations nav in header
    ----------------------------------------------------------- */

    #translations_nav {
        position: absolute;
        top: 0;
        right: 0;
    }
        #translations_nav.navigation ul li {
            height: auto;
            margin: 0;
        }
        #translations_nav.navigation ul li a {
            height: auto;
        }
        #translations_nav.navigation ul li a,
        #translations_nav.navigation ul li a:visited {
            color: #999999;
        }
        #translations_nav.navigation ul li a:hover {
            color: #999999;
        }
        #translations_nav.navigation ul li.active a,
        #translations_nav.navigation ul li.active a:visited,
        #translations_nav.navigation ul li.active a:hover {
            color: #FFF;
            background: none;
        }


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

    .navigation {

    }
        .navigation ul {

        }
        .navigation ul li.last {
            margin-right: 0 !important;
        }
        .navigation ul li a {
            line-height: 11.5px;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: normal;
            letter-spacing: 3px;
            font-family: 'Montserrat', Arial, Sans-Serif;
        }
        .navigation ul li a,
        .navigation ul li a:visited {
            color: #999999;
        }
        .navigation ul li a:hover {
            color: #999999;
        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover {
            color: #303030;
        }


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

    #top_nav.navigation {

    }
        #top_nav.navigation ul li {
            height: auto;
            margin: 0 30px 0 0;
        }
        #top_nav.navigation ul li a {
            font-size: 11.5px;
            height: auto;
            font-weight: 200;
            letter-spacing: 6px;
            padding: 0;
            line-height: 26px;
        }
        #top_nav.navigation ul li a,
        #top_nav.navigation ul li a:visited {
            color: #FFF;
        }
        #top_nav.navigation ul li a:hover {
            color: #FFF;
        }
        #top_nav.navigation ul li.active a,
        #top_nav.navigation ul li.active a:visited,
        #top_nav.navigation ul li.active a:hover {
            color: #FFF;
            /*
            background: url(../images/nav_active.png) 47% bottom no-repeat;
            */
        }

    /* Header social links
    ----------------------------------------------------------- */
    #header #social_links_nav {
        vertical-align:middle;
    }

    #header #social_links_nav .social_media_icon {
        border: none;
        background-color: transparent;
        margin: 0 5px 0 0;
    }

    /* Sub nav
    ----------------------------------------------------------- */

    #sub_nav.navigation,
    #exhibitions_nav.navigation,
    .list_grid_control.navigation {
        float: right;
        margin: 0 0 50px;
    }
        #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 a,
        #exhibitions_nav.navigation ul li a,
        .list_grid_control.navigation ul li a {
            font-size: 10px;
            padding: 25px 0 0;
        }
        #sub_nav.navigation  ul li.active a,
        #exhibitions_nav.navigation  ul li.active a,
        .list_grid_control.navigation  ul li.active a {
            background: url(../images/nav_active.png) 47% top no-repeat;
        }

    /* Content areas
    ----------------------------------------------------------- */

    #main_content {
        padding: 60px 0 0;
        margin: 0 0 43px;
    }
    
    #header.header_fixed ~ #main_content {
        padding-top: 176px;
    }

    #content {

    }
        #content_module {
            float: left;
            width: 580px;
        }
        #sidebar {
            float: right;
            width: 320px;
        }
        #sidebar .image {
            border: 1px solid #f4f4f4;
            height: auto;
            background: none;
        }
        #sidebar .image img {
            display: block;
            margin: 0 auto;
        }


    /* Page headings
    ----------------------------------------------------------- */

        h1 {
            margin: 0 0 50px;
            font-size: 14px;
        }
        .heading_wrapper {
            height: auto;
            margin-bottom: 50px;
        }
        .heading_wrapper h1 {
            margin: 0;
        }
        .heading_wrapper .subtitle,
        .heading_wrapper .date {
            float: left;
            padding: 24px 0 0;
        }
        .heading_wrapper #sub_nav {
            float: right;
            clear: none;
            margin-bottom: 0;
        }
        .heading_wrapper.cascading-page-header h1 {
            float: none;
        }


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

    #footer {
        font-family: 'Montserrat', Arial, Sans-Serif;
        border-top: 1px solid #ebebeb;
        color: #9e9e9e;
        font-weight: normal;
        padding: 30px 0 0;
        margin: 0 0 30px;
    }
        #footer #contact_info {
            float: left;
            max-width: 450px;
        }
        #footer .copyright {
            float: left;
            margin-right: 50px;
        }
        #footer #artlogic,
        #footer .privacy-policy,
        #footer .cookie-policy {
            font-size: 8px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        #footer #copyright {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 0 0 6px;
        }
        #footer a,
        #footer a:visited {
            color: #9e9e9e;
            text-decoration: none;
        }




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


    /* Home
    ----------------------------------------------------------- */

    .section-home #main_content {
        margin-bottom: 0;
    }
    .section-home #slideshow ul,
    .section-home #slideshow ul li {
    }
    .section-home #slideshow.records_list .image {
        margin: 0 0 20px;
        width: 940px;
        min-height: 532px;
    }
    .section-home #slideshow h2 {
        margin: 0 0 16px;
        font-size: 22px;
        font-weight: 200;
    }
    .section-home #slideshow .description {
        display: none;
    }


    /* Artists
    ----------------------------------------------------------- */

    .page-artists h1 #artist_years {
        font-size: 11.5px;
        letter-spacing: 2px;
        padding-left: 5px;
    }

    .page-artists #artist_list ul li h2 {
        font-size: 10px;
    }
    .page-artists .subsection-works #image_gallery .subtitle,
    .page-artists .subsection-works .image_list ul li .content {
        color: #303030;
    }

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

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

        }
            .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 - video
        ----------------------------------------------------------- */

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


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



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

    #exhibitions-grid-container {
        margin-top: -26px;
    }
    #exhibitions-grid-container #exhibitions_nav {
        margin-top: -24px;
    }
    #exhibitions-grid-container .divider {
        display: none;
    }
    #exhibitions-grid-container .subsection-exhibitions-grid {
        padding: 0;
        margin: 0 0 26px;
        border-bottom: 1px solid #ebebeb;
    }
    #exhibitions-grid-forthcoming .subheading,
    #exhibitions-grid-past .subheading {

    }
    #exhibitions-grid-container #exhibitions-grid-past.subsection-exhibitions-grid {
        margin: 0;
        border-bottom: 0;
    }
    .section-exhibitions .exhibition-header.has_location .subtitle {
        margin-top: 40px;
    }
    .section-exhibitions .exhibition-header.has_location .subtitle .subtitle_date {
        display: block;
    }
    .section-exhibitions .exhibition-header.has_location .subtitle .location {
        margin-top: 5px;
        display: block;
    }
    #back_to_exhibitions_link,
    .section-exhibitions .back_to_link {
        display: none;
    }
    #exhibitions_nav.navigation {
        margin: 0;
    }
        #exhibitions_nav.navigation ul li a {
            padding: 5px 0 14px;
            background-position: 47% 20px;
        }
    .subsection-exhibition-detail-page .heading_wrapper {
        clear: none;
    }


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

    #events-grid-container {
        margin-top: -26px;
    }
    #events-grid-container .divider {
        display: none;
    }
    #events-grid-container .subsection-events-grid {
        padding: 0;
        margin: 0 0 26px;
        border-bottom: 1px solid #ebebeb;
    }
    #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;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #999999;
        font-size: 11.5px;
        line-height: 2em;
        display: block;
    }
    .event-details-wrapper .event-details a,
    .event-details-wrapper .event-details a:visited{
        color: #999999;
        text-decoration:none;
    }
    .event-details-wrapper .event-details a:hover{
        color: #303030;
    }

    /* Art fairs
    ----------------------------------------------------------- */

    #art-fairs-grid-container {

    }
    #art-fairs-grid-container .divider {
        display: none;
    }
    #art-fairs-grid-container .subsection-art-fairs-grid {
        padding: 0;
        margin: 0 0 26px;
        border-bottom: 1px solid #ebebeb;
    }
    #art-fairs-grid-forthcoming .subheading,
    #art-fairs-grid-past .subheading {

    }
    #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: center;
    }
        .subsection-press .records_list .content .link a,
        .section-press .records_list .content .link a {
            display: block;
            text-align: center;
            width: 100%;
            letter-spacing: 1.5px;
        }


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

    .section-publications .list_grid_control {
        margin: -50px 0 50px;
    }


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

    .section-store .subsection-store-basket {

    }
        .section-store .subsection-store-basket #content_module {

        }
        .section-store .subsection-store-basket #sidebar {

        }
        .section-store .subsection-store-basket h2 {
            margin: 0 0 35px;
        }

    #store_cart_widget {
        margin-top: -25px;
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
        line-height: 18px;
    }
        #store_cart_widget .currency_store_select_wrapper {
            margin-top: 0;
        }
        #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 {

        }




    /* Blog
    ----------------------------------------------------------- */

    .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: 30px;
        box-sizing: border-box;
    }


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




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

    .page-contact #content_module,
    .page-contact .contact-locations-grid .feature_list ul li .content{
        float: right;
        width: 420px;
    }
    .page-contact #sidebar,
    .page-contact .contact-locations-grid .feature_list ul li .google-map {
        float: left;
        width: 470px;
        max-width: 100%;
    }
    .page-contact .contact-locations-grid .feature_list ul li .image,
    .page-contact .contact-locations-grid .feature_list ul li .image span {
        width: 470px;
        max-width: 470px;
        margin: 0;
    }

    /* Mailing list
    ----------------------------------------------------------- */

    .section-mailing-list #content_module {
        float: left;
    }
    .section-mailing-list #sidebar {
        float: right;
    }



    /* Page not found
    ----------------------------------------------------------- */

    .section-pagenotfound #container {
        width: 400px;
        text-align: center;
    }
    .section-pagenotfound #logo {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .section-pagenotfound #logo a {
        text-align: center;
    }
    .section-pagenotfound #main_content h1 {
        width: 100%;
        min-width: 0;
        text-align: center;
    }



/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */




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

    #image_gallery {

    }
        #image_gallery #image_container,
        #image_gallery #image_container .image,
        #image_gallery #image_container .image span {
            width: 660px;
            height: 480px;
            height: auto;
            display: block;
        }
        #image_gallery #content_module {
            min-height: 450px;
        }
        #image_gallery #content_module .page_stats {
            bottom: -5px;
            border: 0;
        }
        #image_gallery #content_module .detail_view_module,
        #image_gallery #content_module .subtitle,
        #image_gallery #content_module .enquire {
            margin-bottom: 30px;
        }
        #image_gallery #content_module .subtitle {
            font-size: 12px;
        }
        #image_gallery #content_module .detail_view_module h3 {
            font-size: 10px;
            font-weight: normal;
            letter-spacing: 3px;
            line-height: 1.2em;
            text-transform: uppercase;
        }

        #image_gallery.artwork_full_details_open {

        }
            #image_gallery.artwork_full_details_open #content_module {
                width: 660px;
            }
            #image_gallery.artwork_full_details_open #image_container {
                width: 250px;
            }
                #image_gallery #image_container .image,
                #image_gallery #image_container .image span {
                    width: 100%;
                }


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

    .records_list {

    }
        .records_list ul {
            margin-bottom: 0;
        }
        .records_list ul li,
        .records_list ul li.last {
            margin: 0 20px 45px 0;
        }
        .records_list ul li a,
        .records_list ul li a:visited {

        }
        .records_list ul li .image {
            float: left;
            width: 218px;
            height: 218px;
            border: 1px solid #f4f4f4;
            background: #fff;
            margin: 0 0 30px;
        }
        .records_list .content,
        .detail_list_alt ul li .content {
            text-align: center;
            width: 100%;
            line-height: 1.5em;

        }
            .records_list .content h2,
            .records_list .content .subtitle,
            .records_list .content .date {
                font-size: 10px;
                color: #303030;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }
            .records_list .content .subtitle,
            .records_list .content .date {
                color: #999999;
            }
            .records_list ul li .content .description {
                font-weight: 200;
                margin: 0 0 10px;
                text-transform: none;
                font-size: 12.5px;
                letter-spacing: normal;
                color: #999999;
            }
            .records_list .content .description,
            .records_list .content .link {
                display: none;
            }

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

        #sidebar .feature_panels .records_list ul li {
            width: 100%;
            margin: 0 0 25px;
            padding: 0 0 15px;
            border-bottom: 1px solid #ebebeb;
        }
        #sidebar .feature_panels .records_list ul li:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }


    /* Reading list
    ----------------------------------------------------------- */

    .records_list.reading_list {

    }
        .records_list.reading_list ul li {
            border-bottom: 1px solid #ebebeb;
            padding: 0 0 40px;
            margin: 0 0 40px;
        }
        .records_list.reading_list ul li:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .records_list.reading_list ul li .image {
            height: auto;
        }
        .records_list.reading_list ul li .content .description,
        .records_list.reading_list ul li .content .link {
            display: block;
        }


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

    .mini_list ul {

    }
        .mini_list ul li {
            margin: 0 0 8px;
        }
            .mini_list ul li a {

            }
            .mini_list ul li .image {

            }
            .mini_list ul li .content {

            }

    .related_items_panel {
        margin: 0 0 15px;
    }
        .related_items_panel h3 {
            font-size: 11.5px;
            border-bottom: 1px solid #EBEBEB;
            padding: 0 0 8px;
            margin: 0 0 8px;
        }


    /* Image list
       A grid of images with captions e.g. Artists list
    ----------------------------------------------------------- */

    .image_list {

    }
        .image_list ul {

        }
        .image_list ul li {
            width: 220px;
        }
        .image_list ul li .image {

        }
        .image_list ul li.unavailable .content:before {
            margin-top: 4px;
        }
        .image_list ul li .content,
        .image_list ul li .content .title,
        .image_list ul li .content .signed_and_dated,
        .image_list ul li .content .medium,
        .image_list ul li .content .dimensions,
        .image_list ul li .content .artist {
            font-size: 10px;
            font-weight: normal;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #999999;
        }
        .image_list ul li .content .title,
        .image_list ul li .content .artist {
            margin: 0 0 10px;
        }
        .image_list ul li .content .artist {
            color: #303030;
        }
        .image_list ul li .content em {
            font-style: normal;
        }
        .image_list ul li .content strong {
            font-weight: normal;
        }
        .image_list ul li .signed_and_dated,
        .image_list ul li .dimensions,
        .image_list ul li .medium {
            font-size: 12.5px;
            color: #303030;
            font-weight: 200;
            letter-spacing: 0;
            text-transform: none;
        }


    /* Detail list
       A grid which usually has an image with more preview text/content
    ----------------------------------------------------------- */

    .detail_list {

    }
        .detail_list ul {

        }
        .detail_list ul li {
            width: 220px !important;
        }

        .detail_list ul li .image {

        }
        .detail_list ul li .content {

        }


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

    .feature_panels .records_list.image_list {

    }
        .feature_panels .records_list ul {
            margin-right: -20px;
            width: auto;
        }
        .feature_panels .records_list.image_list ul li .image {
            border: 0;
        }
        .feature_panels .records_list.image_list ul li h2 {

        }
        .feature_panels .records_list.image_list ul li.no_image h2 {
            margin-top: 0;
        }
        .feature_panels .records_list.image_list ul li .description {
            display: block;
        }
        .feature_panels .records_list.image_list ul li .link {
            display: block;
        }
    .feature_panels.feature_panels_layout_type_2 .records_list ul li:nth-child(-n+3) .image {
        padding-bottom: 50px;
    }
    .feature_panels.feature_panels_layout_type_2 .records_list ul li:nth-child(1) .image {
        padding-bottom: 0;
    }
    .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content h2 {
        font-size: 13px;
        letter-spacing: 6px;
        margin: 0 0 14px;
    }

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

    .feature_list {

    }
        .feature_list ul {

        }
        .feature_list ul li {
            width: 100% !important;
            margin: 0 0 45px;
        }
        .feature_list ul li .image {
            margin: 0 100px 0 0;
            height: auto;
        }
        .feature_list ul li .image,
        .feature_list ul li .image span {
            width: 380px;
            max-width: 380px;
        }
            .feature_list ul li.no-list-image .image {
                display:none;
            }
        .feature_list ul li .content {
            width: 455px;
            text-align: left;
        }
            .feature_list ul li.no-list-image .content {
                width:100%;
            }
        .feature_list ul li .content h2 {
            font-size: 13px;
            letter-spacing: 6px;
            margin: 0 0 14px;
        }
        .feature_list ul li .content .date,
        .feature_list ul li .content .subtitle {
            font-size: 11.5px;
            letter-spacing: 3px;
            margin: 0 0 14px;
        }
        .feature_list ul li .content .description {
            display: block;
        }
        .feature_list ul li .content .link {
            display: block;
            float: right;
        }



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

    .full_list {

    }
        .full_list ul {

        }
        .full_list ul li {
            width: 100% !important;
            margin: 0 0 45px;
        }
        .full_list ul li .image {
            margin: 0 100px 0 0;
            height: auto;
        }
        .full_list ul li .image,
        .full_list ul li .image span {

        }
        .full_list ul li .content {
            text-align: left;
        }
        .full_list ul li .content h2 {
            font-size: 15px;
            letter-spacing: 7px;
            margin: 0 0 14px;
        }
        .full_list ul li .content .date,
        .full_list ul li .content .subtitle {
            font-size: 11.5px;
            letter-spacing: 3px;
            margin: 0 0 14px;
        }
        .full_list ul li .content,
        .full_list ul li .content .description {
            display: block;
            font-weight: 200;
            color: #999999;
            margin: 0;
        }
        .full_list ul li .content .link {
            display: block;
            float: right;
        }


    /* link
       Basic text link usually used throughout the site
    ----------------------------------------------------------- */

    .link {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
    }
        .link a {

        }
        .link span,
        .link a,
        .link a:visited {
            color: #999999;
            font-weight: normal;
        }


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

    .page_stats {
        padding: 30px 0 0;
        margin: 0;
        border-top: 1px solid #f4f4f4;
        clear: both;
        font-family: 'Montserrat', Arial, Sans-Serif;
    }
        .page_stats .ps_item {
            color: #999999;
            font-size: 10px;
            letter-spacing: 3px;
            font-weight: normal;
            text-transform: uppercase;
        }
        .page_stats .ps_item a,
        .page_stats .ps_item a:visited {
            color: #303030;
        }
        .page_stats .ps_pages {
            color: #999999;
            font-size: 10px;
            letter-spacing: 3px;
            font-weight: normal;
            text-transform: uppercase;
        }


    /* Miscellaneous
       Common classes used throughout the site, generally on grids
    ----------------------------------------------------------- */

    .loader_simple {
        margin-bottom: 14px;
    }
    .description {

    }
    .subheading {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
        margin: 0 0 50px;
    }
        .subheading_description {
            margin-top: -25px;
            margin-bottom: 50px;
        }
    .subtitle {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
        line-height: 1.2em;
        margin: 0 0 20px;
    }
    .poster {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #303030;
        font-size: 10px;
        line-height: 1.2em;
        margin: 0 0 20px;
    }
    .date {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
        line-height: 1.2em;
    }
    .price {
        font-family: 'Montserrat', Arial, Sans-Serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.2em;
        color: #999999;
        font-size: 11.5px;
    }
    .image {

    }
    .caption {

    }
    .divider {

    }


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

    #fancybox-overlay {
        background: #303030 !important;
    }
    #fancybox-title-main {
        font-family: inherit;
        font-size: 12.5px;
        font-weight: 200;
        color: #303030;
    }
        #fancybox-title-main .artist strong {
            font-family: inherit;
            color: #303030;
            font-size: 12.5px;
            font-weight: 200;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 11.5px;
        }
        .fancybox-title .price {
            letter-spacing: 1px;
            font-size: 12px;
        }

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

    #mc_embed_signup input.button {
        font-family: inherit;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999999;
        font-size: 10px;
        width: auto;
    }


    /* AddThis overrides
    ----------------------------------------------------------- */

    .share_link {
        font-size: 10px;
    }
        #at16recap, #at_msg, #at16p label, #at16nms, #at16sas, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p textarea, .at16nc {
            font-family: inherit;
            font-size: 10px !important;
            font-weight: 200;
        }
