@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy|Open+Sans:300,400,700|Rancho");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700");
*,
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  overflow-x: hidden; }

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

h1,
h2,
h3,
h4,
h5,
.nav-item,
.shout-container shouttitle {
  font-family: 'Rancho', cursive;
  color: #9f7736; }

h2, h2 {
  font-family: 'Rancho', cursive; }

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

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #fff;
  font-family: 'Crimson Text', serif;
  cursor: pointer; }
  a:hover {
    color: #EDBA40; }

p {
  color: #515151;
  font-family: 'Crimson Text', serif; }

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

.hero-image-container {
  background: url("../images/desktop-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 99vh;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .hero-image-container {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))), url("../images/desktop-hero.jpg");
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("../images/desktop-hero.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; } }

.logo {
  max-width: 230px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .logo {
      max-width: 482px; } }
  @media (min-width: 1024px) {
    .logo {
      max-width: 200px; } }

.icon {
  margin-right: 25px;
  background: white;
  padding: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px black;
          box-shadow: 2px 2px 5px black; }

.icon-scrolled {
  position: fixed;
  bottom: 15px;
  right: 0; }

.no-logo {
  display: none; }

.shout-container {
  position: absolute;
  z-index: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .shout-container shouttitle {
    font-size: 16px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: bold;
    border: none;
    margin: 0 auto 0 0; }
  .shout-container shoutdate {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Frank Ruhl Libre', serif;
    margin-right: auto;
    margin-top: auto;
    color: #C49144;
    padding-bottom: 0; }
  .shout-container shoutmessage {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    font-weight: 100;
    font-family: 'Frank Ruhl Libre', serif; }
    @media (min-width: 1024px) {
      .shout-container shoutmessage {
        font-size: 16px; } }
  .shout-container shouttext {
    width: 65%;
    padding: 10px; }
    @media (min-width: 1024px) {
      .shout-container shouttext {
        padding: 20px;
        width: 70%; } }
  .shout-container shoutinner {
    background-color: rgba(116, 75, 52, 0.9);
    border-radius: 3px;
    margin-top: auto;
    margin-bottom: 50px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (min-width: 1024px) {
      .shout-container shoutinner {
        width: 567px;
        height: 187px;
        margin-top: unset;
        margin-bottom: unset; } }
    @media (min-width: 1024px) {
      .shout-container shoutinner {
        margin: 0 20px 78px 0;
        margin: 0 auto; } }
    .shout-container shoutinner shoutimg.shout-image-block {
      width: 35%;
      height: auto;
      margin: 0;
      max-height: none;
      max-width: none;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      @media (min-width: 1024px) {
        .shout-container shoutinner shoutimg.shout-image-block {
          width: 30%; } }
  .shout-container shoutinner shoutimg.shout-image-block {
    border-radius: 0;
    padding-top: 0; }

header {
  width: 100%;
  position: fixed;
  z-index: 2; }
  @media (min-width: 1024px) {
    header {
      background: transparent; } }
  @media (min-width: 1024px) {
    header .not-home-bg {
      background: black;
      padding: 10px 0; } }

.navigation {
  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;
  margin: 0; }
  @media (min-width: 1024px) {
    .navigation {
      margin-top: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.call-dir-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  font-family: 'Crimson Text', serif; }
  .call-dir-container a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    background: #EDBA40;
    margin: 0 24px;
    padding: 5px 10px;
    border-radius: 6px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .call-dir-container a {
        margin: 0 51px;
        padding: 11px 10px; } }
  @media (min-width: 1024px) {
    .call-dir-container {
      display: none; } }

.menu {
  display: none; }
  .menu .cancel-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: #9f7736; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .menu .cancel-btn {
        padding-top: 10px; } }
    .menu .cancel-btn img {
      width: 27px;
      height: 27px; }

#menu-desk {
  color: #fff; }

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../images/mobile-menu-bg.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/mobile-menu-bg.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .mobile-menu {
      background: url("../images/desktop-menu-bg.jpg"); } }
  .mobile-menu li {
    margin: 10px 0; }
  .mobile-menu a {
    font-family: 'Rancho', cursive;
    font-size: 45px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mobile-menu a {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      .mobile-menu a {
        font-size: 45px; } }

.desktop {
  display: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .desktop {
      display: none; } }
  @media (min-width: 1024px) {
    .desktop {
      display: inherit; } }

.nav-left,
.social-icons a i {
  font-size: 14px; }

.cta {
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 80px; }
  .cta:hover {
    color: #cccccc;
    border-color: #cccccc; }

.nav-right {
  display: none; }
  @media (min-width: 1024px) {
    .nav-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .nav-right a {
    font-family: 'Rancho', cursive;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9f7736; }
    .nav-right a:hover {
      color: #EDBA40; }

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

@media (min-width: 1024px) {
  .desk-logo {
    margin-left: calc(300px - 209px);
    margin: 0;
    padding: 0x; } }

section {
  max-width: 1000px;
  padding: 40px 20px;
  margin: auto; }
  @media (min-width: 1024px) {
    section {
      padding: 80px 20px; } }

.section-about-teaser {
  overflow-x: hidden !important;
  background-image: url("../images/tire.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding: 60px 0;
  background: #C49144; }
  .section-about-teaser .tire-left {
    position: absolute;
    left: -40px;
    z-index: 0;
    width: 150px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .section-about-teaser .tire-left {
        width: unset; } }
    @media (min-width: 1024px) {
      .section-about-teaser .tire-left {
        width: unset; } }
  .section-about-teaser .tire-right {
    position: absolute;
    right: -40px;
    z-index: 0;
    width: 175px;
    display: none; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .section-about-teaser .tire-right {
        width: 225px;
        display: block; } }
    @media (min-width: 1024px) {
      .section-about-teaser .tire-right {
        width: 302px;
        display: block; } }
  .section-about-teaser h1 {
    font-family: 'Rancho', cursive;
    font-size: 39px;
    color: #fff; }
    @media (min-width: 1024px) {
      .section-about-teaser h1 {
        font-size: 50px; } }
  .section-about-teaser h1,
  .section-about-teaser h2 {
    text-align: center; }
  .section-about-teaser h2 {
    font-size: 18px;
    margin: 5px 0;
    color: #000000;
    font-weight: 100;
    font-family: 'Frank Ruhl Libre', serif;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold; }
  .section-about-teaser p {
    margin: 10px 0;
    padding: 0 20px;
    line-height: 25px;
    font-family: 'Frank Ruhl Libre', serif;
    color: black;
    margin: 30px auto 0 auto;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .section-about-teaser p {
        padding: 0 120px; } }
    @media (min-width: 1024px) {
      .section-about-teaser p {
        max-width: 600px; } }
  .section-about-teaser a {
    color: black;
    text-align: center;
    width: auto;
    padding: 10px 45px;
    background: #A63030;
    border: 1px solid #A63030;
    border-radius: 1px;
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif; }
    .section-about-teaser a:hover {
      background: transparent;
      color: white; }

.desktop-only {
  display: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .desktop-only {
      display: none; } }
  @media (min-width: 1024px) {
    .desktop-only {
      display: block; } }

.hide-desk {
  display: block; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hide-desk {
      display: block; } }
  @media (min-width: 1024px) {
    .hide-desk {
      display: none; } }

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "home-left home-left" "home-right home-right"; }
  @media (min-width: 1024px) {
    .grid-container {
      grid-template-areas: "home-left home-right"; } }
  .grid-container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.home-left {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1.1fr 300px;
  grid-template-areas: "home-left-top" "home-left-bottom";
  grid-area: home-left; }
  @media (min-width: 1024px) {
    .home-left {
      grid-template-rows: 1.1fr 0.9fr; } }

.home-left-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 330px;
  grid-template-areas: "home-left-top-left home-left-top-left" "home-left-top-right home-left-top-right";
  grid-area: home-left-top; }
  @media (min-width: 1024px) {
    .home-left-top {
      grid-template-areas: "home-left-top-left home-left-top-right";
      grid-template-rows: 1.5fr; } }

.home-left-top-right {
  grid-area: home-left-top-right; }

.home-left-top-left {
  grid-area: home-left-top-left;
  height: 100%; }

.home-left-bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  grid-area: home-left-bottom; }

.home-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.9fr 1.1fr;
  grid-template-areas: "home-right-top" "home-right-top";
  grid-area: home-right; }
  @media (min-width: 1024px) {
    .home-right {
      grid-template-areas: "home-right-top" "home-right-bottom"; } }

.home-right-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 330px;
  grid-template-areas: "home-right-bottom-left home-right-bottom-left" "home-right-bottom-right home-right-bottom-right";
  grid-area: home-right-bottom; }
  @media (min-width: 1024px) {
    .home-right-bottom {
      grid-template-areas: "home-right-bottom-left home-right-bottom-right";
      grid-template-rows: 1fr; } }

.home-right-bottom-left {
  grid-area: home-right-bottom-left;
  height: 100%; }

.home-right-bottom-right {
  grid-area: home-right-bottom-right; }

.home-right-top {
  grid-area: home-right-top;
  height: 100%;
  display: none; }
  @media (min-width: 1024px) {
    .home-right-top {
      display: inherit; } }

.grid-text {
  background: #533e1c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .grid-text h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 32px; }
  .grid-text p {
    color: #fff;
    line-height: 30px;
    padding: 17px;
    padding: 17px 30px; }
    @media (min-width: 1024px) {
      .grid-text p {
        padding: 0 17px; } }
  .grid-text div {
    margin-top: 23px;
    margin-bottom: 13%; }
    @media (min-width: 1024px) {
      .grid-text div {
        margin-top: auto; } }
  .grid-text a {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 15px; }
    .grid-text a:hover {
      color: #cccccc;
      border: 1px solid #cccccc; }

.hours-wrapper {
  padding: 20px 20px 238px 20px;
  background: #000;
  color: #fff; }
  .hours-wrapper h3 {
    padding-top: 20px;
    font-size: 38px; }

.map-wrapper .hours-section {
  max-width: none;
  background: black;
  padding: 35px; }
  @media (min-width: 1024px) {
    .map-wrapper .hours-section {
      padding: 35px 0; } }
  .map-wrapper .hours-section .day-toggle,
  .map-wrapper .hours-section .hours-numbers {
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif; }
  .map-wrapper .hours-section h3 {
    display: none; }

.hours-image {
  height: 520px; }
  .hours-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.abs-map {
  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; }
  .abs-map iframe {
    position: absolute;
    width: 100%; }
    @media (min-width: 1024px) {
      .abs-map iframe {
        width: 800px; } }

footer {
  padding: 20px;
  background: #442e21; }
  @media (min-width: 1024px) {
    footer {
      padding: 50px; } }
  footer .footer-content {
    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;
    font-family: 'Rancho', cursive; }
    footer .footer-content a {
      font-family: 'Rancho', cursive;
      font-size: 22px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 1024px) {
      footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .footer-content > div {
      margin: 5px 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .footer-content > div {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      @media (min-width: 1024px) {
        footer .footer-content > div {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    footer .footer-content .bottom-bar {
      padding: 20px 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 0px; }
      footer .footer-content .bottom-bar img {
        width: 195px; }
  footer .footer-site-map ul {
    width: 100%;
    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; }
    footer .footer-site-map ul li {
      margin: 10px 27px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .footer-site-map ul li {
          margin: 10px 20px; } }
      footer .footer-site-map ul li a {
        color: #9f7736;
        font-weight: bold;
        font-family: 'Rancho', cursive;
        font-size: 26px; }
  footer .footer-logo-container {
    margin: 20px 0; }
    footer .footer-logo-container img {
      width: 260px;
      height: auto; }
  footer .footer-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .footer-contact ul {
      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;
      -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; }
      footer .footer-contact ul li {
        margin: 9px 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer .footer-contact ul li {
            text-align: center; } }
        footer .footer-contact ul li a {
          color: #C49144; }
          footer .footer-contact ul li a i {
            padding-right: 5px;
            color: #9f7736; }
    footer .footer-contact .social-icons a i {
      font-size: 22px;
      color: white; }

.scrolled-nav {
  background: transparent; }
  @media (min-width: 1024px) {
    .scrolled-nav {
      top: 0;
      bottom: unset; } }
  @media (min-width: 1024px) {
    .scrolled-nav .navigation {
      background: #000000c4; } }
  .scrolled-nav .nav-left {
    display: none; }
  @media (min-width: 1024px) {
    .scrolled-nav .nav-right {
      background: transparent; } }
  .scrolled-nav .desk-logo {
    background: none; }
    @media (min-width: 1024px) {
      .scrolled-nav .desk-logo {
        padding: 10px; } }
  .scrolled-nav .logo-scrolled {
    display: none; }
    @media (min-width: 1024px) {
      .scrolled-nav .logo-scrolled {
        display: block;
        max-width: 130px; } }

.page-header {
  height: 500px;
  width: 100%;
  background-position: top;
  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: center;
        -ms-flex-align: center;
            align-items: center; }
    .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/menu-head.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/menu-head.jpg"); }

.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"); }

.texture {
  background: url("../images/groovepaper.png"); }

.menu-section {
  margin: -71px 15px 0px 15px;
  padding: 0;
  padding-bottom: 40px;
  background-color: transparent; }
  @media (min-width: 1024px) {
    .menu-section {
      margin: -80px auto 0px auto;
      padding-bottom: 40px; } }
  .menu-section .back_btn_menu {
    margin: 0 auto 0 0;
    text-align: left;
    color: black; }

#_root > h1 {
  display: none; }

#menuGallery,
.menu-item-description h3,
.menu-item-description p,
.price,
.menu-var {
  font-family: 'Frank Ruhl Libre', serif; }

.menu-var {
  color: #A63030; }

.menu-outer-bg {
  background: #F2F3F2;
  padding-bottom: 40px; }

.menu-item-prices {
  width: 28%; }

.menu-item-description h3 {
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #A63030; }

.price {
  color: #A63030; }

#menuGallery .menu-item-description p {
  color: #000;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 14px; }

#menuGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.priceListLastUpdated {
  color: #000; }

.menu-item {
  float: none;
  margin-top: 5px;
  margin-bottom: 5px; }
  .menu-item .menu-img img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-top: 5px;
    border-radius: 3px; }

.opened-menu {
  background: white;
  padding: 10px; }
  @media (min-width: 1024px) {
    .opened-menu {
      padding: 30px; } }

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

#aboutus-container > p:nth-child(2) {
  color: #fff; }

#aboutus-container p {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 27px;
  margin: 10px 0;
  padding: 0 30px;
  font-family: 'Frank Ruhl Libre', serif; }
  @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: 270px;
    min-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 3px;
    -o-object-fit: cover;
       object-fit: cover; }

.secondary-bg {
  background: #9f7736; }

.primary-bg {
  background: #9f7736; }

.events-section > h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 27px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .events-section > h2 {
      font-size: 40px; } }

.recurring-title {
  display: none; }

.recurring-btn {
  color: #515151; }

@media (min-width: 1024px) {
  .events-section h2 {
    font-size: 26px; } }

.recurring-event-name {
  text-align: left !important; }

.events_main {
  margin: 20px auto; }

.event-info p {
  font-size: 16px; }

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

.view-events-btn-container a {
  background: transparent;
  color: #000;
  border-color: black; }
  .view-events-btn-container a:hover {
    color: #445d9c;
    border-color: #445d9c;
    background: transparent; }

.special-events-title {
  margin: 20px 0; }

.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: 0.9fr 1.1fr; } }
  .contact-grid-container h2 {
    color: black !important; }

.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: 50px; } }
  @media (min-width: 1024px) {
    .contact-details p {
      margin-top: 20px; } }

.contact-form-wrap {
  grid-area: contact-form; }

.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: 50px; } }
  .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; }

#gallery h1, #gallery .back-to-album {
  color: #fff; }

.sub-item-box h1 {
  text-transform: uppercase;
  font-family: 'Luckiest Guy', cursive;
  color: #fff;
  padding-top: 6px;
  letter-spacing: 4px;
  font-size: 25px; }

.menu-category-desc {
  color: #000;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: normal;
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
  width: 100%; }

.menu-category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.allInOnce-h1-0 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

.back_btn_menu {
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #425394;
  background: transparent;
  border: 1px solid transparent;
  font-family: "Open Sans", sans-serif; }

.back_btn_menu:hover {
  background: transparent;
  color: black; }

#menuSectionOfSections {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    #menuSectionOfSections {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #menuSectionOfSections .pricelistLastUpdated {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    color: #000;
    width: 100%;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99; }
  #menuSectionOfSections .menu-main-cells {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 275px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-shadow: 2px -3px 4px #00000096;
            box-shadow: 2px -3px 4px #00000096;
    min-width: 350px; }

.pricelistLastUpdated {
  color: #000;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99; }
  @media (min-width: 1024px) {
    .pricelistLastUpdated {
      padding-top: 20px; } }

.menuSectionName {
  font-weight: 900;
  font-family: 'Rancho', cursive;
  letter-spacing: 2px;
  padding: 10px 0;
  background: rgba(159, 119, 54, 0.9);
  background: rgba(0, 0, 0, 0.9);
  color: #9f7736; }

.menu-category-items h1 {
  color: #9f7736;
  font-size: 49px;
  width: 100%; }

.menu-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu-category {
  color: #9f7736;
  font-family: 'Rancho', cursive;
  border: none;
  font-size: 21px;
  width: 50%; }
  @media (min-width: 1024px) {
    .menu-category {
      width: unset; } }
  .menu-category:hover {
    color: #fff;
    background: #A63030; }

.menu-category-selected {
  background: #A63030;
  color: #fff; }

.photo-wrap section {
  margin: 0;
  margin-top: 5px;
  padding: 0; }

#photos-container .gn-gal-block {
  margin: 0; }

.event-card-title {
  font-family: 'Rancho', cursive; }

.contact-section p {
  font-size: 17px;
  color: black; }

.secure-form .secure-form-submit-button[type="submit"] {
  background-color: #2a2010; }

#menuSectionOfSections > div {
  background-position: center;
  width: 98%; }

@media (min-width: 1024px) {
  .photo-sec {
    max-width: none; } }

.gn-gal-inner .gn-gal-text {
  font-family: 'Rancho', cursive;
  padding-right: 20px; }

.section-btn-row {
  background: #F2F3F2;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 1024px) {
    .section-btn-row {
      padding: 40px 20px; } }

.btn-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; }
  .btn-row .btn-row-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 300px;
    min-width: 350px;
    margin: 0;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .btn-row .btn-row-box {
        min-width: 339px;
        margin: 10px; } }
    @media (min-width: 1024px) {
      .btn-row .btn-row-box {
        margin: 10px; } }
    .btn-row .btn-row-box .row-img-box {
      position: relative;
      height: 100%; }
      .btn-row .btn-row-box .row-img-box a {
        position: absolute;
        z-index: 99;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.9); }
    .btn-row .btn-row-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .btn-row .btn-row-box .btn-row-text {
      width: 100%;
      text-align: center;
      height: 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 29px;
      cursor: pointer; }
      .btn-row .btn-row-box .btn-row-text h3 {
        color: #9f7736;
        cursor: pointer; }
        .btn-row .btn-row-box .btn-row-text h3:hover {
          letter-spacing: 5px;
          -webkit-transition: all .5s;
          transition: all .5s; }

.gn-gal-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid black; }

@media (min-width: 768px) and (max-width: 1023px) {
  .gn-gal-text {
    font-size: 50px; } }

.single-recurring-event .recurring-event-name {
  font-size: 30px; }
  @media (min-width: 1024px) {
    .single-recurring-event .recurring-event-name {
      font-size: 64px; } }

.single-recurring-event .recurring-days-title {
  font-size: 25px; }
  @media (min-width: 1024px) {
    .single-recurring-event .recurring-days-title {
      font-size: 35px; } }

@media (min-width: 1024px) {
  .recurring-event-description {
    font-size: 16px; } }

.no-event-post-text {
  text-align: center; }

.mobile-contact-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #00000094; }
  .mobile-contact-info div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin: 0 20px; }
    .mobile-contact-info div a {
      color: #fff;
      font-size: 18px;
      text-align: center; }
  .mobile-contact-info .mcf {
    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; }

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