@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');





.header-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .header-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); /* adjust darkness here */
    z-index: 1;
  }
  
  /* Text stays on top of overlay */
  .header-text-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
  }
  
  .header-text-overlay h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    color: white;
  }

  

.playfair-display {
    font-family: 'Playfair Display', serif;
}
p {
    font-family: 'Playfair Display', serif;
  }
  

.width-50 {
    max-width:50%!important;
    width:50%!important;
    display:block;

}

.testimonial-slide-wrapper {
    max-width: 700px;
    padding: 1rem;
    margin: 0 auto;
    word-wrap: break-word;
  }
  .carousel-inner {
    padding-bottom: 2rem;
  }

.playwrite-au-sa-heading {
    font-family: "Playwrite AU SA", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
}
  
.merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}
  
.merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
}
  
.merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
}
  
.merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
}
  
.merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
}
  
.merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
}
  
.merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
}

.shadows-into-light-regular {
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
}
  
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

:root {
    --secondary-color: #B88E75;
    --primary-font-family: 'Playfair Display', serif;
    --primary-font-weight: 600;
    --secondary-font-family: "Roboto Slab", Serif;
    --secondary-font-size: 6px;
    --secondary-font-weight: 400;
    --playfair-font: 'Playfair Display', serif;
    --text-font-family: 'Playfair Display', serif;
    --text-font-size: 17px;
    --text-font-weight: 400;
    --text-line-height: 1.8em;
    --accent-font-family: "Roboto", Sans-serif;
    --accent-font-weight: 500;
    --font-size-16: 16px;
    --font-size-22: 22px;
    --line-height-1-9: 1.9em;
    --font-size-26: 26px;
    --font-style-normal: normal;
    --font-size-18: 18px;
    --letter-spacing-1: 1px;
    --font-size-19: 19px;
    --font-weight-normal: normal;
    --text-decoration-none: none;
    --line-height-1-8: 1.8em;
    --font-size-44: 44px;
    --line-height-1-1: 1.1em;
    --font-size-24: 24px;
    --font-weight-700: 700;
    --letter-spacing-2-1: 2.1px;
    --letter-spacing-1-9: 1.9px;
    --border-width: 1px;
    --border-style-solid: solid;
    --border-radius: 0;
    --padding: 15px 30px;
    --container-max-width: 1440px;
    --site-width: 1500px;
    --primary-color: #0254a6;
    --body-background-color: #999999;
    --text-color: #111111;
    --footer-background-color: #d61335;
    --footer-text-color: #000000;
    --custom-link-color: #0254a6;
    --bg-topbar: #111111;
}



/*.topbar {background: url(../assets/images/bg.webp) repeat !important;}*/

.topbar-wide {
    max-width: 1440px;
    display: block;
    margin: 0px auto;
}

.topbar-wide span {
    font-size: 1.25em;
}


/* For mobile, center the content */
@media (max-width: 768px) {
    .topbar-wide .row {
        text-align: center; /* Centers both phone and carousel on mobile */
    }
    .testimonial-slide-wrapper {
        max-width: 100%;
        padding: 1rem 1rem;
      }
      .carousel-inner {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
      }
      .header-text-overlay {
        top: 60%;
        left: 5%;
      }
    
      .header-text-overlay h1 {
        font-size: 2rem;
      }
}

/* For desktop, phone left aligned, carousel right aligned */
@media (min-width: 769px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
}



.topbar span {}
.topbar p {
}

.btn-etsy {
    background-color: #f1641e;
    color: #ffffff;
}
.btn-etsy:hover {
    background-color: #f1641e;
    color: #ffffff;
}


/* Custom Button */

.btn-custom {
    background-color: #B88E75;
    color: #000000;
}
.btn-custom:hover {
    background-color: #4a4633; 
    color: rgb(255, 255, 255);
}

.btn-custom:active {
    transform: translateY(0);
}

  /* End of Custom Button */



.btn-workshop {
    background-color:#0254a6;
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0.5rem;
}
.faq .small, small {
    color: #d61335!important;
}

/* Light Theme */
.theme-light {
    --section-background-color: #ffffff;
    --section-text-color: #111111;
}

