@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Metrophobic");
@font-face {
  font-family: main;
  src: url("../WorstveldSlingExtra.ttf");
}
*,
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}

body,
p {
  font-family: "Metrophobic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.nav-item,
.shout-container shouttitle {
  font-family: "Metrophobic", sans-serif;
}

h2,
h2 {
  font-family: "Metrophobic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Metrophobic", sans-serif;
  cursor: pointer;
}
a:hover {
  color: #edb059;
}

p {
  color: #747474;
  font-family: "Metrophobic", sans-serif;
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.hero-section {
  height: 100vh;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../images/hero-2.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/hero-2.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  overflow-x: hidden;
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .logo-container {
  max-width: 125px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-nav .logo-container {
    max-width: 175px;
  }
}
.mobile-nav .logo-container img {
  width: 100%;
}

.desktop-navigation {
  display: none;
  z-index: 1;
  background: #111;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .desktop-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    border-bottom: 1px solid #edb059;
  }
}
.desktop-navigation .logo-container {
  width: 190px;
  height: auto;
  padding-top: 30px;
  background: #111;
  padding: 5px;
  padding-bottom: 2px;
  margin-top: 82px;
}
.desktop-navigation .logo-container img {
  border: 1px solid #fff;
  width: 100%;
}
.desktop-navigation > a {
  display: inline-block;
  padding: 4px;
  margin: 0 50px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Metrophobic", sans-serif;
}

.hamburger-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .hamburger-container {
    display: none;
  }
}
.hamburger-container .hamburger-inner,
.hamburger-container .hamburger-inner::before,
.hamburger-container .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-container .hamburger-inner,
.hamburger-container .hamburger-inner::before,
.hamburger-container .hamburger-inner::after {
  width: 32px;
  height: 2px;
}
.hamburger-container .hamburger.is-active .hamburger-inner,
.hamburger-container .hamburger.is-active .hamburger-inner::before,
.hamburger-container .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-container .hamburger.is-active:hover,
.hamburger-container .hamburger:hover {
  opacity: 1;
}

.mobile-nav-menu {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-nav-menu {
    display: none;
  }
}

.visible-nav {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}
.visible-nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visible-nav a {
  color: #fff;
  padding: 5px;
  margin: 10px 0;
  font-family: main;
  font-size: 18px;
  font-family: "Metrophobic", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .shout-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.shout-container shoutmessage {
  font-weight: 300;
  margin-top: 30px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .shout-container shoutmessage {
    font-size: 16px;
  }
}
.shout-container shoutinner {
  width: 90%;
  margin: auto;
  padding: 10px;
  background: #111;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .shout-container shoutinner {
    width: unset;
    margin: unset;
  }
}
.shout-container shoutdate {
  margin-top: 10px;
  padding-bottom: 25px;
  color: #edb059;
  border-bottom: 5px solid #edb059;
  font-size: 11px;
}
.shout-container shouttitle {
  font-size: 24px;
  text-align: center;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shout-container shouttext {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shout-container shoutinner {
    margin-top: 200px;
  }
}
.shout-container shoutimg,
.shout-container .shout-container shoutimg.shout-image-block {
  max-width: 200px !important;
  border-radius: 3px;
}

.section-index-about {
  padding: 100px 20px;
  color: black;
  max-width: 1200px;
  margin: auto;
}
.section-index-about p {
  line-height: 28px;
}
.section-index-about .index-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-index-about .index-about-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .section-index-about .index-about-left {
    width: 75%;
    padding: 0 20px;
  }
}
.section-index-about .index-about-left p {
  margin: 35px 0;
}
@media (min-width: 1024px) {
  .section-index-about .index-about-left p {
    margin-right: 100px;
  }
}
.section-index-about .index-about-left .special {
  margin-top: 0;
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-index-about .index-about-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .section-index-about .index-about-right {
    width: 25%;
  }
}
.section-index-about .index-about-right p,
.section-index-about .index-about-right a {
  color: #717171;
  font-family: "Metrophobic", sans-serif;
}
.section-index-about .index-about-right p {
  margin: 20px 0;
}
.section-index-about .index-about-right h2 {
  font-family: "Metrophobic", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #edb059;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-index-about .index-about-right .half-part {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-index-about .index-about-right .full-part {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-index-about .hours-section {
    max-width: 500px;
    margin: auto;
  }
}
.section-index-about .hours-section h3 {
  font-family: "Metrophobic", sans-serif;
  color: #717171;
}
.section-index-about .hours-section .day-toggle {
  color: #747474;
  color: #5b5b5b;
}
.section-index-about .hours-section .hours-numbers {
  color: #717171;
}

