/*
Theme Name:   DiviChild
Description:  This is child theme for Divi
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChild
*/

/* Write here your own personal stylesheet */


#events_shortcode .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
}

#events_shortcode .tribe-events-meta-group-details {
    width: 50% !important;
}

#events_shortcode  .et_pb_text_inner dd {
    color: #101010;
    margin: 10px 0 !important;
    margin: 8px 0px;
    font-family: Figtree,"Figtree Fallback";
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    font-style: initial !important;
}

#events_shortcode  .et_pb_text_inner dt {
    margin: 6px 0;
    font-family: Figtree,"Figtree Fallback";
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
}



button.woocommerce-button.button.woocommerce-form-login__submit ,.woocommerce-checkout  button#place_order{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 200px;
    font-size: 14px;
    font-family: 'Figtree',"Figtree Fallback", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #0066ff;
    padding: 12px 26px;
    display: block;
}

button.woocommerce-button.button.woocommerce-form-login__submit:after ,.woocommerce-checkout  button#place_order:after{
    display: none !important;
}


.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    display: block;
}



/* event calendar */


@media (max-width: 767px){

    .et_pb_text_inner {
        flex-direction: column;
    }
    
    #events_shortcode .tribe-events-meta-group-details {
        width: 100% !important;
    }
    .event_related_slider {
        width: 100% !important;
    }
}



/* pine creek */

.creek_categories_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.categories_grid {
    width: 32%;
    padding: 15px 0;
}

.categories_grid .category_thumb {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.categories_grid a {
    text-decoration: underline;
    color: #F47920;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope Bold';
}

.categories_grid h2 {
    font-size: 26px !important;
    font-family: 'Manrope Regular';
    font-weight: 600 !important;
    line-height: 40px !important;
    color: #444444 !important;
}

.category_parent_wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
}

.categories_parent_grid {
    padding: 20px 0;
    width: 49%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.categories_parent_grid 
 .category_thumbnail {
    width: 45%;
}

.categories_parent_grid .category_thumbnail img {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
}

.categories_parent_grid 
 .category_content {
    width: 54%;
}

.category_content h3 {
    color: #444444;
    font-family: 'Manrope Regular';
    font-weight: 600;
}

.category_content p {
    font-size: 16px;
}


.listing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.listing-item {
    width: 31%;
}

.listing_thumbnail img {
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    min-height: 250px !important;
    width: 100%;
    height: 245px !important;
    object-fit: cover;
}

.listing-details h3 {
    font-family: 'Manrope Regular';
    color: #444444;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
}

.listing_meta {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Manrope Regular';
    font-size: 16px;
    font-weight: 600;
}

.listing_meta a {
    gap: 5px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    color: #050505;
}

.listing-details p {
    font-size: 16px;
    font-family: 'Manrope Regular';
}

.grid-pagination {
    text-align: center;
    padding: 40px 0;
}

.grid-pagination a {
    margin: 0 5px;
    background: #f47920;
    padding: 10px 15px;
    color: white;
}

span.page-numbers.current {
    margin: 0 5px;
    background: black;
    padding: 10px 15px;
    color: white;
}

/* account location */

.acc_wrapper {
    flex-wrap: wrap;
    padding: 15px 0;
    display: flex;
    gap: 30px;
    justify-content: start;
}

.acc_wrapper  .loc_grid {
    border-radius: 10px;
    box-shadow: 1px 1px 9px -3px lightgray;
    width: 31%;
    padding: 12px;
}

.acc_wrapper .loc_grid img#img_loc {
    width: 100%;
}

.acc_wrapper .loc_grid h2 {
    font-size: 20px;
    line-height: 30px;
}

.acc_wrapper .loc_grid ul {
    list-style: none;
    padding: 0;
}

.acc_wrapper .loc_grid ul img {
    width: 20px !important;
}

.acc_wrapper .loc_grid ul li {
    align-items: center;
    padding: 5px 0;
    display: flex;
    gap: 13px;
}

.location_not_track{

    display: none;
}
.location_message,.location_not_track {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #00000054;
    top: 0;
    z-index: 9999;
}

