.selected-posts {
	padding: 81px 0 40px;
	background-image: url(../../assets/icons/utility/capsulebg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.selected-posts .archive-wrap {
	max-width: 1157px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
}
.selected-posts .block-title {
	max-width: 1142px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 99px;
	padding-left: 8px;
}
.selected-posts .block-title p {
	font-family: 'adobe-caslon-pro';
	font-size: 40px;
	margin: 0 0 30px;
}
.selected-posts .archive-wrap article {
	width: 333px;
	margin-top: 80px;
}
.selected-posts .archive-wrap article #hero-image {
	width: 100%;
	height: 414px;
	border: 1px solid black;
	padding: 6px 7px;
}
.selected-posts .archive-wrap article:nth-child(3) {
	width: 393px;
	margin-top:0;
}
.selected-posts .archive-wrap article:nth-child(3) #hero-image {
	height:494px;
	border:none;
	padding:0;
}
.selected-posts .archive-wrap article .post-meta {
	border-bottom: 1px solid #34322F;
	padding-bottom: 5px;
	margin-bottom: 14px;
}
.selected-posts .read-all {
	border: none;
	padding: 0;
	margin: 51px auto 25px;
	text-align: center;
	font-family: 'adobe-caslon-pro';
	font-size: 16px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	color: #34322F;
	border-bottom: 1px solid #34322F;
	width: fit-content;
	line-height: 0.5;
	display: block;
}
@media all and (max-width:1200px) {
	.selected-posts .archive-wrap {
		max-width: 1000px;
	}
	.selected-posts .block-title {
		max-width: 977px;
	}
	.selected-posts .archive-wrap article {
		width: 277px;
		margin-top: 80px;
	}
}
@media all and (max-width:1030px) {
	.selected-posts .archive-wrap {
		max-width: 700px;
	}
	.selected-posts .block-title {
		max-width: 671px;
	}
	.selected-posts .archive-wrap article {
		width: 31%;
		margin-top: 80px;
	}
	.selected-posts .archive-wrap article:nth-child(3) {
		width: 32%;
		margin-top: 0;
	}
	.selected-posts .archive-wrap article #hero-image {
		height:285px;
	}
	.selected-posts .archive-wrap article:nth-child(3) #hero-image {
		height: 364px;
		border: none;
		padding: 0;
	}
}
@media all and (max-width:710px) {
	.selected-posts .block-title {
		max-width: 100%;
		position: relative;
		top: inherit;
		text-align: center;
	}
	.selected-posts .block-title p {
		font-size:30px;
	}
	.selected-posts .archive-wrap {
		max-width: 500px;
		padding: 0;
		flex-wrap: wrap;
	}
	.selected-posts .archive-wrap article {
		width: 48%;
		margin-top: 0;
		margin: 0 0 30px;
	}
	.selected-posts .archive-wrap article #hero-image {
		height: 330px;
	}
	.selected-posts .archive-wrap article:nth-child(3) #hero-image {
		height:590px;
	}
	.selected-posts .archive-wrap article:nth-child(3) {
		width: 100%;
		margin-top: 0;
	}
	.selected-posts {
		padding: 46px 0 13px;
	}
	.selected-posts .read-all {
		margin: 1px auto 25px;
	}
}
@media all and (max-width:530px) {
	.selected-posts .archive-wrap {
		max-width: 90%;
	}
	.selected-posts .archive-wrap article #hero-image {
		height: 285px;
	}
	.selected-posts .archive-wrap article:nth-child(3) #hero-image {
		height:530px;
	}
}
@media all and (max-width:450px) {
	.selected-posts .archive-wrap article #hero-image {
		height: 250px;
	}
	.selected-posts .archive-wrap article:nth-child(3) #hero-image {
		height:465px;
	}
}