
.podcast-box {
	position: relative;
}

.podcast-featured-section {
	background: #f4f4f4;
}

.podcast-box-image:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -6px;
	height: 100px;
	width: 180px;
	background: #f4f4f4;
	border-radius: 10px;
}

.podcast-box-image {
	position: relative;
}

.podcast-box-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.podcast-box-image .podcast-btn {
	position: absolute;
	bottom: 15px;
	right: 14px;
	z-index: 11;
}

.podcast-box .play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.podcast-box {
	position: relative;
	height: 100%;
	box-shadow: 0 0 10px #b1b1b1;
	overflow: hidden;
}

.podcast-list {
	padding-top: 15px;
	padding-bottom: 15px;
}

.podcast-title {
	line-height: 1.3;
	font-family: "DIN 2014";
	color: #253a60;
	font-size: 24px;
}

.podcast-content-wraper {
	padding: 15px;
}

.podcast-subscriber-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.podcast-subscriber {
	background: #253a60;
	text-align: center;
	padding: 50px 0;
}

.podcast-subscriber-box {
	padding: 20px;
}

.podcast-slider-image {
	position: relative;
}

.podcast-slider-image .play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.podcast-subscriber-box img {
	max-width: 250px;
	transition: all .5s ease;
}

.podcast-subscriber-box img:hover {
	transform: scale(1.05);
}

.podcast-slider-wraper {
	padding: 15px 0;
}

.podcast-slider-title {
	line-height: 1.3;
	font-family: "DIN 2014";
	color: #253a60;
	font-size: 28px;
	margin-bottom: 10px;
}

.podcast-slider-content {
	margin-bottom: 10px;
}

.slick-current.slick-active .featured-episode-listing-box, .slick-current .featured-episode-listing-box {
	box-shadow: -3px 0px 7px 1px rgba(0, 0, 0, .1);
	background-color: #253a60;
	z-index: 1;
}

.slick-current.slick-active .featured-episode-listing-box:after, .slick-current .featured-episode-listing-box:after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	background-color: #253a60;
	left: -3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: -1;
}

.featured-episode-listing-box {
	padding: 25px;
	margin: 6px;
	background-color: #f4f4f4;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.podcast-slider-item.slider-for {
	margin-top: 6px;
}

.podcast-left-slider.slider-nav .slick-arrow {
	bottom: 0;
}

.podcast-left-slider.slider-nav {
	padding-bottom: 65px;
}

.featured-episode-listing-box:hover {
	box-shadow: -3px 0px 7px 1px rgba(0, 0, 0, .1);
	z-index: 1;
}

.featured-episode-listing-box-inner {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.featured-episode-thumb {
	width: 35%;
	height: 100px;
	background-position: center;
	background-size: cover;
}

.featured-episode-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-episode-info {
	width: 60%;
	line-height: 1.55;
	padding-right: 10px;
}

.episode-counter {
	color: #000;
}

.episode-number {
	background: #cf0;
	padding: 10px 20px;
	border-radius: 5px;
	width: auto;
	font-size: 22px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.slick-current.slick-active .featured-episode-listing-box .episode-name, .slick-current  .featured-episode-listing-box .episode-name, .slick-current.slick-active .featured-episode-listing-box .episode-counter, .slick-current .featured-episode-listing-box .episode-counter {
	color: #fff;
}

.episode-name {
	color: #a6a6a6;
	font-weight: 600;
	font-size: 1rem;
}

.slick-current.slick-active .featured-episode-listing-box .episode-name, .slick-current  .featured-episode-listing-box .episode-name, .slick-current.slick-active .featured-episode-listing-box .episode-counter, .slick-current .featured-episode-listing-box .episode-counter {
	color: #fff;
}

.content-transcript ul li {
	margin-bottom: 10px;
}

.content-transcript ul li span {
	color: #253a60;
}

.single-episode-number {
	font-size: 22px;
	margin-bottom: 10px;
	color: #a5a5a5;
}

.latest-episode-loop .h4 {
	background: #cf0;
	padding: 5px;
	padding: 10px 20px;
	border-radius: 5px;
	width: auto;
	font-size: 22px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.latest-episode-loop:after {
	display: none;
}

.latest-episode-single {
	position: relative;
	margin-bottom: 20px;
}

.latest-episode-single .play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.podcast-transcript-content-list {
	margin-bottom: 30px;
}

.podcast-transcript-title {
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "DIN 2014";
	font-size: 24px;
}

.podcast-transcript-content-list:last-child {
	margin-bottom: 0;
}

.audio-file {
	margin-top: 30px;
}

.podcast-transcript-content {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

.podcast-transcript-content:after {
	content: "";
	width: 100%;
	height: 20vw;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, #fff, transparent);
}

.podcast-transcript-content.card-gradient {
	max-height: initial;
	overflow: visible;
}

.podcast-transcript-content.card-gradient:after {
	display: none;
}

.rll-youtube-player {
	height: 600px;
	width: 100%;
	display: block;
}

.content-transcript ul li span {
	color: #253a60;
	cursor: pointer;
}

.podcast-btn-wraper .btn, .podcast-box-image .podcast-btn .btn {
	padding: 20px 25px;
}

@media screen and (max-width: 767px) {
	.podcast-slider-listing {
		display: none;
	}
	
	.podcast-box-image:after {
		height: 80px;
		width: 159px;
	}
	
	.podcast-box-image .podcast-btn a.btn {
		text-align: center !important;
		padding: 10px 10px !important;
		font-size: 15px;
	}
	
	.podcast-slider-item.slider-for {
		padding-bottom: 65px;
	}
	
	.podcast-slider-item.slider-for .slick-arrow {
		bottom: 0;
	}
}
