@import url('https://use.typekit.net/moe8wsu.css');

:root {
  --primary-font: industry, sans-serif;
  --secondary-font: broadsheet, serif;
  --primary-color: #d0ba97;
  --secondary-color: #231f20;
  --light-color: #eee2cd;
  --black-color: #000000;
  --white-color: #ffffff;
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--light-color);
}

::selection {
  background: var(--primary-color);
  color: var(--light-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.primary-text {
  color: var(--primary-color) !important;
}

.secondary-text {
  color: var(--secondary-color) !important;
}

body {
  font-family: var(--primary-font);
  font-weight: 300;
}

a {
  transition: all ease 0.3s;
  color: var(--black-color);
  font-size: 20px;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-weight: bold;
}

a:hover {
  color: var(--light-color);
}

.recurring-title,
.special-events-title {
  color: var(--light-color);
  letter-spacing: 4px;
}

h1 {
  font-size: 60px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  /* font-weight: 300; */
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

h3 {
  font-size: 23px;
  color: var(--black-color);
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.sub-title {
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

p {
  font-size: 20px;
  margin: 0px auto;
  margin-bottom: 15px;
  max-width: 1000px;
  line-height: 27px;
  letter-spacing: 0;
}

#aboutus-container p {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  text-align: left;
}

.pattern-bg {
  /* background: var(--white-color) url(../images/pattern.jpg) center center; */
  /* background-size: cover; */
  background: var(--light-color);
  padding: 50px 20px;
}

.pattern-3 {
  background: var(--secondary-color) url(../images/pattern.png) center center;
  /* background-size: cover; */
}

.shout-container shoutmessage {
  font-size: 33px;
}

strong {
  color: var(--primary-color);
  font-weight: 500;
}

.strong {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px;
}

.p-link {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.p-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

section {
  padding: 80px 20px;
  /*min-height: 400px;*/
}

.no-min-height {
  min-height: auto;
}

.video-container {
  display: table;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 50px;
  max-width: 1000px;
  /* z-index: -1; */
  background: var(--black-color);
}

video {
  position: relative;
  top: 0;
  left: 0;
  /* min-width: 100%; */
  /* min-height: 100%; */
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* transform: translateX(-50%) translateY(-50%); */
  background: url(../images/video-bg.jpg) no-repeat center center;
  background-size: cover;
  transition: 1s opacity;
}

.slider-bg-cont {
  /* display: flex; */
  /* height: 70%; */
}

.online-order-bar {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 50px 10px;
  background: var(--black-color);
}

.online-order-bar h1 {
  color: var(--primary-color);
}

.online-order-img-wrapper {
  display: -webkit-flex;
  display: flex;
  padding-top: 0px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.online-order-img-wrapper a {
  width: 48%;
  margin: 1%;
}

.online-order-img-wrapper a:hover {
  opacity: 0.7;
}

.online-order-img-wrapper a img {
  width: 100%;
}

.shout-container shoutinner {
  padding: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 550px;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid rgba(208, 186, 151, 0.28);
  background: var(--secondary-color);
  box-shadow: 0 0 20px 3px rgba(249, 164, 1, 0.13);
}

.shout-container shouttext {
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  /* flex-flow: inherit; */
  /* flex-direction: column; */
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
}

.shout-container shoutimg.shout-image-block {
  border-radius: 0;
  height: auto;
  min-height: 130px;
  max-width: 170px;
}

.shout-container shouttitle {
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--primary-color);
  border-color: rgba(249, 165, 0, 0.4);
}

.shout-container shoutdate {
  padding-bottom: 5px;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--light-color);
}

.shout-container shoutmessage {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* display: flex; */
  font-weight: 500;
  /* height: 100%; */
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .shout-container shoutinner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shout-container shoutimg.shout-image-block {
    max-width: none !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid rgba(208, 186, 151, 0.28);
  }

  .shout-container shouttext {
    -webkit-order: 1;
    order: 1;
    /* orphans: 1; */
    padding: 15px 10px;
  }

  .shout-container shoutimg {
    -webkit-order: 0;
    order: 0;
  }
}

footer {
  padding: 10vw 20px;
  margin: auto;
  /* background: rgba(0, 0, 0, 0.8) */
  background: linear-gradient(
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.16)
    ),
    url(../images/parallax-footer.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.social-icons a i {
  font-size: 32px !important;
  display: table;
}

.logo-footer {
  padding-bottom: 20px;
  text-align: center;
}

.logo-footer img {
  width: 100%;
  max-width: 220px;
  display: table;
  margin: auto;
}

.footer-details {
  display: table;
  width: 100%;
}

.footer-details ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 20px;
}

.footer-details ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
  color: var(--white-color);
}

.footer-details ul li a {
  color: var(--white-color);
  font-size: 19px;
  text-transform: capitalize;
  display: table;
  font-weight: 600;
}

.footer-details ul li a i {
  font-size: 13px;
}

.footer-details ul li a:hover {
  color: var(--light-color);
}

.pattern-1-bg {
  background: var(--light-color) url(../images/pattern-1.png) center center;
  background-size: 100%;
  padding: 80px 20px;
}

.about-sec-index {
  background: var(--light-color) url(../images/pattern-1.png) center center;
  background-attachment: fixed;
  /* background-size: 100%; */
  padding: 10vw 20px 0;
  position: relative;
}

.about-index-space {
  height: 35vh;
}

.events-index-space {
  height: 35vh;
}

.index-call-tabs {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  bottom: -190px;
  left: 0;
  position: absolute;
}

.index-call-tabs-inside {
  width: 100%;
}

.index-call-tabs-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* border-radius: 160px; */
  -webkit-clip-path: polygon(
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    0% 70%,
    0 30%
  );
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0 30%);
}

.index-call-tabs a {
  width: 100%;
  text-align: center;
  font-size: 6vw;
  text-transform: uppercase;
  font-weight: 500;
  height: 40vh;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.7px;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all ease 0.5s;
  color: var(--light-color);
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  /* clip-path: polygon(54% 0, 100% 22%, 100% 80%, 50% 100%, 0% 80%, 0 20%); */
}

.index-call-tabs a span {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 5px;
  font-weight: 600;
  /* margin: 10px; */
  /* border: 2px solid var(--white-color); */
  /* clip-path: polygon(50% 0, 100% 22%, 100% 80%, 50% 100%, 0% 80%, 0 20%); */
}

.index-call-tabs a:hover {
  background: rgba(35, 31, 32, 0.46);
}

@media screen and (max-width: 768px) {
  .index-call-tabs {
    bottom: -120px;
  }

  .about-sec-index {
    padding: 12vw 20px 0;
  }

  .about-index-space {
    height: 20vh;
  }
}

@media screen and (max-width: 600px) {
  .index-call-tabs {
    bottom: -170px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about-sec-index {
    padding: 17vw 20px 0;
  }

  .about-index-space {
    height: 35vh;
  }

  .menu-index {
    -webkit-clip-path: polygon(
      50% 0,
      100% 30%,
      100% 100%,
      0% 100%,
      0% 70%,
      0 30%
    );
    clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0% 100%, 0% 70%, 0 30%);
  }

  .photos-index {
    -webkit-clip-path: polygon(
      50% 0,
      100% 0%,
      100% 70%,
      50% 100%,
      0% 70%,
      0 0%
    );
    clip-path: polygon(50% 0, 100% 0%, 100% 70%, 50% 100%, 0% 70%, 0 0%);
  }
}

.events-index-bar {
  background: var(--secondary-color) url(../images/pattern.png) center center;
  background-attachment: fixed;
  padding: 0px 20px 10vw;
}

@media screen and (max-width: 768px) {
  .events-index-bar {
    padding: 0px 20px 12vw;
  }

  .events-index-space {
    height: 20vh;
  }
}

@media screen and (max-width: 600px) {
  .events-index-bar {
    padding: 0px 20px 20vw;
  }

  .events-index-space {
    height: 35vh;
  }
}

.menu-index {
  background: radial-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.12)),
    url(../images/menu-index.jpg) no-repeat center center;
  background-size: cover;
}

