/* ============================================================================ *
        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-image: url("../images/sk_transparent_1x.png");
    background-repeat: no-repeat;
    background-size: 99% auto;
    color: #6b6c6c;
    font-family: "Lato",sans-serif;
    font-size: 18px;
}

a {
    color: #6b6c6c;
    text-decoration: underline;
}


.row > div > .inner {
    padding: 25px 25px;
}

#slogan-wrapper .row > div > .inner,
#header-wrapper .row > div > .inner,
#footer-wrapper .row > div > .inner,
#copyright-wrapper .row > div > .inner {
    padding: 0px 25px;
}

/* ======================================== *
        Headers
 * ======================================== */
h1,
#footer-location h3.tmf-module-title,
#meet-our-attorneys-section h3.tmf-module-title{
    font-family: 'Rufina', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    color: #6b6c6c;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #8ba06d;
}

h2 a {
    text-decoration: none;
    color: #8ba06d;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #6b6c6c;
}

h3 a {
    text-decoration: none;
    color: #6b6c6c;
}

h4 {
    font-weight: 700;
    color: #6b6c6c;
    font-size: 18px;
}

h4 a{
    text-decoration: none;
    color: #6b6c6c;
}


/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    padding: 15px 0 0px 0;
}

#header-container {}

#header {}

#header a {
    text-decoration: none;
}

#header .logo {
    max-width: 368px;
    padding: 0px 0 0px 0;
    width: 100%;
}

.tmf-module-area-header {}

#header-cell-1 {
    text-align: right;
}

#header-cell-2 {
    color: #696a6a;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    padding-top: 12px;
    vertical-align: top;
}

#header-cell-2 .phone-1, 
#header-cell-2 .phone-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #696a6a;

}

#header-cell-2 .email, 
#header-cell-2 .fax {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    color: #696a6a;
}

#header-cell-2 a {
    color: #696a6a;
}

@media screen and (max-width: 1130px) {
    #header-cell-1.span-16{
        width: 50%;
    }
    #header-cell-2.span-8{
        width: 50%;
    }
    #header-cell-1{
        text-align: left;
    }
}

@media screen and (max-width: 850px) {
    #header-cell-1.span-16{
        width: 100%;
    }
    #header-cell-2.span-8{
        width: 100%;
    }
    #header-cell-1,
    #header-cell-2 {
        text-align: center;
    }

    #header-cell-2 {
        padding-top: 10px;
    }
}

/* ======================================== *
        Front Page Header
 * ======================================== */

div#frontheader-container {
    background: #FFF;
}

#frontheader-container #site-logo {
    margin: 40px auto;
    display: block;
}



/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    z-index: 10;
    margin-bottom: 15px;
}

#footer #primary-nav-wrapper {
    border-bottom: none;
    background: inherit;
}

#primary-nav-container {
    text-align: center;
}

#primary-nav {
    padding: 10px 0;
    /*margin-top:10px;*/
}

#footer #primary-nav {
    padding: 10px 0;
    margin:20px 0;
}

#primary-nav .menu {}

#primary-nav .menu > .menu-item {
    border-left: 1px solid #c4c6c6;
}

#footer #primary-nav .menu > .menu-item {
    border-left: 0px solid #94c015;
    display: inline-block;
    display: table-cell;
    padding: 0 35px;
}

#primary-nav .menu-bar {
    color: #000;
}

#primary-nav .menu > .menu-item:hover,
#primary-nav .menu > .menu-item a:hover {
    text-decoration: none;
}

@media screen and (max-width: 850px) {
    #primary-nav .menu {
        display: none;
    }
    #primary-nav .menu > .menu-item {
        border-left: none;
        border-right: none;
    }

    #footer #primary-nav .menu > .menu-item {
        border-left: none;
        border-right: none;
    }
}

#primary-nav .menu > .menu-item.first {
    border-left: 0;
}

#primary-nav .menu > .menu-item.last {
    border-right: 0;
}

#primary-nav .menu > .menu-item > a {

    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 14px;
    color: #6b6c6c;
    text-decoration: none;;
}

#primary-nav .menu .sub-menu > li {
    background: #6b6c6c ;
}

#footer #primary-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    padding: 0px 0px;
}

