section#podcast-page-header .container{
    position:relative;
    z-index:5
}
section#podcast-page-header img.show-logo{
    border-radius:7px;
    margin-bottom:20px;
    max-width: 220px;
}
section#podcast-page-header h1{
    font-weight:700;
    font-size:30px;
    line-height:34px;
    color:#fff
}
section#podcast-page-header h1.center{
    text-align:center
}
section#podcast-page-header h4{
    color:#fff;
    font-weight:500;
    width:100%;
    text-align:center
}
section#podcast-page-header .show-summary p{
    color:#ddd;
    font-size:16px;
    font-weight:500
}
section#podcast-page-header .show-summary p a{
    color:#ffc;
    text-decoration:none
}
section#podcast-page-header .show-summary p a:hover{
    text-decoration:underline
}
section#podcast-page-header .backdrop{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:top left no-repeat;
    background-size:cover;
    z-index:0;
    -webkit-filter:blur(15px);
    filter:blur(15px)
}
section#podcast-page-header.dark{
    background-color:#fff
}
section#podcast-page-header.dark h1{
    color:#333
}
section#podcast-page-header.dark p{
    color:#555
}
.podcast-table-wrap{
    border:solid 1px #ddd;
    background-color:#fff;
    overflow:hidden;
    border-radius:6px;
    margin-bottom:20px
}
.podcast-table-wrap .podcast-table{
    width:100%;
    float:left;
    margin-bottom:0!important;
    display: block;
}
.podcast-table-wrap .podcast-table tbody{
    display: block;
}
.podcast-table-wrap .podcast-table thead,.podcast-table-wrap .podcast-table thead tr{
    border-top:none!important
}
.podcast-table-wrap .podcast-table .podcast-image{
    width:30%;
    vertical-align:middle
}
.podcast-table-wrap .podcast-table .podcast-image img{
    border-radius:7px;
    margin-bottom:20px
}
.podcast-table-wrap .podcast-table .podcast-image span{
    font-size:33px
}
.podcast-table-wrap .podcast-table .podcast-title{
    vertical-align:middle;
    height:35px;
    width:70%;
    font-weight:500
}
.podcast-table-wrap .podcast-table .podcast-title .podcast-date{
    color:#666;
    font-size:12px;
    letter-spacing:.04rem
}
.podcast-table-wrap .podcast-table .podcast-title h5{
    font-weight:700;
    width: auto;
    float: left;
}
#podcast-episodes table tbody tr.podcast-row{
    position:relative;
}
#podcast-episodes table tbody tr td.title{
    width:82%
}
#podcast-episodes table tbody tr td.date{
    width:15%;
    font-size:13px
}
#podcast-episodes table tbody tr td.duration{
    width:5%;
    font-size:13px
}
#podcast-episodes table tbody tr td.play-podcast{
    width:5%
}
#podcast-episodes h5{
    margin-bottom: 25px;
    float: left;
    width: auto;
}
#podcast-episodes table tbody tr td span.trunc-title{
    float:left;
    font-weight:600;
    position:relative;
    padding-right:10px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    display: -webkit-box;
    /*
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
     overflow: hidden;
     */
     height: auto!important;
}

#podcast-episodes table tbody tr td .expanded-info{
    width:100%;
    float:left;
    padding-top:0;
    height:0px;
    opacity:0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
#podcast-episodes table tbody tr td .expanded-info .expanded-info-summary p {
    font-weight: normal!important;
}
#podcast-episodes table tbody tr td .expanded-info .expanded-info-summary p strong {
    font-weight: normal!important;
}
#podcast-episodes table tbody tr td span.icon{
    font-size:18px;
    border:solid 1px #666;
    width:30px;
    height:30px;
    text-align:center;
    line-height:28px;
    float:left;
    border-radius:100px;
    pointer-events: none!important;
}
#podcast-episodes table tbody tr.show{
    background-color: #bdfafe;
    background: rgb(189,250,254);
    background: linear-gradient(90deg, rgba(189,250,254,1) 0%, rgba(190,255,232,1) 100%);
}
#podcast-episodes table tbody tr.show td.play-podcast span{
    background-color: #FFF;
}
#podcast-episodes table tbody tr.show .expanded-info{
    display:block;
    height:auto;
    opacity:1;
    padding-top:5px
}
#podcast-episodes table tbody tr.show .expanded-info .expanded-info-socials .share-podcast .share-podcast-btn{
    margin-right:5px;
    border:solid 1px #ddd;
    width:26px;
    height:26px;
    line-height:20px;
    text-align:center;
    float:left;
    padding:0;
    border-radius:100px;
    background-color: #FFF;
}
#podcast-episodes table tbody tr.show .expanded-info .expanded-info-socials .share-podcast .share-podcast-btn:hover{
    border:solid 1px #999;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
