/* **********************************************************
 * FOOTER
 * ******************************************************** */
/* FOOTER LINKS HOVER - APPLY TO ALL LINKS */
.footer-links a,
.footer-links a .elementor-icon-list-text {
	color: #ECE1D5 !important;
}
.footer-links a:hover,
.footer-links a:hover .elementor-icon-list-text {
	color: #A38F88 !important;
    transition: all 0.5s linear;
}
.footer-links span.elementor-icon-list-text a {
    display: inline-flex !important;
}

/* FIRST LINK FONT SIZE IN FOOTER LINKS */
.footer-links .elementor-icon-list-items li:first-child a {
    font-size: max(22px, 1.50rem) !important;
}

@media (max-width: 768px) {
	footer .elementor-social-icons-wrapper {
		justify-content: center !important;
	}
}

@media (max-width: 500px) {
	/* FIRST LINK FONT SIZE IN FOOTER LINKS */
	.footer-links .elementor-icon-list-items li:first-child a {
		font-size: max(20px, 1.35rem) !important;
	}	
	.footer-links .elementor-icon-list-items li:nth-of-type(2) a {
		font-size: 15px !important;
	}		
}

/* WST Footer */
.wst-footer {
	background-color: #111F35;
	color: #ECE1D5;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #ECE1D5 !important;
}
.wst-footer a:hover {
	color: #A38F88 !important;
}