
footer,
footer a,
footer a.is-active {
	color: var(--color-gray-500);
}

footer a:hover,
footer .nav-link:hover {
	color: var(--color-gray-300);
}

/* Footer Branding */

.footer-branding {
	
}

.footer-logo img {
	height: 40px;
	padding-right: 20px;
}

.footer-site-name {
	font-family: Lato;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.05rem;
	text-transform: none;
}



/* Footer Content */


footer .footer-content {
}	

@media (max-width: 768px) {
	footer .footer-content {
		display: none !important;
	}
}


footer .footer-content nav {
	width: 100%;
}


footer .footer-content nav ul.menu-level-0 > li {
	height: 100%;
}


footer .footer-content nav ul.menu-level-0 > li > span {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}




/* Second Footer menu */


.footer_second-content {
	border-top: 1px solid var(--color-gray-900);
}

