#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	padding: 10px 0;
	height: 230px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		height: auto;
		align-items: center;
		justify-content: center;
		text-align: center;
	}	
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: open_sans, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
	margin: 10px 0;
}

#menu-builder-footer a:hover
{
	color: #B68D1F;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}