.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  font-family: Genericons;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.wp-block-button__link {
  background: #008aca;
  transition: all .2s;
}

.wp-block-button__link:visited {
  color: #fff;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  opacity: .8;
}

.mobile-break {
  display: block;
}

@media screen and (width >= 768px) {
  .mobile-break {
    display: none;
  }
}

.bold {
  font-family: TheSans-SemiBold, Verdana, Geneva, Tahoma, sans-serif;
}

.normal {
  font-family: TheSans-SemiLight, Verdana, Geneva, Tahoma, sans-serif;
}

:root {
  --max-width: 1280px;
  --contentSize: 1280px;
  --wideSize: 1280px;
  --font-primary: "TheSans-SemiLight", Verdana, Geneva, Tahoma, sans-serif;
  --font-bold: "TheSans-SemiBold", Verdana, Geneva, Tahoma, sans-serif;
  --font-heading: "DidotLTPro-Roman", serif;
}

.iexfit {
  object-fit: cover;
  font-family: object-fit\: cover;
}

@media screen and (width <= 479px) {
  .hide-on-mobile, .tablet-break {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (width >= 768px) and (width <= 1224px) {
  .hide-on-tablet {
    display: none;
  }
}

@media screen and (width >= 1224px) {
  .hide-on-desktop {
    display: none;
  }
}

.restaurant-opening-hours {
  container: opening-hours / inline-size;
}

.restaurant-opening-hours h2.opening-hours-heading {
  margin-top: 0;
}

.restaurant-opening-hours .opening-status {
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .9375rem;
  line-height: 1.5;
  display: flex;
}

.restaurant-opening-hours .opening-status__icon {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.restaurant-opening-hours .opening-status__message {
  font-weight: 600;
}

.restaurant-opening-hours .opening-status__separator {
  color: #666;
  margin: 0 .25rem;
}

.restaurant-opening-hours .opening-status__time {
  color: #333;
}

.restaurant-opening-hours .opening-status--open .opening-status__icon, .restaurant-opening-hours .opening-status--open .opening-status__message {
  color: #7ac142;
}

.restaurant-opening-hours .opening-status--closed .opening-status__icon, .restaurant-opening-hours .opening-status--closed .opening-status__message {
  color: #ef4444;
}

.restaurant-opening-hours .opening-hours-table {
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
  width: 100%;
  margin: 0;
}

.restaurant-opening-hours .opening-hours-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.restaurant-opening-hours .opening-hours-table tbody tr:last-child {
  border-bottom: none;
}

.restaurant-opening-hours .opening-hours-table tbody td {
  vertical-align: top;
  padding: .5rem .75rem;
}

.restaurant-opening-hours .opening-hours-table tbody td:first-child {
  text-align: left;
  border-right: 1px solid #e5e5e5;
  width: 30%;
}

.restaurant-opening-hours .opening-hours-table tbody td:last-child {
  text-align: right;
}

.restaurant-opening-hours .opening-hours-table .closed {
  color: #999;
  font-style: italic;
}

.restaurant-opening-hours .opening-hours-table .day-name-short {
  display: inline;
}

.restaurant-opening-hours .opening-hours-table .day-name-full {
  display: none;
}

@container opening-hours (width >= 300px) {
  .restaurant-opening-hours .opening-hours-table .day-name-short {
    display: none;
  }

  .restaurant-opening-hours .opening-hours-table .day-name-full {
    display: inline;
  }
}

.archive-restaurants-header .archive-restaurants-authorheader {
  flex-direction: column;
  align-items: flex-start;
}

.archive-restaurants-header .archive-restaurants-authorheader h1 {
  margin-bottom: 1rem;
}

.archive-restaurants-content .desktop-page {
  width: 100%;
  display: block;
  padding: 0 !important;
}

.archive-restaurants-content .site-main, .archive-restaurants-content .archive-restaurants-main, .archive-restaurants-content .hometop {
  width: 100%;
}

.archive-restaurants-filters {
  flex-direction: column;
  gap: .75rem;
  margin: 0 1rem 1.75rem;
  display: flex;
}

.archive-filter-toggle-row {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.archive-filter-toggle {
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1.5px solid #dde2ea;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  align-items: center;
  gap: .65rem;
  min-height: 48px;
  margin-left: 0;
  padding: .75rem 1rem;
  transition: border-color .18s, background .18s, color .18s, box-shadow .18s;
  display: inline-flex;
}

.archive-filter-toggle:hover, .archive-filter-toggle:focus-within {
  color: #0061a1;
  background: #0061a10a;
  border-color: #0061a159;
}

.archive-filter-toggle:focus-within {
  outline-offset: 2px;
  outline: 2px solid #0061a14d;
}

.archive-filter-toggle input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.archive-filter-toggle__track {
  background: #cbd2dc;
  border-radius: 999px;
  flex-shrink: 0;
  width: 40px;
  height: 22px;
  transition: background .2s;
  position: relative;
}

.archive-filter-toggle__track:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .2s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 3px #0003;
}

.archive-filter-toggle input:checked + .archive-filter-toggle__track {
  background: #7ac142;
}

.archive-filter-toggle input:checked + .archive-filter-toggle__track:after {
  transform: translateX(18px);
}

.archive-filter-toggle__label {
  color: #2c3545;
  font-family: var(--font-bold);
  letter-spacing: 0;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.archive-restaurant-canonical-filters {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.archive-restaurant-filter-select {
  flex-direction: column;
  flex: 220px;
  gap: .25rem;
  max-width: 340px;
  display: flex;
}

.archive-restaurant-filter-select__label {
  color: #4b5563;
  font-family: var(--font-bold);
  letter-spacing: 0;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
}

.archive-restaurant-filter-select__control {
  display: block;
  position: relative;
}

.archive-restaurant-filter-select__control:hover .archive-restaurant-filter-select__icon, .archive-restaurant-filter-select__control:focus-within .archive-restaurant-filter-select__icon {
  color: #0061a1;
}

.archive-restaurant-filter-select__control:after {
  content: "";
  pointer-events: none;
  border-bottom: 2px solid #6b7280;
  border-right: 2px solid #6b7280;
  width: .55rem;
  height: .55rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-65%)rotate(45deg);
}

.archive-restaurant-filter-select__icon {
  z-index: 1;
  color: #6b7280;
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  transition: color .18s;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: .9rem;
  transform: translateY(-50%);
}

.archive-restaurant-filter-select__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  display: block;
}

.archive-restaurant-filter-select select {
  appearance: none;
  width: 100%;
  min-height: 48px;
  box-shadow: none;
  color: #2c3545;
  font-family: var(--font-bold);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #dde2ea;
  border-radius: 8px;
  padding: .75rem 2.6rem .75rem 2.55rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .18s, background .18s, color .18s, box-shadow .18s;
}

.archive-restaurant-filter-select select:hover, .archive-restaurant-filter-select select:focus {
  color: #0061a1;
  background: #0061a10a;
  border-color: #0061a159;
}

.archive-restaurant-filter-select select:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0061a14d;
}

.archive-restaurant-reset-filters {
  min-height: 48px;
  box-shadow: none;
  color: #0061a1;
  font-family: var(--font-bold);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #dde2ea;
  border-radius: 8px;
  flex: none;
  align-self: flex-end;
  margin-left: auto;
  padding: .75rem 1.1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .18s, background .18s, color .18s, opacity .18s;
}

.archive-restaurant-reset-filters:hover, .archive-restaurant-reset-filters:focus {
  color: #0061a1;
  background: #0061a10a;
  border-color: #0061a159;
}

.archive-restaurant-reset-filters:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0061a14d;
}

.archive-restaurant-reset-filters:disabled {
  cursor: default;
  opacity: .45;
}

.archive-restaurants-empty {
  color: #6b7280;
  background: #fef9f0;
  border-left: 3px solid #f0c060;
  border-radius: 0 8px 8px 0;
  margin: 0 1rem 1rem;
  padding: .75rem 1rem;
  font-style: italic;
}

@media screen and (width <= 640px) {
  .archive-restaurant-filter-select {
    flex-basis: 100%;
    max-width: none;
  }

  .archive-filter-toggle {
    justify-content: flex-start;
    margin-left: 0;
  }

  .archive-restaurant-reset-filters {
    width: 100%;
    margin-left: 0;
  }
}

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

.hometopchild .box {
  position: relative;
}

.hometopchild .restaurant-card-media {
  position: relative;
  overflow: hidden;
}

.hometopchild .restaurant-card-media__image {
  width: 100%;
  display: block;
}

.hometopchild .restaurant-card-media__attribution {
  z-index: 2;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px #000000f2, 0 2px 10px #000000b3;
  pointer-events: none;
  max-width: calc(100% - 1rem);
  font-size: .75rem;
  line-height: 1.35;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.hometopchild .restaurant-card-meta {
  color: #64748b;
  flex-direction: column;
  align-items: flex-start;
  gap: .28rem;
  margin: 0 0 1rem;
  font-family: TheSans-SemiLight, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
}

.hometopchild .restaurant-rating-badge {
  width: auto;
  max-width: 100%;
  color: inherit;
  font: inherit;
  pointer-events: none;
  align-items: center;
  gap: .38rem;
  padding: 0;
  transition: opacity .18s;
  display: inline-flex;
}

.hometopchild .restaurant-rating-badge--non-operational {
  opacity: .7;
}

.hometopchild .restaurant-rating-badge__value {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

.hometopchild .restaurant-rating-badge__stars {
  align-items: center;
  gap: .08rem;
  display: inline-flex;
}

.hometopchild .restaurant-rating-badge__star {
  flex: 0 0 .82rem;
  width: .82rem;
  height: .82rem;
  display: inline-flex;
}

.hometopchild .restaurant-rating-badge__star svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hometopchild .restaurant-rating-badge__star--full, .hometopchild .restaurant-rating-badge__star--half {
  color: #f7bf1c;
}

.hometopchild .restaurant-rating-badge__star--empty {
  color: #cfa21440;
}

.hometopchild .restaurant-rating-badge__count {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

.hometopchild .restaurant-card-details {
  max-width: 100%;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  display: block;
  overflow: hidden;
}

.hometopchild .restaurant-card-details + .opening-status {
  margin-top: .12rem;
}

.hometopchild .opening-status {
  max-width: 100%;
  color: inherit;
  font: inherit;
  pointer-events: none;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  display: inline-flex;
}

.hometopchild .opening-status__icon {
  width: 18px;
  height: 18px;
  color: inherit;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hometopchild .opening-status__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.hometopchild .opening-status__message {
  font: inherit;
}

.hometopchild .opening-status__separator {
  color: inherit;
}

.hometopchild .opening-status__time {
  color: inherit;
  font: inherit;
  align-items: center;
  display: inline-flex;
}

.hometopchild .opening-status--open .opening-status__icon--status, .hometopchild .opening-status--open .opening-status__message {
  color: #1b8639;
}

.hometopchild .opening-status--closed .opening-status__icon--status, .hometopchild .opening-status--closed .opening-status__message {
  color: #ef4444;
}

.hometopchild .opening-status--closed svg {
  fill: currentColor;
  width: 14px;
  height: 14px;
}

@media (hover: hover) {
  .hometopchild:hover .restaurant-rating-badge, .hometopchild:focus .restaurant-rating-badge {
    opacity: .82;
  }
}

.archive-restaurants-description {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=bundle-restaurants.css.map */
