/* ============================================================================ *
	Post Styles
    ---------------------------------------------------------------------------
	These are the styles which build all the various post types and their templates.
*/

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

.tmf-post.location.small .not-mobile {
	margin: 0 5px;
}

.tmf-module-73 {
	margin-bottom: 0;
}

.tmf-post.attorney.small a {
	position: relative;
}

.tmf-post.attorney.small .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    font-size: 19px;
}

/************************/

.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.attorney.small img.thumbnail {
	max-height: inherit;
}

.tmf-post.small .excerpt {
    font-size: 15px;
}

.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 {
    max-width: 350px;
	float: left;
	margin-top: 5px;
	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);
}

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

/*---------Post and News----------*/
.tmf-post.post.small,
.tmf-post.news.small {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.tmf-post.post.small.first-post.last-post, 
.tmf-post.news.small.first-post.last-post {
    display: block;
    width: 100%;
    vertical-align: top;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.tmf-post.post.small .post-small-inner,
.tmf-post.news.small .post-small-inner{
    padding: 0 25px;
}

.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/calendar_icon.png) no-repeat scroll 0px 0px;
    border: medium none;
    border-radius: 0;
    height: 55px;
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
    width: 53px;
    margin: 0 auto 25px;
}

/*.tmf-post.post.small .calendar-icon, 
.tmf-post.news.small .calendar-icon {
    background: rgba(0, 0, 0, 0) url(../images/calendar_icon.png) no-repeat scroll 0px 0px;
    border: medium none;
    border-radius: 0;
    height: 55px;
    left: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 53px;
}*/

.tmf-post.post.small .calendar-icon .day, 
.tmf-post.news.small .calendar-icon .day {
    color: #45a0d0;
    font-size: 26px;
    font-weight: 600;
    line-height: 56px;
}

.tmf-post.post.small .title.has-post-date, 
.tmf-post.news.small .title.has-post-date {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    /*margin-left: 65px;*/
    margin-left: 0;
    padding-top: 2px;
}

.tmf-post.post.small .title.has-post-date a, 
.tmf-post.news.small .title.has-post-date a{
    color: #ffffff;
    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.small .date, 
.tmf-post.news.small .date {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    font-style: normal;
}

.tmf-post.post.small .excerpt,
.tmf-post.news.small .excerpt {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.tmf-post.post.small .excerpt a,
.tmf-post.news.small .excerpt a {
    color: #ffffff;
}

@media screen and (max-width: 850px) {
    .tmf-post.post.small,
	.tmf-post.news.small {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
	.tmf-post.post.small .post-small-inner,
	.tmf-post.news.small .post-small-inner{
        padding: 0 12px;
    }

    .tmf-post.post.small .calendar-icon, 
    .tmf-post.news.small .calendar-icon {
        left: 12px;
    }
}



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