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

/* WST Footer */
.wst-footer {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
	line-height: 1em;
}
.wst-footer a {
	color: #fff !important;
}
.wst-footer a:hover {
	color: #32ed19 !important;
}