/* ============================================================================ *
	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.practice-area.small .title {
	font-size: .9em;
	color: #2f2f2f;
	padding-left: 15px;
}

.tmf-post.practice-area.small .title a {
	color: #193e4e;
	font-size: 18px;
	font-weight: 700;
}

.tmf-post.practice-area.small .children .title a {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 400;
}


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

.tmf-post.practice-area.small .children .title:before {
	content: '\2014';
	font-weight: 700;
	font-size: .7em;
	left: -15px;
	position: absolute;
	padding-left: 15px;
}

#footer .tmf-post .title a {
	text-decoration: none;
	font-weight: 700;
	color: #193e4e;
	font-size: .85em;
}

#footer .tmf-post .excerpt {
	color: #515151;
	font-size: .7em;
}

.tmf-post.location.small {
	font-size: 14px;
	color: #124856;
}

.tmf-post.location.small .business-name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
}

.tmf-post.location.small .static-map img {
	border: 1px solid #a1a1a1;
}

.tmf-post.location.small .phone .label {
	position: relative;
}

.tmf-post.location.small .phone:after {
} 


.tmf-post.location.small .fax .label {
	font-size: 0;
	background: url(../images/icon-fax.png);
	width: 19px;
	height: 17px;
	margin-right: 3px;
	display: inline-block;
	position: relative;
	top: -2px;
}


.tmf-post.location.small .email .label {
	font-size: 0;
	position: relative;
}

.tmf-post.location.small .email .value {
	position: relative;
	top: -2px;
}


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

.tmf-post.practice-area.thumbnail .cell-1 {
    width: initial;
    padding-right: 10px;
    margin-bottom: -12px;
}

.tmf-post.practice-area.thumbnail > div {
    display: block; 
    vertical-align: middle;
}

.tmf-post.practice-area.thumbnail {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
}

.tmf-post.practice-area.thumbnail .cell-2 {
	background-color: #406a76;
	background-image: url(../ie-gradient.php?from=406a76&to=134957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#406a76), to(#134957));
	background-image: -webkit-linear-gradient(#406a76, #134957);
	background-image: -moz-linear-gradient(#406a76, #134957);
	background-image: -ms-linear-gradient(#406a76, #134957);
	background-image: -o-linear-gradient(#406a76, #134957);
	background-image: linear-gradient(#406a76, #134957);
	color: #fff;
    font-size: 20px;
    display: block;
    text-shadow: 0 0px 6px rgba(0,0,0, 1);
    font-weight: 700;
    padding: 10px 20px;
    width: 195px;
    text-align: center;
    margin: 0px auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
}

.tmf-post.practice-area.thumbnail img.thumbnail {
    width: initial;
    float: none;
    border: 3px solid #fff;
    border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(136,136,136,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(136,136,136,1);
	box-shadow: 0px 0px 10px 2px rgba(136,136,136,1);
}