/* ============================================================================ *
        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: 5px;
}

.tmf-post.practice-area.large img.primary {
    max-width: 425px;
    width: 100%;
}

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

/*----------News----------*/
.tmf-post.news.medium{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tmf-post.news.medium .editor-content p {
    /*padding-left: 20px;*/
}

/*.tmf-post.news.medium .editor-content p::before {
    content: "•";
    font-size: 22px;
    left: 0px;
    position: absolute;
}*/

/*----------Post Small----------*/
.tmf-post.post.small {
    display: table-cell;
    width: 325px;;
    vertical-align: top;
}

.tmf-post.post.small img.home-thumbnail {
    margin-bottom: 15px;
    max-width: 325px !important;
    min-height: 215px !important;
    border: 1px solid #1570BA;
    /*width: 100%;*/
}

.tmf-module-175 .small .tmf-post div:not(.home-thumbnail) {
    padding-right: 12px;
  }

.tmf-post.post.small .post-inner{
    padding: 0 25px;
}

.tmf-post.post.small .calendar-icon {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) no-repeat scroll 0px 3px;
    border: medium none;
    border-radius: 0;
    margin-top: 0;
    width: 40px;
    margin-left: 25px;
    top: inherit;
    display: none;
}

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

.tmf-post.post.small .calendar-icon .day {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
}

.tmf-post.post.small .title.has-post-date {
    /*margin-left: 55px;*/
    margin-left: 0;
    color: #fff;
}

.tmf-post.post.small .title.has-post-date {
    color: #333333;
    font-weight: 600;
    line-height: 24px;
    font-size: 22px;
    padding-top: 1px;
    font-family: 'Raleway', sans-serif;
}

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

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

.tmf-post.post.small .date {
  color: #2690E8;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  padding-top: 10px;
}

.tmf-post.post.small .excerpt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    color: #333333;
}

.tmf-post.post.small .excerpt a{
    color: #1570BA;
}

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

@media screen and (max-width: 450px) {
    .tmf-post.post.small .post-inner{
        padding: 0 12px;
    }

    .tmf-post.post.small .calendar-icon {
        margin-left: 12px;
    }
}

/*----------Post Medium----------*/
.tmf-post.post.medium {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border: none;
}

.tmf-post.post.medium img.home-thumbnail {
    margin-bottom: 15px;
    max-width: 325px !important;
    min-height: 215px !important;
    width: 100%;
}

.tmf-post.post.medium .post-inner {
    max-width: 370px;
    padding: 0 25px;
}

.tmf-post.post.medium .calendar-icon {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) no-repeat scroll -62px 3px;
    border: medium none;
    border-radius: 0;
    margin-top: 0;
    width: 40px;
    top: inherit;
    position: absolute;
    text-align: center;
    display: none;
}

.tmf-post.post.medium .calendar-icon .month {
    display: none;
}

.tmf-post.post.medium .calendar-icon .day {
  color: #1c6fb9;
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
  padding: 5px 0;
}

.tmf-post.post.medium .title.has-post-date {
    /*margin-left: 55px;*/
    margin-left: 0;
    color: #000000;
}

.tmf-post.post.medium .title.has-post-date {
    color: #000000;
    font-weight: 700;
    line-height: 28px;
    font-size: 24px;
    padding-top: 1px;
}

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

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

.tmf-post.post.medium .date {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  padding-top: 10px;
}

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

.tmf-post.post.medium .excerpt a {
    text-decoration: underline;
}

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

@media screen and (max-width: 700px) {
    .tmf-post.post.medium {
        display: block;
        width: 100%;
    }

    .tmf-post.post.medium .post-inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .tmf-post.post.medium .post-inner{
        padding: 0 12px;
    }
}

.tmf-post.post.large img.primary {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*---------Practice Area----------*/
.tmf-post.practice-area.home {
    border: none;
    margin: 0;
    padding: 0;
}

.post-type-archive-practice-area .tmf-archive-bottom {
    margin-top:5px;
}

.tmf-post.practice-area.home.tmf-button {
    display: inline-block;
    padding: 12px 15px;
    max-width: 250px;
    width: 100%;
    margin: 25px 12px 0;
    font-size: 30px;
}

.tmf-post.medium.practice-area .children .title, 
.tmf-post.large.practice-area .children .title {
    font-size: 1em;
}

.tmf-module-area-page-sidebar .tmf-post.practice-area.small {
    padding-left: 20px;
}

.tmf-module-area-page-sidebar .tmf-post.practice-area.small:before {
    content: "•";
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 16px;
}

/*.tmf-post.practice-area.small .tmf-post-list.small-practice-sidebar {
    display: none;
}*/

.tmf-module-area-page-sidebar .tmf-post.practice-area.small .title {
    color: #fff;
}


.tmf-post.practice-area.small .title {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.tmf-post.practice-area.small .title a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Open sans', sans-serif;
  }

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


.tmf-post.practice-area.small .children .title a {
    color: #ffffff;
}

/*
.tmf-post.practice-area.medium.accordion {
    display: inline-block;
    width: 45%;
    padding-right: 25px;
    vertical-align: top;
    border: none;
    padding-bottom: 0;
    box-sizing: border-box;
}
*/
.tmf-post.practice-area.medium.accordion .control::before {
    display: none;
}

.tmf-post.practice-area.medium.accordion .content {
    margin-left: 0;
}

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

.tmf-post.testimonial.small {}

.tmf-post.testimonial.small .excerpt {
    font-style: italic;
    line-height: 40px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

.tmf-post.testimonial.small .testimonial-description {
    float: right;
    color: #fff;
    line-height: 1.2em;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    font-style: normal;
}

/*---------Location----------*/
.tmf-post.location.small {
    border: none;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
}
.tmf-post.location.small-home{
    width: 40%;
}

.tmf-post.location.small .location-inner{
    padding: 0 25px;
}

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

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

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

    .tmf-post.location.small .location-inner{
        padding: 0 12px;
    }
}



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


.post-type-archive-practice-area .tmf-post-list.medium {
    column-count: 2;
}

@media screen and (max-width: 800px) { 
    .post-type-archive-practice-area .tmf-post-list.medium {
        column-count: 1;
}
}
.tmf-post.medium.landing-page {
    padding-bottom:5px;
    margin-bottom:0;
    border-bottom:none;
}
.tmf-post.medium.landing-page h2 {
    font-size:1.0em;
    margin-bottom:5px;
}

.social-sharing-block {
    background: #b9b9b97d;
    padding: 10px;
    width: 85%;
    font-size: 1.1em;
    margin:auto;
    margin-top: 1em;
}

.home-thumbnail {
    text-align: center;
}