#primary-nav .menu > .menu-item:hover > a {
    text-decoration: underline;
}

#primary-nav .menu .sub-menu {
    /*background-color: #6b6c6c;*/
    padding-top: 15px;
    max-width: 100%;
    min-width: 320px;
    text-decoration: none;
}

#footer #primary-nav .menu .sub-menu {
    display: none;
}


#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #818282;
}

#primary-nav .menu-bar {

    font-size: 17px;
}

@media screen and (max-width: 1200px) {
    #primary-nav-container {
        border-left: none;
        border-right: none;
    }
}


/*
html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(0,0,0,0.3);
}
html.mobile-nav #primary-nav .menu > .menu-item > a{
        font-size: 16px;
} */

@media screen and (max-width: 850px) {
    #primary-nav {
        padding: 0;
    }
    #primary-nav-container {
        border-left: none;
        border-right: none;
    }

    #primary-nav .menu-bar {
        display: block;
    }
    #primary-nav .menu > .menu-item > a{
        padding: 10px 14px;
    }
    #primary-nav .menu li {
        display: block;
        width: 100%;
        text-align: center;
    }

    #primary-nav .menu .sub-menu {
        position: relative;
        /*background: none;*/
        padding-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    #footer #primary-nav .menu > .menu-item {
        padding: 0 15px;
    }
}


/* ======================================== *
        Secondary Navigation Section
 * ======================================== */

div#secondary-nav-wrapper {;
}

#secondary-nav-container {
}

#secondary-nav .menu {
    position: absolute;
    right: -24px;
    padding: 3px 15px 3px 0;
    margin-right: 39px;
    z-index: 10;;}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}

#secondary-nav .menu > .menu-item > a {
    font-size: 1em;

}

#secondary-nav .menu > .menu-item:hover > a {
    text-decoration: underline;
}

/* ======================================== *
        Billboard Section
 * ======================================== */
#billboard-wrapper {
    border-bottom: 42px solid #8ba06d;
}

#billboardbox {
    height: 490px;
}
#billboard-container{
    max-width: 100%;
}
#billboard-cell-1 .inner {
    padding: 0;
}

#billboardbox div img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.billboard-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    #billboardbox,
    #billboardbox div img {
        height: 369px;
    }
}

@media screen and (max-width: 900px) {
    #billboardbox,
    #billboardbox div img {
        height: 299px;
    }
}

@media screen and (max-width: 750px) {
    #billboardbox,
    #billboardbox div img {
        height: 209px;
    }
}

@media screen and (max-width: 450px) {
    #billboardbox,
    #billboardbox div img {
        height: 129px;
    }
}


/* ======================================== *
        Billboard Advisors Section
 * ======================================== */


div#billboard-advisors-wrapper {
    background: url(../images/advisors_bg.jpg);
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0;
}

div#billboard-advisors {
    text-align: center;
}

.tmf-module-billboard-advisors {

    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 0px 0px 1px;
    padding: 400px 0px 50px;
}

.tmf-module-meet-our-advisors .tmf-module-title {

    text-align: center;
    margin-bottom: 30px;
}

.advisorbox {
    display: inline-block;

    margin: 0 20px 20px;
}

@media screen and (max-width: 1000px) {}


/* ======================================== *
        Billboard Areas Section
 * ======================================== */

#meet-our-attorneys-section-wrapper {
    background-color: #e7e8e8;
    padding: 25px 0 40px;
}

#meet-our-attorneys-section h3.tmf-module-title{
    text-align: center;
    margin-bottom: 40px;
}

#meet-our-attorneys-section img {
    border: 3px solid #fff;
    margin-bottom: 65px;
}

.tmf-post.attorney.thumbnail{
    display: inline-block;
    max-width: 45%;
    vertical-align: top;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 2%;
}

@media screen and (max-width: 1200px) {
    #meet-our-attorneys-section img {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 950px) {
    .tmf-post.attorney.thumbnail {
        display: inline-block;
        margin: 0px auto;
        padding-bottom: 25px;
        max-width: 100%;
    }

    #meet-our-attorneys-section img {
        /*max-width: 100%;*/
        height: auto;
        margin-right: 10px;
        margin-bottom: 25px;
    }

    .part-2 .tmf-button {
        display: flex;
        text-align: center;
        width: 44%;
    }
}
.part-1 img{
    margin-right: 15px;
}

