/* ============================================================================ *
        Post Styles
    ---------------------------------------------------------------------------
        These are the styles which build all the various post types and their templates.
*/
.tmf-post.large:not(.attorney) img.primary {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

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

.tmf-post.medium img.thumbnail {
    max-width: 150px;
    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 .excerpt a{
    text-decoration: underline;
}

.tmf-post .excerpt a:hover {
    text-decoration: none;
}

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

.tmf-post.large h1#page-title {
    display: none;
}

/*----------Practice Area Small----------*/
.tmf-post.practice-area.small {}

.tmf-post.practice-area.small .title {
    color: #333333;
    font-size: 20px;
}

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

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

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

/*---------Practice Area Medium----------*/
.tmf-post.practice-area.medium {
    box-sizing: border-box;
    border-bottom: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.tmf-post.practice-area.medium .medium-inner{
    padding: 0 25px;
}

.tmf-post.practice-area.medium h2.title:before {
    background: url(../images/icon_sprite_3x.png) no-repeat -40px 1px;
    background-size: 182px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 25px;
    vertical-align: middle;
}

.tmf-post.practice-area.medium .excerpt{
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width: 750px) {
    .tmf-post.practice-area.medium {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .tmf-post.practice-area.medium .medium-inner{
        padding: 0 12px;
    }
}

/*---------Post Small----------*/
.tmf-post.post.small {}

.tmf-post.post.small .title {
    color: #d06a24;
    font-size: 20px;
    font-weight: 400;
}

.tmf-post.post.small .title a{
    color: #d06a24 !important;
    text-decoration: underline !important;
}

.tmf-post.post.small .title a:hover{
    text-decoration: none !important;
}

/*----------representative-case Small----------*/
.tmf-post.small.representative-case {
    margin-bottom: 0;
}

.tmf-post.small.representative-case .excerpt {
    position: relative;
    padding-left: 20px;
    font-size: 18px !important;
}

.tmf-post.small.representative-case .excerpt:before {
    content: '\2022';
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    left: 0;
    position: absolute;
}

/*----------Locations Small----------*/
.tmf-post.small.location {
    border: none;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

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

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

/*----------Location Medium----------*/
.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 img.primary,
    .tmf-post.large.staff img.primary {
        float: none;
        margin-bottom: 15px;
    }

    .tmf-post.large:not(.attorney) img.primary {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}


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