.site-footer {
  background-color: black !important;
  padding: 2rem 1rem 0 !important;
  background-image: url("https://streetweardealers.gr/wp-content/themes/MedAdviceSF/assets/black-paper.png");
}

.site-footer .logo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-footer .logo-wrapper .site-branding {
  width: 300px;
}

.site-footer .footer-widgets {
  padding-top: 1rem !important;
}

.site-footer .footer-widgets .widget {
  margin: 0;
}

.site-footer .footer-widgets .widget-title {
  color: white !important;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-widgets .widget-title {
    display: block;
  }

  .site-footer .footer-widgets .widget_nav_menu {
    text-align: center;
  }

  .site-footer .footer-widgets .widget-title::after {
    content: "+";
    margin-left: 5px;
  }

  .site-footer .footer-widgets .widget-title.open {
    font-weight: 600;
  }

  .site-footer .footer-widgets .widget-title.open::after {
    content: "-";
  }

  .site-footer
    .footer-widgets
    .widget_nav_menu
    > div:not(.menu-footer-menu-social-container) {
    display: none;
  }
}

/* .site-footer .footer-widgets .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
} */

.site-footer .footer-widgets .menu > li {
  margin-bottom: 5px;
  padding-left: 0;
}

.site-footer .footer-widgets .menu > li::before {
  display: none;
}

.site-footer .footer-widgets .menu > li > a {
  color: var(--grey);
  text-decoration: none;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-widgets .menu:not(#menu-footer-menu-social) {
    flex-direction: column;
  }

  .site-footer .footer-widgets .menu > li {
    padding: 0 !important;
  }
}

/* Social media menu */

#menu-footer-menu-social > li {
  max-width: 50px;
  padding: 7px;
}

/* site info */

.site-footer .site-info {
  padding: 2rem 5px 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer .site-info a {
  color: white !important;
  text-decoration: none;
}

/*Custom prefooter*/

div.payment_vendors {
  width: 70%;
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.payment_vendors img {
  /* filter: grayscale(1); */
}

@media screen and (max-width: 767px) {
  div.payment_vendors {
    width: 15%;
  }
}

.med-prefooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .med-prefooter {
    flex-direction: column;
  }
}

.med-prefooter > div {
  min-height: 150px;
}

.med-prefooter .left,
.med-prefooter .middle,
.med-prefooter .right {
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem;
  background-color: var(--grey);
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .med-prefooter .left,
  .med-prefooter .middle,
  .med-prefooter .right {
    width: 100% !important;
    padding: 1rem;
  }
}

.med-prefooter img.prefooter-icon {
  max-width: 100px;
}

.med-prefooter p.prefooter-text {
  max-width: 75%;
  color: black;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  transform: translatey(0.5rem);
}

/* End prefooter */

/* MC subsribe footer form */

.footer-mc-container {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-mc-container h2 {
  color: white !important;
  font-family: var(--global-alt-font);
  font-size: 1.3rem;
}

.footer-mc-container p {
  color: white;
  font-family: var(--base-font);
}

.footer-mc-container a {
  color: white !important;
  text-decoration: none !important;
  font-family: var(--global-alt-font);
  font-size: 1.2rem;
}

.footer-mc-container a::before,
.footer-mc-container a::after {
  content: " - ";
}

/* footer social */

.footer-social-wrapper.horizontal {
  display: flex;
  justify-content: center;
}

.footer-social-wrapper.vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-social-wrapper > a {
  margin: 7px;
}

/* footer mailchimp */

.et_bloom_form_header {
  font-family: var(--base-font) !important;
}

.et_bloom_form_text * {
  text-align: center !important;
  width: 100% !important;
  font-family: var(--base-font) !important;
}

.et_bloom_form_text h2 {
  color: var(--purrple) !important;
}

.et_bloom_form_content {
  padding: 0 !important;
}

.et_bloom_fields {
  width: 90% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.et_bloom_popup_input {
  border: 1px solid black !important;
  text-align: center !important;
}

.et_bloom_popup_input input {
  text-align: center !important;
}

.et_bloom_popup_input input::placeholder {
  font-family: var(--base-font) !important;
  text-align: center !important;
}

.et_bloom_submit_subscription span {
  font-family: var(--base-font) !important;
}
