.no_results, .text_image_card_grid, .location_banner_ad__content, .location_about_section__wrapper, .location_header__inner, .standard_header__inner, .locations_grid__locations_list, .locations_grid .location_filter__form_wrap, .site-footer__inner-wrap, .site-footer__bottom-wrap, .post_grid__inner, .testimonial_carousel, .step_slider__step_glide, .section_divider__inner, .icon_grid__inner, .category_filter__inner, .banner_card__glass_wrapper, .site-header__inner_wrapper, .alert_bar__alert_message, .location_menu__cat_section {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.menu_card {
  height: 100%;
  width: 100%;
  background-color: #F3EDE5;
  border: solid 1px #F3EDE5;
  border-radius: 1rem;
  overflow: hidden;
}
.menu_card, .menu_card__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}
.menu_card img, .menu_card h3, .menu_card p {
  margin: 0;
}
.menu_card h3 {
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
}
.menu_card img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 295px;
}
.menu_card__content {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.location_menu {
  margin-bottom: 4rem;
  gap: 4rem;
}
.location_menu, .location_menu__cat_section {
  display: flex;
  flex-direction: column;
  scroll-margin-top: var(--main-header-height);
}
.location_menu__cat_section {
  width: 100%;
  gap: 2rem;
}
.location_menu__section_title, .location_menu__description {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_menu__section_title {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #EA2A41;
}
.location_menu__description {
  font-size: 1.3rem;
  max-width: 1024px;
  align-self: center;
}
.location_menu ul, .location_menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.location_menu__product_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 1rem;
}
.location_menu__price {
  color: #EA2A41;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin-right: auto;
}
.location_menu__action_buttons {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  justify-content: flex-end;
  margin: 0 1.5rem 1.5rem 1.5rem;
}
.location_menu__info_button, .location_menu__select_location, .location_menu__add_to_cart {
  background: white;
  color: black;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.location_menu__info_button:hover, .location_menu__select_location:hover, .location_menu__add_to_cart:hover {
  background: black;
  color: white;
}
.location_menu__add_to_cart, .location_menu__info_button {
  width: 40px;
  border-radius: 20px;
  width: 40px;
}
.location_menu__select_location {
  padding: 0 1rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.location_menu .info_popover {
  background: white;
  min-width: 300px;
  max-height: 75vh;
  padding: 2rem;
  border: none;
  max-width: 600px;
}
.location_menu .info_popover::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.location_menu .info_popover p {
  margin-bottom: 1rem;
}
.location_menu .info_popover__inner {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.location_menu .info_popover__title {
  margin: 0;
  color: #F68B28;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
}
.location_menu .info_popover__order_link, .location_menu .info_popover__nutrition_pdf {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  width: max-content;
  font-size: 0.9rem;
}
.location_menu .info_popover__nutrition_title {
  margin-top: 1rem;
}
.location_menu .info_popover__nutrition_disclaimer {
  font-style: italic;
  font-size: 0.9rem;
}

.olo_category_nav_glide {
  position: relative;
  background-color: #F3EDE5;
  padding: 1rem 0;
  margin-bottom: 4rem;
  scroll-margin-top: var(--main-header-height);
}
.olo_category_nav_glide__go_to_item, .olo_category_nav_glide__image {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.olo_category_nav_glide__go_to_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-wrap: auto;
  background-color: transparent;
  color: black;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: calc(1rem * 1.1);
  text-align: center;
}
.olo_category_nav_glide__go_to_item:hover {
  color: #97AB36;
}
.olo_category_nav_glide__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  border: solid 6px transparent;
}
.olo_category_nav_glide .glide__slide--active img {
  border-color: #F9D606;
}
.olo_category_nav_glide__controls .glide__arrow {
  position: absolute;
  top: calc(50% - 50px / 2);
  background-color: #97AB36;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.olo_category_nav_glide__controls .glide__arrow--left {
  left: 1rem;
}
.olo_category_nav_glide__controls .glide__arrow--right {
  right: 1rem;
}

.alert_bar {
  background: #F9D606;
  font-size: clamp(1rem, 5vw, 1.75rem);
}
.alert_bar, .alert_bar__button_url {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: black;
}
.alert_bar__alert_message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 0.5rem;
}
@media only screen and (max-width: 960px) {
  .alert_bar__alert_message {
    flex-direction: column;
  }
}
.alert_bar__alert_message > div {
  text-align: center;
}
.alert_bar__button_url {
  text-decoration: underline;
}

:root {
  --wp-admin-bar-offset: 0px;
  --pre-header-offset: 60px;
  --main-header-height: 100px;
}

.site-header {
  position: fixed;
  top: calc(var(--wp-admin-bar-offset) + var(--pre-header-offset));
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header__mobile-button {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  border: none;
  background-color: transparent;
  color: black;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.site-header__mobile-button:hover, .site-header__mobile-button:active, .site-header__mobile-button:focus {
  background-color: transparent;
}
.site-header__mobile-button:hover, .site-header__mobile-button:active, .site-header__mobile-button:focus {
  color: black;
}
@media (min-width: 1281px) {
  .site-header__mobile-button {
    display: none;
  }
}
.site-header__inner_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .site-header__inner_wrapper .nav-renderer {
    display: none;
  }
}
.site-header__logo_container {
  display: block;
}
.site-header__logo_container img {
  object-fit: contain;
  height: 98px;
}
@media only screen and (max-width: 650px) {
  .site-header__logo_container img {
    max-width: 200px;
  }
}
.site-header__primary_navigation {
  margin-left: auto;
}
.site-header__parent_ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .site-header__parent_ul {
    display: none;
  }
}
.site-header__parent_ul, .site-header__parent_ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header__parent_ul > li, .site-header__parent_ul > li a {
  min-height: 3rem;
}
.site-header__parent_ul > li {
  position: relative;
}
.site-header__parent_ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__parent_ul > li a.alt {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.site-header__parent_ul > li:hover ul.main_navigation_wrapper__children_ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  border: solid 1px red;
  z-index: 99;
}
.site-header__active_mobile {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
.site-header__children_ul {
  display: none;
}
.site-header__mobile_menu_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  display: none;
}
@media only screen and (max-width: 960px) {
  .site-header__mobile_menu_button {
    display: flex;
  }
}

.banner_card {
  display: grid;
  position: relative;
  min-height: calc(100vh - (var(--main-header-height) + var(--pre-header-offset) + var(--wp-admin-bar-offset)));
}
.banner_card.small {
  min-height: auto;
}
.banner_card__bkg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner_card__glass_wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  .banner_card__glass_wrapper {
    align-items: center;
  }
}
.banner_card__glass {
  position: relative;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  color: white;
  max-width: 550px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 650px) {
  .banner_card__glass {
    max-width: 100%;
  }
}
.banner_card__glass__title, .banner_card__glass p, .banner_card__glass a {
  margin: 0;
}
.banner_card__glass__title {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: #F9D606;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
}
.banner_card__glass p {
  font-size: 1rem;
  font-weight: 700;
}
.banner_card__glass__button_container {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.banner_card__glass__button_container_button {
  background-color: #97AB36;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  width: max-content;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  border-radius: 2.5rem;
  background-color: #EA2A41;
}
.banner_card__glass__button_container_button:first-child {
  background-color: #97AB36;
  color: black;
}
.banner_card__glass__button_container_button:hover {
  background-color: #75842a;
  color: white;
}

.banner_carousel {
  position: relative;
  overflow: hidden;
}
.banner_carousel .glide__slide .banner_card__glass {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  position: relative;
  left: 4rem;
}
.banner_carousel .glide__slide--active .banner_card__glass {
  opacity: 1;
  left: 0;
}
.banner_carousel .glide__arrows {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
  display: flex;
  gap: 0.5rem;
}
.banner_carousel .glide__arrows button {
  font-size: 1.75rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .banner_carousel .glide__arrows {
    display: none;
  }
}

.category_filter {
  background: #7f8f32;
}
.category_filter__inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.category_filter__options {
  background-color: white;
  color: black;
  border: solid 1px white;
  font-size: 1rem;
  padding: 1rem;
}
.category_filter__options_option {
  font-size: 0.9rem;
}
.category_filter__submit {
  min-width: 75px;
}

.olo_carousel {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 650px) {
  .olo_carousel__olo_glide {
    display: grid;
    grid-template-areas: "navigation" "slides";
  }
}
.olo_carousel__olo_glide .glide__track {
  grid-area: slides;
}
.olo_carousel h2, .olo_carousel h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.olo_carousel__categories, .olo_carousel__category {
  margin: 0;
  padding: 0;
  list-style: none;
}
.olo_carousel__category, .olo_carousel__featured_product {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.olo_carousel__category {
  background-color: rgba(243, 237, 229, 0.2);
  padding: 5rem 0;
}
.olo_carousel__category.glide__slide--active {
  background: url(../../images/halftone2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.olo_carousel__category h2 {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: #EA2A41;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
}
.olo_carousel__featured_product img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  display: block;
}
.olo_carousel__featured_product h3 {
  background-color: #F68B28;
  background-repeat: repeat-x;
  max-width: 322px;
  margin: auto;
  padding: 1rem;
  -webkit-mask-image: url("../../images/rec-orange.png");
  mask-image: url("../../images/rec-orange.png");
}
.olo_carousel__featured_product h3:hover {
  background-color: #e27109;
}
.olo_carousel__featured_product h3 a {
  color: black;
  width: 100%;
  font-size: clamp(1rem, 5vw, 1.75rem);
  text-wrap: auto;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
}
.olo_carousel__controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  grid-area: navigation;
}
.olo_carousel__controls button, .olo_carousel__controls a {
  font-size: 2.25rem;
  height: 5rem;
}
.olo_carousel__controls button {
  background-color: white;
  color: #F68B28;
  border-radius: 0;
}
.olo_carousel__controls button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.olo_carousel__controls a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #97AB36;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: clamp(1.3rem, 5vw, 2.25rem);
  color: black;
}
.olo_carousel__controls a:hover {
  color: white;
}
.olo_carousel__controls a:hover {
  background-color: #75842a;
}

.info_icon {
  flex-direction: column;
  gap: 1rem;
}
.info_icon, .info_icon__icon_container, .info_icon__icon_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_icon__icon_container, .info_icon__title, .info_icon__info {
  align-self: flex-start;
}
.info_icon__icon_container {
  position: relative;
}
.info_icon__icon_container, .info_icon__icon_container::before {
  border-radius: 50%;
  border: solid 6px #ffbb00;
}
.info_icon__icon_container::before {
  content: "";
  position: absolute;
  top: calc(6rem / (-1.91 - 6rem));
  left: calc(6rem / (-1.91 - 6rem));
  background: white;
  width: calc(6rem * 1.06);
  height: calc(6rem * 1.06);
  z-index: 1;
  border-width: calc(6px / 2);
}
@media only screen and (max-width: 650px) {
  .info_icon__icon_container::before {
    top: calc(4rem / (-1.91 - 4rem));
    left: calc(4rem / (-1.91 - 4rem));
    width: calc(4rem * 1.06);
    height: calc(4rem * 1.06);
  }
}
.info_icon__icon_inner {
  position: relative;
  z-index: 5;
  background-color: #F9D606;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: solid 6px #ffbb00;
}
@media only screen and (max-width: 650px) {
  .info_icon__icon_inner {
    width: 4rem;
    height: 4rem;
  }
}
.info_icon__icon_inner i {
  font-size: calc(6rem / 2.2);
  color: #e27109;
}
@media only screen and (max-width: 650px) {
  .info_icon__icon_inner i {
    font-size: calc(4rem / 2.2);
  }
}
.info_icon__title, .info_icon__info {
  margin: 0;
}
.info_icon__title {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 2.25rem);
  text-transform: uppercase;
}
.info_icon__info {
  font-size: 1rem;
  font-size: clamp(0.8rem, 5vw, 1rem);
}

.icon_grid {
  position: relative;
  padding-top: 4rem;
  background-image: url(../../images/slate-pattern.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
}
.icon_grid__inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .icon_grid__inner {
    grid-template-columns: 1fr;
  }
}
.icon_grid__left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.icon_grid__title {
  grid-column: span 2;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: #F68B28;
  text-transform: uppercase;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .icon_grid__title {
    grid-column: span 1;
  }
}
.icon_grid__title span {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: black;
  font-size: clamp(2.25rem, 5vw, 3rem);
  letter-spacing: normal;
}
.icon_grid__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}
.icon_grid__items, .icon_grid__items li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 650px) {
  .icon_grid__items .info_icon__icon_container, .icon_grid__items .info_icon__title, .icon_grid__items .info_icon__info {
    align-self: center;
    text-align: center;
  }
}
.icon_grid__featured_image {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .icon_grid__featured_image {
    max-height: 450px;
  }
}

