.decoration{
  background-image: url('/themes/ledburystudio/img/footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 270px;
  padding-inline: 3rem;
  padding-bottom: 1.75rem;
  align-items: flex-end;
}.decoration .img{
  flex-grow: 0;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.7));
}

footer.flex.spread {
  background-color: var(--off-black);
  color: var(--white);
  padding: 2.5rem 50px 3rem 44px;
  align-items: flex-start;
  column-gap: 1.5rem;
}footer.flex.spread > div {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}footer.flex.spread > div:nth-child(2),
footer.flex.spread > div:nth-child(3),
footer.flex.spread > div:last-child {
  text-align: left;
  justify-content: flex-start;
}footer.flex.spread > div:nth-child(3),
footer.flex.spread > div:nth-child(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2rem;
}footer.flex.spread h2 {
  font-family: starling, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  color: var(--white);
  margin: 0 0 1.25rem;
  text-transform: none;
  letter-spacing: normal;
}footer.flex.spread address {
  font-style: normal;
  font-family: open-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--white);
}footer.flex.spread ul {
  list-style: none;
  margin: 0;
  padding: 0;
}footer.flex.spread ul li {
  margin-bottom: 0.4rem;
}
footer.flex.spread > div:nth-child(1) a,
footer.flex.spread > div:nth-child(2) a {
  font-family: open-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--white);
  text-transform: none;
  letter-spacing: normal;
  padding-inline: 0;
  margin-inline: 0;
}footer.flex.spread > div:nth-child(3) a {
  font-family: starling, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--white);
  text-transform: none;
  letter-spacing: normal;
  padding-inline: 0;
  margin-inline: 0;
}footer.flex.spread > div:nth-child(3) li {
  margin-bottom: 0.6rem;
}

.footer-mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .footer-mobile-only {
    display: block;
  }
}footer.flex.spread > div:nth-child(4) p {
  margin: 0;
}footer.flex.spread > div:nth-child(4) a {
  font-family: starling, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-inline: 0;
  margin-inline: 0;
  text-decoration: none;
}


section#legal {
  background-color: var(--off-black);
  border-top: none;
  padding: 1rem 50px 1.25rem 44px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  clear: both;
}section#legal p {
  margin: 0;
  font-family: open-sans, sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  color: var(--white);
}section#legal nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}section#legal nav li {
  margin: 0;
}section#legal a {
  font-family: open-sans, sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  color: var(--white);
  text-transform: none;
  letter-spacing: normal;
  padding-inline: 0;
  margin-inline: 0;
}

@media (max-width: 1024px) {
  footer.flex.spread {
    padding: 2.5rem 1.75rem 2.5rem;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 2rem;
  }

  footer.flex.spread > div:nth-child(1),
  footer.flex.spread > div:nth-child(2) {
    display: none;
  }

  footer.flex.spread > div {
    flex: 0 0 calc(50% - 1rem);
  }

  footer.flex.spread > div:nth-child(3),
  footer.flex.spread > div:nth-child(4) {
    border-left: none;
    padding-left: 0;
  }

  section#legal {
    padding: 1rem 1.75rem 1.25rem !important;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media (max-width: 600px) {
  footer.flex.spread > div {
    flex: 0 0 100%;
  }

  footer.flex.spread > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
  }

  section#legal {
    flex-direction: column;
    align-items: flex-start;
  }
}