.catering-index {
  background: radial-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.17)),
    url(../images/catering-index.jpg) no-repeat center center;
  background-size: cover;
}

.photos-index {
  background: radial-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.12)),
    url(../images/photos-index.jpg) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 768px) {
  .index-call-tabs a {
    font-size: 9vw;
    height: 25vh;
  }
}

.menu-photos-main {
  width: 100%;
  display: table;
}

.collage-img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

.collage-img ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}

.collage-img ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 33.33%;
  float: left;
  list-style: none;
  border: 2px solid rgba(134, 118, 75, 0.16);
}

.collage-img ul li:nth-child(4) {
  width: 50%;
}

.collage-img ul li:last-child {
  width: 50%;
}

.collage-img ul li img {
  width: 100%;
  display: table;
}

.contact-details {
  display: inline-block;
  width: 100%;
}

.contact-details h1 {
  font-size: 27px;
  color: var(--light-color);
  font-weight: 700;
}

.contact-details ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.contact-details ul li {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  text-align: center;
}

.contact-details ul li.social-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact-details ul li a {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
}

.contact-details ul li a i {
  font-size: 14px;
}

.contact-details ul li a:hover {
  color: var(--light-color);
}

.text-box {
  padding: 10px;
  width: 100%;
  outline: 0;
}

