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

/* Footer Menu */
.footercssa a {
	font-size: 24px;
line-height: 1.2;
letter-spacing: 0.00em;
  font-weight: 400;
  font-family: Baskervville;
	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);
}
