/* **********************************************************
 * FOOTER
 * ******************************************************** */

/* Footer Nav & Location List Links */
.footer-nav-links .elementor-icon-list-text {
	font-size: var(--wst-footer-links);
}
.footer-location-links .elementor-icon-list-text {
	font-size: var(--wst-footer-location-links);
}
	


/* WST Footer */
.wst-footer {
	background-color: #FFF;
	color: var(--color-neutral-darkest);
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: var(--color-maroon) !important;
}
.wst-footer a:hover {
	color: var(--color-thunderbird) !important;
}