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

/* WST Footer */
.wst-footer {
	background-color: #F4EEEC;
	color: #9EA893;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}

footer .footer-links {
	width: 100%;
}

footer .footer-links ul {
	width: 100%;
}

footer .footer-links ul {
	display: flex;
	flex-direction: row;
	justify-content: center !important;
}

@media screen and (max-width: 576px) {

	footer .footer-links ul {
		display: flex;
		flex-direction: column !important;
		padding: 0 !important; 
		margin: 0 !important;
	}	
	
}

.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #9EA893 !important;
}
.wst-footer a:hover {
	color: #25371C !important;
}