@import url('//fast.fonts.net/cssapi/14d85275-5c4a-4f7b-b393-870d71eee26b.css');

/* change fonts 

font-family:'Insignia LT W01 Regular';
font-family:'Intro W01 Light';

 */

body {
  font-family:'Intro W01 Light';
}
h1, h2, h3, h4, h5, h6 {
  font-family:'Insignia LT W01 Regular';
}
/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

/* home page */

.reservations a {
    color: #fff;
    background-color: #ddd;
}


/* 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;
}
.navbar.nav-v4 {
  display: none;
}
.header {
    background-color: #777e91;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
  display: none;
}
.custom-temp-btn {
    padding: 10px 30px 10px 30px;
    color: #f4b223;
    border: 2px solid #f4b223;
}
.custom-temp-btn:hover {
  background-color: #f4b223;
  background: #f4b223;
  color: #393b16;
  border: 2px solid #f4b223;
}
.banner-section {
    padding: 30px 0 30px 0;
}
.section-header {
  font-size: 3em;
  text-transform: uppercase;
  color: #383b16;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.reservations-and-parties-v2 button:hover {
  background-color: #383b16;
  border-color: #383b16;
  color: #f4b124;
}
.food-menu-nav .food-menu-nav-item,
.reservations-and-parties-v2 button {
  color: #393b16;
  border: 2px solid #393b16;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #f4b223;
}
.food-menu-grid .food-price {
font-family:'Insignia LT W01 Regular';
    color: #383b16;
}
.food-menu-grid-item-content {;
    background-color: #f1eee0;
    border-radius: 0px;
}
.food-menu-grid .food-item-holder {
    border-bottom: 1px solid #373b16;
}
.reservations-and-parties-v2 .section-header {
    font-size: 2em;
    text-transform: uppercase;
    color: #383b16;
}
.reservations-and-parties-v2 {
background-color: #f1eee0;
}
.bar:before, .bar:after {
    background: #f4b223;
}
.custom_html_1-section {
background-color: #373b16;
background: #373b16;
color: #f1eee0;
}
.custom_html_1-section .section-header {
  color: #f1eee0;
  margin-top: 0px;
}
.custom_html_1-section p {
  text-align: center;
}
.custom_html_1-section a:hover {
  color: #f4b223; 
}
.custom_html_2-section {
  background-image: url(../custom/custom_back.jpg);
  background-size: cover;
  padding-bottom: 0px;
}
.custom_html_2-section p {
  text-align: center;
}
.custom_html_2-section .social-icon {
    font-size: 25px;
    padding: 15px;
    color: #f1eee0;
}
.custom_html_2-section .social-icon:hover {
color: #f4b223;
}
.food-menu-grid .food-item-description {
  color: #373b16;
}
.empty-content-message {
    text-align: center;
}
@media(max-width: 767px){
  .section-header {
    margin-top: 5px;
  }
  .section-header {
  font-size: 2.5em;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #373b16;
  }
  .banner-section h1 {
    font-size: 1.3em;
}
}