.section-index-buttons {
  margin: 20px;
}

.index-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px 400px;
  grid-template-areas: "vertical-btn single-btn-left single-btn-right" "vertical-btn horizontal-btn horizontal-btn";
  grid-gap: 20px;
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .index-buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px;
  }
}
.index-buttons-container > a {
  height: 225px;
  margin: 10px 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
@media (min-width: 1024px) {
  .index-buttons-container > a {
    height: unset;
    margin: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .index-buttons-container > a {
    height: 275px;
    min-width: 300px;
    margin: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .index-buttons-container {
    display: grid;
  }
}
.index-buttons-container .grid-text-wrapper {
  max-width: 419px;
  margin: 0 10px;
  background: #111;
  padding: 5px;
  min-width: 277px;
}
.index-buttons-container .grid-text-wrapper h2 {
  border: 1px solid white;
  padding: 25px;
  text-align: center;
}

.vertical-btn {
  grid-area: vertical-btn;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/vertical-img.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/vertical-img.jpg");
  background-position: center;
  background-size: cover;
}
.vertical-btn:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("../images/vertical-img.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/vertical-img.jpg");
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-btn-left {
  grid-area: single-btn-left;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/breakfast.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/breakfast.jpg");
  background-position: center;
  background-size: cover;
}
.single-btn-left:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("../images/breakfast.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/breakfast.jpg");
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-btn-right {
  grid-area: single-btn-right;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/single.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/single.jpg");
  background-position: center;
  background-size: cover;
}
.single-btn-right:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("../images/single.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/single.jpg");
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.horizontal-btn {
  grid-area: horizontal-btn;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/horizontal.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/horizontal.jpg");
  background-position: center;
  background-size: cover;
}
.horizontal-btn:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("../images/horizontal.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/horizontal.jpg");
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-content h2 {
  font-family: "Metrophobic", sans-serif;
  margin: 10px;
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .grid-content h2 {
    font-size: 34px;
  }
}

.section-contact-banner {
  width: 100%;
  max-width: none;
  padding: 80px;
  background: #111;
}
.section-contact-banner .contact-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-contact-banner .contact-banner-content .banner-contact-block {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-contact-banner .contact-banner-content .banner-contact-block h2 {
  color: #edb059;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Metrophobic", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 5px solid #edb059;
}
.section-contact-banner .contact-banner-content .banner-contact-block a {
  font-family: "Metrophobic", sans-serif;
  font-size: 20px;
  color: white;
  margin-top: 5px;
  text-align: center;
}
.section-contact-banner .contact-banner-content .banner-contact-block a:hover {
  color: #edb059;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-contact-banner .contact-banner-content .banner-contact-block a i {
  padding-right: 10px;
}

.section-hours-block {
  width: 100%;
  background: #111;
  padding: 100px 0 500px 0;
}
.section-hours-block .hours-block-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-hours-block .hours-block-content h2 {
  font-size: 36px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 5px solid #666;
  color: #edb059;
  text-transform: uppercase;
}
.section-hours-block .hours-block-content .day-toggle,
.section-hours-block .hours-block-content .hours-numbers {
  color: #fff;
}
.section-hours-block .hours-block-content .hours_container_box h3 {
  color: #dddddd;
}
.section-hours-block .hours-block-content .hours-section {
  margin-bottom: 65px;
}
.section-hours-block .hours-block-content a {
  text-transform: uppercase;
  color: #edb059;
  font-size: 16px;
}
.section-hours-block .hours-block-content a i {
  padding-left: 3px;
}

.section-about-container {
  width: 100%;
  padding-bottom: 20px;
}
.section-about-container .text-padding {
  padding: 15px;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .section-about-container .text-padding {
    padding: 100px;
  }
}
.section-about-container .text-padding a {
  display: block;
  color: white;
  border: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.section-about-container .text-padding a:hover {
  color: black;
  background: white;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.section-about-container .about-content-wrapper {
  background: #bc873e;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  max-width: 1130px;
  margin-top: -400px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 300px;
}
@media (min-width: 1024px) {
  .section-about-container .about-content-wrapper {
    margin: auto;
    margin-top: -400px;
    margin-bottom: unset;
  }
}
.section-about-container .about-content-wrapper h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.section-about-container .about-content-wrapper .tagline {
  font-size: 24px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 5px solid #666;
  color: #1f1f1f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-about-container .about-content-wrapper p {
  color: white;
  line-height: 31px;
  font-size: 16px;
  margin: 35px 0;
  text-align: center;
}
.section-about-container .about-photo-container {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1130px;
  margin: auto;
}
.section-about-container .about-photo-container img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: auto;
  min-width: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 40px;
  left: 0;
}

.hidden {
  display: none;
}

footer {
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
footer .social-icons {
  margin: 15px 0;
}
@media (min-width: 1024px) {
  footer {
    padding: 30px;
  }
}
footer .footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-details a {
  font-weight: 300;
  margin: 20px 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 1024px) {
  footer .footer-details a {
    font-size: 20px;
  }
}
footer .footer-details a i {
  font-size: 32px;
  padding-right: 10px;
}
footer .powered-by img {
  width: 200px;
  margin-top: 20px;
}
footer .footer-logo-wrapper {
  width: 100%;
  text-align: center;
  width: 245px;
}
footer .footer-logo-wrapper img {
  width: 100%;
}
footer .footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  background: #1f1f1f;
}
footer .footer-top .social-icons i,
footer .footer-top .icon-guy {
  font-size: 25px;
}
footer .footer-top a {
  margin: 0 30px;
}
footer .footer-top i {
  padding: 9px;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #171717;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}
footer .footer-bottom > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
  font-family: "Metrophobic", sans-serif;
}
footer .footer-bottom .powered-by {
  text-align: center;
  margin-top: 20px;
}
footer .footer-bottom img {
  width: 200px;
}

.page-header {
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .page-header {
    margin-top: 0;
    height: 600px;
  }
}
.page-header .page-title {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-header .page-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .page-header .page-title h2 {
    font-size: 58px;
  }
}

.menu-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/image-row-3.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/image-row-3.jpg");
  background-position: bottom;
}
@media (min-width: 1024px) {
  .menu-bg {
    height: 850px;
  }
}

.about-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/about-head.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/about-head.jpg");
}

.photos-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/photos-head.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/photos-head.jpg");
}

.events-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/events-head.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/events-head.jpg");
}

.contact-bg {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/contact-head.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/contact-head.jpg");
  background-position: top;
}

.texture-about {
  background: url("../images/brushed.png");
}

.texture-events {
  background: #3e3e3e;
}

.about-wrapper {
  background-repeat: no-repeat;
  background-position: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-wrapper {
    padding: 80px;
  }
}

#aboutus-container {
  padding-top: 50px;
}

