/* ============================================================================ *
	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; */
	max-width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 7px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px 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: 2px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

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

.tmf-post.small .title {
	color: #554c33;
}

.tmf-post.small .title a { 
	color: #554c33;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 700;
}

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

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

.tmf-post.post.small .calendar-icon,
.tmf-post.news.small .calendar-icon {
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #b84224;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	margin-top: 0;
	text-align: center;
}

.tmf-post.post.small .calendar-icon .month,
.tmf-post.news.small .calendar-icon .month {
	background-color: transparent;
	color: #b84224;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	padding: 6px 0 2px;
	font-size: .8em;
}

.tmf-post.post.small .calendar-icon .day,
.tmf-post.news.small .calendar-icon .day {
	line-height: 1em;
	padding: 0 0;
	font-weight: 700;
	color: #b84224;
	font-size: 1.1em;
}

.tmf-post.post .date,
.tmf-post.news .date {
	line-height: 1em;
	font-size: .75em;
	color: #666;
	font-style: normal;
	margin-top: 2px;
}

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

.tmf-post.post .excerpt,
.tmf-post.news .excerpt {
	margin-top: 15px;
}

.tmf-post a.read-more {
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: .9em;
}

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

.tmf-post.staff.thumbnail {
	display: inline-block;
	width: 110px;
	height: 110px;
	vertical-align: top;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.tmf-post.staff.thumbnail img {
	display: block;
	width: 110px;
	float: none;
}

.tmf-post.staff.thumbnail .name {
	position: absolute;
	top: 50px;
	left: 0;
	width: 90px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
	line-height: 1.2em;
	font-weight: 700;
	font-size: 1.1em;
	height: 105px;
	color: #4d4738;
	background-color: rgba(255,255,255, 0.65);
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;

}

.tmf-post.staff.thumbnail .name .wrap {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.tmf-post.staff.thumbnail:hover .name {
	opacity: 1;
	top: 0;
}

@media screen and (max-width: 500px) {
	.tmf-post.staff.thumbnail {
		width: 90px;
		height: 90px;
	}

	.tmf-post.staff.thumbnail img {
		width: 90px;
	}

	.tmf-post.staff.thumbnail .name {
		height: 85px;
	}
}

.tmf-post.testimonial.small .wrap {
	position: relative;
}

.tmf-post.testimonial.small .title {
	margin-bottom: 20px;
	color: #b84224;
	font-size: 1.7em;
}

.tmf-post.testimonial.small .thumbnail {
	position: absolute;
	left: 0;
	margin-top: 3px;
	width: 100px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tmf-post.testimonial.small .information {
	margin-left: 115px;
	min-height: 100px;
}

.tmf-post.testimonial.small .name {
	color: #554c33;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.tmf-post.testimonial.small .firm-name {
	color: #554c33;
	font-weight: 700;
	font-size: .85em;
	line-height: 1.4em;
}

.tmf-post.testimonial.small .client-since {
	color: #554c33;
	font-style: italic;
	line-height: 1.4em;
	font-size: .85em;
}

.tmf-post.testimonial.small .website {
	margin-top: 5px;
	font-size: .85em;
}

.tmf-post.testimonial.small .excerpt {
	font-size: 1.1em;
	margin-top: 20px;
	line-height: 1.45em;
}

@media screen and (max-width: 1100px) {
	.tmf-post.testimonial.small .title {
		font-size: 1.55em;
	}
}

@media screen and (max-width: 600px) {
	.tmf-post.testimonial.small .excerpt {
		font-size: 1em;
	}
}

@media screen and (max-width: 400px) {
	.tmf-post.testimonial.small .information {
		margin-left: 90px;
		min-height: 100px;
	}
}

.tmf-post.portfolio.medium,
.tmf-post.design.medium {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1.5% 25px;
	position: relative;
	border-bottom: none;
	text-align: center;
}

.tmf-post.design.medium a {
	position: relative;
	display: block;
}

.tmf-post.design.medium .sold-out {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/design-sold-out.png);
	z-index: 10;
	-webkit-background-size: cover;
	background-size: cover;
}

.tmf-post.portfolio.medium img.cover-image,
.tmf-post.design.medium img.cover-image {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tmf-post.portfolio.medium:hover img.cover-image,
.tmf-post.design.medium:hover img.cover-image {
	border: 2px solid #b84224;
}

.tmf-post.portfolio.medium .title,
.tmf-post.design.medium .title {
	font-size: 1.4em;
	margin-top: 10px;
}

.tmf-post.portfolio.medium .information {
	margin-top: 10px;
	line-height: 1.2em;
}

.tmf-post.portfolio.medium .information .firm-url {
	font-size: .85em;
}

@media screen and (max-width: 950px) {
	.tmf-post.portfolio.medium,
	.tmf-post.design.medium {
		font-size: .9em;
	}
}

@media screen and (max-width: 800px) {
	.tmf-post.portfolio.medium,
	.tmf-post.design.medium {
		width: 47%;
	}
}

@media screen and (max-width: 600px) {
	.tmf-post.portfolio.medium,
	.tmf-post.design.medium {
		width: auto;
		display: block;
		max-width: 100%;
		margin: 0 auto 25px;
	}

	.tmf-post.portfolio.medium img.cover-image,
	.tmf-post.design.medium img.cover-image,
	.tmf-post.portfolio.medium:hover img.cover-image,
	.tmf-post.design.medium:hover img.cover-image {
		border: none;
	}
}

.tmf-post.portfolio.large img.cover-image,
.tmf-post.design.large img.cover-image {
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.tmf-post.portfolio.large .information .info-item .label {
	width: 110px;
	font-weight: 700;
}

.tmf-post.portfolio.large .information .info-item > * {
	display: inline-block;
}

.tmf-post.portfolio.large .client-testimonial {
	font-size: 1.15em;
	font-style: italic;
	color: #3b3524;
}

.tmf-post.portfolio.large .testimonial-author {
	float: right;
	font-weight: 700;
}

.tmf-post.portfolio.large .client-testimonial:before {
	content: '"';
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 1.5em;
	float: left;
	vertical-align: bottom;
	color: #b84224;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.tmf-post.portfolio.large .client-testimonial:after {
	content: '"';
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 1.5em;
	vertical-align: bottom;
	color: #b84224;
	position: relative;
	top: 2px;
}

.tmf-post.portfolio.large .image-viewer .thumbnails,
.tmf-post.design.large .image-viewer .thumbnails {
	text-align: center;
}

.tmf-post.portfolio.large .image-viewer .thumbnail,
.tmf-post.design.large .image-viewer .thumbnail {
	display: inline-block;
	margin: 10px 10px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

.tmf-post.portfolio.large .image-viewer .thumbnail.current,
.tmf-post.design.large .image-viewer .thumbnail.current {
	color: #b84224;
}

.tmf-post.portfolio.large .image-viewer .thumbnail img,
.tmf-post.design.large .image-viewer .thumbnail img {
	max-width: 120px !important;
	max-height: 90px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

.tmf-post.portfolio.large .image-viewer .thumbnail.current img,
.tmf-post.design.large .image-viewer .thumbnail.current img {
	border: 1px solid #b84224;
}

.tmf-post.portfolio.large .image-viewer .full-view,
.tmf-post.design.large .image-viewer .full-view {
	text-align: center;
}

.tmf-post.portfolio.large .image-viewer .full-view img,
.tmf-post.design.large .image-viewer .full-view img {
	max-width: 500px!;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

@media screen and (min-width: 750px) and (max-width: 950px) {
	.tmf-post.portfolio.large .image-viewer .thumbnail img,
	.tmf-post.design.large .image-viewer .thumbnail img {
		max-width: 120px !important;
		max-height: 75px;
	}
}

@media screen and (max-width: 500px) {
	.tmf-post.portfolio.large .image-viewer .thumbnail img,
	.tmf-post.design.large .image-viewer .thumbnail img {
		max-width: 100px !important;
		max-height: 60px;
	}
}

.tmf-post.portfolio.rescue {
	display: inline-block;
	width: 45%;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tmf-post.portfolio.rescue.first-post {
	margin-right: 9%;
}

@media screen and (max-width: 700px) {
	.tmf-post.portfolio.rescue,
	.tmf-post.portfolio.rescue.first-post {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.tmf-post.portfolio.small,
.tmf-post.portfolio.rescue {
	text-align: center;
}

.tmf-post.portfolio.small .cover-image,
.tmf-post.portfolio.rescue .cover-image {
	border: 2px solid #d4d3cf;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
}

.tmf-post.portfolio.small .title,
.tmf-post.portfolio.rescue .title {
	font-size: 1.1em;
	margin-top: 15px;
}

.tmf-post.portfolio.small .information,
.tmf-post.portfolio.rescue .information {
	margin-top: 10px;
	line-height: 1.2em;
}

.tmf-post.portfolio.small .information .firm-url,
.tmf-post.portfolio.rescue .information .firm-url {
	font-size: .85em;
}

.tmf-post.testimonial.medium h2 {
	margin-bottom: 15px;
}

.tmf-post.testimonial.medium .excerpt {
	font-size: 1.1em;
}

.tmf-post.testimonial.large #page-content {
	font-size: 1.1em;
	clear: both;
	line-height: 1.7em;
}

.tmf-post.testimonial.medium .portfolio-item {
	float: right;
	margin-left: 15px;
	border: 2px solid #d4d3cf;
	border-radius: 4px;
}

.tmf-post.testimonial.medium .portfolio-item img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 1000px) {
	.tmf-post.testimonial.medium .portfolio-item {
		max-width: 200px;
	}
}

@media screen and (max-width: 750px) {
	.tmf-post.testimonial.medium .portfolio-item {
		display: none;
	}
}

.tmf-post.testimonial.large .information,
.tmf-post.testimonial.medium .information {
	overflow: hidden;
	min-height: 100px;
}

.tmf-post.testimonial.large .name,
.tmf-post.testimonial.medium .name {
	color: #554c33;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.tmf-post.testimonial.large .firm-name,
.tmf-post.testimonial.medium .firm-name {
	color: #554c33;
	font-weight: 700;
	font-size: .85em;
	line-height: 1.4em;
}

.tmf-post.testimonial.large .website,
.tmf-post.testimonial.medium .website {
	margin-top: 5px;
	font-size: .85em;
}

.tmf-post.testimonial .quote {
	font-size: 0;
	width: 25px;
	height: 19px;
	display: inline-block;
	background-position: center center;
	position: relative;
}

.tmf-post.testimonial .quote-top {
	background-image: url('../images/icon-quote-left.png');
	margin-right: 5px;
	top: -3px;
}

.tmf-post.testimonial .quote-bottom {
	margin-left: 5px;
	background-image: url('../images/icon-quote-right.png');
}

.tmf-post.testimonial.small .quote-top {
	top: -6px;
}

.tmf-post.testimonial.small .quote-bottom {
	position: relative;
	top: -2px;
}

/* ======================================== *
	Attorney & Staff
 * ======================================== */
 
.tmf-post .tmf-taxonomy-list.staff-categories,
.tmf-post .tmf-taxonomy-list.staff-categories .tmf-taxonomy{
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 5px;
	font-style: normal;
}


/* ======================================== *
	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.testimonial.small img.thumbnail {
		max-width: 75px !important;
	}

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