#menu-builder-footer-secondary
{
	display: flex;
	justify-content: space-between;	
}

@media screen and (max-width: 768px)
{
	#menu-builder-footer-secondary
	{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 15px;
	}
}

#menu-builder-footer-secondary a:link,
#menu-builder-footer-secondary a:active,
#menu-builder-footer-secondary a:visited
{
	font-family: rubik, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	transition: color 150ms;
}

#menu-builder-footer-secondary a:hover
{	
	color: #E93001;	
}



@media screen and (max-width: 768px)
{
	#menu-builder-footer-secondary a:link,
	#menu-builder-footer-secondary a:active,
	#menu-builder-footer-secondary a:visited
	{
		margin: 7px auto;
	}
}

#menu-builder-footer-secondary a img
{
	padding-right: 3px;
}