/**Core**/
body {
    font-family: 'Roboto',sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins',sans-serif;
}

.f-poppins{
    font-family: 'Poppins',sans-serif;
}

.btn { 
    padding: 12px 40px;
    outline: 0;
    box-shadow: none;
    border-radius: 20px;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus{
    outline: 0;
    box-shadow: none;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #be161e !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #be161e;
    --bs-btn-border-color: #be161e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a70e15;
    --bs-btn-hover-border-color: #a70e15;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a70e15;
    --bs-btn-active-border-color: #a70e15;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a70e15;
    --bs-btn-disabled-border-color: #a70e15;

}
.btn-outline-primary {
    color: #000;
    border: 2px solid #be161e;
}
.btn-outline-primary:hover{
    border: 2px solid #be161e;
    background-color: #be161e;
    color: #fff;
}
.btn-outline-primary.text-white{
    color: #fff;
}
.btn-outline-primary.text-white:hover{
    color: #fff;
}
a {
    color: #be161e;
}

a:hover {
    color: #a70e15;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #be161e !important;
}

.link-primary {
    color: #be161e !important;
    text-decoration: none;
}

.link-primary:focus, .link-primary:hover {
    color: #a70e15 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #a70e15 !important;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #bf171f;
    border-color: #bf171f;
}

.page-link {
    color: #000;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #bf171f;
    border-color: #bf171f;
}
   .object-fit{
       object-fit: cover;
       object-position: center;
       -o-object-fit: cover;
       -o-object-position: center;

   }
/*Header*/
#header {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    /*background: #121212;*/
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

#header.scroll {
    background: #fff;
    box-shadow: 0 0 5px #e9dbdb;
}
#header.header-white {
    background: #fff;
}
#header .navbar-brand img {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 70px;
}

#header.scroll .navbar-brand img {
    width: 70px;
}

#header .container {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    align-items: flex-start;
}

#header.scroll .container {
    align-items: center;
}

#header .nav-item {
    padding-right: 10px;
    padding-left: 10px;
}

#header .nav-link {
    font-weight: 500;
    color: #bcbcbc;
    line-height: 1.4em;
    font-size: 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

#header .nav-link:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 2px;
    background-color: #c2202a;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0;
}

#header .nav-link:hover:before {
    width: 100%;
    left: 0;
}

#header .current-menu-item .nav-link.active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 2px;
    width: 100%;
    background-color: #c2202a;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    margin: 0 auto;
}

#header.scroll .nav-link {
    color: #000;
}

#header.scroll .nav-link:before {
    background-color: #000;
}

#header.scroll .nav-link.active:before {
    /*background-color: #000;*/
}

#header .navbar-brand {
    position: relative;
    background: #fff;
    padding: 10px;
}

.logo-light {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 0;
}

#header .logo-dark {
    opacity: 1;
}

#header .logo-light {
    opacity: 0;
}

#header.scroll .logo-dark {
    opacity: 1;
}

#header.scroll .logo-light {
    opacity: 0;
}


#header.header-static
{
    background: #fff;
    border-bottom: 1px solid #626262;
}
#header.header-static .nav-link {
    font-weight: 500;
    color: #000;
}
#header.header-static .qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot,
#header.header-static .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot {
    background: #c2202a;
}

#header.header-static .btn-search {
    border: 0;
    color: #c2202a;
    font-size: 20px;
}
/* Slider */
.hero {
    background: #121212;
    color: #fff;
    /*max-height: 600px;*/
    overflow: hidden;
    position: relative;
}

.hero-slide {
    display: block;
    /*position: absolute !important;*/
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    z-index: 0;
    height: 650px;
}

.slide-thumb {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    height: 10vw;
    margin: 1vw;
    padding: 1vw;
}

.slide-thumb:hover {
    opacity: 0.75;
}

.slide-thumb:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(10, 28, 47, 0) 0%, rgb(0, 0, 0) 100%);
}

.slide-thumb h6 {
    z-index: 2;
    position: absolute;
    display: block;
    color: #ffffff;
    bottom: 10px;
}

.slide-thumb.slick-current h6, .slide-thumb.slick-current:after {
    display: none;
}

.slide-thumb.slick-current {
    opacity: 1;
    border-bottom: 5px solid #be171f;
}