.location_message .loc_cont,.location_not_track  .loc_cont{
    height: 250px;
    background: white;
    width: 50%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
}

.loc_cont h2 {
    line-height: 40px;
    font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
    font-size: 34px;
    padding: 20px 0 !important;
}

.loc_cont img {
    width: 10%;
}


.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
    display: block !important;
    background: transparent !important;
    border: none !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background: transparent !important;
}

.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 90px 0px 0 26px !important;
}

h3.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
    padding: 10px 0 10px 10px;
    border-left: 2px solid #fff9de;
}

.tribe-events-view--month article {
    background: #004633;
    height: 170px;
    /* color: white !important; */
    width: 167px !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none !important;
}

@media (max-width: 767px){

    .categories_grid{

        width: 100%;
    }

    .categories_parent_grid, .listing-item {
        flex-direction: column;
        width: 100% !important;
        max-width: 100% !important;
    }

    .location_message .loc_cont {
        height: 250px;
        width: 80%;
    }

    .categories_parent_grid .category_thumbnail {
        width: 100%;
    }
    
    .categories_parent_grid .category_content {
        width: 100% !important;
    }

    
    .loc_cont h2 {
        line-height: 32px;
        font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
        font-size: 24px;
        padding: 20px 0 !important;
    }

    .tribe-events-view--month article {
        width: 100% !important;
        height: 100%;
        padding: 14px !important;
        color: white !important;
    }
    
    .tribe-events-view--month article time {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 a {
        color: white !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px){

    .categories_parent_grid{

        width:100% !important;
    }
    .categories_parent_grid .category_thumbnail {
        width: 50%;
    }
    
    .categories_parent_grid .category_content {
        width: 50% !important;
    }

    .tribe-events .tribe-events-calendar-month__calendar-event {
        padding: 10px 6px !important;
    }
    .tribe-events-view--month article{

        width: 99px !important;
    }
}
/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.8
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
Theme Name:   DiviChild
Description:  This is child theme for Divi
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChild
*/

/* Write here your own personal stylesheet */


#events_shortcode .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
}

#events_shortcode .tribe-events-meta-group-details {
    width: 50% !important;
}

#events_shortcode  .et_pb_text_inner dd {
    color: #101010;
    margin: 10px 0 !important;
    margin: 8px 0px;
    font-family: Figtree,"Figtree Fallback";
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    font-style: initial !important;
}

#events_shortcode  .et_pb_text_inner dt {
    margin: 6px 0;
    font-family: Figtree,"Figtree Fallback";
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
}



button.woocommerce-button.button.woocommerce-form-login__submit ,.woocommerce-checkout  button#place_order{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 200px;
    font-size: 14px;
    font-family: 'Figtree',"Figtree Fallback", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #0066ff;
    padding: 12px 26px;
    display: block;
}

button.woocommerce-button.button.woocommerce-form-login__submit:after ,.woocommerce-checkout  button#place_order:after{
    display: none !important;
}


.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    display: block;
}



/* event calendar */


@media (max-width: 767px){

    .et_pb_text_inner {
        flex-direction: column;
    }
    
    #events_shortcode .tribe-events-meta-group-details {
        width: 100% !important;
    }
    .event_related_slider {
        width: 100% !important;
    }
}



/* pine creek */

.creek_categories_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.categories_grid {
    width: 32%;
    padding: 15px 0;
}

.categories_grid .category_thumb {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.categories_grid a {
    text-decoration: underline;
    color: #F47920;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope Bold';
}

.categories_grid h2 {
    font-size: 26px !important;
    font-family: 'Manrope Regular';
    font-weight: 600 !important;
    line-height: 40px !important;
    color: #444444 !important;
}

.category_parent_wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
}

