@charset "utf-8";
/* CSS Document */
#footer .fancy-title h2 {
  font-size: 0.9rem;
	padding-bottom: 0;
}
#footer .widget_links li {
	font-size: 0.85rem;
}

#footer-nav a {
	display: block;
	padding-left: 0.5rem;
	border-left: solid 2px var(--main-color);
}

#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights .container.border-top {
	border-color: rgba(210,210,210,0.5);
}
@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 200px;
	}
}