/* Events page */
.tribe-events .tribe-events-c-events-bar {
    align-items: center;
}
#tribe-events-view-selector-content {
    background: var(--bg-light) !important;
}
@media only screen and (max-width: 640px) {
    .tribe-events .tribe-events-c-events-bar__views {
        height: auto !important;
    }
}

/* Events - single */
.tribe-events-notices, .tribe-events-schedule, body.events-single div#header-space {
    display: none !important;
}
.tribe-events-single-event-title {
    font-weight: 400;
    font-size: 4rem;
}
.event-hero-container, .events-hero-container {
    width: 100%;
    min-height: 30rem;
    position: relative;
    overflow: hidden;
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-cocktail.jpg) top;
    background-size: 100%;
    animation: fadeInBackground 0.5s ease-in-out 0.25s both;
}
@keyframes fadeInBackground {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.event-hero-outer, .events-hero-outer {
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
@media only screen and (min-width: 1000px) {
    .event-hero-title-container {
        max-width: 60%;
    }
    .event-hero-outer, .events-hero-outer {
        max-width: 1425px;
        width: 100%;
        margin: 0 auto;
        padding: 0 60px;
    }
    #tribe-events-pg-template {
        max-width: none;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
}
.event-hero-inner {
    margin: 8rem 0;
    background: var(--bg-light);
    padding: 3rem 5rem 5rem;
    border-radius: 1rem;
}
.event-hero-image-container {
    position: absolute;
    right: 0;
    top: 6rem;
    width: 40rem;
}
.event-hero-specs-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 6rem;
    font-size: 0.95rem;
}

.event-hero-specs-container > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    backdrop-filter: blur(15px);
    border-radius: 1rem;
    padding: 0.6rem 1.4rem;
    min-width: 13.5rem;
    transition: 0.3s all;
    border: 1px solid rgb(41 38 38 / 10%);
}
.event-hero-specs-container > div:hover {
    transform: scale(1.03);
    border: 1px solid rgb(41 38 38 / 25%);
}
.event-hero-date-container {
    width: 5rem;
    height: 5rem;
    min-width: 5rem !important;
    padding: 0.4rem 0.4rem !important;
}
.event-hero-specs-container > div > div {
    flex: 0 0 100%;
}
.event-hero-date-container > div {
    text-align: center;
}
.event-hero-date-month {
    line-height: 1.6rem;
}
.event-hero-date-day {
    font-size: 2.4rem;
    line-height: 2.3rem;
    margin-bottom: 0.5rem;
}
.event-hero-time-container {
    width: auto;
}
.tribe-events-event-image {
    border-radius: 1rem;
    overflow: hidden;
}
.event-hero-specs-container > div > div > div {
    position: relative;
    padding-left: 1.8rem;
}
.event-hero-specs-container > div > div > div:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-clock-b.svg);
    display: block;
    position: absolute;
    background-size: 0.8rem;
    background-position: center;
    background-repeat: no-repeat;
    top: 0.5rem;
    left: 0;
}
.event-hero-duration:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-hour-b.svg) !important;
    background-size: 0.75rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-location-address:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-location-b.svg) !important;
    background-size: 0.85rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-location-address.timezone:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-globe-b.svg) !important;
    background-size: 0.8rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-location-type:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-user-b.svg) !important;
    background-size: 0.8rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-location-type.virtual:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/icon-laptop-b.svg) !important;
    background-size: 0.85rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-capacity-type:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/icon-people-b.svg) !important;
    background-size: 1.1rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-capacity-total:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/icon-ticket-b-2.svg) !important;
    background-size: 0.85rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-price:before {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/05/icon-price-b-02.svg) !important;
    background-size: 0.85rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.event-hero-container .body-image-container {
    border-radius: 1rem;
    overflow: hidden;
    max-height: 25rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.event-hero-container .body-image-container img {
    width: 100%;
}
.event-hero-container button.hero-button-reserve-your-spot {
    width: auto !important;
}
.event-hero-details-button-row {
    background: none !important;
    flex-grow: 4;
    text-align: right !important;
    justify-content: flex-end;
    padding: 0 !important;
    border: none !important;
}
.event-hero-details-button-row:hover {
    transform: none !important;
    border: none !important;
}
.event-hero-details-button-row button {
    width: auto !important;
    padding-top: 0.8rem !important;
}
@media only screen and (max-width: 640px) {
    .event-hero-details-button-row {
        padding: 0.6rem 0 !important;
    }
    .event-hero-container button.hero-button-reserve-your-spot {
        width: 100% !important;
    }
}
.tribe-events-event-categories-label, .tribe-events-event-categories, .tribe-events-back {
    display: none;
}
.event-sidebar-container {
    position: relative;
}
.event-sidebar-outer {
    position: relative;
    top: initial;
    background: var(--color-white) !important;
    border-radius: 1rem;
    padding: 2rem 3rem;
    box-shadow: 0 7px 32px rgba(37, 40, 39, 0.08);
}
.event-sidebar-outer.sticky {
    position: fixed;
    top: 2rem;
}
.event-sidebar-outer.bottom {
    position: absolute;
    bottom: 0;
}
.tribe_events {
    gap: 8rem;
    overflow: visible !important;
}
.tribe_events .wpforms-field-name .wpforms-field-medium {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.tribe_events .wpforms-field-name .wpforms-field-medium .wpforms-field-row-block {
    padding: 0 !important;
    width: auto !important;
    max-width: 50%;
    display: inline-block;
}
.tribe_events .wpforms-field-name .wpforms-field-medium .wpforms-field-row-block:first-of-type {
    padding-right: 0.5rem !important;
}
@media only screen and (min-width: 1000px) {
    div.tribe_events.type-tribe_events > div {
        flex-basis: calc(60% - 4rem);
        max-width: calc(60% - 4rem);
    }
    .event-sidebar-container {
        flex-basis: calc(40% - 4rem) !important;
        max-width: calc(40% - 4rem) !important;
    }
}
h3.event-sidebar-title {
    font-size: 1.8rem;
}
.event-sidebar-subtitle {
    font-size: 0.95rem;
}
.event-sidebar-container .wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row, .event-sidebar-container div.wpforms-container .wpforms-field-medium {
    opacity: 1 !important;
}
.event-sidebar-container div.wpforms-container input[type=text]:hover, .event-sidebar-container div.wpforms-container input[type=text]:focus, .event-sidebar-container div.wpforms-container input.wpforms-field-medium:hover, .event-sidebar-container div.wpforms-container input.wpforms-field-medium:focus {
    background-color: rgb(118 162 150 / 22%) !important;
}
.event-sidebar-container div.wpforms-container input[type=text]::placeholder, .event-sidebar-container div.wpforms-container .wpforms-field-medium::placeholder {
    color: #445e56 !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
div.wpforms-container-full .wpforms-form label.wpforms-error:before, div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    content: none;
}
body.single-tribe_events #header-outer.at-top {
    background: rgba(252, 255, 246, 0.8) !important;
    backdrop-filter: blur(15px);
    padding: 0 25px !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
}
body.single-tribe_events #header-outer.at-top #top {
    max-width: 1300px;
    margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
    body.single-tribe_events #header-outer.at-top {
        padding: 1rem 25px !important;
    }
    .event-hero-inner {
        margin: 6rem 0 3rem;
        padding: 2rem 2.5rem;
    }
    .tribe-events-single-event-title {
        font-size: 2.5rem;
    }
    .event-hero-specs-container {
        margin-top: 3rem;
    }
    .event-hero-specs-container > div {
        min-width: 12.5rem;
    }
    .event-hero-location-container, .event-hero-capacity-container {
        min-width: 100% !important;
    }
    .event-hero-time-container {
        min-width: 12.4rem !important;
        width: 12.4rem !important;
    }
    .event-hero-time-container {
        width: 11.6rem;
        padding: 0.6rem 1rem !important;
    }
    .event-hero-specs-container > div > div > div {
        padding-left: 1.6rem;
    }
    .event-sidebar-outer {
        margin-bottom: 4rem !important;
        padding: 1.8rem 2rem;
    }
    body.single-tribe_events .container-wrap {
        padding-top: 2rem !important;
    }
    body.single-tribe_events #header-outer.at-top #top .slide-out-widget-area-toggle a .lines-button::after, body.single-tribe_events #header-outer.invisible #top .slide-out-widget-area-toggle a .lines-button::after, body.single-tribe_events #header-outer.at-top #top .slide-out-widget-area-toggle a .lines::after, body.single-tribe_events #header-outer.invisible #top .slide-out-widget-area-toggle a .lines::after, body.single-tribe_events #header-outer.at-top #top .slide-out-widget-area-toggle a .lines::before, body.single-tribe_events #header-outer.invisible #top .slide-out-widget-area-toggle a .lines::before {
        background-color: var(--color-black) !important;
    }
    body.single-tribe_events .event-hero-container {
        background-size: cover !important;
    }     
}
body.single-tribe_events #header-outer.at-top a#logo:before, body.single-tribe_events #header-outer.invisible a#logo:before {
    background: url(https://palomarr.com/wp-content/uploads/2024/05/palomarr-logo-b.png);
    background-size: contain;
}
body.single-tribe_events .container-wrap {
    padding-top: 6rem;
}
body.tribe-events-page-template .before-footer {
    padding-top: 8rem !important;
}
body.tribe-events-page-template .tribe-events-header__title-text, body.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
    display: none;
}
.the-events-calendar-category-list li {
    font-size: 0.9rem;
}
body.single-tribe_events.event-type-pizza .hero-button-reserve-your-spot:hover, body.single-tribe_events.event-type-pizza .wpforms-submit:hover {
    opacity: 0.85 !important;
}
.ycbm-container {
    margin: 0 !important;
}
.tribe-events-content blockquote {
    border-left: 4px solid #eaeee3;
    padding: 0.4rem 2rem;
}
.tribe-events-content blockquote span.open-quote, body.single-tribe_events .tribe-events-event-meta, body.single-tribe_events .tribe-events.tribe-common {
    display: none;
}
.tribe-events-content p:last-child, .tribe-events-content ul:last-child {
    margin-bottom: 0 !important;
}
body.single-tribe_events h1 {
    margin: 1rem 0;
}
body.single-tribe_events h2 {
    margin: 5rem 0 1rem;
}
body.single-tribe_events .img-with-aniamtion-wrap {
    max-height: 25rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
    margin: 3rem 0 !important;
}
.event-sidebar-header {
    margin: 0.5rem 0 2rem !important;
    font-size: 2rem;
}
@media only screen and (min-width: 640px) {
    .event-hero-title-location-wrapper {
        display: flex;
        gap: 9rem;
    }
}
.event-hero-location-address {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.tribe-events-venue-map {
    width: 100%;
}
.tribe-events-venue-map iframe {
    border-radius: 1rem;
    overflow: hidden;
}
@media only screen and (max-width: 640px) {
    .tribe-events-venue-map {
        display: none;
    }
}
.hbspt-form iframe {
    max-width: 40rem;
    margin: 0 auto;
}
.events-newsletter {
    max-width: 40rem;
    margin: 0 auto 6rem;
    background: #f5f4e6;
    padding: 3rem 4rem 4rem;
    border-radius: 1rem;
}
body.tribe_events-template-default .events-newsletter h2, body.post-type-archive-tribe_events .events-newsletter h2 {
    margin: 0 0 1rem;
}
.events-back {
    color: currentColor;
    padding: 0.4rem 1rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 100px;
    border: 1px solid rgb(41 38 38 / 10%);
    transition: all 0.3s ease-in-out;
}
.events-back:hover {
    transform: scale(1.1);
}
.events-back svg {
    vertical-align: -1px;
    margin-right: 8px;
    padding-bottom: 1px;
}
.event-hero-title-location-wrapper .event-hero-location-container {
    margin-top: 4rem;
}
.tribe-events-sub-nav li {
    list-style: none;
}

/* Custom post types */
/* Pizza */
body.single-tribe_events.event-type-pizza .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/02/palomarr-event-bg-pizza-3.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-pizza .hero-button-reserve-your-spot, body.single-tribe_events.event-type-pizza .wpforms-submit, body.single-tribe_events.event-type-pizza .body-button-reserve-your-spot {
    background: rgb(var(--color-pizza)) !important;
}
body.single-tribe_events.event-type-pizza {
    color: rgb(var(--color-pizza)) !important;
}
body.single-tribe_events.event-type-pizza .event-hero-specs-container > div, body.single-tribe_events.event-type-pizza .event-hero-date-container, body.single-tribe_events.event-type-pizza .events-back {
    border-color: rgba(var(--color-pizza), 0.25);
}
body.single-tribe_events.event-type-pizza .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(26%) saturate(672%) hue-rotate(304deg) brightness(94%) contrast(93%);
}
/* Movie */
body.single-tribe_events.event-type-movie .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-movie-2.jpg) center;
    background-size: 100%;
}
body.single-tribe_events.event-type-movie .hero-button-reserve-your-spot, body.single-tribe_events.event-type-movie .wpforms-submit, body.single-tribe_events.event-type-movie .body-button-reserve-your-spot {
    background: rgb(var(--color-movie)) !important;
}
body.single-tribe_events.event-type-movie {
    color: rgb(var(--color-movie)) !important;
}
body.single-tribe_events.event-type-movie .event-hero-specs-container > div, body.single-tribe_events.event-type-movie .event-hero-date-container, body.single-tribe_events.event-type-movie .events-back {
    border-color: rgba(var(--color-movie), 0.25);
}
body.single-tribe_events.event-type-movie .event-hero-specs-container > div > div > div:before {
    filter: invert(51%) sepia(10%) saturate(2236%) hue-rotate(112deg) brightness(93%) contrast(93%);
}
/* Cocktail */
body.single-tribe_events.event-type-cocktail .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-cocktail.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-cocktail .hero-button-reserve-your-spot, body.single-tribe_events.event-type-cocktail .wpforms-submit, body.single-tribe_events.event-type-cocktail .body-button-reserve-your-spot {
    background: rgb(var(--color-cocktail)) !important;
}
body.single-tribe_events.event-type-cocktail {
    color: rgb(var(--color-cocktail)) !important;
}
body.single-tribe_events.event-type-cocktail .event-hero-specs-container > div, body.single-tribe_events.event-type-cocktail .event-hero-date-container, body.single-tribe_events.event-type-cocktail .events-back {
    border-color: rgba(var(--color-cocktail), 0.25);
}
body.single-tribe_events.event-type-cocktail .event-hero-specs-container > div > div > div:before {
    filter: invert(27%) sepia(43%) saturate(392%) hue-rotate(218deg) brightness(96%) contrast(87%);
}
/* Basketball */
body.single-tribe_events.event-type-basketball .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-basketball.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-basketball .hero-button-reserve-your-spot, body.single-tribe_events.event-type-basketball .wpforms-submit, body.single-tribe_events.event-type-basketball .body-button-reserve-your-spot {
    background: rgb(var(--color-basketball)) !important;
}
body.single-tribe_events.event-type-basketball {
    color: rgb(var(--color-basketball)) !important;
}
body.single-tribe_events.event-type-basketball .event-hero-specs-container > div, body.single-tribe_events.event-type-basketball .event-hero-date-container, body.single-tribe_events.event-type-basketball .events-back {
    border-color: rgba(var(--color-basketball), 0.25);
}
body.single-tribe_events.event-type-basketball .event-hero-specs-container > div > div > div:before {
    filter: invert(47%) sepia(15%) saturate(2404%) hue-rotate(314deg) brightness(91%) contrast(82%);
}
/* Hockey */
body.single-tribe_events.event-type-hockey .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-hockey.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-hockey .hero-button-reserve-your-spot, body.single-tribe_events.event-type-hockey .wpforms-submit, body.single-tribe_events.event-type-hockey .body-button-reserve-your-spot {
    background: rgb(var(--color-hockey)) !important;
}
body.single-tribe_events.event-type-hockey {
    color: rgb(var(--color-hockey)) !important;
}
body.single-tribe_events.event-type-hockey .event-hero-specs-container > div, body.single-tribe_events.event-type-hockey .event-hero-date-container, body.single-tribe_events.event-type-hockey .events-back {
    border-color: rgba(var(--color-hockey), 0.25);
}
body.single-tribe_events.event-type-hockey .event-hero-specs-container > div > div > div:before {
    filter: invert(18%) sepia(0%) saturate(281%) hue-rotate(235deg) brightness(93%) contrast(99%);
}
/* Football */
body.single-tribe_events.event-type-football .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-football.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-football .hero-button-reserve-your-spot, body.single-tribe_events.event-type-football .wpforms-submit, body.single-tribe_events.event-type-football .body-button-reserve-your-spot {
    background: var(--color-football) !important;
}
body.single-tribe_events.event-type-football {
    color: var(--color-football) !important;
}
body.single-tribe_events.event-type-football .event-hero-specs-container > div, body.single-tribe_events.event-type-football .event-hero-date-container, body.single-tribe_events.event-type-football .events-back {
    border-color: rgba(var(--color-football), 0.25);
}
body.single-tribe_events.event-type-football .event-hero-specs-container > div > div > div:before {
    filter: invert(29%) sepia(2%) saturate(5319%) hue-rotate(339deg) brightness(111%) contrast(101%);
}
/* Concert */
body.single-tribe_events.event-type-concert .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-football.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-concert .hero-button-reserve-your-spot, body.single-tribe_events.event-type-concert .wpforms-submit, body.single-tribe_events.event-type-football .body-button-reserve-your-spot {
    background: rgb(var(--color-concert)) !important;
}
body.single-tribe_events.event-type-concert {
    color: rgb(var(--color-concert)) !important;
}
body.single-tribe_events.event-type-concert .event-hero-specs-container > div, body.single-tribe_events.event-type-concert .event-hero-date-container, body.single-tribe_events.event-type-concert .events-back {
    border-color: rgba(var(--color-concert), 0.25);
}
body.single-tribe_events.event-type-concert .event-hero-specs-container > div > div > div:before {
    filter: invert(66%) sepia(6%) saturate(2025%) hue-rotate(118deg) brightness(86%) contrast(86%);
}
/* Churro */
body.single-tribe_events.event-type-churro .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-churro.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-churro .hero-button-reserve-your-spot, body.single-tribe_events.event-type-churro .wpforms-submit, body.single-tribe_events.event-type-churro .body-button-reserve-your-spot {
    background: rgb(var(--color-churro)) !important;
}
body.single-tribe_events.event-type-churro {
    color: rgb(var(--color-churro)) !important;
}
body.single-tribe_events.event-type-churro .event-hero-specs-container > div, body.single-tribe_events.event-type-churro .event-hero-date-container, body.single-tribe_events.event-type-churro .events-back {
    border-color: rgba(var(--color-churro), 0.25);
}
body.single-tribe_events.event-type-churro .event-hero-specs-container > div > div > div:before {
    filter: invert(37%) sepia(53%) saturate(365%) hue-rotate(328deg) brightness(90%) contrast(87%);
}
/* Racing */
body.single-tribe_events.event-type-racing .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-racing.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-racing .hero-button-reserve-your-spot, body.single-tribe_events.event-type-racing .wpforms-submit, body.single-tribe_events.event-type-racing .body-button-reserve-your-spot {
    background: rgb(var(--color-racing)) !important;
}
body.single-tribe_events.event-type-racing {
    color: rgb(var(--color-racing)) !important;
}
body.single-tribe_events.event-type-racing .event-hero-specs-container > div, body.single-tribe_events.event-type-racing .event-hero-date-container, body.single-tribe_events.event-type-racing .events-back {
    border-color: rgba(var(--color-racing), 0.25);
}
body.single-tribe_events.event-type-racing .event-hero-specs-container > div > div > div:before {
    filter: invert(18%) sepia(0%) saturate(281%) hue-rotate(235deg) brightness(93%) contrast(99%);
}
/* Baseball */
body.single-tribe_events.event-type-baseball .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-baseball.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-baseball .hero-button-reserve-your-spot, body.single-tribe_events.event-type-baseball .wpforms-submit, body.single-tribe_events.event-type-baseball .body-button-reserve-your-spot {
    background: rgb(var(--color-baseball)) !important;
}
body.single-tribe_events.event-type-baseball {
    color: rgb(var(--color-baseball)) !important;
}
body.single-tribe_events.event-type-baseball .event-hero-specs-container > div, body.single-tribe_events.event-type-baseball .event-hero-date-container, body.single-tribe_events.event-type-baseball .events-back {
    border-color: rgba(var(--color-baseball), 0.25);
}
body.single-tribe_events.event-type-baseball .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(26%) saturate(672%) hue-rotate(304deg) brightness(94%) contrast(93%);
}
/* Pasta */
body.single-tribe_events.event-type-pasta .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-pasta.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-pasta .hero-button-reserve-your-spot, body.single-tribe_events.event-type-pasta .wpforms-submit, body.single-tribe_events.event-type-pasta .body-button-reserve-your-spot {
    background: rgb(var(--color-pasta)) !important;
}
body.single-tribe_events.event-type-pasta {
    color: rgb(var(--color-pasta)) !important;
}
body.single-tribe_events.event-type-pasta .event-hero-specs-container > div, body.single-tribe_events.event-type-pasta .event-hero-date-container, body.single-tribe_events.event-type-pasta .events-back {
    border-color: rgba(var(--color-pasta), 0.25);
}
body.single-tribe_events.event-type-pasta .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(26%) saturate(672%) hue-rotate(304deg) brightness(94%) contrast(93%);
}
/* Restaurant */
body.single-tribe_events.event-type-restaurant .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/05/palomarr-event-bg-restaurant-02.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-restaurant .hero-button-reserve-your-spot, body.single-tribe_events.event-type-restaurant .wpforms-submit, body.single-tribe_events.event-type-restaurant .body-button-reserve-your-spot {
    background: rgb(var(--color-restaurant)) !important;
}
body.single-tribe_events.event-type-restaurant .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(26%) saturate(672%) hue-rotate(304deg) brightness(94%) contrast(93%);
}
/* Thai */
body.single-tribe_events.event-type-thai .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-thai.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-thai .hero-button-reserve-your-spot, body.single-tribe_events.event-type-thai .wpforms-submit, body.single-tribe_events.event-type-thai .body-button-reserve-your-spot {
    background: rgb(var(--color-thai)) !important;
}
body.single-tribe_events.event-type-thai {
    color: rgb(var(--color-thai)) !important;
}
body.single-tribe_events.event-type-thai .event-hero-specs-container > div, body.single-tribe_events.event-type-thai .event-hero-date-container, body.single-tribe_events.event-type-thai .events-back {
    border-color: rgba(var(--color-thai), 0.25);
}
body.single-tribe_events.event-type-thai .event-hero-specs-container > div > div > div:before {
    filter: invert(43%) sepia(88%) saturate(300%) hue-rotate(34deg) brightness(87%) contrast(89%);
}
/* Tequila */
body.single-tribe_events.event-type-tequila .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-tequila.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-tequila .hero-button-reserve-your-spot, body.single-tribe_events.event-type-tequila .wpforms-submit, body.single-tribe_events.event-type-tequila .body-button-reserve-your-spot {
    background: rgb(var(--color-tequila)) !important;
}
body.single-tribe_events.event-type-tequila {
    color: rgb(var(--color-tequila)) !important;
}
body.single-tribe_events.event-type-tequila .event-hero-specs-container > div, body.single-tribe_events.event-type-tequila .event-hero-date-container, body.single-tribe_events.event-type-tequila .events-back {
    border-color: rgba(var(--color-tequila), 0.25);
}
body.single-tribe_events.event-type-tequila .event-hero-specs-container > div > div > div:before {
    filter: invert(43%) sepia(88%) saturate(300%) hue-rotate(34deg) brightness(87%) contrast(89%);
}
/* Wine */
body.single-tribe_events.event-type-wine .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/03/palomarr-event-bg-wine.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-wine .hero-button-reserve-your-spot, body.single-tribe_events.event-type-wine .wpforms-submit, body.single-tribe_events.event-type-wine .body-button-reserve-your-spot {
    background: rgb(var(--color-wine)) !important;
}
body.single-tribe_events.event-type-wine {
    color: rgb(var(--color-wine)) !important;
}
body.single-tribe_events.event-type-wine .event-hero-specs-container > div, body.single-tribe_events.event-type-wine .event-hero-date-container, body.single-tribe_events.event-type-wine .events-back {
    border-color: rgba(var(--color-wine), 0.25);
}
body.single-tribe_events.event-type-wine .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(20%) saturate(512%) hue-rotate(282deg) brightness(91%) contrast(91%);
}
/* Conference */
body.single-tribe_events.event-type-conference .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/05/palomarr-event-bg-conference.jpg) center;
    background-size: 100%;
}
body.single-tribe_events.event-type-conference .hero-button-reserve-your-spot, body.single-tribe_events.event-type-conference .wpforms-submit, body.single-tribe_events.event-type-conference .body-button-reserve-your-spot {
    background: rgb(var(--color-conference)) !important;
}
body.single-tribe_events.event-type-conference {
    color: rgb(var(--color-conference)) !important;
}
body.single-tribe_events.event-type-conference .event-hero-specs-container > div, body.single-tribe_events.event-type-conference .event-hero-date-container, body.single-tribe_events.event-type-conference .events-back {
    border-color: rgba(var(--color-conference), 0.25);
}
body.single-tribe_events.event-type-conference .event-hero-specs-container > div > div > div:before {
    filter: invert(36%) sepia(44%) saturate(255%) hue-rotate(152deg) brightness(93%) contrast(85%);
}
/* Happy hour */
body.single-tribe_events.event-type-happy-hour .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/05/palomarr-event-bg-happy-hour.jpg) center;
    background-size: 100%;
}
body.single-tribe_events.event-type-happy-hour .hero-button-reserve-your-spot, body.single-tribe_events.event-type-happy-hour .wpforms-submit, body.single-tribe_events.event-type-happy-hour .body-button-reserve-your-spot {
    background: rgb(var(--color-happy-hour)) !important;
}
body.single-tribe_events.event-type-happy-hour {
    color: rgb(var(--color-happy-hour)) !important;
}
body.single-tribe_events.event-type-happy-hour .event-hero-specs-container > div, body.single-tribe_events.event-type-happy-hour .event-hero-date-container, body.single-tribe_events.event-type-happy-hour .events-back {
    border-color: rgba(var(--color-happy-hour), 0.25);
}
body.single-tribe_events.event-type-happy-hour .event-hero-specs-container > div > div > div:before {
    filter: invert(27%) sepia(43%) saturate(392%) hue-rotate(218deg) brightness(96%) contrast(87%);
}
/* Steak */
body.single-tribe_events.event-type-steak .event-hero-container {
    background: url(https://www.palomarr.com/wp-content/uploads/2025/05/palomarr-event-bg-steak.jpg) top;
    background-size: 100%;
}
body.single-tribe_events.event-type-steak .hero-button-reserve-your-spot, body.single-tribe_events.event-type-steak .wpforms-submit, body.single-tribe_events.event-type-steak .body-button-reserve-your-spot {
    background: rgb(var(--color-steak)) !important;
}
body.single-tribe_events.event-type-steak {
    color: rgb(var(--color-steak)) !important;
}
body.single-tribe_events.event-type-steak .event-hero-specs-container > div, body.single-tribe_events.event-type-steak .event-hero-date-container, body.single-tribe_events.event-type-steak .events-back {
    border-color: rgba(var(--color-steak), 0.25);
}
body.single-tribe_events.event-type-steak .event-hero-specs-container > div > div > div:before {
    filter: invert(40%) sepia(26%) saturate(672%) hue-rotate(304deg) brightness(94%) contrast(93%);
}

/* Events list page */
body.post-type-archive-tribe_events div#header-space, .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}
body.post-type-archive-tribe_events .events-hero-container {
    background: #1c2923;
}

@keyframes palomarr-light-1 {
    0% { transform: translate(10vw, -10vh) scale(0.8); }
    25% { transform: translate(40vw, 40vh) scale(1.2); }
    50% { transform: translate(90vw, 20vh) scale(0.8); }
    75% { transform: translate(40vw, -20vh) scale(1); }
    100% { transform: translate(10vw, -10vh) scale(0.8); }
}

@keyframes palomarr-light-2 {
    0% { transform: translate(80vw, 90vh) scale(1.2); }
    25% { transform: translate(50vw, 20vh) scale(0.8); }
    50% { transform: translate(20vw, 70vh) scale(1); }
    75% { transform: translate(5vw, 10vh) scale(1.2); }
    100% { transform: translate(80vw, 90vh) scale(1.2); }
}

@keyframes palomarr-light-3 {
    0% { transform: translate(50vw, 50vh) scale(0.9); }
    25% { transform: translate(0vw, 0vh) scale(1.1); }
    50% { transform: translate(90vw, 90vh) scale(0.9); }
    75% { transform: translate(20vw, 0vh) scale(1.1); }
    100% { transform: translate(50vw, 50vh) scale(0.9); }
}

@keyframes palomarr-light-4 {
    0% { transform: translate(-10vw, 80vh) scale(1.1); }
    25% { transform: translate(30vw, 10vh) scale(0.9); }
    50% { transform: translate(80vw, 40vh) scale(1.1); }
    75% { transform: translate(40vw, 90vh) scale(0.9); }
    100% { transform: translate(-10vw, 80vh) scale(1.1); }
}

@keyframes palomarr-light-5 {
    0% { transform: translate(50vw, -20vh) scale(1); }
    25% { transform: translate(80vw, 100vh) scale(1.2); }
    50% { transform: translate(20vw, 80vh) scale(0.8); }
    75% { transform: translate(0vw, 20vh) scale(1.2); }
    100% { transform: translate(50vw, -20vh) scale(1); }
}

body.post-type-archive-tribe_events .events-hero-container {
	position: relative;
    background-color: #234033;
}

.events-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.events-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(80px);
}

