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

.tmf-post.medium img.thumbnail {
	max-width: 250px;
	margin-right: 15px;
	margin-bottom: 0;
	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.attorney.medium h2.title {
    margin-bottom: 0;
}

.tmf-post.attorney.large .icon-container{
	display: none;
}

.tmf-post.attorney.large #page-content, 
.tmf-post.staff.large #page-content {
    margin-top: 15px; 
}

/*---------Attorney Small----------*/
.tmf-post.attorney.small{}

.tmf-post.attorney.small img.thumbnail {
    margin-bottom: 0;
    margin-top: 5px;
}

.tmf-post.attorney.small .excerpt {
	color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}

/*---------Testimonial Small----------*/
.tmf-post.testimonial.small{}

.tmf-post.testimonial.small:before {
    background: url(../images/icon_sprite_1x.png) no-repeat -201px 0px;
    content: "";
    width: 135px;
    height: 110px;
    display: block;
    position: absolute;
}

.tmf-post.testimonial.small .excerpt {
	color: #000000;
	font-size: 33px;
	font-weight: 400;
	line-height: 46px;
	position: relative;
}

.tmf-post.testimonial.small .testimonial-description {
    color: #000000;
    font-size: 18px;
    font-style: normal;
}


/*----------Practice Area Small----------*/
.tmf-post.small.practice-area {}

.tmf-post.practice-area.small .title {
    color: #000;
    font-size: 20px;
}

.tmf-post.practice-area.small .title a {
    color: #000;
    text-decoration: none;
}

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

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


/*---------Post Small----------*/
.tmf-post.post.small {}

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

.tmf-post.post.small .calendar-icon, 
.tmf-post.news.small .calendar-icon {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll -147px 0px;
    border: medium none;
    border-radius: 0;
    height: 51px;
    left: 0;
    margin-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 44px;
}

.tmf-post.post.small .calendar-icon .day, 
.tmf-post.news.small .calendar-icon .day {
    color: #b5985a;
    font-size: 20px;
    font-weight: 700;
    padding: 21px 0;
}

.tmf-post.post.small .title.has-post-date, 
.tmf-post.news.small .title.has-post-date {
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 55px;
    padding-top: 7px;
}

.tmf-post.post.small .title.has-post-date a, 
.tmf-post.news.small .title.has-post-date a{
    color: #231f20 !important;
    text-decoration: none;
}

.tmf-post.post.small .title.has-post-date a:hover, 
.tmf-post.news.small .title.has-post-date a:hover{
    text-decoration: underline;
}

.tmf-post.post .date, 
.tmf-post.news .date {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}

.tmf-post.post.small .excerpt {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

/*---------Location Small----------*/
.tmf-post.location.small {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
}

.tmf-post.location.small a{
	color: #000000;
	text-decoration: none;
}

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

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

.tmf-post.location.small .business-name {
	font-weight: 700;
}

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

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

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

@media screen and (max-width: 850px) {
	.tmf-post.location.small .static-map img {
		float: left;
		margin-right: 15px;
	}
}

@media screen and (max-width: 600px) {
	.tmf-post.location.small .static-map img {
		float: none;
		margin-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.tmf-post.location.medium .map-bottom {
	    width: 100%;
	}
}


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