/* ============================================================================ *
	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;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 2px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
}

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

.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;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
}

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

/*---------Attorney----------*/

.tmf-post.attorney.small{}
.tmf-post.attorney.small img.thumbnail {
	margin-right: 20px;
}

.tmf-post.attorney.small .excerpt {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.tmf-post.attorney.small .excerpt a{
	color: #1d5022;
}


/*---------Representative Case----------*/
.tmf-post.representative-case.small{}

.tmf-post.representative-case.small .title{
	font-size: 20px;
	color: #000000;
}

.tmf-post.representative-case.small .title a{
	color: #000000;
}


/*---------Location----------*/
.tmf-post.location.small {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.tmf-post.location.small img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 3px #fff, 0 0 12px 2px rgba(0,0,0, 0.4);
    height: auto;
}

.tmf-post.location.small .business-name {
    font-weight: 600;
    text-transform: uppercase;
}

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

.tmf-post.small.location .fax .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite.png) repeat scroll -81px -11px;
    display: inline-block;
    font-size: 0;
    height: 25px;
    vertical-align: middle;
    width: 20px;
}


/* ======================================== *
	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;
		max-width: 100%;
	}
}


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