/* ============================================================================ *
        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: url(../images/background.png) repeat;*/
    color: #000;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}

a {
    color: #000;
}


/* ======================================== *
        Headers
 * ======================================== */
h1#page-title,
.editor-content h1 {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #74754e;
    text-transform: uppercase;
}

.tmf-post > h2,
.editor-content h2 {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
    /*color: #5d5b5a;*/
    color: #000;
}

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

.tmf-post > h3,
h3.tmf-module-title {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: gray;
}

.tmf-post > h3 a,
h3.tmf-module-title a {
    color: gray;
}

#footer .tmf-post > h3,
#footer h3.tmf-module-title {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #74754e;
    text-transform: uppercase;
}

#footer .tmf-post > h3 a,
#footer h3.tmf-module-title a {
    color: #74754e;
}

.tmf-post > h4 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    color: #74754e;
}

.tmf-post > h4 a {
    color: #74754e;
    text-decoration: none;
}

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

#breadcrumbs {
    font-size: 15px;
    margin-left: 25px;
    color: #666666;
}

#breadcrumbs a{
    color: #666666;
}


/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#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 > a {}



/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff, #ffffff 15%, rgba(0,0,0,0.15)) repeat scroll 0 0;
}

#header-container {}

#header {
    padding: 15px 0;
}

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

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

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

#header-cell-2 {
    vertical-align: middle;
    text-align: right;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #000;
}

#header-cell-2 .tmf-post.location.header {
    border: medium none;
    display: inline-block;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    margin: 0 25px;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

#header-cell-2 .tmf-post.location.header.first-post {
    margin-left: 0;
}

#header-cell-2 .tmf-post.location.header.last-post {
    margin-right: 0;
}

#header-cell-2 h2.name {
    font-family: 'PT Serif', serif;
    color: #000;
    font-size: 18px;
    margin: 0;
}

#header-cell-2 .header-social {
    font-weight: 700;
    vertical-align: middle;
}

#header-cell-2 .social-icons {
    vertical-align: middle;
    margin-left: 10px;
}

#header-cell-2 .social-icons .icon {
    width: 39px;
    height: 39px;
}

#header-cell-2 .social-icons .facebook {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll 0 0;
}

#header-cell-2 .social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -47px 0;
}

#header-cell-2 .social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -93px 0;
}

@media screen and (max-width: 910px) {
    #header-cell-2 .tmf-post.location.header {
        margin: 0 20px;
    }
}

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

    #header {
        padding: 25px 0;
    }

    #header-cell-2 {
        padding-top: 15px;
    }

    #header-cell-2 .tmf-post.location.header {
        display: block;
        text-align: center;
        margin: 0 0 15px;
    }
}
/*
@media screen and (max-width: 550px) {
    #header-cell-2 .tmf-post-list.header {
        display: none;
    }
}*/



/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    background-color: #5d5c5a;
    background-image: url(../ie-gradient.php?from=555557&to=#52514f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5c5a), to(#52514f));
    background-image: -webkit-linear-gradient(#5d5c5a, #52514f);
    background-image: -moz-linear-gradient(#5d5c5a, #52514f);
    background-image: -ms-linear-gradient(#5d5c5a, #52514f);
    background-image: -o-linear-gradient(#5d5c5a, #52514f);
    background-image: linear-gradient(#5d5c5a, #52514f);
    border-bottom: 2px solid #c4c4c4;
    position: relative;
    z-index: 4;
}
#primary-nav-container {}
#primary-nav {}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
    /*border-left: 1px solid #fff;*/
    border-right: 1px solid #b4b4b4;
}
#primary-nav .menu > .menu-item.first {
    border-left: 1px solid #b4b4b4;
}
#primary-nav .menu > .menu-item.last {
    border-right: 1px solid #b4b4b4;
}
#primary-nav .menu > .menu-item > a {
    color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 25px;
}
#primary-nav .menu > .menu-item:hover {
    background-color: #74754e;
    background-image: url(../ie-gradient.php?from=#74754e&to=#555639);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74754e), to(#555639));
    background-image: -webkit-linear-gradient(#74754e, #555639);
    background-image: -moz-linear-gradient(#74754e, #555639);
    background-image: -ms-linear-gradient(#74754e, #555639);
    background-image: -o-linear-gradient(#74754e, #555639);
    background-image: linear-gradient(#74754e, #555639);
}

/*#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item.current-menu-parent {
    background-color: #74754e;
    background-image: url(../ie-gradient.php?from=#74754e&to=#555639);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74754e), to(#555639));
    background-image: -webkit-linear-gradient(#74754e, #555639);
    background-image: -moz-linear-gradient(#74754e, #555639);
    background-image: -ms-linear-gradient(#74754e, #555639);
    background-image: -o-linear-gradient(#74754e, #555639);
    background-image: linear-gradient(#74754e, #555639);
}*/

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

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item.current-menu-parent > a {
    color: #fff;
}

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

}
#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 16px;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #383926;
}

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

/* 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{
    font-size: 16px;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 850px) {
    #primary-nav .menu-bar {
        display: block;
    }

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

    #primary-nav .menu li {
        display: block;
        width: 100%;
        text-align: center;
    }

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

    #primary-nav .menu > .menu-item.first {
        border-left: none;
    }
    #primary-nav .menu > .menu-item.last {
        border-right: none;
    }

    #primary-nav .menu > .menu-item > a {
        padding: 10px 0;
        font-size: 17px;
    }

    #primary-nav .menu .sub-menu .menu-item > a {
        text-decoration: none;
    }
    #primary-nav .menu .sub-menu {
        border: none;
        position: relative;
        background: none;
        border-top: 0px solid rgba(0,0,0,0);
    }
}


/* ======================================== *
        Billboard Section
 * ======================================== */
#billboard-wrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff, #ffffff 10%, rgba(0,0,0,0.15)) repeat scroll 0 0;
}

#billboard-container {
    max-width: 1160px;
}

#billboard-wrapper .inner {
    padding: 0;
}

#billboard {
    overflow: hidden;
    padding: 30px 5px 15px;
}

