/* ----------------------------------------------------------------------------------
    Philip Mould 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: 'GT Super Text Web', Serif;
    color: #616161;
    background: #fff;
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 2.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
    /*-webkit-text-size-adjust: 100%;*/
}

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 {
    font-family: 'GT Super Display Web', Serif;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    color:#121212;
    transition: color 400ms linear;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.splash_heading {
    font-size: 200px;
    line-height: 200px;
    font-size: 240px;
    line-height: 170px;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
    font-family: Arial, Sans-Serif;
}
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: 'GT Super Display Web', 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 {
    font-size: 3.1rem;
    line-height: 3.5rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin: 0 0 20px;
}
h5, .faux_h5 {
    font-size: 1.9rem;
    line-height: 2.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: 'GT Super Display Web', Serif;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 3.8rem;
    line-height: 5.9rem;
    transition: color 400ms linear;
    color: #242424;
}

.pull_quote.smaller_text {
    font-size: 3.3rem;
    line-height: 5.4rem;
}
.pull_quote.small_text {
    font-size: 2.5rem;
    line-height: 4.6rem;
}

.pull_quote::before,
blockquote::before {
    content: '';
    display: block;
    width: 80%;
    max-width: 230px;
    border-top: 1px solid #D8D8D8;
    margin-bottom: 45px;
}

.intro_content {
    font-family: 'GT Super Display Web', Serif;
    font-weight: 200;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 4rem;
    line-height: 5rem;
    transition: color 400ms linear;
}

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

input,
textarea,
select {
    font-family: 'GT Super Text Web', 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;
    font-family: 'GT Super Display Web', Serif;
}

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

body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
form input:focus {
    outline: auto;
    outline-style: 1px solid;
    outline-color: #b99667;
}

#skiplink-container .skiplink,
.skiplink-container .skiplink {
    position: fixed;
    left: -9999px;
    transform: none;
    text-decoration: none;
}
    #skiplink-container .skiplink:focus,
    .skiplink-container .skiplink:focus {
        left: 20px;
        top: 0;
        transform: translateY(50%);
        padding: 20px 15px;
        background: #FFF !important;
        color: #000 !important;
        z-index: 9999999999;
    }
    .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;
}
