/* ============================================================================ *
        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 .children {
  margin-top: 25px;
  border-left: 3px solid rgba(193, 191, 185, 0.3);
  margin-left: 0;
  padding-left: 25px;
}
.tmf-post {
  border-bottom: 1px solid rgba(193, 191, 185, 0.4);
}
.tmf-post .excerpt a {
  text-decoration: underline;
}

.tmf-post .excerpt a:hover {
  text-decoration: none;
}
.tmf-post .tmf-taxonomy-list .tmf-taxonomy,
.tmf-post .tmf-post-link-list .tmf-post-link {
  font-style: normal;
  color: #000;
}
.tmf-post.location.mobile-location .location-small-container {
  max-width: 90%;
  margin: 0 auto;
}
.tmf-post.large h1#page-title {
  display: none;
}
.blog .read-more {
  display: none;
}
.tmf-post.post.medium .read-more-button,
.tmf-post.news.medium .read-more-button {
  display: inline-block;
  float: unset;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .tmf-post.medium img.thumbnail {
    margin-right: 7px;
  }
}
/*------ Attorney Small -------*/
.tmf-post.attorney.small {
  position: relative;
}

.tmf-post.attorney.small .attorney-cell-1,
.tmf-post.attorney.small .attorney-cell-2 {
  border: none;
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.tmf-post.attorney.small .attorney-cell-1 {
  width: 420px;
}

.tmf-post.attorney.small .attorney-cell-1 .small-inner {
  padding: 0 35px 0 25px;
}

.tmf-post.attorney.small .attorney-cell-2 .small-inner {
  padding: 0px 25px;
}
.tmf-post.attorney.small .attorney-cell-2 {
  padding: 45px 0;
  max-width: 80vw;
}
.tmf-post.attorney.small .small-image {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0;
  top: -27%;
}

.tmf-post.attorney.small .small-content-box {
  max-width: 100%;
  display: flex;
  justify-content: center;
  /* height: 355px; */
  flex-direction: column;
}

.tmf-post.attorney.small .title {
  /* font-family: "Alexandria", sans-serif; */
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 10px; */
}

.tmf-post.attorney.small .title a {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-size: 34px;
  font-weight: 400;
  text-decoration: none;
}

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

.tmf-post.attorney.small .excerpt {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.tmf-post.attorney.small .attorney-buttons {
}

.tmf-post.attorney.small .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  max-width: 280px;
  width: 100%;
  margin: 15px 0 0;
  padding: 10px 15px;
  background: var(--accent-color);
  transition: all 0.25s ease-in;
}
.tmf-post.attorney.small .tmf-button:hover {
  background: var(--primary-color);
}
.tmf-post.attorney.small .attorney-buttons a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1252px) {
  .tmf-post.attorney.small .small-image {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 950px) {
  .tmf-post.attorney.small .attorney-cell-1,
  .tmf-post.attorney.small .attorney-cell-2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tmf-post.attorney.small {
    display: flex;
    flex-direction: column;
  }
  .tmf-post.attorney.small .attorney-cell-2 .small-inner {
    padding: 0px 25px;
  }

  .tmf-post.attorney.small .small-image {
    box-sizing: border-box;
    top: 0;
    z-index: inherit;
    margin: 0 auto;
    position: static;
    content: url("../images/mobile_meet_henry.jpg");
  }
  .tmf-post.attorney .contact-information a,
  .tmf-post.staff .contact-information a {
    color: #000;
  }
  .tmf-post.attorney.small .small-content-box {
    max-width: 100%;
    display: block;
    justify-content: inherit;
    height: auto;
    flex-direction: inherit;
  }
  .tmf-post.attorney.small .attorney-cell-1 .small-inner {
    padding: 0;
  }
  .tmf-post.attorney.small .attorney-cell-2 {
    /* padding: 45px 0; */
    max-width: 100%;
  }

  .tmf-post.attorney.small .tmf-button {
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .tmf-post.attorney.small .title {
    font-size: 34px;
  }
}

/*------ Attorney Medium -----*/
.tmf-post.attorney.medium h2.title {
  margin-bottom: 0;
}

.tmf-post.attorney.medium .excerpt {
  clear: both;
}

.tmf-post.attorney.medium .label {
  font-size: 0;
}

.tmf-post.attorney.medium .phone-1::before,
.tmf-post.attorney.medium .phone-2::before,
.tmf-post.attorney.medium .fax::before,
.tmf-post.attorney.medium .email::before {
  color: var(--accent-color);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.tmf-post.attorney.medium .phone-1::before {
  content: "\f879";
  margin-right: 5px;
  transform: rotate(10deg);
  width: 16px;
}

.tmf-post.attorney.medium .phone-2::before {
  content: "\f879";
  margin-right: 5px;
  transform: rotate(10deg);
  width: 16px;
}

.tmf-post.attorney.medium .fax::before {
  content: "\f1ac";
  margin-right: 5px;
  width: 16px;
}

.tmf-post.attorney.medium .email::before {
  content: "\f0e0";
  margin-right: 5px;
  width: 16px;
}

/*---------- Practice Area Home ----------*/
/* #home-practice-areas-cell-1 .tmf-module-area-home-practice-areas .tmf-post {
  border: none;
  margin: 20px 0px;
  padding: 0;
}
#home-practice-areas-cell-1 .tmf-module-area-home-practice-areas .tmf-post a {
  text-decoration: none;
}
#home-practice-areas-cell-1
  .tmf-module-area-home-practice-areas
  .tmf-post
  .service {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 245px;
}
#home-practice-areas-cell-1
  .tmf-module-area-home-practice-areas
  .tmf-post
  .service
  .title {
  width: 100%;
  z-index: 1;
}

#home-practice-areas-cell-1
  .tmf-module-area-home-practice-areas
  .tmf-post
  .service::after {
  content: "";
  position: absolute;
  background: rgba(204, 0, 0, 0.85);
  height: 94px;
  width: 100%;
  transition: all 0.2s ease-in;
}
#home-practice-areas-cell-1
  .tmf-module-area-home-practice-areas
  .tmf-post
  .service:hover::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.2s ease-in;
}

#home-practice-areas-cell-1
  .tmf-module-area-home-practice-areas
  .tmf-post
  .service
  .title
  h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 700;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
#home-practice-areas .tmf-post.home {
  width: auto !important;
  max-width: 245px;
  padding: 0;
  margin: 0 auto;
}
#home-practice-areas .slick-slider {
  width: 85vw;
  margin: 40px auto;
}
#home-practice-areas .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
}

#home-practice-areas button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#home-practice-areas .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}
#home-practice-areas .prev-arrow::after {
  content: "";
  display: inline-block;
  background: var(--alt-secondary-color);
  height: 217px;
  width: 40px;
  position: relative;
  transform: translate(-25%, -40%);
  opacity: 0.5;
}
#home-practice-areas .prev-arrow {
  left: -15px;
  width: 20px;
  height: 50px;
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -239px 0px;
  background-size: 450px;
}

#home-practice-areas .next-arrow {
  right: -15px;
  width: 20px;
  height: 50px;
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -265px 0px;
  background-size: 450px;
}
#home-practice-areas .next-arrow::after {
  content: "";
  display: inline-block;
  background: var(--alt-secondary-color);
  height: 217px;
  width: 40px;
  position: relative;
  transform: translate(-25%, -40%);
  opacity: 0.5;
} */

/*----------Practice Area Small----------*/
/* .tmf-module-area-page-sidebar .tmf-module-practice-areas---sidebar,
.tmf-module-area-contact-sidebar .tmf-module-practice-areas---sidebar {
  background: #47509a;
  padding: 25px;
  border: 5px solid #e3aa2d;
} */

.tmf-module-area-home-practice-areas .tmf-post.practice-area.small {
  margin: 0 0 20px;
}

.tmf-module-area-home-practice-areas .tmf-post.practice-area.small a {
  color: #000;
  display: block;
  text-decoration: none;
  font-family: var(--body-font);
  background: #fff;
  border: 2px solid var(--primary-color);
  padding: 20px 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 0.15s ease-in;
}
.tmf-module-area-home-practice-areas .tmf-post.practice-area.small a:hover {
  background: var(--primary-color);
  color: #fff;
}
.tmf-post.practice-area.small a {
  color: #ffffff;
  text-decoration: none;
}

#body-cell-2 .tmf-module-practice-areas .tmf-module-title {
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
}

.tmf-post.practice-area.small a {
  color: #000;
  display: block;
  text-decoration: none;
  font-family: var(--body-font);
  background: transparent;
  border: 2px solid var(--primary-color);
  padding: 10px 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 0.15s ease-in;
  text-align: center;
}
.tmf-post.practice-area.small a:hover {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}
.tmf-post.practice-area.small {
  margin: 0 0 20px;
}

.tmf-post.practice-area.small .small-inner {
  padding: 0 25px;
}
.tmf-post.practice-area.small .first-post {
  padding-left: 0;
}
.tmf-post.practice-area.small .small-prac-thumbnail {
  position: relative;
  /* background-color: #41497e; */
}

.tmf-post.practice-area.small .small-prac-thumbnail img.small-thumbnail {
  display: block;
  visibility: visible;
  opacity: 1;
  float: none;
  max-width: 600px !important;
  width: 100%;
  height: auto !important;
  margin: 0;
  transition: all 0.3s ease;
}

.tmf-post.practice-area.small .small-prac-thumbnail:hover img.small-thumbnail {
  /* mix-blend-mode: overlay; */
}

/* .tmf-post.practice-area.small .small-prac-thumbnail .title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 65px;
  padding: 5px 0;
  border: 2px solid #e3aa2d;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 1.5s ease;
} */

.tmf-post.practice-area.small .small-prac-thumbnail:hover .title {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.tmf-post.practice-area.small .small-prac-thumbnail .practice-area-hover {
  position: absolute;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  outline: 2px solid #e3aa2d;
  outline-offset: -10px;
  transition: all 0.3s ease;
}

.tmf-post.practice-area.small .small-prac-thumbnail .excerpt {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding: 40px 0;
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tmf-post.practice-area.small .small-prac-thumbnail .excerpt:hover {
  opacity: 1;
  transition: all 1.25s ease;
}
.tmf-post.practice-area.small .small-prac-thumbnail .excerpt ul {
  padding-left: 25px;
  margin: 0 auto;
  width: 180px;
}

.tmf-post.practice-area.small .small-prac-thumbnail .tmf-button {
  background: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  color: #4a5778;
  max-width: 135px;
  width: 100%;
  padding: 3px 15px;
  margin-top: 15px;
}

.tmf-post.practice-area.small .small-prac-thumbnail .tmf-button:hover {
  background: #ededee;
}

.tmf-post.practice-area.small .small-prac-thumbnail:hover .practice-area-hover {
  display: inline-flex;
  cursor: default;
  visibility: visible;
  opacity: 1;
  transition: all 1.2s ease;
}

.practice-area-hover h2 {
  color: #ffffff;
  text-align: center;
}
.practice-area-hover li {
  color: #ffffff;
}

@media screen and (min-width: 951px) and (max-width: 1117px) {
  .tmf-post.practice-area.small .small-inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 950px) {
  .tmf-module-area-home-practice-areas .tmf-post.practice-area.small {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .tmf-post.practice-area.small .small-prac-thumbnail .title {
    padding: 0 25px;
    font-size: 1.3em;
    margin: 0 35px;
  }

  .tmf-post.practice-area.small .small-prac-thumbnail .practice-area-hover {
    padding: 35px 35px;
  }

  .tmf-post.practice-area.small .small-prac-thumbnail .excerpt {
    font-size: 22px;
    line-height: 28px;
  }

  .tmf-post.practice-area.small .small-prac-thumbnail .tmf-button {
    max-width: 105px;
    font-size: 12px;
    padding: 3px 15px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 380px) {
  .tmf-post.practice-area.small .small-prac-thumbnail .practice-area-hover {
    padding: 20px 30px;
  }

  .tmf-post.practice-area.small .small-prac-thumbnail .excerpt {
    font-size: 16px;
    line-height: 25px;
  }

  .tmf-post.practice-area.small .small-prac-thumbnail .tmf-button {
    max-width: 105px;
    font-size: 10px;
    padding: 1px 15px;
    margin-top: 8px;
  }
}

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

.tmf-post.testimonial.small {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.tmf-post.testimonial .testimonial-description {
  float: left;
  font-size: 0.85em;
  margin-top: 10px;
  font-style: normal;
}

.tmf-post.testimonial.small .excerpt {
  color: #000000;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.home .tmf-post.testimonial.small .excerpt {
  /* max-width: 80% !important; */
  /* color: #ffffff; */
}

.tmf-post.testimonial.small .testimonial-description {
  float: none;
  color: #000000;
  font-size: 16px;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
}
.home .tmf-post.testimonial.small .testimonial-description {
  /* color: #ffffff; */
}
.post-type-archive-testimonial .tmf-post.testimonial {
  margin-bottom: 60px !important;
  text-align: left !important;
}

@media screen and (max-width: 550px) {
  .tmf-post.testimonial.small .excerpt {
    font-size: 16px;
    line-height: 24px;
  }
  .tmf-post.testimonial.small .excerpt {
    /* max-width: 80%; */
  }
  .tmf-module-testimonials .bx-wrapper .bx-viewport {
    /* height: 250px !important; */
  }
}

@media screen and (max-width: 400px) {
  .tmf-post.testimonial.small .excerpt {
    font-size: 20px;
    line-height: 28px;
  }
}

/*---------- Associations Small home slider ----------*/
/* .home #home-associations-wrapper {
  background: #3a3939;
}
.home #home-associations .slick-slide .tmf-post {
  padding: 0;
  margin: 0;
}
.home #home-associations .slide-arrow.prev-arrow {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -136px 0;
  background-size: 300px;
  height: 25px;
  width: 19px;
}
.home #home-associations .slide-arrow.next-arrow {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -157px 0;
  background-size: 300px;
  height: 25px;
  width: 19px;
} */

/*---------- Associations Small siderbar slider ----------*/
/* .tmf-module-associations .bx-wrapper {
  margin: 0;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #b5b5b4;
  padding: 20px;
}

.tmf-module-associations .bx-viewport {
  max-width: 100% !important;
  left: 0 !important;
}

.tmf-module-associations .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 25px;
  outline: 0 none;
  position: absolute;
  top: 45%;
  width: 19px;
  z-index: 9999;
} */

/* .tmf-module-associations .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -111px 1px;
  background-size: 250px;
  margin-left: 20px;
}

.tmf-module-associations .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat
    scroll -130px 1px;
  background-size: 250px;
  margin-right: 20px;
}
.tmf-module-associations .bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.tmf-module-associations .tmf-post.small {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  height: 140px;
  display: flex;
}
.tmf-module-associations .tmf-post.small.first-post {
  margin-top: 30px;
} */

/*---------- FAQ Small ----------*/
.tmf-post.small.faq {
  padding: 0;
  margin: 0;
}
/*---------- FAQ Medium ----------*/

.tmf-post.medium.faq {
  padding-bottom: 45px;
  margin-bottom: 45px;
}

/*---------- FAQ Sidebar ----------*/
/* .tmf-module-faqs {
  background: url("../images/int_faq_bg_3x.jpg") no-repeat center center / cover;
  padding: 30px 25px;
  margin-top: 30px;
}
.tmf-module-faqs .tmf-module-title {
  text-align: center;
}
.tmf-module-faqs .tmf-post {
  border: none;
  padding-bottom: 0;
}
.tmf-module-faqs .tmf-button {
  display: block;
  max-width: 200px;
  margin: 0 auto;
} */
/*---------- Location Small ----------*/
.tmf-post.location.small {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  /* margin-bottom: 20px; */
  /* display: flex;
  flex-direction: column; */
}

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

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

.tmf-post.small.location .footer-logo-wrap {
  margin-bottom: 10px;
}

.tmf-post.small.location .address,
.tmf-post.small.location .phone-1,
.tmf-post.small.location .email {
  display: inline-block;
  font-weight: 400;
}

/* .tmf-post.small.location .phone-1,
.tmf-post.small.location .email {
  padding-left: 15px;
} */
#footer-cell-1 .tmf-post.small.location .phone-1,
.tmf-post.small.location .email {
  padding-left: 0;
  display: block;
}

.tmf-post.small.location .label {
  font-size: 0;
}

.tmf-post.small.location .streetAddress::before,
.tmf-post.small.location .phone-1::before,
.tmf-post.small.location .phone-2::before,
.tmf-post.small.location .fax::before,
.tmf-post.small.location .email::before {
  color: #ffffff;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.tmf-post.small.location .streetAddress::before {
  content: "\f3c5";
  margin-right: 5px;
  vertical-align: top;
}

.tmf-post.small.location .phone-1::before {
  content: "\f879";
  margin-right: 5px;
  transform: rotate(10deg);
  width: 20px;
}

.tmf-post.small.location .phone-2::before {
  content: "\f879";
  margin-right: 5px;
  transform: rotate(10deg);
  width: 20px;
}

.tmf-post.small.location .fax::before {
  content: "\f1ac";
  font-size: 20px;
  margin-right: 5px;
}
#footer .tmf-module-footer-1-locations .tmf-post.small.location .fax::before {
  content: "";
  background: url("../images/icon_sprite_3x.png") no-repeat scroll -327px 1px;
  background-size: 775px;
  font-size: 20px;
  margin-right: 5px;
  width: 22px;
  height: 20px;
}
.attorney-contact-info .fax::before {
  content: "";
  background: url("../images/icon_sprite_3x.png") no-repeat scroll -472px 1px;
  background-size: 775px;
  font-size: 20px;
  margin-right: 5px;
  width: 22px;
  height: 20px;
}

.tmf-post.small.location .email::before {
  content: "\f0e0";
  margin-right: 5px;
  width: 20px;
}

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

  /* .tmf-post.small.location .phone-1,
  .tmf-post.small.location .email {
    padding: 0 10px;
  } */
}

@media screen and (max-width: 570px) {
  .tmf-post.small.location .phone-1,
  .tmf-post.small.location .email {
    display: block;
    line-height: normal;
    padding: 5px 0;
  }

  .tmf-post.location.small .address-2 {
    display: block;
  }
}

/*----------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.attorney.medium .read-more-button.top,
  .tmf-post.staff.medium .read-more-button.top {
    float: right;
    margin-bottom: 10px;
    margin-left: 25px;
    display: none !important;
  }

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