.hero-slide .image-background::after {
    content: "";
    display: block;
    position: absolute;
    width: 101%;
    top: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    background: rgb(0, 0, 0);
    background: linear-gradient(314deg, rgba(0, 0, 0, 0.61) 10%, rgb(0, 0, 0) 100%);
    z-index: 3;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.home .hero-slide .image-background::after {
    opacity: 0;
}
.hero-slide {
    display: block;
    /*position: absolute !important;*/
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    z-index: 0;
    height: 100vh;
}

.hero-slide .image-background {
    background-size: cover;
    display: block;
    position: absolute;
    background-position: center;
    z-index: 1;
    min-width: 100% !important;
    /*min-height: calc(var(--vh, 1vh) * 100) !important;*/
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    bottom: 0;
    /*opacity: 0;*/
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.slide-content {
    /*opacity: 0;*/
    display: block;
    position: relative;
    z-index: 8;
    /* right: 45%; */
    /* left: 0; */
    margin-top: -3.5vw;
    padding: 0;
    /* transform: translateY(-50%); */
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 0 0;
}

.slide-content h2 {
    font-size: 3.2vw;
    line-height: 1.2;
    margin: 0.2em 0;
    font-weight: bold;
    letter-spacing: 0;
    color: #bcbcbc;
}

.slide-content p {
    font-size: 1.2vw;
    color: #bcbcbc;
}
.slide-content p i{
    color:#c2202a;
}

.page-template-homepage .slide-content p {
    max-width: 32vw;
    margin: 10px auto;
}

.slide-content p a.video-trigger {
    color: #be171f;
    font-weight: 600;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.hero-slide.slick-current .slide-content, .hero-slide.slick-current .image-background {
    opacity: 1;
}

.video-hero-slide .image-background {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.slide-thumbnails {
    position: absolute;
    background-size: cover;
    bottom: 0;
    z-index: 2;
    padding: 50px 5vw 30px 5vw;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(10, 28, 47, 0) 0%, rgb(0, 0, 0) 69%, rgb(0, 0, 0) 100%);
}

.hero .nav {
    position: absolute;
    bottom: 20vh;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.hero .nav .arrows {
    width: 41px;
    height: 41px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: transparent;
    /*border: 2px solid #bcbcbc;*/
    /*border-radius: 50%;*/
    cursor: pointer;
    background-image: url("../assets/arrowslider.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*.hero .nav .arrows:after, .hero .nav .arrows:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 3px;*/
/*    height: 15px;*/
/*    background-color: #bcbcbc;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    transform: translateY(-50%) rotateZ(45deg);*/
/*    right: 17px;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.hero .nav .arrows:before {*/
/*    transform: rotateZ(134deg);*/
/*    top: 8px;*/
/*}*/

.hero .nav .arrows.next {
    transform: rotateZ(0deg);
    /*top: 30px;*/
}

.hero .nav .arrows.back {
    margin-right: 15px;
    transform: rotateZ(180deg);
    /*position: absolute;*/
    /*left: 0;*/
}

.slick-arrow:before {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background-color: #8f8f8f;
    position: absolute;
    top: 32%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 15px;
    transition: 0.3s ease;
}

.slick-arrow.slick-next:before {
    transform: translateY(-50%) rotateZ(-45deg);
}

.slick-arrow:after {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background-color: #8f8f8f;
    position: absolute;
    top: 30%;
    transform: translateY(calc(50% - 8px)) rotateZ(45deg);
    right: 15px;
    transition: 0.3s ease;
}

.slick-arrow.slick-prev:after {
    transform: translateY(calc(50% - 8px)) rotateZ(-45deg);
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -25px;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 44px;
}



.podcast-card {
    border-radius: 10px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    background-color: #fff;
    position: relative;
    /* margin: 20px; */
    overflow: hidden;
    border: 1px solid #e7e3e3;
}

.podcast-card-media {
    position: relative;
    width: 40%;
    overflow: hidden;
}

.podcast-card-media img {
    display: block;
    height: 320px;
    width: 100%;
    transition: all ease-in-out 0.5s;
    object-position: center;
}

.podcast-card:hover .podcast-card-media img {
    transform: scale(1.2);
}

.podcast-card-content {
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.podcast-card .text-muted {
    color: #8e8b8c;
}

.podcast-card h3 a {
    color: #000;
    text-decoration: none;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.podcast-card h3:hover a {
    background-size: 100% 100%;
}

.podcast-card-media .fa {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    transform: translateX(-10px) translateY(10px);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    z-index: 50;
}

.podcasts-home-list .podcast-card-media, .podcasts-home-list .podcast-card-content {
    width: 100%;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    opacity: 1;
    color: black;
}

.slick-dots li.slick-active button:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #8e8b8c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    color: #000;
 
    background-color: #fff;
}

footer a {
    color: #8a8a8a;
    text-decoration: none;
    /*background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);*/
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    /*background-size: 0 100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

footer a:hover {                          
    color: #000;
    /*background-size: 100% 100%;*/
}
footer h5 {
    color: #c2202a;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.footer_menu {
    border-top: 1px solid #8a8a8a;
    padding-top: 10px;
}
.footer_menu ul {
    justify-content: center;
}
.footer_menu ul li a {
    color: #8a8a8a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.footer_menu ul li a:hover, .footer_menu ul li a:focus {
    border: 0;
    color: #222;
    background: none;                       
}

.copyright {
    color: #8a8a8a;
}
footer .social-icons-group{
       margin-top: 10px;
}                                                                  
.social-icons-group a:hover {                            
    color:#fff;
    background-size: 0 100%;
                                   
}

.social-icons-group a .fa {
    transition: .6s cubic-bezier(.215, .61, .355, 1);
}

.social-icons-group a:hover .fa {
    color:#fff;
    transform: scale(1.2);
}

.social-icons-group a {
    color: #fff;
    font-size: 16px;
    background: #8c949d;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icons-group > span {
    margin: 0 0 0 10px;
    display: inline-block;
}

.social-icons-group > span:first-child {
    margin: 0;
}

.page-banner {
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-position: center;
    background-size: cover;
}

.page-banner-overlay:after {
    background-color: #000000a8;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-banner-overlay .container {
    position: relative;
    z-index: 2;
}

.wisdom-viral {
    overflow: hidden;
    height: 80vw;
    padding: 25vw;
    text-align: center;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wisdom-viral p {

    font-size: 1.4vw;
}

.wisdom-viral a.btn {
    margin: 1vw 0 0 0;
}


.viral-background {
    width: 16.666666666666667vw;
    height: 16.666666666666667vw;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.viral-background#photo0 {
    left: 0;
}

.viral-background#photo1 {
    left: 16.666666666666667vw;
}

.viral-background#photo2 {
    left: 33.333333333333334vw;
}

.viral-background#photo3 {
    left: 50vw;
}

.viral-background#photo4 {
    left: 66.666666666666667vw;
}

.viral-background#photo5 {
    right: 0;
    left: auto;
}

.viral-background#photo6 {
    top: 16.666666666666667vw;
}

.viral-background#photo7 {
    right: 0;
    left: auto;
    top: 16.666666666666667vw;
}

.viral-background#photo8 {
    left: 0;
    top: 33.333333333333334vw;
}

.viral-background#photo9 {
    right: 0;
    left: auto;
    top: 33.333333333333334vw;
}

.viral-background#photo10 {
    left: 0;
    top: 50vw;
}

