/* ns-footer — footer nero, stesso sistema delle sezioni custom. */

#footer-outer,
#footer-outer #footer-widgets,
#footer-outer #copyright {
	background-color: #111111 !important;
	color: #F4F3EF !important;
	border-top: 0 !important;
}
#footer-outer #footer-widgets { border-bottom: 1px solid rgba(244,243,239,0.16); padding: 3rem 0 2.5rem; }

/* testi */
#footer-outer,
#footer-outer p,
#footer-outer li,
#footer-outer .widget h4,
#footer-outer #copyright p,
#footer-outer #copyright li {
	font-family: 'Inter', -apple-system, Helvetica, Arial, sans-serif !important;
	color: #F4F3EF !important;
}
#footer-outer p, #footer-outer li { font-size: 0.94rem !important; line-height: 1.6 !important; }

/* titoli dei widget: piccoli, in maiuscoletto spaziato */
#footer-outer .widget h4 {
	font-size: 0.68rem !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	color: rgba(244,243,239,0.55) !important;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(244,243,239,0.2);
	margin-bottom: 1rem !important;
}

/* link */
#footer-outer a, #footer-outer #copyright a { color: #F4F3EF !important; text-decoration: none; }
#footer-outer a:hover, #footer-outer #copyright a:hover { color: #D3341F !important; }
#footer-outer .widget_nav_menu li { border-bottom: 1px solid rgba(244,243,239,0.12); padding: 0.5rem 0; list-style: none; }
#footer-outer .widget_nav_menu li:last-child { border-bottom: 0; }

/* logo del footer: PNG vecchio fuori, marchio chiaro dentro */
#footer-outer .widget_media_image img { display: none !important; }
#footer-outer .widget_media_image::before {
	content: "";
	display: block;
	width: 2.4rem; height: 2.7rem;
	background: url('../logo/marchio-chiaro.svg') no-repeat left center / contain;
	margin-bottom: 1rem;
}

/* riga finale */
#footer-outer #copyright { padding: 1.4rem 0; }
#footer-outer #copyright p { font-size: 0.8rem !important; color: rgba(244,243,239,0.6) !important; }
#footer-outer #copyright .fa, #footer-outer #copyright i { color: #F4F3EF !important; }
#footer-outer #copyright li a:hover i { color: #D3341F !important; }

/* social: via quelli che non servono, e il link vuoto */
#footer-outer #copyright li a[href*="facebook.com"],
#footer-outer #copyright li a[href*="instagram.com"],
#footer-outer #copyright li a[href=""],
#footer-outer #copyright li a:not([href]) { display: none !important; }

/* i link del menu erano neri su nero */
#footer-outer #footer-widgets .widget_nav_menu li a,
#footer-outer #footer-widgets .widget a,
#footer-outer .widget_nav_menu .menu li a,
#footer-outer #footer-widgets .container .row .col a {
	color: #F4F3EF !important;
	text-decoration: none;
}
#footer-outer #footer-widgets .widget_nav_menu li a:hover,
#footer-outer #footer-widgets .widget a:hover,
#footer-outer #footer-widgets .container .row .col a:hover { color: #D3341F !important; }

/* social senza indirizzo: fuori */
#footer-outer a[href=""], #footer-outer a:not([href]),
#footer-outer #copyright li a[href="#"] { display: none !important; }