.contact-form-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url(../images/contact-form.jpg) no-repeat center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 1024px) {
  .menu-index-main {
    width: 94%;
    margin: 3%;
    padding: 90px 10px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 41px;
  }

  .menu-index-main {
    padding: 70px 10px;
  }

  #shout-container {
    padding: 30px 10px;
    background: var(--secondary-color);
  }

  .video-container {
    /* height: 30vh; */
    /* margin-top: 80px; */
  }

  video {
    width: 100%;
  }

  .happy-hour-text p {
    font-size: 30px;
  }
}

#menu-icon {
  position: relative;
  z-index: 999;
}

.slider-outer {
  height: 100%;
  background: var(--black-color);
  padding: 0;
}

@media screen and (min-width: 600px) {
  .call-dir {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .slider-outer {
    height: auto;
    padding: 0;
  }

  #aboutus-container p {
    font-size: 19px;
    line-height: 26px;
  }

  .footer-details ul li a {
    font-size: 18px;
    padding: 0 8px;
  }

  .call-dir {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 10px 10px 0px;
    background: var(--secondary-color);
  }

  .call-dir a {
    width: 48%;
    margin: 1%;
    background: var(--primary-color);
    color: var(--black-color);
    font-size: 19px;
    text-align: center;
    display: table;
    padding: 5px;
    letter-spacing: 0.7px;
    font-weight: bold;
    /* float: left; */
    text-transform: uppercase;
  }

  .call-dir a span {
    width: 100%;
    display: table;
    border: none;
    padding: 0;
  }

  .call-dir a span i {
    font-size: 13px;
  }

  .happy-hour-title {
    font-size: 45px;
  }

  .happy-hour-text {
    font-size: 30px;
  }

  .menu-photos-part-left {
    width: 100%;
    float: none;
  }

  .menu-photos-part-right {
    width: 100%;
    float: none;
  }

  .menu-index-main {
    padding: 40px 10px;
  }
}

#menu li.social-icons {
  text-align: center;
}

#menu li.social-icons a {
  width: auto;
  display: inline-block;
}

/* parallax */
.parallax-padding-index {
  /* padding: 200px 10px; */
  height: 60vh;
}

.parallax-padding {
  display: table;
  width: 100%;
  height: 55vh;
}

.parallax-padding-inner {
  display: -webkit-flex;
  display: flex;
  vertical-align: bottom;
  text-align: left;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}

.parallax-padding h1 {
  font-size: 8vw;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  display: inline-block;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.58);
  width: 100%;
  /* height: 90px; */
  padding-top: 0;
  padding-bottom: 30px;
  /* background: url(../images/brush_stroke.svg) no-repeat; */
  background-size: 100% 100px;
  background-position-x: -20px;
}

