.ttd-categories .slick-arrow.slick-disabled {
    display: none;
}
/* Category tabs: native horizontal scroll instead of a carousel library.
   Works correctly whether all categories fit on one line or overflow. */

.ttd-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: visible;
}

.ttd-categories-scroll {
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* old Edge/IE */
    padding-top: 2px;
    padding-bottom: 2px;
}

.ttd-categories-scroll::-webkit-scrollbar {
    display: none;              /* Chrome/Safari */
}

.ttd-categories ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: visible;
}

.ttd-categories li {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.ttd-categories li a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
}

.ttd-categories .ttd-scroll-arrow {
    flex: 0 0 auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 0 6px;
    color: inherit;
}

.ttd-categories .ttd-scroll-arrow.is-hidden {
    visibility: hidden;
    pointer-events: none;
}

/* Beef Trail badge on the listing thumbnail */
.things-to-do-grid .grid-item-image {
    position: relative;
}

.grid-item.category-beef-trail .grid-item-image::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 60px;
    background-color: #ffffff;
    background-image: url('https://visitlycomingcounty.com/wp-content/uploads/2026/07/beefchecklogo_w_tag_stacked_2c.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    padding: 6px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 2;
}
@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Light.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Bold.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Medium.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Regular.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/DiviChild/fonts/Manrope-Thin.woff2') format('woff2'),
        url('/wp-content/themes/DiviChild/fonts/Manrope-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.other-posts .post-image img {
    width: 250px;
    height: 230px;
    border-radius: 25px;
}
/* 
.upcoming_event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.up_grid {
    display: flex;
    width: 48%;
    align-items: center;
    gap: 20px;
}

.up_grid h2 {
    font-family: Figtree,"Figtree Fallback";
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}

.date {
    width: 15%;
    padding: 20px;
    background: red;
    border-radius: 15px;
}

.up_grid h3 {
    display: flex;
    color: #EB3C19;
    font-family: Lora,"Lora Fallback";
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    justify-content: space-between;
} */



.upcoming_event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.up_grid {
    display: flex;
    width: 48%;
    align-items: center;
    gap: 20px;
}

.up_grid h2 {
    padding: 0;
    font-family: Figtree,"Figtree Fallback";
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: 0.03em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.date {
    width: 17%;
    padding: 30px 10px;
    background: #eb3c1933;
    border-radius: 15px;
}

.up_grid h3 {
    display: flex;
    color: #EB3C19;
    font-family: Lora,"Lora Fallback";
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    justify-content: space-between;
}

.up_grid p {
    font-family: Figtree,"Figtree Fallback";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #101010;
}

.up_grid i {
    color: #888787;
}

.upcoming_event 
 .up_grid:nth-child(2) h3 {
    color: #0066FF;
}

.upcoming_event .up_grid:nth-child(2) .date {
    background: #0066ff33 !important;
}


.upcoming_event .up_grid:nth-child(3) .date {
    background: #3399004f !important;
}

.upcoming_event .up_grid:nth-child(3) h3 {
    color: #339900;
}

.upcoming_event .up_grid:nth-child(4) h3 {
    color: #FC7215;
}

.upcoming_event .up_grid:nth-child(4) .date {
    background: #fc721569;
}


p.custom-message.ll-at-background {
    color: black;
}

@media(max-width: 767px) {

    .upcoming_event {
        gap: 0;
        flex-direction: column !important;
    }
    
    .up_grid {
        width: 100%;
    }
    
    .date {
        padding: 20px 10px;
        width: 25%;
    }
    
    .up_grid h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .up_grid p {
        font-size: 15px;
    }
    .first-post-image {
        width: 100% !important;
        height: 400px;
        margin: 20px 0;
    }
    
    .other-posts .post-image img {
        width: 100%;
    }

}