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

/* WST Footer */
.wst-footer {
	background-color: #1E7EC2;
	background: linear-gradient(to right,  rgba(141,196,64,1) 10%,rgba(30,126,194,1) 90%);	
	color: #05141E;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #05141e !important;
}
.wst-footer a:hover {
	color: #000 !important;
}