.part-2 .tmf-button {
    display: inline-block;
    font-size: 19px;
    padding: 13px 15px;
    text-align: center;
    width: 45%;
}

.part-2 .title {
    font-family: 'Rufina', serif;
    font-size: 26px;
    font-weight: 700;
    color: #8ba06d;
}

.part-2 .excerpt {
    margin-bottom: 20px
}

.areaofservicebox {
    width: 31.111%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

div.areaofservicebox a {
    text-decoration: none;

}

.areaofservicebox button {
    font-size: 1em;
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #590d1d;
}

.tmf-module-services .tmf-button {
}

.tmf-module-services p {
}

@media all and (max-width: 700px) {
    .areaofservicebox {
        width: 300px;
        max-width: 95%;
        margin: 0 auto 20px;
        display: block;
    }

}

@media all and (max-width: 550px) {
    #meet-our-attorneys-section img {
        margin-bottom: 15px;
    }

    #meet-our-attorneys-section .tmf-post img.thumbnail{
        float: none;
    }
    .part-2 .tmf-button {
        padding: 13px 0px;
        width: 100%;
    }
}

/* ======================================== *
        Billboard Newsletter Section
 * ======================================== */


div#billboard-newsletter-wrapper {
    padding: 30px 0;
}

div#billboard-newsletter-cell-1 {
    display: table;
}

.tmf-module-recent-newsletters .tmf-post.small {
    /*  border-bottom: 1px solid #E5E4E4;*/
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.tmf-module-recent-newsletters .tmf-post.small.last-post {
    border-bottom: 0;
}

.tmf-module-recent-newsletters .tmf-post.small .title a {

    text-decoration: none;
    text-transform: uppercase;
}

.tmf-module-recent-newsletters .tmf-post.small .read-more {
    display: block;
    margin-top: 30px;
}

.tmf-module-recent-blog-posts .tmf-post.small {
    border-bottom: 1px solid #E5E4E4;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.tmf-module-recent-blog-posts .tmf-post.small.last-post {
    border-bottom: 0;
}

.tmf-module-recent-blog-posts .tmf-post.small .title a {

    text-decoration: none;
    text-transform: uppercase;
}

.tmf-module-recent-blog-posts .tmf-post.small .read-more {
    display: block;
    margin-top: 30px;
}

#billboard-newsletter div .tmf-button {
    display: block;
    text-align: center;
    margin: auto;
    width: 70%;
}

div#billboard-newsletter div h3.tmf-module-title, .tmf-module-recent-blog-posts div h3.tmf-module-title {

}

@media all and (min-width: 1000px) {

    .tmf-module-area-billboard-newsletter .tmf-module {
        width: 50%;
        display: table-cell;
    }

}

/* ======================================== *
        Billboard Contact Section
 * ======================================== */


div#practice-areas-wrapper {
    background-size: cover;
}



#practice-areas {
}

.home .wp-caption {
    display: inline-block;
    max-width: 24%;
    padding: 0 4px;
    margin: 25px 0;
}

.home .wp-caption img {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.home p.wp-caption-text {
    background-color: #542377;

    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0;

}



.tmf-module-area-practice-areas-title h2, .tmf-module-area-practice-areas-title {

    text-align: center;
}

.tmf-module-area-practice-areas-title {
    margin: 0px auto;
}

.tmf-post.small.location .static-map {
    display: block;
    margin-bottom: 0px;
}

div#practice-areas a {
}

@media all and (max-width: 1000px) {

    .tmf-post.small.location .static-map {
        display: block;
        width: auto;
        height: auto;
        float: none;
    }

    #practice-areas {
        text-align: center;
    }

}


/* ======================================== *
        Body Section
 * ======================================== */
div#body-wrapper {
    /*background: #FFF;*/
}

.home div#body-wrapper {
    /*border-top: 42px solid #8ba06d;*/
    background: #FFF;
}

/*.home #body-wrapper {
    margin-top: -65px;
}*/

#body-container {
    padding: 0;
}

#body {
}

#body #page-content {
}

