div[class*="mz-footer__social"]:not(:last-of-type) {
	background-color: #101010;
	padding: 20px 0 15px;
}

.mz-footer__subscribe-cta {
	display: none;
}

ul.mz-footer__social-menu
{
	list-style: none;
	margin: 0;
    display: flex;
    flex-direction: row;
	justify-content: center;
	
	@media screen and (max-width: 1024px) {
		padding: 0;
	}	
}

li.mz-footer__social-link 
{
	margin-right: 1.5em;
}

li.mz-footer__social-link:last-child
{
	margin: 0;
}