/*-------------------
Theme Default CSS
--------------------*/
div#responsive-menu-container {
    display: none;
} 

*{
    word-wrap: break-word;
    outline: none!important
}
html{
    font-size: 20px
}

/************* 
    Default
*****************/
*:hover, *:focus, *:hover:focus{
    outline: none!important
}
.wprm-wrapper{
    display: none!important
}
html{
    font-size: 18px
}
body{
    min-width: 320px
}
a, a:hover{
    color: #bc1e2d
}
a, i.icons, button, input[type="submit"], .overlay {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
select:focus,
select:active{
    outline: none
}
.padding-dmv{
    padding-top: 5rem;
    padding-bottom: 5rem
}

.all-ep-wrapper {
    margin-top: 30px;
}
.margin-dmv{
    margin-top: 3rem;
    margin-bottom: 5rem
}
.mb2{
    margin-bottom: 2rem
}
h1{
    font-size: 2rem;
    font-weight: 600
}
h2, .h2{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}
h3, .h3{
    font-size: 1.556rem;
    font-weight: 600;
    line-height: 1.2
}
h4, .h4{
    color: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2
}
h2, .h2, h3, .h3, h4, .h4{
    color: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: inherit;
    font-family: inherit
}
/* .container{
    width: 77.778rem;
    padding-left: 0.833rem;
    padding-right: 0.833rem;
    max-width: 100%
} */
.container-stretched{
    width: 65rem;
    padding-left: 0.833rem;
    padding-right: 0.833rem;
    max-width: 100%
}
.space{
    padding-top: 5rem;
    padding-bottom: 5rem
}
.button--read, .btn-success.btn {
    min-width: 11.667rem;
    background-color: #bc1e2d;
    display: inline-block;
    line-height: 3.111rem;
    text-align: center;
    padding-left: 0.833rem;
    font-weight: 500;
    padding-right: 0.833rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    transition: none;
    text-decoration: none!important;
    margin-top: 2.222rem;

}
.btn-success.btn {
    margin-top: 0;
    padding: 0;
    height: 3.111rem;
    line-height: 1;
    font-weight: 500;
    margin: auto;
    position: relative;
    z-index: 2;
    letter-spacing: normal;
    font-size: 1rem!important;
    margin-top: 0.5rem
}
.button--read:hover, .button--read:focus, .btn-success.btn:hover{
    background-color: #d22031;
    color: #FFF
}
.btn-success.btn:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button--read:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    border: 1px solid #bc1e2d;
    left: 0.45rem;
    top: 0.45rem;
}
.button--read:hover:before{
    border-color: #d22031;
}
.dmv-heading-sep:after {
    width: 3.889rem;
    height: 0.278rem;
    background-color: #bb1f2d;
    content: "";
    display: block;
    margin-top: 1rem!important;
}
p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.text-center .dmv-heading-sep:after{
    margin-left: auto;
    margin-right: auto
}
.link-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}





/************* 
    BANNER
*****************/
.page-banner{
    display: none!important
}

.seo-inside-banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}


.seo-inside-banner-section {
    background-color: #191432;
    color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    min-height: 650px;
    position: relative;
}