/* Dark Theme */
.theme-dark, h1,h2,h3,h4,h5,h6 {
    --section-background-color: #111111;
    --section-text-color: #edf2fa;
    --heading-text-color: var(--secondary-color)
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: var(--heading-text-color);
}


/* Primary Theme */
.theme-primary {
    --section-background-color: var(--secondary-color);
    --section-text-color: #edf2fa;
}

/* Site Width */
.site-wrap {
    max-width: var(--site-width);
    margin: 20px auto;
}

/* General Styles */
body {
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
}

.section {
    background-color: var(--section-background-color);
    color: var(--section-text-color);
    padding: 20px;
}

a {
    color: var(--custom-link-color);
    font-family: var(--text-font-family);
    text-decoration: var(--text-decoration-none);
}

.navbar li {
    padding: 0px 15px;
}

h1, h2, h3, h4, h5, h6 {
    color:#6D503B;
}

strong b {
    font-weight: 600!important;
}

.intro-home h1 {font-size:98%!important;line-height:35px;}
h1 {
    font-family: var(--playfair-font);
    font-weight: var(--primary-font-weight);
    letter-spacing: var(--letter-spacing-2-1);
    position: relative;
    font-size: 2.25em;
}

h2 {
    font-family: var(--playfair-font);
    font-size: 1.75em;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-1-1);
}

h3 {
    font-family: var(--playfair-font);
    font-size: 1.25em;
    font-weight: var(--primary-font-weight);
}

h4 {
    font-family: var(--playfair-font);
    font-size: 1.10em;
    font-weight: var(--primary-font-weight);
    line-height: var(--line-height-1-1);
}

h5 {
    font-family: var(--playfair-font);
    font-size: 1em;
    font-weight: var(--font-weight-normal);
}

h6 {
    font-family: var(--playfair-font);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-700);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-1-9);
}

.spring-workshop h2 {line-height:1.35em!important;}

.call-to-action {
    margin-top: -100px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-bottom-right-radius: 20px;
}

@media (max-width: 1024px) {
    .call-to-action {
        transform: none;
    }
}

@media (min-width: 1025px) {
    .call-to-action {
        transform: skew(-3deg);
    }
}

.call-to-action h6 {
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
    padding: 80px;
    font-family: var(--text-font-family);
    font-size: 3em;
    line-height: var(--text-line-height);
}

.font-weight-600 {
    font-weight: 600 !important;
}

.container-fixed {
    max-width: var(--container-max-width);
}

/* Mobile Menu Styles */
.custom-navbar-toggler {
    display: none; /* Hide by default */
}

@media (max-width: 1024px) {
    .custom-navbar-toggler {
        display: flex; /* Show on smaller screens */
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 40px;
        height: 30px;
        border: none;
        padding: 0;
        cursor: pointer;
        background: none; /* Ensure no background color */
        margin: auto;/* Center the button */
        color:white; 
    }
}

.custom-navbar-toggler:hover {
    background: none; /* Ensure no background color */
}

.custom-navbar-toggler:focus {
    outline: none;
}

.custom-navbar-toggler .bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff; /* White color for the bars */
    margin: 2px 0;
}

@media (max-width: 767px) {
    .footer .container {
        display: block !important;
    }

    .book-table,
    .our-cocktails {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .two-column .left, .two-column .right {
        flex: none !important;
    }

    .two-column {
        display: block !important;
    }

    .footer-nav {background-color: #000000;}
    .footer nav ul {
        display: block !important;
    }

    .footer-nav {
        height: auto !important;
        padding-bottom: 25px !important;
    }

    .navbar-brand {
        margin: 0px auto !important;
        display: block !important;
        text-align: center !important;
    }

    .header-contact {
        text-align: center !important;
    }

    .footer nav ul li {
        display: block !important;
    }

    .footer nav ul {
        padding-top: 25px !important;
    }
}



.footer-social-link a {
    color: #0037c1;
    font-size: 30px;
}



/* Responsive Styles */

.navbar-brand img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 20px;
}

.img-responsive {
    border-style: none!important;
    max-width: 100%!important;
    vertical-align: middle!important;
    display: inline!important;
    height: auto!important;
}

.logo-scroller {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 225px; /* Adjust height as needed */
}

.logo-scroller-inner {
    display: flex;
    animation: scroll 80s linear infinite;
}

.logo-scroller-inner img {
    height: 225px; /* Adjust height of logos */
    flex-shrink: 0;
    padding: 0px 25px!important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Scroll half the container's width */
    }
}

