@import url('//fast.fonts.net/cssapi/3fb6bfcd-550b-4cfa-9451-f7a56b6bcd33.css');

@font-face {
    font-family: 'Angelface';
    src: url('../custom/font/Angelface.eot');
    src: url('../custom/font/Angelface.eot?#iefix') format('embedded-opentype'),
        url('../custom/font/Angelface.woff2') format('woff2'),
        url('../custom/font/Angelface.woff') format('woff'),
        url('../custom/font/Angelface.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* change fonts

font-family:'Proxima Nova W01 Bold';
font-family:'Proxima Nova W01 Light';

  */
body,
.banner-section h1 {
  font-family:'Proxima Nova W01 Light';
}
h1, .section-header {
  font-family:'Proxima Nova W01 Bold';
  text-transform: uppercase;
  font-size: 4em;
}
.about-us-v7-content .text-wrapper h2,
.food-menu-grid h2 {
  font-family: 'Angelface';
  font-size: 4em;
  color: #a02c2c;
}
/* 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;
}
.about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn {
  display: none;
}
.contact-v2 .contact-location{
  text-transform: uppercase;
}
.food-menu-grid-item-content {
  border-radius: 0px;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover {
  background-color: #019546;
  border-color: #019546;
  color: #fff;
  text-decoration: none;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #019546;
}
.banner-section h1 {
  font-size: 1.3em;
}
.banner-section .banner-pin:hover {
  color: #019546;
}
.food-menu-grid .food-price {
  color: #019546;
}
.food-menu-grid .food-item-description {
  color: #000;
}
.banner-section .banner-pin:hover {
  color: #ed1c24;
}
.googlemap-v3-wrapper {
  background: #f7b519;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover {
  background-color: #ed1c24;
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
}
.map-newsletter {
    border-right: 1px solid #f7b51a;
}
.bar:before, .bar:after {
  background: #ec1a23;
}
.on-cover-content .section-wrapper .section-header {
  color: #000;
}
.header {
  background-color: #fff;
}
.on-cover-content.content-center.animate-content .section-header {
  text-shadow: none;
}
.food-menu-nav .food-menu-nav-item.active, .food-menu-nav .food-menu-nav-item:hover {
  background-color: #a02c2c;
  border-color: #a02c2c;
  color: #fff;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #a02c2c;
}
.food-menu-grid .food-price {
  color: #a02c2c;
  font-family:'Proxima Nova W01 Bold';
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #a02c2c;
}
.contact-v3 {
    background-color: #3d4047;
    background: #3d4047;
}
@media (max-width: 767px) {
  .navbar.nav-v4 .header-logo {
      max-width: 80px;
  }
  .on-cover-content.content-center.animate-content .section-header {
    text-shadow: none;
    font-size: 2em;
}
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #019546;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #019546;
  }
  h1, .section-header {
    font-size: 2.8em;
  }
  .about-us-v7-content .text-wrapper h2, .food-menu-grid h2 {
    font-size: 3em;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #a02c2c;
  }
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #a02c2c;
  }
  .container.about-us-v7 .row {
    flex-direction: column-reverse;
    display: flex;
  }
}