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

.elementor-106 .elementor-element.elementor-element-cdf2240 img {
	width: 100% !important;
}


/* Footer List Grid */
@media and (min-width: 1281px) {
	.list-grid ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 3rem;
	}	
}

footer .list-two-col-grid.elementor-widget .elementor-icon-list-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: max(6vw,4rem);
}	
@media screen and (max-width: 577px) {
	footer .list-two-col-grid.elementor-widget .elementor-icon-list-items {
		display: grid;
		grid-template-columns: 1fr;
	}	
}


/* WST Footer */
.wst-footer {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}