#mobile-burger {
  background-color: black;
  border-radius: 0.2rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 3.8rem;
  margin-left: 1.6rem;
  outline: transparent;
  position: relative;
  width: 6rem;
  z-index: 666;
  transition: all 350ms ease-out;
}
@media only screen and (min-width: 960px) {
  #mobile-burger {
    height: 4.4rem;
    width: 6.4rem;
  }
}
@media only screen and (min-width: 960px) {
  #mobile-burger {
    display: none;
    margin-left: 3.2rem;
  }
}
#mobile-burger .lines {
  height: 100%;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%;
}
#mobile-burger .lines [class*=line] {
  background-color: currentColor;
  border-radius: 0.3rem;
  color: inherit;
  display: inline-block;
  height: 6%;
  left: 50%;
  position: absolute;
  top: 27%;
  transform-origin: center;
  transition: all 350ms ease-out;
  transform: translate(-50%, -50%);
  width: 66%;
  z-index: 100;
}
#mobile-burger .lines .line2 {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#mobile-burger .lines .line3 {
  top: 73%;
}
#mobile-burger.active .lines {
  transform: rotate(90deg);
}
#mobile-burger.active .lines .line1, #mobile-burger.active .lines .line2, #mobile-burger.active .lines .line3 {
  background-color: rgb(255, 255, 255);
  left: 50%;
  top: 50%;
  width: 50%;
}
#mobile-burger.active .lines .line1 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#mobile-burger.active .lines .line2 {
  transform: scale(0);
  opacity: 0;
}
#mobile-burger.active .lines .line3 {
  transform: translate(-50%, -50%) rotate(45deg);
}
#mobile-burger:hover {
  opacity: 0.9;
}
#mobile-burger:focus {
  opacity: 0.9;
}
@media only screen and (min-width: 960px) {
  #mobile-burger.permaburger {
    display: inline-block;
  }
}
#mobile-burger.hide {
  display: none;
}

#burger-label {
  cursor: pointer;
  display: none;
  font-family: "Bitter", serif;
  font-size: 2rem;
  font-weight: 700;
  transition: color 350ms ease-out;
}
@media only screen and (min-width: 960px) {
  #burger-label {
    font-size: 2.4rem;
    text-transform: uppercase;
  }
}

