/* 
 Theme Name:     Blank Divi Child Theme
 Author:         Zipline Interactive
 Author URI:     http://www.ziplineinteractive.com/blank-divi-child-theme/ 
 Template:       Divi
 Version:        1.0.08
*/ 


/*  Enter your custom CSS below */ 

.filter-wrapper {
    position: relative;
}
.events-article .featured-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.events-article .featured-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style-modern-grid .events-article {
    text-align: left;
	font-family: "Smooch Sans", serif;
	background-color: #d9d9d9;
	display: flex;
    flex-direction: column;
}
.single-event .event-meta-wrapper {
    font-family: "Smooch Sans", serif;
}
.style-modern-grid .events-article .featured-img {
    margin-bottom: 0;
}
.style-modern-grid .event-details-wrapper {
    padding: 1rem 1.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.style-modern-grid .date-time-label {
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.style-modern-grid .events-title {
    text-align: left;
    text-transform: none;
    line-height: 1.1;
    font-size: 36px;
    margin-top: auto;
    margin-bottom: auto;
}
.style-modern-grid .read-more-wrapper {
    text-align: center;
}
.style-modern-grid .read-more-wrapper a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
	font-size: 20px;
}
.style-modern-grid .events-categories {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 6px;
    margin-bottom: 16px;
}
.style-modern-grid .events-categories a,
.style-modern-grid .events-categories .meta-cat {
    padding: 2px 8px;
    background-color: #93c3b8;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    color: #2b523b;
}
.flex-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.filter-wrapper select, .filter-wrapper input[type="search"] {
    border: 2px solid #000;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
}

/* Category Dropdown */
.category-dropdown-wrapper {
    position: relative;
}

.category-dropdown-btn {
    background: transparent;
    border: 2px solid #000;
    color: #4e4e4e;
    padding: 10px 42px 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.category-dropdown-btn svg {
    transition: transform 0.3s ease;
}

.category-dropdown-btn.active svg {
    transform: rotate(180deg);
}

.category-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    min-width: 214px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
    max-height: 428px;
    overflow-y: auto;
}

.category-dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-dropdown-menu .input-group-radio {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    line-height: 1.2;
    font-family: "Smooch Sans", serif;
    font-size: 20px;
    font-weight: 600;
}
.category-dropdown-menu .input-group-radio label + label {
    margin-top: 6px;
}
.category-dropdown-menu .input-group-radio input[type="radio"] {
    accent-color: #924b21;
} 
.event-no-result-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.event-no-result-wrap p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.category-dropdown-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><title>filter-vertical</title><g id="Layer_2" data-name="Layer 2"><g id="invisible_box" data-name="invisible box"><rect width="48" height="48" fill="none"/></g><g id="icons_Q2" data-name="icons Q2"><path d="M8,6.2V26.3A6.2,6.2,0,0,0,4,32a6,6,0,0,0,4,5.6v4.2A2.1,2.1,0,0,0,10,44a2.1,2.1,0,0,0,2-2.2V37.6A6,6,0,0,0,16,32a6.2,6.2,0,0,0-4-5.7V6.2A2.1,2.1,0,0,0,10,4,2.1,2.1,0,0,0,8,6.2ZM12,32a2,2,0,1,1-2-2A2,2,0,0,1,12,32Z"/><path d="M22,6.2v4.1A6.2,6.2,0,0,0,18,16a6,6,0,0,0,4,5.6V41.8a2,2,0,1,0,4,0V21.6A6,6,0,0,0,30,16a6.2,6.2,0,0,0-4-5.7V6.2a2,2,0,1,0-4,0ZM26,16a2,2,0,1,1-2-2A2,2,0,0,1,26,16Z"/><path d="M36,6.2V23.3A6.2,6.2,0,0,0,32,29a6,6,0,0,0,4,5.6v7.2a2,2,0,1,0,4,0V34.6A6,6,0,0,0,44,29a6.2,6.2,0,0,0-4-5.7V6.2a2,2,0,1,0-4,0ZM40,29a2,2,0,1,1-2-2A2,2,0,0,1,40,29Z"/></g></g></svg>');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.category-dropdown-btn.sortby-icon:after {
	background-image: url('data:image/svg+xml,<svg viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="%23CCCCCC" stroke-width="0.336"></g><g id="SVGRepo_iconCarrier"><path d="M7 4V20M7 20L3 16M7 20L11 16M17 4V20M17 4L21 8M17 4L13 8" stroke="%23000000" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
}

.filter-search input[type="search"] {
    width: auto;
}

.filter-wrapper .reset-event-filter {
    font-size: 12px;
    font-weight: 600;
    background-color: #ebe9dd;
    padding: 8px 10px;
    border-radius: 20px;
    line-height: 1;
}
.filter-search {
    position: relative;
}
.filter-search:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.859,1.594A.507.507,0,0,1,12,1.969a.686.686,0,0,1-.141.422l-.469.422A.583.583,0,0,1,10.969,3a.445.445,0,0,1-.375-.187L4.547-3.234a.445.445,0,0,1-.187-.375v-.469a9.617,9.617,0,0,1-3.023,1.9A9.624,9.624,0,0,1-2.25-1.5a9.47,9.47,0,0,1-4.9-1.312,9.851,9.851,0,0,1-3.539-3.539A9.47,9.47,0,0,1-12-11.25a9.47,9.47,0,0,1,1.312-4.9,9.851,9.851,0,0,1,3.539-3.539A9.47,9.47,0,0,1-2.25-21a9.47,9.47,0,0,1,4.9,1.312,9.851,9.851,0,0,1,3.539,3.539A9.47,9.47,0,0,1,7.5-11.25a9.624,9.624,0,0,1-.68,3.586,9.617,9.617,0,0,1-1.9,3.023h.469a.583.583,0,0,1,.422.187ZM-2.25-3A8.12,8.12,0,0,0,1.9-4.1a8.127,8.127,0,0,0,3-3A8.12,8.12,0,0,0,6-11.25,8.12,8.12,0,0,0,4.9-15.4a8.127,8.127,0,0,0-3-3A8.12,8.12,0,0,0-2.25-19.5,8.12,8.12,0,0,0-6.4-18.4a8.127,8.127,0,0,0-3,3,8.12,8.12,0,0,0-1.1,4.148A8.12,8.12,0,0,0-9.4-7.1a8.127,8.127,0,0,0,3,3A8.12,8.12,0,0,0-2.25-3Z" transform="translate(12 21)" fill="%23000000"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.filter-search input[type="search"] {
    padding-left: 44px;
}
.event-pagenav-wrapper {
	text-align: center;
}
.event-pagenav-wrapper .pagination {
	padding: 20px 30px;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 60px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination .page-numbers {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.pagination .page-numbers.dots {
    width: 10px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    background-color: #e3e3d8;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    font-size: 12px;
    line-height: 1;
    border-radius: 12px;
    text-align: center;
	gap: 3px;
}
.cs-icon-left {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><rect id="Icons" x="-256" y="-192" width="1280" height="800" style="fill:none;"></rect><g id="Icons1" serif:id="Icons"><g id="Strike"></g><g id="H1"></g><g id="H2"></g><g id="H3"></g><g id="list-ul"></g><g id="hamburger-1"></g><g id="hamburger-2"></g><g id="list-ol"></g><g id="list-task"></g><g id="trash"></g><g id="vertical-menu"></g><g id="horizontal-menu"></g><g id="sidebar-2"></g><g id="Pen"></g><g id="Pen1" serif:id="Pen"></g><g id="clock"></g><g id="external-link"></g><g id="hr"></g><g id="info"></g><g id="warning"></g><g id="plus-circle"></g><g id="minus-circle"></g><path id="caret-up" d="M32.16,-45.222l-24.071,24.071l3.009,3.009l21.062,-21.062l21.062,21.062l3.009,-3.009l-24.071,-24.071Z" style="fill-rule:nonzero;"></path><g id="vue"></g><g id="cog"></g><g id="logo"></g><path id="arrow-left" d="M15.665,29.949l7.413,-7.413l-2.832,-2.833l-12.246,12.247l0.001,0.001l-0.001,0.001l12.246,12.246l2.832,-2.832l-7.411,-7.412l40.335,0l0,-4.005l-40.337,0Z"></path><path d="M15.665,29.949l7.413,-7.413l-2.832,-2.833l-12.246,12.247l0,0.002l12.246,12.246l2.832,-2.832l-7.411,-7.412l40.335,0l0,-4.005l-40.337,0Zm4.585,-7.413l-0.004,-0.004l-9.418,9.418l0,0.002l9.418,9.418l0.004,-0.004l-5.997,-5.997l1.414,-3.415l38.335,0l0,-0.005l-38.337,0l-1.414,-3.414l5.999,-5.999Z"></path><g id="radio-check"></g><g id="eye-slash"></g><g id="eye"></g><g id="toggle-off"></g><g id="shredder"></g><g id="spinner--loading--dots-" serif:id="spinner [loading, dots]"></g><g id="react"></g><g id="check-selected"></g><g id="turn-off"></g><g id="code-block"></g><g id="user"></g><g id="coffee-bean"></g><g id="coffee-beans"><g id="coffee-bean1" serif:id="coffee-bean"></g></g><g id="coffee-bean-filled"></g><g id="coffee-beans-filled"><g id="coffee-bean2" serif:id="coffee-bean"></g></g><g id="clipboard"></g><g id="clipboard-paste"></g><g id="clipboard-copy"></g><g id="Layer1"></g></g></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.cs-icon-right {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" transform="matrix(-1, 0, 0, -1, 0, 0)"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><rect id="Icons" x="-256" y="-192" width="1280" height="800" style="fill:none;"></rect><g id="Icons1" serif:id="Icons"><g id="Strike"></g><g id="H1"></g><g id="H2"></g><g id="H3"></g><g id="list-ul"></g><g id="hamburger-1"></g><g id="hamburger-2"></g><g id="list-ol"></g><g id="list-task"></g><g id="trash"></g><g id="vertical-menu"></g><g id="horizontal-menu"></g><g id="sidebar-2"></g><g id="Pen"></g><g id="Pen1" serif:id="Pen"></g><g id="clock"></g><g id="external-link"></g><g id="hr"></g><g id="info"></g><g id="warning"></g><g id="plus-circle"></g><g id="minus-circle"></g><path id="caret-up" d="M32.16,-45.222l-24.071,24.071l3.009,3.009l21.062,-21.062l21.062,21.062l3.009,-3.009l-24.071,-24.071Z" style="fill-rule:nonzero;"></path><g id="vue"></g><g id="cog"></g><g id="logo"></g><path id="arrow-left" d="M15.665,29.949l7.413,-7.413l-2.832,-2.833l-12.246,12.247l0.001,0.001l-0.001,0.001l12.246,12.246l2.832,-2.832l-7.411,-7.412l40.335,0l0,-4.005l-40.337,0Z"></path><path d="M15.665,29.949l7.413,-7.413l-2.832,-2.833l-12.246,12.247l0,0.002l12.246,12.246l2.832,-2.832l-7.411,-7.412l40.335,0l0,-4.005l-40.337,0Zm4.585,-7.413l-0.004,-0.004l-9.418,9.418l0,0.002l9.418,9.418l0.004,-0.004l-5.997,-5.997l1.414,-3.415l38.335,0l0,-0.005l-38.337,0l-1.414,-3.414l5.999,-5.999Z"></path><g id="radio-check"></g><g id="eye-slash"></g><g id="eye"></g><g id="toggle-off"></g><g id="shredder"></g><g id="spinner--loading--dots-" serif:id="spinner [loading, dots]"></g><g id="react"></g><g id="check-selected"></g><g id="turn-off"></g><g id="code-block"></g><g id="user"></g><g id="coffee-bean"></g><g id="coffee-beans"><g id="coffee-bean1" serif:id="coffee-bean"></g></g><g id="coffee-bean-filled"></g><g id="coffee-beans-filled"><g id="coffee-bean2" serif:id="coffee-bean"></g></g><g id="clipboard"></g><g id="clipboard-paste"></g><g id="clipboard-copy"></g><g id="Layer1"></g></g></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.pagination .page-numbers.current {
    background-color: #d79e70;
    color: #924B21;
    border-radius: 10px;
}

.cta-sec-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.pa-inline-buttons {
    text-align: center !important;
}

.single .event-meta-wrapper {
    margin-bottom: 30px;
}
.event-meta-wrapper .date-time-label {
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
.event-meta-wrapper .style-modern-grid .events-categories a {
    font-size: 17px;
    color: #666;
    font-weight: 700;
}

#section-event-extra .et_pb_row.featured-content-box-wrapper {
    background-color: #d9d9d9;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding: 50px 30px !important;
}
#section-event-extra .et_pb_row.featured-content-box-wrapper,
#section-event-extra .et_pb_row.grid_cards_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
#section-event-extra .et_pb_row.featured-content-box-wrapper:first-child {
    margin-top: 0px;
}
#section-event-extra .et_pb_row.featured-content-box-wrapper:last-child,
#section-event-extra .et_pb_row.grid_cards_wrapper:last-child {
    margin-bottom: 80px;
}
#section-event-extra .et_pb_row.featured-content-box-wrapper .et_pb_heading {
    margin-bottom: 8px !important;
}