.viral-background#photo11 {
    left: auto;
    right: 0;
    top: 50vw;
}

.viral-background#photo12 {
    left: 0;
    top: auto;
    bottom: 0;
}

.viral-background#photo13 {
    left: 16.666666666666667vw;
    bottom: 0;
    top: auto;
}

.viral-background#photo14 {
    left: 33.333333333333334vw;
    bottom: 0;
    top: auto;
}

.viral-background#photo15 {
    bottom: 0;
    top: auto;
    left: 50vw;
}

.viral-background#photo16 {
    bottom: 0;
    top: auto;
    left: 66.666666666666667vw;
}

.viral-background#photo17 {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}


/* Podcast Featured */

.featured-podcast-guest {
    height: calc(var(--vh, 1vh) * 100);
    display: block;
    cursor: pointer;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center 80%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
}

.featured-podcast-guest h5 {
    display: block;
    position: absolute;
    bottom: 8vh;
    padding: 20vh 20px 20px 20px;
    text-align: center;
    width: 100%;
    background: rgb(10, 28, 47);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.featured-podcast-guest:hover h5 {
    padding-bottom: 10vh;
    font-size: 1.1rem;
}

.featured-podcast-guest p {
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
    display: block;
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    width: 100%;
    left: 0;
    top: auto;
    padding: 0 20px;
    opacity: 0;
    height: 80px;
    z-index: 2;
    bottom: 0;
}

.featured-podcast-guest:hover p {
    bottom: 5vh;
    opacity: 1;
}

.featured-podcast-guest::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10vh;
    background: #000;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.featured-podcast-guest::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50vh;
    background: rgb(10, 28, 47);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    top: 0;
    opacity: 0.8;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.featured-podcast-guest:hover {
    opacity: 1;
    background-size: auto 55%;
}

.featured-podcast-guest span.play-episode-button {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    left: 50%;
    top: auto;
    bottom: 5vh;
    transform: translate(-50%, 0%);
    display: block;
    border-radius: 999px;
    text-indent: -99999px;
    cursor: pointer;
    background: url('/wp-content/themes/jay-shetty/img/play-button.png') no-repeat center;
    background-size: 10px auto;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    margin: 20px 0 40px 0;
    opacity: 0;
    z-index: 99 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-podcast-guest:hover span.play-episode-button {
    opacity: 1;
    bottom: 20vh;
}

.podcast-hero-content {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 20vh 0 0 0;
    top: 0;
}

.podcast-hero-content h4 {
    opacity: 0.5;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.25em;
}

.topic-work {
    background-color: #294b6e;
}

.topic-love {
    background-color: #157377;
}

.topic-service {
    background-color: #4F4F78;
}

.topic-self {
    background-color: #583636;
}


.listings-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0;
    gap: 10px;
}
.slide-content  .listings-container{
    transform: scale(0.8) translateX(-13%);
}

.listings-container a {
    background-color: white;
    color: black;
    flex: 0 auto;
    font-size: 17px;
    font-weight: normal;
    padding: 7px 18px 7px 52px;
    transition: transform .2s;
    text-decoration: none;
    position: relative;
    border: 1px solid #d9c5c5;
    border-radius: 20px;
    filter: grayscale(1);
    display: flex;
    align-items: center;
    justify-content: start;
}

.listings-container a:before {
    content: '';
    background-image: url(../assets/listing-share.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    display: block;
    width: 30px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 5px;
}

.listings-container a:hover {
    text-decoration: none;
    transform: scale(1.05);
    filter: grayscale(0);
}


.listen-item--apple:before {
    background-position: 0 0
}

.listen-item--spotify:before {
    background-position: 0 -50px
}

.listen-item--google:before {
    background-position: 0 -99px
}

.listen-item--stitcher:before {
    background-position: 0 -144px
}

.listen-item--iheartradio:before {
    background-position: 0 -196px
}

.listen-item--tunein:before {
    background-position: 0 -241px
}

.listen-item--overcast:before {
    background-position: 0 -349px
}

.listen-item--pocketcasts:before {
    background-position: 0 -399px
}

.listen-item--castro:before {
    background-position: 0 -449px
}

.listen-item--castbox:before {
    background-position: 0 -499px
}

.listen-item--podchaser:before {
    background-position: 0 -549px
}

.listen-item--rss:before {
    background-position: 0 -248px;
    background-size: 25px auto !important;
}

.listen-item--pandora:before {
    background-position: 0 -599px
}

.listen-item--podcastaddict:before {
    background-position: 0 -653px
}

.listen-item--deezer:before {
    background-position: 0 -707px
}

.listen-item--listennotes:before {
    background-position: 0 -760px
}

.listen-item--amazon:before {
    background-position: 0 -811px
}

.listen-item--playerfm:before {
    background-position: 0 -862px
}

.listen-item--jiosaavn:before {
    background-position: 0 -911px
}

.listen-item--gaana:before {
    background-position: 0 -961px
}

.listen-item--podcastindex:before {
    background-position: 0 -1010px
}

.listen-item--podfriend:before {
    background-position: 0 -1059px
}

.about-podcast { 
    background: #e5e5e5;

}


.podcast-reviews {
}

.single-review {
    max-width: 70%;
    margin: 0 auto;
}

.single-review-inner {


}

.single-review h3 {
    color: #0A1C2F;
    text-transform: none;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

.single-review h5 {
}

.single-review p {
    text-align: left;
}


section.hero.hero-episode {
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

section.topic-episodes {
    position: relative;
    padding: 2vw 5vw !important;
}

section.topic-episodes .owl-dots {
    transform: none;
    top: 0;
    right: 0;
    margin-top: -50px;
    width: auto;
    left: auto;
}


section.hero-episode:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40vh;
    background: rgb(0, 0, 0, 1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

section.hero-episode .episode-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    left: 0;
    background-position: center;
}

.episode-hero-content {
    position: absolute;
    width: 80vw;
    right: 0;
    left: 0;
    top: 28vh;
    z-index: 2;
    text-align: left;
    color: #fff;
}

.episode-hero-content p label,
.episode-hero-content p,
.episode-hero-content h1,
.episode-hero-content h4 {
    color: #fff;
}

.episode-hero-content p label {
    padding: 0 20px;
}

.episode-hero-content h4 {
    margin: 20px 0 40px 0;
    font-size: 28px;
    width: 70%;
}

.episode-hero-content h1 {
    font-size: 50px;
}


.hero-episode .subscribe-links {

    margin-top: 0;
    z-index: 2;
}
.testimonial-section .container-fluid{
    max-width: 70%;
}

.hero-episode .subscribe-links label {
    color: #fff;
    margin-right: 20px;
}

.single-course {

    display: flex;
    padding: 30px;
    float: left;
    margin: 10px 0;
    width: 100%;
    color: #fff;
}

.podcast-course {
    background: #f5f5f5;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.podcast-course .free-course-thumbnail {
    display: block;
    float: left;
    width: 40%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.podcast-course.single-course a,
.podcast-course .free-course-thumbnail img {
    width: 100%;
    max-width: 220px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    float: left;
}

.podcast-course .free-course-thumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.podcast-course.single-course a {
    display: inline-table;
    float: none;
    width: 140px;
    margin-top: 20px;
    margin-bottom: 0;
}

.podcast-course .single-course-padding {
    display: block;
    float: right;
    width: 60%;
    padding: 30px 20px;
    background: #000;
}

.podcast-course .single-course-padding h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 5px;
}

.podcast-course .single-course-padding p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}


.episode-player {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #bf171f;
}

.topic-self .episode-player {
    background: #271919;
}

.topic-love .episode-player {
    background: #0d2e30;
}

.topic-work .episode-player {
    background: #0A1C2F;
}

.topic-service .episode-player {
    background: #2a2b40;
}

.episode-meta-data {
    position: absolute;
    top: 20px;
    color: #fff;
    z-index: 8;
    left: 10vw;
}

.episode-meta-data span {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.episode-meta-data span.meta-title {
    font-weight: 700;
    font-size: 0.8rem;
}

.episode-meta-data span.meta-data {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.episode-meta-data span.meta-data strong {
    font-weight: 800;
}

.episode-player .awp-left,
.episode-player .awp-middle,
.episode-player .awp-right {
    display: block;
    position: absolute;
    top: 40px;
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
}

.episode-player .awp-left,
.episode-player .awp-right {
    width: 10vw;
}

.episode-player .awp-left {
    top: 20px;
}

.awp-left-control-container {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    right: 20px;
}

.episode-player .awp-control {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #F54985 !important;
    border-radius: 999px !important;
}

.art19-web-player .awp .awp-ad-skip,
div.art19-web-player .awp .awp-ad-skip,
.episode-player .awp-control .awp-icon {
    color: #F54985 !important;
}

.episode-player .awp-download-button,
.episode-player .awp-volume-control,
.episode-player .awp-brand-logo {
    display: none !important;
    opacity: 0 !important;
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    border: 1px solid #000;
    padding: 12px 16px;
    font-size: 17px;
    font-weight: 400;
    color: #8e8b8c;
    outline: none;
    width: 100%;
}

.widget .search-form input:hover,
.widget .search-form input:focus {
}

.widget .search-form button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 54px;
    padding-top: 2px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
}

.widget + .widget {
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}


.widget .widget-title {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 13px;
    background: #fafafc;
    border-bottom: 1px solid #eeeeee;
}
.newsletter-text {
    font-size: 14px;
    color: #222;
    font-family: 'Poppins';
    font-weight: 400;
}

.widget .textwidget {
    padding: 20px;
}
.widget.widget_media_image img {
    width: 100%;
}
.widget ul {
    list-style: none;
    margin: 0; 
    padding: 20px;
    background: #fff;
}

.widget ul li {
    margin: 0 0 0;
}

.widget ul li a {
    font-size: 14px;
    color: #8e8b8c;
    text-decoration: none;
}

.widget ul li a:hover {
    text-decoration: underline;
}

.widget .tagcloud {
    margin-top: 22px;
    margin-bottom: 2px;
}

.widget .cf7-newsletter {
    margin-top: 20px;
}
.widget .cf7-newsletter   input[type="email"]{
    border: 1px solid #dedede;
    height: 50px;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: rgb(255 255 255 / 42%);     
    width: 100%;
}
.widget .cf7-newsletter [type=submit]{
    padding: 8px 40px;
    outline: 0;
    box-shadow: none;
    border-radius: 20px;
    background: #c2202a;
    color: #fff;
    border: 1px solid #c2202a; 
    margin-top: 14px;
}
.widget .tagcloud a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 15px;
    margin: 0 8px 8px 0;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border-radius: 25px;
    background-color: #fff;
    color: #8e8b8c;
    text-decoration: none;
}

.widget .tagcloud a:hover {
    color: #000;
}

.single-post #rpwwt-recent-posts-widget-with-thumbnails-2 img ,
.podcasts-blog-list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    max-width: 75px;
    width: 100%;
    height: auto;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
}

.single-post span.rpwwt-post-title ,
.podcasts-blog-list span.rpwwt-post-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    vertical-align: middle;
    margin-top: 14px;
    position: relative;
    display: inline-block;
    max-width: 75%;
}
.single-post  .rpwwt-post-date ,
.podcasts-blog-list .rpwwt-post-date {
    font-size: 13px;
    color: #999999;
}

.single-post .rpwwt-widget ul,
.podcasts-blog-list .rpwwt-widget ul{
    padding-left: 20px;
    padding-right: 20px;
}
.rpwwt-widget ul li{
    border-bottom: 1px solid #e5e4e4;
}
.rpwwt-widget ul li:last-child {
    border: 0;
}
/* ==========================================================================
   Comments styles
   ========================================================================== */
#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 90px;
}

