/* ============================================================================ *
	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: 0;
	/*border: 2px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}

.tmf-post.medium img.thumbnail {
	max-width: 250px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-top: 7px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.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;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

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

.tmf-post.large.attorney .superlawyer {
	margin-top: 25px;
}

.tmf-post.large.attorney .badge-box {
	display: inline-block;
}

.tmf-post.large.attorney .badge {
    display: inline-block;
    vertical-align: middle;
}


/*---------FAQs----------*/
.tmf-post.faq.small {}

.tmf-post.faq.small .title a {
	color: #575859;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

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

.tmf-post.faq.small .editor-content {
	color: #575859;
	font-size: 16px;
	line-height: 26px;
}

.tmf-post.faq.small .editor-content p {
    line-height: 26px;
    margin-bottom: 0;
    display: inline;
}

.tmf-post.faq.medium h2.title a {
    color: #49a2cb;
}


/*---------Practice Area----------*/
.tmf-post.practice-area.small .title {
	color: #575859;
	font-size: 20px;
}

.tmf-post.practice-area.small .title a {
	color: #575859;
	text-decoration: underline;
}

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

.tmf-post.small.practice-area .children {
	display: none;
}


/*---------Location----------*/
.tmf-post.location.small {
	font-size: 16px;
	color: #575859;
	line-height: 28px;
}
.tmf-post.location.small a {
	color: #575859;
}

.tmf-post.location.small .business-name {
	font-weight: 700;
}

.tmf-post.small.location .phone .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll 0px 3px;
    background-size: 492px;
    display: inline-block;
    font-size: 0;
    height: 24px;
    vertical-align: middle;
    width: 25px;
}

.tmf-post.small.location .email .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -39px 3px;
    background-size: 492px;
    display: inline-block;
    font-size: 0;
    height: 24px;
    vertical-align: middle;
    width: 25px;
}


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

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