#billboardbox {
    position: relative;
}

.billboardbox p:first-child {
    display: block;
    float: left;
    position: relative;
}


.billboardbox p {
    position:absolute; 
    left:0; 
    top:0;
}

.billboardbox img {
    width: 100%;
    display:block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
    #billboard {
        padding: 0;
    }

    .billboardbox p {
        border: none;
    }
}


/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff, #ffffff 93%, rgba(0,0,0,0.15)) repeat scroll 0 0;
    position: relative;
}

.home #body-wrapper {
    background: #fff;
}

#body-container {
    padding: 25px 0;
}

#body {}

#body-cell-2 {
    border-left: 1px solid #cbcbcb;
}

@media screen and (max-width: 850px) {
    #body-cell-2 {
        border-left: none;
    }
}

/* ======================================== *
        Meet our staff Section
 * ======================================== */
#meet-our-staff-wrapper{}

#meet-our-staff-container{
    max-width: 1150px;
}

#meet-our-staff{
    border-top: 8px solid #74754e;
    text-align: center;
    padding: 40px 0 15px;
}

#meet-our-staff h3.tmf-module-title{
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #74754e;
    text-transform: uppercase;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background-color: #f5f4f4;
    background-image: url(../ie-gradient.php?from=f5f4f4&to=eeeded);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f4f4), to(#eeeded));
    background-image: -webkit-linear-gradient(#f5f4f4, #eeeded);
    background-image: -moz-linear-gradient(#f5f4f4, #eeeded);
    background-image: -ms-linear-gradient(#f5f4f4, #eeeded);
    background-image: -o-linear-gradient(#f5f4f4, #eeeded);
    background-image: linear-gradient(#f5f4f4, #eeeded);
    border-top: 1px solid #b5b5b5;
    position: relative;
    z-index: 2;
}

#footer {
    padding: 45px 0;
}

#footer .tmf-button {
    display: block;
    font-size: 19px;
    margin: 25px auto 0;
    max-width: 350px;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
}





/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
    background-color: #edecec;
    background-image: url(../ie-gradient.php?from=edecec&to=eeeded);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edecec), to(#eeeded));
    background-image: -webkit-linear-gradient(#edecec, #eeeded);
    background-image: -moz-linear-gradient(#edecec, #eeeded);
    background-image: -ms-linear-gradient(#edecec, #eeeded);
    background-image: -o-linear-gradient(#edecec, #ecebeb);
    background-image: linear-gradient(#edecec, #ecebeb);
}

#copyright-container {
  position: relative;
  max-width: 1150px;
}

#copyright {
    border-top: 8px solid #74754e;
    color: #000;
    text-align: center;
    font-size: 17px;
    padding: 25px 0 40px;
}

#copyright-cell-1 .inner {
    padding: 0;
}

#copyright a {
    color: #000;
}

#copyright .payment-icons span{
    width: 60px;
    height: 35px;
}

#copyright .payment-icons .visa {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -144px 0;
}

#copyright .payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -206px 0;
}

#copyright .payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -269px 0;
}

/* ======================================== *
        Modules
 * ======================================== */
.person-sidebar .tmf-module-title, 
.tmf-module-area-page-sidebar .tmf-module-title, 
.tmf-module-area-home-sidebar .tmf-module-title {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #74754e;
    text-transform: uppercase;
}