@media screen and (min-width: 1600px) {
  .parallax-padding {
    height: 700px;
  }
}

@media screen and (max-width: 1024px) {
  .parallax-padding-index {
    padding: 180px 10px;
  }

  .parallax-padding {
    height: 55vh;
  }
}

@media screen and (max-width: 768px) {
  .parallax-padding-index {
    padding: 150px 10px;
  }

  .parallax-padding {
    height: 50vh;
  }
}

@media screen and (max-width: 600px) {
  .parallax-padding-index {
    padding: 110px 10px;
  }

  .parallax-padding-inner h1 {
    font-size: 14vw;
    width: 100%;
    height: 80px;
    padding-top: 0;
    padding-right: 0;
    padding: 0;
  }

  .parallax-padding {
    height: 45vh;
    margin-top: 0;
  }
}

/***************** menu styles ***********************************/
.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: var(--secondary-color);
  padding: 10px;
  max-width: 160px;
  border: none;
  /* margin-bottom: 0; */
  border-color: var(--light-color);
  color: var(--light-color);
}

#menuSectionOfSections > div {
  color: var(--black-color);
  /* width: 98%; */
  margin: 0.5%;
  /* min-width: 239px; */
  float: none;
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 2em;
  transition: 0.4s;
  background: var(--secondary-color);
  -webkit-clip-path: polygon(
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    0% 70%,
    0 30%
  );
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0 30%);
  overflow: hidden;
}

#menuSectionOfSections > div:hover {
  transition: 0.4s;
}

#menuSectionOfSections #menu {
  max-width: unset;
}

.menu-buttons-container {
  display: flex;
  justify-content: center;
}

.menu-button {
  text-align: center;
  padding: 15px 10px;
  /* border: 3.5px solid var(--secondary-color); */
  display: inline-block;
  min-width: 200px;
  margin-top: 20px;
  color: var(--light-color);
  font-weight: 700;
  background: var(--black-color);
  text-transform: uppercase;
  -webkit-clip-path: polygon(
    50% 0,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0 25%
  );
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  height: 40vh;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  color: var(--primary-color);
  font-size: 4.5vw;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px;
  -o-transition: all 0.3s ease;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.menuSectionName:hover {
  /* background: rgba(255, 255, 255, 0.7); */
  color: var(--black-color);
}

.menu-category-container {
  display: none;
  margin-bottom: 10px;
}

.menu-category-desc {
  margin: auto;
  margin-bottom: 20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-weight: 300;
  font-size: 21px;
  color: var(--secondary-color);
  text-transform: inherit;
  max-width: 800px;
  font-family: var(--secondary-font);
}

.menu-category-items {
  display: inline-block;
  width: 100%;
}

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
}

.sub-item-box h1 {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 30px;
  color: var(--black-color);
  font-weight: bold;
  text-transform: uppercase;
  text-align: -moz-center;
  text-align: -webkit-center;
}

#menu-container {
  max-width: none;
}

.sub-item-box h3 {
  margin: 0px;
}

#menuSectionOfSections > div {
  /* width: 99%; */
  background-size: cover !important;
  background-position: center center;
}

.menuSectionName {
  /* padding: 0px; */
  /* background: none; */
}

.menuSectionName:hover {
  /* background: none; */
  color: var(--light-color);
}

.menu-item-description {
  width: 100%;
  float: none;
  text-align: left;
}