.accordion .control:before {
    top: -5px;
    color: #45484d;
}

.accordion .control h2 {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    #body-container {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    #body {
        padding: 0px 0 25px;
    }
}


/* ======================================== *
        Footer Section
 * ======================================== */

#footer-location-wrapper {
    background: #e7e8e8 none repeat scroll 0 0;
    padding: 28px 0;
    text-align: center;
}

#footer-location h3.tmf-module-title{
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 400px) {
    .map-container {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        height: 250px;
        width: 250px;
    }

    .tmf-post.location.small .static-map img {
        width: 250px;
        height: auto;
    }

    .map-left, .map-right {
        width: 250px;
    }
}



.map-container .map-right {
    background-color: rgba(89,13,29,.8);
    font-size: 18px;
    line-height: 1.4em;
    padding: 50px 0 46px 0;
}

.map-container .map-right a {

}

#footer-wrapper {
    background-color: #8ba06d;
}

#footer-container {
}

#footer {
}

#footer .tmf-button {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

#footer-cell-2,
#footer-cell-3 {}

#footer-cell-1,
#footer-cell-2 {}

@media screen and (max-width: 850px) {
    #footer-cell-2,
    #footer-cell-3 {
        border-left: none;
        border-top: 1px solid #fff;
    }

    #footer-cell-1,
    #footer-cell-2 {
        border-right: none;
        border-bottom: 1px solid #c3c3c3;
    }

    #footer-wrapper {
        display: none;
    }

    #footer {
        padding: 1px 0 0 0;
    }

    #footer #primary-nav-menu {
        display: none;
    }
}



/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
    font-size: 16px;}

#copyright-container {
    padding: 25px 0;
}

#copyright {
    text-align: center;

}

#copyright a {

}



/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumb-wrapper {
    background: #8ba06d none repeat scroll 0 0;
    margin: 25px 0 0;
}

#breadcrumb .row > div > .inner{
    padding: 0 25px;
}

#breadcrumbs {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

#breadcrumbs a {
    color: #fff;
}

@media screen and (max-width: 700px) {
    #breadcrumb-wrapper {
        background: #8ba06d none repeat scroll 0 0;
        padding: 10px 0;
        margin: 10px 0 0;
    }
    #breadcrumbs {
        display: none;
    }
}

/* ======================================== *
        Modules
 * ======================================== */
.person-sidebar .tmf-module-title,
.tmf-module-area-page-sidebar .tmf-module-title,
.tmf-module-area-home-sidebar .tmf-module-title {
    text-align: left;
    font-size: 28px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    color: #6b6c6c;

}

.tmf-module-contact-us-for-a-free-consultation {
    background-color: #bfb8ce;
    padding: 15px;
    border-radius: 10px
}

.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 {
    padding-left: 5px;}

.tmf-module-area-meet-our-team-section {
    text-align: center;
}

.tmf-module-area-meet-our-team-section .tmf-module .tmf-post {
    text-align: left;
    margin-bottom: 45px;
}

