
.news-posts-list .news-post {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}

.news-post {
	height: 181px;
}

.news-post a {
	text-decoration: none;
}

.news-post-image {
	float: left;
	margin-right: 50px;
}

.news-post-image a img {
	width: 255px;
	height: 170px;
}

.news-post-info {
  font-size: 0.75em;
}

.news-post-social {
  text-align: right;
  width: 100%;
  clear: both;
}

.news-read-more {
	background-color: #fef100;
	background-image: url('../images/i-arrow-black.png');
	background-position: left 20px center;
	background-repeat: no-repeat;
	border-radius: 25px;
	color: #000000 !important;
	padding: 10px 20px 10px 40px;
}
