/* ---------------------------------
   Footer menu
--------------------------------- */
.footer-top-logo,
.footer-border,
p.copyright-text {
  display: none !important;
}

.footer-main .footer-widget ul li a,
.footer-main .footer-widget ul li a:link,
.footer-main .footer-widget ul li a:visited,
.footer-main .footer-widget ul li a:hover,
.footer-main .footer-widget ul li a:focus,
.footer-main .footer-widget ul li a:active {
  font-family: 'Outfit', sans-serif !important;
  color: #000000 !important;
}

.footer-main {
  padding-left: 20px !important;
}

/*
 * Footer legal links on the left; copyright at the far right.
 */
.theme-footer-wrapper .footer-main .custom-gutter {
  display: flex;
  align-items: center;
}

/* About Us, Terms of Use, Privacy Policy */
.theme-footer-wrapper .footer-main .footer_one_Widget,
.theme-footer-wrapper .footer-main .footer_two_Widget,
.theme-footer-wrapper .footer-main .footer_three_Widget {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
}

/* Space between the legal links */
.theme-footer-wrapper .footer-main .footer_one_Widget,
.theme-footer-wrapper .footer-main .footer_two_Widget {
  margin-right: 24px;
}

/* Copyright widget: push to the far right */
.theme-footer-wrapper .footer-main .footer_six_Widget {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: auto;
  padding: 0;
  text-align: right;
}

/* Remove default paragraph spacing inside footer widgets */
.theme-footer-wrapper .footer-main .footer-widget p {
  margin: 0;
}

/* Link styling */
.theme-footer-wrapper .footer-main .footer-widget a {
  color: #111;
  text-decoration: none;
}

.theme-footer-wrapper .footer-main .footer-widget a:hover,
.theme-footer-wrapper .footer-main .footer-widget a:focus {
  color: #b85c38;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hide the theme's duplicate copyright bar */
.theme-footer-wrapper .footer-bottom {
  display: none;
}

/* Mobile layout */
@media (max-width: 767px) {
  .theme-footer-wrapper .footer-main .custom-gutter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
  }

  .theme-footer-wrapper .footer-main .footer_one_Widget,
  .theme-footer-wrapper .footer-main .footer_two_Widget,
  .theme-footer-wrapper .footer-main .footer_three_Widget,
  .theme-footer-wrapper .footer-main .footer_six_Widget {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .theme-footer-wrapper .footer-main .footer_six_Widget {
    flex-basis: 100%;
    margin-top: 8px;
  }
}
