/* ==========================================================================
   ECLIPSEMC — 07. FOOTER
   Carica come nuovo Asset CSS chiamato: eclipsemc-footer.css
   ========================================================================== */

.site-footer, footer{
  background: #0a0813 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  color: #6f6b82 !important;
}

.site-footer a, footer a{
  color: #9d99b0 !important;
  text-decoration: none !important;
}
.site-footer a:hover, footer a:hover{
  color: var(--color-primary) !important;
}
