.menu-select-posts .archive-wrap {
	margin:0;
}
.menu-select-posts .archive-wrap article {
	margin: 0 0 40px;
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.menu-select-posts .archive-wrap article .rside {
	width: 56%;
	display: table;
}
.menu-select-posts .archive-wrap article .image-link {
	width: 41%;
	position: relative;
	height: 195px;
}
.menu-select-posts .archive-wrap article .image-link #hero-image {
	width: 100%;
	height: 195px;
}
.menu-select-posts .archive-wrap article .image-link .date {
	width: 90px;
	height: 28px;
	background: #FFFBE7;
	position: absolute;
	text-align: center;
	top: 10px;
	left: 1px;
	padding: 6px;
	font-size: 13px;
}
.menu-select-posts .archive-wrap article .rside h2 {
	font-size: 22px;
	line-height: 25px;
}