.section_divider {
  background-color: #1a1a1a;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.section_divider__inner {
  position: relative;
  letter-spacing: calc(2rem / 8);
  font-size: clamp(1.3rem, 5vw, 3rem);
  text-align: center;
  color: white;
  padding: 0;
  display: flex;
  gap: calc(2rem / 8);
  text-align: center;
  justify-content: center;
  align-items: center;
}
.section_divider__highlight {
  color: #F9D606;
  padding-left: calc(2rem / 8);
}
.section_divider__bar {
  position: relative;
  background-color: white;
  width: 40px;
  height: 2px;
  top: -1px;
}
.section_divider__bar.left {
  margin-right: calc(2rem / 8);
}
.section_divider__bar.right {
  margin-left: calc(2rem / 8);
}
@media only screen and (max-width: 650px) {
  .section_divider__bar {
    display: none;
  }
}

.section_divider_flame__video {
  width: 100%;
  object-fit: cover;
}

.step_slider {
  position: relative;
  background-color: #F3EDE5;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 650px) {
  .step_slider {
    background-color: white;
  }
}
.step_slider::before, .step_slider::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .step_slider::before, .step_slider::after {
    display: none;
  }
}
.step_slider::before {
  background-image: url(../../images/halftone_3.png);
  background-position-x: left;
  background-position-y: top;
}
.step_slider::after {
  background-image: url(../../images/halftone_3-rev.png);
  background-position-x: right;
  background-position-y: bottom;
}
.step_slider__step_glide {
  position: relative;
  padding: 0;
  z-index: 10;
}
.step_slider .glide__slides li {
  height: 100%;
}
.step_slider .glide__slides li .step_card {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 550px;
  opacity: 0.25;
  border: dashed 1px transparent;
}
@media only screen and (max-width: 650px) {
  .step_slider .glide__slides li .step_card {
    min-height: auto;
  }
}
.step_slider .glide__slides li .step_card__icon, .step_slider .glide__slides li .step_card__step_desc {
  opacity: 0;
}
.step_slider .glide__slides li.glide__slide--active .step_card {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 800px) {
  .step_slider .glide__slides li.glide__slide--active .step_card {
    border-color: transparent;
  }
}
.step_slider .glide__slides li.glide__slide--active .step_card, .step_slider .glide__slides li.glide__slide--active .step_card__icon, .step_slider .glide__slides li.glide__slide--active .step_card__step_desc {
  opacity: 1;
}
.step_slider .glide__slides li.null_card .step_card {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../../images/chicken_icon.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  opacity: 0.25;
  filter: grayscale(1);
}
.step_slider .glide__slides li.null_card .step_card__icon, .step_slider .glide__slides li.null_card .step_card__step_desc {
  opacity: 0;
}
.step_slider .glide__arrows::before {
  content: "";
  position: absolute;
  top: calc(50% + 50px / 2);
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
@media only screen and (max-width: 800px) {
  .step_slider .glide__arrows::before {
    display: none;
  }
}
.step_slider .glide__arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  background-color: #EA2A41;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 650px) {
  .step_slider .glide__arrow {
    display: none;
  }
}
.step_slider .glide__arrow--right {
  right: 0;
}
.step_slider .glide__arrow--disabled {
  opacity: 0.25;
}
.step_slider__video_background {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 170px;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.step_slider__video_background .section_divider_flame {
  height: 170px;
}
.step_slider__video_background .section_divider_flame__video {
  height: 170px;
}

.step_card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem 2rem;
}
.step_card, .step_card__icon, .step_card__step_title, .step_card__step_sub_title, .step_card__step_desc {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: wrap;
}
.step_card__step_title, .step_card__step_sub_title, .step_card__step_desc {
  margin: 0;
  text-align: center;
}
.step_card__step_sub_title, .step_card__step_desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_card__icon {
  max-width: 272px;
  margin: auto;
}
.step_card__step_title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: black;
  font-size: clamp(1.3rem, 5vw, 2.25rem);
}
.step_card__step_title span {
  color: #EA2A41;
  padding-right: 0.25rem;
}
.step_card__step_sub_title {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: #F68B28;
  font-size: calc(1.3rem * 1.5);
}

