.posts h3:first-child {
	margin-top: 0;
}

@media(min-width:992px){
	.posts .row:first-of-type .media {
		margin-top: 0;
	}
}

@media(max-width:991px){
	.posts .row:first-of-type div[class^='col-']:first-child .media {
		margin-top: 0;
	}
}

.media h3 {
	margin-top: 0;
}

.posts .media {
	margin-top: 30px;
}

.posts p:last-of-type {
	margin-bottom: 8px;
}

h3 a .view-all, 
h3 a.view-all
{
	display:inline-block;
	font-size: 14px;
	border-bottom: 0;
	text-decoration: underline;
}

.btn-separator {
	margin: 30px auto;
	
}


@media(max-width:767px){
	.posts .media-object {
		width: 80px;
		max-width: 80px;
		margin: 0 10px 0 0;
	}
}
