/* Footer */
footer {
  padding-top: 0;
}

footer .footer-100e-nav {
  padding: 90px 0;
}

footer .footer-100e-nav .footer_1 {
  margin-bottom: 20px;
}

/* Widget Title */
footer .footer-100e-nav .footer_widget_title {
  margin-bottom: 30px;
  font-size: 16px;
}

/* Navigation */
footer .footer-100e-nav .footer_widget .menu li {
  margin-bottom: 16px;
}

/* Footer Legal */
footer.footer .footer-legal {
  padding: 15px;
  background-color: var(--color-custom);
}

footer.footer .footer-legal .footermenu li a {
  font-size: 14px;
}

footer.footer .footer-legal .footermenu li:first-child a {
  margin-left: 0;
}

footer.footer .footer-legal .footer-copyright-text {
  font-size: 12px;
}

/* Footer Social */
.footer-social-100e {
  gap: 24px;
}

@media (max-width: 767px) {
  footer .footer-100e-nav {
    padding: 60px 0;
  }

  footer .footer-100e-nav .footer_widget_title {
    margin-bottom: 20px;
  }

  footer .footermenu {
    justify-content: center;
  }
}