body:not([class*="resonator-core"]) #qodef-page-comments {
    margin-top: 0;
}

body.page-template-default.page:not([class*="resonator-core"]) #qodef-page-comments {
    margin-top: 87px;
}

#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0;
}

#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 106px;
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 56px;
}


#qodef-page-comments-list .qodef-m-comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
    margin-top: 0;
}

#qodef-page-comments-list .qodef-comment-item {
    margin: 44px 0 0;
    padding: 0;
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 141px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    display: flex;
    align-items: flex-start;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    flex-shrink: 0;
    margin-right: 25px;
    width: 115px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    display: block;
    width: 100%;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 0;
    display: inline;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    margin-top: 0;
    display: inline;
    float: right;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    font-size: 14px;
    color: #8e8b8c;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #000;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 10px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
    margin: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    margin-top: 10px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > a:only-child {
    margin-left: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > .comment-reply-link:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 19.2px;
    height: 12.7px;
    top: 2px;
    margin-left: 10px;
    position: relative;
    will-change: transform;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > .comment-reply-link:hover:after {
    animation: qodef-line-visible-animation 0.7s cubic-bezier(0.5, 0.54, 0, 0.75) forwards;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > .comment-edit-link {
    margin-left: 10px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > .comment-edit-link:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 19.2px;
    height: 12.7px;
    top: 2px;
    margin-left: 10px;
    position: relative;
    will-change: transform;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > .comment-edit-link:hover:after {
    animation: qodef-line-visible-animation 0.7s cubic-bezier(0.5, 0.54, 0, 0.75) forwards;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links span {
    margin-right: 10px;
    font-size: 30px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond {
    margin-bottom: -3px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title {
    margin-top: 29px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a {
    position: relative;
    display: inline-block;
    vertical-align: initial;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 19.2px;
    height: 12.7px;
    top: 2px;
    margin-left: 10px;
    position: relative;
    will-change: transform;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a:hover:after {
    animation: qodef-line-visible-animation 0.7s cubic-bezier(0.5, 0.54, 0, 0.75) forwards;
}

#qodef-page-comments-list .qodef-m-pagination {
    margin-top: 50px;
}

#qodef-page-comments-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-page-comments-form .comment-reply-title {
    margin: 0 0 21px;
}

#qodef-page-comments-form input[type="text"] {
    padding: 8px 10px 11px;
    width: 100%;
}

#qodef-page-comments-form textarea {
    padding: 11px 10px 10px;
}

#qodef-page-comments-form .qodef-comment-form p {
    margin: 10px 0 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-notes {
    margin: 10px 0 23px;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-comment {
    margin-top: 15px;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 23px;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent > * {
    margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 6px;
}

.qodef-comment-label {
    font-size: 17px;
    line-height: 27px;
    color: #8e8b8c;
    margin: 0 0 5px 0;
    display: block;
}

#qodef-page-comments a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.qodef-comment-form textarea {
    margin-top: 11px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 16px 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0; 
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}


.page-banner .readmore {
    cursor: pointer;
    background: url(../assets/down-arrow.png) no-repeat center bottom;
    background-size: 20px auto;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    display: inline-block;
    line-height: 50px;
}


.all-press-section {
    /*max-width: 800px;*/
    position: relative;
}

.all-press-section .row {
    padding: 20px 0;
    /*border-top: 1px solid #e5e5e5;*/
    display: flex;
    align-items: flex-start;
    gap: 13px 0;
}

.all-press-section .row .col-12 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.all-press-section .media-col  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-press-section #more_load {
    margin: 0 auto;
    position: relative;
    display: block;
    border: 0;
    font-size: 24px;
    background-color: transparent;
    vertical-align: middle;
}

.all-press-section .media-col.unload {
    display: none;
}
.media-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.media-heading:after, .media-heading:before {
    content: '';
    background: #8f0a10;
    height: 31px;
    width: 12px;
    display: inline-block;
    margin: 0 20px;
}
.media-shadow:after {
 
    height: 120px;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 57px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0.4318102240896359) 0%, rgba(255,255,255,1) 100%);
}
.all-press-section .arrow-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid #191919;
    display: inline-block;
    position: relative;
    top: 2px;
}

.media_logo_link {
    background: #fff;
    box-shadow: 0 0 10px #c7c7c7;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    right: 20px;
    position: relative;
    display: inline-block;
    width: calc(100% + 152px);
    padding-top: 20px;
    padding-bottom: 20px;

}

.all-press-section .btn {
    position: absolute;
    right: 0;
}

.all-press-section .row label {
    width: 100%;
    text-align: right;
    color: rgba(10, 28, 47, 0.5);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.media_site_heading{
    background: #be161e;
    color: #fff;
    padding: 13px 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height: 67px;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 16px;
    width: 500px;
}
.media_logo {
    max-width: 120px;
    max-height: 50px;
    height: auto;
}
.press-contents h3,
.featured-cards .card-contents h3 {
    font-size: 1rem;
    letter-spacing: 0.0rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #0A1C2F;
    text-transform: none;
    font-family: Poppins, sans-serif;
}

.press-logo {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-contents .press-logo {
    margin: -10px 0;
}

.press-logo img {
    max-width: 100px;
    max-height: 100px;
}

.featured-cards a,
.card-contents a,
.press-contents a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
}


/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
.wpcf7 label {
    color: #8e8b8c;
    margin-left: 10px;
    padding: 5px 0;
}

.wpcf7 label textarea {
    margin-top: 16px;
}

.wpcf7 button[type=submit] span {
    display: inline;
}

.wpcf7-response-output {
    margin: 2em 0 0 0 !important;
}

.wpcf7 .ajax-loader {
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-top: 2px solid #000 !important;
    border-radius: 50%;
    width: 23px !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    animation: qode-rotate 2s linear infinite;
}

.qodef-contact-us input, .qodef-contact-us textarea {
    font-size: 17px;
    letter-spacing: 0;
    color: #8e8b8c;
    margin: 0 0 14px;
    padding: 20px 5px 12px;
}

.qodef-contact-us input:-ms-input-placeholder, .qodef-contact-us textarea:-ms-input-placeholder {
    font-size: 17px;
    letter-spacing: 0;
    color: #8e8b8c;
}

.qodef-contact-us input:focus, .qodef-contact-us input::placeholder, .qodef-contact-us textarea:focus, .qodef-contact-us textarea::placeholder {
    font-size: 17px;
    letter-spacing: 0;
    color: #8e8b8c;
}

.qodef-contact-us textarea {
    margin-top: 12px !important;
    padding-top: 5px;
}

.qodef-contact-us label {
    margin: 12px 0 0 !important;
}

.qodef-contact-us .qodef-label-message {
    padding-left: 5px;
    position: relative;
    top: 1px;
}

/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-contact-form-7 .ajax-loader {
    position: absolute;
    right: -10px;
}

.qodef-contact-form-7 .qodef-contact-form-7-newsletter {
    text-align: center;
}

.qodef-contact-form-7 .qodef-contact-form-7-newsletter input[type="email"] {
    padding: 12px 10px;
    font-size: 17px;
    margin-bottom: 45px;
}


.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search],
.qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url],
.qodef-contact-form-7 textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 16px 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search],
.qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url] {
    border: none;
    border-bottom: 1px solid #000;
}