.events-hero-light {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.8;
}

.events-hero-light:nth-child(1) {
    width: 450px;
    height: 450px;
    background-color: rgba(114, 194, 139, 0.4); /* Muted Mint Green */
    animation: palomarr-light-1 35s linear infinite;
}

.events-hero-light:nth-child(2) {
    width: 350px;
    height: 350px;
    background-color: rgba(232, 146, 103, 0.4); /* Terracotta */
    animation: palomarr-light-2 45s linear infinite;
}

.events-hero-light:nth-child(3) {
    width: 400px;
    height: 400px;
    background-color: rgba(99, 98, 192, 0.4); /* Dusky Lavender */
    animation: palomarr-light-3 55s linear infinite;
}

.events-hero-light:nth-child(4) {
    width: 300px;
    height: 300px;
    background-color: rgba(206, 153, 96, 0.4); /* Warm Gold */
    animation: palomarr-light-4 65s linear infinite;
}

.events-hero-light:nth-child(5) {
    width: 250px;
    height: 250px;
    background-color: rgba(178, 208, 88, 0.3); /* Olive Green */
    animation: palomarr-light-5 75s linear infinite;
}


body.post-type-archive-tribe_events .events-hero-inner {
	position: relative;
    z-index: 1;
    margin: 8rem 0;
}

