/*
Theme Name: Sarasota Box Office Child Theme
Template: sbo-core
Text Domain: sbo-child
Description: A customizable WordPress child theme based
Author: Sarasota Box Office
Author URI: https://sarasotaboxoffice
Version: 1.0.0
*/

.notice-banner .btn {
    background-color: rgb(57, 166, 208);
    transition: background-color 0.25s ease;
}

.notice-banner .btn:hover {
    background-color: rgb(17, 92, 178);
}

/* Tent Top Separator */
.tent-separator {
    position: relative;
    z-index: 30;
}

.tent-separator__tent {
    margin: 0 auto;
    width: 384px; /* desktop */
    margin-top: -151px;
}

.tent-separator__bar {
    width: 100%;
    height: 50px;
    margin-top: -1px;
    background-color: var(--sbo-colors-tertiary-dark);
}

/* Mobile */
@media (max-width: 767px) {
    .tent-separator__tent {
        width: 260px;
        margin-top: -102px;
    }

    .tent-separator__bar {
        margin-top: -1px;
    }

}
    #fold-btn {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        padding: 1.5rem 2rem;
        font-size: 1.25rem;
    }

    @media (max-width: 767px) {
        #fold-btn {
            padding: 0.75rem 1rem;
            font-size: 0.875rem;
        }
    }

/* ===========================================
   HERO VIDEO OVERLAY
   =========================================== */

.hero-overlay {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.2) 40%,
            rgba(0, 0, 0, 0.6) 100%
    );
}

.hero-content {
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    font-family: 'Poppins', sans-serif;
}

/* ===========================================
   HERO TYPOGRAPHY
   =========================================== */

/* Tagline */
.hero-content > p:first-child {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    margin-bottom: 1rem !important;
}

/* Title */
.hero-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 4rem !important;
    font-weight: 900 !important;
    margin-bottom: 1.5rem !important;
}

/* "Winter Circus" in cyan */
.hero-title span {
    color: #39a6d0 !important;
}

/* Details row (location + date) */
.hero-content .flex.flex-wrap {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem !important;
    margin-bottom: 1.75rem !important;
}

/* ===========================================
   HERO BUTTON
   =========================================== */

.hero-content .btn {
    padding: 1rem 3rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 20px rgba(245, 197, 66, 0.4) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 1.5rem !important;
}

.hero-content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(245, 197, 66, 0.6) !important;
}

/* ===========================================
   HERO PRICE
   =========================================== */

/* Price line */
.hero-content > p:last-of-type {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem !important;
    opacity: 1 !important;
}

/* "$38" in cyan */
.hero-content > p:last-of-type strong {
    color: #39a6d0 !important;
    font-weight: 700;
}

/* ===========================================
   SCROLL HINT
   =========================================== */

/* Scroll hint - position above tent */
.module-video_player > .absolute.bottom-4,
.hero-scroll-hint {
    bottom: 180px !important;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    opacity: 0.8 !important;
    animation: bounce 2s ease-in-out infinite;
    z-index: 25 !important;
}

@media (max-width: 767px) {
    .module-video_player > .absolute.bottom-4,
    .hero-scroll-hint {
        bottom: 120px !important;
    }
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ===========================================
   RESPONSIVE
   =========================================== */

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1024px) {
    .hero-content > p:first-child {
        font-size: 1.125rem !important;
    }

    .hero-title {
        font-size: 4rem !important;
    }

    .hero-content .flex.flex-wrap {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding-bottom: 80px;
    }

    .hero-title {
        font-size: 2.25rem !important;
    }

    .hero-content .btn {
        padding: 0.875rem 2rem !important;
        font-size: 0.875rem !important;
    }
}

/* ===========================================
   WHAT TO EXPECT SECTION
   =========================================== */

.module-what-to-expect {
    font-family: 'Poppins', sans-serif;
}

.wte-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--sbo-colors-secondary);
}

.wte-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem!important;
    font-weight: 400;
    padding: 0 25px;
}

@media (min-width: 768px) {
    .wte-subtitle {
        font-size: 3rem;
    }
}

/* Features Grid */
.wte-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .wte-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Feature Cards */
.wte-card {
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.wte-card:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-4px);
}

.wte-card h3 {
    font-family: 'Poppins', sans-serif;
}

/* Icon gradient background */
.wte-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: linear-gradient(135deg, var(--sbo-colors-secondary) 0%, #ff9800 100%);
}

