.episode-list-each .ply-btn img {
	max-width: initial;
}

.podcast_audio_player_wrap {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #1d1d1d;
    padding: 10px 2rem;
}

.podcast_audio_player_wrap .podcast_audio_details_wrap {
    width: 80%;
}

.wp-block-lazyblock-transcriptions .podcast_transcriptions {
    border: 1px solid #7327CC;
    padding: 20px;
    border-radius: 3px;
    overflow-y: scroll;
    max-height: 370px;
}

.bg-pink {
    background-color: #FF7E72;
}

.banner-podcast {
    /* background-color: #CB5E94;
    background-image: linear-gradient(to right, #CB5E94, #371385); */
    background-image: url(../../../assets/vi/images/podcast/bg-podcast.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 50px 0px 50px;
    position: relative;
    overflow: hidden;
}

.play-latest-sec .button-primary {
    background-color: #000044;
}

.sperate-line {
    height: 2px !important;
    opacity: 0.07;
}

.episode-each {
    display: flex;
    margin: 20px 0px;
}

.episode-each .play-div {
    min-height: 164px;
    min-width: 164px;
    max-height: 164px;
    max-width: 164px;
    background-color: #000044;
    border-radius: 4px;
}

.episode-each .play-div .btn {
    width: auto;
    height: auto;
	padding: 0!important;
}

.episode-timing {
    font-size: 14px;
}

.pagination-sec .pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 50px;
    padding: 9px 7px;
    background: transparent;
    border: none;
    color: #000044;
    font-weight: 600;
	margin: 0px 2px;
	text-decoration:none;
}

.pagination-sec .pagination .page-link:hover {
    background-color: #F9F5FF;
    color: #7327CC;
}

.pagination-sec .page-item.active .page-link {
    background-color: #7327CC;
    color: #fff;
}

.pagination-sec .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination-sec .pagination>.page-item:first-child .page-link,
.pagination-sec .pagination>.page-item:last-child .page-link {
    color: #7327CC;
}

.pagination-sec .pagination>.page-item:first-child .page-link:hover,
.pagination-sec .pagination>.page-item:last-child .page-link:hover {
    background-color: transparent;
}

/* .pagination-sec .pagination ul {
	width: auto;
    margin: auto;
	display:flex;
	justify-content:space-between;
} */

.pagination-sec .pagination ul {
	position:relative;
	width: 100%;
}

.pagination-sec .pagination ul li {
	list-style:none;
	margin: 0;
}

.pagination-sec .pagination ul li a, .pagination-sec .pagination ul li span {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 38px;
    width: 38px;
    min-height: 38px;
    min-width: 38px;
    border-radius: 50px;
    padding: 9px 7px;
    background: transparent;
    border: none;
    color: #000044;
    font-weight: 600;
	margin: 0px 2px;
	text-decoration:none;
}

.pagination-sec .pagination ul li a:hover, .pagination-sec .pagination ul li span:hover {
	background-color: #F9F5FF;
    color: #7327CC;
}

.pagination-sec .pagination ul li span.current {
	background-color: #7327CC;
    color: #fff;
}

/* .pagination-sec .pagination .prev-list-item {
	width:100%;
	justify-content:start;
} */

.pagination-sec .pagination .prev-list-item a {
	color:#7327CC;
	width:max-content;
	font-weight: 600;
}

.pagination-sec .pagination ul li .prev {
	font-size:16px;
	position:absolute;
	left:0;
	color:#7327CC;
	width:max-content;
}

.pagination-sec .pagination ul li .next {
	font-size:16px;
	position:absolute;
	right:0;
	color:#7327CC;
	width:max-content;
}

.pagination-sec .pagination ul li .prev img{
	margin-right: 20px;
}

.pagination-sec .pagination ul li .next img{
	margin-left: 20px;
}

.pagination-sec .pagination ul li .prev:hover, .pagination-sec .pagination ul li .next:hover {
	background:transparent;
}

/* .pagination-sec .pagination ul li:first-child {
	width:100%;
	justify-content:start;
}

.pagination-sec .pagination ul li:last-child {
	width:100%;
	justify-content:end;
} 

.pagination-sec .pagination ul li:first-child a, .pagination-sec .pagination ul li:last-child a{
	color:#7327CC;
	width:max-content;
}

.pagination-sec .pagination ul li:first-child a:hover, .pagination-sec .pagination ul li:last-child a:hover {
	background:transparent;
} */

.filter-drpdwn {
    position: relative;
    height: 60px;
    background-color: #FAFAFA;
    border-radius: 8px;
    min-width: 265px;
}

.filter-drpdwn select {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    padding: 0px 15px;
}

