/* ========================================================================
   Component: Footer
 ========================================================================== */

.spw-footer {
  background-color: #fff;
}

.spw-footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spw-footer-social,
.spw-footer-main {
  width: 100%;
  text-align: center;
}

.uk-footer-navigation {
  padding: 0;
}

.spw-footer__title,
.spw-footer__subtitle {
  text-align: center;
}

.spw-footer__subtitle {
  margin-top: 0;
}

.spw-footer__description {
  margin-bottom: 0;
}

.spw-footer__divider {
  margin: 0;
}

.spw-footer__nav-item {
  text-align: center;
  min-height: 65px !important;
}

.spw-footer-copyright {
  padding-top: 16px;
  padding-bottom: 16px;
}

.spw-footer-contact {
  text-align: center;
  width: 80%;
  margin: auto;
}

.spw-footer-contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.spw-footer-contact__title {
  font-weight: bold;
}

.spw-footer-contact__icon {
  font-size: 1.5rem;
  padding-top: 0;
  margin-left: 0;
}

.spw-footer-contact__text {
  margin-top: 0.5rem;
}

.spw-footer-contact__link {
  margin-top: 0.5rem;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: underline;
  color: #4f4f4f;
}

.spw-footer-cards {
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
}

.spw-footer-cards img {
  height: 100%;
  width: 55px;
  margin-right: 0.5rem;
}

.spw-footer-copyright__item {
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #a1a1b0;
  text-align: center;
}

.spw-footer-copyright__link {
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: inherit;
}

.spw-footer-copyright__divider {
  height: 20px;
  margin: 0 1rem;
}

.spw-footer-social__icon {
  text-align: center;
  padding: 5px 0;
}

/* white-content-settings */
.uk-light .spw-footer__nav-item,
.uk-light .spw-footer-copyright__item,
.uk-light .socicon,
.uk-light .spw-footer-contact__icon {
  color: white !important;
}

.social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .spw-footer__nav-item {
    min-height: 80px !important;
  }

  .spw-footer-social,
  .spw-footer-main {
    width: 80%;
    margin: auto;
  }

  .spw-footer-social {
    margin-top: 1rem
  }

  .spw-footer-contact {
    width: 100%;
  }

}

@media (min-width: 960px) {
  .spw-footer-social,
  .spw-footer-main {
    width: 100%;
  }

  .spw-footer-main,
  .spw-footer__title,
  .spw-footer__subtitle {
    text-align: left;
  }

  .spw-footer-cards {
    justify-content: start;
  }

  .spw-footer__nav-item {
    min-height: 80px !important;
  }

  .spw-footer-content {
    padding-top: 70px;
    padding-bottom: 30px ;
  }

  .uk-footer-navigation {
    padding: 0 25px;
  }

  .spw-footer-contact {
    text-align: right;
  }

  .spw-footer-contact-wrapper {
    flex-direction: row;
    align-items: start;
    justify-content: flex-end;
  }

  .spw-footer-contact__icon {
    padding-top: 0.5rem;
    margin-left: 1rem;
  }

  .swp-footer-bottom-social {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .swp-footer-bottom-social .spw-footer-social__icon {
    margin: 0 0.5rem;
  }
}