.tmf-module-area-page-sidebar .tmf-module-title a,
.tmf-module-area-home-sidebar .tmf-module-title a {}

.person-sidebar .tmf-module-content,
.tmf-module-area-page-sidebar .tmf-module-content,
.tmf-module-area-home-sidebar .tmf-module-content {}

.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 .tmf-button {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module ul {
    margin: 0;
    padding-left: 20px;
}
.tmf-multi-module-area .tmf-module ul {
    margin: 0;
    padding-left: 20px;
}
.tmf-multi-module-area .tmf-module ul li {
    font-size: 22px;
    padding: 5px 0;
}
.tmf-multi-module-area .tmf-module ul li a{
    text-decoration: none;
}
.tmf-multi-module-area .tmf-module ul li a:hover{
    text-decoration: underline;
}

.sidebar-image {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0, 0.3);
    box-shadow: 0 0 7px rgba(0,0,0, 0.3);
    margin-bottom: 40px;
    max-width: 100%;
}



/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type=text],
[type=tel],
[type=email],
textarea {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px #e2e2e2;
    -moz-box-shadow: inset 0 1px 1px #e2e2e2;
    box-shadow: inset 0 1px 1px #e2e2e2;
}

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

.tmf-button,
.page-numbers {
    font-size: 22px;
    padding: 5px;
    background-color: #5d5c5a;
    background-image: url(../ie-gradient.php?from=5d5c5a&to=474745);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5c5a), to(#474745));
    background-image: -webkit-linear-gradient(#5d5c5a, #474745);
    background-image: -moz-linear-gradient(#5d5c5a, #474745);
    background-image: -ms-linear-gradient(#5d5c5a, #474745);
    background-image: -o-linear-gradient(#5d5c5a, #474745);
    background-image: linear-gradient(#5d5c5a, #474745);
    cursor: pointer;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.tmf-button:hover,
.page-numbers:hover {
    background-color: #474745;
    background-image: url(../ie-gradient.php?from=474745&to=5d5c5a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474745), to(#5d5c5a));
    background-image: -webkit-linear-gradient(#474745, #5d5c5a);
    background-image: -moz-linear-gradient(#474745, #5d5c5a);
    background-image: -ms-linear-gradient(#474745, #5d5c5a);
    background-image: -o-linear-gradient(#474745, #5d5c5a);
    background-image: linear-gradient(#474745, #5d5c5a);
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
    background-color: #5d5c5a;
    background-image: url(../ie-gradient.php?from=5d5c5a&to=474745);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5c5a), to(#474745));
    background-image: -webkit-linear-gradient(#5d5c5a, #474745);
    background-image: -moz-linear-gradient(#5d5c5a, #474745);
    background-image: -ms-linear-gradient(#5d5c5a, #474745);
    background-image: -o-linear-gradient(#5d5c5a, #474745);
    background-image: linear-gradient(#5d5c5a, #474745);
    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_1x.png") repeat scroll -337px 2px;
    height: 21px;
    width: 28px;
}

/* ======================================== *
        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: 500px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}

.gray-box {
    background: #d3d3d3; 
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}


/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper {
    margin: 0px 0 0 !important;
}

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

#body-cell-2 .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

#body-cell-2 .editor-content p{
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 0px;
}

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

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=tel],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=email],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    border: 1px solid #c3c3c3;
    -webkit-box-shadow: inset 0 1px 1px #7c7c7c;
    -moz-box-shadow: inset 0 1px 1px #7c7c7c;
    box-shadow: inset 0 1px 1px #7c7c7c;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea{
    height: 120px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer{
    text-align: center;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #5d5c5a;
    background-image: url(../ie-gradient.php?from=5d5c5a&to=474745);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5c5a), to(#474745));
    background-image: -webkit-linear-gradient(#5d5c5a, #474745);
    background-image: -moz-linear-gradient(#5d5c5a, #474745);
    background-image: -ms-linear-gradient(#5d5c5a, #474745);
    background-image: -o-linear-gradient(#5d5c5a, #474745);
    background-image: linear-gradient(#5d5c5a, #474745);
    font-size: 22px;
    border: none;
    padding: 15px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    color: #fff;
    margin-right: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #474745;
    background-image: url(../ie-gradient.php?from=474745&to=5d5c5a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474745), to(#5d5c5a));
    background-image: -webkit-linear-gradient(#474745, #5d5c5a);
    background-image: -moz-linear-gradient(#474745, #5d5c5a);
    background-image: -ms-linear-gradient(#474745, #5d5c5a);
    background-image: -o-linear-gradient(#474745, #5d5c5a);
    background-image: linear-gradient(#474745, #5d5c5a);
    color: #fff;
}