/* ============================================================================ *
        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 {
	position: relative;
	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;
	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;
}
.tmf-post.medium img.thumbnail.mobile {
	display: none;
}
@media screen and (max-width: 702px) {
	.tmf-post.medium img.thumbnail.mobile {
		display: block;
	}
	.tmf-post.medium img.thumbnail.not-mobile {
		display: none;
	}
}

@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 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;
  flex-direction: column;
}

.tmf-post.attorney.small .title {
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
}

.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;
  }
  .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 {
    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;
	font-display: block;
}

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

.tmf-post.attorney.medium .phone-2::before {
	content: '\f095';
	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 Small----------*/

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

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

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

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

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

/*---------- 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 {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
}

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

#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;
	font-display: block;
}

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

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

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

.tmf-post.small.location .fax::before {
	content: '\f1ac';
	font-size: 20px;
	margin-right: 5px;
}

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

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