@import url('http://fast.fonts.net/cssapi/9cd5876b-3a87-4d66-95cf-6b36954cec26.css');

/* change fonts
font-family:'Microbrew One W01 Regular';
font-family:'Futura LT W01 Light';
*/

/* put under the comment if it's NOT sinle page website */

h1 {
    font-family:'Microbrew One W01 Regular';
}
body {
    font-family:'Futura LT W01 Light';
}
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);
}
.food-menu-v2-wrapper {
  background-color: #0b0b0b;
}
.food-menu-v2-wrapper .section-header {
  color: #fff;
  font-size: 5em;

}
.food-menu-grid .food-price {
  color: #3b9095;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #3b9095;
}
.food-menu-nav .food-menu-nav-item.active {
  background-color: #3b9095;
  border-color: #3b9095;
  color: #fff;
  text-decoration: none;
}
.custom-temp-btn, .reservations-and-parties-v2 button, .map-newsletter .sph-email-subscription .sph-submit-button {
  background-color: transparent;
  border-color: #3b9095;
  color: #fff;
  text-decoration: none;
}
.custom-temp-btn:hover, .reservations-and-parties-v2 button:hover, .map-newsletter .sph-email-subscription .sph-submit-button:hover {
    text-decoration: none;
    background-color: #3b9095;
    background: #3b9095;
    border: 2px solid #3b9095;
    color: #fff;
}
.food-menu-nav .food-menu-nav-item span {}
/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}
/*scroll down indicator*/
.scroll-down-holder.uk-position-bottom {
  bottom: 90px;
  margin-top: 90px;
}
.scroll-down {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  -webkit-animation: move 3s ease-out infinite;
  -moz-animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
  -webkit-animation: move 3s ease-out 1s infinite;
  -moz-animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
  -webkit-animation: move 3s ease-out 2s infinite;
  -moz-animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  -webkit-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
  -webkit-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    -ms-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 20px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  -webkit-animation: pulse 2s linear alternate infinite;
  -moz-animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*scroll down indicator END*/
.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;
}
.on-cover-content .section-wrapper .section-header {
    font-size: 6em;
    text-shadow: 7px 3px 5px rgba(0, 0, 0, 0.3);
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
    display: none;
}
@media screen and (max-width: 400px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 4em;
  }
.scroll-down-holder.uk-position-bottom {
  margin-top: 40px;
}
.food-menu-v2-wrapper .section-header {
  font-size: 3em;
}
}