body.post-type-archive-tribe_events span.events-description {
    display: block;
    margin-top: 1.6rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar, .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    background: none !important;
    border: none;
}
body.post-type-archive-tribe_events div#tribe-events-search-container {
    background: #f4f6f1;
    border-radius: 100px;
    height: 50px;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.02);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    height: 42px !important;
    margin-right: 6px !important;
    width: auto !important;
    padding: 0.6rem 1.8rem 0.8rem !important;
    font-size: 0.9rem !important;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.tribe-events .tribe-events-c-events-bar__views {
    height: 50px;
}
.tribe-events-view {
    background: none !important;
}
@media only screen and (min-width: 640px) {
    .tribe-events-calendar-list__event-wrapper.tribe-common-g-col > article > div {
        max-width: 50% !important;
    }
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row;
    justify-content: flex-start;
}
.tribe_events {
    gap: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: calc(var(--tec-grid-width-1-of-8)*2.5);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator + .tribe-events-calendar-list__event-row, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
    .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
        margin-bottom: 0 !important;
    }
    .tribe-events .tribe-events-calendar-list__month-separator + .tribe-events-calendar-list__event-row, .tribe-events .tribe-events-calendar-list__event-row {
        margin-bottom: 3.5rem;
    }
}
body.single-tribe_events em {
    font-size: 18px !important;
    font-family: 'Satoshi-BoldItalic';
}