#aboutus-container p {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 27px;
  margin: 40px 0;
  padding: 0 30px;
  max-width: 900px;
  margin: 40px auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #aboutus-container p {
    font-size: 18px;
  }
}

.photo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
}
.photo-row img {
  max-height: 320px;
  min-width: 350px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-reservation {
  text-align: center;
}
.cta-reservation a {
  font-family: "Metrophobic", sans-serif;
  color: black;
  border: 2px solid black;
  padding: 9px;
  font-weight: 600;
}
.cta-reservation a:hover {
  border-color: #edb059;
}

.recurring-event-name {
  font-size: 41px;
}

.recurring-days-title {
  font-family: "Metrophobic", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 29px;
}

.events-section {
  padding: 80px 0;
}
.events-section .recurring-title,
.events-section .special-events-title {
  font-size: 25px;
  font-family: "Metrophobic", sans-serif;
  color: #edb059;
}
.events-section .no-event-post-text {
  text-align: center;
}

.icon-left,
.icon-right {
  color: #000;
}

.slick-initialized .recurring-event {
  margin: 0 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slick-initialized .recurring-event {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .slick-initialized .recurring-event {
    margin: 0 10px;
  }
}

.recurring-btn {
  font-family: "Metrophobic", sans-serif;
  border: 1px solid black;
  color: #747474;
  padding: 5px;
}

.slick-dots .slick-active {
  color: #edb059;
}

.contact-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "contact-top" "contact-bottom";
}
@media (min-width: 1024px) {
  .contact-grid-container {
    grid-template-areas: "contact-top" "contact-bottom";
    grid-template-rows: auto auto;
  }
}

.contact-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "contact-address contact-address" "contact-map contact-map";
  grid-area: contact-top;
}
@media (min-width: 1024px) {
  .contact-top {
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-areas: "contact-address contact-map";
  }
}