.menu-item-prices {
  width: 100%;
  float: none;
  text-align: right;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.menu-item {
  display: -webkit-flex;
  display: flex;
  width: calc(50% - 20px);
  float: none;
  margin: 15px 10px 0;
}

.menu-item-description p {
  font-size: 17px;
  margin-bottom: 0px;
  color: var(--black-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  /*padding-top: 3px;*/
  padding-top: 0;
  text-transform: inherit;
  line-height: 21px;
  /*font-style: italic;*/
  letter-spacing: 0;
}

.menu-category-items h1 {
  color: var(--light-color);
}

.menu-item-description h3 {
  color: var(--black-color);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 14px;
  /*padding-right: 5px;*/
  letter-spacing: 0;
  color: var(--black-color);
  font-weight: 600;
}

.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
  /* display: none; */
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 25px;
  margin-top: 0px;
}

.price {
  font-weight: 800;
  padding-left: 5px;
  font-size: 19px;
  color: var(--black-color);
  /* display: none; */
}

.dollarSign {
  font-weight: 600;
  font-size: 18px;
  display: none;
}

.menu-container-mobile {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .menuSectionName {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-item-description {
    padding-left: 0px;
  }

  .menu-item-prices {
    padding: 0;
  }

  .menu-item {
    /* display: table; */
    width: 100%;
  }

  #menuSectionOfSections > div {
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
  .menu-category {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
    color: var(--primary-color);
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-item-description p {
    /*margin-bottom: 5px;*/
    /*line-height: 18px;*/
    color: var(--black-color);
  }

  .menu-item-description {
    /* width: 70%; */
  }

  .menu-item-prices {
    /* width: 30%; */
    /* margin-top: 5px; */
  }

  #menu-container {
    display: inline-block;
    width: 100%;
    /* padding: 0 10px; */
  }

  #menu-container hr {
    display: none;
  }

  #menuSectionOfSections > div {
    width: 100%;
  }

  .menu-item {
    /* display: table; */
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .menuSectionName {
    padding: 60px 0;
    color: var(--white-color);
    font-size: 9vw;
  }

  .menu-item-description h3 {
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.allInOnce-h1-0 {
  font-size: 50px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/***************** menu styles ends ***********************************/
/***************** events styles ***********************************/
#events-container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.events_main {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  background: #181818;
  padding: 10px;
}

.event {
  min-height: 200px;
  width: 30%;
  float: left;
}

.event a {
  height: 300px !important;
}

.event img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-width: none;
}

.zoom-text {
  font-size: 12px;
  color: #efefef;
}

.event-info {
  width: 68%;
  margin-left: 2%;
  float: right;
  text-align: left;
  color: var(--white-color);
}

.event-info .date {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 0;
  background: var(--black-color);
  padding: 5px;
}

.event-info .date i {
  font-size: 14px;
  padding-right: 5px;
}

.event-info h3.event-card-title {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.event-info h3 a {
  color: var(--black-color);
  background: #ffdb96;
  text-transform: uppercase;
  font-size: 28px;
}

.event-info h3 a:hover {
  opacity: 0.8;
}

.event-info p {
  /*max-width: 430px;*/
  margin-top: 0px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0;
  overflow-y: scroll;
  /* height: 245px; */
  margin-bottom: 0px;
}

.event-info p::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.event-info p a {
  color: var(--primary-color);
}

.event-info p a:hover {
  opacity: 0.7;
}

.sub-title-events {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 0px;
  font-weight: 600;
}

.no-event-post-text {
  color: var(--white-color);
  font-weight: 600;
}

.view-events-btn-container {
}

.view-events-btn-container a {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border: 0px;
  background: var(--primary-color);
}

.view-events-btn-container a:hover {
  border: none;
  background: var(--black-color);
  color: var(--white-color);
}

@media screen and (max-width: 1000px) {
  .event {
    width: 100%;
    float: none;
  }

  .event-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .event-info p {
    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .hours-section {
    display: table;
    margin: auto;
    max-width: 300px;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .hours_container_box h3 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-top: 0px;
    float: unset;
    margin-bottom: 0;
    color: var(--secondary-color);
    display: inline-block;
    font-weight: normal;
  }

  .day-toggle {
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    float: unset;
  }

  .day-collapse {
    display: none !important;
  }

  .hours-numbers {
    float: unset;
    text-transform: lowercase;
    font-weight: 500;
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
  }

  .hours_title_numbers {
    display: flex;
    float: unset;
  }

  .hours_title {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .hours-section {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    float: unset;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    margin: 5px 0;
    color: var(--black-color);
    width: 14.28%;
    line-height: 22px;
    text-align: center;
  }

  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--secondary-color);
    display: none;
    font-weight: normal;
  }

  .day-toggle {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
    text-transform: uppercase;
  }

  .hours-numbers {
    font-size: 17px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase;
  }
}

#gallery .back-to-album {
  font-size: 19px;
  color: var(--primary-color);
  opacity: 1;
  display: inline-block;
  padding: 5px 6px 3px;
  text-transform: uppercase;
  background: none;
  border: 2px solid var(--primary-color);
  max-width: 190px;
  font-weight: 500;
  margin-bottom: 30px;
}

#gallery .back-to-album:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.album_name_caption {
  font-size: 40px;
  font-weight: 500;
  padding-top: 0px;
}

.photos_number {
  color: var(--primary-color);
  display: block;
  font-weight: 600;
}

.hours-section h3 {
  display: block;
}

.read-more-btn {
  padding: 15px 10px;
  /* border: 3.5px solid var(--secondary-color); */
  display: inline-block;
  min-width: 200px;
  margin-top: 20px;
  color: var(--light-color);
  font-weight: 700;
  background: var(--black-color);
  text-transform: uppercase;
  -webkit-clip-path: polygon(
    50% 0,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0 25%
  );
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}

.read-more-btn span {
  /* padding: 40px 20px; */
  /* display: inline-block; */
}

.read-more-btn:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  background: none;
  padding: 10px;
  color: var(--light-color);
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 600;
  border: 2px solid var(--primary-color);
}