.tmf-multi-module-area .tmf-module {
    margin-bottom: 35px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-module-34 .tmf-module-content,
.tmf-module-35 .tmf-module-content {}

.tmf-module-34 .tmf-module-content img,
.tmf-module-35 .tmf-module-content img {
    display: block;
}

p.bluebox {
    background: #2F5C77;
    padding: 20px 20px 0;
    border-radius: 10px;
}

p.bluebox:after {
    content: "";
    display: block;
    clear: both;
}

.bluebox a {

    font-size: 1.333em;
    text-decoration: none !important;
}

.bluebox a span {
    display: block;
    font-size: 0.667em;
    text-decoration: underline !important;
}

.sidebar-image {
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type=text],
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 {
    padding: 10px 15px;
    background: #8BA06D;
    background: -moz-linear-gradient(top, #8BA06D 0%, #6a7a53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BA06D), color-stop(100%,#6a7a53));
    background: -webkit-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -o-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -ms-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: linear-gradient(to bottom, #8BA06D 0%,#6a7a53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BA06D', endColorstr='#6a7a53',GradientType=0 );
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    top: -5px;
    color: #fff;
}

.tmf-button.consultation {
    position: relative;
    top: 15px;
    background: #686969;
    background: -moz-linear-gradient(top, #686969 0%, #6a7a53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686969), color-stop(100%,#6a7a53));
    background: -webkit-linear-gradient(top, #686969 0%,#6a7a53 100%);
    background: -o-linear-gradient(top, #686969 0%,#6a7a53 100%);
    background: -ms-linear-gradient(top, #686969 0%,#6a7a53 100%);
    background: linear-gradient(to bottom, #686969 0%,#6a7a53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686969', endColorstr='#6a7a53',GradientType=0 );
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.tmf-button:hover,
.page-numbers:hover {
    background: #6a7a53;
    background: -moz-linear-gradient(top, #6a7a53 0%, #8BA06D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a7a53), color-stop(100%,#8BA06D));
    background: -webkit-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: -o-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: -ms-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: linear-gradient(to bottom, #6a7a53 0%,#8BA06D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7a53', endColorstr='#8BA06D',GradientType=0 );
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
    background: #8BA06D;
    background: -moz-linear-gradient(top, #8BA06D 0%, #6a7a53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BA06D), color-stop(100%,#6a7a53));
    background: -webkit-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -o-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -ms-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: linear-gradient(to bottom, #8BA06D 0%,#6a7a53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BA06D', endColorstr='#6a7a53',GradientType=0 );
    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;

}





/* ======================================== *
        Responsive Layout
 * ======================================== */
@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 {  
}

.mobile {
    display: none;
}

#blog-area-wrapper {
    background-color: #ebebeb;
}

.tmf-module-blog-posts{
    display: block;
    text-align: center;
}

/*.home .tmf-post-list.small .tmf-post {
    display: inline-block;
    max-width: 360px;
    vertical-align: top;
    margin: 8px;
    text-align: left;
}

.home .tmf-post-list.small .tmf-post.middle-post {
    padding: 0 0px;
}*/

.tmf-post.post.small .calendar-icon {
    background: url(../images/beigel_icon_sprite.png) no-repeat;
    width: 66px;
    height: 69px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
    margin-top: 0px;
    text-align: center;
    background-position: -90px 0px;
    border: 0px;
    margin-right: 2px;
}

.tmf-post.post.small .calendar-icon .month, .tmf-post.news.small .calendar-icon .month {
    display: none;
}

.tmf-post.post.small .calendar-icon .day, .tmf-post.news.small .calendar-icon .day {
    line-height: 1em;
    padding: 17px 0 0 0;
    font-size: 16px;
    font-weight: 700;

}

.tmf-post.post.small .title.has-post-date, .tmf-post.news.small .title.has-post-date {
    font-weight: 700;
    margin-left: 45px;
}

.tmf-post.small .excerpt {
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 0px;
}

.social-icons .facebook {
    background-position: 0px 0px;
    position: relative;
    top: 7px;
    left: 5px;;
}

.vcard .label{
    font-size: 18px;
}

@media screen and (max-width: 500px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}


/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input,
#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 25px;
}

#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 {
    margin-bottom: 15px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input,
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    background-color: #ececed;
    font-size: 14px;
    color: #45484d;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    border: 1px solid #ececed;
}

#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;
    font-size: 20px;
    font-weight: 700;
    background: #8BA06D;
    background: -moz-linear-gradient(top, #8BA06D 0%, #6a7a53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BA06D), color-stop(100%,#6a7a53));
    background: -webkit-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -o-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: -ms-linear-gradient(top, #8BA06D 0%,#6a7a53 100%);
    background: linear-gradient(to bottom, #8BA06D 0%,#6a7a53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BA06D', endColorstr='#6a7a53',GradientType=0 );
    font-size: 20px;
    border: none;
    padding: 20px 15px;
    width: 100%;
    color: #fff;
}

#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: #6a7a53;
    background: -moz-linear-gradient(top, #6a7a53 0%, #8BA06D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a7a53), color-stop(100%,#8BA06D));
    background: -webkit-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: -o-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: -ms-linear-gradient(top, #6a7a53 0%,#8BA06D 100%);
    background: linear-gradient(to bottom, #6a7a53 0%,#8BA06D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7a53', endColorstr='#8BA06D',GradientType=0 );
    color: #fff;
}