/* Trust badge values in cyan */
.wte-badge-value {
    color: var(--sbo-colors-tertiary-dark);
    font-weight: 700;
}
/* ===========================================
   REVIEWS CAROUSEL
   =========================================== */

.module-reviews-carousel {
    font-family: 'Poppins', sans-serif;
    background: rgba(0, 0, 0, 0.2);
}

.review-stars {
    color: var(--sbo-colors-secondary);
    font-size: 2rem;
    letter-spacing: 0.5rem;
}

.review-text {
    font-family: 'Poppins', sans-serif;
}

.review-author {
    font-family: 'Poppins', sans-serif;
}

/* ===========================================
   UPCOMING SHOWS CARDS (wc-strawhouse plugin)
   =========================================== */

.sh-upcoming-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .sh-upcoming-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sh-upcoming-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--sbo-colors-white);
    background: rgba(17, 92, 178, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.sh-upcoming-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--sbo-colors-secondary);
}

.sh-upcoming-card__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #39A6D0;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
}

.sh-upcoming-card__day-abbr {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__day-num {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--sbo-colors-secondary);
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.sh-upcoming-card__month {
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__city {
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__time {
    font-size: 0.8125rem;
    opacity: 0.7;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__location {
    font-size: 0.75rem;
    opacity: 0.6;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card__btn {
    display: inline-block;
    background: var(--sbo-colors-secondary);
    color: var(--sbo-colors-primary);
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-card:hover .sh-upcoming-card__btn {
    background: var(--sbo-colors-white);
    transform: translateY(-2px);
}

/* Button */
.sh-upcoming-btn {
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 20px rgba(245, 197, 66, 0.4) !important;
    transition: all 0.3s ease !important;
}

.sh-upcoming-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(245, 197, 66, 0.6) !important;
}

/* CTA Section */
.sh-upcoming-cta {
    background: linear-gradient(135deg, #0a3d91 0%, #0d47a1 100%);
    padding: 4rem 1.25rem;
}

.sh-upcoming-cta__title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.sh-upcoming-cta__text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.sh-upcoming-cta__urgency {
    display: inline-block;
    background: rgba(255, 60, 60, 0.9);
    padding: 0.75rem 1.75rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 1.5rem;
}
/* ===========================================
   UPCOMING SHOWS - CALENDAR LIST OVERRIDE
   Transforms [event_calendar_list] into date cards
   =========================================== */

/* Wrapper */
.sh-upcoming-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.sh-upcoming-wrapper .strawhouse-calendar__events {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    background: transparent !important;
}

@media (min-width: 768px) {
    .sh-upcoming-wrapper .strawhouse-calendar__events {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Hide month header and day titles */
.sh-upcoming-wrapper .strawhouse-calendar__month,
.sh-upcoming-wrapper .strawhouse-calendar__day-title {
    display: none !important;
}

/* Row groups as grid items */
.sh-upcoming-wrapper .strawhouse-calendar__row-group {
    display: block;
}

/* LIMIT TO 6 DAYS - explicit show/hide */
.sh-upcoming-wrapper .strawhouse-calendar__events > .strawhouse-calendar__row-group {
    display: none !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__events > .strawhouse-calendar__row-group:nth-child(-n+6) {
    display: block !important;
}

/* ONE CARD PER DAY - hide duplicate showtimes */
.sh-upcoming-wrapper .strawhouse-calendar__row-group > a.strawhouse-calendar__row {
    display: flex !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__row-group > a.strawhouse-calendar__row ~ a.strawhouse-calendar__row {
    display: none !important;
}

/* Style each row as a card */
.sh-upcoming-wrapper .strawhouse-calendar__row {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--sbo-colors-white) !important;
    background: rgba(17, 92, 178, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.75rem !important;
    padding: 1.5rem !important;
    text-align: center;
    transition: all 0.3s ease;
}

.sh-upcoming-wrapper .strawhouse-calendar__row:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--sbo-colors-secondary) !important;
}

/* Day badge */
.sh-upcoming-wrapper .strawhouse-calendar__day {
    margin-bottom: 0.75rem;
    background: transparent !important;
    border: none !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__day__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #39A6D0 !important;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.sh-upcoming-wrapper .strawhouse-calendar__day__abbr {
    font-size: 0.75rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: var(--sbo-colors-white) !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__day__number {
    font-size: 2rem;
    font-weight: 900;
    color: var(--sbo-colors-secondary) !important;
    margin: 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

/* Hide category icon */
.sh-upcoming-wrapper .strawhouse-calendar__icon {
    display: none !important;
}

/* CENTERING FIX - Details section */
.sh-upcoming-wrapper .strawhouse-calendar__details {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

.sh-upcoming-wrapper .strawhouse-calendar__city {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--sbo-colors-white) !important;
    display: block !important;
    text-align: center !important;
}

/* Time on its own line, centered */
.sh-upcoming-wrapper .strawhouse-calendar__time {
    display: block !important;
    font-size: 0.8125rem;
    opacity: 0.7;
    margin-top: 0.5rem;
    color: var(--sbo-colors-white) !important;
    text-align: center !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__time svg {
    display: none !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__location {
    display: block !important;
    font-size: 0.75rem;
    opacity: 0.6;
    margin: 0.5rem 0 0 0;
    font-family: 'Poppins', sans-serif;
    color: var(--sbo-colors-white) !important;
    text-align: center !important;
}

/* Action button */
.sh-upcoming-wrapper .strawhouse-calendar__action {
    width: 100%;
    margin-top: auto;
    text-align: center;
}

.sh-upcoming-wrapper .strawhouse-calendar__action__btn {
    display: inline-block;
    background: var(--sbo-colors-secondary) !important;
    color: var(--sbo-colors-primary) !important;
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.sh-upcoming-wrapper .strawhouse-calendar__row:hover .strawhouse-calendar__action__btn {
    background: var(--sbo-colors-white) !important;
    transform: translateY(-2px);
}

/* ===========================================
   VIDEO SECTION - MOBILE
   =========================================== */

@media (max-width: 767px) {
    /* Smaller tent on mobile */
    .tent-separator__tent {
        width: 180px;
        margin-top: -71px;
    }

    /* Shorter bar */
    .tent-separator__bar {
        height: 25px;
    }

    /* Move content up above tent */
    .hero-content {
        padding: 5rem;
        padding-bottom: 150px;
        justify-content: flex-end;
    }

    /* Hide title on mobile */
    .hero-title {
        display: none !important;
    }

    /* Smaller tagline */
    .hero-content > p:first-child {
        font-size: 0.75rem !important;
        letter-spacing: 2px;
        margin-bottom: 0.5rem !important;
    }

    /* Tighter details row */
    .hero-content .flex.flex-wrap {
        font-size: 0.875rem !important;
        gap: 0.5rem;
        margin-bottom: 1.25rem !important;
    }

    /* Smaller button */
    .hero-content .btn {
        padding: 0.625rem 1.25rem !important;
        font-size: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Smaller price text */
    .hero-content > p:last-of-type {
        font-size: 0.875rem !important;
    }

    /* Scroll hint closer to content */
    .module-video_player > .absolute.bottom-4,
    .hero-scroll-hint {
        bottom: 90px !important;
    }
}
/* ===========================================
   REVIEWS CAROUSEL
   =========================================== */
/* Mobile */
@media (max-width: 767px) {
    .module-reviews-carousel {
        padding: 2rem 1rem;
    }

    .module-reviews-carousel .review-carousel-item > div {
        padding: 1rem;
    }

    .review-stars {
        font-size: 1.5rem;
        letter-spacing: 0.25rem;
        margin-bottom: 0.75rem;
    }

    .review-text {
        font-size: 1.4rem !important;
        line-height: 1.6!important;
        margin-bottom: 0.75rem;
    }

    .review-author {
        font-size: 0.8125rem;
    }
}
/* ===========================================
   UPCOMING SHOWS - MOBILE
   =========================================== */

@media (max-width: 767px) {
    .module-upcoming-shows > .container {
        padding: 2.5rem 1rem;
    }

    .sh-upcoming-title {
        font-size: 1rem;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }

    .sh-upcoming-subtitle {
        font-size: 1.5rem;
    }

    .sh-upcoming-cards {
        gap: 0.75rem;
    }

    .sh-upcoming-card {
        padding: 1rem 0.75rem;
    }

    .sh-upcoming-card__day-num {
        font-size: 1.5rem;
    }

    .sh-upcoming-card__btn {
        padding: 0.5rem 1rem;
        font-size: 0.6875rem;
    }

    /* CTA Section */
    .sh-upcoming-cta {
        padding: 2.5rem 1rem;
    }

    .sh-upcoming-cta__text {
        font-size: 1rem;
    }

    .sh-upcoming-btn {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.875rem !important;
        margin-top:15px;
    }

    .sh-upcoming-cta__urgency {
        padding: 0.5rem 1.25rem;
        font-size: 0.75rem;
    }
}
/* ===========================================
   FAQ SECTION
   =========================================== */

.module-faq_list {
    font-family: 'Poppins', sans-serif;
    background: rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 0 !important;
}

/* Hide decorative arrows */
.module-faq_list > .relative.hidden,
.module-faq_list > .relative.z-20 {
    display: none !important;
}

/* Remove clipping mask */
.module-faq_list.clipping-mask--bottom-down {
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

/* Container */
.module-faq_list .container {
    padding: 3.5rem 2rem !important;
    max-width: 800px !important;
}

/* Section title */
.module-faq_list .text--h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.25rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2rem !important;
}

/* Reset grid to single column */
.module-faq_list .grid {
    display: block !important;
}

/* Hide empty grid columns */
.module-faq_list .grid > .hidden {
    display: none !important;
}

/* FAQ list */
.module-faq_list dl {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* FAQ Items */
.module-faq_list dt {
    margin-top: 0.75rem !important;
}

.module-faq_list dt:first-of-type {
    margin-top: 0 !important;
}

/* Question button */
.module-faq_list [class^="accordion-trigger-"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0.75rem !important;
    padding: 1.25rem 1.5rem !important;
    transition: all 0.3s ease;
}

.module-faq_list [class^="accordion-trigger-"]:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Question text */
.module-faq_list .text--question {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 1rem !important;
}

/* Plus/minus icon */
.module-faq_list dt button span:first-child {
    background: var(--sbo-colors-secondary) !important;
    color: var(--sbo-colors-primary) !important;
    border-radius: 0.5rem !important;
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
}

/* Answer panel */
.module-faq_list dd {
    margin: 0 !important;
}

.module-faq_list dd > div {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    opacity: 0.75;
    padding: 0.5rem 1.5rem 1rem 4rem !important;
    margin: 0 !important;
}

/* ===========================================
   FAQ SECTION - MOBILE
   =========================================== */

@media (max-width: 767px) {
    .module-faq_list .container {
        padding: 2.5rem 1rem !important;
    }

    .module-faq_list .text--h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem !important;
    }

    .module-faq_list [class^="accordion-trigger-"] {
        padding: 1rem !important;
    }

    .module-faq_list .text--question {
        font-size: 0.875rem;
        margin-left: 0.75rem !important;
    }

    .module-faq_list dd > div {
        padding: 0.5rem 1rem 1rem 3rem !important;
        font-size: 0.8125rem;
    }

    .module-faq_list dt button span:first-child {
        width: 1.75rem !important;
        height: 1.75rem !important;
        min-width: 1.75rem !important;
        min-height: 1.75rem !important;
    }
}
/* View All FAQs Link */
.faq-view-all {
    text-align: center;
    margin-top: 2rem;
}

.faq-view-all a {
    color: var(--sbo-colors-secondary);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.faq-view-all a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .faq-view-all {
        margin-top: 1.5rem;
    }

    .faq-view-all a {
        font-size: 0.875rem;
    }
}
/* ===========================================
   UPCOMING SHOWS - TITLES
   (Matches WTE pattern)
   =========================================== */

.sh-upcoming-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--sbo-colors-secondary);
}

.sh-upcoming-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    .sh-upcoming-subtitle {
        font-size: 3rem;
    }
}

/* ===========================================
   PERFORMERS SHOWCASE
   =========================================== */

.performers-showcase {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 950px;
    padding: 0;
    gap: 10%;
}

/* Left Column - Aerialist */
.performers-showcase__left {
    width: 45%;
    height: 100%;
    position: relative;
}

.performers-showcase__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top left;
    transform-origin: top center;
    will-change: transform, opacity;
}

/* Right Column - Motocross */
.performers-showcase__right {
    width: 45%;
    height: 100%;
    position: relative;
}

.performers-showcase__right img {
    position: absolute;
    top: -250px;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top right;
    will-change: transform, opacity;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    z-index: 50;
}

/* ===========================================
   PERFORMERS - SCROLL ANIMATIONS
   =========================================== */

/* Initial state - hidden */
.performers-showcase__left img,
.performers-showcase__right img {
    opacity: 0;
}

.performers-showcase__left img {
    transform: rotate(-10deg);
}

.performers-showcase__right img {
    transform: translateX(50px);
}

/* Visible state - revealed */
.performers-showcase.is-visible .performers-showcase__left img {
    opacity: 1;
    animation: swing 4s ease-in-out infinite;
}

.performers-showcase.is-visible .performers-showcase__right img {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger the animations */
.performers-showcase__right img {
    transition-delay: 0.2s;
}

/* Swinging animation */
@keyframes swing {
    0%, 100% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
}

/* ===========================================
   PERFORMERS - RESPONSIVE
   =========================================== */

/* Tablet */
@media (max-width: 1024px) {
    .performers-showcase {
        height: 800px;
    }

    .performers-showcase__right img {
        top: -150px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .performers-showcase {
        height: 200px;
        gap: 5%;
    }

    .performers-showcase__left,
    .performers-showcase__right {
        width: 47.5%;
    }

    .performers-showcase__right img {
        top: -20px;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .performers-showcase__left img,
    .performers-showcase__right img {
        transition: none;
        opacity: 1;
        transform: none;
        animation: none;
    }
}

@media (max-width: 767px) {
    .text--h1 {
           font-size: 1.5rem !important;

    }
    }
@media (min-width: 768px) {
    .md\:py-20 {
        padding-top: 0 !important;
    }
}


/* ===========================================
  FROM CUSTOMIZER
   =========================================== */
.nav--link, .btn, .btn-banner.geolocator-tickets, .frm_primary_label{
    letter-spacing: .5px!important;
}
.text--question {
    letter-spacing: 1px;
}
.block.text--h6.mt-2.geolocator-header {
    letter-spacing: 1px;
}
.break-words.geolocator-city, .geolocator-date {
    font-weight: 700;
}
.btn-banner.geolocator-tickets {
    color: #000000!important;
    letter-spacing: 0px!important;
}
body.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_country_field {
    display: block
}


.geolocator-city, .geolocator-date{
    color: rgb(17,92,178);
    font-family: var(--sbo-font-headline-primary);
    letter-spacing: 2px;
    line-height: 1.2;
}
.yellow {
    color: rgb(255,216,0);
}

.text--h1 {
    letter-spacing: 4px;
}

.btn {
    color: #000000;
}

.btn.pointer-events-auto {
    font-family: var(--sbo-font-headline-primary)!important;
    font-weight: bolder;
    letter-spacing: .5px
}


/* Strawhouse */
.strawhouse-calendar__month {
    background: rgb(17,92,178);
    letter-spacing: 4px!important;
}
.strawhouse-calendar__day__abbr
{
    background: rgb(17,92,178);
    color: #ffffff;
    font-weight: 800!important;
}
.strawhouse-calendar__day-title {
    color: #000000!important;
    letter-spacing: 1.5px!important;
}
.ionicon {
    color: #000000!important;
}
.strawhouse-calendar__action__btn {
    font-weight: 700!important;
}
.strawhouse-calendar__day__number,.strawhouse-calendar__city,.strawhouse-calendar__time {
    color: rgb(17,92,178)!important;
    font-weight: 900!important;
    font-family: var(--sbo-font-headline-tertiary);
    font-weight: 900!important;
    letter-spacing: 1px;
}
.strawhouse-calendar__location {
    color: rgb(17,92,178)!important;
    font-weight: 450;
}
.ticket_count.sold_out.ticket_col::before {
    content: 'LIMIT REACHED';
    display: block;
    line-height: 1px;
    padding: 8px;
    color: RED;
    font-size: 15px;
}
.ticket_count.sold_out.ticket_col {
    font-size: 0px;
}
.ticket_count.sold_out.ticket_col {
    float: right;
    clear: right;
    line-height: 1;
}
.ticket_excerpt {
    line-height: normal;
    padding: 6px;
}
/* STRAWHUSE EVENT PAGE */
.event__map {
    background: rgb(17,92,178)!important;
    border-radius: 5px;
}
.event .block.text--strong.uppercase.mb-4 {
    color: rgb(17,92,178) ;
}
.event .block.text--strong.uppercase.mb-4:hover {
    color: rgb(255,216,0) ;
}
.event .text--h5 {
    color: rgb(17,92,178);
    letter-spacing: 2.25px
}
.event .p-4 {
    color: rgb(17,92,178);
}
.event__showtimes__more .text--subhead{
    color: rgb(17,92,178);
}
.single_event_item .start_time {
    color: rgb(17,92,178);
}
.single_event_item .start_time:hover {
    color: #ffffff!important;
}

.ticket_labels.ticket_row {
    background: rgb(17,92,178);
}



.woocommerce table.shop_table {
   width: 97% !important;
}

.sbo-te-landing__header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--sbo-colors-secondary);
}
}
