@font-face {
    font-family: 'TriSW-Rg';
    src: url('/fonts/trisw-rg.woff2') format('woff2'),
         url('fonts/trisw-rg.woff') format('woff'),
         url('/fonts/trisw-rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'EngWF-Rg';
    src: url('/fonts/engwf-rg.woff2') format('woff2'),
         url('/fonts/engwf-rg.woff') format('woff'),
         url('/fonts/engwf-rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'EngWF-Hv';
    src: url('/fonts/engwf-hv.woff2') format('woff2'),
         url('/fonts/engwf-hv.woff') format('woff'),
         url('/fonts/engwf-hv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nuckle-Book';
    src: url('/fonts/Nuckle-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nuckle-Semibold';
    src: url('/fonts/Nuckle-Semibold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pacific-Regular';
    src: url('/fonts/Pacific-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

html {
    font-size: 16px;
}

html,body,h4,h5,h6 {
    font-family: 'Nuckle-Book', Verdana, sans-serif;
    line-height: 1.4;
}

h1, h2, h3 {
    font-family: 'Pacific-Regular', Verdana, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

body {
    background-color: #fff;
}

.drink_vintage { text-align: left;  }



.bottom-carousel-nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    padding: 10px 8px;
    color: white;
    margin: 0;
}

.bottom-carousel-nav a {
    color: #fff;
}

.mobile-nav:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #000; /* This creates the border. Replace black with whatever color you want. */
}

a {
    color: #212529;
}

.nolink:hover {
    text-decoration:none;
}

.leiths-modal {
    background-color: #A0C9BA;
    color: #000;
}
.leiths-modal .modal-header {
    border-bottom: 1px solid #000;
}

#assistance-box {
    position: sticky;
    top: 600px;
    left: 0px;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transform: rotate(-90deg);
    transform-origin: left top;
    z-index: 999;
    background-color: #fff;
    width: 180px;
}

.carousel-indicators > li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }

.full-width {
    padding-right: 0px;
    padding-left: 0px;
}

.white-background {
    background-color: #fff;
}

.green-background {
    background-color: #A0C9BA;
    color: #000;
}

.green-background a {
    color: #000;
}

.main-headline {
    font-size: 46px;
    margin-bottom: 2rem;
    text-align: left;
}

.page-top {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.nav-link {
    color:#212529;
}

.nav-primary .nav-link:hover {
    text-decoration: none;
    color:#212529;
}

.btn-leiths-header {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

.btn-leiths {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

button {
    color: #212529;
    background-color: #F4F4F4;
    border-color: #212529;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

.btn_remove_service {
    float:right;
    background: -webkit-gradient(linear, left top, right top, from(#e38297), to(#d04d6a));
    background: -webkit-linear-gradient(left, #e38297, #d04d6a);
    background: -o-linear-gradient(left, #e38297, #d04d6a);
    background: linear-gradient(to right, #e38297, #d04d6a);
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

.btn_remove_service_small {
    float:right;
    background: -webkit-gradient(linear, left top, right top, from(#e38297), to(#d04d6a));
    background: -webkit-linear-gradient(left, #e38297, #d04d6a);
    background: -o-linear-gradient(left, #e38297, #d04d6a);
    background: linear-gradient(to right, #e38297, #d04d6a);
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 2px 2px;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 10px;
  }

.btn-leiths-modal {
    color: #fff;
    background-color: #1C483E;
    border-color: #fff;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

.btn-leiths-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
    border: 2px solid;
    font-weight: bold;
}

.btn-leiths-transparent:hover {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
    border: 2px solid;
    font-weight: bold;
}

.btn-leiths-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
    border: 0px;
    font-weight: bold;
}

.btn-leiths-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
    border: 0px;
    font-weight: bold;
}

.btn-fixed-width {
    width: 290px;
}

#page-content {
    padding-top: 3rem;
    padding-left: 60px;
    padding-right: 60px;
}

.right-hand-header {
    padding-top: 1rem 
}

.login-header a, .register-header a {
    color: #000;
}

.login-header a:hover, .register-header a:hover {
    text-decoration: none;
}

.img-container{
    position:relative;
    display:inline-block;
}

.menu-display {
    background-color: #A0C9BA;
    height: 100%;
    padding: 20px;
    color: #fff;
    overflow: auto;
}

.opera-display {
    background-color: #A0C9BA;
    padding: 20px;
    color: #000;
    overflow: auto;
    height: auto;
}

#footer_container {
    background-color: #A0C9BA;
}

.nav-footer, .short-footer-nav .nav-link, .cookie-link, .site-sub-footer {
    color: #000;
}

.social-bar a {
    color: #000;
}

.contact-footer .nav .nav-link {
    color: #000;
}

.form-holder p, .memberRegistration p {
    text-align: center;
}

.uniForm .buttonHolder {
    background: #fff !important;
}

#submitButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

#cancelButton {
    color: #212529;
    background-color: #F4F4F4;
    border-color: #212529;
    border-radius: 0rem;
    padding: 0.75rem 3rem;
}

label {
    text-align: right;
    padding-right: 2rem;
}

label em {
    padding-left: 2rem;
}

.menu-link, .menu-link:hover, .menu-link:visited {
    color: #212529;
}

.show-element {
    display: block !important;
}

.hide-element {
    display: none !important;
} 


.list-group-item.active a {
    color: #fff;
}

.list-group-item.active {
    background-color: #A0C9BA;
    border-color: #A0C9BA;
}

.list-group-item:hover {
    background-color: #A0C9BA;
    border-color: #A0C9BA;
    color: #fff;
}

.list-group-item a {
    color: #212529;
}

.list-group-item a:hover {
    color: #fff;
}

.darken-40 {
    filter: brightness(60%);
}



.ui-widget-header { 
    background-color: #1C483E;
}

@media (min-width: 576px) {
    .uniForm .inlineLabels select {
        width: 45% !important;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    background-color: #A0C9BA !important;
    color: #000 !important;
}

.site_form .input-group {
    width: 50%
}

.place-menu-category-selection, .place-menu-selection, .order-form-container {
    margin-right: 5px;
    margin-left: 5px;
    justify-content: center;
}

.place-menu-category-selection {
    margin:5px;
    padding:5px;
}

.btn-primary, .btn-primary:hover, .btn-outline-secondary:hover {
    color: #000;
    background-color: #A0C9BA;
    border-color: #A0C9BA;
}

.btn {
    border-radius: 0;
}

.food_choice, .drink_choice {
    width: 50px !important;
}

.ui-spinner-input {
    width: 60%;
}

.ui-button-icon-only {
    width: 2.2em;
}

.food_order_table {
    font-size: 1em;
}

.ui-spinner-buttons { left: -13px !important; /*top: -8px !important;*/ }

.ui-accordion-header {
    font-size: 1.5rem;
}

.drinksHeader {
    font-size: 1.2rem;
}

.food_menu h2 {
    font-size: 1.2rem;
}

#orders_review .review_line { padding-bottom:10px; }
#orders_review .review_menu { margin:0; padding:0 0 0 20px; list-style:none; font-weight:bold; }
#orders_review .review_menu li { margin:0; padding:0; list-style:none;  }
#orders_review .review_menu .review_food_items { margin:0; padding:5px 0 0 20px; list-style:none; font-weight:normal; }
#orders_review .review_menu .review_food_items li { margin:0; padding:5px 0 0 0px; }
#orders_review hr { width:100%; height:1px; color:#000; margin-bottom:25px; margin-top:25px; }

.topButtonHolder {
    background: #e5e5e5;
    text-align: right;
    margin: .5em 0 1rem 0;
    padding: .5em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    position: relative;
  }

  .recaptcha-container {
    float:right;
  }

  .site-footer .nav {
    display: block;
  }


  .uniForm .textInput, .uniForm textarea {
    padding: 10px 4px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
}



.header-content-wrapper {
    position: relative;
    margin-top: -150px; /* Controls the overlap amount */
    padding-bottom: 150px; /* Adds some space below the text content */
}

.header-content-section {
    background-color: #fff;
    width: 100%; /* 2/3 of the width */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.header-content-section .title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.header-content-section .subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.header-content-section .description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}


/* Ensure all tables in drink_region have the same width */
.drink_region .drink_list {
    width: 100%; /* Makes tables take the full width of the container */
    table-layout: fixed; /* Ensures columns are evenly distributed based on widths */
    border-collapse: collapse; /* Ensures consistent spacing between cells */
}

/* Define consistent column widths */
.drink_region .drink_title {
    width: 75%; /* Adjust as needed */
    word-wrap: break-word; /* Prevents overflow in long titles */
}

.drink_region .drink_price {
    width: 25%; /* Adjust as needed */
    text-align: right; /* Aligns prices to the right */
    white-space: nowrap; /* Prevents prices from wrapping */
}

.drink_price_header {
    text-align: right !important;
}

/* Optional: Add consistent styling for table headers */
.drink_region .drink_list th {
    text-align: left;
    padding: 8px; /* Adds spacing for better readability */
}

.ui-accordion {
    font-family: 'Nuckle-Book', Verdana, sans-serif;
}

@media (min-width: 2600px) {

    .pod-caption {
        position: absolute;
        right: 15%;
        bottom: 15%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }
    
    .main_display_area {
        margin-bottom: 150px;
     }

    .pod-caption h2 {
        font-size: 3rem;
    }
    
    .pod-caption p {
        font-size: 1.5rem;
    }

}

@media (min-width: 992px) {
    #header_container {
        background-color: #fff;
        margin-bottom: 0px;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        opacity: 1;
        margin-top: -40px;
    }
    .carousel-caption {
        bottom: 35%;
    }
    
    .carousel-caption h2 {
        font-size: 5rem;
        font-family: 'Pacific-Regular', Verdana, sans-serif;
        font-weight: normal;
    }

    .main_display_area {
        margin-bottom: 150px;
     }

    .header-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 70%; /* Adjust based on your preference */
    }
    
    .header-caption h1 {
        font-size: 5vw;
    }
    
    .header-caption p {
        font-size: 1.5rem;
    }
    .uniForm .buttonHolder {
        background: #e5e5e5;
        text-align: right;
        margin: 1.5em 0 0 0;
        padding: 1.5em;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -khtml-border-radius: 6px;
        position: relative;
    }

    .pod-caption {
        position: absolute;
        right: 15%;
        bottom: 20%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }
    
    .pod-caption h2 {
        font-size: 2rem;
    }
    
    .pod-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    #header_container {
        background-color: #fff;
        margin-bottom: 7px;
        box-shadow: -6px 0 white, 6px 0 white, 0 7px 12px -2px #A0A0A0;
        opacity: 1;
    }
    .carousel-caption {
        bottom: 45%;
    }
    
    .carousel-caption h2 {
        font-size: 3rem;
    }

    .btn-fixed-width {
        width: 100% !important;
    }

    .main_display_area {
        margin-bottom: 20px;
     }

    .header-caption {
        position: absolute;
        right: 15%;
        bottom: 40%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    
    .header-caption h1 {
        font-size: 4rem;
    }
    
    .header-caption p {
        font-size: 1rem;
    }

    .pod-caption {
        position: absolute;
        right: 15%;
        bottom: 10%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }
    
    .pod-caption h2 {
        text-shadow: 2px 5px #212529;
    }
    
    .pod-caption p {
        text-shadow: 2px 3px #212529;
    }
    
    .pod-caption h2 {
        font-size: 2.5rem;
    }
    
    .pod-caption p {
        font-size: 1rem;
    }

    .uniForm .buttonHolder {
        background: #e5e5e5;
        text-align: right;
        margin: 1.5em 0 0 0;
        padding: 1.5em;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -khtml-border-radius: 6px;
        position: relative;
    }

    #page-content {
        padding-top: 3rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .drink_vintage {
        padding: 0.25rem;
    }

    .drink_vintage_header, .drink_vintage {
        display: none;
    }

    .drink_title, .drink_price {
        font-size: 12px;
    }
}

@media (max-width: 575px) {

    .carousel-caption {
        bottom: 35%;
    }
    
    .carousel-caption h2 {
        font-size: 2.5rem;
    }

    .main_display_area {
       margin-bottom: 20px;
    }

    .header-caption {
        position: absolute;
        right: 15%;
        bottom: 25%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .header-caption h1 {
        font-size: 7vw;
    }

    .btn-leiths {
        width: 100%;
    }

    .btn-fixed-width {
        width: 100% !important;
    }
    
    .mt-5 {
        margin-top: 1rem !important;
    }

    .header-caption p {
        font-size: 1rem;
    }

    .uniForm .buttonHolder {
        background: #e5e5e5;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -khtml-border-radius: 6px;
        position: relative;
    }

    .buttonHolder button {
        width: 100%;
        text-align: center !important;
    }

    .input-group-prepend button {
        min-width: 1rem !important;
    }
    .input-group-append button {
        min-width: 1rem !important;
    }

    .uniForm .inlineLabels .numeric  {
        width: 44% !important;
    }

    #orders_drinks {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pod-caption {
        position: absolute;
        right: 15%;
        bottom: 10%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }
    
    .pod-caption h2 {
        text-shadow: 2px 5px #212529;
    }
    
    .pod-caption p {
        text-shadow: 2px 3px #212529;
    }
    
    .pod-caption h2 {
        font-size: 2.5rem;
    }
    
    .pod-caption p {
        font-size: 1rem;
    }

    .uniForm .inlineLabels select {
        width: 65% !important;
    }
}
