.content .module {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.content .module {
		margin-top: 55px;
	}
}

.podcast-episode:first-child:last-child {
	background: #f1f1f1;
	box-shadow: 10px 10px 0 #e5e5e5;
	margin-bottom: 40px;
	padding: 25px 25px 1px;
}

@media (min-width: 768px) {
	.podcast-episode:first-child:last-child {
		margin-bottom: 0;
		padding: 45px 35px 35px;
	}
}

@media (max-width: 767px) {
	.faux-sidebar .podcast-list {
		margin-top: -30px;
	}
}

.podcast-episode:last-child {
	margin-bottom: 0;
}

/* "Sidebar" */
@media (max-width: 767px) {
	.indiv-column .faux-sidebar {
		margin-top: 1em;
	}
}

@media (min-width: 768px) {
	.indiv-column .faux-sidebar {
		padding-left: 40px;
	}
}

/* Subscription call-to-action */
@media (max-width: 470px) {
	.row .pp-sub-widget.pp-sub-widget {
		margin: 0;
	}

	.row .pp-sub-widget img.pp-sub-l {
		float: none;
		width: 100% !important;
	}
}

/* Individual podcast */

/* Feeds */
.single-podcast .module.podcast-feeds {
	margin-top: 0;
	text-align: center;
}

.single-podcast .module.podcast-feeds .btn {
	margin-bottom: 5px;
}

.single-podcast .module.podcast-feeds .apple-podcasts,
.single-podcast .module.podcast-feeds .google-podcasts,
.single-podcast .module.podcast-feeds .stitcher {
	background-position-y: center;
}

.single-podcast .module.podcast-feeds .apple-podcasts,
/* .single-podcast .module.podcast-feeds .google-podcasts, */
.single-podcast .module.podcast-feeds .stitcher {
	margin-bottom: 0;
}


.single-podcast .module.podcast-feeds .btn {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 440px) {
	.single-podcast .module.podcast-feeds .btn {
		min-width: 0;
		max-width: 100%;
		padding: 11px 5px;
	}
}

.module .container .row > .cta {
	margin-top: -40px;
}

@media (min-width: 768px) {
	.module .container .row > .cta {
		margin-top: -55px;
	}
}