.breadcrumbs > .container {
    padding: 0;
}

.single-podcast .col-md-8 {
    margin: 30px auto;
}

.podcast-title {
    font-weight: 600;    
} 

.podcast-header-meta {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin-left: -8px;
    margin-right: -8px;
}

.podcast-header-meta > div {
    padding-left: 8px;
    padding-right: 8px;
}

.podcast-header-meta a {
    color: var(--secondary-color);
}

.podcast-header-meta > .podcast-duration {
    position: relative;
    padding-right: 16px;
}

.podcast-header-meta > .podcast-duration::after {
    content: "|";
    position: absolute;
    right: 4px;
}

.podcast-header-meta i.fa {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.podcast-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.podcast-video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.podcast-embed-container > iframe {
    width: 100%;
}

.podcast-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 40px 0 20px;
}

.podcast-details {
    font-size: 1rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.podcast-content,
.podcast-transcript {
    font-size: 1rem;
}

.podcast-content h3 {
    margin-top: 1.5rem;
}

.podcast-content a,
.podcast-transcript a {
    color: var(--secondary-color);
}

.podcast-transcript {
    margin: 30px 0;
}

.transcript-more {
    max-width: 80%;
    margin: 15px auto 0;
}

.btn-transcript-more {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
}

.btn-transcript-more::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s;
}

.btn-transcript-less::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s;
}
/*
.btn-transcript-more.show::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.btn-transcript-less.hide::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
*/
.morecontent span {
    display: none;
}

.less {
    position: relative;
    top: 5rem;
    color: #868686 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.morelink img {
    margin-left: 10px;
}

.progress {
    height: 10px;
    width: 100% !important;
}

.audio-player > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
}

.audio-player > .btn:last-child:not(:first-child),
.audio-player > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
}

.audio-player .btn-secondary:focus {
    box-shadow: none;
}

.fa-volume-up:before {
    font-size: 22px;
    color: #c7c7c7;
    /* margin-top: 4rem !important; */
    position: relative;
    top: 4px;
}

.fa-volume-down:before {
    font-size: 22px;
    color: #c7c7c7;
    /* margin-top: 4rem !important; */
    position: relative;
    top: 4px;
}

.fa-play:before {
    content: "\f04b";
    font-size: 24px;
    margin: 5px;
    line-height: 36px;
}

.btn-play-cs {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    background: #3a3a3a;
}

.more-img {
    display: none;
}

.top-podcast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px;
}

.date-cs {
    font-size: 0.8rem;
    font-family: var(--default-font);
}

.wrapper-podcast-block {
    border: 1px solid #d6d6d6;
    padding: 15px;
    box-shadow: 0 0 5px 0 #dedede;
}

.wrapper-podcast-block h4 {
    font-family: var(--default-font);
}

.wrapper-podcast-block p {
    font-size: 0.9rem;
    font-family: var(--default-font);
}

.share-paly-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-share {
    font-size: 0.8rem;
    font-family: var(--default-font);
    color: black !important;
    padding-top: 10px;
}

.btn-share:hover {
    font-size: 0.8rem;
    font-family: var(--default-font);
    text-decoration: none;
}

.breadcrumbs h3 {
    font-family: var(--default-font);
}

.title-center-podcast {
    font-size: 1.2rem;
    font-family: var(--default-font);
}

.more-episode h5 {
    font-size: 1rem;
    font-family: var(--default-font);
    text-transform: uppercase;
}

.wrapper-more-podcast {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wrapper-more-podcast .block-podcast {
    margin-bottom: 50px;
    width: 33.33%;
}

.block-podcast h6 {
    font-size: 0.75rem;
    font-family: var(--default-font);
}

.title-postcast {
    font-size: 1rem !important;
    font-weight: 600;
}

.block-podcast img {
    border-radius: 8px;
}

.wrapper-load-more {
    display: flex;
    justify-content: center;
}

.btn-load-more-podcast {
    background: #F0F0F0;
    color: grey;
    border: 1px solid #d8d8d8;
    padding: 12px 60px;
    border-radius: 4px;
}

.register-now {
    display: flex;
    justify-content: space-between;
    background: #3BAAE0;
}

.register-now .content-left {
    padding: 20px 50px;
}

.register-now .right-mascot {
    margin-top: -20px;
    margin-right: 10px;
}

.wrapper-left-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-left-top p {
    width: 70%;
    color: white;
    font-size: 1rem;
    font-family: var(--default-font);
}

.pd-podcast-register {
    padding: 5px 30px;
}

.flex-top-podcast {
    display: flex;
    justify-content: space-between;
}

.wrapper-podcast-player {
    margin: 20px 0 40px;
}

.morelink {
    float: right;
    position: relative;
    top: -20px;
    color: #151515 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.8rem;
    font-family: var(--default-font);
    align-items: center;
    display: flex;
    z-index: 91;
}

.wrapper-author-podcast {
    margin-bottom: 15px;
}

.wrapper-author-podcast h6 {
    margin-top: 5px;
    font-size: 0.8rem;
}

.wrapper-author-podcast img {
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}

.wrapper-author-podcast a {
    font-size: 0.8rem;
    font-family: var(--default-font);
    color: var(--secondary-color);
    padding: 5px 0;
}

.player-flex {
    display: flex;
    justify-content: space-between;
}

.right-bar {
    width: 90%;
}

.podcast-partners {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}

.podcast-partners > a {
    display: block;
    padding: 7.5px;
}

.podcast-partners img {
    max-width: 140px;
    height: 50px;
    width: 100%;
    object-fit: contain;
}

#contents .not-dojo-member-wrapper a,
.not-dojo-member-wrapper a {
    color: var(--secondary-color) !important;
}


@media (max-width: 992px){
    .podcast-partners > a {
        width: 33.33%;
    }
    
    .podcast-partners img {
        max-width: 100%;
        object-position: left;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .single-podcast .col-md-8 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .podcast-header-meta > .podcast-duration::after {
        display: none;
    }
    
    .podcast-header-meta {
        display: block;
    }
}

.podcast-content > ul {
    margin-left: 20px;
}