.link--faded {
  color: var(--text-link);
}

.link--faded:hover {
  color: var(--primary_hover);
}

.footer__item-content p a {
  letter-spacing: 0;
  color: var(--text-link);
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}

.footer__item-content p a {
  color: var(--primary);
}

.footer__item-content p a:hover {
  color: var(--primary);
}

.footer__item-content-list {
  display: flex;
  margin: 0 0 20px;
}

.footer__item-content p a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  margin-top: 0;
  font-family: var(--hd-font-family);
  color: var(--color-accent-3);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: none;
  padding-left: 3px;
}

.footer__item-content img {
  margin-bottom: 31px;
}

.footer__inner {
  overflow: hidden;
}

.content-2 h5 {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 0;
  font-family: var(--hd-font-family);
  margin: 0;
}

.footer .social-media__link {
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #424242;
  color: var(--color-accent-6);
}

.footer .social-media {
  flex-direction: row;
  align-items: start;
  gap: 5px;
  margin: 0;
}

.footer .text-center .social-media {
  justify-content: center;
}

.footer .text-right .social-media {
  justify-content: end;
}

.text-center .footer__image {
  margin-left: auto;
  margin-right: auto;
}

.text-right .footer__image {
  margin-left: auto;
}

.footer .social-media__item {
  margin: 0;
  box-shadow: none;
}

.footer__item-list {
  gap: 30px 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 calc(-1 * var(--container-distance));
}

.footer .social-media__link svg.icon {
  display: block;
}

.footer .social-media__item:before {
  display: none;
}

.footer .text-social {
  display: none;
}

.footer .linklist__item a {
  line-height: 30px;
  position: relative;
  z-index: 9;    
}

.footer__item-content svg {
  width: 16px;
  height: 16px;
}

.footer__item-content span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 55px;
  text-align: center;
  background-color: var(--primary-2);
}

.footer__item-content p {
  margin: 0;
}

.content-2 p {
  margin: 10px 0 0;
}

.footer-item__1 .footer__item-content p {
  padding: 0 70px 0 0;
}

.content-2 {
  margin: 10px 0 10px;
}

.footer .logo-footer.footer__item-title {
  margin-bottom: 30px;
  padding: 0;
}

/* NEWSLETTER */
.footer .wp-newsletter-input {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.footer .button-newsletter > .ap-text-loaderbutton {
  padding: 0 6px;
}

.footer .ap-text-loaderbutton {
  flex-direction: row;
  gap: 7px;
  font-family: var(--hd-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: math-auto;
}

.footer .input__field {
  border: none;
  border-radius: 50px;
}

.footer .input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
  flex: 1;
  width: 100%;
}

.input-icon svg {
  width: 27px;
  height: 27px;
}

.input-mail {
  width: 100%;
}

.footer .input__label {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  left: 0;
  right: 0;
  text-align: center;

}

.js .no-focus-outline *:focus {
  box-shadow: none;
}

.footer .button-newsletter {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  font-family: var(--hd-font-family);
  font-weight: 600;
  border: none;
  position: relative;
  height: var(--form-input-field-height);
  width: var(--form-input-field-height);
  border-radius: 50px;
  text-transform: math-auto;
}

.footer-description {
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.footer__item-title {
  color: rgb(var(--heading-color));
}

.newsletter-footer .footer__item-title{
  color: var(--primary);
  font-family: var(--hd-font-family);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.footer__item-title.sub-heading{
  font-family: var(--hd-font-family);
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
}

.text-right .footer__item-menu {
  justify-content: end;
}

.text-center .footer__item-menu {
  justify-content: center;
}

/* END  */
@media (max-width: 1300px) {
  .footer__item-list > div:first-child {
    padding-right: 15px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .footer__item-list > div:first-child {
    border: none;
  }
}

@media (max-width: 767px) {
  .footer__item-content {
    padding: 0;
  }
  .footer__item-content img,
  .logo-footer .footer__image {
    margin: auto;
  }
  .footer__item {
    width: 100%;
    text-align: center;
  }
  .footer__inner {
    padding: 60px 0;
  }
  .footer__image {
    margin: auto;
  }
  .footer .social-media {
    justify-content: center;
  }
  .footer__item-content-list {
    flex-direction: column;
    gap: 15px;
  }
  .footer__item-content-text {
    padding-left: 0;
  }
  .footer-item__1 .footer__item-content p {
    padding: 0;
  }
}

@media (max-width: 380px) {
  .footer .input-row {
    width: 100%;
  }
  .footer .button-newsletter {
    padding: 0;
  }
}
