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

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

.post-type-archive-attorney .tmf-post-list.medium {
    max-width: 880px;
}

.tmf-post.attorney.medium {
    display: inline-block;
    max-width: 189px;
    border: none;
    margin: 0 15px 30px;
    vertical-align: top;
    position: relative;
    padding: 0;
}

.tmf-post.attorney.medium img.thumbnail{
    max-height: 240px;
    max-width: 189px;
    margin: 0;
}

.tmf-post.attorney.medium .title {
    background: rgba(0,0,0,0.8);
    bottom: 0;
    color: #fff;
    font-family: 'Cardo', serif;
    font-size: 20px;
    text-align: center;
    position: absolute;
    margin: 0;
    padding: 5px;
    max-width: 179px;
    width: 100%;
}

.tmf-post.attorney.medium .title a{
    color: #fff;
    text-decoration: none;
}

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

/*--------------*/

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

.tmf-post.post.small .calendar-icon,
.tmf-post.news.small .calendar-icon {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	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 {
	line-height: 1em;
	padding: 13px 0;
	font-weight: 700;
}

.tmf-post.post.small .date,
.tmf-post.news.small .date {
	font-style: normal;
	font-size: .8em;
	line-height: 1em;
}

/*--------------*/

.tmf-post.location.small {
	font-size: .9em;
}

.tmf-post.location.small img {
	border: 3px solid #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

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

.tmf-post.location.small .phone .label {
	font-size: 0;
	display: inline-block;
	position: relative;
	background: url(../images/icon-phone.png) no-repeat;
	width: 23px;
	height: 20px;
	right: -4px;
	top: -2px;
}

.tmf-post.location.small .fax .label {
	font-size: 0;
	display: inline-block;
	position: relative;
	background: url(../images/icon-fax.png) no-repeat;
	width: 23px;
	height: 21px;
	top: -3px;
}

.tmf-post.location.small .email .label {
	font-size: 0;
	display: inline-block;
	position: relative;
	background: url(../images/icon-email.png) no-repeat;
	width: 23px;
	height: 13px;
	top: 2px;
	right: -1px;
}

/*--------------*/

.tmf-post.practice-area.small-excerpt .title a {
	text-decoration: none;
	font-weight: 700;
}

.tmf-post.practice-area.small-excerpt .excerpt {
	font-size: .9em;
	margin-top: 0;
}

.tmf-post.practice-area.small-excerpt {
	border-bottom: none;
	margin-bottom: 0;
}




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