/* @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;500;600&display=swap');
body{
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color:#93979c;
} */
.podcasts{
    background:url(/wp-content/uploads/2022/03/podcast-bg.jpg) 0 0 repeat;
padding:100px 0;
text-align: center;
}
.podcastcont p,.podcastcont a{
    font-size: 16px;
}
.podcastcont a{
    color:#000;
    text-decoration: underline;
}
.podcastcont a:hover{
    color:#000;
    text-decoration: none;
}
.podcastcont{
    display: flex;
    background: #fff;
    padding:0;
    box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
    border-radius:5px;
    border:1px solid #dadada;
    margin-bottom:50px;
}
.podcastcont:nth-child(even){
    flex-direction:row-reverse;
}
/* .recent_podcast_box h3 + .recent_bpost {
	display: none;
} */
.mk-post-nav.mk-post-prev.with-image {
	display: none !important;
}
.podcastcont .textcont, .podcastcont .imgcont {
    /* width: 50%; */
    display: flex;
    padding:0;
    flex-direction: column;     
}
.podcastcont .textcont{
    padding:35px 28px;

}
.imgMr {
	margin: 0px 0px 20px;
}
.podcastcont .textcont .title {
    font-family: 'Libre Caslon Text', serif;
    font-size: 38px;
    color: #E56E4E;
    margin-top: 25px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.podcastcont .textcont .hrbntitle {
    font-family: 'Libre Caslon Text', serif;
    font-size: 32px;
    color: #E56E4E;
    margin-top: 0;
    font-weight: 500;
    line-height: 34px;
    text-transform: capitalize;
}
.podcastcont .textcont .hrbndesc {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 37px;
    margin-top: 21px;
    font-weight: 500;
}
.podcastcont .textcont .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 21px;
    font-weight: 500;
    color:#000;
    display: block;
}
.podcastcont .textcont .desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 37px;
    margin-top: 21px;
    font-weight: 500;
}
.podcastcont .textcont a.titlecont:hover{
    text-decoration: none;
}
.podcastcont .textcont a.titlecont {
    text-decoration: none;
    margin-top: 29px;
    display: block;
}
.video_testimonial .podcastcont .imgcont:after, .imgMr:after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 2;
}
.podcastcont .textcont a.more:hover{
    color:#000;
    text-decoration: none;
}
.podcastcont .textcont a.more{
    color:#000;
    text-decoration: underline;

}
.podcastcont .imgcont,.imgMr{
    position: relative;
}
.podcastcont .imgcont img{
    border-radius:5px;
    width:100%;
}
.podcastcont .imgcont a, .imgMr a {
    color: #000;
    text-decoration: none;
    display: flex;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    z-index: 1;
}
.podcastcont .imgcont .title, .podcastcont .imgr .title {
    padding: 0 !important;
}
.podcastcont .infocont{
    position: absolute;
    padding: 10px;
    background:#fff;
    left:28px;
    bottom: 28px;
    /* transform: translateX(-50%); */
    width:100%;
    max-width: 340px;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0,0.2);
    z-index:4;
}
.podcastcont:nth-child(even) .imgcont .infocont{
    position: absolute;
    padding: 10px;
    background: #fff;
    right:28px;
    bottom: 28px;
    /* transform: translateX(-50%); */
    box-shadow: 0 0 7px 4px rgba(0, 0, 0,0.2);
    left:unset;
}
.podcastcont:nth-child(even) .imgcont img {
    border-radius: 0 5px 5px 0;
    width: 100%;
}
.podcasts-hero .podcastcont{
    border: none;
    margin:0;
}
.podcasts-hero .podcastcont .textcont a.titlecont {
   
    margin-top: 0;
}
.infocont .title {
    padding: 0;
}
.imgMr h4 {
    position: absolute;
    top: 18px;
    right: 22px;
    color: #fff;
    z-index: 3;
    font-size: 26px;
    max-width: 350px;
    text-align: right;
    text-shadow: 1px 2px 2px rgb(15 40 68);
    display:flex;
}