.secure-form .secure-form-item input::-webkit-input-placeholder,
.secure-form .secure-form-item textarea::-webkit-input-placeholder {
  color: #999;
}

.secure-form .secure-form-item input:-ms-input-placeholder,
.secure-form .secure-form-item textarea:-ms-input-placeholder {
  color: #999;
}

.secure-form .secure-form-item input::-ms-input-placeholder,
.secure-form .secure-form-item textarea::-ms-input-placeholder {
  color: #999;
}

.secure-form .secure-form-item input::placeholder,
.secure-form .secure-form-item textarea::placeholder {
  color: #999;
}

.secure-form .secure-form-item .secure-form-submit-button {
  background: none;
  color: var(--light-color);
  border: 3.5px solid var(--light-color);
  max-width: 200px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  padding: 10px;
  margin: auto;
  text-transform: uppercase;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.secure-form .secure-form-item input::-webkit-input-placeholder,
.secure-form .secure-form-item textarea::-webkit-input-placeholder {
  color: #888;
}

.secure-form .secure-form-item input:-ms-input-placeholder,
.secure-form .secure-form-item textarea:-ms-input-placeholder {
  color: #888;
}

.secure-form .secure-form-item input::-ms-input-placeholder,
.secure-form .secure-form-item textarea::-ms-input-placeholder {
  color: #888;
}

.secure-form .secure-form-item input::placeholder,
.secure-form .secure-form-item textarea::placeholder {
  color: #888;
}

.secure-form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.secure-form .secure-form-item label {
  color: var(--primary-color);
  line-height: normal;
  padding: 0;
  padding-bottom: 2px;
  font-family: var(--primary-font);
  font-weight: 700;
}

.shout-container shouteventcontent shoutimg.shout-image-block {
  height: 180px;
  width: 240px;
  padding: 10px;
}

.shout-container shoutitemcontent shoutimg.shout-image-block {
  height: 180px;
  width: 240px;
  padding: 10px;
}

.shout-container shouteventcontent shoutimg.shout-image-block img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.shout-container shoutitemcontent shoutimg.shout-image-block img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid var(--light-color);
}

