@charset "utf-8";
/* CSS Document */
#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;
	}
}

.footer-nav-simple a {
	position: relative;
	padding-left: 1rem;
	margin-left: 1rem;
	color: #333;
}
.footer-nav-simple a:first-child {
	margin-left: 0;
	padding-left: 0;
}
.footer-nav-simple a:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	left: 0;
	top: 0;
}
.footer-nav-simple a:first-child:before {
	display: none;
}