img.img-responsive.dg-logo {
    position: absolute;
    max-width: 150px;
    bottom: 22px;
    z-index: 3;
    right: 22px;
}
.imgMr .infocont {
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 50px;
    bottom: 20px;
    width:100%;
    max-width: 340px;
    z-index: 3;
}
.sidebarrgt #contentenhancedwidget-61{
    margin-top:25px !important;
    overflow: hidden;
}
.sidebarrgt #contentenhancedwidget-61 a{
    margin-right:10px; 
    margin-top:25px;
    float: left;
}
.sidebarrgt #contentenhancedwidget-61 a:first-child{
    margin-right:5px; 
}
.sidebarrgt #contentenhancedwidget-61 a:last-child{
    margin-right:0; 
}
.podcastcont .imgcont .epno, .imgMr .epno{
    display: flex;
    justify-content: space-between;
    margin-bottom:0;
    align-items: center;
}

.imgMr .epno{
    align-items: center;
    margin:0 !important;
}
.imgMr .epno p{
    margin:0 !important;
}
.podcast-meta {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.subscrb{
    background: #E56E4E;
    padding:10px 20px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    float: right;
    border-radius:20px; 
}
.subscrb:hover{
    background: #a18047;
    text-decoration: none;
}
.podcastcont .imgcont .imglink, .imgMr .imglink{
    text-align: right;
}
.podcastcont .imgcont .imglink a, .podcastcont .imgcont .imglink img, .imgMr .imglink a, .imgMr .imglink img{
    display: inline-block;
    width:auto;
    padding:0 5px;
}
.blog-inner ul{
    padding-left:50px;
    margin-bottom:14px;
}
.blog-inner ol li, .blog-inner ul li{
    list-style: none;
    position: relative;
    color:#000;
    margin-bottom:14px;
}

.blog-inner ul li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: -23px;
    top: 8px;
    content: "";
    background: #000;
    border-radius: 10px;
}
.podcastcont .imgcont .title, .podcastcont .imgr .title{
color:#000;
font-weight: 600;
font-size: 25px;
margin-top:0;
line-height: 28px;
padding-top: 14px;
}










.Podcast-details .post_con{
    margin-left: 0;
    min-height: initial;
    margin-top: 15px;
}
section#contentenhancedwidget-62, #contentenhancedwidget-61, #contentenhancedwidget-63{
    border: 1px solid #dcdde1;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    padding:16px;
    margin: 0px 0px 10px;
}
#contentenhancedwidget-63{
    margin-top:25px;
}
.book_dload_box.white {
    border-radius:5px;
}
.widget {

    border-radius:5px;
}
#contentenhancedwidget-62 a{
    color: #000;
    font-size: 24px;
    margin-right: 35px;
    margin-top: 10px;
    display: inline-block;
}
#contentenhancedwidget-62 h2.widget-title {
    font-size:30px;
}
.blog-content.Podcast-details{
    padding:100px 0;
}
.Podcast-details .blog-inner h1 {
    /* font-family: 'Libre Caslon Text', serif; */
    font-size: 40px;
    color: #E56E4E;
    margin-top: 28px;
    font-weight: 500;
    line-height: 55px;
    text-transform: capitalize;
    text-align: center;
}
.about-host-sec {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
    border-radius:5px;
    padding:20px;
    margin-top: 43px;
    margin-bottom:25px;
}
.about-host-sec h5,.about-host-sec h3{
    font-size: 16px;
    font-weight: 500;
    color:#000;
    margin-bottom: 0;
}
.about-host-sec h3{
    text-align: center;
    margin-top:10px;
    
}
.widget-title, .recent_podcast_box h3{
    /* font-family: 'Libre Caslon Text', serif; */
    font-size: 30px;
    font-weight: 500;
    color:#E56E4E;
    margin-bottom: 0;
}
.recent_bpost {
    border-bottom: 1px dashed #a6a6a6;
    margin-bottom:20px;
}
.recent_bpost:last-child {
    border-bottom:none;
    margin-bottom: 0;
}
.recent_bpost .post_con {
    border-bottom:none;
}
.recent_bpost .post_con p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.about-host-sec h5{
    text-align: left;
    margin-top:0;
    text-transform: uppercase;
}

