/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    letter-spacing: 0;
    color: #303030;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #9b2311
}

a:visited {
    color: #711b0e;
}

.wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper::after {
        content: "";
        clear: both;
        display: table;
    }

.wrapper--no-padding {
        padding: 0;
    }

@media (min-width: 800px) {

.wrapper {
        max-width: 1000px
}
    }

@media (min-width: 1200px) {

.wrapper {
        max-width: 1600px
}
    }

@media (min-width: 1600px) {

.wrapper {
        max-width: 2400px
}
    }

@media (min-width: 1200px) {

.wrapper--short {
            width: 75%;
            float: left
        
    }
    }

@media (min-width: 1600px) {

.wrapper--short {
            width: 65%;
            margin-left: 5%;
            margin-right: 5%
        
    }
    }

.section {
    padding: 15px;
    max-width: 100%;
}

@media (min-width: 800px) {

.section {
        /* max-width: 800px; */
        padding: 15px 30px;
        margin: 0 auto
}
    }

@media (min-width: 1200px) {

.section {
        /* max-width: 1000px; */
}
    }

.section--page {
        height: 100vh;
        padding: 0;
    }

.section--no-padding {
        padding: 0;
    }

.site-header {
    position: fixed;
    width: 100%;
    background: #020202;
    z-index: 1;

}

@media (min-width: 800px) {

.site-header {
        position: fixed;
        float: left;
        background: #020202;
        max-width: 360px;
        width: 20%;
        height: 100vh

}
    }

.site-header__logo {
        max-width: 60px;
        float: left;
        margin: 12px;
    }

@media (min-width: 800px) {

.site-header__logo {
            position: relative;
            float: none;
            max-width: 60%;
            width: 100%;
            margin: 0 auto
    }
    }

.site-header__nav {
        -webkit-transition: all 1.3s ease-out;
        transition: all 1.3s ease-out;
    }

@media (min-width: 800px) {

.site-header__nav {
            position: absolute;
            width: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: none;
            transition: none
    }
    }

.site-header__primary-menu {
        list-style: none;
        padding: 0;
        position: absolute;
        background: #000;
        width: 60%;
        right: -50%;
        height: 100vh;
        margin: 0;
        padding-top: 100px;
        z-index: -1;
        visibility: hidden;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding-right: 10%;
        -webkit-transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);

    }

@media (min-width: 800px) {

.site-header__primary-menu {
            width: 100%;
            height: auto;
            display: block;
            padding-top: 0;
            background: none;
            position: relative;
            right: auto;
            -webkit-transition: none;
            transition: none;
            visibility: visible;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-right: 0

    }
    }

.site-header__primary-menu--visible {
            right: -10%;
            z-index: 10;
            visibility: visible;
        }

@media (min-width: 800px) {

.site-header__primary-menu--visible {
                right: 0
        }
    }

.site-header__primary-menu li {
            text-align: center;
            display: block;
            position: relative;
        }

.site-header__primary-menu li a {
                padding: 10px 0;
                display: block;
                font-size: 1.2rem;
                color: #ffffff;
                text-decoration: none;
                text-transform: uppercase;
            }

@media (min-width: 800px) {

.site-header__primary-menu li a {
                    font-size: 1.4rem
            }
    }

@media (min-width: 1200px) {

.site-header__primary-menu li a {
                    font-size: 2rem
            }
    }

.site-header__primary-menu li .sub-menu {
                list-style: none;
                padding: 0;
                display: none;
                background-color: #333;
            }

@media (min-width: 800px) {

.site-header__primary-menu li .sub-menu {

                    position: absolute;
                    top: 0;
                    left: 100%;
                    width: 250px
            }
    }

.site-header__primary-menu li .sub-menu .sub-menu {
                    background-color: #666;
                }

@media (min-width: 800px) {

.site-header__primary-menu li.menu-item:hover > .sub-menu {
                display: block!important
        }
    }

.site-header__menu-icon {
        position: absolute;
        width: 20px;
        height: 18px;
        background-color: transparent;
        margin: 22px 18px;
        top: 0;
        right: 0;
        z-index: 20;
        cursor: pointer;
    }

@media (min-width: 800px) {

.site-header__menu-icon {
            display: none
    }
    }

