@import url('//fast.fonts.net/cssapi/3404dc29-a763-4a6b-b36b-d7d28830632b.css');

/*
font-family:'DINNextRoundedLTW01-Lig';
font-family:'DINNextRoundedLTW01-Med';
*/

/* change fonts  */
.home-specials h1 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5,
{
    font-family:'Eveleth W01 Bold';
}

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

body {
  font-family: 'DINNextRoundedLTW01-Lig';
}

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, .navbar-fixed-bottom {
  display: none!important;
}
.on-cover-content {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.side-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10vh;
}
.on-cover-content img {
    max-width: 230px;
    margin: 20px auto;
}

.side-wrap {
  background-image: url(../custom/website_image.jpg);
  background-size: cover;
  background-position: center;
}

.side-wrap:nth-child(2) {
  background-image: url(../custom/shop_image.jpg);
}

.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;
}

.custom-temp-btn, .reservations-and-parties-v2 button,
.map-newsletter .sph-email-subscription .sph-submit-button {
    font-family: 'DINNextRoundedLTW01-Lig';
    margin: 10px auto;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
    background-color: #fff;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border: none;
    max-width: 240px;
}
.custom-temp-btn:hover, .reservations-and-parties-v2 button:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-temp-btn:focus, .reservations-and-parties-v2 button:focus,
.map-newsletter .sph-email-subscription .sph-submit-button:focus {
    text-decoration: none;
    background-color: #E55000;
    background: #E55000;
    border: none;
    color: #fff;
    opacity: 1;
}


/* 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;
}

@media (max-width: 1024px) {
  .side-wrap {
    background-position: center right;
  }
}

@media (max-width: 991.5px) {
  .side-wrap {
    height: 50%;
    padding-top: 0;
    display: table-cell;
    vertical-align: top;
    background-position: center;
  }
  .custom-temp-btn {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .custom-temp-btn {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .on-cover-content img {
    margin: 10px auto;
  }
  .side-wrap {
    display: table-cell;
    vertical-align: top;
    padding-top: 0;
  }
  .custom-temp-btn {
    margin-top: 25px;
    width: 190px;
    padding: 9px 40px 9px 15px;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .custom-temp-btn {
    margin-top: 20px;
    width: 180px;
    padding: 8px 35px 8px 10px;
    font-size: 14px;
  }
}
