#podcast-top-ranking-section {
    position: relative;
    padding: 65px 0px;
}
#podcast-top-ranking-section h2 {
    color: #2563A0;
}
#podcast-top-ranking-section p {
    padding-bottom: 16px;
}
#podcast-top-ranking-section .subscribe-content-module h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
#podcast-top-ranking-section .subscribe-logo-content {
    margin: 12px 10px 0px 0px;
}


#podcasts-slider {
    background: #2c72ae;
    padding: 10px !important;
}

#podcast-top-ranking-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f1f8ff;
    width: 75%;
}

#podcasts-list-section {
    padding: 100px 0px;
    position: relative;
}
#podcasts-list-section::after {
    content: '';
    background-image: url(../img/about-us-page-arrow-1.png);
    position: absolute;
    right: 5%;
    top: 140px;
    width: 160px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-52deg);
    opacity: .5;
}
#podcasts-list-section .podcast-posts-row {
    position: relative;
}
#podcasts-list-section .podcast-posts-row::after{
    content: '';
    right: -16%;
    position: absolute;
    width: 360px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
    background-image: url(/wp-content/uploads/2023/09/splash-shape-1.png);
    bottom: -100px;
}

.single-podcast-content {
    max-width: 423px;
    width: 100%;
    margin: auto;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.podcast_listing_wrap .single_podcast {
    border-radius: 0;
    background: #fff;
    z-index: 99;
}
.single_podcast .podcast_image {
    margin: 0 0 20px;
    padding-bottom: 60%;
    position: relative;
    border: 1px solid #f3f3f3;
    font-size: 0;
    background: #174d84;
    background: #fff !important;
    border: unset !important;
}
.single_podcast .podcast_image:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-image: url(../img/play-button-icon.png);
    z-index: 2;
    background-size: contain;
}
.podcast_listing_wrap .single_podcast img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .8;
    object-position: top;
}
.single_podcast .episode-number {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 12px 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 14px 20px;
    line-height: 1;
}
.single_podcast .episode-number:before {
    content: '';
    position: absolute;
    background: #e83dc1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-28deg);
}
.single_podcast h3.podcast-header {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 6px;
    color: #2563a0;
}
.podcast_content span {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
#single-post-content .single-podcast-description p, #single-post-content .single-podcast-description span {
    font-weight: 400 !important;
	margin-bottom: 25px;
}
#single-post-content .podcast-content p {
	margin-bottom: 25px;
}
#single-post-content .podcast-content li {
	margin-bottom: 15px;
}

#podcasts-slider #fusebox-player-8z5gYXvxmL.fbx-player .fbx-credits {
    display: none !important;
}
#fusebox-player-8z5gYXvxmL.fbx-player.fbx-is-layout-wide.fbx-is-style-regular .fbx-player-layout {
    background-color: unset !important;
}
#podcasts-slider .swiper-button-prev {
    position: absolute;
    width: unset !important;
    left: 0px !important;
    background-color: #ffffffbf;
    padding: 6px 10px;
    border-radius: 50px;
    height: unset !important;
}
#podcasts-slider .swiper-button-next {
    position: absolute;
    width: unset !important;
    right: 0px !important;
    background-color: #ffffffbf;
    padding: 6px 10px;
    border-radius: 50px;
    height: unset !important;
}
#podcasts-slider .swiper-button-prev:hover, #podcasts-slider .swiper-button-next:hover {
    background-color: #fff !important; 
}
#podcasts-slider .swiper-button-next::after {
    font-size: 12px;
    font-weight: 800;
    height: unset !important;
}
#podcasts-slider .swiper-button-prev::after {
    font-size: 12px;
    font-weight: 800;
    height: unset !important;
}
#podcasts-slider .swiper-slide {
    padding: 0px 30px;
}


/* --------------- Podcast Single Page CSS Code Start ------------------- */
#single-podcast-content {
    padding-top: 60px;
    padding-bottom: 100px;
}
.podcast-post-meta p {
    color: #666;
}
.podcast-head, .podcast-thumbnail {
    margin-bottom: 40px;
}
.single-post-btn{
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500!important;
    background-color: #2563a0;
    padding: 12px 30px;
    line-height: 1.7em;
}
.single-post-btn:hover {  
    color: #000000 !important;
    background-color: #fac60e !important;
}
a#apple-btn {
    background-color: #e83dc1;
}
.single-podcast-description {
    padding: 40px 0px 30px;
}
/* .single-podcast-description p {
    padding-bottom: 15px;
} */
.single-custom-content {
    margin-bottom: 30px;
}
.single-custom-content h2 {
    padding-bottom: 10px;
}
.single-podcast-description img {
    max-width: 500px;
    display: block;
    margin: 40px auto;
}

.podcast-audio-player .mejs-container .mejs-controls {
    background: #1c5085 !important;
    padding: 10px;
    height: auto;
    border-radius: 54px;
    position: relative;
}
.podcast-audio-player .mejs-container.mejs-audio {
    height: auto !important;
    background: 0 0 !important;
    margin: 0 0 10px;
}
.podcast-audio-player {
    margin-bottom: 40px;
}

#commentform label {
    display: none;
}
#commentform textarea, #commentform input {
    display: block;
	font-family: 'Open Sans';
    padding: 15px 16px;
    color: #000;
    line-height: 1em;
    background-color: #eee;
    font-size: 16px;
    border-width: 0;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
	outline: none;
}
#commentform textarea {
    margin-top: 20px;
}
#commentform input#submit {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 20px 25px !important;
    border-radius: 9px 0;
    transition: .4s all;
    background-image: url(../img/brush-shape-pink.png) !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    border: 0 !important;
    width: unset !important;
    margin: auto;
    margin-right: 0;
    margin-bottom: 40px !important;
}

@media(max-width: 992px){
	#podcast-top-ranking-section::before {
		width: 100%;
	}
	section#podcast-top-ranking-section .subscribe-content-module {
    	margin-bottom: 40px;
	}
	#fusebox-player-8z5gYXvxmL.fbx-player.fbx-is-layout-narrow .fbx-player-layout {
    	background-color: transparent !important;
	}
	.page-container {
		overflow: hidden;
	}
	#podcasts-slider .swiper-slide {
		padding: unset !important;
	}
	#podcasts-list-section::after {
		display: none;
	}
	.swiper {
		max-width: unset !important;
		overflow-x: hidden !important;
	}
}

@media(max-width: 767px){
	#podcasts-list-section .podcast-posts-row::after {
		display: none;
	}
	#podcast-top-ranking-section .subscribe-content-module h3 {
		font-size: 18px;
	}
	#single-post-content .podcast-post-btn {
    	flex-wrap: wrap;
	}
	#single-post-content .podcast-post-btn a:first-child {
    	margin-bottom: 20px;
    	margin-right: unset !important;
	}
	.podcast-post-title h1 {
    	font-size: 30px !important;
	}
	.single-post-btn {
		flex-grow: 1;
    	text-align: center;
	}
}