#menu-builder-footer-outer-container
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 162px;
}

@media screen and (max-width:768px)
{
	#menu-builder-footer-outer-container
	{
		height: auto;
	}
}

#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	width: 100%;
	height: 85px;
	padding: 10px 0;
}

@media screen and (max-width:990px)
{
	#menu-builder-footer
	{
		justify-content: center;
		align-items: center;
		height: 170px;
		margin: 0 auto;
	}
}

#menu-builder-footer li
{
	list-style: none;
	margin-bottom: 8px;
}

#menu-builder-footer li:last-of-type
{
	margin-bottom: 0;
}

@media screen and (max-width:768px)
{
	#menu-builder-footer
	{
		height: auto;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: roboto_regular;
	font-size: 15px;
	color: #2f2e33;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #7ac142;
	text-decoration: underline;
}

@media screen and (max-width:768px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 10px;
	}
}

#menu-builder-footer a img
{
	padding-right: 3px;
}