@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/crx6sus.css");
/*
font-family: "bicyclette", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "bicyclette", sans-serif;
font-weight: 700;
font-style: normal;
*/
@font-face {
    font-family:"ChronicleDisplay-Black";
    src:url("../fonts/Chronicle Display Black.woff2") format("woff2"),url("../fonts/Chronicle Display Black.woff") format("woff"),url("../fonts/Chronicle Display Black.otf") format("opentype");
    font-style:normal;font-weight:400;
}

body {
    background: #fff;
    color: #030303;
    font-family: "bicyclette", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
}

.post, .page {
	margin: 0;
}

.widget, figure {
	margin: 0;
}

#page {
    position: relative;
}

.admin-bar .fixed-top {
    top: 46px;
}

@media(min-width: 783px){
    .admin-bar .fixed-top {
        top: 32px;
    }  
}

main {
    margin-top: 140px;
}

h1 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 50px;
    line-height: 70px;
    margin: 0;
}

h2 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

h3 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: .1em;
    margin-bottom: 40px;
}

a {
    color: #D89341;
    transition: all .25s ease-in-out;
}

/*
HEADER
*/

@media(min-width: 992px){
    #navbar-brand-wrapper {
        position:relative;
    }   
}

.navbar {
    background: #030303;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    min-height: 140px;
    padding: 0;
    transition: all .25s ease-in-out;
    margin-top: -140px;
}

.headroom--unpinned .navbar {
    margin-top: 0;
}

.navbar .container-fluid {
    display: block;
}

#primary-menu {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

#primary-menu li{
    padding: 0 0 90px 0;
}

#primary-menu a{
    font-size: 30px;
    line-height: 1;
}

#primary-menu a, #primary-menu a:visited, #primary-menu a:active,#primary-menu a:focus {
    color: #fff;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

#primary-menu a:hover{
   color: #D89341;
}

@media(min-width: 992px){
    #inquiry {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        min-height: 86px;
    }

    #primary-menu {
        padding: 0;
        margin: 0;
        text-align: left;
        width: auto;
    }
    
    #primary-menu li{
        display: inline-block;
        padding: 0 0 0 45px;
    }
    
    #primary-menu a{
        font-size: 14px;
    }
}

#toggle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}

#navbarCollapse {
    transition: all .25s ease-in-out;
}

@media(max-width: 991px){
    #navbarCollapse {
        align-items: center;
        justify-content: center;
        background: #000;
        
        position:absolute;
        left: 0;
        top: 113px;
        width: 100%;
        height: calc(100vh - 140px);
        z-index: 2000;
    }
    
    #navbarCollapse.show {
        display: flex;
    }
}

/*
BUTTON
*/
.button a, a.button {
    background: #D89341;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .12em;
    padding: 15px 50px 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    width: 215px;
}

.button a::after, a.button::after {
    background-image: url("../images/button-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    position: absolute;
    right: 20px;
    top: 7px;
    height: 29px;
    width: 29px;
}

.button a:hover, a.button:hover {
    opacity: .5;
}

/*
FOOTER
*/
#colophon {
    background: #030303;
    color: #fff;
    letter-spacing: .12em;
    line-height: 18px;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

#colophon h2 {
    font-family: "bicyclette", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#colophon h3 {
    color: #D89341;
    font-family: "bicyclette", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#colophon a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-top {
    flex-direction: column;
    padding-bottom: 30px;
}

@media(min-width: 992px){
    .footer-top {
        flex-direction: row;
        padding-bottom: 0;
    }
}

.footer-top section {
    margin-bottom: 20px;
}

@media(min-width: 992px){
    .footer-top section {
        margin-right: 50px;
        margin-bottom: 50px;
    }
}

.footer-left {
    flex-direction: column;   
}

.footer-left section {
    margin-bottom: 40px;   
}

@media(min-width: 992px){
    .footer-left, .footer-left section {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    
    .footer-left section{
        margin-bottom: 0;
        margin-right: 50px;
    } 
}

.footer-right {
    padding-top: 30px;
}

@media(min-width: 992px){
    .footer-right {
        align-items: flex-end;
        flex-direction: column;
        padding-top: 0;
        justify-content: flex-end;
    }
}

@media(min-width: 1400px){
     .footer-right {
        align-items: center;
        align-content: center;
        flex-direction: row;
        padding-top: 0;
        justify-content: flex-end;
    }
}

#colophon .newmark {
    margin-top: 10px;
}

#colophon .credits {
    display: block;
    padding-top: 5px;
}

#colophon .divider {
    display: inline-block;
    padding: 0 10px;
}

@media(max-width: 575px){
    #colophon .divider {
        display: none;
    }
}

@media(min-width: 576px){
    #colophon .credits {
        display: inline-block;
        padding-top: 0;
    }
    
    #colophon .divider {
        display: inline-block;
        padding: 0 10px;
    }
}


@media(min-width: 992px){
    #colophon .divider {
        display: inline-block;
        padding: 0 10px;
    }
    
    #colophon .credits {
        display: block;
        padding-top: 5px;
    }
    
    #colophon .divider {
        display: none;
    }
}

@media(min-width: 1400px){
    
    #colophon .credits {
        padding-top: 0;
    }
    
    #colophon .divider {
        display: inline-block;
    }
}