.testimonial_card {
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 4rem 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_card__inner {
  display: grid;
  grid-template-areas: "testimonial" "rating" "name" "location";
  gap: 1rem;
}
.testimonial_card__name, .testimonial_card__testimonial, .testimonial_card__rating, .testimonial_card__location {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-wrap: wrap;
}
.testimonial_card__name, .testimonial_card__testimonial {
  margin: 0;
}
.testimonial_card__name {
  grid-area: name;
  font-weight: 700;
  font-size: 1.3rem;
}
.testimonial_card__testimonial {
  grid-area: testimonial;
  font-size: 1rem;
}
.testimonial_card__rating {
  grid-area: rating;
  color: #F9D606;
  gap: 0.25rem;
}
.testimonial_card__location {
  grid-area: location;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
}

.testimonial_carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonial_carousel__icon {
  display: block;
  color: #F68B28;
  font-size: calc(4.8rem);
  text-align: center;
}
.testimonial_carousel .glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.testimonial_carousel .glide__bullets .glide_bullet {
  background-color: transparent;
  color: black;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_carousel .glide__bullets .glide_bullet.glide__bullet--active {
  color: #F9D606;
}
.testimonial_carousel .glide__bullets .glide_bullet:focus {
  outline: none;
}
@media only screen and (max-width: 650px) {
  .testimonial_carousel .testimonial_card {
    padding: 0;
    border: none;
  }
}

.post_grid {
  margin: 4rem 0;
}
.post_grid__posts, .post_grid__post, .post_grid__title {
  margin: 0;
  padding: 0;
}
.post_grid__posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1rem;
  gap: 1rem;
}
.post_grid__post {
  overflow: hidden;
  list-style: none;
}
.post_grid__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post_grid__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  letter-spacing: 0.5rem;
}

