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

/* TEXT LINK HOVER GLOW */
footer .hover-glow-text li,
footer .hover-glow-text a {
text-shadow: 0px -1px 6px #000000, 0px 1px 6px #000000;    
	transition: text-shadow 0.75s ease !important;
}
footer .hover-glow-text a:hover {
    text-shadow: 0px -2px 3px #C7171B, 0px 2px 3px #C7171B;
}


@media (max-width: 1200px) {
	.footer-site-links ul {
		display: flex;
		flex-direction: row;
	}
	.footer-site-links ul li:not(:last-child)  {
		margin: 0 !important;
		padding: 0 3rem 0 0 !important;
		text-align: center !important;
	}	
	footer .hover-glow-text a {
		text-align: center !important;
	}	
}

@media (max-width: 768px) {
	.footer-site-links ul {
		display: flex;
		flex-direction: column;
	}
	.footer-site-links ul li:not(:last-child),
	.footer-site-links ul li {
		padding: 0 0 2rem 0 !important;
	}
}

/* WST Footer */
.wst-footer {
	background-color: #C7171B;
	color: #fff;
	font-family: "Special Elite", sans-serif;	
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}