.seo-inside-header {
    padding-top: 0;
    padding-bottom: 20px;
    width: 220px;
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.seo-inside-header img{
    width: 100%;
    height: 100%
}
.seo-inside-banner {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.seo-inside-banner-content {
    width: 58%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.75;
    position: relative;
    z-index: 1;
    text-align: center;
}
.seo-inside-banner-inner p {
    font-size: 24px;
}
.seo-inside-banner-inner .bannerbtn {
    padding: 10px;
    min-width: 181px;
    max-width: 181px;
    margin-left: auto;
    margin-right: auto;
}

.bannerbtn {
    background-color: transparent;
    border: 2px solid #fff;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 1.05rem 2rem;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 18rem;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    max-width: 18rem;
    justify-content: center;
}
.bannerbtn svg{
    margin-left:5px;
}

.bannerbtn svg * {
    stroke: #fff;
}

.bannerbtn:hover {
    color: #000;
    background: #fff;
}

.bannerbtn:hover svg * {
    stroke: #000;
}

.seo-inside-banner-content h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 4.389rem;
    line-height: 1;
    margin:0!important;
    padding: 0!important;
    font-weight: 700;
    letter-spacing: 3px;
    height: 0;
    font-size: 0!important;
    line-height: 0;
    opacity: 0;
    display: block
}

.banner-subscriber-listing-bottom {
    background: rgba(0,0,0, 0.52);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	z-index: 2;
}

.banner-subscriber-listing-bottom a {
    display: inline-block;
    margin: 0 25px;
}
.banner-subscriber-listing-bottom a svg{
    width: 85px;
    height: 85px;
}
.banner-subscriber-listing-bottom a svg, .banner-subscriber-listing-bottom a img {
    max-width: 195px;
}
/*
.seo-inside-banner-right{
    width: 63%;
    position: relative;
    display: flex
}
.seo-inside-banner-inner {
    transform: translateY(-4.167rem);
    padding-right: 2.5rem
}
.seo-inside-banner-attorney {
    display: flex;
    align-items: flex-end;
    width: 75%;
}
.seo-inside-banner-attorney img {
    margin-left: -4.167rem;
    width: 30.278rem;
    max-width: none;
}
.seo-inside-banner-subscribe {
    width: 53%;
    padding: 1.667rem;
    color: #fff;
    margin-left: -8.5rem;
    box-shadow: inset 0 0 5000px 5000px rgba(0,0,0,0.055);
}*/

.seo-inside-banner-form h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 2.111rem;
    margin-bottom: 0.556rem;
    padding-bottom: 0;
    line-height: 1
}
.form-description-dmv {
    font-size: 0.778rem;
    line-height: 1.65;
    color: #6e6e70;
}
.form-description-dmv p{
    margin-bottom: 0.833rem
}
.seo-inside-banner-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    height: 2.333rem
}
.seo-inside-banner-form textarea, .seo-inside-banner-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
    background-color: transparent;
    border-bottom: none!important;
    border-width: 0 0 1px 0!important;
    border-style: solid!important;
    border-color: #ccc!important;
    padding: 0!important;
    font-size: 0.9rem!important
}
.seo-inside-banner-form textarea{
    height: 5.556rem;
    margin-top: 0.556rem;
    width: 100%;
    resize: none;
    display: block
}
.seo-inside-banner-form form label.error {
    top: 100%;
    bottom: auto;
    border-radius: 0
}
.seo-inside-banner-form form label.error:before {
    content: "";
    width: 0.444rem;
    height: 0.444rem;
    background-color: #cc0000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -0.222rem;
    outline: none;
    border: none!important;
    transform: rotate(45deg);
}
.seo-inside-banner-form .controls > div:last-child .form-group {
    margin-bottom: 0;
    width: 11.667rem;
    height: 3.111rem;
    margin: 0 auto;
    position: relative;
}
.seo-inside-banner-form .submit-form:after {
    content: "";
    width: 11.667rem;
    position: absolute;
    height: 100%;
    border: 1px solid #bc1e2d;
    left: 0;
    top: 0.556rem;
    right: 0;
    margin: auto;
    transform: translateX(0.5rem);
}
.btn-success-submit {
    height: 3.111rem;
    line-height: 1;
    font-weight: 500;
    margin: auto;
    position: relative;
    z-index: 2;
    letter-spacing: normal;
    font-size: 1rem!important;
    margin-top: 0.5rem;
    width: 11.667rem;
    background-color: #bc1e2d;
    display: block;
    text-align: center;
    padding-left: 0.833rem;
    font-weight: 500;
    padding-right: 0.833rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    transition: none;
    margin-top: 1.5rem;
    border-radius:0;
}
.btn-success-submit:hover, .btn-success-submit:focus {
    background-color: #d22031;
    color: #FFF;
    box-shadow: none!important
}
.seo-inside-banner-form .form-group, .seo-inside-banner-form .wpcf7-form-control-wrap{
    float: none
}
.wpcf7-form-control-wrap{
    display: block
}
span.wpcf7-not-valid-tip {
    line-height: 1;
    color: #FFF;
    font-size: 12px!important;
    background-color: #c00;
    padding: 4px;
    margin: 0;
    top: 100%;
    bottom: auto;
}
span.wpcf7-not-valid-tip:before {
    content: "";
    width: 0.444rem;
    height: 0.444rem;
    background-color: #cc0000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -0.222rem;
    outline: none;
    border: none!important;
    transform: rotate(45deg);
}
.seo-inside-banner-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #404040!important;
}
.seo-inside-banner-form ::-moz-placeholder { /* Firefox 19+ */
    color: #404040!important;
}
.seo-inside-banner-form :-ms-input-placeholder { /* IE 10+ */
    color: #404040!important;
}
.seo-inside-banner-form :-moz-placeholder { /* Firefox 18- */
    color: #404040!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    border: none;
    position: absolute;
    margin-top: 0;
    padding: 0;
    color: #fff;
    font-size: 11px;
    color: red;
    line-height: 1;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0.5rem;
}
.form-group{
    position: relative
}
div.wpcf7 .ajax-loader{
    top: 0
}
div.wpcf7-mail-sent-ok{
    color: green
}
/*
.banner-subscriber-box {
    display: flex;
    align-items: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    position: relative;
    text-transform: uppercase
}
.banner-subscriber-box-icon {
    width: 5rem;
    height: 5rem;
    background-color: rgba(0,0,0,0.15);
    border-radius: 0;
    margin-right: 1.15rem;
}

.banner-subscriber-box-icon svg,
.banner-subscriber-box-icon img{
    width: 100%;
    height: 100%;
    transform: scale(0.65)
}
.banner-subscriber-box-icon svg path{
    fill: #FFF
}
.banner-subscriber-listing > div+div {
    border-top: 1px dashed rgba(255,255,255,0.35);
}
.banner-subscriber-listing > div:last-child{
    padding-bottom: 0
}
h2.subscriber-heading-sep {
    font-size: 1.65rem;
    margin-bottom: 0.75rem;
    margin-top: 0
}
.banner-subscriber-box-heading {
    font-size: 1.25rem;
    font-weight: 600;
}
*/