.post_card {
  display: grid;
  grid-template-areas: "stack";
  height: 100%;
  width: 100%;
  min-height: 510px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post_card:hover {
  opacity: 0.75;
}
.post_card__bkg_img, .post_card__tint, .post_card__content {
  grid-area: stack;
}
.post_card__tint {
  background-color: rgba(0, 0, 0, 0.5);
}
.post_card__bkg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 510px;
}
.post_card__content, .post_card__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
}
.post_card__content {
  color: white;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 2rem;
  gap: 0.5rem;
}
.post_card__meta, .post_card__category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post_card__meta {
  font-size: clamp(1rem, 5vw, 1.3rem);
}
.post_card__title, .post_card__category {
  margin: 0;
}
.post_card__title {
  font-size: clamp(2.25rem, 5vw, 3rem);
  width: calc(100% - 2rem);
  overflow-wrap: break-word;
  line-height: 3rem;
}
.post_card__category_list, .post_card__category_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post_card__category_item {
  color: #F9D606;
}

.cta_card {
  position: relative;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  border-bottom: solid 6px #870d1c;
}
.cta_card, .cta_card__img_hex {
  min-height: 600px;
  max-width: 100%;
}
.cta_card__img_hex {
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  display: flex;
  padding: 5rem 4rem;
}
@media only screen and (max-width: 1280px) {
  .cta_card__img_hex {
    padding: 5rem 2rem;
  }
}
.cta_card__inner_text {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 1280px) {
  .cta_card__inner_text {
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    max-width: calc(100vw - 4rem);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  }
}
.cta_card__title, .cta_card__content, .cta_card__buttons {
  position: relative;
  z-index: 5;
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .cta_card__title, .cta_card__content, .cta_card__buttons {
    width: 75%;
  }
}
@media only screen and (max-width: 650px) {
  .cta_card__title, .cta_card__content, .cta_card__buttons {
    width: 100%;
  }
}
.cta_card__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: white;
  font-size: clamp(2.25rem, 5vw, 3rem * 2);
  line-height: clamp(3rem, 5vw, 5rem);
}
.cta_card__content {
  font-weight: 700;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1280px) {
  .cta_card__content {
    color: white;
  }
}
.cta_card__buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.cta_card__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_card__buttons a span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  border-radius: 40px;
}
.cta_card__buttons a span:hover {
  background-color: #e27109;
}

