/* UpLiftics — Footer (ported from Blocksy/Customizer CSS)
   Keeps footer nav + social icons consistent.
*/

footer .upl-footer-nav a,
footer .upl-footer-nav a:visited,
footer .upl-footer-nav .elementor-item {
  color: #c1c1c1 !important;
  text-decoration: none !important;
}

/* Hover = RED */
footer .upl-footer-nav a:hover,
footer .upl-footer-nav a:focus,
footer .upl-footer-nav .elementor-item:hover,
footer .upl-footer-nav .elementor-item:focus {
  color: #ff2a2a !important;
}


/* ---- 4B) Footer SOCIALS (Elementor Social Icons widget) ---- */
/* Static = same as footer menu text */
footer .elementor-social-icons-wrapper a.elementor-social-icon i,
footer .elementor-social-icons-wrapper a.elementor-social-icon svg {
  color: #c1c1c1 !important;
  fill:  #c1c1c1 !important;
  transition: color 0.2s ease, fill 0.2s ease, transform 0.2s ease;
}

/* Hover = GOLD */
footer .elementor-social-icons-wrapper a.elementor-social-icon:hover i,
footer .elementor-social-icons-wrapper a.elementor-social-icon:hover svg,
footer .elementor-social-icons-wrapper a.elementor-social-icon:focus i,
footer .elementor-social-icons-wrapper a.elementor-social-icon:focus svg {
  color: #c7a56e !important;
  fill:  #c7a56e !important;
  transform: translateY(-1px);
}

/* Optional: remove default icon background pills */
footer .elementor-social-icon {
  background: none !important;
}