.categories_parent_grid {
    padding: 20px 0;
    width: 49%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.categories_parent_grid 
 .category_thumbnail {
    width: 45%;
}

.categories_parent_grid .category_thumbnail img {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
}

.categories_parent_grid 
 .category_content {
    width: 54%;
}

.category_content h3 {
    color: #444444;
    font-family: 'Manrope Regular';
    font-weight: 600;
}

.category_content p {
    font-size: 16px;
}


.listing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.listing-item {
    width: 31%;
}

.listing_thumbnail img {
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    min-height: 250px !important;
    width: 100%;
    height: 245px !important;
    object-fit: cover;
}

.listing-details h3 {
    font-family: 'Manrope Regular';
    color: #444444;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
}

.listing_meta {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Manrope Regular';
    font-size: 16px;
    font-weight: 600;
}

.listing_meta a {
    gap: 5px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    color: #050505;
}

.listing-details p {
    font-size: 16px;
    font-family: 'Manrope Regular';
}

.grid-pagination {
    text-align: center;
    padding: 40px 0;
}

.grid-pagination a {
    margin: 0 5px;
    background: #f47920;
    padding: 10px 15px;
    color: white;
}

span.page-numbers.current {
    margin: 0 5px;
    background: black;
    padding: 10px 15px;
    color: white;
}

/* account location */

.acc_wrapper {
    flex-wrap: wrap;
    padding: 15px 0;
    display: flex;
    gap: 30px;
    justify-content: start;
}

.acc_wrapper  .loc_grid {
    border-radius: 10px;
    box-shadow: 1px 1px 9px -3px lightgray;
    width: 31%;
    padding: 12px;
}

.acc_wrapper .loc_grid img#img_loc {
    width: 100%;
}

.acc_wrapper .loc_grid h2 {
    font-size: 20px;
    line-height: 30px;
}

.acc_wrapper .loc_grid ul {
    list-style: none;
    padding: 0;
}

.acc_wrapper .loc_grid ul img {
    width: 20px !important;
}

.acc_wrapper .loc_grid ul li {
    align-items: center;
    padding: 5px 0;
    display: flex;
    gap: 13px;
}

.location_not_track{

    display: none;
}
.location_message,.location_not_track {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #00000054;
    top: 0;
    z-index: 9999;
}

.location_message .loc_cont,.location_not_track  .loc_cont{
    height: 250px;
    background: white;
    width: 50%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
}

.loc_cont h2 {
    line-height: 40px;
    font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
    font-size: 34px;
    padding: 20px 0 !important;
}

.loc_cont img {
    width: 10%;
}


.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
    display: block !important;
    background: transparent !important;
    border: none !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background: transparent !important;
}

.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 90px 0px 0 26px !important;
}

h3.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
    padding: 10px 0 10px 10px;
    border-left: 2px solid #fff9de;
}

.tribe-events-view--month article {
    background: #004633;
    height: 170px;
    /* color: white !important; */
    width: 167px !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none !important;
}

@media (max-width: 767px){

    .categories_grid{

        width: 100%;
    }

    .categories_parent_grid, .listing-item {
        flex-direction: column;
        width: 100% !important;
        max-width: 100% !important;
    }

    .location_message .loc_cont {
        height: 250px;
        width: 80%;
    }

    .categories_parent_grid .category_thumbnail {
        width: 100%;
    }
    
    .categories_parent_grid .category_content {
        width: 100% !important;
    }

    
    .loc_cont h2 {
        line-height: 32px;
        font-family: 'Lora',"Lora Fallback", Georgia, "Times New Roman", serif;
        font-size: 24px;
        padding: 20px 0 !important;
    }

    .tribe-events-view--month article {
        width: 100% !important;
        height: 100%;
        padding: 14px !important;
        color: white !important;
    }
    
    .tribe-events-view--month article time {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 a {
        color: white !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px){

    .categories_parent_grid{

        width:100% !important;
    }
    .categories_parent_grid .category_thumbnail {
        width: 50%;
    }
    
    .categories_parent_grid .category_content {
        width: 50% !important;
    }

    .tribe-events .tribe-events-calendar-month__calendar-event {
        padding: 10px 6px !important;
    }
    .tribe-events-view--month article{

        width: 99px !important;
    }
}
.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-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%;
    }

}
:where(html.wpc-bgl255) .grid-item.category-beef-trail .grid-item-image::after{background-image: url('https://visitlycomingcounty.com/wp-content/uploads/2026/07/beefchecklogo_w_tag_stacked_2c.png')}