.qodef-contact-us label {
    display: block;
}

.qodef-contact-us label {
    margin: 12px 0 0 !important;
}

.qodef-contact-us textarea {
    border: 0;
    border-bottom: 1px solid #000;
    height: 200px;
    resize: none;
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.qodef-contact-us .btn:focus {
    color: #fff;
}

.qodef-contact-us .btn {
    color: #fff;
    padding: 10px 20px;
}


.qodef-opener-icon.qodef-source--predefined .qodef-m-lines, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    transition: top .3s ease, transform .3s ease;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot {
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot.qodef--1 {
    left: 0;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot.qodef--2, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot.qodef--2 {
    left: 10px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot.qodef--3 {
    left: 20px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line.qodef--1 {
    top: 0;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line.qodef--2 {
    top: 10px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line.qodef--3 {
    top: 20px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s 0.4s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--2, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--2 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s 0.3s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s 0.2s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--2 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--2 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s 0.1s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--open .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s 0s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s 0.2s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s 0.1s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s 0s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1 {
    transform: translate3d(20px, 20px, 0);
    transition: transform 0.3s 0s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--2, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--2 {
    transform: translate3d(-10px, 0, 0);
    transition: transform 0.15s 0.2s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3 {
    transform: translate3d(-10px, 0, 0);
    transition: transform 0.15s 0.3s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--2 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--2 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, -10px, 0);
    transition: transform 0.15s 0.4s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--open .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, -10px, 0);
    transition: transform 0.15s 0.5s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--1 {
    transform: translate3d(20px, 20px, 0);
    transition: transform 0.3s 0s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 .qodef-m-dot.qodef--3 {
    transform: translate3d(-20px, 0, 0);
    transition: transform 0.2s 0.1s cubic-bezier(0.68, 0.65, 0, 0.85);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3, .qodef-opener-icon.qodef-source--custom-predefined:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--3 .qodef-m-dot.qodef--3 {
    transform: translate3d(0, -20px, 0);
    transition: transform 0.2s 0.2s cubic-bezier(0.68, 0.65, 0, 0.85);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 .qodef-m-dot.qodef--2, #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--3 .qodef-m-dot.qodef--2 {
    display: none;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 .qodef-m-dot.qodef--1, #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 .qodef-m-dot.qodef--3 {
    display: none;
}

#header .qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot,
#header .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot {
    background: #bcbcbc;
}

#header.scroll .qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot,
#header.scroll .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot {
    background: #000;
}

#header .btn-search {
    border: 0;
    color: #bcbcbc;
    font-size: 20px;
}

#header.scroll .btn-search {
    color: #000;
}

.offcanvas-fullscreen {
    width: 100%;
    height: 100vh !important;
}

#header.header-dark .logo-dark{
                   opacity: 1;
}
#header.header-dark .logo-light{
    opacity: 0;
}

#header.header-dark .nav-link {
    color: #000;
}
#header.header-dark .nav-link:before,
#header.header-dark  .nav-link.active:before {
    background-color: #000
}


#header.header-dark .qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot,
#header.header-dark  .qodef-opener-icon.qodef-source--custom-predefined .qodef-m-line .qodef-m-dot {
    background: #000;
}

#header.header-dark .btn-search {
    color: #000;
}

#header .dropdown-toggle::after{
    top: 2px;
    position: relative;
}
.dropdown-item:focus, .dropdown-item:hover,

