/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
body {
    background: #ffffff;
    color: #000000;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a {
    color: #681214;
}


/* ======================================== *
        Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #681214;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h2,
.tmf-post > h2, 
.editor-content h2{
    color: #681214;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a, 
.editor-content h2 a {
    color: #681214;
    text-decoration: none;
}

h3,
.tmf-post > h3, 
.editor-content h3 {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a, 
.editor-content h3 a {
    color: #333333;
    text-decoration: none;
}

h4,
.tmf-post > h4, 
.editor-content h4 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a, 
.editor-content h4 a {
    color: #000000;
    text-decoration: none;
}



/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    border-top: 35px solid #681214;
    border-bottom: 10px solid #333333;
}

.home #header-wrapper {
    border-bottom: none;
}

#header-container {
    max-width: 1350px;
}

#header {
    padding: 55px 0;
}

#header-cell-1 .logo {
    display: block;
    max-width: 614px;
    width: 100%;
}

#header-cell-1,
#header-cell-2 {
    vertical-align: middle;
}

@media screen and (max-width: 1050px) {
    #header {
        padding: 35px 0 0;
        text-align: center;
    }

    #header-cell-1 .logo {
        display: inline-block;
    }

    #header-cell-2 .inner{
        padding: 0;
    }
}


/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: 'Quattrocento Sans', sans-serif;
}

#primary-nav {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first{}
#primary-nav .menu > .menu-item.last{}

#primary-nav .menu > .menu-item > a {
    border-right: 1px solid #908f8f;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    padding: 0 15px;
    text-transform: lowercase;
}

#primary-nav .menu > .menu-item.last a {
    border-right: none;
    padding-right: 0;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    color: #681214;
    text-decoration: underline;
}

#primary-nav-wrapper .sub-menu {}

#primary-nav-wrapper .sub-menu li {
    background-color: #681214;
    top: 20px;
}

#primary-nav .sub-menu > .menu-item > a {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    padding: 10px 15px;
}

#primary-nav .sub-menu > .menu-item:hover > a {
    background-color: #4e0e0f;
}

@media screen and (max-width: 1050px) {
    #primary-nav .menu > .menu-item {
        padding-bottom: 20px;
    }

    #primary-nav .menu > .menu-item.last a {
        padding-right: 15px;
    }
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: left;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #4e0e0f;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #4e0e0f;
}

/* ======================================== *
    Billboard Section
 * ======================================== */
#billboard-wrapper {
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard .billboard-image {
    position: relative;
}

#billboard .billboard-image:after {
    background: rgba(102,102,102, 0.8);
    content: "";
    display: block;
    width: 38.1%;
    display: block;
    position: absolute;
    height: 101%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

#billboard .billboard-image img {
    display: block;
    width: 100%;
    height: auto;
}

#billboard .billboard-content {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    max-width: 1250px;
    z-index: 9;
    text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#billboard .editor-content h1{
    color: #fff;
    font-size: 27px
}

#billboard .editor-content p{
    line-height: 26px
}

.tmf-post.page.home {
    padding: 25px;
    max-width: 410px;
}

@media screen and (max-width: 1200px) {
    #billboard .billboard-image:after {
        width: 42.1%;
    }
}

@media screen and (max-width: 1100px) {
    #billboard-wrapper {}  

    #billboard .billboard-image:after {
        display: none;
    }

    #billboard .billboard-content {
        background: #666666;
        position: relative;
        top: inherit;
        transform: inherit;
        max-width: 100%;
    }

    .tmf-post.page.home{
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {    
    .tmf-post.page.home{
        padding: 25px 12px;
    }
}

@media screen and (min-width: 1500px) {    
    #billboard .billboard-image:after {
        width: 47.5%;
    }
}


/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
    max-width: 1250px;
}

#body {
    padding: 45px 0;
}

@media screen and (max-width: 850px) {
    #body {
        padding: 25px 0;
    }
}


/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #681214;
}

#footer-container {}

#footer {
    text-align: center;
    padding: 15px 0;
}


/* ======================================== *
        Copyright Section
 * ======================================== */
.post-type-archive-location #copyright-wrapper{
    border-top: 35px solid #681214;
}

#copyright-wrapper{}

#copyright {
    color: #343434;
    font-size: 15px;
    padding: 25px 0 50px;
}

#copyright a {
    color: #343434;
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module{
    margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child{
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #681214;
    font-size: 26px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
}

.sidebar-image {
    max-width: 366px;
    width: 100%;
    margin-bottom: 40px;
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=tel],
.gform_wrapper.tmf-form_wrapper input[type=email],
.gform_wrapper.tmf-form_wrapper textarea {
    background: #ececed;
    border: 1px solid #ececed;
    box-shadow: none;
    color: #45484d;
    font-family: 'Quattrocento Sans', sans-serif !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 12px 10px !important;
}

textarea {
    height: 120px !important;
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #ececed;
}

input[type=submit],
.tmf-button,
.page-numbers {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 15px;
    background-color: #681214;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    line-height: normal;
}

input[type=submit]:hover,
.tmf-button:hover,
.page-numbers:hover {
    background-color: #791517;
    text-decoration: none !important;
    color: #fff;
}

input[type=submit]:active,
.tmf-button:active,
.page-numbers:active {
    background-color: #681214;
    text-decoration: none;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: none;
    border: 1px solid #ddd;
    color: #333;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -120px 3px;
    background-size: 565px;
    height: 22px;
    width: 27px;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 45px;
    height: 45px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -160px 0;
    background-size: 565px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -220px 0;
    background-size: 565px;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -280px 0;
    background-size: 565px;
}

aside {
    color: #681214;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #333333; 
    border-bottom: 6px solid #333333; 
}

aside.right {
    border-top: 6px solid #333333; 
    border-bottom: 6px solid #333333; 
}

blockquote {
    color: #681214;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
}

blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #e9e8e8;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
    color: #484848;
    font-size: 15px;
    margin: 0 0 15px;
}

#breadcrumbs a{
    color: #484848;
    text-decoration: underline;
}

#breadcrumbs a:hover{
    text-decoration: none;
}

.editor-content img { 
    max-width: 100% !important; 
    height: auto !important;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}


/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Quattrocento Sans', sans-serif;
    border: none;
    padding: 20px 15px;
    width: 100%;
    margin-right: 0;
}