/* Carousel - Home */
#slider .carousel-inner img {
    height: 400px;
    object-fit: cover; /* Ensures the image covers the space while maintaining aspect ratio */
    width: 100%; /* Makes sure the image spans the full width of the carousel */
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}





/* Gallery */
.content-wrapper {
    color: #000;
    padding: 2rem;
    border-radius: 5px;
}
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}
.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    text-align: center;
}
.lightbox-content img {
    width: 100%;
    height: auto;
}
.close, .nav-icon {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
.close {
    right: 10px;
    top: 10px;
    font-size: 35px;
}
.nav-icon.left {
    left: 10px;
    transform: translateY(-50%);
}
.nav-icon.right {
    right: 10px;
    transform: translateY(-50%);
}
#lightboxCaption {
    color: #fff;
    margin-top: 15px;
}

/* Testimonials */

.testimonials {
    position: relative;
    min-height: 200px; /* Adjust as needed */
}

.testimonial-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: center;
    color: black !important;
    padding: 25px; /* Combined padding */
}

.testimonial-comment {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 1.75em;
    line-height: 1.75em;
}

.testimonial-company {
    color: #fff;
}

/* Contact us */
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.modal {
    background-color: black;
}

.footer-last {
    background-color: #111111;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

/* Nebraska Web Designers */

#nebraska-web-designers {
    margin: 0px auto!important;
    display: block;
    padding-bottom: 20px;
}
.idealhtml img {
    margin-top: 25px!important;
}
#nebraska-web-designers .idealhtml {
    display: block;
    width: 150px;
    /* margin-top: 0px; */
    margin: 0px auto;
}

/* Custom CSS Product pages */

.product-profile h3 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.product-profile span {
    background-color: #fefefe;
    padding: 25px;
    margin: 20px 0px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

/* Navbar Styles Mobile */

@media (max-width: 768px) {
    .navbar-brand {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .header-contact {
        text-align: center;
    }

    .navbar-nav {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        flex: 1;
        text-align: center;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        color:#ffffff!important;
        /* padding: 10px; */
        /* text-transform: uppercase; */
    }
}

/* Navbar Styles Desktop */

@media (min-width: 769px) {
    .navbar {
        margin: 0px!important;
        padding: 15px 0px 0px!important;
    }

    .container {
        max-width: 100% !important; /* Override any max-width restrictions */
        padding: 0 20px; /* Optional: Add some horizontal padding */
    }

    /* Style the navbar to center items and add a bottom border for the tab effect */
    .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: flex-start; /* Align items to the top for better tab appearance */
        /* border-bottom: 2px solid #ddd; */ /* Optional: Adds a line below the tabs */
    }

    /* Style each nav item */
    .navbar-nav .nav-item {
        margin: 0 0px; /* Spacing between tabs */
    }

    /* Style the nav links to look like tabs */
    .navbar-nav .nav-link {
        display: inline-block;
        padding: 10px 20px;
        white-space: nowrap; /* Prevent text from wrapping */
        border: 1px solid transparent;
        border-bottom: none; /* Remove bottom border to connect with navbar's bottom border */
        border-radius: 4px 4px 0 0; /* Rounded top corners */
         /* Tab background color */
        transition: background-color 0.3s, border 0.3s;
        text-align: center;
    }

    /* Style for active or hovered tabs */
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background-color: #e4af91; /* Active tab background */
        color:#000000!important;
        /* border: 1px solid #ddd;  */
        /* border-bottom: 1px solid #f8f9fa;  */
    }
}

/*header {
    background-image: url(/assets/images/background_1.webp);
}*/


.text-right p {
    text-align: right!important;
}

@media only screen and (max-width: 768px) {
    .text-right p {
        text-align: center!important;
    }
}



/* Additional Mobile Styles */