.contact-address {
  grid-area: contact-address;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .contact-address {
    margin-bottom: 0;
  }
}

.contact-map {
  grid-area: contact-map;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .contact-map {
    margin-bottom: 0;
  }
}

.contact-bottom {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: 1fr;
  grid-template-areas: "contact-details contact-details" "contact-form contact-form";
  grid-area: contact-bottom;
  grid-gap: 15px;
}
@media (min-width: 1024px) {
  .contact-bottom {
    grid-template-areas: "contact-details contact-form";
  }
}

.contact-details {
  grid-area: contact-details;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .contact-details {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .contact-details .hours-section {
    margin: 0;
    margin-top: auto;
  }
}
.contact-details h2 {
  font-size: 36px;
}
@media (min-width: 1024px) {
  .contact-details h2 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .contact-details p {
    margin-top: 20px;
  }
}

.contact-form-wrap {
  grid-area: contact-form;
  padding: 0 10px;
}
.contact-form-wrap h2 {
  font-family: "Metrophobic", sans-serif;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .contact-form-wrap h2 {
    font-size: 38px;
  }
}

.contact-bottom .hours-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-bottom .hours-section .day-toggle {
  margin: 0;
  font-size: 15px;
}
.contact-bottom .hours-section .hours-numbers {
  font-size: 14px;
}
.contact-bottom .hours-section .hours_container_box {
  margin: 0;
}
.contact-bottom .hours-section .hours_container_box {
  width: 100%;
  float: left;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}
.contact-bottom .hours-section .day-toggle {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.contact-bottom .hours-section .hours_title_numbers {
  display: inline-block;
  float: right;
}

.contact-section {
  max-width: 1200px;
}

form {
  margin-right: auto;
  max-width: none;
}

.secure-form {
  max-width: none;
}

.contact-address {
  padding: 0 20px;
}
.contact-address h2 {
  font-size: 31px;
}
@media (min-width: 1024px) {
  .contact-address h2 {
    font-size: 38px;
  }
}
.contact-address p {
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .contact-address p {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .secure-form .secure-form-submit-button[type="submit"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.map-embed {
  z-index: 0;
}

.contact-section {
  padding: 40px 0;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-section .hours-section {
    max-width: 500px;
    margin: auto;
  }
}
.contact-section .hours-section h3 {
  font-family: "Metrophobic", sans-serif;
  color: #717171;
}
.contact-section .hours-section .day-toggle {
  color: #747474;
  color: #5b5b5b;
}
.contact-section .hours-section .hours-numbers {
  color: #717171;
}

.menu-wrapper {
  margin-bottom: 100px;
}

#menuSectionOfSections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  background: #111;
  max-width: 1420px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
@media (min-width: 1024px) {
  #menuSectionOfSections {
    padding: 75px;
  }
}
#menuSectionOfSections .pricelistLastUpdated {
  width: 100%;
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
#menuSectionOfSections .menu-main-cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 275px;
  max-width: none;
  min-width: none;
}
@media (min-width: 1024px) {
  #menuSectionOfSections .menu-main-cells {
    height: 375px;
    min-width: 374px;
    max-width: 385px;
  }
}
#menuSectionOfSections .menu-main-cells .menuSectionName {
  padding: 0 10px;
  width: 150px;
  height: 100px;
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border: 2px solid white; */
  font-size: 14px;
}
@media (min-width: 1024px) {
  #menuSectionOfSections .menu-main-cells .menuSectionName {
    padding: 0;
    width: 300px;
    font-size: 23px;
  }
}
#menuSectionOfSections .menu-main-cells .menuSectionName:hover {
  color: #edb059;
}

