/*
	Theme Name: Salon
	Theme URI: http://www.thisiscatalogue.co.uk/
	Description: Salon Films Theme.
	Author: Tom Pratt, Catalogue
	Author URI: http://thisiscatalogue.co.uk/
*/

/** START SALON STYLES**/

/* RESET */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* GLOBAL */

body {
    background-color: #03b49a;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

#content {
    margin-top: 90px;
}

#load {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 65px;
}

#page_title {
    display: none;
}

/* HEADER */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    z-index: 999;
}

header #logo {
    height: 50px;
    float: left;
}

header ul {
    float: right;
    width: 80%;
    display: block;
    text-align: right;
    margin-top: 33px;
}

header ul li {
    display: inline-block;
}

header ul li a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

header ul li.current-menu-item a {
    color: #03b49a;
}

header ul li a:last-child {
    padding-right: 0px;
}

/* HOME */

#home_gallery {
    position: absolute;
    top: 90px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000;
    z-index: 10;
}

.home_slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide_caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

/* PAGE */

.page_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
}

#load p {
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#load p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

#load p a:hover {
    color: #FFF;
}

#load p strong, #load p b {
    color: #FFF;
    font-weight: normal;
}

/* FEATURES */

.features_image {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
}

.feature {

}

.feature .image {
    width: 40%;
    float: left;
    margin-bottom: 50px;
}

.feature .image .img {
    width: 100%;
}

.feature .info {
    float: left;
    width: 60%;
    padding-left: 50px;
}

.feature .info h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
}

.feature .clear {
    clear: both;
}

.features_image:last-child {
    margin-bottom: 0px;
}

.col_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.left_col {
    width: 50%;
    max-width: 800px;
    float: left;
    padding-right: 20px;
}

.right_col {
    width: 50%;
    max-width: 800px;
    float: left;
    padding-left: 20px;
}

.left_col img {
    width: 100%;
}

/* CONTACT */

.contact_header_image {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 30px;
    display: block;
}

/* OVERLAY */

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #03b49a;
    color: #FFF;
    z-index: 9999;
    text-align: center;
}

#overlay_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 100px;
}

#overlay_inner img {
    width: 100%;
    height: auto;
}

/* ABOUT */

.about_image {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

/* FOOTER */

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px,61px);
    -webkit-transform: translate(0px,61px);
    transform: translate(0px,61px);
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    z-index: 12;
}

.footer_active {
    -ms-transform: translate(0px,0px) !important;
    -webkit-transform: translate(0px,0px) !important;
    transform: translate(0px,0px) !important;
}

.footer_bottom {
    -ms-transform: translate(0px,0px) !important;
    -webkit-transform: translate(0px,0px) !important;
    transform: translate(0px,0px) !important;
}

#footer_spacer {
    height: 50px;
    width: 100%;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease
}

.footer_active #footer_spacer {
    height: 0px;
}

#footer_content {
    background-color: #000;
    padding: 10px;
}

#footer a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

#footer_logo {
    width: 50%;
    float: left;
}

#footer_credits {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 30px;
}

#footer_logo img {
    height: 40px;
}

/* MOBILE */

#mobile_button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    display: none;
    background-image: url('images/menu.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 0px) and (max-width: 700px) {

    #mobile_button {
        display: block;
    }

    header ul {
        width: 100%;
        display: none;
    }

    header #logo {
        height: 30px;
    }

    #home_gallery {
        top: 70px;
    }

    #content {
        margin-top: 70px;
    }

    header li {
        display: block;
        width: 100%;
        text-align: center;
    }

    header li a {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .left_col, .right_col {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .left_col img {
        margin-bottom: 20px;
    }

    #footer {
        display: none;
    }

    .feature .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .feature .info {
        width: 100%;
        padding-left: 0px;
    }

}