.cta_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .cta_grid {
    grid-template-columns: 1fr;
  }
}

.select_your_location {
  background: white;
  min-width: 300px;
  padding: 4rem;
  border: none;
}
.select_your_location::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.select_your_location__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.select_your_location__title, .select_your_location__instructions {
  margin: 0;
}
.select_your_location__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: #F68B28;
  font-size: 3rem;
}
.select_your_location__form {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: calc(1rem / 2);
}
.select_your_location__form label {
  grid-column: span 2;
  font-size: 0.8rem;
}
.select_your_location__or {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  position: relative;
  color: #54565B;
}
.select_your_location__or::before, .select_your_location__or::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #54565B;
  left: calc(50% - 4rem);
}
.select_your_location__or::after {
  margin-left: 6rem;
}
.select_your_location__choose_location {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  border-radius: 4px;
  color: black;
  background: white;
  border: solid 1px #F68B28;
}
.select_your_location__choose_location:hover {
  background-color: #F68B28;
  color: white;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1281px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu_hide {
  display: none;
}
.mobile-menu__overlay-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu__overlay-button:hover, .mobile-menu__overlay-button:active, .mobile-menu__overlay-button:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu__menu-parent {
  --transition-duration: 300ms;
  --width: max(400px, 25vw);
  padding: 2rem;
  width: var(--width);
  background-color: white;
  translate: var(--width);
  transition: translate ease-in-out var(--transition-duration);
}
.mobile-menu__menu-parent_active {
  translate: 0;
}
.mobile-menu__menu-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.mobile-menu__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__title {
  margin: 0;
  color: black;
  font-size: 2.25rem;
}
.mobile-menu__close-button {
  display: flex;
  gap: 0.5rem;
  background-color: transparent;
  color: black;
}
.mobile-menu__close-button:hover, .mobile-menu__close-button:active, .mobile-menu__close-button:focus {
  background-color: transparent;
}
.mobile-menu__close-button:hover, .mobile-menu__close-button:active, .mobile-menu__close-button:focus {
  color: black;
}

.mobile-nav-renderer {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 100%;
}
.mobile-nav-renderer__list-item {
  list-style-type: none;
}
.mobile-nav-renderer__link-wrap {
  display: flex;
  align-items: center;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  min-height: 40px;
}
.mobile-nav-renderer__link {
  flex: 1;
  color: black;
  font-size: 1rem;
}
.mobile-nav-renderer__link:hover, .mobile-nav-renderer__link:active, .mobile-nav-renderer__link:focus {
  color: black;
}
.mobile-nav-renderer__item-icon {
  padding-right: 0.5rem;
}
.mobile-nav-renderer__child-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  border-radius: 0;
  padding-bottom: 0;
  background-color: transparent;
  color: black;
}
.mobile-nav-renderer__child-toggle:hover, .mobile-nav-renderer__child-toggle:active, .mobile-nav-renderer__child-toggle:focus {
  background-color: transparent;
}
.mobile-nav-renderer__child-toggle:hover, .mobile-nav-renderer__child-toggle:active, .mobile-nav-renderer__child-toggle:focus {
  color: black;
}
.mobile-nav-renderer__child-list-wrap {
  --height: 0;
  --transition-duration: 300ms;
  overflow: hidden;
  transition: height ease-in-out var(--transition-duration);
  height: var(--height);
}
.mobile-nav-renderer__child-list-wrap_hide {
  display: none;
}
.mobile-nav-renderer__child-list {
  padding-left: 1.5rem;
}