#podcast-episodes table tbody tr.show .expanded-info .expanded-info-socials .share-podcast .share-podcast-btn:hover img{
    opacity:1
}
#podcast-episodes table tbody tr.show .expanded-info .expanded-info-socials .share-podcast .share-podcast-btn img{
    height:14px;
    opacity:0.7;
    pointer-events: none!important;
}
#podcast-episodes table tbody tr.show span.trunc-title{
    /*
    overflow:visible;
    height:auto
    */
}
#podcast-episodes table tbody tr.show span.trunc-title::after{
    display: none!important;
}
#podcast-episodes table tbody tr td .item-icon{
    display: none;
    color: #444;
    float: left;
}

#podcast-episodes table tbody tr td span.trunc-title {
    height: auto!important;
}

#podcast-episodes table tbody tr td span.trunc-title:after {
    display:none!important;
}

/*------ show page player ------*/
section#podcast-episode-player {
	padding-bottom: 0 !important;
	border-top: solid 1px #CCC;
	padding-top: 0;
	position: fixed;
	bottom: -300px;
	left: 0px;
	z-index: 500;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background:url('/media/og0ofkub/home-slider-bg-blur.png') center center no-repeat;
	background-size: cover;
}

section#podcast-episode-player .plyr__controls {
	background-color: transparent !important
}

section#podcast-episode-player .plyr__control {
	color: #FFF !important
}

section#podcast-episode-player span.divider {
	border-bottom: solid 1px #DDD;
	background-color: #FFF;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none!important;
}

section#podcast-episode-player #podcast-player-space {
	width: 5%;
	padding: .25rem .75rem;
	float: left
}

section#podcast-episode-player #podcast-player-space .playing-icon {
	text-align: center;
	font-size: 19px;
	width: 30px;
	float: left;
	color: red
}

section#podcast-episode-player #podcast-player-title {
	width: 76%;
	height: 30px;
	padding: .25rem .75rem;
	float: left;
	-webkit-marquee: auto medium infinite scroll normal;
	overflow-x: -webkit-marquee;
	font-weight: 500;
	color: #444
}

section#podcast-episode-player #podcast-player-date {
	width: 12.5%;
	padding: .25rem .75rem;
	float: left;
	font-size: 13px;
	color: #444
}

section#podcast-episode-player #podcast-player-duration {
	width: 5%;
	padding: .25rem .75rem;
	float: left;
	font-size: 13px;
	color: #444
}

section#podcast-episode-player #podcast-player-wrap {
	height: auto;
	border: none !important;
	background-color: transparent!important;
}

section#podcast-episode-player.show {
	bottom: 0px
}

/*------ show page pagination ------*/
#pagination-wrap{
    text-align:center!important;
}

#pagination-wrap .podcast-pagination{
    float:left;
    width: 100%;
    float: left;
    text-align: center;
}
#pagination-wrap .podcast-pagination .afr-pagination{
    float:none!important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.plyr--audio{
    background-color: transparent!important;
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
    color: #DDD!important;
}

#pagination-wrap .podcast-pagination .afr-pagination li{
    display: inline-block!important;
    float: none!important;
}

#header-page-info{
    float: right;
    width: auto;
}

#hidden-url {
    display: none;
}

@media(max-width: 991px){
    #podcast-episodes table tbody tr td.play-podcast {
        width: 10%;
        float: left;
    }
    #podcast-episodes table tbody tr td.date {

    }
    #pagination-wrap .podcast-pagination .afr-pagination li{
        display: inline-block!important;
        float: none!important;
        display:none!important;
    }
    #pagination-wrap .podcast-pagination .afr-pagination li:first-child{
        display: inline-block!important;
    }
    #pagination-wrap .podcast-pagination .afr-pagination li:last-child{
        display: inline-block!important;
    }
    .podcast-table-wrap .podcast-table thead{
        display: none!important;
    }
    #podcast-episodes table tbody tr{
        width: 100%;
        float: left;
    }
    #podcast-episodes table tbody tr td.date{
        width: auto;
        float: left;
        border: none;
        margin-left: 50px;
    }
    #podcast-episodes table tbody tr td.duration{
        width: auto;
        float: left;
        border: none;
    }
    
    #podcast-episodes table tbody tr td.title{
        width: 90%;
       float: left;
       min-height: 60px;
    }
    #podcast-episodes table tbody tr td .item-icon{
        display: block;
        margin-right: 5px;
    }
    /*#podcast-episodes table tbody tr td span.trunc-title {
        width: calc(100% - 55px);
        float: left!important;
    }*/
    #podcast-episodes table tbody tr span.trunc-title:after{
        display:none!important;
    }
    #podcast-episodes table tbody tr.show .expanded-info {
        width: calc(100% - 55px);
    }
    #podcast-episodes table tbody tr.show .expanded-info a {
        word-wrap: break-word;
    }
}

@media (max-width: 720px) {
    section#podcast-episode-player span.divider {
        display: none !important;
    }
}