/* True Customizer port — footer menu and footer links.
   Moved out of WP Customizer Additional CSS. Rules are unchanged. */

/* Footer Menu — Headline/04 */
.footercssa a {
	font-family: larken, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	padding: 24px 0 0;
	display: inline-block;
}

/*Footer*/
footer .style-dark a:not(.btn-text-skin):hover, footer .style-dark a:hover {
	color: rgba(255,255,255,0.8) !important;
}
footer .aqua {
	filter: invert(100%) brightness(100);
}
