/* Responsive public footer layout. */

.footer {
  box-sizing: border-box;
  max-width: 1172px;
  padding: 0 32px 32px;
  width: 100%;
}

.footer_separator {
  margin-bottom: 32px;
}

.footer-responsive-layout {
  display: grid;
  gap: 24px;
  grid-template-areas:
    "catering events contact";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 320px);
}

.footer-responsive-row {
  display: contents;
}

.footer-responsive-layout .footer_content {
  margin: 0;
  width: auto;
}

.footer-responsive-layout .footer_content > .content-formatted {
  height: 100%;
  margin: 0;
}

.footer-responsive-brand-catering {
  grid-area: catering;
}

.footer-responsive-brand-events {
  grid-area: events;
}

.footer-responsive-contact {
  grid-area: contact;
}

.footer-responsive-unused,
.footer-responsive-social-source {
  display: none !important;
}

.footer-responsive-brand > .content-formatted {
  align-content: start;
  display: grid;
  gap: 12px;
}

.footer-responsive-brand > .content-formatted > * {
  margin: 0 !important;
  width: 100% !important;
}

.footer-responsive-brand-spacer {
  display: none !important;
}

.footer-responsive-brand > .content-formatted > .image-container:first-child,
.footer-responsive-brand > .content-formatted > .edys-gallery-area:first-child {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.footer-responsive-brand > .content-formatted > .image-container:first-child .edy-padding-resizer-wrapper {
  height: 100%;
  padding-bottom: 0 !important;
}

.footer-responsive-brand > .content-formatted > .image-container picture {
  height: 100% !important;
  inset: 0 !important;
  width: 100% !important;
}

.footer-responsive-brand > .content-formatted > .image-container:first-child img {
  height: 100% !important;
  object-fit: cover;
  position: static !important;
  width: 100% !important;
}

.footer-responsive-brand > .content-formatted > .image-container:not(:first-child),
.footer-responsive-brand > .content-formatted > .edys-gallery-area:not(:first-child) {
  aspect-ratio: 3 / 1;
  background: #000000;
  overflow: hidden;
}

.footer-responsive-brand > .content-formatted > .image-container:not(:first-child) .edy-padding-resizer-wrapper {
  height: 100%;
  padding-bottom: 0 !important;
}

.footer-responsive-brand > .content-formatted > .image-container:not(:first-child) img,
.footer-responsive-brand > .content-formatted > .edys-gallery-area:not(:first-child) img {
  display: block;
  height: 100% !important;
  object-fit: contain;
  position: static !important;
  width: 100% !important;
}

.footer-responsive-brand .edys-gallery-wall-inner,
.footer-responsive-brand .edys-gallery-wall-item {
  height: 100% !important;
  width: 100% !important;
}

.footer-responsive-brand .edys-gallery-wall-loader {
  display: none !important;
}

.footer-responsive-contact-content {
  align-content: center;
  display: grid;
  gap: 22px;
  justify-items: center;
  min-height: 100%;
  text-align: center;
}

.footer-responsive-contact-content > *:not(.footer-responsive-awards):not(.footer-responsive-contact-details):not(.footer-responsive-social) {
  display: none !important;
}

.footer-responsive-awards,
.footer-responsive-awards .edys-gallery {
  align-items: center;
  display: flex !important;
  gap: 10px;
  justify-content: center;
  margin: 0 !important;
  width: 100% !important;
}

.footer-responsive-awards .edys-gallery-item,
.footer-responsive-awards .edys-gallery-image {
  height: 76px !important;
  margin: 0 !important;
  object-fit: contain;
  width: 76px !important;
}

.footer-responsive-contact-details {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
  line-height: 1.45;
}

.footer-responsive-contact-link {
  color: inherit !important;
  text-decoration: none !important;
}

.footer-responsive-contact-link:hover,
.footer-responsive-contact-link:focus-visible {
  text-decoration: underline !important;
}

.footer-responsive-social {
  display: flex !important;
  gap: 8px;
  justify-content: center;
  margin: 0 !important;
}

.footer-responsive-social .edy-content-social-button {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.footer-responsive-social .edy-content-social-button svg {
  height: 44px;
  width: 44px;
}

@media screen and (max-width: 1100px) {
  .footer {
    max-width: 824px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_separator {
    margin-bottom: 24px;
  }

  .footer-responsive-layout {
    grid-template-areas:
      "catering events"
      "contact contact";
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: center;
  }

  .footer-responsive-contact {
    justify-self: center;
    max-width: 720px;
    min-height: 200px;
    width: 100% !important;
  }

  .footer-responsive-contact-content {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 1fr);
    grid-template-rows: auto auto;
    padding-top: 8px;
  }

  .footer-responsive-awards {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .footer-responsive-contact-details {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-responsive-social {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    max-width: none;
    padding: 0 16px 24px;
  }

  .footer_separator {
    margin-bottom: 20px;
  }

  .footer-responsive-layout {
    gap: 24px 12px;
    grid-template-areas:
      "catering events"
      "contact contact";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-responsive-brand > .content-formatted {
    display: block;
  }

  .footer-responsive-brand > .content-formatted > .image-container:first-child {
    display: none !important;
  }

  .footer-responsive-brand > .content-formatted > .image-container:not(:first-child),
  .footer-responsive-brand > .content-formatted > .edys-gallery-area:not(:first-child) {
    aspect-ratio: 3 / 1;
  }

  .footer-responsive-contact {
    min-height: 0;
  }

  .footer-responsive-contact-content {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
  }

  .footer-responsive-awards,
  .footer-responsive-contact-details,
  .footer-responsive-social {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-responsive-awards .edys-gallery-item,
  .footer-responsive-awards .edys-gallery-image {
    height: 68px !important;
    width: 68px !important;
  }

  .footer-responsive-contact-details {
    font-size: 14px;
    gap: 6px;
  }
}
