/* GRID */
.search-results .container { max-width:100%; width:100%; padding:0; }
.search-results .main-container { border:0; }
.search-results .container .row { margin:0; }
.search-results .page-header h2 { max-width:1150px; margin:0 auto; width:100%; padding: 0 20px; }
.search-results .navigation { text-align: center; }
.listing-post.search-results-list .upl-container  { padding:0; }

.upl-container{
        width: 1150px;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 100%;
    }
.upl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.upl-row.no-padding{
    margin-right: 0;
    margin-left: 0;
}
.upl-row.row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
 .upl-row>[class^=upl-col]{
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
 }  
 .upl-row.no-padding >[class^=upl-col]{
    padding-right: 0;
    padding-left: 0;
 }
.upl-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.upl-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.upl-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.upl-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.upl-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.upl-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.upl-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.upl-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.upl-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.align-self-center{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.align-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* GRID EnD */
/*----------------------------------------------------------------------------------*/
/* Single page CSS Start */
    .listen-to-app{
        background-color: #fff;
    }
	.slick-dotted.slick-slider{
		margin-bottom: 0 !important;
	}
	.blog, .single{
        background-color: #fff;
    }
    .detail-page-banner:after{
        background-image: url(../images/banner-effect.png) !important;
    }
    .detail-page-banner > .upl-container{
        z-index: 111;
        position:relative;
    }
    /* Banner Adjustment */
    .single .home-banner {
        background-position: center bottom 0;
    }
    .single .test-english .upl-container1{
        width: 1150px;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 100%;
    }
    .single .detail-page-banner:after{
        background-image: url('../images/Gray-Shadow-Blob-Group-Background-1.png') !important;
        height: 100%
    }
    .single .clip-image-wrap .top-dots {
        background-image: url(../images/detail-dots-top.png);
        top: 10%;
        z-index: -1;
        right: -20px;
    }
    .single .clip-image-wrap .bottom-dots{
        background-image: url(../images/detail-dots-bottom.png);
        bottom: 5%;
        left: -22px;
        z-index: -1;
        width: 100px;
    }
    .single .home-banner .right{
        margin: 0;
    }
    .single .banner-caption{
        margin: 0;
        padding-top: 20px;
    }
    .editor-content p a{
    	color: #3498db;
    }
    .editor-content p a:hover{
    	color: #707070;
    }
    .detail-box-typ1{
        padding: 30px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
        box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
    }
    .detail-box-typ1 h2,
    .detail-box-typ1 h3{
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 28px;
    }
    .detail-box-typ1 .detail-box-btn a{
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 40px;
        line-height: 46px;
        color: #fff;
    }
    .detail-box-typ1 .detail-box-btn a:hover{
        background: linear-gradient(135deg,rgb(17,99,166) 20%, rgb(21,128,216) 100%) !important;
        color: #fff;
        text-decoration: none;
    }
    .home-banner .square-image{
        padding-bottom: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
        box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
    }
    .single .home-banner .banner-caption .title::after{
        content: none;
    }
    .single .post-date{
        margin-bottom: 50px;
    }
    /* breadcrumbs */
    .breadcrumbs ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .breadcrumbs ul li{
        display: inline;
    }
    .breadcrumbs ul li::after{
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        padding: 0 4px;
    }
    .breadcrumbs ul li:last-child::after{
        content: none;
    }
    .breadcrumbs ul li:first-child a{
        text-transform: uppercase;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li a{
        font-weight: bold;
        font-style: italic;
        font-size: 18px; 
    }
    /* Content */
    .single-content{
        padding: 30px 0 50px;
        font-size: 18px;
        font-family: 'Open sans';
        color: #242021;
    }
    .detail-post-container{
        max-width: 653px;
        margin: 0 auto;
    }
    .detail-podcast {
        /*padding: 2px 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 320px;
        margin-left: auto;*/
    }
    
    .detail-podcast .powerpress_player{
        padding: 0;
        top: 0;
        width: 100% !important;
        margin: 0 0 50px;
    }
    .detail-podcast .mejs-container,
    .detail-podcast .mejs-container .mejs-controls, 
    .detail-podcast .mejs-embed, 
    .detail-podcast .mejs-embed body{
        background-color: #093559;
        background: -webkit-gradient(linear, right top, left top, from(#093559), to(#231f21))!important;
        background: -o-linear-gradient(right, #093559 0%, #231f21 100%)!important;
        background: linear-gradient(-90deg, #093559 0%, #231f21 100%) !important;
        width: 100% !important;
    }
    .detail-podcast .powerpress_links {
        display: none !important;
    }
    .single .categories{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 15px;
        border-top: 1px solid #000;
        position: relative;
        padding-left: 20px;
    }
    .single .categories > i{
        position: absolute;
        top: 20px;
        left: 0;
    }
    .single .categories ul{
        padding: 0 0 0 10px;
        margin: 0;
        list-style: none;
    }
    .single .categories ul li{
        display: inline-block;
    }
    .single .categories ul li a{
        font-weight: 700;
        text-transform: uppercase;
    }
    .single .categories ul li:after{
        content: '|';
        margin: 0 5px;
        font-weight: 900;
    }
    .single .categories ul li:last-child::after{
        content: none;
    }
    /* author-box */
    .below-banner-content{
        position: relative;
        z-index: 111;
    }
    .below-banner-content.has-authors{
        margin-top: -140px;
    }
    .authors{
        margin-bottom: 50px;
    }
    .authors .upl-row{
        justify-content: center;
        margin:  0 -15px;
    }
    .authors .upl-row>[class^=upl-col]{
        padding: 0 15px;
    }
    .author-box{
        padding: 40px 25px 20px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
        box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.07);
        height: 100%;
        border-radius: 4px;
        background-color: #fff;
    }
    
    .author-box .author-thumb{
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
        margin-top: calc(-50% - 30px);
        background-color: #fff;
        margin: -80px auto 10px;
    }
    .author-box .author-name{
        font-weight: 900;
        text-transform: uppercase;
    }
    .author-box .author-designation {
        font-style: italic;
    }
    .author-box .social-links{
        margin-top: 12px;
    }
    .author-box .social-links ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .author-box .social-links li{
        display: inline-block;
        margin-right: 5px;
    }
    .author-box .author-link{
        margin-top: 10px;
    }
    .author-box .author-link i{
        position: relative;
        top: 1px;
    }
    .social-comment-section{
        padding: 50px 0 100px;
    }
    .single .entry-meta a{
        padding: 0 !important;
    }
/* Single page CSS End */
/* Post Box Start */
    .latest-post{
        padding: 0 0 70px 0;
    }
    .latest-post .title{
        margin-bottom: 50px;
        text-align: center;
    }
    .latest-post .title h2{
        margin: 0;
    }
    .post-list-typ1 .post-list-typ1-inner{
        -webkit-box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.1);
            box-shadow: 0px 0px 35px 0px rgba(36, 32, 33, 0.1);
            height: 100%;
        border-radius: 6px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .post-list-typ1 .divider{
        height: 3px;
        max-width: 100%;
        background-color: #093559;
        background: linear-gradient(90deg, #242021 0%, #093559 100%);
    }
    .post-list-typ1 .image{
        padding-bottom: 50%;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .post-list-typ1 .image a{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .post-list-typ1 .image a:hover{
        background-color: rgba(0,0,0,0.2);
    }
    .post-list-typ1 .post-content{
        padding: 20px 20px 25px; 
        height: 100%;
        display: flex;
        flex-direction: column;

    }
    .post-list-typ1 .post-content .post-btn{
    	margin-top: auto;
    }
    .post-list-typ1 .post-date{
        margin: 0 0 20px;
    }
    .post-list-typ1 .box-category{
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }
    .post-list-typ1 .box-category li{
        display: inline;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
    }
    .post-list-typ1 .box-category li a{
        font-weight: 700;
    }
    .post-list-typ1 .box-category li::after{
        content: ', ';
    }
    .post-list-typ1 .box-category li:last-child::after{
        content: none;  
    }
    .post-list-typ1 .post-title {
        line-height: 1.4;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .post-list-typ1 .post-btn a{
        padding: 0 25px;
        border: 2px solid #1f1a1c;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px; 
        color: #1f1a1c;
        line-height: 40px;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
    }
    .post-list-typ1 .post-btn a:hover{
        background-color: #1f1a1c;
        color: #fff;
    }
/* Post Box end */
/* Listing Page Start */
    .bg-white{
        background-color: #fff;
    }
    .listing-wrap .detail-page-banner:after{
    	background-image: url('../images/Gray-Shadow-Blob-Group-Background-1.png') !important;
    	height: 100%
    }
    .listing-wrap .home-banner .subtitle{
        font-size: 18px;
        line-height: 1.5;
        color: #242021;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .listing-wrap .single{
        -webkit-box-shadow: 0 0 17.5px rgba(36,32,33,0.07);
        box-shadow: 0 0 17.5px rgba(36,32,33,0.07)
    }
    .listing-wrap .home-banner .title{
        font-size: 28px;
        line-height: 36px;
        color: #242021;
        font-weight: 400;
        font-family: "Varela Round";
    } 
    .listing-wrap .home-banner .title h1{
        font: inherit;
        color: inherit;
        margin: 0;
    }
    .listing-wrap .home-banner .title::after{
        content: '' !important;
        width: 65px;
        height: 3px;
        background-color: #242021;
        display: block;
        margin: 20px 0;
    }
    ,
    /* .listing-wrap .btn-typ1-bordered, */
    .listing-wrap .btn-typ1{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .listing-wrap .home-banner .content{
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Open Sans";
        margin-bottom: 30px;
    }
    .listing-post{
        padding: 50px 0 70px;
        position: relative;
    }
    .listing-post .loading-icon{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 11;
        display: none;
    }
    .listing-post .loading + .loading-icon{
        display: flex;

    }
    .listing-post .loading + .loading-icon svg{
    	margin: 0 !important;
    }
    .listing-post .loading::after{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.2);
        z-index: 9999;

    }
    .filter-section{
        position: relative;
        z-index: 111;
        padding: 0px 0 30px;
        margin-top: -20px;
    }
    .text-filter .small-container,
    .filter-section .small-container{
        max-width: 825px;
        margin: 0 auto;
    }
    .filter-section .upl-row{
        align-items: center;
    }
    .filter-section .filter-text{
        font-size: 18px;
        line-height: 26px;
        color: #242021;
        font-weight: 700;
        font-family: "Open Sans";
        text-transform: uppercase;
    }
    .filter-section select{
        border: 1px solid #ddd;
        background-color: #f7f6f6;
        border-radius: 4px;
        height: 45px;
        padding: 0 20px 0 15px;
        -webkit-appearance: none;
        appearance: none;
        background-image: url('../images/drop-down.png');
        background-position: right 10px center;
        background-size: 12px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 16px;
        line-height: 36px;
        color: #242021;
        font-weight: 700;
        font-style: italic;
        width: 260px;
        max-width: 100%;
        border-radius: 3px;
        background-color: #f7f6f6;
        border: 1px solid #efeded;
    }
    .filter-section select::-ms-expand {
	    display: none;
	}
    .text-filter{
        padding: 0 0 50px;
    }
    .text-filter .search-box{
        position: relative;
    }
    .text-filter .search-box input{
        width: calc( 100% - 20px );
        padding: 10px 45px;
        max-width: 100%;
        margin-left: 20px;
        font-size: 24px;
        line-height: 28px;
        color: #242021;
        font-weight: 700;
        font-style: italic;
        border-radius: 4px;
        border: 0;
        background-color: #fff;
        height: 65px;
        border-radius: 3px;
        -webkit-box-shadow : 0 0 16px rgba(36,32,33,0.2);
        box-shadow : 0 0 16px rgba(36,32,33,0.2);
    }
    .text-filter .search-box input::-webkit-input-placeholder{
        font-size: inherit;
        line-height: inherit;
        color: #242021;
        font-weight: 700;
    }
    .text-filter .search-box input:focus{
        background-color: #fff;
    }
    .text-filter button{
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: absolute;
        z-index: 11;
        left: 0;
        top: 10px;
        background-color: #fee002;
        border: 0;
        font-size: 22px;
        border-radius: 4px;
        width: 45px;
        height: 45px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 17.5px rgba(36,32,33,0.07);
        box-shadow: 0 0 17.5px rgba(36,32,33,0.07);
        background-color: #fddd00;
        padding: 0 5px;
    }
   /*  .text-filter input:focus + button,
    .text-filter button:hover */
    .text-filter button{
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes hvr-wobble-vertical{
        3.33% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px);
        }
        6.66% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
        }
        9.99% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }
        13.32% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }
        16.65% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px);
        }
        20% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes hvr-wobble-vertical {
         3.33% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px);
        }
        6.66% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
        }
        9.99% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }
        13.32% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }
        16.65% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px);
        }
        20% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .listing-post .post-list-typ1{
        margin-bottom: 40px;
    }
    .top-bar{
        text-align: center;
        -webkit-box-shadow: 0 0 17.5px rgba(36,32,33,0.07);
        box-shadow: 0 0 17.5px rgba(36,32,33,0.07);
        margin-top: -30px;
    }
    .top-bar .title{
        font-weight: 900;
        font-size: 28px;
        line-height: normal;
    }
    .top-bar .title a{
        font-weight: inherit;
    }
    .top-bar .subtitle{
        font-size: 18px;
        line-height: normal;
        color: #1f1a1b;
    }
    .post-pagination{
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }
    .post-pagination > div{
        padding: 0 10px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        font-family: "Open Sans";
    }
    .post-pagination input:focus,
    .post-pagination input{
        border: 0;
        width: 50px;
        text-align: center;
        background-color: #f7f6f6;
        position: relative;
        top: -2px;
    }
    .popular-content-section {
        padding: 125px 0 50px;
        background-image: url('../images/popular-content-background.png');
        background-position: top center; 
        background-size: 120%;
        background-repeat: no-repeat;
    }
    .popular-content-section .title-section{
        width: 720px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .popular-content-section .title-section h2{
        font-size: 44px;
        line-height: 55px;
        color: #242021;
        font-weight: 900;
        font-family: "Lato";
        margin-bottom: 10px;
    }
    .popular-content-section .title-section p{
        font-size: 28px;
        line-height: 36px;
        color: #242021;
        font-weight: 400;
        font-family: "Varela Round";
    }
    .popular-content-section .popular-content-slider .image{
        padding-bottom: 100%;
        border-radius: 4px;
        position: relative;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
    }  
    .popular-content-section .popular-content-slider .image a{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .popular-content-section .popular-content-slider .image a:hover{
        background-color: rgba(0,0,0,0.2);
    }
    .popular-content-section .popular-content-slider .item{
        padding: 0 20px;
    }
    .popular-content-section .popular-content-slider .title{
        font-size: 18px;
        line-height: 26px;
        color: #242021;
        font-weight: 400;
        font-family: "Varela Round";
    }
    .popular-content-section .popular-content-slider .title a{
        color: #242021;
        font-weight: 400;
    }
    .popular-content-section .popular-content-slider.slick-slider span.slick-arrow{
        top: 30%;
    }
    .popular-content-section .popular-content-slider.slick-slider .slick-dots {
        left: 0;
        position: static;
        margin-top: 20px;
    }
    .no-post-container{
        text-align: center;
    }
    .no-post-container h2{
        font-weight: 900;
    }
/* Listing Page End */
@media(max-width: 991px){
	.search-results .page-header { padding: 40px 20px; margin: -40px -20px 0; }
	.search-results .page-header h2 { font-size:24px; padding: 0; }
	.search-results .main-container #main { padding: 20px; }
	.banner-caption h1 {
	    font-size: 38px;
	    line-height: 46px;
	}
    .post-list-typ1 .post-btn a{
        font-size: 16px;
        padding: 0 15px;
    }
    .single .clip-image-wrap .top-dots {
        right: -10px;
        width: 70px;
    }
    .single .clip-image-wrap .bottom-dots{
        left: -10px;
    }
    /* Post LIsitn */
    .listing-wrap .post-list-typ1 .post-title{
        font-size: 18px;
    }
    .top-bar {
        padding: 40px 0 20px;
        margin-top: -20px;
    }
    .top-bar .title {
        font-size: 22px;
    }
    
    .page-template-episodes .banner-section .banner-caption{
    	font-size: 24px;
    	line-height: 1.5;
    }

    .latest-post .post-list-typ1 .post-title{
    	font-size: 18px;
    	margin-bottom: 20px;
    	margin-top: 0;
    }
    .post-list-typ1 .post-date {
	    margin: 0 0 10px;
	}
	.single .test-english{
		padding:  70px 0;
	}
	.detail-box-typ1 .wp-block-column:first-child{
		flex-basis: 25% !important;
	}
	.detail-box-typ1 .wp-block-column:last-child{
		flex-basis: 67% !important;
	}
}
@media(max-width: 920px){
	.page-template-episodes .boxes-section .upl-row{
		justify-content: center;
	}
	.page-template-episodes .boxes-section .post-list-typ1,
	.listing-post .post-list-typ1 {
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 30px;
	}
	.authors .upl-row>[class^=upl-col]{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 80px;
    }
}
@media(max-width: 767px){
	.single .banner-caption{
		padding-bottom: 0;
	}
    .single .banner-caption h1{
        font-size: 32px;
        line-height: 1.2;
    }
    .single .home-banner{
        padding-bottom: 0;
    }
    .single .authors{
        padding-top: 50px;
    }
    .single .clip-image-wrap .top-dots {
        top: 2%;
    }
    .below-banner-content.has-authors{
        margin-top: 0;
    }
    .authors .upl-row>[class^=upl-col]{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 80px;
    }
    .authors{
        margin-bottom: 0;
    }
    .author-box {
        padding: 40px 20px 15px;
    }
    .latest-post .upl-row>[class^=upl-col]{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .latest-post .upl-row>[class^=upl-col]:last-child{
        margin-bottom: 0;
    }
    .post-list-typ1 .post-title{
        font-size: 20px;
    }
    .listing-post .upl-row>[class^=upl-col] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .filter-section .upl-row>[class^=upl-col]{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .top-bar{
        padding-bottom: 5px;
    }
    .top-bar .upl-row>[class^=upl-col]{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .post-pagination > div {
        padding: 0 7px;
    }
    .post-pagination > div{
        font-size: 16px;
    }
    .popular-content-section .title-section h2 {
	    font-size: 36px;
	    line-height: normal;
	}
	.popular-content-section .title-section p{
		font-size: 22px;
		line-height: 1.5;
	}
	.text-filter .search-box input{
		font-size: 18px;
		line-height: 1.5
	}
	.detail-box-typ1 .wp-block-column:first-child{
		flex-basis: 100% !important;
		margin-bottom: 20px;
	}
	.detail-box-typ1 .wp-block-column:last-child{
		flex-basis: 100% !important;
	}
	.single-content{
		padding-bottom: 0;
	}
	.single .categories ul li a{
		font-size: 14px;
	}
    #comments .comment-body{
        padding: 15px !important;
    }
    #comments .comment-body p:last-child{
        margin-bottom: 0;
    }
    .wp-block-image .alignright,
    .wp-block-image .alignleft{
        float: none !important;
    }
    .detail-box-typ1 h2,
    .detail-box-typ1 h3{
        font-size: 22px;
    }
    .social-comment-section {
        padding: 0 0 50px;
    }
}
@media(max-width: 480px){
    .authors .upl-row>[class^=upl-col] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 80px;
    }
    .top-bar .subtitle {
        font-size: 16px;
        line-height: normal;
    }
    .top-bar .title {
        font-size: 18px;
    }
}


/* page-template-episodes  */
.page-template-episodes{
    background-color: #fff;
}
.page-template-episodes .banner-section{
    padding: 100px 0 130px;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
}
.page-template-episodes .banner-section .banner-inner{
    width: 825px;
    margin: 0 auto;
    max-width: 100%;
}
.page-template-episodes .banner-section .banner-title{
    font-size: 55px;
    line-height: 65px;
    color: #242021;
    font-weight: 900;
    font-family: "Lato";
    text-align: center;
    margin-top: 0;
}
.page-template-episodes .banner-section .banner-title::after{
    content: '';
    width: 150px;
    height: 3px;
    background-color: #242021;
    margin: 20px auto;
    display: block;
}

.page-template-episodes .banner-section .banner-caption{
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Varela Round";
    text-align: center;
}
.page-template-episodes .boxes-section{
    padding: 50px 0 60px;
}
.page-template-episodes .boxes-section .post-list-typ1{
    margin-bottom: 40px;
}
.page-template-episodes .boxes-section .post-list-typ1 .post-title{
    margin-top: 0;
    /* margin-bottom: 20px; */
}
/* .page-template-episodes .boxes-section .post-list-typ1 .post-title::after{
    content:  '';
    margin-top: 20px;
    height: 3px;
    width: 100px;
    background-color: #242021;
    display: block;
} */
.page-template-episodes .boxes-section .post-list-typ1 .post-title a{
    font-size: 28px;
    line-height: 24px;
    font-weight: 900;
}
.page-template-episodes .boxes-section .post-list-typ1 p{
    font-size: 18px;
    line-height: 26px;
    color: #242021;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 25px;
}
@media(max-width: 991px){
    .page-template-episodes .boxes-section .post-list-typ1 .post-title a{
        font-size: 22px;
    }
    .page-template-episodes .boxes-section .post-list-typ1 p{
        font-size: 16px;
    }
    .page-template-episodes .banner-section .banner-title{
        font-size: 40px;
        line-height: 46px;
    }
}
@media(max-width: 767px){
    .boxes-section .upl-row>[class^=upl-col]{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-episodes .banner-section{
        padding: 70px 0;
    }
    .page-template-episodes .banner-section .banner-title{
        font-size: 40px;
        line-height: 1.3;
    }
    .page-template-episodes .banner-section .banner-caption{
        font-size: 22px;
        line-height: 36px;
    }
    .filter-section{
        padding-top: 50px;
    }
    .detail-box-typ1 .detail-box-btn a{
        font-size: 14px;
    }
}
@media(max-width: 480px){
    .detail-box-typ1 .detail-box-btn a{
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-template-episodes .banner-section .banner-title{
        font-size: 32px;
        line-height: 1.3;
    }
}