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

/* FOOTER INSTA */
@media (max-width: 767px) {
    div#sb_instagram #sbi_images {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    div#sb_instagram .sbi_item:last-of-type {
        display: none !important;
    }
}
@media (max-width: 580px) {
    div#sb_instagram #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* FOOTER TWEAKS */
.footer-links li.elementor-icon-list-item {
    padding-bottom: 3rem;
}

@media (max-width: 430px) {
	.footer-social span.elementor-grid-item {
		width: 25%;
		padding-bottom: 3rem;
	}
}

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