.dropdown-item.active, .dropdown-item:active {
    background-color: #bf171f;
    color: #fff;
}
#header .dropdown-menu .nav-item {
                   padding-left: 0;
    padding-right: 0;
}
/* ==========================================================================
   404 page styles
   ========================================================================== */
.error404 #qodef-page-inner {
    padding: 0;
}

#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 160px 10% 250px;
    text-align: center;
}

#qodef-404-page .qodef-404-title {
    margin: 0;

}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 14px auto 0;
}

@media only screen and (min-width: 1025px) {
    #qodef-404-page .qodef-404-text {
        max-width: 50%;
    }
}

#qodef-404-page .qodef-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px;
}


.offcanvas .logo{
    max-width: 150px;
}


#offcanvasMobile  h5,
#offcanvasSide  h5 {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    margin: 25px 0 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#offcanvasMobile a,
#offcanvasSide a {
    color: #000;
    text-decoration: none;
}
#offcanvasMobile .social-icons-group a,
#offcanvasSide  .social-icons-group a{
    color: #fff;
}

.offcanvas-body {
    padding: 0 30px;
}

#offcanvasMobile a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
}
#offcanvasMobile a:hover {
    color: #bf171f;
} 
input{
    box-shadow: none;
    outline: none;
}

#searchform {
    position: relative;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-form .search-field,