.filter-drpdwn::after {
    content: url(../../../assets/vi/images/podcast/chevron-down.svg);
    position: absolute;
    right: 10px;
    height: 20px;
    top: 0;
    margin: auto;
    bottom: 0;
}

.episode-list-each {
    background-color: #FAFAFA;
    padding: 35px 10px;
}

.episode-list-each .ply-btn img {
    height: 60px;
}

.bl-line {
    border-left: 2px solid #E7E7E7;
}

/* .links-list a {
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid #7327CC;
    color:#7327CC ;
    margin: 0px 8px;
    text-decoration: none;
} */

.meet-the-host {
    border-radius: 100px;
    overflow: hidden;
}

.meet-the-host .mh-left-content {
    padding-left: 90px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 70px;
}

.font-light {
    opacity: 0.5;
}

.meet-host-title {
    font-size: 72px;
}

/* Podcast Detail Page */

/* .detail-banner-left {
    padding: 50px 0px;
} */

.detail-banner-left .banner-left-title {
    font-size: 42px;
}

.share-episode {
    background-color: #FAFAFA;
    padding: 30px 25px;
}

.links-small img {
    width: 24px;
    height: 24px;
}

.mthost-img img {
    image-rendering: pixelated;
}

.person-detail {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 100%;
}

.person-detail .each-guest {
    text-align: center;
    margin: 10px;
}

.person-detail .each-guest img {
    max-width: 180px;
}

.person-detail .each-guest .guest-name {
    font-size: 18px;
}

