/* ============================================================================ *
	Post Styles
    ---------------------------------------------------------------------------
	These are the styles which build all the various post types and their templates.
*/

.tmf-post.attorney.medium img.thumbnail, 
.tmf-post.staff.medium img.thumbnail,
.tmf-post.attorney.large img.primary, 
.tmf-post.staff.large img.primary {
	margin-bottom: 0;
}

.tmf-post.attorney.medium img.thumbnail,
.tmf-post.staff.medium img.thumbnail {
	max-width: 150px;
}

.tmf-post.attorney.medium .read-more-button.top, .tmf-post.staff.medium .read-more-button.top {
	margin-top: 45px;
}

.tmf-post.attorney.large .editor-content img {
	vertical-align: middle;
}

.tmf-post.attorney.large .editor-content p:nth-of-type(2) {
	clear: both;
}

.tmf-post.attorney.large h1#page-title, .tmf-post.staff.large h1#page-title {
  	margin-bottom: 15px;
}

.tmf-post.attorney.small img.thumbnail {

}

.tmf-post.small img.thumbnail {
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	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.small.practice-area .children {

    padding-left: 0px;

}

.tmf-post.small.practice-area a {
	text-decoration: underline;
	color: #45484d;
}

.tmf-post.small.practice-area a:hover {
	text-decoration: none;
}

/*-----------*/

.tmf-post.post.home {
	padding-bottom: 0;
}

.tmf-post.post.home .title {
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

.tmf-post.post.home .title a {

	text-decoration: none;
}

.tmf-post.post.home .date {
	font-size: 1em;
}

.tmf-post.post.home .excerpt {
	margin-top: 5px;
}

/*-----------*/

.tmf-post.practice-area.small .title a {

}

.tmf-post.small.practice-area .title:before {
	font-weight: 600;
	left: -15px;
	position: absolute;
	padding-left: 15px;
}

.tmf-post.small.practice-area .children .tmf-post:before {
	display: none;
}

/*-----------*/

.tmf-post.attorney.small .read-more {
	text-transform: uppercase;
}

.tmf-post.attorney.small .excerpt {
	font-size: 1em;
}

/*-----------*/

.tmf-post.testimonial.small .excerpt {
	font-weight: 400;
	font-size: 28px;
	line-height: normal;
	background: url(../images/quote.png);
	background-repeat: no-repeat;	
}

.tmf-post.testimonial.small .read-more {
	font-size: .5em;
	font-style: normal;
	text-transform: uppercase;
}



.testimonial .excerpt:before {}

/*-----------*/

.tmf-post.location.small {
  	margin: 0px auto;
  	display: block;
  	width: auto;
  	text-align: center;
}

.tmf-post.location.small .static-map img {
	border: 1px solid #c3c3c3;
}


.tmf-post.location.small .business-name {
	font-weight: 600;
}


/*-----------*/

.tmf-post.news.small {
	width:48%;
	padding-right:1%;
	display:inline-block;
}


/* ======================================== *
	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;
	}
}


@media screen and (max-width: 600px) {
	.tmf-post.large.attorney .primary,
	.tmf-post.large.staff .primary {
		float: none;
		margin-bottom: 15px;
	}
	
	.tmf-post.news.small {
		width:100%;
		padding-right:1%;
		display:inline-block;
	}
}


@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;
	}
	
	.tmf-post.news.small {
		width:100%;
		padding-right:1%;
		display:inline-block;
	}
}

.home .tmf-module-practice-areas .editor-content {
	text-align: center;
}