/* ----------------------------------------------------------------------------------
    Marian Goodman Gallery
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */


@import url(/fonts/stylesheet.css);
@import url(/lib/webfonts/font-awesome/font-awesome-4.6.3/css/font-awesome.min.css);



* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    font-family: 'Apercu', Sans-Serif;
    color: #333;
    background: #fff;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.4em;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
    
    font-variant-numeric: lining-nums;     /* high-level property          */
    -moz-font-feature-settings: 'lnum';    /* low-level (old Firefox)      */
    -webkit-font-feature-settings: 'lnum'; /* low-level (old Webkit)       */
    font-feature-settings: 'lnum' on;      /* low-level (all new browsers) */
    font-variant-ligatures: no-contextual;
}

body.navigation-open {
    overflow: hidden;
}

p {
    margin-bottom: 26px;
}
p:last-child {
    margin-bottom: 0;
}

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

img, a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, .faux_h1, .faux_h2, .faux_h3, .faux_h4, .faux_h5, .faux_h6, .splash_heading, .subheading {
    font-family: 'EBGaramond', Sans-Serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    transition: color 400ms linear;
    letter-spacing: 0;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}
h1,
.faux_h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
    font-family: 'EBGaramond', serif;
    font-weight: 200;
}
    h1 .text_animate {
        letter-spacing: -1px;
    }
h2,
.faux_h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin: 0 0 20px;
}
h3, .faux_h3, .subheading {
    font-size: 3.1rem;
    line-height: 3.5rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
}
h5,
.faux_h5 {
    font-size: 2.9rem;
    line-height: 3.4rem;
    margin: 0 0 20px;
}
h6,
.faux_h6 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin: 0 0 20px;
}

.heading_title,
.heading_subtitle {
    display: block;
}

img {
    max-width: 100%;
}

.divider {
    height: 50px;
    clear: both;
}

.pull_quote,
blockquote {
    font-family: 'EBGaramond', Sans-Serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 4.5rem;
    transition: color 400ms linear;
}

.intro_content {
    font-family: 'EBGaramond', Sans-Serif;
    font-weight: 200;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 4.6rem;
    transition: color 400ms linear;
}

.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 100%;
}

.cms_gray {
    color: #777;
}
.cms_red {
    color: #c52f24;
}

input,
textarea,
select {
    font-family: 'Apercu', Sans-Serif;
    color: #111;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}
fieldset {
    border: none;
}
button {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    color: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    -webkit-appearance: button;
    border: none;
    cursor: pointer;
    letter-spacing: inherit;
}

input::-ms-clear {
    display: none;
}

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

* :focus {
    outline: none;
}

body:not(.browser-js-enabled) * :focus,
body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
form input:focus {
    outline: auto !important;
    outline-style: solid !important;
}

#skiplink-container .skiplink,
.skiplink-container .skiplink {
    position: fixed;
    left: -9999px;
    transform: none;
    text-decoration: none;
}
    #skiplink-container .skiplink:focus,
    .skiplink-container .skiplink:focus {
        left: 0px;
        top: -40px;
        transform: translateY(50%);
        padding: 6px 15px;
        background: #FFF !important;
        color: #000 !important;
        z-index: 9999999999;
        margin-bottom: 3px;
    }
    .cms-frontend-toolbar-active #skiplink-container .skiplink:focus,
    .cms-frontend-toolbar-active .skiplink-container .skiplink:focus {
        top: 25px;
    }

/*show rollaway header as soon as tabbing is detected*/
/*this is so that the header can be viewed when in focus if you tab back up the page*/
body.tabbing-detected .scrolling-down #header {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*make fixed footers position static and hide the faux*/
/*footer so that the content is always visible when tabbing*/
body.fixed-footer.tabbing-detected #footer {
    visibility: visible;
    position: static;
}
body.fixed-footer.tabbing-detected .faux_footer {
    display: none;
}
.visually-hidden { 
    position: absolute !important;
    height: 1px !important; 
    width: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap !important; /* added line */
}
body.tabbing-detected section:focus {
    background-color: #ffff80;
}
.extended_click_area {
    cursor: pointer !important;
}

.enquire_link_custom {
    display: inline-block;
    border: 1px solid #eaeaea;
    font-size: 1.3rem;      
    letter-spacing: 1px;
    line-height: 2.0rem;
    padding: 16px 45px 15px;
    color: #111;
}
.cms_button {
    display: inline-block;
    border: 1px solid #eaeaea;
    font-size: 1.3rem;      
    letter-spacing: 1px;
    line-height: 2.0rem;
    padding: 16px 45px 15px;
    color: #111;
}

.cms_blue {
    color: #175ea9;
}

.cms_size_1 {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.cms_size_1_5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.cms_size_2 {
    font-size: 2.2rem;
    line-height: 3rem;
}
.cms_size_3 {
    font-size: 3.2rem;
    line-height: 4rem;
}
.cms_size_4 {
    font-size: 4.2rem;
    line-height: 5rem;
}
.cms_size_5 {
    font-size: 5.2rem;
    line-height: 6rem;
}

.cms_force_serif {
    font-family: 'EBGaramond', Serif;
}
.cms_force_sans_serif {
    font-family: 'Apercu', Sans-Serif;
}


.cms_artwork_detail_title {   
    font-family: 'EBGaramond', Sans-Serif;
    font-weight: normal;
    letter-spacing: 0;
    display: block;
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin: 0 0 15px;
}
.cms_artwork_detail_subtitle {  
    font-family: 'EBGaramond', Sans-Serif;
    font-weight: normal;
    letter-spacing: 0;
    display: block;
    font-size: 2.5rem;
    line-height: 3.2rem;
    padding: 0;
}