#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	height: 120px;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: open_sans;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s;
	padding-bottom: 10px;
}

#menu-builder-footer a:hover
{
	color: #aa0000;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		align-items: center;
		margin-top: 10px;
		margin-bottom: 10px;
		height: auto !important;
	}
}