/* ============================================================================ *
	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: 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.medium.post .excerpt a.read-more {
    display: none;
}


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


/* ======================================== *
	Faq Medium
 * ======================================== */
.tmf-post.faq.medium {
    margin: 0;
    padding: 0;
    border: none;
}


/* ======================================== *
	Posts
 * ======================================== */
.tmf-post.location.medium .office-hours {
	margin-top: 10px;
}



.tmf-post.post.small {
	border-left: 3px solid #c49c00;
	padding: 15px 15px 15px 30px;
	margin-bottom: 40px;
}

.tmf-post.post.small.last {
	margin-bottom: 0;
}

.tmf-post.post.small .title {
	margin-left: 0 !important;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 1.2em;
}

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

.tmf-post.post.small .excerpt {
	color: #fff;
	margin-bottom: 10px;
}

.tmf-post.post.small .read-more {
	color: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1em;
	text-decoration: none;
}

.tmf-post.post.small .read-more:hover {
	text-decoration: underline;
}



/* ======================================== *
	Locations
 * ======================================== */
.tmf-post.location.small {
	display: flex;
	align-items: center;
	font-size: 0.95em;
	font-weight: 700;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tmf-post.location.small .information {
	margin-left: 15px;
	flex-basis: 50%;
}

.tmf-post.location.small .static-map {
	border: 3px solid #052b6f;
	margin-bottom: 0;
	flex-basis: 50%;
}

.tmf-post.location.small .static-map img {
	display: block;
}

.tmf-post.location.small .address {
	position: relative;
	padding-left: 30px;
}

.tmf-post.location.small .address::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 28px;
	background-image: url(../images/icon_sprite_3x.png);
	background-repeat: no-repeat;
	background-position: -85px 0;
	background-size: 240px;
	margin-right: 10px;
	left: 0;
	top: 0;
	top: 2px;
}

.tmf-post.location.small .phone {
	padding-left: 30px;
	position: relative;
	margin-top: 10px;
}

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

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

.tmf-post.location.small .phone .label {
	display: none;
}

.tmf-post.location.small .phone::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 28px;
	background-image: url(../images/icon_sprite_3x.png);
	background-repeat: no-repeat;
	background-position: -105px 0;
	background-size: 240px;
	margin-right: 10px;
	left: 0;
	top: 0;
	top: 2px;
}



@media screen and (max-width: 599px) {
	.tmf-post.location.small {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.tmf-post.location.small .information {
		margin-top: 10px;
		display: inline-block;
		text-align: left;
	}
}


/* ======================================== *
	Practice Areas
 * ======================================== */
.tmf-post.practice-area.home {
	margin: 0;
	padding: 10px;
	border-bottom: 0;
	background-color: #FFF;
    background-blend-mode: luminosity, normal;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	font-weight: 500;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tmf-post.practice-area.home::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 35, 130, 0.75);
}

.tmf-post.practice-area.home:hover::before {
	background-color: rgba(178, 143, 0, 0.75);
}

.tmf-post.practice-area.home .title {
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
}



.tmf-post.practice-area.small a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

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



/* ======================================== *
	Attorneys
 * ======================================== */
.tmf-post.large.attorney .top {
	display: flex;
	align-items: center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tmf-post.large.attorney img.primary {
	max-width: 300px;
	margin-right: 40px;
	float: none;
}

.tmf-post.large.attorney h1#page-title {
	margin-bottom: 10px;
	font-weight: 700;
}


.tmf-post.attorney.large .su-accordion {
	margin-top: 60px;
}

.tmf-post.attorney.large .su-spoiler-title {
	background-color: #082a79;
	font-size: 1.2em;
	color: #fff;
	padding: 15px 15px 15px 15px;
}

.tmf-post.attorney.large .su-spoiler-closed .su-spoiler-title {
	background-color: #a68500;
	color: #052b6f;
}

.tmf-post.attorney.large .su-spoiler-icon {
	display: none;
}

.tmf-post.attorney.large .info a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000000;
    font-weight: 700;
}

.tmf-post.attorney.large .info a:hover {
	color: #082a79;
}

.tmf-post.attorney.large .info .phone-1 {
	margin-bottom: 10px;
}

.tmf-post.attorney.large .info .phone-1 .label {
	display: inline-block;
	background-image: url(../images/icon_sprite_3x.png);
	background-repeat: no-repeat;
	background-position: -172px 0;
	background-size: 240px;
	font-size: 0;
	width: 20px;
	height: 24px;
	position: relative;
	top: -6px;
	margin-left: 3px;
	margin-right: 11px;
}

.tmf-post.attorney.large .info .phone-2 {
	margin-bottom: 10px;
}

.tmf-post.attorney.large .info .phone-2 .label {
	display: inline-block;
	background-image: url(../images/icon_sprite_3x.png);
	background-repeat: no-repeat;
	background-position: -193px 0;
	background-size: 240px;
	font-size: 0;
	width: 20px;
	height: 24px;
	position: relative;
	top: -6px;
	margin-left: 3px;
	margin-right: 11px;
}


.tmf-post.attorney.large .info .vcard-resume-container {
	margin-top: 0;
}

.tmf-post.attorney.large .info .vcard .value {
	display: inline-block;
	background-image: url(../images/icon_sprite_3x.png);
	background-repeat: no-repeat;
	background-position: -216px 0;
	background-size: 240px;
	font-size: 0;
	width: 24px;
	height: 18px;
	position: relative;
	top: 2px;
	margin-left: 0;
	margin-right: 10px;
}


@media screen and (max-width: 959px) {
	.tmf-post.large.attorney .top {
		display: block;
	}

	.tmf-post.large.attorney .info {
		padding-top: 10px;
	}
}