.channel-header-logo{
    position: absolute;
    bottom: -35px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: unset;
}

.channel-header-logo img{
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.channel-header{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    position: relative;
    max-height: 350px;
}

.channel-header-tagline img{
    max-width: 40rem;
    width: 52vw;
}

.banner_wrapper{
    text-align: center;
    padding: 0;
}

.banner_wrapper img {
    display: block;
    margin: 0 auto;
}

.banner_wrapper img.channel-logo-header {
    width: auto;
    height: auto;
}

.banner_wrapper img.channel-line {
    width: 40%;
    height: auto;
}

.banner_content_container {
    position: relative;
}

.bg-dark{
    color: #ffffff;
}

.lux-text-gradient {
    background: linear-gradient(180deg, rgba(225,173,110,1) 20%, rgba(241,206,141,1) 45%, rgba(219,166,104,1) 55%, rgba(165,118,58,1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tr-post{
    border-radius: 10px;
    position: relative;
}

.bg-none{
    background: none !important;
}

.channel-post-content{
    height: inherit;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.article-entry,
.channel-post-content{
    font-size: 16px;
}

.channel-page-thumbnail{
    background-size: cover !important;
    background-position: center !important;
}

.form-group div.form-control,
.channel-post-meta{
    display: flex;
    align-items: center;
}

.region-branding a,
.external-name{
    font-size: 14px;
}

.external-name{
    position: absolute;
    bottom: 8px;
    font-family: Cambria;
    text-transform: uppercase;
}

.white-link a:hover,
.entry-title a:hover,
.brand-text-color{
    color: #b02a21;
}

.entry-title,
.channel-social-post .social-title{
    font-size: 21px;
    line-height: 1.5;
    margin: 10px 0;
    color: #000;
}

.entry-title a,
.channel-social-post .social-title {
    font-family: GilroyBold;
    color: #000;
}

.post-content p{
    font-weight: normal;
    font-family: GilroyMedium;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.article-entry p, .channel-post-content p{
    margin-bottom: 1rem;
}

.channel-page-logo-sm{
    width: auto;
    height: 25px;
}

.channel-stories-bookmark{
    position: absolute;
    font-size: 26px;
    top: -25px;
    right: -5px;
    z-index: 2;
}

.highlights-slider .channel-stories-bookmark {
    right: 0.5rem;
}

.channel-social-post{
    border-radius: 10px;
    align-items: center;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.social-excerpt {
    font-family: GilroyMedium;
}

.channel-social-post iframe{
    max-width: 540px !important;
    min-width: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
    margin: 0 !important;
}

.header-letter-code{
    text-transform: uppercase;
    font-family: 'GilroyExtraBold';
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 0.8;
    position: absolute;
    font-size: 70px;
    bottom: -50px;
    right: 0;
}

.channel_subcategory {
    position: sticky;
    z-index: 5;
    transition: top 0.3s;
    margin: 3rem auto;
    margin-top: 4rem;
    top: 90px;
}

.channel_subcategory .container {
    overflow: hidden; /* Hides the scrollbar */
    overflow-x: scroll; /* Allows vertical scrolling */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
}

.channel_subcategory .container::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.channel_subcategory_container {
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    width: max-content;
}

.channel_subcategory_container span {
    color: #fff;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid RGBA(255,255,255,0.3);
    margin: 11px 0;
    padding: 0 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 17px;
}

.channel_subcategory_container span a {
    color: #fff;
    font-family: 'GilroyBold';
}

.channel_subcategory_container span a.active-subcat,
.channel_subcategory_container span a:hover {
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.channel_subcategory_container span:last-child {
    border: none;
}

.channel_subcategory_container span .active_subcat {
    text-decoration-line: underline;
    text-underline-offset: 0.25rem;
}

.channel_subcategory .container {
    transition: all 0.3s;
}

.stuck_subchannel {
    max-width: 100%;
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.recent_featured_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent_featured_header span {
    text-transform: uppercase;
    font-family: 'GilroyExtraBold';
    font-size: 28px;
    letter-spacing: 2px;
}

.recent_featured_header_city i,
.recent_featured_header_city svg {
    font-size: 35px;
}

.recent_featured_header_city span {
    text-transform: uppercase;
    font-family: 'GilroyExtraBold';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 0;
}

.highlights-slider {
    visibility: hidden;
}

.highlights-slider.slick-initialized {
    visibility: visible;
}

.highlights-slider-channel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights-slider-channel {
    text-align: center;
    padding: 1.3rem 1rem;
    text-transform: uppercase;
    font-size: 22px;
}

.highlights-slider-channel a,
.highlights-slider-channel > span {
    color: #000;
    font-family: 'GilroyExtraBold';
    transition: all 0.3s;
}

.highlights-slider-channel a:hover {
    transition: all 0.3s;
}

.highlights-slider-featured {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.highlights-slider-title {
    height: 200px;
    padding: 1.5rem 2rem;
}

.highlights-slider-title a {
    margin: 0;
    font-family: 'GilroyMedium';
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
}

.highlights-slider-footer {
    background-color: #000;
    color: #fff;
}

.highlights-slider .item {
    border-radius: 15px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}

.highlights-slider .slick-list {
    padding-top: 1.5rem;
}

.social-heading {
    position: absolute;
    top: 2rem;
    left: 52%;
    text-transform: uppercase;
    font-family: Cambria;
    font-size: 14px;
}

.article-cards-container {
    background-color: #f7f9fb;
    padding: 1px 0;
}

.recent_featured_header .highlights-slider {
    margin-bottom: 40px;
}

.subcat_featured_header a {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'GilroyExtraBold';
    letter-spacing: 2px;
    line-height: 1;
}

.highlights-slider .slick-dots {
    bottom: -5px;
}

.recent_featured_header span {
    color: #000;
}

.side-section-info {
    background-image: url(/assets/V3/thebeat/images/AD_The_Beat_Blank.webp);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    background-repeat: no-repeat;
}

.side-section-read-more {
    font-family: 'GilroyBold';
    background: #000;
    border: 2px solid #000;
    transition: 0.2s;
    border-radius: 20px;
    letter-spacing: 2px;
}

.side-section-social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    font-size: 22px;
}

.side-section-social-media a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff0000 !important;
}

.side-section-info > span {
    font-family: 'GilroyHeavy';
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 0.7;
}

.bottom-sides-container {
    position: sticky;
    top: 128px;
}

.sticky-side-scroll {
    position: sticky;
    height: 100%;
    top: 0px;
}

.article-bottom-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
}


@media (min-width: 1201px){
    .channel-header-tagline{
        top: 31px;
    }
}

@media (max-width: 1199px){
    .header-letter-code{
        font-size: 7vw;
    }
}

@media(max-width: 991px) {
    .sticky-side-scroll {
        position: relative !important;
        top: 0px !important;
    }
}

@media only screen and (max-width: 767.5px) {
    .article-cards-container .channel-stories-bookmark {
        top: -5px;
        right: 10px;
    }
    
    .social-heading {
        position: relative;
        top: revert;
        left: revert;
        margin-bottom: 1rem;
    }

    .channel-post-content {
        background: transparent;
        border-radius: 0;
    }

    .channel-post {
        border: none;
    }

    .article-bottom-border {
        height: 2px;
        width: 100%;
    }

    .channel-social-post {
        border: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        border-radius: 0;
    }

    .recent_featured_header_city i,
    .recent_featured_header_city svg,
    .recent_featured_header_city span {
        font-size: 25px;
    }

    .recent_featured_header {
        flex-direction: column;
        align-items: start;
    }

    .channel_subcategory .container {
        max-width: 100%;
        padding: 0;
    }

    .header-letter-code{
        bottom: -40px;
        font-size: 50px;
    }

    .channel-page-thumbnail {
        border-radius: 10px;
    }
}

@media(max-width: 499px) {
    .channel_subcategory {
        top: 55px;
    }

    .banner_wrapper img.channel-logo-header {
        max-height: 65px;
    }

    .channel-header {
        padding: 2rem 0;
        height: 165px;
        display: flex;
        align-items: center;
    }

    .channel-header-logo img {
        height: 40px;
        width: 40px;
        margin-top: -50px;
    }
}  

@media(max-width: 425px) {
    .banner_wrapper img.channel-line {
        width: 60%;
        height: auto;
    }

    .header-letter-code {
        font-size: 40px;
        padding: 0 15px;
    }

    .channel_subcategory {
        top: 55px;
    }
}