/* ============================================================================ *
        Post Styles
    ---------------------------------------------------------------------------
        These are the styles which build all the various post types and their templates.
*/

.tmf-post.small img.thumbnail {
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tmf-post.medium img.thumbnail {
    max-width: 250px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 7px;
}

.tmf-post.medium img.thumbnail.mobile {
    margin-top: 7px;
}

.tmf-post img.primary {
    float: left;
    margin-top: 5px;
    max-width: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.children .tmf-post.medium img.thumbnail {
    max-width: 150px;
}


/*----------Practice Areas----------*/

.tmf-post.practice-area.home {
    border: medium none;
    display: inline-block;
    margin: 0px 10px 25px;
    padding-bottom: 0;
    max-width: 343px;
    vertical-align: top;
}

.tmf-post.practice-area.home img.thumbnail {
    margin-bottom: 0;
    max-width: 100% !important;
    /*max-width: 343px !important;*/
    min-height: 210px;
    float: none;
    display: block;
}

.tmf-post.practice-area.home .title {
    background: #18a55f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}

.tmf-post.practice-area.home .title a {
    text-decoration: none;
    color: #fff;
}

.tmf-post.practice-area.small {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 0;
    padding: 10px 0;
}

.tmf-post.practice-area.small.first-post {
    border-top: 1px solid #d2d2d2;
}

.tmf-post.practice-area.small .title {
    color: #7d7d7d;
    font-size: 16px;
}

.tmf-post.small.practice-area .title a {
    color: #7d7d7d;
    text-decoration: none;
}

.tmf-post.small.practice-area .children{
    display: none;
}


/*---------Attorney----------*/
.tmf-post.attorney.home{}
.tmf-post.attorney.home .home-part-1{
    float: left;
    max-width: 259px;
    margin-right: 40px;
}

.tmf-post.attorney.home .home-part-2{
    float: left;
    max-width: 400px;
}

.tmf-post.attorney.home img.thumbnail {
    margin-top: 0;
    margin-right: 15px;
    min-height: 255px;
    max-width: 259px !important;
    margin-bottom: 0;
}

.tmf-post.attorney.home .title{
    color: #00a65d;
    font-family: Myriad Pro, sans-serif;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}

.tmf-post.attorney.home .title a{
    text-decoration: none;
    color: #00a65d;
}

.tmf-post.attorney.home .excerpt {
    color: #7d7d7d;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.tmf-post.attorney.home .tmf-button {
    display: inline-block;
    padding: 15px;
    margin-top: 25px;
}

@media screen and (max-width: 1100px) {
    .tmf-post.attorney.home .home-part-1{
        float: none;
        max-width: auto;
        margin-right: 0;
    }

    .tmf-post.attorney.home .home-part-2{
        float: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .tmf-post.attorney.home img.thumbnail {
        margin: 5px;
        float: none;
    }
}

.tmf-post.attorney.small{
    text-align: center;
}

.tmf-post.attorney.small img.primary {
    margin-top: 0;
    margin-right: 0;
    float: none;
    min-height: 204px;
    max-width: 232px;
    margin-bottom: 0;
    max-height:204px;
}

.tmf-post.attorney.small .title,
.tmf-post.attorney.small .title a {
    color: #15a75d;
    font-family: Myriad Pro,sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 25px;
}

.tmf-post.attorney.small .excerpt {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 21px;
    padding: 0 5px;
}

@media screen and (max-width: 1100px) {
    .tmf-post.attorney.small{
        width: 280px !important;
        margin-right: 0 !important;
    }

    .tmf-post.attorney.small img.thumbnail {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 900px) {
    .tmf-post.attorney.small{
        width: 350px !important;
    }
}

@media screen and (max-width: 770px) {
    .tmf-post.attorney.small{
        width: 450px !important;
    }
}

@media screen and (max-width: 500px) {
    .tmf-post.attorney.small{
        width: 300px !important;
    }
}

.tmf-post.attorney.sidebar {
    display: inline-block;
    max-width: 135px;
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0 7px 15px;
    text-align: center;
}

.tmf-post.attorney.sidebar img.thumbnail {
    float: none;
    max-width: 135px;
    display: block;
}

.tmf-post.attorney.sidebar .title {
    background: #18a55f;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}

.tmf-post.attorney.sidebar .title a {
    text-decoration: none;
    color: #fff;
}



.tmf-post.attorney.large .editor-content h3 {
    font-family: Myriad Pro,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #6b6b6b;
}

.tmf-post.attorney.large img.primary{
    max-width: 250px;
    max-height: 220px;
    width: 100%;
}

.tmf-post.attorney .contact-information,
.tmf-post.attorney .icon-container {
    font-size: 16px;
}

.tmf-post.attorney .phone-1 .label {
    background: rgba(0, 0, 0, 0) url("../images/tel.png") no-repeat scroll top left;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.tmf-post.attorney .fax .label {
    background: rgba(0, 0, 0, 0) url("../images/fax.png") no-repeat scroll top left;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.tmf-post.attorney .email .label {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll top left;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.tmf-post.attorney .attorney-titles a{
    color: #333;
    font-family: Myriad Pro,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 22px;
}

.tmf-post.attorney.small .attorney-titles a{
    font-weight: 700;
}


/*---------Post----------*/

.tmf-post.post.small {
    text-align: left;
    max-width: 295px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 25px;
}

.tmf-post.post.small .date{
    color: #00a65d;
    font-family: Myriad Pro,sans-serif;
    font-size: 57px;
    line-height: 57px;
    font-weight: 700;
    font-style: normal;
} 
.tmf-post.post.small .month {
    font-family: Myriad Pro,sans-serif;
    font-size: 27px;
    line-height: 27px;
    color: #00a65d;
    text-transform: uppercase;
}

.tmf-post.post.small .title, 
.tmf-post.post.small .title a {
    font-family: Myriad Pro,sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #00a65d;
    text-decoration: none;
}

.tmf-post.post.small .excerpt {
    font-family: Myriad Pro,sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #7d7d7d;
}

.tmf-post.post.small .home-read-more-button {
    text-align: center;
}

.tmf-post.post.small .home-read-more-button a {
    border: 1px solid #00a65d;
    color: #00a65d;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
}

@media screen and (max-width: 760px) {
    .tmf-post.post.small {
        max-width: 100%;
        display: block;
        margin: 0 0 25px;
    }
}

.tmf-post.post.sidebar {}

.tmf-post.post.sidebar .date{
    color: #fff;
    font-family: Myriad Pro,sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
} 
.tmf-post.post.sidebar .home-read-more-button a{
    color:#fff;
}

.tmf-post.post.sidebar .title, 
.tmf-post.post.sidebar .title a {
    font-family: Myriad Pro,sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
}

.tmf-post.post.sidebar .excerpt {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 5px;
}

.tmf-post.post.medium{}

.tmf-post.post.medium .date {
    font-style: normal;
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    display: inline-block;
}

.tmf-post.post.medium .excerpt a.read-more{
    color: #7d7d7d;
}

.tmf-post.post.large img.primary {
    float: left;
    /*margin-top: 15px;*/
    margin-right: 15px;
    max-width: 400px;
}


.tmf-post.post .tmf-author .author-thumbnail, 
.tmf-post.news .tmf-author .author-thumbnail {
    height: 35px;
    float: left;
    margin-right: 0;
    margin-right: 7px;
}

.tmf-post.post .tmf-author .author-name-container a, 
.tmf-post.news .tmf-author .author-name {
    color: #6B6B6F;
    font-size: 16px;
    text-decoration: underline;
}

.tmf-post.post .contributors .contributor-label{
    display: none;
}
 
.tmf-post.post .contributors a {
    color: #6B6B6F;
    font-size: 16px;
    text-decoration: underline;
}

@media screen and (max-width: 350px) {
    .tmf-post.post.medium .date,
    .tmf-post.post .tmf-author .author-name-container a, 
    .tmf-post.news .tmf-author .author-name {
        font-size: 14px;
    }
}


/*---------Testimonial----------*/

.tmf-post.testimonial.small {}

.tmf-post.testimonial.small .testimonial-part-1{
    display: inline-block;   
    max-width: 520px;
}

.tmf-post.testimonial.small .testimonial-part-2 {
    display: inline-block;
    max-width: 410px;
    margin-left: 2%;
}

.tmf-post.testimonial.small .testimonial-part-2 h1 {
    font-size: 50px;
    line-height: 52px;
}

.tmf-post.testimonial.small .testimonial-author-details {
    max-width: 270px;
    background: #352d2f;
    padding: 10px 30px;
    position: absolute;
    width: 100%;
    left: 28%;
    top: 0px;
}

.tmf-post.testimonial.small .testimonial-author-details img.thumbnail {
    max-width: 50px !important;
    min-height: 50px;
    border-radius: 50%;
    margin: 0;
    margin-right: 25px;
}

.tmf-post.testimonial.small .testimonial-author-details .title,
.tmf-post.testimonial.small .testimonial-author-details .title a{
    font-family: Myriad Pro,sans-serif;
    font-size: 25px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 3px;
}

.tmf-post.testimonial.small .testimonial-author-details .testimonial-thumb-text{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.tmf-post.testimonial.small .testimonial-main-content {
    background: #00a65d;
    min-height: 350px;
}

.tmf-post.testimonial.small .excerpt {
    padding: 90px 0 38px;
    margin-top: 40px;
}

.tmf-post.testimonial.small .excerpt:before {
    background: url(../images/quote.png) no-repeat left top;
    height: 50px;
    width: 55px;
    content: "";
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 105px;
}

.tmf-post.testimonial.small .excerpt-content {
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    padding: 0 35px 0 90px;
}

@media screen and (max-width: 1030px) {
    .tmf-post.testimonial.small .testimonial-part-2 {
        max-width: 280px;
    }
}

@media screen and (max-width: 990px) {
    .tmf-post.testimonial.small .testimonial-part-1{
        display: block;   
        max-width: 520px;
    }

    .tmf-post.testimonial.small .testimonial-part-2 {
        display: block;
        max-width: 520px;
        margin-left: 0;
        text-align: center;
        padding-top: 25px;
    }

    .tmf-post.testimonial.small .testimonial-author-details {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .tmf-post.testimonial.small .testimonial-part-2 h1 {
        font-size: 38px;
        line-height: 40px;
    }
}


/*---------Location----------*/
.tmf-post.location.small {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    max-width: 750px;
    width: 100%;
    padding: 0 25px;
    border-right: 1px solid #5d5d5d;
    text-align: left;
    margin-bottom: 25px;
}

.tmf-post.location.small.last-post{
    border-right: none;
}

.tmf-post.location.small .business-name {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #00a65d;
}

.tmf-post.location.small.first-post .business-name {
    margin-bottom: 32px;
}

.tmf-post.location.small .phone-1{
    margin-top: 25px;
}

.tmf-post.location.small .tmf-button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 15px;
    margin-top: 25px;
}
.tmf-module-footer-1 .location-small-1{
    float:left;
    
}
.tmf-module-footer-1 .location-small-2{
    float:right;
    font-size:1.25em;
    
}

@media screen and (max-width: 1100px) {
    .tmf-post.location.small.middle-post{
        border-right: none;
    }
}

@media screen and (max-width: 745px) {
    .tmf-post.location.small {
        max-width: 100%;
        display: block;
        padding: 0;
    }

    .tmf-post.location.small.first-post{
        border-right: none;
    }

    .tmf-post.location.small img {
        float: left;
        margin-right: 25px;
    }
    .tmf-module-footer-1 .location-small-1,
    .tmf-module-footer-1 .location-small-2{
    float:none;
    }
}

@media screen and (max-width: 520px) {
    .tmf-post.location.small img {
        float: none;
        margin-right: 0;
    }
}

/* ======================================== *
        Responsive Posts
 * ======================================== */
@media screen and (min-width: 850px) and (max-width: 1000px), screen and (max-width: 600px) {
    .tmf-post.medium.post .taxonomy-container {
        clear: both;
    }

    .tmf-post.medium.post .read-more-button {
        margin-bottom: 25px;
    }

    .tmf-post.medium.event .taxonomy-container {
        clear: both;
    }

    .tmf-post.medium.event .read-more-button {
        margin-bottom: 25px;
    }


    .tmf-post.medium.post img.primary {
        max-width: 150px;
    }

    .tmf-post.medium img.thumbnail {
        max-width: 175px;
    }

    .children .tmf-post.medium img.thumbnail {
        max-width: 125px;
    }

    .tmf-post.medium.attorney .read-more-button.top,
    .tmf-post.medium.staff .read-more-button.top {
        display: none;
    }

    .tmf-post.medium.attorney .read-more-button.bottom,
    .tmf-post.medium.staff .read-more-button.bottom {
        display: block;
        text-align: center;
    }

    .tmf-post img.primary {
        max-width: 200px;
    }

    .tmf-post.large.attorney img.primary,
    .tmf-post.large.staff img.primary {
        max-width: 250px;
    }
}


@media screen and (max-width: 600px) {
    .tmf-post.large.practice-area .primary,
    .tmf-post.large.attorney .primary,
    .tmf-post.large.staff .primary {
        float: none;
        margin-bottom: 15px;
    }

    .tmf-post.large.attorney img.primary,
    .tmf-post.large.staff img.primary {
        max-width: 250px;
    }
}


@media screen and (max-width: 400px) {
    .tmf-post.small img.thumbnail {
        max-width: 75px;
    }

    .tmf-post.attorney.small img.thumbnail, 
    .tmf-post.staff.small img.thumbnail {
        max-width: 75px;
    }

    .tmf-post.medium img.thumbnail {
        max-width: 125px;
    }

    .children .tmf-post.medium img.thumbnail {
        max-width: 100px;
    }

    .tmf-post.medium.post img.primary {
        max-width: 100px;
    }

    .tmf-post.attorney.medium img.thumbnail, 
    .tmf-post.staff.medium img.thumbnail {
        max-width: 75px;
    }

    .tmf-post img.primary {
        max-width: 150px;
    }
}