#searchform #s{
    height: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 39px;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0;
}

.qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px; 
    border-bottom: 1px solid #000;
    transition: all .3s ease;
    width: 100%;
}
#searchform .btn {
    font-size: 25px;
    border: 0;
}

.guest-podcast .slick-prev {
    left: 15px;
    z-index: 1;
}
.guest-podcast .slick-next {
    right: 15px;
    z-index: 1;
}
.podcasts-home-list .podcast-card-media img{
    height: 200px;
}

.book-card .podcast-card-media img {
    height: unset;
}
.book-card:hover .podcast-card-media img{
    transform: none;
}
.page-simple-banner .container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.screen-reader-text{display: none}
.widget_categories select{
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.testimonial-section .container-fluid{
    max-width: 75%;
}


section.hero.hero-episode:before {
    background: #000000;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.50;
    content: '';
    left: 0;
    width: 100%;
    z-index: 1;
}

.subscribe-on {
    background: #e9e9e9;
}

.subscribe-on .listings-container {
    justify-content: center;
}

.subscribe-on .listings-container a{
           background-color: transparent;
}


.about .social-icons-group > span {
    margin: 0px 0px 0px 4px;
    display: inline-block;
}

.about .social-icons-group a {
    background: #333333;
    border-radius: 20px;
    font-size: 15px;
    padding: 9px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.about .social-icons-group a:hover {
    background: #be161e;
}
.about .social-icons-group a:hover .fa {
    transform: scale(1);

}
.about .heading_line{
    width: 50px;
    height: 2px;
    background: #be161e;
    top: -10px;
    position: relative;
    margin: 40px 0 20px 0;
}

.about.end-section p {
    color: #888888;
    font-size: 18px;
}
.pp-page .btn ,
.about.end-section .btn {
    position: relative;
    padding-right: 65px;
}
.pp-page .btn:after,
.about.end-section .btn:after{
    content: '';
    background-image: url(../assets/listen-btn.png);
    width: 45px;
    height: 45px;
    position: absolute;                             
    display: block;
    background-size: 45px;
    top: 0;
    right: -5px;
}
.end-section img{
    position: relative;
    box-shadow: 47px -47px 0px 10px #c2202a;
    padding: 0;
    border-radius: 0;
}

.top-blog {
    overflow: hidden;
}
.top-blog  .podcast-card-media {
    position: relative;
    width: 100%;
}

.top-blog  .podcast-card {
    border-radius: 0;
    background-color: #fff;
    position: relative;
    margin: 10px;
    overflow: hidden;
    border: 0;
  
}

.top-blog  .podcast-card-content {
    width: 100%;
}

.blog-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-content {
    width: 48%;
    background: #c2202a;
    color: #fff;
    padding: 25vh 10vw;
}
.blog-slider {
    width: calc(52% + 5vw);
    margin-left: -5vw;
    z-index: 1;
    position: relative;
}
.collaboration-home{
    overflow: hidden;
}
.collaboration-podcast {
    width: calc(100% + 25vw);
    left: 3vw;
}
.collaboration-podcast .collab-name {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #222;
}

.collaboration-podcast .collab-img {
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.collaboration-podcast  .slick-current+.collab-img {
    transform: scale(0.7);
    transform-origin: center;
}
.collaboration-podcast .slick-current+.collab-img+.collab-img {
    transform: scale(0.6);
    transform-origin: left;
}
.top-blog  .slick-arrow,
.collaboration-podcast  .slick-arrow{
    background-image: url(../assets/collab-arrow.png);
    background-size: contain;
    width: 64px;
    height: 64px;
    z-index: 1;
    top: 51%;
}
.top-blog .slick-arrow:before,
.top-blog .slick-arrow:after {
    display: none;
}
.collaboration-podcast .slick-arrow:before,
.collaboration-podcast .slick-arrow:after{
    display: none;
}
.collaboration-podcast .slick-arrow.slick-prev{}
.top-blog .slick-arrow.slick-next,
.collaboration-podcast .slick-arrow.slick-next{
    transform: rotate(180deg);
    right: 22vw;
    top: 44%;
}
.top-blog .slick-arrow.slick-next{
    right: 24px;
}
.top-blog .slick-arrow.slick-prev{
    left: 24px;
}
.collaboration-detail h3 {
    font-size: 30px;
    font-weight: bold;
}

.collaboration-detail h5 {
    font-size: 20px;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 40px;
}



.collaboration-detail p {
    font-size: 18px;
    line-height: 32px;
    max-width: 80%;
    width: 100%;
    color: rgb(0 0 0 / 50%);
}


.collaboration-detail .social-icons-group span {
    display: inline-block;
    /* margin: auto; */
    margin-left: 0;
    margin-right: 10px;

}


.collaboration-detail .social-icons-group a {
    color: #be161e;
    font-size: 21px;
    text-decoration: none;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.collaboration-detail .social-icons-group a:hover {
    color: #be161e;
}
.collaboration-detail .social-icons-group a:hover i{
    color: #be161e;
    transform: scale(1);
}

.newsletter {
    background-image: url(../assets/newsletter-bg.png);
    background-color: #be161e;
    color: #fff;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.newsletter_form {
    position: relative;
    /*overflow: hidden;*/
}

.newsletter_form  .cf7-newsletter{
    position: relative;
    max-width: 420px;
}
.newsletter_form ::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.newsletter_form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.newsletter_form ::placeholder {
    color: #fff;
}
.newsletter_form .wpcf7 input[type="email"]{
    border: 0;
    height: 50px;
    border-radius: 40px;
    padding: 10px 20px 10px 40px;
    color: #fff; 
    background: rgb(255 255 255 / 42%);
    width: 100%;
}
.newsletter_form  [type=submit]{
    position: absolute;
    right: 8px;
    background-image: url(../assets/subscribe-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    top: 5px;
    border-radius: 50%;
}

.newsletter_form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-left: 24px;
    margin-top: 10px;
    position: absolute;
    opacity: 0;
}

.newsletter_form .wpcf7 form .wpcf7-response-output {
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    color: #000;
    border-radius: 20px;
    margin: 0 !important;
}
.newsletter_form .wpcf7-spinner {
    position: absolute;
    top: 13px;
    right: -9px;
}

.about-page strong {
    color: #000;
}
.about-page p {
    color: #000;
}
.feature-podcast {
    background-image: url(../assets/podcast-bg-f.jpg);
    background-size: cover;
    padding: 120px 0;
}
.feature-podcast h2 {
    color: #f4f2ef;
    font-size: 25px;
    font-weight: 300;
}

.feature-podcast h3 {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 500;
    /*max-width: 600px;*/
    width: 100%;
}

.feature-podcast p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
    line-height: 35px;
    max-width: 600px;
    width: 100%;
}
.pp-list{
    background-image: url("../assets/podcast-episode-bg.jpg");
    background-color:#000 ;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-podcast .pp-player {
    margin-top: 50px;
}
.pp-player .song-title{
                      display: none;
}
.pp-player .iru-tiny-player {
    padding-left: 0;
}
.pp-player .iru-tiny-player .icon{
    margin: 0;
    padding: 0;
}
.pp-player .iru-tiny-player .song-main-info{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pp-player .iru-tiny-player .song-main-info .song-timer{
    display: inline-block;
    float: none;
    text-align: left;
}
.pp-player .iru-tiny-player .song-progress:after {
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    top: -5px;
    box-shadow: 0 0 2px #c9bebe;
}



.pp-player .iru-tiny-player .song-main-info .song-timer,
.pp-player .iru-tiny-player .song-main-info .song-duration {
    font-size: 20px;
    font-weight: 100;
    line-height: normal;
    min-width: unset;
    padding: 0 10px;
    margin: 0;
    width: auto;
}
.pp-player .iru-tiny-player .song-progress{
background: #e6143c !important;
}
.pp-player .iru-tiny-player .song-seek{

    background: #5d5d5d;
}
.pp-player .iru-tiny-player .icon {
    background: #bf171e;
    border-color: #bf171e !important;
}
.pp-player .iru-tiny-player .icon:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    z-index: 9;
    position: relative;
    align-items: center;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;

    padding: 28px;
}
.pp-player .iru-tiny-player .icon.fa-play:before {
    background-image: url(../assets/play.png);

}
.pp-player .iru-tiny-player .icon.fa-pause:before{
    background-image: url("../assets/pause.png");
    content: '';

}
.pp-player .iru-tiny-player {
    max-width: 697px;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}
.pp-player:after {
    content: '';
    width: 300px;
    height: 64px;
    background-image: url(../assets/player-after.png);
    background-position: center;
    display: inline-block;
    float: left;
    background-size: cover;
    vertical-align: middle;
    top: -3px;
    position: relative;
}
.pp-page .container {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.pp-page .container p {
    font-size: 20px;
    line-height: 35px;
}
.pp-page .btn{
    margin-top: 20px;
}

#podcast_list .podcast-card-media {
    position: relative;
    width: 32%;
    background: #fff;
}
#podcast_list .podcast-card-media img.bd-logo-img {
    padding: 50px;
    object-position: center;
    object-fit: contain;
}
#podcast_list .podcast-card-media img {
    height: 285px;
}
#podcast_list .podcast-card {
    border-radius: 0;
    box-shadow: none;
    background-color: rgb(255 255 255 / 20%);
    position: relative;
    /* margin: 20px; */
    overflow: hidden;
    border: none;
}