#site-mob-nav {
  align-items: flex-start;
  align-content: flex-start;
  background-color: rgb(236, 144, 24);
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: nowrap;
  font-family: "Metropolis", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  height: 100vh;
  line-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 7rem 0 1.6rem 0;
  position: fixed;
  right: -101vw;
  top: 0;
  transition: all 350ms ease-out;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  #site-mob-nav {
    padding: 10rem 3.2rem 3.2rem 3.2rem;
  }
}
#site-mob-nav #mobile-con {
  color: white;
  display: none;
  height: 100%;
  gap: 3.2rem;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  max-width: 112rem;
  visibility: hidden;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav #mobile-con {
    display: grid;
    visibility: visible;
  }
}
#site-mob-nav #mobile-con .mob-nav {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  height: 100%;
  margin: 0;
  min-width: 15rem;
  position: relative;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 1;
}
#site-mob-nav #mobile-con .mob-nav a {
  color: inherit;
  display: inline-block;
  font-weight: inherit;
  opacity: 1;
  outline: none;
  line-height: 1.33;
  padding: 0.6rem 0;
  text-decoration: none;
  width: 100%;
}
#site-mob-nav #mobile-con .mob-nav a.mob-open-menu {
  display: none;
}
#site-mob-nav #mobile-con .mob-nav a:not(.button):hover, #site-mob-nav #mobile-con .mob-nav a:not(.button):focus {
  opacity: 0.7;
}
#site-mob-nav #mobile-con .mob-nav li {
  line-height: 1.2;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#site-mob-nav #mobile-con .mob-nav li.menu-top {
  display: none;
}
#site-mob-nav #mobile-con .mob-nav li.has-sub > a {
  padding-bottom: 0;
}
#site-mob-nav #mobile-con .mob-nav li.slink {
  display: flex;
  min-height: 9.3rem;
  padding-bottom: 1.6rem;
}
#site-mob-nav #mobile-con .mob-nav li.slink a {
  border-bottom: 0.1rem solid currentColor;
  font-family: "Bitter", serif;
  font-size: 2.4rem;
  margin-top: auto;
}
#site-mob-nav #mobile-con .mob-nav li.caller {
  margin-top: auto;
  text-align: center;
}
#site-mob-nav #mobile-con .mob-nav ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 0.2rem 0;
  position: relative;
  transition: all 350ms ease-out;
  width: 100%;
}
#site-mob-nav #mobile-con .mob-nav ul li a {
  padding: 0.1rem 0 0.1rem 1.6rem;
  position: relative;
}
#site-mob-nav #mobile-con .mob-nav ul li a::before {
  background-color: currentColor;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 0.8rem;
}
#site-mob-nav #mobile-con .mob-nav ul ul {
  font-size: 1.6rem;
}
#site-mob-nav #mobile-con .mob-nav.site-ff {
  background-color: black;
  grid-row: 1/3;
  padding: 0 1.6rem;
  position: relative;
}
#site-mob-nav #mobile-con .mob-nav.site-ff::before {
  background-color: black;
  content: "";
  height: 100vh;
  left: 0;
  position: absolute;
  top: -7rem;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #site-mob-nav #mobile-con .mob-nav.site-ff::before {
    top: -10rem;
  }
}
#site-mob-nav #mobile-con .mob-nav.site-ff::after {
  aspect-ratio: 1/0.36364;
  background-image: url("/images/Layout/ludlow-marches-food-and-drink-logo.webp");
  background-size: 100% 100%;
  content: "";
  left: 50%;
  max-width: calc(100% - 3.2rem);
  position: absolute;
  top: -5rem;
  transform: translate(-50%, -50%);
  width: 22rem;
}
body.hsquish #site-mob-nav #mobile-con .mob-nav.site-ff::before {
  top: -7rem;
}
body.hsquish #site-mob-nav #mobile-con .mob-nav.site-ff::after {
  top: -3.5rem;
}
#site-mob-nav #mobile-con .search-col {
  grid-column: 2/5;
  grid-row: 2;
}
#site-mob-nav #mobile-con-m {
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  height: 100%;
  justify-content: flex-start;
  max-width: 76.8rem;
  padding-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav #mobile-con-m {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  #site-mob-nav #mobile-con-m a.hbutton {
    display: none;
  }
}
#site-mob-nav #mobile-con-m .mob-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 1.8rem;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav li {
  background-color: inherit;
  display: inline-block;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top {
  align-items: stretch;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-start;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu {
  flex: 0 0 auto;
  padding: 0;
  position: relative;
  width: 4.6rem;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu::after {
  aspect-ratio: 1/1;
  border: 0.1rem solid white;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 30%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  transform-origin: center;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .menu-top-link {
  border-left: 0;
  flex: 1 1 auto;
  font-family: "Bitter", serif;
  width: auto;
}
#site-mob-nav #mobile-con-m .mob-nav a {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 0.5rem 1rem;
  transition: all 350ms ease-out;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav a:hover, #site-mob-nav #mobile-con-m .mob-nav a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-cons-menu {
  display: none;
  visibility: hidden;
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-open-menu {
  padding-right: 4rem;
  position: relative;
  z-index: 1;
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-open-menu::after {
  aspect-ratio: 1/1;
  border: 0.1rem solid white;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 30%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center;
}
#site-mob-nav #mobile-con-m .mob-nav ul {
  background-color: inherit;
  height: calc(100% + 2.6rem);
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 350ms ease-out;
  transform: translateX(100vw);
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
#site-mob-nav #mobile-con-m .mob-nav ul.open {
  transform: translateX(0);
  visibility: visible;
}
#site-mob-nav #mobile-con-m .mob-nav > li {
  background-color: inherit;
}
#site-mob-nav #mobile-con-m .mob-nav > li.site-ff {
  background-color: black;
}
#site-mob-nav #mobile-con-m .mob-nav > li.site-lff {
  background-color: rgb(229, 37, 33);
}
#site-mob-nav #mobile-con-m .mob-nav > li.site-lsf {
  background-color: rgb(236, 144, 24);
}
#site-mob-nav #mobile-con-m .mob-nav > li.site-lm {
  background-color: rgb(132, 161, 212);
}
#site-mob-nav #mobile-con-m .mob-nav > li.mslink > a {
  font-family: "Bitter", serif;
}
#site-mob-nav #mobile-con-m .mob-nav.site-ff {
  background-color: black;
}
#site-mob-nav #mobile-con-m .mob-nav.site-lff {
  background-color: rgb(229, 37, 33);
}
#site-mob-nav #mobile-con-m .mob-nav.site-lsf {
  background-color: rgb(236, 144, 24);
}
#site-mob-nav #mobile-con-m .mob-nav.site-lm {
  background-color: rgb(132, 161, 212);
}
#site-mob-nav #mobile-con-m .search-box-c {
  padding: 0.5rem 1rem;
}
#site-mob-nav #mobile-con-m .search-box-c .search-box {
  background-color: white;
  border-color: white;
}
#site-mob-nav #mobile-con-m .search-box-c .search-box input {
  padding: 0.5rem;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav.permaburger {
    display: flex;
  }
}
#site-mob-nav.permaburger .mob-nav ul {
  right: auto;
  top: auto;
  visibility: visible;
}
body.hsquish #site-mob-nav {
  padding-top: 7rem;
}
#site-mob-nav.expanded {
  right: 0;
}
#site-mob-nav.expanded .spr1 {
  right: 0;
}
#site-mob-nav.hide {
  display: none;
}/*# sourceMappingURL=tvw-acc-menu.css.map */