@import url('//fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

/* change fonts 

font-family: 'Poppins', sans-serif;

 */
:root {
  --main-color: green;
  --size-width: 135px;
  --logo-display: none;
  --text-color: #EEF7FE;
}



body,
.banner-section h1,
.food-menu-grid h2,
.banner-section h1  {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

h2, h3, h4, h5, h6,
.food-menu-grid .food-price,
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1,
.food-menu-grid h3, .food-menu-grid h4, .food-menu-grid h2,
h1, .section-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a {color: #ddd;}

/* home page */
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
  text-transform: uppercase;
}
.reservations a {
    color: #fff;
    background-color: #ddd;
}
.food-menu-grid h2 {
  text-transform: uppercase;
}
.about-us-v8-item-left.animate .custom-temp-btn {
  display: none;
}
/* 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;
}
.on-cover-content .section-wrapper .section-header { 
color: var(--text-color); 
}
.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;
}
.section-header,
.about-us-v8-item-left h1,
.uk-overlay-panel h1 {
  font-size: 4em;
  text-transform: uppercase;
}
.custom_html_1-section {
  background: #fff url('../custom/cover.jpg') center center / cover no-repeat;
  padding: 5em 0 7em;
}
.custom_html_1-section .container {
  text-align: center;
}
.custom_html_1-section .section-header {
  margin-top: 0;
  margin-bottom: 40px;
}
.custom_html_1-section a.custom-temp-btn {
  width: 170px;
  padding: 8px 30px;
	background-color: #f04624;
	background: #f04624;
	border: 2px solid #f04624;
	color: #000;
	border-radius: 0;
	font-size: 17px;
	text-transform: uppercase;
  text-align: center;
	box-shadow: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.multiple-btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.food-menu-grid .food-item-description {
  color: #0a322a;
}
.food-menu-grid-item-content {
  border-radius: 0px;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus {
  color: var(--main-color);
}
.uk-overlay-background {
    background: rgba(0,0,0,.5);
}
.uk-overlay-panel .custom-temp-btn {
    margin: 20px auto;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    background-color: transparent;
    background: transparent;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover
.food-menu-nav .food-menu-nav-item:focus,
.custom-temp-btn:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  text-decoration: none;
}
.food-menu-grid .food-price {
  color: var(--main-color);
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid var(--main-color);
}
.navbar.nav-v6 .navbar-logo .container {
  display: var(--logo-display);
}
.navbar.nav-v6 .container {
  display: none;
}
.on-cover-content .section-wrapper a {
    margin: 0 10px;
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 180px;
}
.on-cover-content .section-wrapper a:hover {
    background-color: #f04624;
    color: #fff;
}
/*scroll down indicator*/
.scroll-down-holder.uk-position-bottom {
	bottom: 60px;
	}
  .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*/
@media(max-width: 1200px){ 
  .custom_html_1-section {
    min-height: 60vh;
  }
}
@media(max-width: 768px) {
  .section-header,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-item-left h1 {
    font-size: 3.5em;
  }
}
@media(max-width: 767px){
  .navbar-fixed-bottom.nav-v1 .nav.navbar-nav.navbar-right,
  .navbar.nav-v6 {
    display: none;
  }
  .on-cover-content .section-wrapper .section-header img {
    max-width: 250px;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    background-color: rgba(0, 0, 0, 0.2)!important;
  }
  .custom_html_1-section a.custom-temp-btn {
    width: 240px;
  }
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #000;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #000;
  }
    .navbar.nav-v4 .header-logo {
    max-width: var(--size-width);
 }
 .scroll-down-holder.uk-position-bottom {
    bottom: 100px;
  }
  .scroll-down {
    margin-right: 50px;
  }
}

@media (max-width: 320px) {
	.scroll-down-holder.uk-position-bottom {
	  display: none;
	  bottom: 110px;
	}
}