.posts-list {
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.posts-row {
	margin-right: -12px;
	margin-left: -12px;
	display: flex;
	flex-wrap: wrap;
}

.posts-item {
	min-width: 25%;
	min-height: 1px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

.posts-item a {
	background-color: #373f45;
	color: #ffffff;
	float: right;
	font-weight: 700;
	margin: -32px 12px 0 0;
	opacity: 0.9;
	padding: 14px 24px 14px 28px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.posts-item > h4 {
	margin-top: 24px;
	min-height: 58px;
}

.latest-2 {
	width: 50%;
}

.latest-3 {
	width: 33.33333333%;
}

.latest-4 {
	width: 25%;
}

.latest-6 {
	width: 33.33333333%;
}

@media only screen and (max-width:800px) {
	.latest-3, .latest-4,
	.latest-6 {
		width: 50%;
	}
	.posts-list {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media only screen and (max-width:640px) {
	.latest-2, .latest-3,
	.latest-4, .latest-6 {
		width: 100%;
	}
	.posts-list {
		padding-left: 0;
		padding-right: 0;
	}
}

.post-thumbnail {
	width: 100%;
	min-height: 50px;
	max-height: 230px;
	background: center center no-repeat;
	background-size: cover;
	text-align: center;
	display: table;
}

.post-thumbnail i {
	color: #ffffff;
	font-size: 5rem;
	display: table-cell;
	vertical-align: middle;
}

.post-meta a.to-archive{
	background: none;
	color: inherit;
	float: right;
	font-weight: 400;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}