#menu-builder-footer-social
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#menu-builder-footer-social a:link,
#menu-builder-footer-social a:active,
#menu-builder-footer-social a:visited,
#menu-builder-footer-social a:hover
{
	display: inline-block;
	margin-right: 25px;
}

#menu-builder-footer-social a:link:last-of-type,
#menu-builder-footer-social a:active:last-of-type,
#menu-builder-footer-social a:visited:last-of-type,
#menu-builder-footer-social a:hover:last-of-type
{
	margin-right: 0;
}


@media screen and (max-width:992px)
{
	#menu-builder-footer-social
	{
		flex-flow: row wrap;
		justify-content: center;
	}
}