@import url('//fast.fonts.net/cssapi/cf12cfdf-41af-4440-96f0-08a338ae9412.css');

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Raleway:wght@300;800&display=swap');


/* change fonts

font-family:'Nexa Rust Sans W05 Black_3';
font-family:'Museo Sans W01_700';
font-family:'Museo Sans W01_100';

font-family: 'Lobster', cursive;
font-family: 'Raleway', sans-serif;

  */

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}
body, .banner-section h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
h1, .section-header {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
h2, h3, h4, h5, h6,
.custom-temp-btn,
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1,
.food-menu-grid h3, .food-menu-grid h4,
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

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;
}
.food-menu-v2-wrapper .section-header {
    color: #000;
}
.food-menu-grid h2 {
  text-transform: uppercase;
}
.contact-v2 .contact-location{
    text-transform: uppercase;
}
.header {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url()!important;
}
.on-cover-content .section-wrapper .section-header {
    color: #000;
    text-shadow: none;
}
.cover-text {
  color: #000;
  font-size: 1.2em;
}
.on-cover-content .section-wrapper {
  vertical-align: top;
}
.on-cover-content .contact-logo-wrapper {
	position: relative;
}
.on-cover-content .contact-info {
	font-family: 'Raleway', sans-serif;
    font-weight: 800;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.4;
}
.on-cover-content .contact-info.contact-info-left {
	position: absolute;
	top: 50%;
	left: 15%;
}
.on-cover-content .contact-info.contact-info-right {
	position: absolute;
	top: 45%;
	right: 15%;
}
.on-cover-content .section-wrapper .section-header {
    margin-bottom: 15px;
    margin-top: 10px;
}
.on-cover-content .container {
	width: 100%;
}
.banner-section .banner-pin:hover {
  color: #d5c095;
}
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
    padding-top: 60px;
}
.food-menu-v2-wrapper .section-header {
    font-size: 4.5em;
    text-transform: uppercase;
}
.empty-content-message {
  text-align: center;
}
.empty-content-message h2 {
  font-size: 25px;
}
.food-menu-nav .food-menu-nav-item {
    border-color: #000;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
.food-menu-grid .food-price {
    color: #ad9c7b;
    font-weight: 700;
}
.food-menu-grid .food-item-description {
    color: #1f1f1f;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #000;
}
.food-menu-grid-item-content {
    border-radius: 0px;
}
.contact-v3 {
  background-image: url(../custom/contact_back.jpg);
  background-size: cover;
}
.custom-temp-btn {
    padding: 10px 30px 10px 30px;
    background-color: transparent;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}
.custom-temp-btn:hover {
    background-color: #fff;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.on-cover-content .custom-temp-btn.block-btn {
	display: block;
	padding: 10px;
	width: 160px;
}
.uk-overlay-background {
    background: rgba(0,0,0,.5);
}
.navbar.nav-v6 .navbar-logo .container {
    display: none;
}
@media(max-width: 1300px){
	.on-cover-content img.logo-img {
		max-width: 200px;
	}
	.on-cover-content .contact-info.contact-info-left {
		left: 5%;
	}
	.on-cover-content .contact-info.contact-info-right {
		right: 5%;
	}
}
@media(max-width: 900px){
	.on-cover-content img.logo-img {
		max-width: 150px;
	}
	.on-cover-content .contact-info {
		font-size: 1.2em;
	}
	.on-cover-content .contact-info.contact-info-left {
		left: 2%;
	}
	.on-cover-content .contact-info.contact-info-right {
		right: 2%;
	}
}
@media(max-width: 767px){
  .on-cover-content .contact-info.contact-info-left,
  .on-cover-content .contact-info.contact-info-right {
	  position: static;
	  margin-top: -20px;
	  margin-bottom: 10px;
  }
  .on-cover-content .contact-info.contact-info-right {
	  margin-top: 5px;
  }
  .uk-overlay-panel h1 {
	margin-top: -20px;
  }
  .on-cover-content .custom-temp-btn.block-btn {
	margin: 5px auto;
	font-size: 1em;
  }
  .on-cover-content img.logo-img {
    max-width: 140px;
  }
  .on-cover-content img.logo-img.express-logo {
    max-width: 55px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #000;
  }
  .on-cover-content .uk-dotnav {
    bottom: 5px;
  }
  .food-menu-v2-wrapper .section-header {
    font-size: 3.5em;
  }
}
@media (max-width: 400px) {  
  .navbar.nav-v4 .header-logo {
      max-width: 50px;
  }
}
@media(max-width: 320px){
  .on-cover-content .contact-info {
	font-size: 1.1em;
  }
  .on-cover-content img.logo-img.express-logo {
	display: none;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 2em;
  }
}

