@charset "UTF-8";

/* Jubilat font */
.jubilat-regular {
    font-family: "jubilat", serif;
    font-weight: 400;
    font-style: normal;
}

.jubilat-italic {
    font-family: "jubilat", serif;
    font-weight: 400;
    font-style: italic;
}

.jubilat-medium {
    font-family: "jubilat", serif;
    font-weight: 500;
    font-style: normal;
}

.jubilat-medium-italic {
    font-family: "jubilat", serif;
    font-weight: 500;
    font-style: italic;
}
   
.jubilat-semibold {
    font-family: "jubilat", serif;
    font-weight: 600;
    font-style: normal;
}

.jubilat-bold {
    font-family: "jubilat", serif;
    font-weight: 700;
    font-style: normal;
}
.jubilat-bold-italic {
    font-family: "jubilat", serif;
    font-weight: 700;
    font-style: italic;
}

/* Main */
body { overflow-x: hidden !important; }
.vi-container { max-width: 1250px; }

/* Colors */
.vi-orange { color: #CC6635 !important; }
.vi-blue { color: #1A58CC !important;}
.vi-blue-bg { background-color: #1A58CC !important; }
.vi-blue-bottom { border-bottom: #1A58CC solid 1px; }
.vi-blue-top { border-top: #1A58CC solid 1px; }
.vi-blue-top-thick {
    border-top: #1A58CC solid 3px;
    opacity: 1;
}

.page-image {
    border: #fff solid 8px;
    width: 593px;
}

.ps-4-5 {
    padding-left: 2rem !important;
}

/* Navbar */
.nav-link:hover { color: #1A58CC !important; }

#navbar-brand {
    width: 5rem;
    height: 5rem;    
}

.navbar-toggler {
    border: none !important;
}

.navbar-social-icon { height: 35px !important;}

/* Homepage */
#homepage-banner-img {
    background-image: url('/images/bar_grill_bg.png'); 
    background-position: bottom; 
    background-repeat: repeat-x; 
    background-size: cover; 
    height: 300px !important;
}

#homepage-logo {
    height: 230px;
    filter: drop-shadow(0px 0px 8px #000);
}

#header-2 {
    filter: drop-shadow(0px 0px 8px #000);
}

.homepage-social-icon {
    height: 50px;
}

.homepage-col {
    background: transparent;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.daily-special-btn {
    background-color: #1A58CC !important;
    border: 1px solid #fff;
    border-radius: 18px;
    width: 90px;
    height: 90px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.daily-special-btn>img {
    height: 100%;
    width: 100%;
    padding-top: 0.25rem!important;
}

.db-hours>h1>span, .db-hours>h2>span, .db-hours>h3>span, 
.db-hours>h4>span, .db-hours>h5>span, .db-hours>h6>span,
.db-hours>h1, .db-hours>h2, .db-hours>h3, 
.db-hours>h4, .db-hours>h5, .db-hours>h6 {
    /* jubilat semibold */
    font-family: "jubilat", serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

/* Catch and Cook */
.charter-card {
    background-color: transparent;
    border: #1A58CC solid 1px;
    height: 100%;
}

a > .charter-card:hover, #franks-logo:hover, .gallery-arrow:hover {
    cursor: pointer !important;
}

.blue-ul-header {
    display: inline-block;
}
.blue-ul-header:after {
    content: '';
    display: block;
    border-top: 2px solid #1A58CC;
}

.c-and-c-img {
    border: #fff solid 10px;
}

#catch-and-cook-bubble {
    z-index: 1000;
    position: relative;
}

/* Menu */
.menu-btn {
    background-color: #1A58CC !important;
    color: #fff !important;
    border: 1px solid #1A58CC;
}

.menu-btn.active {
    background-color: #fff !important;
    color: #1A58CC !important;
}

.menu-icon {
    height: 22px;
    display: inline;
}

.accordion-button {
    font-size: 1.3rem !important;
}

.accordion-button::after {
    content: "";
    background-image: none !important;
}

.two-col-ul {
    columns: 2; 
    -webkit-columns: 2; 
    -moz-columns: 2;
    padding-left: 1rem;
}

.three-col-ul {
    columns: 3; 
    -webkit-columns: 3; 
    -moz-columns: 3;
    padding-left: 1rem;
}

.extras-card > .card-body > ul{
    margin-bottom: 0rem !important;
}

/* About Us */
.small-imgs {
    width: 190px;
    height: 140px;
    border: 1px solid white;
}

.gallery-arrow {
    height: 3rem !important;
    width: 3rem !important;
}

#leftGalleryArrow {
    background: url('/images/icons/left_arrow.svg') no-repeat;
    background-position: left;
}

#rightGalleryArrow {
    background: url('/images/icons/right_arrow.svg') no-repeat;
    background-position: left;
}

#imageModal {
    background: transparent !important;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

/* Catering */

.header-with-lines {
    overflow: hidden;
    text-align: center;
}
  
.header-with-lines:before,
.header-with-lines:after {
    background-color: #1A58CC;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.header-with-lines:before {
    right: 0.5em;
    margin-left: -50%;
}

.header-with-lines:after {
    left: 0.5em;
    margin-right: -50%;
}

.db-desc>p {
    margin-bottom: 0px;
}

.vegetarian-icon {
    height: 15px;
}

/* Events */
.vi-event-card {
    border: 2px solid #1A58CC !important;
}

.vi-event-img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Specials */
.specials-img {
    margin-bottom: 1.5rem;
    max-width: 380px;
    width: 100%;
}

/* Careers */
.opportunity-icon {
    width: 100px;
    height: 100px;
}

.principal-icon {
    width: 90px;
    height: 90px;
}

/* Spinner */
#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1A58CC;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1A58CC transparent transparent transparent;
    top: 52%; 
    left: 48%;
}

.lds-ring div:nth-child(1) {  animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


body {
    background: url('/images/dark_bg_web.png');
    background-repeat: repeat; 
    background-size: auto;
}

*, .nav-link, .social-links, a {
    color: #fff;
}

.navbar, .vi-footer, body {
    background-color: #000; 
}

.navbar { border-bottom: #fff solid 2px; }
.vi-footer { border-top: #fff solid 2px; }
.page-content-border { 
    border-top: #fff solid 1px; 
    opacity: 1 !important;
} 

.navbar-toggler-icon {
    background-image: url('/images/icons/navbar_icon_white.svg');
}

.vi-logo {
    background: url('/images/VI-Logo_Outlines_Wht.svg') no-repeat;
}

.extras-card { 
    background-color: #000; 
    border: #fff solid 1px;
}

#hours-homepage { border-right: #fff solid 1px; }
#hours-contact { border-left: #fff solid 1px; }

.vi-event-card, .accordion-item, .accordion-button {
    background-color: #000 !important;
    color: #fff !important;
}

.top-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1A58CC;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    opacity: 1;
    text-decoration: none;
}