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

/* WST Footer */
.wst-footer {
	background-color: #1B2412;
	color: #fff;
	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;
}