.container-wrap{
	max-width: 1024px;
	margin: 0 auto;
}
.sermon-series-top-container {
	max-width: 700px;
	margin: 0 auto;
}

.sermon-series-section {
	background: #f7f7f7 !important;
	padding: 80px 0px 60px !important;
}

.series-photo {
	text-align: center;
}

.series-photo img {
	max-width: 400px;
	width: 100%;
}

.series-title {
	margin: 20px 0;
}

.guest-heading h2,
.series-title h1 {
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
}

.series-service-type {
	text-align: center;
	margin-bottom: 25px;
}

.series-service-type img.service-type-icon {
	vertical-align: middle;
	margin-right: 12px;
}

.series-description {
	text-align: center;
}

.podcast-content {
	border-top: 1px solid #dadada;
	padding-top: 40px;
	margin-top: 40px;
}

.podcast-title h2,
.podcast-title h2 a {
	font-size: 25px;
	font-weight: 700;
	margin: 7px 0 !important;
}

.podcast-meta-data .podcast-with {
	float: left;
	border-right: 1px solid #545454;
	line-height: 16px;
	padding-right: 6px;
	margin-right: 6px;
}

.podcast-meta-data .podcast-date {
	font-weight: bolder;
	line-height: 16px;
}
.podcast-short-description .at-below-post-arch-page {
	display: none;
}
.podcast-player {
	margin: 14px 0 3px;
}

.flt-sermon-audio .plyr--audio.plyr {
	border: none;
	width: calc(100% - 100px);
}
.flt-sermon-audio .plyr--audio .plyr__controls{
	background: none;
}

.podcast-player .wpfc-sermon-single-audio{
	justify-content: left;
}

.plyr__controls > .plyr__control:first-child {
	background: #7AB7C9;
	border-radius: 25px !important;
	text-align: center;
	padding: 12px 10px 10px 12px;
	color: #fff;
}

.sermon-series-guest-section {
	background: #ffffff !important;
	padding: 80px 20px 0 !important;
}

.sermon-series-guest-container {
	background: #ffffff !important;
}

.series-guest-tab ul {
	margin: 30px 0 50px;
	text-align: center;
	width: 100%;
}

.series-guest-tab ul li {
	display: inline-block;
	margin: 0 -3px;
}

.series-guest-tab ul li a {
	color: #919191;
	border-bottom: 3px solid #e8e8e8;
	display: block;
	font-size: 26px;
	padding: 10px 20px;
}

.series-guest-tab ul li a:hover,
.series-guest-tab ul li.active-tab a {
	border-bottom: 3px solid #7DCD77;
}
.tab-content-data {
	display: none;
}
.tab-content-data.tab-content-active-data {
	display: block;
}
.guest-photo {
	text-align: center;
}

h3.guest-designation {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 10px 0;
	text-transform: uppercase;
}

.guest-details .guest-title {
	margin-top: 0;
	margin-bottom: 10px;
}

@media (min-width: 767px) {
	.series-guest-tab-content {
		display: inline-block;
		width: 100%;
	}

	.guest-photo {
		float: left;
		width: 45%;
		padding-right: 40px;
	}

	.guest-details {
		float: right;
		width: 55%;
	}
}
