/* Recent Stories */

#recent-stories {
	width: 100%;
	background-color: #01CA7E;
	margin: 40px auto 0px;
	padding: 0;
	display: block;
}

#recent-stories h2,
#zine-trending-stories h2 {
	margin: 0 0 20px;
	padding-top: 50px;
	padding-bottom: 25px;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #231F20;
	font-weight: 500;
}

#recent-stories h2 strong {
	font-weight: 900;
}

#recent-stories .story {
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: calc((100% / 4) - 15px);
	min-height: 350px;
	vertical-align: top;
	margin-right: 18px;
}

#recent-stories .story:nth-of-type(4n+0) {
	margin-right: 0px;
}

#recent-stories .recent-story-image {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 0 20px;
	background-size: cover;
	background-position: center center;
}

#recent-stories h3,
#recent-stories h4,
#recent-stories h5 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

#recent-stories a,
#recent-stories h3 a,
#recent-stories h4 a {
	text-decoration: none;
}

#recent-stories h3 {
	font-size: 16px;
	line-height: 19px;
	color: black;
	margin-bottom: 10px;
}

#recent-stories h4 {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

#recent-stories h5 {
	font-size: 10px;
	line-height: 13px;

	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}

#recent-stories .story .story-info {
	width: auto;
	max-width: calc(100% - 200px);
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.footer-container {
	display: flex;
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.footer-container {
		flex-direction: column;
	}

	#recent-stories {
		width: 100%;
		display: block;
		margin: 70px 0 0;

	}

	#recent-stories .story {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
		min-height: auto;
	}

	#recent-stories-image {
		width: 100px;
		height: auto;
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
	}

	#recent-stories .recent-story-image {
		width: 100%;
		padding-bottom: 50%;
	}

	#recent-stories .story-info {
		width: auto;
		max-width: calc(100% - 140px);
		margin: 0 0 20px 10px;
		padding: 0;
	}

	#recent-stories h3,
	#recent-stories h4,
	#recent-stories h5 {
		margin: 0 0 5px;
		padding: 0;
		font-weight: 500;
	}
}