.episodes-home {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.episodes-home .wpln-episode {
	flex-shrink: 1;
}
.episodes-home .wpln-episode a {
	display: block;
	padding: 0 10px;
	border-bottom: none;
}
.episodes-home .wpln-episode.ep-2 a .episode-thumbnail,
.episodes-home .wpln-episode.ep-3 a .episode-thumbnail,
.episodes-home .wpln-episode.ep-4 a .episode-thumbnail,
.episodes-home .wpln-episode.ep-5 a .episode-thumbnail,
.episodes-home .wpln-episode.ep-6 a .episode-thumbnail {
	width: auto;
}
.episodes-home .wpln-episode a h2.entry-title {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 6px;
}
.episodes-home .episode-date {
	display: block;
}
div.tin-heading-wrap {
	position: relative;
	margin: 20px 0;
    display: flex;
    align-items: center;
    color: var(--color-theme-dark);
}
div.tin-heading-wrap:after {
	content: "";
    flex-grow: 1;
    border-top: 1px solid #ccc;
    margin-left: 0.85rem;
}
.tin-heading-wrap .fas.fa-arrow-right {
	font-size: 12px;
	vertical-align: middle;
}
.tin-heading-wrap img {
	width: 80px;
	vertical-align: middle;
	margin-right: 6px;
	border-radius: 4px;
}

h2.tin-heading {
	font-size: 32px;
	display: inline-block;
	margin: 0 14px 0 0;
	padding: 4px 10px;
	border-radius: 4px;
	font-weight: 700;
	background-color: #1a60dd;
	background-image: url(https://wpln.org/wp-content/themes/wpln-genesis-child/images/tin-background-small.jpg);
	box-shadow: 2px 1px 0px 0px #212180,
				3px 2px 0px 0px #212180,
				4px 3px 0px 0px #212180;
	transition: background-color .2s;
}
h2.tin-heading:hover {
	background-color: #0e4fbe;;
}
h2.tin-heading a {
	color: #fff;
}
.tin-when {
	font-size: 16px;
}
a.tin-more-link {
	padding: 0 0 0 10px;
	float: right;
	position: absolute;
	right: 0;
	background-color: rgb(249, 249, 249);
}

@media screen and (min-width: 800px) {
	.episodes-home div.wpln-episode {
		width: 25%
	}
}

@media screen and (max-width: 600px) {
	.tin-when {
		display: none;
	}
}