.site-header__menu-icon::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            height: 2px;
            width: 20px;
            top: 0;
            -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
            -webkit-transition: -webkit-transform .4s ease-out;
            transition: -webkit-transform .4s ease-out;
            transition: transform .4s ease-out;
            transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        }

.site-header__menu-icon__middle {
            position: absolute;
            background-color: #fff;
            height: 2px;
            width: 20px;
            top: 8px;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            -webkit-transform-origin: 0 50%;
                    transform-origin: 0 50%;
        }

.site-header__menu-icon::after {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            height: 2px;
            width: 20px;
            bottom: 0;
            -webkit-transform-origin: 0 100%;
                    transform-origin: 0 100%;
            -webkit-transition: -webkit-transform .4s ease-out;
            transition: -webkit-transform .4s ease-out;
            transition: transform .4s ease-out;
            transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        }

.site-header__menu-icon--close-x::before {
                -webkit-transform: rotate(45deg) scaleX(1.25);
                        transform: rotate(45deg) scaleX(1.25);
            }

.site-header__menu-icon--close-x .site-header__menu-icon__middle {
                opacity: 0;
                -webkit-transform: scaleX(0);
                        transform: scaleX(0);
            }

.site-header__menu-icon--close-x::after {
                -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
                        transform: rotate(-45deg) scaleX(1.25) translateY(1px);
            }

.site-header__sub-toggle-btn {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 10%;
        cursor: pointer;
    }

@media (min-width: 800px) {

.site-header__sub-toggle-btn {
            width: 47px;
            height: 47px;
            right: 5%
    }
    }

@media (min-width: 1200px) {

.site-header__sub-toggle-btn {
            width: 60px;
            height: 60px;
            right: 0
    }
    }

.site-header__sub-toggle-btn::before {
            content: "";
            display: block;
            position: absolute;
            height: 2px;
            width: 14px;
            background-color: #fff;
            top: 21px;
            right: 50%;
            -webkit-transform: rotate(90deg) translateX(50%);
                    transform: rotate(90deg) translateX(50%);
            -webkit-transform-origin: 100%;
                    transform-origin: 100%;
            -webkit-transition: -webkit-transform .4s ease-out;
            transition: -webkit-transform .4s ease-out;
            transition: transform .4s ease-out;
            transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        }

@media (min-width: 1200px) {

.site-header__sub-toggle-btn::before {
                top: 28px
        }
    }

.site-header__sub-toggle-btn__horizontal {
            /*position: absolute;
        top: 0;
        right: 10%;
        width: 50px;
        height: 52px;*/
            width: 14px;
            height: 2px;
            background-color: #fff;
            top: 21px;
            position: absolute;
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%);
            -webkit-transition: -webkit-transform .4s ease-out;
            transition: -webkit-transform .4s ease-out;
            transition: transform .4s ease-out;
            transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        }

@media (min-width: 1200px) {

.site-header__sub-toggle-btn__horizontal {
                top: 28px
        }
    }

.site-header__sub-toggle-btn--close-plus::before {
                -webkit-transform: rotate(0) translateX(50%);
                        transform: rotate(0) translateX(50%);
            }

.site-content {
    min-height: calc(100vh - 166px);
    padding-top: 60px;
    
}

@media (min-width: 800px) {

.site-content {
        min-width: 80%;
        max-width: calc(100% - 360px);
        width: 100%;
        float: right;
        padding-top: 0
    
}
    }

.site-content__contact {
        min-height: calc(100vh - 134px);
    }

.main-header {
    text-align: center;
}

.main-header__heading {
        font-size: 1.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        z-index: -1;
    }

@media (min-width: 530px) {

.main-header__heading {
            font-size: 3.2rem
    }
    }

@media (min-width: 800px) {

.main-header__heading {
            left: 60%;
            width: 80%;
            font-size: 3.6rem
    }
    }

@media (min-width: 1200px) {

.main-header__heading {
            font-size: 6.4rem
    }
    }

.main-header__heading--serif {
            font-family: 'Roboto Slab', serif;
            font-size: 3.4rem;
        }

@media (min-width: 530px) {

.main-header__heading--serif {
                font-size: 5rem
        }
    }

@media (min-width: 800px) {

.main-header__heading--serif {
                font-size: 5.6rem
        }
    }

