#latest_news img {
	margin-bottom: 15px;
}

#latest_news .title {
	padding-bottom: 30px;
	position: relative;
	line-height: 25px;

}

#latest_news .post h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	line-height: 20px;
}

#latest_news .post .btn:before {
	content: 'Read More';
}

#latest_news .post .meta {
	font-size: 14px;
}


#latest_news .title a {
	line-height: inherit;
}


@media screen and (min-width: 1200px) {
#latest_news .title a:after {
	position: absolute;
	right: 15px;
	font-size: 11px;
	content: 'View all news >';
	text-decoration: underline;
	font-style: italic;
}

}