/* ============================================================================ *
        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.
*/

/* ======================================== *
        Fonts CSS
 * ======================================== */

body {
    background: #ffffff;
    color: #47372c;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: #90342b;
}


/* ======================================== *
        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
 * ======================================== */
aside {
    color: #47372c;
    font-size: 26px;
    font-style: italic;
    line-height: 34px; 
}

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

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

blockquote{
    color: #47372c;
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
}

blockquote:before {
    content: "“";
    display: inline-block;
    font-family: arial;
    font-size: 96px;
    line-height: 70px;
    position: absolute;
    left: -20px;
    color: #c0c3c5;
    top: 11px;
}

.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;
    }
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #90342b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #90342b;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #90342b;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title,
.editor-content h3 {
    color: #354d1f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a,
.editor-content h3 a {
    color: #354d1f;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover,
.editor-content h3 a:hover {}


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4,
.editor-content h4 a {
    color: #47372c;
    font-weight: 600;
    font-size: 24px;
}

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

h4 a:hover,
.tmf-post > h4 a:hover,
.editor-content h4 a:hover {
    text-decoration: underline;
}


/* ======================================== *
        Header 5
 * ======================================== */
h5,
.tmf-post > h5 {
    color: #47372c
    font-weight: 600;
    font-size: 20px;
}

h5 a,
.tmf-post > h5 a {
    color: #47372c;
    text-decoration: none;
}

h5 a:hover,
.tmf-post > h5 a:hover {
    text-decoration: underline;
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper{}
#secondary-nav-container {}
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}

#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper{}

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

#header {
    padding: 15px 0 5px;
}

#header .logo {
    max-width: 276px;
    width: 100%;
}

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

#header-cell-2 {
    color: #47372c;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
}

#header-cell-2 .phone-1 {
    color: #0073a1;
    font-size: 32px;
    font-weight: 600;
}

#header a{
    color: #47372c;
    text-decoration: none;
}

#header a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    #header-cell-2 .phone-1 {
        font-size: 22px;
    }
}

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

    #header-cell-1,
    #header-cell-2 {
        text-align: center;
    }

    #header-cell-2 .phone-1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 350px){
    #header-cell-2 .phone-1 {
        font-size: 20px;
    }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    background-color: #354d1f;
}

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

#primary-nav .menu > .menu-item > a {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 15px;
}

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
    background: #90342b;
}

#primary-nav .menu .sub-menu {
    background-color: #90342b;
}

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

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

#primary-nav .menu-bar {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

/*White Icon*/
#primary-nav .menu-bar:before {
    background-position: -558px 0;
}

html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {}
html.mobile-nav #primary-nav .menu > .menu-item > a{}

@media screen and (max-width: 1000px) {
    #primary-nav-wrapper {
        padding: 0;
    }

    #primary-nav .menu-bar{ 
        display: block;
    }

    #primary-nav .menu{ 
        display: none;
    }

    #primary-nav .menu > .menu-item {
        border-right: none;
        border-top: 1px solid #fff;
        display: block;
    }

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

    #primary-nav .menu > .menu-item .sub-menu {
        width: 100%;
        text-align: center;
    }
}


/* ======================================== *
        Billboard
 * ======================================== */
#billboard-wrapper{
    overflow: hidden;
    background: #cca792;
    border-bottom: 70px solid #354d1f;
}

#billboard .modern-slider {
    border: none;
    margin: 0;
}


/* ======================================== *
        Interior Billboard
 * ======================================== */
#int-billboard-wrapper{
    background: #cca792;
    border-bottom: 70px solid #354d1f;
}

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


/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
    background: #f7f4ee;
}

#body-container {}

#body{
    padding: 35px 0;
}

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

@media screen and (max-width: 1225px) {
    #body-cell-2 .inner{
        padding-right: 25px;
    }
}

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

@media screen and (max-width: 450px) {
    #body-cell-2 .inner{
        padding-right: 12px;
    }
}


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

#footer{
    color: #fff;
    font-size: 20px;
    line-height: 28px; 
    padding: 25px 0;
    text-align: center; 
}


/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{}

#copyright {
    padding: 25px 0 50px;
    text-align: center;
    font-size: 18px;
    color: #4d3313;
}

#copyright a {
    color: #4d3313;
}


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

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

.tmf-multi-module-area h3.tmf-module-title {
    color: #90342b;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.tmf-multi-module-area .tmf-module-associations{
    text-align: center;
}

.tmf-multi-module-area .tmf-module-associations img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px 12px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    box-sizing: border-box;
    display: block;
    padding: 15px;
    max-width: 340px;
    margin: 25px auto 0;
    width: 100%;
}

.sidebar-image {
    -webkit-box-shadow: 0 0 0 3px #fff,  0 0 5px 2px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 0 3px #fff,  0 0 5px 2px rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 3px #fff,  0 0 5px 2px rgba(0,0,0, 0.4);
    max-width: 320px;
    margin-bottom: 25px;
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
    font-size: 20px !important;
    color: #45484d !important;
    padding: 12px 10px !important;
    max-width: 100%;
    border: 1px solid #ffffff;
    background: #ffffff;
    border: none;
    line-height: normal;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    padding: 15px;
    border: 0;
    background: #90342b;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none !important;
    text-align: center !important;
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: 400;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #9b342a;
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background: #90342b;
    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;
    color: #47372c;
    border: 1px solid #ddd;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.jpg) repeat scroll -81px 4px;
    height: 24px;
    width: 28px;
}


/* ======================================== *
        Mobile Doc
 * ======================================== */
#mobile-call-banner.light a, 
#mobile-call-banner.light .hideme {
    color: #fff;
}


/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
    font-size: 15px;
    color: #47372c;
}

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

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

/* ======================================== *
        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-bottom: 25px;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: 400;
    border: none;
    padding: 18px 15px;
    width: 100%;
    max-width: 340px;
    box-sizing: border-box;
    margin-right: 0;
}