.podcast-article {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 20px;
}
span.taxonomy-item {
    background: linear-gradient(180deg, rgb(34 125 181 / 87%) 0%, rgb(34 125 181 / 91%) 0%, rgb(20 92 136 / 95%) 100%)!important;
    padding: 10px 10px!important;
    font-size: 10px!important;
    height: auto!important;
    line-height: 20px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #fff;
    font-family: 'Helvetica-Neue';
}
.podcast-title-item h4 {
    font-family: 'Helvetica-Neue';
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 15px!important;
}
h2.episode-title, h2.chapter-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}
.podcast-meta-item {
    color: #9EA0A5;
}
span.author-item {
    margin-right: 30px;
}
.podcast-content-item {
    font-family: 'Helvetica-Neue';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}
.podcast-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
span.date-item:before {
    content: '\f017';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
body.single-episodes .active,
body.single-episodes  .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */

body.single-episodes  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.podcats-banner {
    margin-bottom: 25px;
}
body.archive.tax-chapters #content,
body.single-episodes #content {
    margin-top: 0;
}
.podcast-container-home {
    background: linear-gradient(180deg, #43464B 0%, #1F2123 100%);
    padding: 12px 20px;
}

.podcast-title-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
    margin-bottom: 20px;
  
}

.podcast-title-container h2 {
    color: #fff;
    font-family: "Franklin Gothic Demi Cond Regular";
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
    margin: 0;
}

.listen-link {

    color: rgba(255, 255, 255, 1);
    font-family: "Franklin Gothic Demi Cond Regular";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: right;
    text-decoration: none;
}

.podcast-body-container {
    display: grid;
    grid-template-columns: 140px 6fr;
    grid-gap: 24px;
}

.pod-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.pod-left img {
    width: 140px;
}

.pod-right {
    color: #fff;
}

.pod-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.pod-title h3 {
    margin: 0;
    color:#fff;
    font-family: 'Helvetica-Neue';
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
}

.pod-title {
    margin-bottom: 14px;
}

.pod-desc {

    font-family: 'Helvetica-Neue';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
}
.podcast-audio{
    width:80%;
}

.podcast-audio .audioplayer-time{
color:#fff;
}


.podcast-audio.audio-wrap .audioplayer {padding: 0;height: 40px;background: transparent;}

.podcast-audio.audio-wrap .audioplayer-time-current {margin-left: 8px;display: block;width: auto;margin-right: auto;}


.podcast-audio.audio-wrap .audioplayer-volume-button a {
background-color: #fff;
}
.podcast-audio.audio-wrap .audioplayer-volume-button a:before {
border-right: 11px solid #fff;
}
.podcast-audio.audio-wrap .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {

border: 6px double #fff;

}
@media (max-width:960px){
	body.home .penci-slider-wrapper-item {
		display:flex;
		flex-direction: column;
	}
	body.home .penci-slider11-item-1 {
		order:2;
	}
	body.home .penci-slider11-item-2 {
		order:1;
	}
	body.home .penci-slider11-item-3 {
		order:3;
	}
}
@media (max-width:767px){

 .podcast-body-container {display: block;}

.pod-left {margin-bottom: 15px;}


  .podcast-body-container {display: block;}
    .podcast-title-container h3 {
font-size: 20px;
line-height: 1.25;

margin-bottom: 0;
}
.listen-link {
font-size: 16px;
}
.podcast-title-container {
    
    margin-bottom: 10px;
  
}
}
@media (max-width:480px){
    .podcast-body-container {display: block;}

.pod-left {margin-bottom: 15px;}

}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {border: 1px solid #ffffff;background: rgb(255 255 255);}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {border-left: 12px solid #000000;}