/* ============================================================================ *
	Post Styles
    ---------------------------------------------------------------------------
	These are the styles which build all the various post types and their templates.
*/

.tmf-post.attorney.small img.thumbnail, 
.tmf-post.staff.small img.thumbnail {
	margin-bottom: 0;
}

.vcard .label,
.tmf-post.attorney .contact-information,
.tmf-post.staff .contact-information,
.tmf-post.attorney .tmf-taxonomy-list.attorney-titles,
.tmf-post.staff .tmf-taxonomy-list.staff-titles {
	font-size: 1em;
}

.tmf-post.attorney.small .title a,
.tmf-post.staff.small .title a {
	color: #3b3b3b;
	font-size: 18px;
	text-decoration: none;
}

.tmf-post.attorney.small .excerpt,
.tmf-post.staff.small .excerpt {
	font-size: 15px;
}

.tmf-post.small img.thumbnail {
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.5);
	border: 3px solid #fff;
}

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

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

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

.tmf-post.post .date,
.tmf-post.news .date {
	font-style: italic;
	font-size: .9em;
	font-weight: 400;
	margin-top: 0;
}

.tmf-post.post.small .title.has-post-date,
.tmf-post.news.small .title.has-post-date {
	margin-left: 40px;
}

.tmf-post.post.small .title.has-post-date a,
.tmf-post.news.small .title.has-post-date a {
	color: #666666;
	font-weight: 700;
	text-decoration: none;
	font-size: .9em;
}

.tmf-post.post.small .calendar-icon,
.tmf-post.news.small .calendar-icon {
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 31px;
	background: url(../images/icon-calendar.png) no-repeat;
}

.tmf-post.post.small .calendar-icon .month,
.tmf-post.news.small .calendar-icon .month {
	display: none;
}

.tmf-post.post.small .calendar-icon .day,
.tmf-post.news.small .calendar-icon .day {
	padding: 12px 0;
	color: #1f4f84;
	font-weight: 700;
}


.tmf-post.small.location {
	font-size: 1em;
	line-height: 1.6em;
}


.tmf-post.small.location .phone {
	margin: 5px 0;
}

.tmf-post.small.location .fax {
	margin: 5px 0;
}

.tmf-post.small.location .email {
	margin: 5px 0;
}


.tmf-post.small .excerpt {
	font-size: 1em;
}

.tmf-post.small.practice-area .title {
	color: #666666;
	font-weight: 700;
	font-size: 1.25em;
}

.tmf-post.small.practice-area .title a {
	color: #666;
}

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

.tmf-post.small.practice-area .children .title{
	font-weight: 400;
	font-size: 1.05em;
}



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