﻿




/* Gunmetal and red theme */
.bg-gunmetal {
    background-color: #2a2f32 !important;
}

.text-red {
    color: #c1121f !important;
}

a.text-red:hover,
a.nav-link.text-red:hover {
    color: #ff4c4c !important;
}

/* Dropdown base */
.dropdown-menu-dark {
    background-color: #343a40;
}

.dropdown-item {
    color: white;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

    .dropdown-item:hover {
        background-color: #c1121f;
        padding-left: 1.5rem;
    }

/* Navbar link hover bottom border effect */
.navbar-custom .nav-link {
    border-bottom: 2px solid transparent;
}

    .navbar-custom .nav-link:hover {
        border-bottom: 2px solid #c1121f;
    }

/* Login/register link style */
.navbar-nav .nav-link,
.login-link {
    color: #f8f9fa !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, color 0.2s ease;
    transform-origin: bottom;
    padding: 0.25rem 1rem;
}

    .navbar-nav .nav-link:hover,
    .login-link:hover {
        color: #ffffff !important;
        transform: translateY(-2px) scale(1.05);
    }

/* Main navbar and logo sizing */
.navbar {
    height: 90px;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand {
    padding: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 130px;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

/* Align links at bottom of navbar */
.navbar-nav {
    align-items: flex-end !important;
}

    .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 5px;
        height: 90px;
        display: flex;
        align-items: flex-end;
    }

/* Animate dropdown appearance */
.dropdown-menu {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    background-color: #343a40;
    display: block;
    visibility: hidden;
    pointer-events: none;
}

    .dropdown-menu.show {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
        pointer-events: auto;
    }

.dropdown-toggle::after {
    transition: transform 0.2s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Responsive QR codes */
img.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Fix logo bounce on mobile */
@media (max-width: 991.98px) {
    .logo-img {
        margin-top: -20px;
    }

    .navbar-collapse {
        background-color: #2a2f32;
        padding: 0.5rem 1rem;
    }

        .navbar-collapse .nav-link {
            color: #f8f9fa !important;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
            padding: 0.5rem 0;
            height: auto;
            align-items: center !important;
        }

    /* Base dropdown menu animation and style */
    .dropdown-menu {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        border-radius: 0.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        margin-top: 0;
        background-color: #343a40;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

        .dropdown-menu.show {
            opacity: 1;
            transform: scaleY(1);
            visibility: visible;
            pointer-events: auto;
        }

    /* Dropdown item hover effect */
    .dropdown-item {
        color: #ffffff;
        transition: background-color 0.2s ease, padding-left 0.2s ease;
    }

        .dropdown-item:hover {
            background-color: #c1121f;
            padding-left: 1.5rem;
        }

    /* Arrow indicator toggle animation */
    .dropdown-toggle::after {
        transition: transform 0.2s ease;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    @media (max-width: 991.98px) {
        .logo-img {
            margin-top: -20px;
        }

        .navbar-collapse {
            background-color: #2a2f32;
            padding: 1rem;
        }

        .navbar-nav {
            flex-direction: column;
            align-items: flex-start !important;
            width: 100%;
        }

            .navbar-nav .nav-item {
                width: 100%;
            }

            .navbar-nav .nav-link,
            .navbar-nav .dropdown-toggle {
                text-align: left;
                width: 100%;
                padding-left: 1rem;
                height: auto;
                align-items: center;
            }

        /* Manage dropdown (inside collapsed navbar) */
        .navbar-collapse .dropdown-menu {
            display: none;
            position: relative;
            top: 0;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            background-color: #343a40;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            transform-origin: top;
            transform: scaleY(0);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

            .navbar-collapse .dropdown-menu.show {
                display: block;
                transform: scaleY(1);
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
            }

            .navbar-collapse .dropdown-menu .dropdown-item {
                text-align: left;
                padding: 0.25rem 0;
                transition: background-color 0.2s ease, padding-left 0.2s ease;
            }

                .navbar-collapse .dropdown-menu .dropdown-item:hover {
                    
                    padding-left: 1.5rem;
                }
    }
}
/* Align widths */
.container-tight {
    max-width: 1100px;
    margin: 0 auto;
}

/* Poster */
.nextshow-card {
    background: #efefef;
    border: 1px solid #dedede;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 6px 1fr;
    overflow: hidden;
    min-height: 260px;
}

.nextshow-accent {
    background: #b20909;
}

.nextshow-body {
    padding: 20px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: .8rem;
    color: #6b7280;
    margin-bottom: .25rem;
}

.headline {
    font-weight: 800;
    font-size: 1.75rem;
    color: #b20909;
    margin: 0;
}

.venue {
    color: #374151;
    font-size: .95rem;
}

.date-line {
    font-weight: 600;
    color: #111827;
    margin-top: .25rem;
}

.divider {
    height: 1px;
    background: #e5e7eb;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 18px;
}

@media (min-width: 992px) {
    .detail-grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

.detail .label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6b7280;
    margin-bottom: 2px;
}

.detail .value {
    font-size: .95rem;
    color: #111827;
}

/* Video matches card height */
.video-aside {
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    min-height: 260px;
    display: flex;
}

    .video-aside iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

/* Buttons + zoom */
.btn-gunmetal {
    color: #fff;
    background: #343a40;
    border-color: #343a40;
}

    .btn-gunmetal:hover, .btn-gunmetal:focus {
        color: #fff;
        background: #2b3136;
        border-color: #2b3136;
    }

.btn-zoom {
    transition: transform .15s ease, box-shadow .15s ease;
}

@media (prefers-reduced-motion:no-preference) {
    .btn-zoom:hover {
        transform: translateY(-1px) scale(1.03);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
    }
}
/* Keep My Tickets outline color the same on hover (zoom only) */
.btn-nohovercolor:hover, .btn-nohovercolor:focus {
    color: #6c757d;
    background-color: transparent;
    border-color: #6c757d;
}

/* Upcoming list */
.upcoming-list {
    display: grid;
    gap: 10px;
}

.upcoming-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    transition: background .15s ease, box-shadow .15s ease, border-color .15s ease;
}

    .upcoming-item:hover {
        background: #f9fafb;
        border-color: #e1e5ea;
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.06);
    }

    .upcoming-item .info {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .upcoming-item .venue-name {
        font-weight: 700;
        color: #111827;
    }

    .upcoming-item .dates {
        color: #4b5563;
        font-size: .95rem;
    }

    .upcoming-item .actions {
        display: flex;
        gap: 8px;
    }
/* --- WP-style CTA card --- */
.wp-cta {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.06);
    overflow: hidden;
}

.wp-cta__accent {
    height: 6px;
    background: #b20909; /* brand red */
}

.wp-cta__body {
    padding: 20px;
}

@media (min-width: 992px) {
    .wp-cta__body {
        padding: 24px 24px 26px;
    }
}

.wp-cta__eyebrow {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .08em;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: .25rem;
}

.wp-cta__title {
    margin: 0 0 .25rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: #111827;
}

.wp-cta__lead {
    margin: 0 0 .5rem;
    color: #374151;
    line-height: 1.5;
}

.wp-cta__list {
    margin: 0 0 .75rem 0;
    padding-left: 1.1rem;
    color: #374151;
    line-height: 1.6;
}

    .wp-cta__list li {
        margin-bottom: .25rem;
    }

.wp-cta__fine {
    margin: 0;
    color: #6b7280;
    font-size: .9rem;
}

/* Actions column */
.wp-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 992px) {
    .wp-cta__actions {
        align-items: stretch;
    }
}

/* Buttons styled like common WP themes */
.wp-btn-primary {
    color: #fff;
    background: #b20909;
    border: 1px solid #b20909;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

    .wp-btn-primary:hover,
    .wp-btn-primary:focus {
        color: #fff;
        background: #990808;
        border-color: #990808;
    }

.wp-btn-facebook {
    color: #fff;
    background: #1877F2; /* FB blue */
    border: 1px solid #1877F2;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

    .wp-btn-facebook:hover,
    .wp-btn-facebook:focus {
        color: #fff;
        background: #0f5fd4;
        border-color: #0f5fd4;
    }

/* Keep the subtle zoom you like */
.btn-zoom {
    transition: transform .15s ease, box-shadow .15s ease;
}

@media (prefers-reduced-motion: no-preference) {
    .btn-zoom:hover {
        transform: translateY(-1px) scale(1.03);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.10);
    }
}
/* 1) Site-wide background (soft grey gradient) */
html, body {
    background: linear-gradient(180deg, #f6f7fb 0%, #eef1f5 100%);
}

    /* 2) Optional ultra-subtle noise/texture overlay (feel free to remove) */
    body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        opacity: .06; /* lower = more subtle */
        background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,.06) 1px, transparent 1px);
        background-size: 6px 6px; /* spacing of the “noise” */
    }

/* 3) Make the main content area breathe a bit on large screens */
.container {
    /* keeps things comfy without going edge-to-edge */
    max-width: 1100px;
}

/* (optional) A light “band” you can wrap around sections to break the page up */
.section-band {
    background: #f1f3f7;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
}

/* Cards stand out against the new bg */
.card,
.nextshow-card,
.wp-cta {
    background: #fff;
}
/* Icon-only cart link with corner badge */
.navbar .nav-link .cart-icon-wrap {
    display: inline-block;
    transform: translateY(-3px); /* tweak -2 to -4px if needed */
}

/* Make collapsed hamburger menu appear above page content */
.navbar-collapse {
    position: relative;
    z-index: 3000;
}

/* Extra safety */
.navbar {
    position: relative;
    z-index: 3000;
}

.schedule-btn {
    transition: all .25s ease;
}

.schedule-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,.2);
}

