@charset "utf-8";
/* CSS Document */
#footer {
    border-top: solid 1px rgba(0,0,0,0.1);
}

#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights > .container-fluid {
    position: relative;
}
#copyrights > .container-fluid:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
}

@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 200px;
	}
    #copyrights {
        font-size: 0.75rem;
    }
}
@media (min-width: 992px) {
    .footer-left {
        position: relative;
    }
    .footer-left:before {
        content: '';
        display: block;
        width: 1px;
        height: calc(100% + 66px);
        background-color: rgba(0,0,0,0.1);
        position: absolute;
        right: 0;
        top: -48px;
    }
}