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

/* WST Footer */
.wst-footer {
	background-color: #000038;
    background: linear-gradient(45deg, rgba(10, 10, 10, 1) 0%, rgba(0, 0, 50, 1) 50%, rgba(10, 10, 10, 1) 100%);
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
	.wst-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}	
}

@media (max-width: 767px) {
	.footer-icon-list a {
		text-align: center !important;
	}	
}

.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}