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

/* Footer Nav & Location List Links */
.footer-nav-links .elementor-icon-list-text {
	font-size: var(--wst-footer-links);
}
.footer-location-links .elementor-icon-list-text {
	font-size: var(--wst-footer-location-links);
}
	
footer .logos {
    display: flex;
    flex-direction: row !important;
    align-items: center;
	justify-content: space-evenly;	
}
footer .logos .elementor-widget {
    width: 25% !important;
}

@media (max-width: 1200px) {
	.footer-section .e-con-inner {
		gap: 5rem !important;
	}
}

/* WST Footer */
.wst-footer {
	background-color: var(--color-big-stone);
	border-top: 1px solid #FFFFFF80;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: var(--color-spindle) !important;
}
.wst-footer a:hover {
	color: var(--color-apricot) !important;
}