.header-slider .slick-dots {
  bottom: 3% !important;
}
.header-slider .wp-block-cover {
  padding: 6em 1em;
}
@media (min-width: 1000px) {
  .header-slider .wp-block-cover {
    padding: 16em 1em;
  }
}

.first-section .wp-block-column:not(:only-child) {
  flex-basis: 100% !important;
}
@media (min-width: 800px) {
  .first-section .wp-block-column:not(:only-child) {
    flex-basis: auto;
  }
}
.first-section .wp-block-column:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 1500px) {
  .first-section {
    margin: -200px -80px 0px;
    position: relative;
    background: #fff;
    padding: 40px 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}

body:not(.home) .site-content {
  padding: 100px 0px;
}
body.privacy-policy h1,
body.privacy-policy h2,
body.privacy-policy h3 {
  font-family: auto;
}

.langolino-footer {
  background: #2f383d;
  color: #ccc;
  border-top: 4px solid #d3a500;
  padding: 40px;
  font-size: 0.8em;
}
.langolino-footer > * {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .langolino-footer > * {
    flex-direction: row;
  }
}
.langolino-footer h1,
.langolino-footer h2,
.langolino-footer h3 {
  color: #fff;
}
.langolino-footer .widget {
  flex: 1;
  margin: 40px 0px;
  text-align: center;
}
@media (min-width: 600px) {
  .langolino-footer .widget {
    margin: 0px 40px;
  }
}
@media (min-width: 1000px) {
  .langolino-footer .widget {
    margin: 0px 100px;
  }
}
.langolino-footer .op-closed {
  color: #ccc;
}
.langolino-footer .op-cell-description {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.weekly-menu,
.lunch-menu,
.dinner-menu {
  display: flex;
  justify-content: center;
}
.weekly-menu img,
.lunch-menu img,
.dinner-menu img {
  border-radius: 14px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.is-style-outline a.wp-block-button__link {
  border-width: 1px;
}

.restaurant-menu .dishes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4em;
}
.restaurant-menu .dishes .category {
  flex: 1 1 26em;
}
.restaurant-menu .dishes .category > .name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.4em;
}
.restaurant-menu .dishes .category > .name h2 {
  margin-bottom: 0em;
}
.restaurant-menu .dishes .category > .description {
  margin-top: 2em;
}
.restaurant-menu .dishes .category .dish {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.restaurant-menu .dishes .category .dish .number {
  flex: 0 1 auto;
}
.restaurant-menu .dishes .category .dish .number.digits-2 {
  flex-basis: 1.4em;
}
.restaurant-menu .dishes .category .dish .number.digits-3 {
  flex-basis: 2em;
}
.restaurant-menu .dishes .category .dish .rest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.restaurant-menu .dishes .category .dish .rest .name {
  font-size: 1.1em;
  font-weight: bold;
}
.restaurant-menu .dishes .category .dish .rest .allergies {
  font-size: 0.6em;
  margin-top: 0.1em;
  margin-left: 0.4em;
}
.restaurant-menu .dishes .category .dish .rest .price {
  margin-left: auto;
}
.restaurant-menu .dishes .category .dish .rest .description {
  flex-basis: 100%;
  font-size: 0.9em;
}
.restaurant-menu .allergies {
  margin-top: 2em;
}

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