.nav-renderer {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.nav-renderer__list-item {
  list-style-type: none;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
}
.nav-renderer__list-item_alt {
  background-color: #F68B28;
  border-bottom: thin solid white;
}
.nav-renderer__list-item_alt.nav-renderer__list-item_top {
  border-radius: 6px;
}
.nav-renderer__list-item_top, .nav-renderer__list-item:last-child {
  border: none;
}
.nav-renderer__link {
  width: 100%;
  display: inline-block;
  padding: 1rem;
  color: black;
  transition: color ease-in-out 0.3s;
  white-space: nowrap;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  display: flex;
  gap: 0.5rem;
}
.nav-renderer__link:hover, .nav-renderer__link:focus, .nav-renderer__link:active {
  color: #F68B28;
}
.nav-renderer__link_current {
  color: #54565B;
}
.nav-renderer__link_alt {
  border-radius: inherit;
  color: black;
  transition: background-color ease-in-out 0.3s;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
}
.nav-renderer__link_alt:hover, .nav-renderer__link_alt:focus, .nav-renderer__link_alt:active {
  color: white;
  background-color: #EA2A41;
}
.nav-renderer__child-list-wrap {
  z-index: 1;
  overflow: hidden;
  position: fixed;
  transition: height ease-in-out 0.3s;
}
.nav-renderer__child-list-wrap_hide {
  height: 0;
  visibility: hidden;
}
.nav-renderer__child-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  border: thin solid rgba(0, 0, 0, 0.15);
}
.nav-renderer__child-list_alt {
  border: thin solid white;
  background-color: #F68B28;
}
.nav-renderer__child-list_hide {
  display: none;
}

