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

/* WST Footer */
.wst-footer {
/* 	background-color: #000; */
	background: linear-gradient(90deg, #051818 0%, #0B3030 100%);
	color: #9BA06B;
	font-size: 16px;
	padding: 16px;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
	color: #9BA06B;
}
.wst-footer a {
	color: #9BA06B !important;
}
.wst-footer a:hover {
	color: #fff !important;
}

@media screen and (max-width: 576px) {
	
	footer .footer-links .elementor-icon-list-items.elementor-inline-items {
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		gap: 12px;
	}
	
	p {
		font-size: 14px;
	}
	
	.copyright {
		font-size: 14px;
	}
	
}