/* css/overit-style.css */

/* body.tribe-events-page-template .tribe-events {
	height: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
body.tribe-events-page-template.show-events .tribe-events {
	height: auto;
	opacity: 1;
	pointer-events: all;
} */

.tribe-filter-bar-c-filter:last-child() {
    display: none;
}


h1.c-events-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
    white-space: nowrap;
}

.c-events-map svg {
    width: 100%;
    height: auto;
}

.c-events-map svg path[aria-selected] {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.c-events-map svg path[aria-selected="true"],
.c-events-map svg path[data-state]:hover {
    fill: #7bba2f;
}

.c-events-state-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.c-events-state-list li {
    display: inline-block;
    margin-right: 0.25em;
    margin-bottom: 0.75em;
}

.c-events-state-option {
    border: solid 1px #64802a;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 1.5em;
    transition: all 0.3s ease-in-out;
}

.c-events-state-option:hover,
.c-events-state-option[aria-selected="true"] {
    background-color: #7bba2f;
    color: #fff;
}

.c-events-row {
    padding-top: 4em;
}

.ce-listing-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.ce-listing-container .tribe-events .tribe-events-l-container {
    padding-top: 0;
    padding-bottom: 0;
}

#supporters-scroller-container .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2.75em;
}

#map-pc-two-col {
    margin-top: 3em;
    margin-bottom: 5em;
}

.c-events-text {
    font-size: 18px;
}

.c-events-text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* DISABLE STATE FILTER CLEARING */
.select2-selection__rendered[id*="filterbar_state_province-container"] {
    pointer-events: none !important;
}

button.tribe-filter-bar-c-clear-button.tribe-filter-bar__selected-filters-clear-button,
.tribe-filter-bar__selected-filter[data-filter-name="tribe_state[]"] .tribe-filter-bar-c-pill__remove-button.tribe-filter-bar-c-pill__remove-button,
.select2-selection__rendered[id*="filterbar_state_province-container"] .select2-selection__clear {
    pointer-events: none !important;
    opacity: 0 !important;
}


/* select2-tribe-events-filterbar-21a62942-filterbar_state_province-container */

@media (min-width: 768px) {
    h1.c-events-title {
        font-size: 36px;
    }

    .pch-header,
    .cms-sticky-nav {
        position: relative;
    }

    .pch-header {
        z-index: 9;
    }

    .cms-sticky-nav {
        z-index: 8;
    }

    .c-events-row {
        position: relative;
        display: flex;
        padding-top: 0;
        width: 100%;
        align-items: flex-start;
        top: -6vw;
    }

    .c-events-row>div {
        flex: 1;
        flex-basis: 100%;
    }

    .c-events-text {
        align-self: flex-end;
        padding-right: 10%;
    }

    .c-events-top-container {
        margin-bottom: -4vw;
    }

}

@media (min-width: 768px) and (max-width: 1280px) {
    .c-events-text {
        padding-right: calc(10% + 2ch);
    }
}

@media (min-width: 1400px) {
    .c-events-row {}

    .c-events-row>.c-events-text {
        flex-basis: 43%;
    }

    .c-events-row>.c-events-map {
        flex-basis: 57%;
    }
}

/* These styles apply to content that is under the Event Listing  */

#under-events-listing h2.elementor-heading-title {
    color: #AC9669;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-align: center;
}

#under-events-listing .elementor-button-link {
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 1em 1.3em;
    border-radius: 4px;
    background-color: #7BBA2F !important;
    color: #fff !important;
    width: auto;
}