@media (max-width: 767px) {
    /* 1. Center the logo and add top & bottom padding */
    .navbar-brand {
        display: block;
        margin: 0 auto;
        padding-top: 20px; /* Adjust as needed */
        padding-bottom: 20px; /* Adjust as needed */
    }

    /* 2. Add more space above and below the "Contact Us" button */
    .header-contact {
        padding-top: 15px; /* Adjust as needed */
        padding-bottom: 15px; /* Adjust as needed */
    }

    /* Optionally, adjust the Contact Us button size */
    .header-contact .btn {
        padding-top: 12px; /* Adjust as needed */
        padding-bottom: 12px; /* Adjust as needed */
    }

    /* 3. Center the topbar texts */
    .topbar .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .topbar .col-md-6 {
        text-align: center;
        padding: 10px 0; /* Optional: Adds vertical spacing */
    }

    /* Ensure specific elements are centered */
    .topbar h3, 
    .topbar p {
        text-align: center!important;
    }
}

/* Footer Styles */
.footer-background-secondary{
    background-color:#4a4633;
}
.footer {
    margin-bottom: 30px;
    color: black;
}

.footer .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    text-align: center;
}

.footer-nav {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.footer-nav nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    /* color: white; */
}

.footer-nav nav ul li {
    margin: 0 15px;
}

.footer-nav nav ul li a {
    color: #4a4633;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    --custom-link-color: #0254a6!;
}

a.nav-link {}

.footer-nav nav ul li a:hover {
    color: rgb(0, 0, 0);
}

.rounded-box {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #ffffff!important;
    }

.copyright {
    color: var(--footer-text-color);
    text-align: center;
    color: black;
}

.copyright .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
}
.button-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */      
}

.dropdown-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e50500;
    color: white;
    border-radius: 4px;          
}
.dropdown-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.copyright .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright .col-md-4 {
    margin: 20px 0;
}

.copyright p {
    margin: 0;
    text-align: center;
}

.copyright .back-to-top a {
    color: var(--footer-text-color);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
    text-align: center!important;
}

.copyright .back-to-top a:hover {
    color: var(--custom-link-color);
}



.back-to-top a {text-decoration: none!important;border-radius: 3px;}
.back-to-top span {padding:0.25em!important;}
.back-to-top span a {font-size: 1.50em; text-decoration: none!important;}
.back-to-top a:visited {text-decoration: none!important; }
.back-to-top a:hover {text-decoration: none!important; }
.back-to-top a:active {text-decoration: none!important; }

@media only screen and (max-width: 600px) {
    .back-to-top span {
      display: flex;
      justify-content: center;
      width: 45px;
      height: 45px;
      margin:0px auto;
      display: block;
    }
  }







/* Media Queries for Footer */

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 768px) {
    .footer-nav nav ul {
        flex-direction: column;
        align-items: center;
        /* color: white; */
    }

    .footer-nav nav ul li {
        margin: 10px 0;
    }

    .copyright .row {
        justify-content: center;
    }
}

/* Phone Styles */
@media (max-width: 767px) {
    .footer-nav nav ul {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav nav ul li {
        margin: 10px 0;
    }

    .copyright .row {
        flex-direction: column;
        text-align: center;
    }

    .copyright .col-md-4 {
        margin: 10px 0;
    }

    .copyright .back-to-top a {
        text-align: center !important;
        display: block;
    }
}



/* Masonry Gallery */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between images */
    justify-content: center;
}

/* Gallery Items */
.gallery-item {
    width: calc(33.33% - 10px); /* Three columns by default */
    margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .gallery-item {
        width: calc(50% - 10px); /* Two columns on tablets */
    }
}

@media (max-width: 768px) {
    .gallery-item {
        width: calc(100% - 10px); /* One column on mobile */
    }
}

/* Image Styling */
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.02);
}

/* Lightbox Styling */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-bottom: 10px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.lightbox .nav-icon {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
}

.lightbox .nav-icon.left {
    left: 30px;
}

.lightbox .nav-icon.right {
    right: 30px;
}


/* Custom Sytles */

.dates-times {
    border: 1px solid #000;
    display: inline-block; 
    width:100%!important;
  }
  
  .dates-times-row {
    display: flex;
    border-bottom: 1px solid #000;
  }
  
  .dates-times-row:last-child {
    border-bottom: none;
  }
  
  .dates-times-cell {

    flex: 1;
    padding: 0.5rem;
    border-right: 1px solid #000;
  }
  
  .dates-times-cell:last-child {
    border-right: none;
  }
  

  .img-centered {
    display: block !important;
    margin: 0 auto !important;
  }
  
  .text-shadow-theme {text-shadow: #2a3028 0px 0px 4px!important;}