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

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

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

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

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