.footer {
  position: relative;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  padding-top: 2.5rem;
  padding-top: 7rem;
}

.footer .container-lg {
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
}

.footer a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
}

.footer a.btn-primary {
  transition: all 300ms ease;
}

.footer a.btn-primary:hover {
  color: var(--wp--preset--color--black);
}

.footer h4 {
  color: var(--wp--preset--color--white);
}

@media (min-width: 60rem) {
  .footer h4 {
    font-size: 0.6875rem;
    line-height: 1.25rem;
  }
}
.footer h4 > a {
  line-height: 1.875rem;
}

.footer h4 > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--wp--preset--color--primary);
}

@media (min-width: 60rem) {
  .footer {
    padding-top: 3.75rem;
    margin-top: 0;
  }
}
@media (min-width: 60rem) {
  .footer__wrapper {
    display: flex;
  }
}
.footer__menu {
  margin-bottom: 3rem;
}

@media (min-width: 60rem) {
  .footer__menu {
    width: 72.5%;
    margin-bottom: 0;
  }
  .footer__menu a {
    opacity: 0.6;
  }
  .footer__menu a.title {
    opacity: 1;
  }
  .footer__menu a.title:hover {
    text-decoration: underline;
    text-underline-offset: 0.3125rem;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--wp--preset--color--primary);
  }
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 60rem) {
  .footer__menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 60rem) {
  .footer__menu ul > li {
    width: 12rem;
  }
}
@media (min-width: 48rem) {
  .footer__info {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 60rem) {
  .footer__info {
    display: block;
  }
}
.footer__contact {
  margin-bottom: 1.625rem;
  text-align: center;
}

@media (min-width: 48rem) {
  .footer__contact {
    text-align: left;
  }
}
.footer__contact--text {
  margin-top: 0.5rem;
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 500;
}

@media (min-width: 48rem) {
  .footer__contact--text a {
    line-height: 1.125rem;
  }
}
.footer__contact--text p {
  font-size: 0.75rem;
}

.footer__social {
  margin-bottom: 1.625rem;
}

.footer__social--title {
  display: none;
}

@media (min-width: 48rem) {
  .footer__social--title {
    display: block;
  }
}
.footer__social--icons {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  width: 100%;
}

.footer__social--icons a {
  display: flex;
  align-items: center;
  height: 3rem;
  width: 3rem;
}

.footer__social--icons svg {
  transform: scale(2);
}

@media (min-width: 48rem) {
  .footer__social--icons {
    display: flex;
    position: relative;
    margin-top: 1.375rem;
    bottom: unset;
    background-color: transparent;
  }
  .footer__social--icons a:not(:last-child) {
    margin-right: 1.5rem;
  }
  .footer__social--icons svg {
    transform: scale(1);
  }
}
.footer__after-menu {
  margin-top: 2rem;
}

@media (min-width: 60rem) {
  .footer__after-menu {
    display: flex;
    align-items: center;
  }
}
.footer__after-menu--newsletter {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 60rem) {
  .footer__after-menu--newsletter {
    width: 72.5%;
    text-align: left;
  }
}
.footer__after-menu--newsletter h2 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}

@media (min-width: 48rem) {
  .footer__after-menu--newsletter h2 {
    font-size: 1rem;
  }
}
.footer__after-menu--newsletter .fields__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .footer__after-menu--newsletter .fields__wrapper {
    justify-content: flex-start;
  }
}
.footer__after-menu--newsletter .fields__wrapper > *:first-child {
  flex-grow: 1;
  margin-right: 0.5rem;
}

@media (min-width: 48rem) {
  .footer__after-menu--newsletter .fields__wrapper > *:first-child {
    flex-grow: 0;
    width: 50%;
  }
}
.footer__after-menu--newsletter .fields__wrapper input {
  font-family: var(--wp--preset--font-family--montserrat);
}

.footer__after-menu--newsletter .fields__wrapper input[type=email] {
  width: 100%;
  line-height: 2.5rem;
  background-color: transparent;
  box-shadow: 0 -1px 0 inset var(--wp--preset--color--white);
  padding: 0 0.5rem;
  color: white;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
}

.footer__after-menu--newsletter .fields__wrapper input[type=email]::placeholder {
  color: #9e9e9e;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.footer__after-menu--newsletter .form-caption {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.75rem;
  color: var(--wp--preset--color--white);
  opacity: 0.6;
}

@media (min-width: 48rem) {
  .footer__after-menu--newsletter .form-caption {
    max-width: 70%;
  }
}
.footer__after-menu--links {
  text-align: center;
}

.footer__after-menu--links span {
  display: block;
  text-align: center;
}

@media (min-width: 48rem) {
  .footer__after-menu--links span {
    display: inline-block;
  }
  .footer__after-menu--links span:not(:last-child) {
    margin-right: 1.25rem;
  }
  .footer__after-menu--links .btn-primary {
    margin-top: 0;
  }
}
.footer__after-menu--links .btn-primary {
  margin-top: 0.5rem;
}

.footer__colophon {
  margin-top: 3rem;
  padding-top: 1.1875rem;
  padding-bottom: 2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  display: block;
}

@media (min-width: 48rem) {
  .footer__colophon {
    margin-top: 5rem;
    padding-bottom: 3.125rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__colophon--links span {
  line-height: 1.5rem;
}

.footer__colophon--links span:not(:last-child) {
  position: relative;
  margin-right: 3rem;
}

.footer__colophon--links span:not(:last-child):after {
  content: "";
  position: absolute;
  left: calc(100% + 1.5rem);
  width: 1px;
  height: 70%;
  bottom: 0;
  background-color: var(--wp--preset--color--white);
}

.footer__colophon--links a {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
}

.footer__colophon--copyright p {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.6875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.footer__colophon--logo {
  width: 100%;
}

@media (min-width: 48rem) {
  .footer__colophon--logo {
    width: 13.75rem;
  }
}
.footer__colophon img {
  width: 80%;
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .footer__colophon img {
    margin-top: 0;
    width: 100%;
  }
}