@media (min-width: 1200px) {

.main-header__heading--serif {
                font-size: 9.6rem
        }
    }

.main-header__heading--sans {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-weight: 200;
            border-top: solid 1px #303030;
            padding: 0 2%;
        }

.site-footer {
    background-color: #020202;
    color: #ffffff;
    margin-top: 40px;
}

@media (min-width: 800px) {

.site-footer {
        min-width: 80%;
        max-width: calc(100% - 360px);
        width: 100%;
        float: right
}
    }

.site-footer__aside {
        display: inline-block;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 15px;
    }

@media (min-width: 530px) {

.site-footer__aside {
            width: 25%
    }
    }

.site-footer__heading {
        font-size: 3rem;
        margin-bottom: 0;
    }

@media (min-width: 800px) {

.site-footer__heading {
            font-size: 4rem
    }
    }

.site-footer__form {
        display: inline-block;
        width: 100%;
        float: right;
        padding: 5% 0 5% 10%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

@media (min-width: 530px) {

.site-footer__form {
            width: 75%
    }
    }

@media (min-width: 800px) {

.site-footer__form {
            padding: 5% 15px
    }
    }

.site-footer__copy {
        clear: both;
        text-align: right;
        border-top: solid 1px #ffffff;
    }

.site-footer__copy__text {
            margin: 10px 0;
        }

.site-footer__copy__link {
            display: inline-block;
            padding-left: 15px;
            vertical-align: middle;
            margin-top: -6px;
        }

.site-footer__logo {
        width: 60px;
        float: right;
    }

.site-footer--padding-top {
        padding-top: 40px;
    }

.btn {
    background-color: #ffffff;
    color: #020202;
    border: solid 2px #020202;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
}

.gform_button {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff!important;
    border-radius: 2px;
    float: right;
    font-weight: bold;
}

.page-template-page-contact .gform_button {
        background-color: #020202;
        padding: 12px;
        margin-right: 0!important;
        border-radius: 2px;
        border: none!important;
    }

.gform_footer {
    padding-right: 16px!important;
    padding-top: 0px!important;
}

.form__name, .form__email, .form__subject, .form__message {
        margin: 0!important;
    }

.form__name div span {
        margin-right: -3px!important;
    }

.formname__div span.name_first {
        padding-right: 15px!important;
    }

.form input, .form textarea {
        margin: 0!important;
        border: none;
        padding: 12px!important;
    }

.heading {
    font-size: 3rem;
    margin: 0;
}

@media (min-width: 530px) {

.heading {
        font-size: 3.2rem
}
    }

@media (min-width: 800px) {

.heading {
        font-size: 4rem
}
    }

@media (min-width: 1200px) {

.heading {
        font-size: 4.6rem
}
    }

.heading--padding {
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

.paragraph-text {
    margin: 15px 0;
    font-size: 1.2rem;
    line-height: 1.65;
}

@media (min-width: 800px) {

.paragraph-text {
        font-size: 1.5rem
}
    }

.blog-post__title {
        font-size: 2.5rem;
    }

@media (min-width: 800px) {

.blog-post__title {
            font-size: 4rem
    }
    }

.blog-post__comments {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10% 0;
        font-weight: 700;
        font-size: 1.1rem;
    }

.blog-post__comments-title {
        font-size: 1.8rem;
    }

.blog-post__comments-form input, .blog-post__comments-form textarea {
        display: block;
        border: solid 2px #020202;
        border-radius: 2px;
    }

.sidebar {
    display: block;
    padding-top: 10%;
    width: 90%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: solid 1px #020202;

}

@media (min-width: 800px) {

.sidebar {
        padding-top: 5%

}
    }

@media (min-width: 1200px) {

.sidebar {
        display: inline-block;
        float: right;
        margin-top: 3rem;
        border-top: none;
        border-left: solid 1px #020202;
        max-width: 25%;
        padding: 0 2%;
        position: fixed

}
    }

.search-form .screen-reader-text {
        display: none;
    }

.search-form .search-field {
        border: solid 2px #020202;
        border-radius: 2px;
        padding: 10px;
        font-weight: 700;
        width: 50%;
    }

.search-form .search-submit {
        -webkit-appearance: none;
        background: none;
        border: solid 2px #020202;
        border-radius: 2px;
        padding: 10px;
        font-weight: 700;
    }