.single-podcast .internal-header {
	/*background-image: url(/wp-content/uploads/2019/09/podcast-page-banner.jpg);*/
	/* background-image: url(/wp-content/uploads/2021/03/podcast-banner.jpg); */
	background-image: url(/wp-content/uploads/2019/09/psi-banner-img.jpg);
	background-size: cover;
    background-position: center;
}
.single-podcast .thumbnail-container {
	margin-bottom: 28px;
}
.single-podcast .post-meta {
	margin-bottom: 9px;
}
.single-podcast .post-meta span {
    color: #28292D;
	font-family: "Lato";
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.single-podcast h1.post-title {
	color: #28292D;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	font-style: normal;
	margin-bottom: 30px;
}
.single-podcast .post-content-wrapper {
	margin-bottom: 90px;
    font-family: "Lato";
}

.site-inner .content-sidebar-wrap {
    width: 1272px;
	margin: auto;
}

.internal-header {
    height: 379px;
}

.share-icons-container {
    background-color: #F7F3EE;
}

.footer-form-1 {
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 30px;
}
.footer-form-1 .f1 {
    margin-top: 15px;
}

.cta-box-1 {
    box-shadow: none;
}

/* PODCAST PLAYER */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background-color: #FFFFFF!important;
}
.mejs-container .mejs-controls {
	padding: 0;
}
.mejs-container * {
	font-family: "Playfair Display";
	color: #28292D;
}
.mejs-time-total {
    margin: 10px 0 0!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(2, 6, 19, .16)!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #020613!important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #020613!important;
}
.mejs-time-handle, .mejs-time-handle-content {
	border: 7px solid #020613!important;
    border-radius: 100%!important;
    top: -4.5px!important;
}
.mejs-time-handle-content,
.mejs-time-float {
	display: none!important;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
	height: 3px!important;
}
.mejs-horizontal-volume-total {
    background: #020613;
	height: 3px!important;
    top: 20px!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(0, 0, 0, 0.16);
}
.mejs-horizontal-volume-handle {
	display: block;
}
.mejs-playpause-button>button {
    background: url(images/fa-play.png)!important;
    background-size: cover!important;
}
.mejs-volume-button>button {
    background: url(images/fa-volume.png)!important;
    background-size: cover!important;
}
.powerpress_links {
    display: none;
}

.powerpress_player > audio.wp-audio-shortcode {
    display: none;
}
.current-player {
    border: 1px solid #E0E1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    padding: 13px 20px;
	margin-bottom: 35px;
}
.current-player .currently-playing {
    display: block;
    color: #28292D;
    font-family: "Playfair Display";
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 8px;
	padding: 0 7px;
}

@media(max-width:1023px){
    .sidebar > .widget {
        text-align: center;
    }
}
@media(max-width:767px){
    .site-inner .content-sidebar-wrap {
        padding: 40px 12px;
    }
}