/* ============================================================================ *
        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: url('../images/page_bg.png') repeat;
    color: #47372c;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

body.home {
    background: #f7f4ee;
}

a {
    color: #752727;
}


/* ======================================== *
        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
 * ======================================== */
.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: #752727;
    font-family: 'Crimson Text', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #752727;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title,
.editor-content h3 {
    color: #d85730;
    font-family: 'Crimson Text', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

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-family: 'Crimson Text', serif;
    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: #404040
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
}

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

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper{
    background: #f5ecda;
}

#secondary-nav-container {
    text-align: right;
    max-width: 1250px;
}

#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {
    padding: 10px 0 0 0;
}

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

#secondary-nav .menu > .menu-item > a {
    border-right: 2px solid #402625;
    color: #752727;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
}

#secondary-nav .menu > .menu-item.first a {}
#secondary-nav .menu > .menu-item.last a {
    border: none;
}

#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {
    text-decoration: underline;
}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

@media screen and (max-width: 850px) {
    #secondary-nav-container {
        text-align: center;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper{
    background: #f5ecda;
}

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

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

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

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

#header-cell-2 {
    vertical-align: bottom;
}

#header-cell-2 {
    color: #47372c;
    font-family: 'Crimson Text', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
}

#header-cell-2 .phone-1, 
#header-cell-2 .email {
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    line-height: 20px;
}

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

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

@media screen and (max-width: 915px) {
    #header-cell-2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 850px) {
    #header-cell-1,
    #header-cell-2 {
        text-align: center;
        font-size: 32px;
    }
}

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

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

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

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

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

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

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

#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #c24d2a;
    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: 850px) {
    #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 {
    background: #d6c7a9;
}

#billboard img{
    display: block;
    width: 100%;
}


/* ======================================== *
        Tagline
 * ======================================== */
#tagline-wrapper {
    background: #752727;
}

#tagline {
    color: #f5ecda;
    font-size: 34px;
    font-style: italic;
    text-align: center;
    line-height: normal;
    padding: 8px 0 15px;
}


/* ======================================== *
        Body Section
 * ======================================== */
#body {
    padding: 35px 0;
}

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


/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #e8ded2;
    border-top: 18px solid #752727;
}

#footer {
    padding: 30px 0;
}

#footer{
    font-size: 16px;
    line-height: 30px;    
}

#footer h3.tmf-module-title {
    color: #cf5430;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

#footer .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 25px;
    padding: 20px 15px;
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 650px) {
    #footer h3.tmf-module-title {
        max-width: 100%;
    }
}


/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{
    background: #752727;
}

#copyright {
    padding: 25px 0 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

#copyright a {
    color: #ffffff;
}


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

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

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

.tmf-multi-module-area .tmf-module .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 25px;
    padding: 20px 15px;
    max-width: 300px;
    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
 * ======================================== */
.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,
.gform_wrapper.tmf-form_wrapper input[type=url],
.gform_wrapper.tmf-form_wrapper input[type=number],
.gform_wrapper.tmf-form_wrapper input[type=checkbox],
.gform_wrapper.tmf-form_wrapper input[type=radio],
.gform_wrapper.tmf-form_wrapper input[type=date],
.gform_wrapper.tmf-form_wrapper input[type=time],
.gform_wrapper.tmf-form_wrapper input[type=hidden],
.gform_wrapper.tmf-form_wrapper input[type=password],
.gform_wrapper.tmf-form_wrapper input[type=file],
.gform_wrapper.tmf-form_wrapper input[type=range],
.gform_wrapper.tmf-form_wrapper input[type=color],
.gform_wrapper.tmf-form_wrapper input[type=search],
.gform_wrapper.tmf-form_wrapper select {
    font-size: 14px !important;
    color: #45484d !important;
    padding: 12px 10px !important;
    max-width: 100%;
    background: #f1eee8;
    border: none;
    line-height: normal;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    padding: 15px;
    border: 0;
    background: #d85730;
    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: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

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

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background: #d85730;
    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.png) repeat scroll -233px 2px;
    height: 22px;
    width: 28px;
}


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

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

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0px 0 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 ul li.gfield {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 0;
}

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

.gform_wrapper.tmf-form_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields textarea{
    height: 120px;
}

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

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding: 20px 15px;
    width: 100%;
    margin-right: 0;
    max-width: 320px;
    box-sizing: border-box;
}