#menu-builder-footer
{
	display: flex;
    flex-flow: column wrap;
    height: 130px;
	margin-left: 0;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		margin-left: 0;
		height: auto;
		align-items: center;
		margin-top: 30px;
	}

}



#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: 'FiraSans_Regular', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
	margin-bottom: 20px;
}

#menu-builder-footer a:hover
{
	color: #575757;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

.address-footer p,
.address-footer a
{
	color: #cfcfcf;
}

.contact-info-footer span,
.contact-info-footer a
{
	font-size: 16px;
	color: #cfcfcf;
}

#footer-logo img
{
	margin-top: -55px;
}

@media screen and (max-width: 991px)
{
	#footer-logo img
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.contact-info-container
{
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}

.contact-info-content
{
	word-break: break-all;
}