.site-footer {
  padding-bottom: 2rem;
}
.site-footer__inner-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1280px) {
  .site-footer__inner-wrap .social-links {
    justify-content: center;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .site-footer__inner-wrap {
    flex-direction: column;
  }
  .site-footer__inner-wrap .nav-renderer {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.site-footer__footer-logo {
  object-fit: contain;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .site-footer__footer-logo {
    max-width: 300px;
  }
}
.site-footer__bottom-wrap {
  display: flex;
  justify-content: center;
}
.site-footer__attribution {
  text-align: center;
}
.site-footer__attribution a {
  color: black;
  text-decoration: underline;
}

.social-links {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.social-links__entry {
  list-style-type: none;
}
.social-links__link {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #97AB36;
  color: black;
  transition: color ease-in-out 0.3s;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links__link:hover, .social-links__link:active, .social-links__link:focus {
  background-color: #79892b;
}
.social-links__link:hover, .social-links__link:focus, .social-links__link:active {
  color: #F9D606;
}

.locations_grid__location {
  margin: 0;
  padding: 0;
}
.locations_grid__locations_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 1rem;
  margin: 4rem auto;
  list-style: none;
  margin: 2rem auto;
}
.locations_grid__location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  align-items: flex-start;
  background-color: #F3EDE5;
  border-radius: 15px;
  flex-direction: column;
  padding: 2rem;
}
.locations_grid__title, .locations_grid__addressurl, .locations_grid__address, .locations_grid__distance, .locations_grid__phone, .locations_grid__links {
  text-align: center;
  width: 100%;
}
.locations_grid__addressurl {
  color: black;
}
.locations_grid__address {
  font-weight: 700;
}
.locations_grid__distance {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.locations_grid__title {
  margin: 0;
}
.locations_grid__title_url {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 5vw, 2.25rem);
  color: black;
}
.locations_grid__phone {
  color: black;
  font-size: 0.9rem;
}
.locations_grid__links {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}
.locations_grid__links_visit, .locations_grid__links_menu {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.75rem 1rem;
}
.locations_grid__links_visit i, .locations_grid__links_menu i {
  position: relative;
  top: 0px;
}
.locations_grid__links_visit:hover, .locations_grid__links_menu:hover {
  color: white;
}
.locations_grid__links_menu {
  background-color: #EA2A41;
}
.locations_grid__directions {
  color: black;
}
.locations_grid__menu {
  color: #EA2A41;
}
.locations_grid .location_filter {
  background-color: #97AB36;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.locations_grid .location_filter__form_inner {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 0.25rem;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 650px) {
  .locations_grid .location_filter__form_inner {
    grid-template-columns: 1fr;
  }
}
.locations_grid .location_filter__label {
  grid-column: span 2;
  color: white;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .locations_grid .location_filter__label {
    grid-column: span 1;
  }
}
.locations_grid .location_filter__input {
  width: 400px;
  height: 3rem;
}
@media only screen and (max-width: 650px) {
  .locations_grid .location_filter__input {
    width: auto;
  }
}
.locations_grid .location_filter__submit {
  width: 50px;
}
@media only screen and (max-width: 650px) {
  .locations_grid .location_filter__submit {
    width: 100%;
  }
}
.locations_grid .location_filter__geocode_error .no_results__message {
  color: white;
}
.locations_grid .location_filter__geocode_error .no_results__message, .locations_grid__no_locations .no_results__message {
  font-weight: 700;
  font-size: 1rem;
  padding: 2rem 0 1rem 0;
  text-align: center;
}

.standard_header {
  background-color: #262626;
}
.standard_header__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.standard_header__title {
  color: white;
  font-size: 2.25rem;
  margin: 0;
  text-transform: capitalize;
}

.location_header {
  background-color: #F3EDE5;
  padding: 2rem 0;
}
.location_header__inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "left right";
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .location_header__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    padding: 0 2rem;
  }
}
.location_header__left {
  grid-area: left;
  display: flex;
  justify-content: center;
}
.location_header__right {
  grid-area: right;
}
.location_header__inner_left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
.location_header__image {
  ojbect-fit: contain;
  margin: auto;
  width: 100%;
}
.location_header__title {
  margin: 0;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: black;
}
.location_header__address {
  font-weight: 700;
  font-style: normal;
}
.location_header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.location_header__buttons .button {
  border-radius: 56px;
  border: solid 1px #F68B28;
  color: black;
}
.location_header__buttons .button.alt {
  background-color: white;
  border-color: #F68B28;
}
.location_header__buttons .button:hover {
  border-color: #EA2A41;
  background-color: #EA2A41;
  color: white;
}
.location_header__email {
  color: #EA2A41;
}
.location_header__email span {
  color: black;
}
.location_header__hours {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.location_header__popover {
  background: transparent;
  color: black;
  border: solid 1px #F68B28;
}
.location_header__popover:hover {
  background: #F68B28;
  color: white;
}
.location_header .hours_popover {
  background: white;
  min-width: 300px;
  max-height: 75vh;
  padding: 2rem;
  border: none;
}
.location_header .hours_popover::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.location_header .hours_popover__inner_wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.location_header .hours_popover__title {
  margin: 0 0 0.25rem 0;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.location_header .hours_popover__hour {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.25rem;
  display: flex;
  gap: 0.5rem;
}
.location_header .hours_popover__hour span {
  display: flex;
}
.location_header .hours_popover__hour span.dow {
  align-self: flex-start;
}
.location_header .hours_popover__hour span.hours {
  margin-left: auto;
}
.location_header .hours_popover__hours {
  align-self: flex-end;
}
.location_header__phone {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  background-color: #F68B28;
  background-repeat: repeat-x;
  max-width: 322px;
  padding: 1rem;
  color: white;
  width: 100%;
  font-size: clamp(1rem, 5vw, 1.75rem);
  text-wrap: auto;
  -webkit-mask-image: url("../../images/rec-orange-3.png");
  mask-image: url("../../images/rec-orange-3.png");
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: black;
}
.location_header__phone span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.location_header__phone span i {
  font-size: 1.3rem;
}
.location_header__phone:hover {
  background-color: #e27109;
  color: white;
}

.location_about_section {
  background: url(../../images/halftone2.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.location_about_section__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 1rem;
}
.location_about_section__inner, .location_about_section__inner_wrap, .location_about_section__title_about, .location_about_section__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.location_about_section__inner_wrap_left {
  padding: 4rem 0;
}
.location_about_section__inner_spotlight {
  position: relative;
  padding: 4rem 0;
}
.location_about_section__title {
  margin: 0;
}
.location_about_section__title_about {
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: clamp(2.25rem, 5vw, 3rem);
  gap: 0.25rem;
  color: #EA2A41;
}
.location_about_section__title_about span {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1.75rem);
  color: rgba(0, 0, 0, 0.75);
}
.location_about_section__title_dish, .location_about_section__dish_button {
  position: absolute;
  z-index: 5;
}
.location_about_section__title_dish {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  background-color: #F68B28;
  background-repeat: repeat-x;
  max-width: 322px;
  padding: 1rem;
  color: white;
  width: 100%;
  font-size: clamp(1rem, 5vw, 1.75rem);
  text-wrap: auto;
  -webkit-mask-image: url("../../images/rec-orange-3.png");
  mask-image: url("../../images/rec-orange-3.png");
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #EA2A41;
  top: 4rem;
  left: 0;
}
.location_about_section__content button {
  width: fit-content;
}
.location_about_section__about_spotlight_popover, .location_about_section__about_dish_popover {
  background: white;
  min-width: 300px;
  max-height: 75vh;
  padding: 2rem;
  border: none;
  max-width: 500px;
}
.location_about_section__about_spotlight_popover::backdrop, .location_about_section__about_dish_popover::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.location_about_section__dish_button {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  background-color: #F68B28;
  background-repeat: repeat-x;
  max-width: 322px;
  padding: 1rem;
  color: white;
  width: 100%;
  font-size: clamp(1rem, 5vw, 1.75rem);
  text-wrap: auto;
  -webkit-mask-image: url("../../images/rec-orange-3.png");
  mask-image: url("../../images/rec-orange-3.png");
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 500px;
  bottom: 4rem;
  right: 0;
}
.location_about_section__dish_button_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}
.location_about_section__dish_button_text span {
  color: black;
}
.location_about_section__image {
  object-fit: contain;
  height: 550px;
}
.location_about_section__about_dish_popover_title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 3rem;
  letter-spacing: 2px;
}
.location_about_section__about_dish_popover_title span {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  color: #F68B28;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.location_banner_ad {
  position: relative;
  min-height: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_banner_ad__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.location_banner_ad__background, .location_banner_ad__background::after {
  top: 0;
  left: 0;
}
.location_banner_ad__background::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.location_banner_ad__background_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location_banner_ad__content {
  position: relative;
  z-index: 5;
  color: white;
  gap: 2rem;
}
.location_banner_ad__content, .location_banner_ad__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.location_banner_ad__title, .location_banner_ad__paragraph_text {
  margin: 0;
}
.location_banner_ad__logo {
  object-fit: contain;
  max-width: 250px;
}
.location_banner_ad__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 3rem * 2);
  gap: 0.25rem;
  line-height: 4.5rem;
  text-align: center;
}
.location_banner_ad__title span {
  color: #F9D606;
}
.location_banner_ad__paragraph_text {
  font-weight: 700;
}
.location_banner_ad__button {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
}

