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

.tmf-post.small img.thumbnail {
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tmf-post.medium img.thumbnail {
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    max-width: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
    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;
}

.tmf-post.attorney.large img.primary {
    margin-top: 0;
    margin-bottom: 0;
}

.tmf-post.attorney.large #page-content, 
.tmf-post.staff.large #page-content {
    margin-top: 15px;
}

.tmf-post.attorney.medium .tmf-button.small {
    max-width: 175px;
    width: 100%;
    box-sizing: border-box;
}

.tmf-post.attorney.medium img.thumbnail,
.tmf-post.attorney.medium h2.title{
    margin-bottom: 0;
}

.tmf-post.attorney .icon-container .vcard-resume-container, 
.tmf-post.staff .icon-container .vcard-resume-container {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}

/*---------Attorney----------*/
.tmf-post.attorney.small {}

.tmf-post.attorney.small img.thumbnail {
    max-width: 116px;
    min-height: 125px;
    margin-bottom: 0;
    margin-top: 7px;
}

.tmf-post.attorney.small .title{
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

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

.tmf-post.attorney.small .excerpt{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}

.tmf-post.attorney .excerpt {
    line-height: 1.5em;
}

/*---------Testimonial----------*/
.tmf-post.testimonial.small {
    padding: 25px 55px;
}

.tmf-post.testimonial.small .excerpt {
    color: #000000;
    font-size: 36px;
    font-style: italic;
    line-height: 50px;
}

.tmf-post.testimonial.small .testimonial-description {
    color: #000000;
    font-size: 20px;
    font-style: normal;
}

@media screen and (max-width: 600px) {
    .tmf-post.testimonial.small {
        padding: 0 0 25px;
    }
}

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

.tmf-post.post.small,
.tmf-post.news.small {}

.tmf-post.post.small .calendar-icon .month, 
.tmf-post.news.small .calendar-icon .month {
    display: none;
}

.tmf-post.post.small .calendar-icon, 
.tmf-post.news.small .calendar-icon {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -147px 0px;
    background-size: 710px;
    border: medium none;
    border-radius: 0;
    height: 55px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 44px;
}

.tmf-post.post.small .calendar-icon .day, 
.tmf-post.news.small .calendar-icon .day {
    color: #851619;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 21px 0;
}

.tmf-post.post.small .title.has-post-date, 
.tmf-post.news.small .title.has-post-date {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 60px;
    padding-top: 8px;
}

.tmf-post.post.small .title.has-post-date a, 
.tmf-post.news.small .title.has-post-date a{
    color: #000000;
    text-decoration: none;
}

.tmf-post.post.small .title.has-post-date a:hover, 
.tmf-post.news.small .title.has-post-date a:hover{
    text-decoration: underline;
}

.tmf-post.post .date, 
.tmf-post.news .date {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    font-style: normal;
}

.tmf-post.post.small .excerpt {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}


/*---------Faq Small----------*/
.tmf-post.faq.small {}

.tmf-post.faq.small .title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.tmf-post.faq.small .title a{
    color: #000000;
    text-decoration: none;
}

.tmf-post.faq.small .title a:hover{
    text-decoration: underline;
}

.tmf-post.faq.small .excerpt {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

/*---------Faq Medium----------*/
.tmf-post.faq.medium {}

.tmf-post.faq.medium .title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.tmf-post.faq.medium .title a{
    color: #000000;
    text-decoration: none;
}

.tmf-post.faq.medium .title a:hover{
    text-decoration: underline;
}


/*---------Practice Area----------*/
.tmf-post.small.practice-area {
    margin-bottom: 20px;
}

.tmf-post.practice-area.small .title {
    color: #404040;
    font-size: 18px;
    font-weight: 400;
}

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

.tmf-post.practice-area.small .title a:hover {
    text-decoration: underline;
}

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

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


/*---------Location----------*/
.tmf-post.location.small {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.tmf-post.location.small img{
    border: 1px solid #adacac;
}

.tmf-post.location.small .business-name {
    font-weight: 700;
}

.tmf-post.small.location .phone .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll 0px 0px;
    background-size: 710px;
    display: inline-block;
    font-size: 0;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.tmf-post.small.location .fax .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -32px 0px;
    background-size: 710px;
    display: inline-block;
    font-size: 0;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.tmf-post.small.location .email .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -68px 2px;
    background-size: 710px;
    display: inline-block;
    font-size: 0;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.tmf-post.small.location .footer-social {
    margin-top: 15px;
}

.tmf-post.small.location a {
    color: #000000;
    text-decoration: none;
}

.tmf-post.small.location a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 850px) {
    .tmf-post.location.small img {
        float: left;
        margin-right: 25px;
    }
}

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

.tmf-post.location .dynamic-map{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.tmf-post.location .dynamic-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ======================================== *
        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.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: 100%;
    }
}


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