.bgcircle-half {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.bgcircle-half:after {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../../assets/vi/images/podcast/bgblue-half.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.notified-form {
    border-radius: 4px;
    width: 100%;
    max-width: max-content;
    border: 2px solid #707092;
    border-radius: 4px;
    display: flex;
    padding: 2px 3px;
}

.notified-form input[type="email"] {
    background-color: transparent;
    padding: 0px 10px;
    color: #fff;
	height: 52px;
}

.notified-form input[type="email"]::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.notified-form input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

.notified-form input[type="email"]::placeholder {
    color: #fff;
}

.notified-form .btn {
    min-width: max-content;
    height: 52px!important;
	background-color:#fff!important;
	color:#000044!important;
}

.lets-talk-div {
    background-image: linear-gradient(to bottom right, #802FC4, #FB7C74);
    background-color: #802FC4;
    border-radius: 4px;
    padding: 0px 50px 40px;
    margin-top: 85px;
}

.heart-icon {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
}

.lets-talk-div .btn {
    height: 52px;
}

.dont-miss-sec {
    border-radius: 0.25rem;
}

.dont-miss-sec .mic-img {
    height: 170px;
    margin: -12px -10px;
}

.notified-form .wpcf7 form {
	padding:0px;
}

.notified-form .book-demo-input {
	margin-bottom:0px;
	padding:0px;
	height:52px;
}

.notified-form input.wpcf7-form-control.wpcf7-submit {
	background-color:#fff!important
}

.notified-form .wpcf7-spinner {
	display:none;
}

.episode-detail-heading a {
	position:relative;
	text-decoration: none;
/* 	padding-bottom: 3px */
}

.episode-detail-heading a:hover{
	color:inherit;
}
/* 
.episode-detail-heading a:before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000044;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.episode-detail-heading a:hover:before {
	left: 0;
    right: auto;
    width: 100%;
} */

.episode-detail-heading p {
/* 	padding-top:6px; */
}

.banner-row .col-md-6:last-child img{
	height: auto;
    max-width: 100%;
}

.meet-the-host .col-md-6:last-child img{
    height: auto;
    max-width: 100%;
}

.dm-episode .notified-form{
	margin-left:auto;
	margin-right:auto;
}

.notified-form .error {
	color:#fff!important;
}

.player_eposide {
	position: fixed!important;
    bottom: 0px;
    z-index: 999!important;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
}

.episode-detail {
	width: calc(100% - 164px);
}

.episode-detail-heading h4 {
	word-wrap: break-word;
}

@media (min-width:768px) {
	.podcast_audio_player_wrap { display: none;}
    .dont-miss-sec {
        border-radius: 50rem;
    }
	.dm-content-sec h2, .dm-content-sec p{
		text-align:left!important;
	}
}

@media (max-width:1199px) {
    .bl-line {
        border-left: none;
    }

    .episode-list-right {
        margin-top: 20px;
        border-top: 2px solid #E7E7E7;
        padding-top: 20px;
    }

    .person-detail .each-guest {
        margin: 10px;
    }

    .person-detail .each-guest img {
        max-width: 100px;
    }

    .person-detail .each-guest .guest-name {
        font-size: 14px;
    }

    .dont-miss-sec {
        padding: 35px 75px !important;
    }

    .dont-miss-sec .mic-img {
        display: none;
    }

    .meet-the-host .mh-left-content {
        padding-top: 38px;
        padding-bottom: 54px;
    }

    .meet-host-title {
        font-size: 48px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
		.podcast_audio_player_wrap { display: none;}
    .episode-detail {
        flex-direction: row !important;
        width: 100%;
        align-items: center;
    }

    .episode-guest {
        border-left: 1px solid #E7E7E7;
        padding-left: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
		.podcast_audio_player_wrap { display: none;}
    .bnr-title h1 {
        font-size: 40px;
    }

    .person-detail .each-guest .guest-name {
        font-size: 12px;
    }

    .dont-miss-sec {
        padding: 30px 40px !important;
    }

    .episode-timing-details {
        flex-direction: column !important;
    }
    .episode-timing-details .new-tag {
        margin-bottom: 10px!important;
    }
}

@media (max-width:767px) {
		.podcast_audio_player_wrap { display: none;}
    .banner-podcast {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0px 0px 35px;
    }

    .banner-row {
        flex-direction: column-reverse;
    }

    .banner-cont {
        display: flex;
    }

    .bnr-title h3 {
        font-size: 18px;
    }

    .bnr-title h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .play-latest-sec {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end!important;
    }

    .play-latest-sec .btn {
        margin-right: 0px !important;
        font-size: 11px;
        padding: 10px 10px;
/*         height: max-content; */
    }

    .meet-the-host {
        border-radius: 80px;
    }

    .bgcircle-half {
        position: relative;
        background-color: #000044;
        margin-top: 20px;
    }

    .bgcircle-half:after {
        display: none;
    }

    .banner-podcast-single {
        padding: 30px 0px 0px;
    }

    .person-detail {
        padding: 20px 0px;
    }

    .person-detail .each-guest img {
        max-width: 100px;
    }

    .episode-each .play-div {
        min-height: 80px;
        min-width: 80px;
        max-height: 80px;
        max-width: 80px;
        margin-right: 20px;
    }

    .episode-each .play-div .btn img {
        height: 30px;
    }

    .pagination-sec .pagination {
        flex-direction: row !important;
        justify-content: space-between;
    }

    .pagination-sec .pagination-numbers {
        display: none !important;
    }

    .episode-guest {
        display: none;
    }

    .episode-list-guest {
        display: none;
    }

    .dont-miss-sec {
        border-radius: 100px;
        padding: 40px 20px 30px !important;
    }
	.pagination-sec .pagination ul li a, .pagination-sec .pagination ul li span {
		display:none;
	}
	.pagination-sec .pagination ul li .prev, .pagination-sec .pagination ul li .next {
		display: flex;
	}
}

@media (max-width:575px) {
		.podcast_audio_player_wrap { display: none;}

    .banner-podcast-single {
        padding: 30px 0px 0px;
    }

    /* .episode-each {
        flex-direction: column;
    } */

    .bnr-title h3 {
        font-size: 14px!important;
		margin-bottom: 0.5rem;
    }

    .bnr-title h1 {
        font-size: 20px;
    }

	.bnr-title h6 {
		font-size:16px;
	}
	
	.play-latest-sec .btn {
		margin-right:0px!important;
	}
	
	.play-latest-sec .links-list a img {
		height: auto;
    	max-width: 100%;
	}
	
    .episode-timing {
        font-size: 12px;
    }

    .new-tag {
        font-size: 12px;
        padding: 1px 8px !important;
    }

    .episode-detail-heading h4 {
        font-size: 16px;
    }

    .pagination-sec .pagination>.page-item:first-child .page-link,
    .pagination-sec .pagination>.page-item:last-child .page-link {
        justify-content: start;
    }

    .meet-the-host {
        border-radius: 50px;
    }

    .meet-the-host .mh-left-content {
        padding: 30px;
    }

    .person-detail {
        padding: 20px 0px;
        flex-direction: column;
    }

    .person-detail .each-guest {
        margin: 10px;
    }

    .person-detail .each-guest img {
        max-width: 100px;
    }

    .person-detail .each-guest .guest-name {
        font-size: 14px;
    }

    .episode-list-each {
        padding: 5px 10px 15px;
    }

    .episode-list-each .ply-btn {
        padding: 0px 15px 0px 5px;
    }

    .episode-list-each .ply-btn img {
        height: 30px;
    }
}

@media (max-width:389px) {
		.podcast_audio_player_wrap { display: none;}
    .episode-list-timing {
        flex-direction: column;
    }

    .episode-each {
        flex-direction: column;
    }

    .episode-detail {
        margin-top: 20px;
    }
}