.text_image_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "text image";
}
@media only screen and (max-width: 1024px) {
  .text_image_card {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "image";
  }
}
.text_image_card__text_wrapper, .text_image_card__title, .text_image_card__content {
  display: flex;
  flex-direction: column;
}
.text_image_card__text_wrapper {
  grid-area: text;
  justify-content: center;
  padding: 2rem;
}
.text_image_card__title {
  color: #F68B28;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.text_image_card__sub_title {
  color: black;
  font-family: "CaveatBrush", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}
.text_image_card__content {
  gap: 1rem;
}
.text_image_card__popover_button {
  width: max-content;
}
.text_image_card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  grid-area: image;
}
.text_image_card__popover_container {
  background: white;
  min-width: 300px;
  max-height: 75vh;
  padding: 2rem;
  border: none;
  max-width: 600px;
}
.text_image_card__popover_container::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.text_image_card_grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 4rem auto;
}
.text_image_card_grid, .text_image_card_grid__item {
  padding: 0;
  list-style: none;
}
.text_image_card_grid__item {
  margin: 0;
}
.text_image_card_grid__item:nth-child(odd) .text_image_card {
  grid-template-areas: "image text";
}
@media only screen and (max-width: 1024px) {
  .text_image_card_grid__item:nth-child(odd) .text_image_card {
    grid-template-areas: "text" "image";
  }
}

.no_results__message {
  padding: 4rem 0;
}

.scroll_to {
  background-color: #EA2A41;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  right: 2rem;
  bottom: 2rem;
}
.scroll_to:hover {
  background-color: #F68B28;
  color: white;
}
.scroll_to__icon {
  font-size: 1.3rem;
}

.careers_card {
  background: #F3EDE5;
  padding: 2rem;
  display: grid;
  gap: 0.25rem;
  border-radius: 0.5rem;
  grid-template-areas: "title" "text" "buttons";
}
.careers_card__title {
  margin: 0;
  font-size: 1.3rem;
  grid-area: title;
}
.careers_card__introtext {
  font-size: 0.9rem;
  grid-area: text;
}
.careers_card__button_container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  grid-area: buttons;
}
.careers_card__button {
  background-color: #F68B28;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.8rem;
}

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