<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.castos-player .player__artwork {
    display: none;
}
.page-content.single-podcast-wrapper {
    width: 100% !important;
}
.castos-player .player__artwork {
    display: none;
}
.castos-player .player__main {
    display: block;
    }

.castos-player.dark-mode .close-btn{
    display: none !important;
}

.castos-player.dark-mode .player {
    background: #000 !important;
}
.castos-player .player__artwork {
    display: none;
}
.castos-player .player__main {
    display: block !important;
    }

.currently-playing {
    display: none;
}

.castos-player .player-panels-nav {
    display: none;
}

.castos-player .player {
    height: 70px !important;
    padding-left: 10px;
}

.podcast-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}
.main-podcast-box {
    background-color: transparent;
    margin: 30px 0;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.podcast-banner-content p {
    font-size: 16px;
    line-height: 1.7;
    font-family: 'GothamBook', sans-serif;
    color: #666666;
}
.podcast-banner {
    margin: 20px 0;
}
.podcast-banner img {
    max-width: 100%;
}
.castos-player .play-progress {
  margin-left: 0px !important; 
}

button.player-btn__fwd, button.player-btn__speed, button.player-btn__rwd {
   /* display: none!important; */
}
.castos-player .player-btn__volume {
   /* display: none !important; */
}
.no-podcast-found {
    text-align: center;
    padding-top: 50px;
}

.no-podcast-found h2 {
    padding: 20px 0 0;
    color: var(--red);
}

.no-podcast-found  p.center {
    text-align: center;
    margin: 10px 0 0;
}

.page-content.single-podcast-wrapper p{
    font-size: 14px;
    line-height: 1.4;
    font-family: 'GothamBook', sans-serif;}
.posdecast-main {

    margin-top: 20px;
}
.podcast-content h3 {
    margin: 0;
    font-size: 25px;
}
.podcast-content h4 {
    font-size: 15px;
    font-family: 'GothamBook';
    margin: 5px 0 0 0;
    color: var(--red);
    letter-spacing: 0.5px;
}
.single-podcast .posdecast-main {
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-podcast-box .post-title {
    font-size: 28px;
    margin-bottom: 10px;
}
/*==== css added on 17 June, 2020 =====*/
.podcast-main-wrapper {
    padding: 70px 0;
}
.posdecast-main {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.posdecast-main .podcast-image {
    width: 130px;
    overflow: hidden;
    position: relative;
}

.posdecast-main .podcast-content {
    width: calc(100% - 150px);
}

.posdecast-main .podcast-image img {
    height: 130px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.main-podcast-box .castos-player .player-btn__volume {
    background-image: url(../images/icon-volume-on.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent !important;
    opacity: 1;
    -webkit-mask-image: inherit;
}
.main-podcast-box .castos-player .player-btn__rwd {
    background-image: url(../images/icon-rwd.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent !important;
    opacity: 1;
    -webkit-mask-image: inherit;
}
.main-podcast-box .castos-player .player-btn__fwd {
    background-image: url(../images/icon-fwd.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent !important;
    opacity: 1;
    -webkit-mask-image: inherit;
}
.main-podcast-box .castos-player .player-btn__volume.off {
    background-image: url(../images/icon-volume-off.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent !important;
    opacity: 1;
    -webkit-mask-image: inherit;
}
.podcast-mobile-description {
    display: none;
}

@media (max-width:1460px) {
.podcast-banner-content p {
    font-size: 14px;
}
.podcast-content p {
    font-size: 14px;
}
}
@media (max-width:767px) {
 .podcast-main-wrapper {
    padding: 30px 0;
}
.podcast-mobile-description {
    display: block;
    padding-top: 20px;
}
.posdecast-main .podcast-content p, .posdecast-main .podcast-content hr {
    display: none;
}
.posdecast-main .podcast-image {
    width: 110px;
}
.posdecast-main .podcast-image img {
    height: 110px;
}
.posdecast-main .podcast-content {
    width: calc(100% - 125px);
}





}


@media (max-width: 760px) {
.castos-player .playback .playback__controls {
    grid-gap: 3px !important;
     grid-template-columns: repeat(4, auto) !important;

}
.castos-player .player__body {
    padding: 12px 4px 4px 4px;
}
.castos-player .player {
    padding-left: 0;
}
.castos-player .player-btn__speed {
    width: 26px !important;
}
.castos-player .playback__timers {
    font-size: 10px !important;
    }
   
}
@media (max-width: 576px) {
.castos-player .playback .playback__controls {
    grid-gap: 3px !important;
     grid-template-columns: repeat(4, auto) !important;

}
.castos-player .player__body {
    padding: 12px 4px 4px 4px;
}
.castos-player .player {
	padding-left: 0;
}
.castos-player .player-btn__speed {
    width: 26px !important;
}
.castos-player .playback__timers {
    font-size: 10px !important;
    }
 .posdecast-main .podcast-image {
    width: 100px;
} 
.posdecast-main .podcast-image img {
    height: 100px;
}  
.posdecast-main .podcast-content {
    width: calc(100% - 110px);
}
.main-podcast-box {
    padding: 10px;
    border-radius: 10px;
}
   
}
</pre></body></html>