
.podcast-feed-1 .podcast-feed-1-filters ul::-webkit-scrollbar {
    width: 0;
    display: none;
    height: 0;
}
.podcast-feed-1 .podcast-feed-1-filters ul::-webkit-scrollbar {
    display: none;
}
.podcast-feed-1 .podcast-feed-1-filters ul {
    -ms-overflow-style: none;
    scrollbar-width: 0px;
    border-bottom: 0px;
}
.podcast-feed-1-header .container-fluid.header-area::before {
    background-image: url(assets/shapes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    height: 130%;
    width: 130%;
    content: '';
    top: 45%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 250s;
    animation-duration: 250s;
    -webkit-animation-name: myMove;
    animation-name: myMove;
}
.podcast-feed-1 .cat-list button {
    margin-bottom: 0px;
}
.podcast-feed-1 .cat-list button:last-of-type {
    margin-right: 0px;
}
.podcast-feed-1 .filter-tiles {
    display: contents;
    width: 100%;
}
.podcast-feed-1 .content-padding {
    padding: 0px 25px 60px;
}
.podcast-feed-1 .negative-margin {
    margin: 0px -25px;
}
.podcast-feed-1 .content-padding a {
    text-decoration: none;
    color: unset;
    position: relative;
}
.podcast-feed-1 .content-padding .tag {
    padding: 10px 20px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    padding-right: 0;
    z-index: 3;
    border-bottom-left-radius: 12px;
}
.podcast-feed-1 .content-padding .tag p.tag-text {
    color: var(--text-black);
    opacity: 0.7;
    margin-bottom: 0;
    min-width: 60px;
    text-align: center;
}
.podcast-feed-1 .content-padding .tag:after {
    content: '';
    position: absolute;
    top: 0;
    height: 60px;
    width: 92px;
    right: -70px;
    background-image: url(assets/tag_knob.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.podcast-feed-1 .content-padding .image-16by9 {
    padding-bottom: 55.37%;
}
.podcast-feed-1 .content-padding .image-16by9 img {
    border-radius: 12px;
}
.podcast-feed-1 #load-more-feed {
    margin: 0px;
}
.podcast-feed-1 .cat-list {
    padding-left: 30px;
    display: flex;
    overflow: scroll;
}

.podcast-feed-1 .cat-list::-webkit-scrollbar {
    display: none;
}
.podcast-feed-1 .cat-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.podcast-feed-1 .content-padding button.button.tertiary {
    margin: 0px;
    background-color: transparent;
}
.podcast-feed-1 .load_more_wrapper > a.button {
    margin: 0px;
}
.podcast-feed-1 .podcast-feed-1-filters p {
    opacity: .7;
    margin-bottom: 6px;
}
.podcast-feed-1 ul.filterByTopic {
    margin-bottom: 60px;
}
.podcast-feed-1 .podcast-feed-1-filters ul {
    list-style: none;
    padding: 0px;
}
.podcast-feed-1 .podcast-feed-1-filters ul li {
    padding: 8px;
    width: fit-content;
    white-space: nowrap;
    margin-bottom: 5px;

}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li {
    position: relative;
    padding: 16px 16px 16px 63px;
    margin-bottom: 10px;
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li:before {
    content: '';
    background-image: url(assets/All.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 12px;
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li.news:before {
    background-image: url(assets/News.svg);
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li.blogs:before {
    background-image: url(assets/Blogs.svg);
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li.guides:before {
    background-image: url(assets/Guides.svg);
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li.podcasts:before {
    background-image: url(assets/Podcasts.svg);
}
.podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li.casestudies:before {
    background-image: url(assets/case_study.svg);
}
.podcast-feed-1 .podcast-feed-1-filters ul li:hover {
    background: var(--white);
    border-radius: 8px;
}
.podcast-feed-1 .podcast-feed-1-filters ul li:has(a.active) {
    background: var(--white);
    border-radius: 8px;
}
.podcast-feed-1 .podcast-feed-1-filters ul li a {
    text-decoration: none;
    color: var(--text-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.podcast-feed-1 .podcast-feed-1-filters ul li:hover {
    cursor: pointer;
}
.podcast-feed-1 h5 {
    margin-bottom: 10px;
}

.podcast-feed-1-header .custom_padding {
    padding-top: 250px;
    padding-bottom: 0px;
}

@media(max-width: 1599.98px) {
    .podcast-feed-1-header .custom_padding {
        padding-top: 180px;
        padding-bottom: 0px;
    }
}

@media(max-width: 1199.98px){
    .podcast-feed-1 .content-padding {
        padding: 0px 15px 50px 15px;
    }
    .podcast-feed-1 .negative-margin {
        margin: 0px -15px -50px -15px;
    }
}
@media(max-width: 991.98px){
    .podcast-feed-1 .content-padding {
        padding: 0px 15px 40px 15px;
    }
    .podcast-feed-1 .negative-margin {
        margin: 0px -15px -40px -15px;
    }
    .podcast-feed-1 .tag-selection .d-flex {
        display: block!important;
    }
    .podcast-feed-1 .cat-list {
        padding-left: 0px;
    }
    .podcast-feed-1-header .custom_padding {
        padding-top: 150px;
        padding-bottom: 0px;
    }
}

@media(max-width: 767.98px){
    .podcast-feed-1-header .custom_padding {
        padding-top: 120px;
        padding-bottom: 0px;
    }
    .podcast-feed-1 .content-padding {
        padding: 0px 10px 30px 10px;
    }
    .podcast-feed-1 .negative-margin {
        margin: 0px -10px -30px -10px;
    }
    .podcast-feed-1 .podcast-feed-1-grid {
        order: 2;
    }
    .podcast-feed-1 .podcast-feed-1-filters {
        order: 1;
        margin-bottom: 15px;
    }
    /*.podcast-feed-1 .podcast-feed-1-filters ul li {*/
    /*width: 100%;*/
    /*}*/
    .podcast-feed-1 .podcast-feed-1-filters ul {
        overflow-x: scroll;
        padding-right: 100px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        position: relative;
        margin-left: -8px;
    }
    .podcast-feed-1 .podcast-feed-1-filters ul .slick-list {
        max-width: 100%;
    }
    .podcast-feed-1 .podcast-feed-1-filters ul.filterByPostType li {
        margin-right: 10px;
    }
    .podcast-feed-1-filters button.slick-next.slick-arrow {
        position: absolute;
        right: 0px;
        left: unset;
    }
    .podcast-feed-1-filters button.slick-prev.slick-arrow {
        position: absolute;
        right: 45px;
        left: unset;
    }
    .podcast-feed-1 .podcast-feed-1-filters .slick-list:after{
        content: '';
        width: 15%;
        position: absolute;
        height: 30px;
        background-image: linear-gradient(-90deg, #F7F5F0 0%, rgba(247, 245, 240, 0) 100%);
        top: 5px;
        right: 0;
    }
    .podcast-feed-1 .podcast-feed-1-filters .filterByPostType .slick-list:after {
        top: 0;
        height: 58px;
    }
    .podcast-feed-1-filters .filterByPostType button.slick-prev.slick-arrow {
        top: 7.5px;
    }
    .podcast-feed-1-filters .filterByPostType button.slick-next.slick-arrow {
        top: 7.5px;
    }
    .podcast-feed-1 ul.filterByTopic {
        margin-bottom: 30px;
    }
}

/*.podcast-feed-1 a.active {*/
/*background-color: red;*/
/*color: white;*/
/*}*/
