/* ============================================================================ *
	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;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tmf-post.medium img.thumbnail {
	max-width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 7px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tmf-post.medium img.thumbnail.mobile {
	margin-top: 7px;
}

.tmf-post img.primary, img.sidebar-image {
	float: left;
	margin-top: 5px;
	max-width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

img.sidebar-image {
	float: none;
    max-width: 100%;
}

.children .tmf-post.medium img.thumbnail {
	max-width: 150px;
}

/*-----------*/

.tmf-post.post.home {
	padding-bottom: 0;
}

.tmf-post.post.home .title {
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.tmf-post.post.home .title a {
	color: #333;
	text-decoration: none;
}

.tmf-post.post.home .date {
	font-size: 1em;
}

.tmf-post.post.home .excerpt {
	margin-top: 5px;
}

/*-----------*/

/*theme specific set to block and reduced margin from 20px */

.tmf-post.small.practice-area {
  	display: block;
  	margin-left: 0px;
	text-decoration:underline;
}

.tmf-post.practice-area.small .title a {
	display: block;
	color: #555564;
	font-size: 1em;
	text-decoration:underline;
}

/*
.tmf-post.small.practice-area .title:before {
	content: '\2022';
	font-weight: 700;
	left: -15px;
	position: absolute;
	padding-left: 15px;
} 
*/

.tmf-post.small.practice-area .children .tmf-post:before {
	display: none;
}

.tmf-post.small.practice-area .children {
	display: none;
}

/*-----------*/

.tmf-post.attorney.small .read-more {
	text-transform: uppercase;
}

.tmf-post.attorney.small .excerpt {
	font-size: 1em;
}

/*-----------*/

.tmf-post.testimonial.small .excerpt {
    /* theme specific */
    font-size: 1.563em;
    color: #555564;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    /* end theme specific */
	font-weight: 400;
	line-height: normal;
	font-style: italic;
    font-family: 'Lora', serif;
}

.tmf-post.testimonial.small .read-more {
	font-size: .5em;
	font-style: normal;
	text-transform: uppercase;
}

.tmf-post.testimonial .testimonial-description {
    font-size: 1.1em;
    font-family: 'Lora';
}



.testimonial .excerpt:before {}

div.testimonial.medium {
    background: url(../images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/*-----------*/

.tmf-post.location.small .static-map img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tmf-post.location.small {
	font-size: 1.05em;
}

.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;
	background-size: contain;
	top: -3px;
	left: 3px;
}

.tmf-post.location.small .fax .label {
	font-size: 0;
	display: inline-block;
	position: relative;
	background: url(../images/icon-fax.png) no-repeat;
	background-size: contain;
	top: -3px;
}

.tmf-post.location.small .email .label {
	font-size: 0;
	display: inline-block;
	position: relative;
	background: url(../images/icon-email.png) no-repeat;
	background-size: contain;
	top: 1px;
}


.tmf-post.post.small .title.has-post-date, 
.tmf-post.news.small .title.has-post-date {
	line-height:1.4em;
}

/* ============================================================================ *
	Calendar Styles
    ---------------------------------------------------------------------------
*/

.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 {
    border: 0;
    width: 33px;
    height: 35px;
    color: #00619e;
    background: url(../images/calendar.png) no-repeat left center;
}

.tmf-post.post.small .calendar-icon .day, .tmf-post.news.small .calendar-icon .day {
    padding: 14px 0 0px;
    color: #00619e;
    font-weight: 700;
}

.tmf-post.post.small .title.has-post-date, .tmf-post.news.small .title.has-post-date {
    margin-left: 45px;
}


/* ======================================== *
	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;
	}
}
