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

.tmf-post.list.practice-area {
    margin: 0;
    margin-left: 20px;
    padding: 5px 0;
    border: none;
}

.tmf-post.list.practice-area .title:before {
    content: '\2022';
    font-weight: 700;
    left: -20px;
    position: absolute;
    font-size: 22px;
}

.tmf-post.list.practice-area a {
    text-decoration: none;
    font-size: 22px;
}

.tmf-post-59.attorney.large .editor-content h2:nth-child(2),
.tmf-post-56.attorney.large .editor-content h2:nth-child(2),
.tmf-post-63.attorney.large .editor-content h2:nth-child(2) {
    clear: both;
}

.tmf-post.attorney .superlawyer {
    display: inline-block;
    clear: both;
    margin-top: 2px;
}

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

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

.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;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

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

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

.tmf-post.faq h2.title,
.tmf-post.faq h2.title a {
    /*color: #aa1912;*/
}

.tmf-post.practice-area .children .children h2.title,
.tmf-post.practice-area .children .children h2.title a {
    color: #aa1912;
}

/*----------Attorney----------*/
.tmf-post.attorney.small img.thumbnail {
    border: 2px solid #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    float: none;
    /*margin-bottom: 5px;*/
    margin-right: 0;
    max-height: 140px;
    max-width: 140px;
}

.tmf-post.attorney.small {
    display: inline-block;
    margin: 0 15px 25px;
    max-width: 140px;
    text-align: center;
    vertical-align: top;
}

.tmf-post.attorney.small .title {
    color: #000;
    font-family: "PT Serif",serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
}

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

@media screen and (max-width: 400px) {
    .tmf-post.attorney.small {
        margin: 0 10px 25px;
        max-width: 125px;
    }
}

.tmf-post.attorney.sidebar img.thumbnail {
    border: none;
    box-shadow: none;
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    max-height: 115px;
    max-width: 115px;
}

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

.tmf-post.attorney.sidebar .title {
    color: #000;
    font-family: "PT Serif",serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.tmf-post.attorney.sidebar .title a {
    color: #000;
    text-decoration: none;
}
/*----------Posts----------*/
.tmf-post.post.small{}

.tmf-post.post.small .title.has-post-date, 
.tmf-post.news.small .title.has-post-date {
    font-family: "PT Serif",serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    color: #000;
}

.tmf-post.post .date, 
.tmf-post.news .date {
    font-size: 16px;
    font-style: normal;
}

.tmf-post.post.small .excerpt {
    font-size: 17px;
    margin-top: 5px;
}

.tmf-post.post.small .excerpt a{
    color: #74754e;
}


/*----------Posts----------*/
.tmf-post.faq.small .title {
    font-family: "PT Serif",serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    color: #000;
}

.tmf-post.faq.small .excerpt {
    font-size: 17px;
    margin-top: 5px;
}

.tmf-post.faq.small .excerpt a{
    color: #74754e;
}


/*----------Locations----------*/
.tmf-post.location.small {
    font-size: 17px;
    color: #000;
}

.tmf-post.location.small img {
    border: 2px solid #fff;
}

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

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

@media screen and (max-width: 620px) {
    .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: 150px;
    }
}


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


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

