@media (min-width: 1281px) {
  .footer-upper.newsletter-email {
    max-width: 460px;
    float: right;
    width: 100%;
  }
}

.newsletter .title strong {
  font-weight: normal;
  color: black;
}

@media (max-width: 1025px) {
  .footer-logo {
    width: 72%;
    height: 130px;
    background-size: contain;
    margin: auto;
  }

  .footer-block ul {
    display: none;
    padding: 10px 0;

  }

  .footer_inner {
    width: 86%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-top: 2%;
  }

  .footer-block ul {
    display: none;
    padding: 10px 0;

  }
}

@media (min-width: 500px) {
  .theme-iconsmobile {
    display: none !important;
  }

  .footer-lower-inside {
    width: 75%;
    margin: auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 5px;
  }
}

.footer .footer-upper .newsletter-email {
  margin: auto;
  float: right;
  width: 100%;
}


.footer-lower {
  background-color: white;
}




.newsletter .title strong {
  font-weight: normal;
  color: black;
}

.footer-logo {
  background-repeat: no-repeat;
  background-position: center;
  height: 88px;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media (max-width: 1025px) {
  .footer-logo {
    width: 72%;
    height: 130px;
    background-size: contain;
    margin: auto;
  }

  .footer-block ul {
    display: none;
    padding: 10px 0;
  }

  .footer_inner {
    width: 86%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-top: 2%;
  }
}


.footer .footer-upper .newsletter-email {
  margin: auto;
  float: right;
  width: 100%;
}

.footer-upper-newsletter .newsletter .title {
  text-align: center;
}


  .footer-upper-newsletter .newsletter .title strong {
    font-weight: normal;
    color: white;
  }

  .footer-upper-newsletter .newsletter-email {
    display: flex;
    margin: 0 auto;
    gap: 1%;
    justify-content: center;
    max-width: 100% !important;
  }

  .footer-upper-newsletter .newsletter .title {
    display: none;
  }


.footer-upper .newstitle {
  display: none;
}

.footer-upper-newsletter .newsletter div#newsletter-subscribe-block {
  width: 100%;
  margin-top: 1%;
}

input#newsletter-email input::placeholder {
  color: white !important;
}

#newsletter-email input::placeholder {
  color: #fff !important;
}


.address_footer h1 {
  font-size: 14px;
  text-align: right;
  margin-top: 0;
}

.categoryIcon {
  display: none;
}



@media (max-width: 1000px) {
  .footer-block ul {
    display: none;
    padding: 10px 0;

  }
}

@media (min-width: 700px) {
  .theme-iconsmobile {
    display: none !important;
  }
}

@media (max-width: 500px) {

  .footer-middle .footer-block:nth-child(3) {
    padding-right: 0;
    margin-right: 0;
  }

  .footer-upper .newstitle {
    color: white;
    font-size: 12px !important;
    font-weight: lighter;
    text-align: center;
  }

  .footer-upper-newsletter .newsletter .newsletter-email .newsletter-subscribe-text {
    float: right;
    width: 322px;
    height: 38px;
    border-radius: 0;
    color: white !important;
  }

  .footer-upper-newsletter {
    background-color: #4D4D4F;
    padding-top: 4%;
    padding-bottom: 4%;
    margin-top: 6%;
  }

  .footer-lower {
    padding: 2% 20px;
  }

  .footer-upper {
    margin-bottom: 4%;
  }

  .footer-logo {
    width: 48%;
    height: 90px;
    background-size: contain;
    margin: auto;
  }

  .footer-upper .social-icons {
    margin-top: 0;
  }
}



