/* Past Issues
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.past-issues {
	margin-top: 4rem;
}

.past-issues__blocks > .row {
	margin-bottom: 2rem;
}

.issue-block {
	margin-bottom: 2rem;
}

.issue-block__image {
	position: relative;
	padding-bottom: 129.6296296%;
	background-size: cover;
	transition: opacity .2s;
}

.issue-block__image > img {
	display: block;
	width: 100%;
}

.issue-block__date {
	text-align: center;
	font-size: 1.5rem;
	font-family: "CaeciliaRoman", "Caecilia LT Std", Georgia, serif;
	font-weight: 400;
	margin-top: 0;
	transition: color .2s;
}
.issue-block__inner {
	position: relative;
}
.issue-block__meta {
	margin-top: 1rem;
}
.issue-block__link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.issue-block:hover .issue-block__image {
	opacity: .9;
}
.issue-block:hover .issue-block__date {
	color: #CFB67A;
}

@media (min-width: 640px) {
	.issue-block {
		margin-bottom: 4rem;
	}
}




/* Issue Cover
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.issue-cover {
	height: 56rem;
	background-color: #cfcfcf;
	padding-bottom: 0;
	margin-top: 2rem;
}

@media (min-width: 1024px) {
	.issue-cover {
		margin-top: 0;
	}
}

.issue-cover__inner {
	height: 12rem;
	padding: 22rem 0;
}

.issue-cover__inner > h1 {
	font-family: "CaeciliaRoman", "Caecilia LT Std", Georgia, serif;
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

.issue-cover__inner > hr {
	width: 80px;
	border-top: 1px solid #fff;
	margin-top: 0;
	margin-bottom: 2rem;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

.issue-cover__cover-story {
	font-family: "VistaRegular", "Vista Sans OT", sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-shadow: 0 1px 10px rgba(0,0,0,0.3);
	width: 100%;
	display: block;
	cursor: pointer;
}
.issue-cover__cover-story:hover {
	color: #efefef;
}

.issue-cover + .hero {
	background-color: #fff;
}
