.wc_statusbar {display:none;} 


.page-section {background-color: #ffffff;}

.sticky-wrapper {background: #FFFFFF !important;}

/* Calendar */

.CalText {font-size: 14px !important; color: #41000C;}

div.calendar .weekdays li {color: #41000C !important;}  

div.calendar ul li {border: 1px solid #41000C;}      

.cal-box:hover {}

.cal-box {background-color: #FFFFFF !important;}

.EventHeader {font-weight:none;}

input {color: #41000C !important;}   

.btn-primary {color: #fff !important}  

.btn-success
{
color: #fff !important;
}

.btn:hover {color: #ffffff;}


    .hero {
            background: linear-gradient(135deg, rgba(25, 25, 35, 0.95), rgba(45, 25, 35, 0.92)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23331a1f" width="1200" height="600"/></svg>');
            color: #fff;
            padding: 120px 20px 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(139, 69, 19, 0.15), transparent 50%),
                        radial-gradient(circle at 70% 50%, rgba(128, 0, 32, 0.12), transparent 50%);
            pointer-events: none;
        }

    

        h1 {
            font-size: 3.2em;
            font-weight: 400;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: #f5f5f5;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
        }

        .hero-subtitle {
            font-size: 1.3em;
            margin-bottom: 15px;
            color: #e8d4c4;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .hero-description {
            font-size: 1.1em;
            max-width: 800px;
            margin: 0 auto 40px;
            color: #d4c4b4;
            line-height: 1.8;
        }

        .cta-group {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .btn {
            padding: 16px 40px;
            font-size: 1.1em;
            text-decoration: none;
            border-radius: 2px;
            transition: all 0.3s ease;
            font-family: 'Georgia', serif;
            letter-spacing: 1px;
            display: inline-block;
            border: none;
            cursor: pointer;
        }

        .btn-primary {
            background: #8b4513;
            color: #fff;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.4);
        }

        .btn-primary:hover {
            background: #a0522d;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(139, 69, 19, 0.5);
        }

        .btn-secondary {
            background: transparent;
            color: #8b4513;
            border: 2px solid #8b4513;
        }

        .btn-secondary:hover {
            background: #8b4513;
            border-color: #a0522d;
            color: #ffffff;
        }

        section {
            padding: 80px 0px;
        }

        .section-alt {
            background: #fff;
        }

        h2 {
            font-size: 2.4em;
            margin-bottom: 30px;
            color: #331a1f;
            font-weight: 400;
            letter-spacing: 1px;
            text-align: center;
        }

        h3 {
            font-size: 1.6em;
            margin-bottom: 15px;
            color: #4a2c2a;
            font-weight: 400;
        }

        .intro-text {
            font-size: 1.2em;
          
            max-width: 900px;
            margin: 0 auto 60px;
            color: #5a4a4a;
            line-height: 1.8;
        }

        .event-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .event-card {
            background: #fff;
            padding: 40px 30px;
            border-left: 4px solid #8b4513;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .event-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }

        .event-card h3 {
            color: #8b4513;
            margin-bottom: 20px;
        }

        .event-card p {
            color: #5a4a4a;
            line-height: 1.8;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .feature-item {
            text-align: center;
            padding: 30px;
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #8b4513, #a0522d);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5em;
            color: #fff;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
        }

        .venue-info {
            background: linear-gradient(135deg, #2c1810, #3d2518);
            color: #e8d4c4;
            padding: 60px 30px;
            margin: 60px 0;
            border-radius: 4px;
        }

        .venue-info h3 {
            color: #f5e6d3;
            text-align: center;
            margin-bottom: 30px;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .info-item {
            padding: 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 4px;
        }

        .info-item strong {
            color: #d4a574;
            display: block;
            margin-bottom: 8px;
            font-size: 1.1em;
            font-weight: 500;
        }

        .member-benefits {
            background: linear-gradient(135deg, rgba(139, 69, 19, 0.05), rgba(160, 82, 45, 0.05));
            padding: 60px 30px;
            text-align: center;
            border-top: 3px solid #8b4513;
            border-bottom: 3px solid #8b4513;
        }

        .member-benefits h2 {
            color: #8b4513;
            margin-bottom: 25px;
        }

        .member-benefits p {
            font-size: 1.2em;
            color: #4a2c2a;
            max-width: 800px;
            margin: 0 auto 30px;
            line-height: 1.8;
        }

        .discount-highlight {
            font-size: 2.5em;
            font-weight: bold;
            color: #8b4513;
            margin: 20px 0;
        }

        .booking-section {
            background: #fff;
            text-align: center;
            padding: 80px 30px;
        }

        .booking-section p {
            font-size: 1.2em;
            max-width: 700px;
            margin: 0 auto 40px;
            color: #5a4a4a;
        }

        .contact-info {
            margin-top: 30px;
            font-size: 1.1em;
            color: #4a2c2a;
        }

        .contact-info a {
            color: #8b4513;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease;
        }

        .contact-info a:hover {
            border-bottom-color: #8b4513;
        }


        .tagline {
            font-style: italic;
            font-size: 1.2em;
            color: #d4a574;
            margin-top: 15px;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 2.2em;
            }

            h2 {
                font-size: 1.8em;
            }

            .hero {
                padding: 80px 20px 60px;
            }

            section {
                padding: 50px 20px;
            }

            .cta-group {
                flex-direction: column;
                align-items: center;
            }

            .btn {
                width: 100%;
                max-width: 300px;
            }
        }

/* Center paragraph vertically next to slideshow */
.section-alt .container > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Allow heading to take full width */
.section-alt .container > .row > h2 {
  width: 100%;
  flex: 0 0 100%;
}

.section-alt .container > .row > .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Optional: Add some spacing between columns */
.section-alt .container > .row > .col-md-6:first-child {
  padding-right: 2rem;
}

.section-alt .container > .row > .col-md-6:last-child {
  padding-left: 2rem;
}

/* Mobile responsiveness - stack normally on small screens */
@media (max-width: 991px) {
  .section-alt .container > .row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .section-alt .container > .row > .col-md-6:first-child,
  .section-alt .container > .row > .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
}   