/** ================================================================== *
**      Post Styles
** ------------------------------------------------------------------- */
/*? is this needed?  */
.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 {
  position: relative;
  /*? Possibly just remove border and padding and margin  */
  padding-bottom: 45px;
  margin-bottom: 45px;
  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;
  /*? see if color is needed  */
  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: none;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .tmf-post.medium img.thumbnail {
    margin-right: 7px;
  }
}

/**------ Blog/News -------*/
.tmf-post.post .date,
.tmf-post.news .date {
  font-style: normal;
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0;
}

/**------ 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);
  font-size: 16px;
  font-family: var(--font-awesome);
  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;
}

/**------ staff Medium -----*/
.tmf-post.staff.medium h2.title {
  margin-bottom: 0;
}
.tmf-post.staff.medium .excerpt {
  clear: both;
}
.tmf-post.staff.medium .label {
  font-size: 0;
}
.tmf-post.staff.medium .phone-1::before,
.tmf-post.staff.medium .phone-2::before,
.tmf-post.staff.medium .fax::before,
.tmf-post.staff.medium .email::before {
  color: var(--accent);
  font-size: 16px;
  font-family: var(--font-awesome);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.tmf-post.staff.medium .phone-1::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
  width: 16px;
}
.tmf-post.staff.medium .phone-2::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
  width: 16px;
}
.tmf-post.staff.medium .fax::before {
  content: '\f1ac';
  margin-right: 5px;
  width: 16px;
}
.tmf-post.staff.medium .email::before {
  content: '\f0e0';
  margin-right: 5px;
  width: 16px;
}

/**---------- Testimonial Small ----------*/
.tmf-post.testimonial.small {
  margin: 0;
  padding: 0;
}
.tmf-post.testimonial.small .excerpt {
  margin-top: 0;
  margin: 0 auto;
}
.tmf-post.testimonial.small .testimonial-description {
  float: none;
  font-style: normal;
  margin-top: 25px;
}

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

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

/**---------- FAQ Medium ----------*/
.tmf-post.medium.faq {
  padding-bottom: 45px;
  margin-bottom: 45px;
}

/**---------- Location Small ----------*/
.tmf-post.location.small {
  /*? is this needed?  */
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}
.tmf-post.location.small a {
  /*? is this needed?  */
  color: #333333;
  text-decoration: none;
}
.tmf-post.location.small a:hover {
  text-decoration: underline;
}
.tmf-post.small.location .address,
.tmf-post.small.location .phone-1,
.tmf-post.small.location .email {
  display: inline-block;
  font-weight: 400;
}
#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 {
  /*? is this needed?  */
  color: #ffffff;
  font-size: 18px;
  font-family: var(--font-awesome);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tmf-post.small.location .streetAddress::before {
  content: '\f3c5';
  vertical-align: top;
}
.tmf-post.small.location .phone-1::before,
.tmf-post.small.location .phone-2::before {
  content: '\f879';
  transform: rotate(10deg);
}
.tmf-post.small.location .fax::before {
  content: '\f1ac';
  font-size: 20px;
}
.tmf-post.small.location .email::before {
  content: '\f0e0';
}

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

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

/**----------Location Medium----------*/
.tmf-post.location .dynamic-map {
  position: relative;
  /*? is this needed?  */
  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;
  }
  /*? is this needed?  */
  .tmf-post.medium.post .read-more-button {
    margin-bottom: 25px;
  }
  /*? is this needed?  */
  .tmf-post.medium.event .taxonomy-container {
    clear: both;
  }
  /*? is this needed?  */
  .tmf-post.medium.event .read-more-button {
    margin-bottom: 25px;
  }
  /*? is this needed?  */
  .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;
  }
  /*? is this needed?  */
  .tmf-post.medium.attorney .read-more-button.top,
  .tmf-post.medium.staff .read-more-button.top {
    display: none;
  }
  /*? is this needed?  */
  .tmf-post.medium.attorney .read-more-button.bottom,
  .tmf-post.medium.staff .read-more-button.bottom {
    display: block;
    text-align: center;
  }
  /*? is this needed?  */
  .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;
  }
  /*? is this needed?  */
  .tmf-post.large.attorney img.primary,
  .tmf-post.large.staff img.primary {
    max-width: 250px;
  }
}

@media screen and (max-width: 600px) {
  /*? is this needed?  */
  .tmf-post.large.attorney img.primary,
  .tmf-post.large.staff img.primary {
    float: none;
    margin-bottom: 15px;
  }
  /*? is this needed?  */
  .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;
  }
}
