[data-gjs-type="main-gallery"].gallery-container{
    display: block !important;
}
/* Regular promo titles */
.promo-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.promo-title::before,
.promo-title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 12px;
  background: url("https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/inksi2d81phe09xb14y3ul5evt9s") no-repeat center;
  background-size: contain;
}

.promo-title::before {
  transform: scaleX(-1);
}

/* Special promo title (h1 with <small> and <span>) */
.promo-title.promo-title-span::before,
.promo-title.promo-title-span::after {
  content: none;
}

.promo-title-span {
  display: block;
  text-align: center;
}

.promo-title-span small {
  display: block;
  font-size: 0.6em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.promo-title-span span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.promo-title-span span::before,
.promo-title-span span::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 12px;
  background: url("https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/inksi2d81phe09xb14y3ul5evt9s") no-repeat center;
  background-size: contain;
}

.promo-title-span span::before {
  transform: scaleX(-1);
}

.section-title,
.text1.big {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.section-title::before,
.section-title::after,
.text1.big::before,
.text1.big::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 12px;
  background: url("https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/inksi2d81phe09xb14y3ul5evt9s") no-repeat center;
  background-size: contain;
}

.section-title::before,
.text1.big::before {
  transform: scaleX(-1);
}



.menu-price {
    color: var(--color-2);
}


.contact-grid h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.contact-grid h2::before,
.contact-grid h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 12px;
  background: url("https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/inksi2d81phe09xb14y3ul5evt9s") no-repeat center;
  background-size: contain;
}

.contact-grid h2::before {
  transform: scaleX(-1);
}

.home-grid img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0px 0px 15px var(--color-2-opacity);
}

.uk-subnav-pill>*>:first-child {
    color: var(--color-3);
    background-color: var(--color-4);
}

.uk-subnav-pill>.uk-active>a{
    color: var(--color-2);
    background-color: var(--color-3);
}

.uk-subnav-pill>*>a:hover {
    color: var(--color-2);
    background-color: var(--color-1);
}


.cook-catch-flyer {
  background: transparent;
  padding: 18px;
  display: flex;
  justify-content: center;
}

.cook-catch-flyer .ccf {
  max-width: 860px;
  margin: 0 auto;
  background: #17171b;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
  color: #fff6e1;
  overflow: hidden;
}

.cook-catch-flyer .ccf-top {
  background: #d97706;
  padding: 12px 16px;
  text-align: center;
}

.cook-catch-flyer .ccf-tag {
  margin: 0;
  color: #fffaf0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .06em;
  font-size: clamp(16px, 2.2vw, 22px);
}

.cook-catch-flyer .ccf-hero {
  margin: 0;
  background: #0d0d0e;
}

.cook-catch-flyer .ccf-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Fish styles row */
.cook-catch-flyer .ccf-fish-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #151518;
  padding: 16px 22px;
}

.cook-catch-flyer .ccf-fish-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: #0f1317;
  border: 2px solid #283039;
  border-radius: 14px;
  padding: 8px 10px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .35);
}

.cook-catch-flyer .ccf-fish {
  width: 64px;
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .5)) drop-shadow(0 8px 14px rgba(0, 0, 0, .4));
}

.cook-catch-flyer .ccf-fish-label {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(14px, 2vw, 18px);
  color: #ffffff;
}

.cook-catch-flyer .ccf-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6edcf;
  opacity: .9;
}

.cook-catch-flyer .ccf-line {
  margin: 8px 16px 0;
  text-align: center;
  font-weight: 300;
  letter-spacing: .02em;
}

.cook-catch-flyer .ccf-line-1 {
  font-size: clamp(22px, 3.2vw, 36px);
  color: #efe2bf;
}

.cook-catch-flyer .ccf-line-2 {
  font-size: clamp(26px, 4vw, 44px);
  color: #ffffff;
}

/* Center the price circle */
.cook-catch-flyer .ccf-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
}

.cook-catch-flyer .ccf-badge {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f5d6a1;
  color: #1b1408;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
  box-shadow: inset 0 -9px 0 rgba(0, 0, 0, .16), 0 12px 20px rgba(0, 0, 0, .5);
}

.cook-catch-flyer .ccf-badge-top {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #000;
}

.cook-catch-flyer .ccf-badge-price {
  font-size: 40px;
  font-weight: 1000;
  line-height: 1;
}

.cook-catch-flyer .ccf-badge-sub {
  font-size: 13px;
  font-weight: 900;
  margin-top: 4px;
}

.cook-catch-flyer .ccf-band {
  background: #c28b57;
  color: #fff;
  border-radius: 14px;
  margin: 8px 16px 12px;
  padding: 18px 20px;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(18px, 3vw, 28px);
}

.cook-catch-flyer .ccf-foot {
  text-align: center;
  color: #f4e9c7;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

/* Responsive adjustments */
@media (max-width: 700px) {
  .cook-catch-flyer .ccf-fish-row {
    flex-direction: column;
    gap: 18px;
  }

  .cook-catch-flyer .ccf-dot {
    display: none;
  }

  .cook-catch-flyer .ccf-fish-item {
    flex-direction: row;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
  }

  .cook-catch-flyer .ccf-fish-label {
    font-size: 16px;
  }
}

[uk-cover] {
  object-fit: cover;
}

.fc .fc-col-header-cell-cushion, .fc .fc-daygrid-day-number, .fc .fc-toolbar-title, .fc .fc-button-group>.fc-button.fc-button-active, .fc .fc-button-group>.fc-button:active, .fc .fc-button-group>.fc-button:focus, .fc .fc-button-group>.fc-button:hover, .fc .fc-daygrid-day-bg .fc-non-business, .fc .fc-timegrid-col-bg .fc-non-business, .fc .fc-button:hover .fc-icon {
  color: var(--color-3) !important;
}

.gallery-container.d-none{
  display: block !important;
}