/************* 
   FEATURED EPISODE
*****************/
.featured-episode-listing .h2, 
.featured-episode-listing h2{
    color: #000
}
.featured-episodes {
    display: flex;
    justify-content: space-between;
}
.featured-episode-listing{
    width: 35.5%
}
.featured-episode-listing-box{
    padding: 1rem;;
    margin: 0 0.5rem 0 0.5rem;
    background-color: #FFF; 
    position: relative;
    cursor: pointer;
    height: 150px;
    display: flex;
    align-items: center
}

.slick-current.slick-active .featured-episode-listing-box:after, .slick-current .featured-episode-listing-box:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-color: #bb1f2d;
    left: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}
.featured-episode-listing-box:hover{
    box-shadow: -3px 0px 7px 1px rgba(0,0,0,0.1);
    z-index: 1
}
.featured-episode-listing-box-inner{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}
.featured-episode-thumb {
    width: 35%;
    height: 100px;
    background-position: center;
    background-size: cover;
}
.featured-episode-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.featured-episode-info{
    width: 60%;
    line-height: 1.55;
    padding-right: 10px;
}
.featred-dmv-heading{
    padding-left: 1rem
}
.featured-episode-large{
    width: 60.5%;
}
.featured-large-episode-box {
    height: 394px;
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    border-radius: 24px;
    overflow: hidden;
}
.large-episode-bg:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc1f2e+0,bc1f2e+29,434345+100 */
    /* background: rgb(188,31,46);  Old browsers */
    /*  background: -moz-linear-gradient(left,  rgba(188,31,46,1) 0%, rgba(188,31,46,1) 29%, rgba(67,67,69,1) 100%); FF3.6-15 */
   /*  background: -webkit-linear-gradient(left,  rgba(188,31,46,1) 0%,rgba(188,31,46,1) 29%,rgba(67,67,69,1) 100%); Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right,  rgba(188,31,46,1) 0%,rgba(188,31,46,1) 29%,rgba(67,67,69,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1f2e', endColorstr='#434345',GradientType=1 ); /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
}
.featured-episode-listing .slick-prev {
    background-image: url(../img/next-up.svg);
    left: auto;
    right: 2.75rem;
}
.featured-episode-listing .slick-prev:hover{
    opacity: 1;
    background-image: url(../img/next-up-red.svg);
}
.featured-episode-listing .slick-next{
    background-image: url(../img/next-down.svg);
    right: 0
}
.featured-episode-listing .slick-next:hover{
    background-image: url(../img/next-down-red.svg);
    opacity: 1;  
}
.featured-episode-listing .slick-prev, .featured-episode-listing .slick-next {
    top: auto;
    bottom: -3.5rem;
    z-index: 111;
    width: 1.9rem;
    height: 1.9rem;
    background-size: 1.9rem 1.9rem; 
}
.featured-episode-listing .slick-prev:before, 
.featured-episode-listing .slick-next:before{
    content: none
}
.featured-episode-listing .dmv-heading-sep:after{
    margin-bottom: 1.5rem
}
.large-episode-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.95;
}
.featured-episode-large-content {
    position: absolute;
    z-index: 2;
    width: 58%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 2.25rem;
}
.episode-counter-large{
    font-size: 1.75rem;
    font-weight: 300;
    margin-top: 1rem
}
.episode-name-large {
    font-size: 1.625rem;
    font-weight: 600;
    margin-top: 1rem;
    line-height: 1.25
}
.jp-type-single-large-episode, .dmp-jp-gui-jp-interface-large{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%!important;
    left: 0;
    background: transparent
}
.featured-episode-large .jp-details, .featured-episode-large .jp-playlist, .featured-episode-large .jp-interface{
    background-color: transparent
}
.featured-episode-large .jp-audio .jp-type-single .jp-progress {
    top: auto;
    bottom: 0;
}
.featured-episode-large  .jp-audio .jp-type-single .jp-time-holder {
    left: 0;
    width: 97%;
    bottom: 1rem;
    top: auto;
    color: #FFF;
    right: 0;
    margin: auto;
}
.featured-episode-large .jp-audio .jp-controls {
    width: 6rem;
    text-align: center;
    height: 6rem;
    margin: auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}
.featured-episode-large .jp-play {
    float: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent!important;
}
.jp-play-large-control {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2rem
}
.jp-play-large-control-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 50%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.65);
}
.jp-button-state svg, .jp-button-state img {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.jp-button-state svg path{
    fill: #6b6b6b;
    width: 100%;
    height: 100%
}
.jp-state-playing .jp-button-state.play-svg-mode{
    display: none
}
.jp-state-playing .jp-button-state.jp-button-pause-state{
    display: block!important
}
.jp-state-playing .jp-button-state.jp-button-pause-state svg, .jp-state-playing .jp-button-state.jp-button-pause-state img{
    left: 50%
}
.jp-state-playing .jp-button-state.jp-button-pause-state svg path{
    fill: #bb1f2d
}

.jp-play:focus .jp-play-large-control-inner svg path{
    fill: #fff
}
.jp-play:focus .jp-play-large-control{
    background-color: rgba(188, 30, 45, 0.15); 
}
.jp-play:focus .jp-play-large-control-inner{
    background-color: #bb1f2d
}
.jp-play:focus .jp-play-large-control-inner svg path{
    fill: #FFF
} 
.slick-current.slick-active .featured-episode-listing-box, .slick-current .featured-episode-listing-box{
    box-shadow: -3px 0px 7px 1px rgba(0,0,0,0.1);
    background-color: #bb1f2d;
    z-index: 1;
}
.slick-current.slick-active .featured-episode-listing-box .episode-name, .slick-current  .featured-episode-listing-box .episode-name,
.slick-current.slick-active .featured-episode-listing-box .episode-counter, .slick-current .featured-episode-listing-box .episode-counter{
    color: #FFF
}
.featured-episode-listing .slick-active+.slick-active+.slick-active+.slick-active{
    position: relative
}
/*.featured-episode-listing .slick-active+.slick-active+.slick-active+.slick-active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(240,249,255,0) 0%, rgba(252,254,255,1) 80%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(240,249,255,0) 0%,rgba(252,254,255,1) 80%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(252,254,255,1) 80%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 );
}*/
.jp-duration{
    padding-right: 5px
}


