.site-footer {
  color: #AE2743;
  background-color: #EFEBDE;
  margin-top: 0;
}
.site-footer .site-logo g {
  fill: #AE2743;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-top: 3rem;
}
.site-footer__inner .menu {
  display: flex;
  list-style: none;
  margin: 0;
}
.site-footer__inner .menu .menu-item:not(:last-of-type) {
  margin-right: 40px;
}
.site-footer__inner .menu .menu-item a {
  color: #AE2743;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .site-footer__inner {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: none;
  }
}
.site-footer__social {
  display: flex;
  justify-content: center;
  color: #AE2743;
  margin: 15px 0;
}

.site-footer__social-icon {
  fill: #AE2743;
}
.site-footer__social-icon .icon {
  width: 40px;
  height: 40px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .site-footer__social-icon .icon {
    width: 45px;
    height: 45px;
  }
}

.site-footer__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .site-footer__logo {
    display: flex;
    flex-direction: column;
  }
}
.site-footer__logo .site-name {
  display: none;
}

.site-footer__addendum {
  color: #AE2743;
}
.site-footer__addendum .site-footer__addendum-inner.container {
  text-align: end;
}
.site-footer__addendum div#block-websitebyshout {
  display: contents;
}
.site-footer__addendum a {
  color: #AE2743;
  text-decoration: none;
}
.site-footer__addendum a:hover {
  color: #B57281;
}
.site-footer__addendum .region-addendum {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer__addendum .region-addendum {
    align-items: center;
    flex-direction: column;
  }
}

#block-sitebranding svg {
  width: 15rem;
}

#block-footer ul {
  list-style: none outside;
}
#block-footer a {
  color: #AE2743;
}
#block-footer a:hover {
  color: #B57281;
}

.site-footer__menus {
  padding-top: 3.5rem;
}

.webform-submission-subscribe-to-our-mailing-list-form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.webform-submission-subscribe-to-our-mailing-list-form .js-form-item-subscribe-to-our-mailing-list {
  display: flex;
  flex-direction: column;
}
.webform-submission-subscribe-to-our-mailing-list-form .js-form-item-subscribe-to-our-mailing-list input.form-email {
  border: 1px solid #AE2743;
  background-color: transparent;
  color: #AE2743;
  padding: 0.87rem;
  width: 100%;
  border-right: none;
  height: 3rem;
}
.webform-submission-subscribe-to-our-mailing-list-form .form-actions input {
  border: 1px solid #AE2743;
  background-color: transparent;
  color: #AE2743;
  padding: 0.9rem 3rem;
  height: 3rem;
}
.webform-submission-subscribe-to-our-mailing-list-form .form-actions input:hover {
  background-color: #AE2743;
  cursor: pointer;
  color: #F7F2E1;
}

#block-footer {
  padding-top: 4rem;
}

/* Social Network */
.social-network .field--name-body {
  display: flex;
  justify-content: flex-end;
  padding: 2vw;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
}
.social-network .field--name-body a {
  width: 3rem;
}
@media (max-width: 575.98px) {
  #block-sitebranding svg {
    width: 10rem;
  }
}