/* =============================================================================
   FD Footer
   =============================================================================
   Dark background and editorial text colour for the site footer area.
   Salient's footer is configured via Theme Options and global sections;
   this file just ensures the colour palette aligns with the rest of the
   editorial dark theme.
   ============================================================================= */


body .nectar_hook_global_section_footer,
body .nectar_hook_global_section_parallax_footer {
  background: var(--fd-bg) !important;
}

body .nectar_hook_global_section_footer a,
body .nectar_hook_global_section_parallax_footer a {
  color: var(--fd-text-strong) !important;
}

body .nectar_hook_global_section_footer p,
body .nectar_hook_global_section_parallax_footer p {
  color: var(--fd-text-muted) !important;
}