body .text-black {
    color: #000;
}

#main-content .grid_cards_heading_wrap {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.fw-bold {
    font-weight: 700;
}
.grid-cards-container {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
}
.card-blurb {
    background-color: #d9d9d9;
}
.card-blurb .card_image_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.card-blurb .featured-card-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.card-blurb .card-detail-wrapper {
    padding: 30px 20px;
    text-align: center;
}
.card-blurb .card-heading {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Smooch Sans", serif;
}
.card-blurb .sub-text {
    font-weight: 700;
    font-size: 16px;
}
.card-blurb .card-description {
    line-height: 1.4;
    margin-top: 5px;
}
.card-blurb .card-description p {
    font-weight: 400;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.section_special_wrapper {
    background-color: #924b21 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_special_wrapper .et_pb_module_heading,
.section_special_wrapper .et_pb_text,
.section_special_wrapper .et_pb_text p {
    color: #fff;
}
.mb-2 {
    margin-bottom: .5rem;
}

#section-event-extra:has(.featured-content-box-wrapper:last-child):after {
    content: "";
    width: 52%;
    height: 5px;
    background-image: url(/wp-content/uploads/2025/01/strip.png);
    background-repeat: repeat-x;
    background-position: left;
    background-size: contain;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
	.reset-filter-wrapper {
	    text-align: center;
	    padding-top: 12px;
	}

	.filter-search {
	    order: -1;
	}

	.filter-search,
	.filter-search input[type="search"] {
		width: 100%;
	}
	.category-dropdown-menu.mobile-end-align {
		left: auto;
    	right: 0;
	}
}

@media (min-width: 576px) {
	.flex-form {
		justify-content: flex-end;
		gap: 20px;
	}
	.filter-wrapper .reset-event-filter {
		position: absolute;
	    top: 50%;
	    right: -56px;
	    transform: translateY(-50%);
	}
	.filter-search {
		flex: 1 0 auto;
	}
	.filter-search input[type="search"] {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.cta-sec-2 p {
		font-size: 20px;
	}
    .grid-cards-container {
        grid-template-columns: 1fr 1fr;
    }

    #section-event-extra .et_pb_row.featured-content-box-wrapper {
        padding: 50px 50px !important;
    }
    #section-event-extra .et_pb_row.featured-content-box-wrapper {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 981px) {
	.filter-search {
		flex: 0 0 auto;
	}
	.filter-search input[type="search"] {
	    width: 290px;
	}
	.cta-sec-2 p {
	    font-size: 26px;
	}
    #section-event-extra .et_pb_row.featured-content-box-wrapper:first-child {
        margin-top: 30px;
    }
    #section-event-extra .featured-content-box-wrapper .et_pb_module.et_pb_image {
        height: 100%;
        position: relative;
    }
    #section-event-extra .featured-content-box-wrapper .et_pb_image .et_pb_image_wrap {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
    }
    #section-event-extra .featured-content-box-wrapper .et_pb_image img.featured-box-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .card-blurb .card-heading {
        font-size: 32px;
    }
    .section_special_wrapper .et_pb_row.row_sec_special {
        width: 90%;
        max-width: 1180px;
    }
}