/************* 
  Youtube Episode
*****************/
.youtube-episode-view {
    font-size: 1.75rem;
    font-weight: 300;
    position: relative;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
}
.episode-video-counter{
    margin-top: 1rem
}
/* .youtube-episode-video-holder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
} */

.youtube-episode-video-holder {
    position: relative;
    /* padding-bottom: 56.25%; */
    /* padding-top: 25px; */
    height: 100%;
    position: absolute;
    top: 0;
    /* transform: translate(-50%,-50%); */
    left: 0;
    width: 100%;
}
.youtube-episode-video-holder iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.episode-video-icon {
    width: 98px;
    height: 98px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.episode-video-icon-inner {
    width: 61px;
    height: 61px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.episode-video-icon-inner svg{
    width: 21px;
    height:30px;
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.episode-video-icon-inner svg path {
    fill: #6b6b6b;
}
.episode-video-icon-inner:hover path{
    fill: red;  
}


/************* 
  SUBSCRIBER
*****************/
.dmv-subscriber-container {
    background: #b9a8b1 url(../img/subscribe-bg.jpg) no-repeat center/cover;
    border: 0.5rem solid #c3c9dd;
    border-radius: 1.5rem;
    color: #FFF;
    box-shadow: -4px 5px 18px 1px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    padding: 1rem 2.5rem;
    justify-content: space-between;
}
.dmv-subscriber-container h2, .dmv-subscriber-container .h2{
    color: #FFF;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2rem;
}
.dmv-subscriber-container .dmv-heading-sep:after {
    margin-top: 0.3rem!important;
}
.dmv-subscriber-listing {
    display: flex;
}
.dmv-subscriber-box-icon{
    width: 3.75rem;
    height: 3.75rem; 
    margin-bottom: 0.75rem
}
.dmv-subscriber-box-icon img, .dmv-subscriber-box-icon svg {
    width: 100%;
    height: 100%
}
.dmv-subscriber-box-icon svg path{
    fill: #FFFFFF
}
.dmv-subscriber-box {
    text-align: center;
    font-weight: 600;
    position: relative;
    margin: 0 3rem;
}
.dmv-subscriber-listing > div:last-child{
    margin-right: 1rem
}
.dmv-subscriber-box-heading{
    line-height: 1.25
}

/************* 
   EPISODE
*****************/
.seo-inside-episode .h2, .seo-inside-episode h2{
    color: #000
}
.seo-inside-episode-counter{
    font-size: 1.222rem;
    color: #a3a3a3;
    margin-bottom: 1rem
}
.episode-counter{
    color: #000
}
.episode-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.278rem;
    margin-right: -1.278rem;
}
.episode-listing-wrap > div {
    width: calc(33.33% - 1rem);
    margin: 0.5rem;
    border: 1.111rem solid #FFF;
    position: relative

}
.episode-listing-wrap > div:after {
    content: "";
    height: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all ease-in-out 0.5s
}
.episode-list-image-holder{
    background-color: #bc1e2d;
    height: 23.889rem;
    position: relative 
}
.full-view-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover
}



@media(min-width:768px){
    .episode-listing-wrap > div:hover{
        box-shadow: -4px 5px 18px 1px rgba(0,0,0,0.15);  
    }
}

/*** Media ***/
.jp-audio, .jp-audio .jp-controls {
    max-width: 100%;
    width: 100%
}
.jp-details, .jp-playlist, .jp-interface{
    /*    background-color: #FFF;*/
    background-color: transparent
}
.jp-audio, .jp-audio-stream, .jp-video{
    border:none
}
.jp-play {
    width: 2.222rem;
    height: 2.222rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jp-state-playing .jp-play:focus, .jp-play:focus{

}
.jp-audio .jp-interface, .jp-audio-stream .jp-interface{
    height: auto
}
.jp-audio .jp-controls {
    padding:0;
}
.jp-audio .jp-type-single .jp-progress {
    left: 6.111rem;
    width: 10.333rem;
}
.jp-audio .jp-type-single .jp-time-holder{
    left: 6.111rem;
    width: 10.333rem;
    top: 2.778rem
}
.jp-audio .jp-progress {
    position: absolute;
    top: 1.778rem;
    height: 0.833rem;
}
.jp-volume-controls {
    position: absolute;
    top: 1.778rem;
    left: 17.111rem;
    width: 11.111rem;
    max-width: 100%;
    display: none
}
.jp-mute, .jp-volume-max {
    width: 1rem;
    height: 0.85rem;
}
.jp-volume-max {
    left: 4.111rem;
}
.jp-volume-bar {
    top: 0.278rem;
    left: 1.222rem;
    width: 2.556rem;
    height: 0.278rem;
}
.jp-volume-bar-value{
    height: 0.278rem 
}
.jp-next, .jp-previous, .jp-stop {
    width: 1.556rem;
    height: 1.556rem;
    margin-top: 0.333rem;
}
.jp-stop{
    margin-left: 0.556rem  
}
.jp-audio .jp-type-single .jp-toggles{
    display: none
}

/*******/
.dmp-jp-gui-jp-interface {
    position: relative;
    padding-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jp-audio .jp-type-single .jp-progress {
    left: 0;
    width: 100%;
    top: 0;
    height: 0.5rem;
}
.jp-audio .jp-type-single .jp-time-holder {
    left: 0;
    width: 100%;
    top: 1rem;
}
.jp-current-time{
    text-align: left
}
.jp-volume-controls {
    position: absolute;
    top: 2.35rem;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.jp-audio .jp-controls {
    width: 4.6rem;
}
.episode-name{
    color: #a6a6a6;
    font-weight: 600;
    font-size: 1rem
}
.episode-info {
    text-align: left;
    width: calc(100% - 5.5rem);
}
.jp-state-playing .episode-name{
    color: #bb1f2d;

}
.episode-listing-wrap > div:hover:after{
    width: 0
}
.podcast-content-description {
    margin-top: 20px;
    text-align: left;
    color: #454545;
    font-family: ABeeZee;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.popbutton-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.popbutton-section .read-btn, .popbutton-section .download-btn {
    font-size: 16px;
}

.popbutton-section .read-btn{
    color: #787878;
}

.popbutton-section .download-btn {
    color: #92222D;
    background-image: url(../img/download-red.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
    display: inline-block;
    padding-right: 30px;
}

.popbutton-section .read-btn:hover, .popbutton-section .download-btn:hover{
    color: #13a8e4;
}

.popbutton-section .download-btn:hover {    
    background-image: url(../img/download-blue.svg);
}


/**** Post Detail :- Content *****/
.post-content{
    line-height: 2
}
.episode-detail-number {
    background-color: #bb1f2d;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.65rem;
}
.outer-overlay {
    position: relative;
    padding-top: 1rem;
    padding-left: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.shadow-bottom {
    box-shadow: 0 9px 10px -5px rgba(0,0,0,.5);
}
.outer-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f1f1f1;
    width: 95%;
    height: 92%;
}
.large-episode-bg img {
    height: 100%;
}
.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
.single h1 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    text-align: left;
    display: block
}

/****** Only Featured *******/
.only-featured-seo-insider > div{
    margin-top: 35px;
    margin-bottom: 35px
}
.only-featured-seo-insider{
    width: 720px;
    margin: auto;
}
.only-featured-seo-insider .featured-large-episode-box {
    height: 405px;
}

.featured-title{
    margin-top: 70px;
}


.transcript-content-box h4{
    margin-bottom: 10px
}


@media(min-width:992px){
    .single-our_podcast .dmv-subscriber-container h2, .single-our_podcast .dmv-subscriber-container .h2{
        font-size: 1.75rem;  
    }
}

@media(min-width:1200px){
    .all-ep-wrapper .container{
        width: 1180px;
        max-width: 98%;
    }
    .only-featured-seo-insider {
        width: 1180px;
        margin: auto;
        max-width: 98%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around;
    }  
    .only-featured-seo-insider > div {
        width: 33.333333333333%;
        padding: 0 8px;
    }

    .only-featured-seo-insider .featured-large-episode-box {
        height: 214px;
    }
    h2 {
        font-size: 45px; 
    }
}

@media(min-width:1400px){ 
    .bg-fixed{
        background-attachment: fixed
    }  
    .all-ep-wrapper .container{
        width: 1370px; 
    }
    .featured-large-episode-box {
        height: 461px; 
    }
    .only-featured-seo-insider {
        width: 1370px;
    }

    .only-featured-seo-insider > div { 
        padding: 0 10px;
    }

    .only-featured-seo-insider .featured-large-episode-box {
        height: 248px;
    }
    .podcast-content-description {
        font-size: 16px;
    }


}

@media(min-width:1600px){
    .featured-large-episode-box {
        height: 502px;
    }
    .featured-episode-listing-box { 
        height: 170px; 
    }
    .popbutton-section .read-btn, .popbutton-section .download-btn{
        font-size: 18px;
    }

    .all-ep-wrapper .container{
        width: 1500px; 
    }
    .only-featured-seo-insider {
        width: 1500px;
    }
    .episode-video-icon {
        width: 108px;
        height: 108px;
    }
    .episode-video-icon-inner {
        width: 71px;
        height: 71px;
    }
    .episode-video-icon-inner svg{
        width: 26px;
    }
    .only-featured-seo-insider .featured-large-episode-box {
        height: 271px;
    }   

    .podcast-content-description { 
        font-size: 18px;
    }
}

@media(max-width:1799px){
    h2.subscriber-heading-sep {
        margin-bottom: 0.75rem;
    }
}

@media(max-width:1600px){
    html {
        font-size: 16px;
    }
    .jp-play{
        width: 2.5rem;
        height: 2.5rem;
    }
    .jp-next, .jp-previous, .jp-stop {
        width: 1.756rem;
        height: 1.75rem;
    }
    .jp-audio .jp-controls {
        width: 5.6rem;
    }
    .episode-info {
        width: calc(100% - 6.5rem);
    }
}


/**** Banner ***/
@media(max-width:1599px){
    .seo-inside-banner-section{
        padding-top: 100px
    }
}

@media(max-width:1299px){
    html{
        font-size: 15px
    }



    /**** Episode Listing ***/
    .jp-next, .jp-previous, .jp-stop {
        width: 1.875rem;
        height: 1.85rem;
    }
    .jp-play {
        width: 2.7rem;
        height: 2.7rem;
    }
}

@media(max-width:1199px){
    .container {
        width: 65rem;
    }
    /**** Banner ****/
    .seo-inside-banner-content h1{
        font-size: 3.5rem
    }
    .seo-inside-banner-form h3{
        font-size: 1.65rem
    }
    h2.subscriber-heading-sep {
        font-size: 1.55rem;
    }
}

@media(max-width:991px){
    .container {
        width: 94%;
    } 
    .header-consultation::before{
        content: none
    }
    .page-template-seo-insider .header-book-appointment a {
        width: 194px;
        height: 71px;
    }
    .button--read, .btn-success.btn {
        min-width: 8.667rem;
    }


    /**** Banner ****/
    .seo-inside-banner-content h1 {
        font-size: 2.75rem;
    }
    .seo-inside-banner-attorney img {
        margin-left: -8.167rem;
    }
    .seo-inside-banner-form .row > div{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h2.subscriber-heading-sep {
        font-size: 1.75rem;
    }

    /**** Featured ****/
    .featured-episode-large-content{
        width: 80%
    }
    .featured-episode-listing h2,    .featured-episode-listing .h2 {
        font-size: 1.6rem;
    }
    .featured-large-episode-box {
        height: 16rem;
    }

    /**** Subscriber ****/
    .dmv-subscriber-section h2,  .dmv-subscriber-section .h2 {
        font-size: 1.75rem;
    }
    .dmv-subscriber-box{
        margin: 0 2rem;   
    }

    /**** Episode Listing ***/
    .episode-list-image-holder {
        height: 18rem;
    }
    .episode-listing-wrap > div {
        width: calc(33.33% - 0.5rem);
        margin:0.75rem 0.25rem;
        border-width: 0.75rem;
    }

    /*** Arrow ***/
    .slick-common-arrow svg, .slick-common-arrow img{
        opacity: 0.65
    }
    .episode-video-icon, .featured-episode-large .jp-audio .jp-controls {
        transform: scale(0.65);
    }
    .episode-name {
        font-size: 13px;
        line-height: 1.35
    }  
    .episode-name-large {
        font-size: 1.25rem;
        margin-top: 0.5rem;
    }
    .episode-counter-large {
        font-size: 1.5rem;
        margin-top: 0.5rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .header-left-content {
        padding-right: 32px;
    }
}

@media(max-width:820px){
    .button--read, .btn-success.btn{
        font-size: 14px
    }
    .popbutton-section .button--read{
        margin:10px 5px!important
    }
    .dmv-subscriber-box{
        margin-left: 1.15rem;
        margin-right: 1.15rem
    }
}


@media(max-width:767px){
    /*** Common ****/    
    .container{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    } 
    .seo-inside-banner-right{
        display: block
    }
    .seo-inside-banner-inner{
        padding-right: 0
    }
    .seo-inside-header{
        padding-top: 0
    }
    .seo-inside-header{
        width: 260px
    }
    .seo-inside-banner-subscribe{
        margin-left: 0
    }
    .button--read:before{
        content: none
    }
    body{
        padding-top: 0
    }
    .seo-inside-banner-content h1 {
        font-size: 2em;
    }
    h1 {
        text-align: center;
    }
    h2, .h2{
        font-size: 1.5rem
    }
    h3, .h3{
        font-size: 1.35rem
    }
    h4, .h4{
        font-size: 1.25rem
    }
    h5, .h5{
        font-size: 1.15rem
    }
    h6, .h6{
        font-size: 1.05rem
    }
    .margin-dmv {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .padding-dmv {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /*** Banner ****/
    .seo-inside-banner {
        flex-direction: column-reverse;
    }
    .seo-inside-banner-attorney, .seo-inside-banner-content {
        display: block;
    }
    .seo-inside-banner-form, .seo-inside-banner-subscribe {
        position: static;
        transform: none;
        position: relative;
    }
    .seo-inside-banner-attorney {
        margin-bottom: -5rem;
    }
    .seo-inside-banner-content, .seo-inside-banner-right, .seo-inside-banner-attorney,   .seo-inside-banner-form, .featured-episode-listing, .seo-inside-banner-subscribe{
        width: 100%
    }
    .seo-inside-banner-attorney img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 22rem;
        max-width: 100%
    }
    .form-description-dmv {
        font-size: 0.95rem;
    }
    .seo-inside-banner-inner{
        transform: none
    }
    .seo-inside-banner-content h1 {
        margin-bottom: 0.5rem;
    }
    .seo-inside-banner-content .button--read{
        margin: 1rem auto 0
    }
    .seo-inside-banner-content {
        text-align: center;
    }
    h2.subscriber-heading-sep{
        text-align: center
    }
    .seo-inside-banner-subscribe {
        background-color: #009eff;
    }

    /*** Detail ****/  
    .single-our_podcast .featured-large-episode-box {
        height: 20rem;
    }


    /**** Featured ***/
    .featured-slider-nav{
        display: none
    }
    .featured-episodes {
        display: block;
        margin-bottom: 5rem;
    }
    .featured-episode-large{
        width: 100%
    }
    .featred-dmv-heading {
        padding-left: 0;
        text-align: center;
    }
    .featured-episode-listing .dmv-heading-sep:after {
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .featured-episode-large-content {
        width: 100%;
    }
    .featured-large-episode-box {
        height: 23rem;
    }
    .episode-counter-large, .episode-name-large {
        font-size: 1.5rem;
    }
    .featured-episode-large .slick-prev, .featured-episode-large .slick-next{
        width: 1.889rem;
        height: 1.889rem;
        cursor: pointer; 
        bottom: -4rem;
        top: auto;

    }
    .featured-episode-large .slick-prev:before, .featured-episode-large .slick-next:before{
        content: none
    }
    .featured-episode-large .slick-prev{
        background: url(../img/prev-page.svg) no-repeat;
        background-size: 1.889rem 1.889rem;
        left: calc(50% - 2.5rem);
    }
    .featured-episode-large .slick-next{
        background: url(../img/next-page.svg) no-repeat;
        background-size: 1.889rem 1.889rem;
        right: calc(50% - 2.5rem);
    }
    .slider-nav{
        display: none!important
    }

    /*** Subscriber ***/
    .dmv-subscriber-container{
        height: auto;
        display: block;
        text-align: center;
        padding: 2rem
    }
    .dmv-subscriber-container .dmv-heading-sep:after {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem!important;
    }
    .dmv-subscriber-section h2, .dmv-subscriber-section .h2 {
        margin-bottom: 1.5rem;
    }
    .dmv-subscriber-listing {
        justify-content: center;
    }

    /*** Episode Listing ***/
    .episode-listing-wrap{
        margin-left: 0;
        margin-right: 0
    }
    .episode-listing-wrap > div {
        width:100%;
        margin: 30px auto;
        border: none
    }
    .seo-inside-episode-counter{
        margin-bottom: 0
    }




    /****** Only Featured *******/
    .only-featured-seo-insider, .featured-large-episode-box {
        width: 530px;
        margin: auto;
    }
    .only-featured-seo-insider .featured-large-episode-box, .featured-large-episode-box {
        height: 298px;
    }    

	
	.seo-inside-banner-section {
		min-height: 713px;
	}

}

@media(max-width:575px){
    /***** Featured ****/  
    .featured-episode-large-content{
        padding: 30px 15px
    }

    /***** Subscriber ****/  
    .dmv-subscriber-listing{
        flex-wrap: wrap
    }
    .dmv-subscriber-listing > div{
        width: 46%;
        padding: 10px;
        margin: 0
    }
    .dmv-subscriber-box-icon {
        margin-left: auto;
        margin-right: auto;
    }


    /****** Only Featured *******/
    .only-featured-seo-insider, .featured-large-episode-box {
        width: 420px;
        margin: auto;
    }
    .only-featured-seo-insider .featured-large-episode-box, .featured-large-episode-box {
        height: 240px;
    } 

}


@media(max-width:479px){

    /***** Header ****/   


    /***** Featured ****/      
    .episode-list-image-holder {
        height: 14rem;
    }
    .featured-large-episode-box {
        height: 20rem;
    }

    /*** Detail ****/  
    .single-our_podcast .featured-large-episode-box {
        height:15rem;
    }

    /***** Subscriber ****/   
    .dmv-subscriber-box {
        margin: 0 1.5rem;
    }
    .dmv-subscriber-container{
        padding-left: 15px;
        padding-right: 15px
    }
    .dmv-subscriber-section h2, .dmv-subscriber-section .h2 {
        font-size: 1.5rem;
    }   

}


@media(max-width:440px){
    /****** Only Featured *******/
    .only-featured-seo-insider, .featured-large-episode-box {
        width: 360px;
        max-width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .only-featured-seo-insider .featured-large-episode-box, .featured-large-episode-box {
        height: 200px;
    } 
    .episode-counter-large, .episode-name-large {
        font-size: 1.15rem;
    }
    .episode-video-counter {
        font-size: 21px;
    }
}


@media(max-width:399px){

    /***** Subscriber ****/  
    .dmv-subscriber-listing > div:first-child{
        margin-left: 0
    }
    .dmv-subscriber-listing > div:last-child{
        margin-right: 0
    }
    .dmv-subscriber-box-heading {
        font-size: 0.9rem;
    }
    .dmv-subscriber-box-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

}


@media(max-width:375px){
    h2.subscriber-heading-sep {
        font-size: 1.55rem;
    }
}


.content-list-podcast ul li .vTimeBox {
    color: #007bff;
    font-weight: 600;
}

.featured-title h2.has_line {
    text-transform: uppercase;
    color: #000;
    position: relative;
}


.has_line::after {
    position: absolute;
    width: 120px;
    height: 4px;
    background: #0059b6;
    content: '';
    bottom: -5px;
    right: 0;
}

.text-center .has_line:after {
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}


.all-ep-wrapper .has_line {
    text-transform: uppercase;
    color: #000;
    position: relative;
    display: inline-block;
}



.all-ep-wrapper .has_line::after {
    margin: 10px auto 15px;
    display: block;
    bottom: auto !important;
    right: 0 !important;
    left: 0 !important;
}



/* podcast page css */
.podcast-bottom-image {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.podcast-bottom-image img {
    width: 100%;
}
.banner-middle-content .row {
    align-items: center;
    justify-content: center;
}
.banner-podcast-image {
    padding-right: 30px;
}
.banner-middle-content { 
    margin: auto;
    padding-top: 30px;
}
.banner-mid-content {
    position: relative;
    width: 100%;
    padding-left: 25px;
    text-align: left;
}
.banner-mid-content, .banner-mid-content p {
    font-size: 38px;
    font-weight: 400;
    line-height: 64px;
    font-family: 'ABeeZee', sans-serif;
}
.banner-mid-content:after {
    position: absolute;
    left: -27px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: calc(100% + 38px);
    width: 6px;
    content: "";
    background: #00BFFC;
}
.page-template-landing-podcast .featured-title .has_line::after {
    width: 62px;
    height: 5px;
    bottom: -10px !important;
}
.featured-episode-thumb {
    position: relative;
}

.page-template-landing-podcast  .slick-slider .featured-large-episode-box:after {
    content: "";
    background: #5cbbf9;
    height: 6px;
    width: 89%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
    min-height: 570px;
}
.page-template-landing-podcast .episode-name {
    text-transform: capitalize;
}
@media (min-width: 1600px){
    .page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        min-height: 620px;
    }
}
@media (max-width: 1199px){
    .banner-mid-content, .banner-mid-content p {
        font-size: 22px;
        line-height: 34px;
        padding-left: 9px;
    }
    .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        min-height: 510px;
        padding-top: 100px;
    }
    .banner-subscriber-listing-bottom a svg, .banner-subscriber-listing-bottom a img {
        max-width: 105px !important;
    }
}
@media (max-width: 991px){
    .page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        min-height: 520px;
    }
}

@media (max-width: 767px){
    .mobile_featured_episode {
        margin-top: 70px !important;
    }
    .banner-middle-content {
        padding-top: 0;
    }
    .page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        min-height: inherit;
    }
    .banner-mid-content, .banner-mid-content p {
        padding-left: 0;
        text-align: center;
    }
    .page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        min-height: inherit;
        padding-bottom: 140px;
    }
    .banner-podcast-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .page-template-landing-podcast .mobile_featured_episode {
        margin-top: 50px !important;
    }
    .banner-subscriber-listing-bottom a svg, .banner-subscriber-listing-bottom a img {
        max-width: 70px !important;
    }
		.seo-inside-banner-section {
		min-height: 713px;
	}
    
	.all-ep-wrapper .has_line {
		display: block;
		text-align: center;
	}

}

@media (max-width: 567px){
    .page-template-landing-podcast .seo-inside-banner-section, .single-post_conference .seo-inside-banner-section {
        padding-bottom: 180px;
    }
    .banner-subscriber-listing-bottom {
        padding: 15px 15px !important;
        height: 135px !important;
    }
    .banner-subscriber-listing-bottom a {
        margin: 3px 16px !important;
    }
}
@media (max-width: 400px){
    .page-template-landing-podcast .popbutton-section {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-template-landing-podcast .popbutton-section .download-btn {
        margin-top: 10px;
    }
}
/* podcast page css */