.offset-menu {
  max-width: 1420px;
  margin: auto;
  background: #111;
  margin-top: -150px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
.offset-menu .back_btn_menu {
  text-align: left;
  margin: 0;
  margin-right: auto;
  background: none;
  border: none;
  margin-left: 20px;
  border-bottom: 3px solid #edb059;
}
.offset-menu .menu-category {
  background: #fff;
  color: #666;
  border: none;
  padding: 13px;
  width: auto;
  font-size: 16px;
  margin: 2px;
}
@media (min-width: 1024px) {
  .offset-menu .menu-category {
    min-width: 175px;
  }
}
.offset-menu .menu-category-selected {
  background: #edb059;
  color: #fff;
}

#menuGallery {
  font-family: "Metrophobic", sans-serif;
}
#menuGallery .pricelistLastUpdated {
  text-align: center;
}
#menuGallery h1 {
  color: white;
  border-bottom: 3px solid #edb059;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menuGallery .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0;
  color: #fff;
}
#menuGallery .menu-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menuGallery .menu-item-description h3 {
  margin-top: 15px 0;
  color: #fff;
}
#menuGallery .menu-item-description p {
  margin-top: 15px 0;
  color: #fff;
}
#menuGallery .menu-item-prices {
  margin-top: 15px;
  text-align: center;
}
#menuGallery .menu-item-prices .price {
  color: #fff;
}

.menu-category-desc {
  color: #fff;
}

.menu-item {
  width: 100%;
}

.popup-gallery {
  max-width: none;
}

.cta-container {
  display: none;
  position: absolute;
  bottom: 120px;
  z-index: 3;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta-container .cta-btn-container {
  color: white;
  text-align: center;
}
.cta-container .cta-btn-container a {
  border: 2px solid #edb059;
  padding: 15px 30px;
  font-family: "Metrophobic", sans-serif;
  font-size: 19px;
  border-radius: 3px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
}
.cta-container .cta-btn-container a:hover {
  background: #edb059;
  color: #fff;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.mobile-cd-container {
  position: absolute;
  bottom: 0;
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .mobile-cd-container {
    display: none;
  }
}
.mobile-cd-container .cd-btns-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.mobile-cd-container .cd-btns-wrap a {
  padding: 10px;
  background: #fff;
  color: #666666;
  margin: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.mobile-cd-container .cd-btns-wrap a i {
  padding-right: 10px;
  font-size: 20px;
  color: #edb059;
}
.mobile-cd-container .cd-btns-wrap .half {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 10px;
}
.mobile-cd-container .cd-btns-wrap .full {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.visible-nav .mobile-cta {
  padding: 8px 20px;
  border: 1px solid #fff;
  background: #edb059;
}

#menuGallery .allInOnce-h1-0 {
  margin: 20px auto;
}

#menuGallery .allInOnce-h1-1 {
  margin: 30px auto;
}

#menuSectionOfSections .menu-main-cells {
  background: #121212;
  border: 3px solid white;
  background-image: none !important;
}

.banner-contact-block {
  align-items: center;
}

/*# sourceMappingURL=main.css.map */
