#menu-builder-header-social
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1000;
}

#menu-builder-header-social a:link,
#menu-builder-header-social a:active,
#menu-builder-header-social a:visited,
#menu-builder-header-social a:hover
{
	display: inline-block;
	margin-right: 25px;
}

#menu-builder-header-social a:link:last-of-type,
#menu-builder-header-social a:active:last-of-type,
#menu-builder-header-social a:visited:last-of-type,
#menu-builder-header-social a:hover:last-of-type
{
	margin-right: 0;
}