@import url('//fonts.googleapis.com/css2?family=Arvo:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Exo+2&display=swap');

/* change fonts 

 font-family: 'Exo 2', sans-serif; 
 font-weight: 400;

 font-family: 'Arvo', serif; 
 font-weight: 700;

 */

body,
.banner-section h1,
.food-menu-grid h2,
.banner-section h1  {
  font-family: 'Exo 2', sans-serif; 
  font-weight: 400;
}

h2, h3, h4, h5, h6,
.food-menu-grid .food-price,
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1,
.food-menu-grid h3, .food-menu-grid h4, .food-menu-grid h2,
h1, .section-header {
  font-family: 'Arvo', serif; 
  font-weight: 700;
}

a {color: #ddd;}

/* home page */
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
  text-transform: uppercase;
}
.reservations a {
    color: #fff;
    background-color: #ddd;
}
.food-menu-grid h2 {
  text-transform: uppercase;
}
.about-us-v8-item-left.animate .custom-temp-btn {
  display: none;
}
/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #ddd;
    background: transparent;
    border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.7);
}


/* black specials */
.specials-v2 {
    background-color: black;
}

.home-specials h1, .about-us h3 {
    color: white;
}

.about-us h3 {
    margin-top:4px;
}

.home-specials p {
    font-size: 1.2em;
    color: white;
    word-wrap: break-word;
    padding-top: 1.9em;
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}


/* black gallery */

.gallery {
    background-color: black;
}

.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label {
    text-transform: uppercase;
    /*color: white;*/
    border: none;
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.contact-v2 .contact-location{
    text-transform: uppercase;
}
.section-header,
.about-us-v8-item-left h1,
.uk-overlay-panel h1 {
  font-size: 4em;
  text-transform: uppercase;
}
.custom_html_1-section {
  background-color: #440808;
}
.custom_html_1-section.section-wrapper {
    padding: 2em 0;
}
.food-menu-grid .food-item-description {
  color: #0a322a;
}
.food-menu-grid-item-content {
  border-radius: 0px;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus {
  color: #efa101;
}
.uk-overlay-background {
    background: rgba(0,0,0,.5);
}
.on-cover-content .section-wrapper a {
    margin: 20px;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
    border-radius: 5px;
}
.on-cover-content .section-wrapper a:hover {
    background: #ffc032;
    background-color: #ffc032;
    border: 2px solid #ffc032;
    color: #000;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover
.food-menu-nav .food-menu-nav-item:focus,
.custom-temp-btn:hover {
  background-color: #f1592a;
  border-color: #f1592a;
  color: #fff;
  text-decoration: none;
}
.food-menu-grid .food-price {
  color: #f1592a;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #f1592a;
}
.nav-v7 {
  display: none;
}
@media(max-width: 768px) {
  .section-header,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-item-left h1 {
    font-size: 3.5em;
  }
}
@media(max-width: 767px){
  .navbar-fixed-bottom.nav-v1 .nav.navbar-nav.navbar-right {
    display: none;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    background-color: rgba(0, 0, 0, 0.2)!important;
  }
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #000;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #000;
  }
}