.Podcast-details .host-detail p {
    font-size: 12px !important;
}
.host-detail h5 {
    padding-top: 0;
    margin-bottom: 10px;
}
p.powerpress_links.powerpress_links_mp3 {
    display: none;
}
.Podcast-details .about-host-sec .host-detail p {
    font-size: 14px !important;
}
.host-detail {
    max-width: 100%;
}
.Podcast-details audio{
    background-color: #f1f3f4;
    margin-top: 19px;
}
.podcast-meta span {
    font-size: 13px;
    display: block;
}
.podcast-meta span span {
    margin-left: 20px;
    /* display: inline-block; */
    float: right;
}
.about-host-sec p{
    font-size: 14px !important;
}
.Podcast-details .blgLnk h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    color:#000;
}
.Podcast-details .post_con a {
    color: #000000c7;
    font-weight: 500;
}
.Podcast-details .blgLnk p {
    margin: 20px 0px;
    line-height: 1.7;
    color: #000;
    font-size: 16px !important;
}
.Podcast-details .blgLnk p a {
    color: #E56E4E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.podcast-bottom-banner a{
    display: block;
}
.podcast-bottom-banner img{
    width:100%;
}
section#contentenhancedwidget-62, #contentenhancedwidget-61, #contentenhancedwidget-63,.sidebarrgt .textwidget {
	border: 1px solid #dcdde1;
	box-shadow: 0 0 3px rgb(0 0 0 / 15%);
	padding: 16px;
    margin: 0px 0px 10px;
    border-radius:5px;
}
.pmb0{
    margin-bottom:0 !important;
}
.pmb0+p{
    margin-top:0 !important;
}
.podcasts-hero{
    background: url(../images/podcast-herobnr1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0; 
}
.podcasts-hero .container {
    position: relative;
}
.textimgcont{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
.hero-text {
   display: flex;
   align-items: center;
    color: #fff;
    text-align: left;
}
/* .podcasts-hero img.hero-dom-img {
    
} */
.mejs-container .mejs-controls {
    height: 35px !important;
    width: 100%;
}
.mejs-container .mejs-controls .mejs-time {
  
    height: 21px;
}
/* #powerpress_player_3778{
    margin-bottom:20px;
} */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background:#16584c !important;
    border-radius: 5px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  
    top: 0 !important;
}
.hero-text h1 {
    font-size: 50px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    margin-bottom:25px;
}
.hero-text h1 span{
    color:#E56E4E;
    font-weight: 600;
}
.hero-text p{
    font-size: 18px;
    line-height: 29px;
    color: #fff;
}
section.tstmn {
    background-color:#f6f6f6;
    padding: 60px 0px;
}
section.tstmn .row.video_testimonial .box {
    background-color: #fff;
    width: 100%;
    border: 0;
    display: flex;
    flex-direction: column;
    min-height: 408px;
}
.tstmn h2 {
    text-align: center;
    font-weight: 600;
    color:#3e3e3e;
    margin-bottom: 5px;
font-size: 35px;
}
.tstmn h3{
    text-align: center;
    font-weight:500;
    color: #08427a;
    margin-bottom:45px;
   font-size:18px
}
a.user_desig {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    display: flex;
    font-size: 18px;
    color: #07427a;
    line-height: 23px;
}
@media (min-width:768px) and (max-width:991px ){
    .sidebarrgt{
        display:flex;
        justify-content: space-between;
        margin-top:20px;
    }
    .sidebarrgt #contentenhancedwidget-60, .sidebarrgt #contentenhancedwidget-61{
        margin-top:0 !important;
        width:48%;
    }
.hero-text {
    max-width: 390px;
}
.hero-text h1 {
    font-size: 43px;
    margin-bottom: 20px;
}
.hero-text p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.podcastcont .textcont a.titlecont {
    margin-top: 8px;
}
.podcastcont .textcont .title {
    font-size: 46px;
    margin-top: 21px;
    line-height: 56px;
}
.podcastcont .textcont .desc {
    font-size: 21px;
    line-height: 28px;
}
}
.imgMr img {
        
        width: 100% !important;
    }
    .imgMr img.homeicon{
        width:auto !important;
        height:59px;
    }
