
	

	
	
	
	
	
	
	
    
        
		
    

	

	

	

#menu-builder-footer-secondary
{	
	display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer-secondary
	{
		justify-content: center;
	}
}

#menu-builder-footer-secondary a:link,
#menu-builder-footer-secondary a:active,
#menu-builder-footer-secondary a:visited,
#menu-builder-footer-secondary div
{
	display: flex;
	align-items: center;
	font-family: var(--font-secondary);
	font-size: 13px;
	color: var(--white-font-color);
	text-decoration: none;
	margin-bottom: 10px;
	transition: color 0.2s;
}

#menu-builder-footer-secondary a:hover
{
	color: var(--primary-color-hover);
}

#menu-builder-footer-secondary a img
{
	padding-right: 3px;
}

.spacer
{
	margin: 0 10px;
	color: var(--white-font-color);
	font-family: var(--font-secondary);
	font-size: 13px;
}