.shout-container shouteventcontent {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.shout-container shoutitemcontent {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.shout-container shoutinner {
  /* padding: 0px; */
  /* padding-top: 12%; */
  margin-bottom: 30px;
  margin-right: 30px;
}

.shout-container shouttext {
  /* border-bottom: 2px solid var(--light-color); */
  /* margin-bottom: 10px; */
  max-width: none;
}

.shout-container shouteventtype {
  width: 100%;
  background: var(--primary-color);
  margin: 0;
  color: var(--white-color);
}

.shout-container shoutitemtype {
  width: auto;
  max-width: 100px;
  background: var(--light-color);
  margin: 0;
  color: var(--black-color);
}

.shout-container shouteventname {
  padding-top: 10px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}

.shout-container shoutitemname {
  padding-top: 10px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}

.shout-container shouteventdescription {
  text-align: left;
}

.shout-container shoutitemdescription {
  text-align: left;
}

.shout-container shouttitle {
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-color: var(--primary-color);
}

.shout-circle shoutdate {
  font-size: 12px;
  padding-left: 0px;
}

#shout-container {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media all and (max-width: 1200px) {
  #shout-container {
    margin-left: 0px;
    width: 100%;
    padding: 10px;
    /* background: var(--secondary-color); */
  }

  .shout-container shoutinner {
    /* flex-direction: column; */
    /* padding: 0; */
  }

  .shout-container shouteventcontent {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 90%;
  }

  .shout-container shoutitemcontent {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .event-info h3 a {
  }

  .shout-container shouttext {
    padding: 0 10px 10px;
    /* margin-top: 30px; */
  }

  .shout-container shouttitle {
    color: var(--light-color);
  }

  .shout-container shoutdate {
    color: var(--white-color);
  }

  .shout-container shoutmessage {
    color: var(--white-color);
    padding-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .shout-container shoutitemname {
    color: var(--white-color);
    font-weight: 600;
  }

  .shout-container shoutitemdescription {
    color: var(--white-color);
  }

  .shout-container shoutitemwrapperinner {
    padding: 0px;
    padding-top: 10px;
  }

  .shout-container shoutitemcontent shoutimg.shout-image-block {
    width: 100%;
    height: 210px;
  }

  .shout-container shoutitemcontent shoutimg.shout-image-block img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    max-width: 160px;
  }

  .shout-mobile {
    background: var(--white-color) !important;
  }
}

@media all and (max-width: 768px) {
  .shout-container shoutinner {
    padding-top: 0px;
    margin: 0;
    max-width: none;
    box-shadow: none;
  }
}

.shout-container shoutimg,
.shout-container shoutimg.shout-image-block {
  height: 180px;
  width: 200px;
  margin: 0;
  min-width: 200px;
}

.shout-container shoutimg,
.shout-container shoutimg.shout-image-block img {
  border-radius: 0;
}

.shout-circle img,
.shout-circle shoutimg.shout-image-block img {
  height: 200px;
  width: 200px;
}

#menuSectionOfSections {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.pricelistLastUpdated {
  color: var(--secondary-color);
  text-align: center;
  margin-top: 10px;
  margin-top: 0px;
  font-size: 14px;
  pointer-events: none;
  -webkit-order: 2;
  order: 2;
  color: var(--black-color);
  font-weight: 500;
}

.slick-initialized .recurring-event {
  background: var(--light-color);
  padding: 0;
  border: none;
}

.recurring-event-content {
  margin: 0;
  padding: 5px 5px 5px 10px;
}

.recurring-event-name {
  padding-bottom: 0;
  text-transform: uppercase;
  color: var(--secondary-color);
  border-bottom: 0;
  line-height: 30px;
  margin-bottom: 0px;
}

.recurring-days-title {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 9px 1px;
  background: none;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid var(--secondary-color);
}

.recurring-event-description {
  padding: 0;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  margin-top: 4px;
  padding-top: 5px;
  font-size: 16px;
}

.recurring-event-time {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 17px;
}

.recurring-btn {
  background: var(--primary-color);
  border: none;
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 18px;
  padding: 3px;
}

.recurring-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.events-home-container .no-event-post-text {
  color: var(--white-color);
  font-weight: 600;
}

.recurring-arrow-left,
.recurring-arrow-right {
  background: var(--primary-color);
  border-radius: 0;
}

.recurring-arrow-left i,
.recurring-arrow-right i {
  color: var(--secondary-color);
}

.gn-gal-inner .gn-gal-text {
  font-size: 6vw;
  text-transform: uppercase;
  padding-left: 30px;
  font-weight: 600;
}