@media (min-width: 768px){
}
@media (max-width: 767px){

    .podcastcont .infocont {
        max-width: 292px;
    }
    .widget-title, .recent_podcast_box h3 {
        font-size: 25px;
    }
    .podcastcont .textcont, .podcastcont .imgcont {
        width: 100%;
    }
    
    .podcastcont .imgcont a, .imgMr a {
        font-size: 14px;
    }
    .podcast-meta span span {
        margin-left: 0;
        display: block;
        text-align: left;
        float: left;
    }
    .Podcast-details .blgLnk h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
        color: #000;
    }
    .blog-inner ul {
        padding-left: 0;
        margin-bottom: 14px;
    }
    .blog-inner ol li, .blog-inner ul li {
        font-size: 14px;
    }
    .blog-inner ul li:before {
        width: 6px;
        height: 6px;
    }
    .Podcast-details .blog-inner h1 {
        font-size: 25px;
        line-height: 34px;
    }
    .host-detail .col-sm-4.text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-host-sec .host-detail .col-sm-4.text-center h3, .about-host-sec .host-detail .col-sm-4.text-center h3 {
        display:flex;
    }
    .about-host-sec .host-detail .col-sm-4.text-center h3 {
        order: 1;
        margin-bottom: 20px;
        margin-top:0;
    }
    .about-host-sec .host-detail .col-sm-4.text-center img {
        order:2;
    }
    
    .host-detail h5 {
        padding-top: 40px;
        
        margin-bottom: 10px;
        text-align: center;
    }
    .Podcast-details .about-host-sec .host-detail p {
        font-size: 14px !important;
        text-align: center;
    }
    .imgMr .infocont {
        left: 11px;
        width: 93% !important;
    }
    
    .hero-text h1 {
        font-size: 35px;
        text-align: center;
    }
    .hero-text p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        margin-bottom:14px;
    }
    .podcastcont {
        flex-wrap: wrap;
    }
    .podcastcont .textcont {
        padding: 22px 12px;
    }
.podcasts-hero img.hero-dom-img {
    
    max-width: 300px;
    margin: auto;
}
.podcastcont .textcont .title {
    font-size: 29px;
    line-height: 37px;
}
.podcastcont .textcont .desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
}
.podcastcont .imgcont img {
    border-radius: 5px 5px 0 0px;
    
}
.podcastcont .imgcont .title {
    line-height: 19px;
    padding: 0;
}
.podcastcont .imgcont .epno {
    margin-bottom: 5px;
}
 .imgMr .infocont{
    position: absolute;
    padding: 5px;
    bottom: 7px;
    width: 92%;
}
.imgMr h4 {
   
    right: 12px;
    font-size: 20px;
}
/* .blog-inner a{
    color:#E56E4E;
    font-size: 16px;
} */
.podcastcont p, .podcastcont a {
    font-size: 12px;
}
.podcastcont .textcont a.titlecont {
    margin-top: 11px;
}
.podcastcont .textcont .hrbntitle {
    font-size: 25px;
}
.podcastcont .textcont .subtitle {
    font-size: 18px;
    line-height: 25px;
}
.podcastcont .textcont .hrbndesc {
    font-size: 14px;
    line-height: 21px;
    margin-bottom:0;
    margin-top: 8px;
}
}