#podcast_list .podcast-card-content {
    padding: 30px;
    width: 68%;
}

#podcast_list .podcast-card-content h3 a {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
#podcast_list .podcast-card-content p {
    font-size: 16px;
    color: rgb(255 255 255 / 60%);
}

.pp-player.pp-player-mini:after{
                               display: none;
}

.pp-player.pp-player-mini .iru-tiny-player .icon.fa-play:before {
    background-image: url(../assets/mini-play.png);
}
.pp-player.pp-player-mini.iru-tiny-player .icon.fa-pause:before {
    background-image: url(../assets/mini-pause.png);
}

.pp-player.pp-player-mini .iru-tiny-player .song-seek {
    background: #bac2d5;
}

.pp-player.pp-player-mini .iru-tiny-player .song-progress:after{
    background: #bf171e; 
    box-shadow: 0 0 2px #bf171e;
}

.pp-player.pp-player-mini .iru-tiny-player {
    max-width: 100%;
}

.podcasts-blog-list {
    background: #f2f2f8;
}

.episode-player .song-duration {
    display: none;
}

.grecaptcha-badge{
    opacity: 0 !important;
}

h4.team-heading-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

.team-image {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

h4.team-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

h5.team-member-secrition {
    font-size: 17px;
    text-align: center;
} 


.team-block {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding-bottom: 30px;height: 100%;
}

.team-block img.img-fluid {
   width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: top;
    transition-duration: .3s;
    transition-property: transform;
}

section.team-sections {
    margin-bottom: 50px;
}

.team-block img.img-fluid:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
}