/**
* typography.scss
*
* Styles for website typography
*  
*/
/**
* elements.scss
*
* Styles for specific website elements
*  
*/
/**
*  settings.scss
*
*  Settings and variables for this theme
*/
/**
* Colors
* --------------------------------------------------------------------
*/
/**
* Other
* --------------------------------------------------------------------
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-size: 12px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 4px;
  border: 1px solid #C8CDD3;
}

.menu-item-card {
  background: white;
  box-shadow: 0 6px 20px rgba(34, 34, 34, 0.15);
  border: 1px solid #C8CDD3;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.menu-item-card figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 0;
}
.menu-item-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item-card figure .item-highlight {
  position: absolute;
  background: #222222;
  color: #fff;
  top: 8px;
  left: 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 16px;
}
.menu-item-card figure .item-highlight.green {
  background-color: #415C1D;
}
.menu-item-card .menu-item-content {
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-item-card .menu-item-content .menu-item-details .menu-item-title {
  display: block;
  font-family: "Besley", serif;
  font-weight: 400;
  font-size: 18px;
}
.menu-item-card .menu-item-content .menu-item-actions {
  border-top: 1px solid #C8CDD3;
  padding-top: 0.5em;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item-card .menu-item-content .menu-item-actions .order-now-btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.menu-item-card .menu-item-content .item-links {
  display: flex;
  gap: 10px;
  align-items: center;
}
.menu-item-card .menu-item-content .item-flags {
  display: flex;
  gap: 6px;
  align-items: center;
}
.menu-item-card .menu-item-content .item-flags .item-flag {
  width: 16px;
  height: 16px;
  display: block;
}
.menu-item-card .menu-item-content .item-flags .item-flag svg {
  width: 100%;
  height: 100%;
}

.wp-block-list li {
  margin-bottom: 1em;
}

/**
* header.scss
*
* Styles for website header
*  
*/
#header-top-bar .top-bar-nav {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  gap: 8px;
}
#header-top-bar .top-bar-nav a {
  background: white;
  color: black;
  padding: 10px 24px 12px;
  border-radius: 4px 4px 0 0;
  transition: none;
}
#header-top-bar .top-bar-nav .top-bar-catering a {
  background: transparent;
  color: white;
}
#header-top-bar .top-bar-nav .top-bar-catering a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#header-top-bar .swiper-wrapper {
  min-height: 20px !important;
}
#header-top-bar .swiper-wrapper .swiper-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.main-navigation .menu-item .menu-link {
  border: none !important;
}

/* Catering page (ID: 19) styles for top nav */
.page-id-19 #header-top-bar .top-bar-nav .top-bar-home a {
  background: transparent;
  color: white;
}
.page-id-19 #header-top-bar .top-bar-nav .top-bar-home a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.page-id-19 #header-top-bar .top-bar-nav .top-bar-catering a {
  background: white;
  color: black;
}
.page-id-19 #header-top-bar .top-bar-nav .top-bar-catering a:hover {
  background: white;
}

/**
* footer.scss
*
* Styles for website footer
*  
*/
.footer-main-nav {
  text-transform: uppercase;
  font-weight: 800;
}

.footer-main-nav,
.footer-secondary-nav {
  gap: 10px 20px;
}
@media (min-width: 544px) {
  .footer-main-nav,
  .footer-secondary-nav {
    gap: 0px 20px;
  }
}

@media (max-width: 544px) {
  .footer-main-nav,
  .footer-secondary-nav,
  .footer-disclaimer-nav {
    justify-content: center;
  }
}
.footer-main-nav li a,
.footer-secondary-nav li a,
.footer-disclaimer-nav li a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.footer-main-nav li a::before,
.footer-secondary-nav li a::before,
.footer-disclaimer-nav li a::before {
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  right: 50%;
  height: 1px;
  background-color: transparent;
  transform: scale(0, 0) translate(-20%, 0);
  transition: transform 0.2s ease-in-out, color 0s ease-in-out;
}
.footer-main-nav li a:hover::before,
.footer-secondary-nav li a:hover::before,
.footer-disclaimer-nav li a:hover::before {
  width: 100%;
  background-color: currentColor;
  transform: scale(1, 1) translate(50%, 0);
}

.footer-disclaimer-nav {
  row-gap: 10px;
}

/**
*  pages.scss
*
*  Styles for website pages
*  
*  0.  General
*  1.  Home
*  2.  About
*  3.  Legal
*  4.  
*  5.  
*  6.  
*  7.  
*  8.  
*/
/**
*  --------------------------------------------------------------------
*  0. General
*  --------------------------------------------------------------------
*/
.page-header-banner .page-header-content,
.page-header-banner .hero-slider-content,
.hero-slider .page-header-content,
.hero-slider .hero-slider-content {
  padding: 1em !important;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid white !important;
  box-shadow: 0 6px 20px rgba(34, 34, 34, 0.15);
}
@media (min-width: 1200px) {
  .page-header-banner .page-header-content,
  .page-header-banner .hero-slider-content,
  .hero-slider .page-header-content,
  .hero-slider .hero-slider-content {
    border: none !important;
    background: none;
    backdrop-filter: none !important;
    padding: 0 !important;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .page-header-banner .page-header-content .header-content-light,
  .page-header-banner .hero-slider-content .header-content-light,
  .hero-slider .page-header-content .header-content-light,
  .hero-slider .hero-slider-content .header-content-light {
    color: black !important;
  }
  .page-header-banner .page-header-content .header-content-light .uagb-heading-text,
  .page-header-banner .hero-slider-content .header-content-light .uagb-heading-text,
  .hero-slider .page-header-content .header-content-light .uagb-heading-text,
  .hero-slider .hero-slider-content .header-content-light .uagb-heading-text {
    color: black !important;
  }
}

h1.entry-title {
  margin-top: 40px;
}
@media (min-width: 921px) {
  h1.entry-title {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  h1.entry-title {
    margin-top: 0px;
  }
}

.link-button a {
  padding: 0 !important;
}

/**
*  gravityforms.scss
*
*  Gravity Forms specific styles
*/
.gform-body select {
  line-height: var(--gf-local-line-height);
}

.gform_footer {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.gform_footer input[type=submit] {
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: var(--ast-blog-title-font-weight) !important;
  border-radius: 4px !important;
  background: black !important;
  color: white !important;
}
.gform_footer .recaptcha-terms {
  font-size: 14px;
}

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