@media only screen and (min-width: 1024px) {
    .grid-cards-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .grid-cards-container.card_extra_2 .card-blurb:last-child {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card_image_wrap,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card_image_wrap {
        padding-top: 56.25%;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-heading,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-heading {
        font-size: 40px;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description p,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
	.filter-search input[type="search"] {
	    width: 350px;
	}

    #section-event-extra .et_pb_row.featured-content-box-wrapper {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #section-event-extra .et_pb_row.featured-content-box-wrapper:first-child {
        margin-top: 30px;
    }
    #section-event-extra .et_pb_row.featured-content-box-wrapper:last-child,
    #section-event-extra .et_pb_row.grid_cards_wrapper:last-child {
        margin-bottom: 100px;
    }
    #section-event-extra .et_pb_row.featured-content-box-wrapper:has(+ .grid_cards_wrapper) {
        margin-bottom: 50px;
    }
    #section-event-extra .et_pb_row.grid_cards_wrapper:has(+ .section_special_wrapper) {
        margin-bottom: 100px;
    }
    .card-blurb .card-heading {
        font-size: 36px;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-heading,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-heading {
        font-size: 44px;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description p,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description p {
        font-size: 18px;
    }
    #section-event-extra:has(.featured-content-box-wrapper:last-child):after {
        width: calc(1080px * .7);
        bottom: -100px;
    }
}

@media only screen and (min-width: 1400px) {
    .card-blurb .card-heading {
        font-size: 42px;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-heading,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-heading {
        font-size: 50px;
    }
    .grid-cards-container.card_extra_1 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_1 .card-blurb:last-child .card-description p,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .sub-text,
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description, 
    .grid-cards-container.card_extra_2 .card-blurb:last-child .card-description p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    body.admin-bar.et_fixed_nav #main-header {
        top: 46px !important;
        transition: all .15s;
    }

    body.admin-bar.et_fixed_nav #main-header.et-fixed-header {
        top: 0 !important;
    }
}

.single-event .et_pb_post_content ul:has(ul) + ol:has(ol) {
    margin-top: -1.5rem;
}
.single-event .et_pb_post_content> ol >li::marker,
.single-event .et_pb_post_content b {
    font-weight: 500;
}