.gn-album-container,
.popup-gallery {
  max-width: none;
}

#gallery h1 {
  color: var(--light-color);
}

.gn-gal-inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  transition: all ease 0.3s;
}

@media screen and (max-width: 768px) {
  .slick-slide img {
    max-height: 200px;
  }
}

@media screen and (max-width: 600px) {
  #shout-container {
    padding-top: 5px;
  }
}

.g-recaptcha iframe {
  height: 77px;
}

.pricelistLastUpdated {
  display: none;
}

.menu-bg {
  background: url(../images/menu-bg-pattern.jpg) center center;
  /* background-size: contain; */
  padding: 40px 15px;
}

#sec-9WUy516YSoS5PqO2XdmSgQ {
  margin: 0;
}

#sec-k6T1l_amQNqI2s2kQrDLMA {
  margin-top: 0px;
  padding: 0;
  max-width: none;
}

.sub-item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}

.sub-item-box h1.allInOnce-h1-0 {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 3px;
  padding: 10px 10px 7px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sub-item-box h1.allInOnce-h1-1 {
  margin-top: 0;
  border-bottom: 4px solid var(--secondary-color);
  font-size: 40px;
  width: 100%;
  font-weight: 800;
}

#sec-k6T1l_amQNqI2s2kQrDLMA .sub-item-box:nth-child(odd) {
  background: var(--secondary-color);
  border-radius: 5px;
  padding: 20px 15px;
}

#sec-k6T1l_amQNqI2s2kQrDLMA .sub-item-box:nth-child(odd) h1.allInOnce-h1-1 {
  border: 0;
  color: var(--primary-color);
}

#sec-k6T1l_amQNqI2s2kQrDLMA
  .sub-item-box:nth-child(odd)
  .menu-item-description
  h3 {
  color: var(--primary-color);
}

#sec-k6T1l_amQNqI2s2kQrDLMA
  .sub-item-box:nth-child(odd)
  .menu-item-description
  p {
  color: var(--light-color);
}

#sec-k6T1l_amQNqI2s2kQrDLMA .sub-item-box:nth-child(odd) .menu-category-desc {
  color: var(--light-color);
}

#sec-k6T1l_amQNqI2s2kQrDLMA .sub-item-box:nth-child(odd) .price {
  color: var(--primary-color);
}

#sec-k6T1l_amQNqI2s2kQrDLMA .sub-item-box:nth-child(odd) .menu-var {
  color: var(--white-color);
  font-weight: 600;
}

.sub-item-box h1.allInOnce-h1-2 {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #sec-k6T1l_amQNqI2s2kQrDLMA {
  }

  .menu-item-prices p {
    line-height: 19px;
  }

  #photos-container .gn-gal-block {
    height: 35vh;
  }

  .gn-gal-inner .gn-gal-text {
    font-size: 15vw;
  }
}

.html,
body {
  box-sizing: border-box;
  margin: 0;
}

.gn-popup {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gn-popup__close-btn {
  background: black;
  padding: 0.5rem 1rem;
  color: white;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.gn-popup__content {
  color: white;
}

.is-hidden {
  display: none !important;
}

.gn-popup__content img {
  width: 100%;
  max-width: 800px;
}

.menu-buttons-container {
  max-width: 1300px;
  margin: 0 auto;
  color: var(--black-color);
  /* width: 98%; */
  background-size: cover !important;
  background-position: center center;
  /* min-width: 239px; */
  float: none;
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 2em;
  transition: 0.4s;
  background: var(--secondary-color);
  -webkit-clip-path: polygon(
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    0% 70%,
    0 30%
  );
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0 30%);
  overflow: hidden;
}

.menu-button {
  bottom: 0;
  z-index: 100;
  background-size: cover !important;
  background-position: center center;
  width: 100%;
  height: 40vh;
  text-align: center;
  display: -webkit-flex;
  background-repeat: no-repeat;
  display: flex;
  color: var(--primary-color);
  font-size: 4.5vw;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px;
  -o-transition: all 0.3s ease;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
