@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-logo a {
	display: flex;
	min-height: 70px;
	align-items: center;
}

#float-ad.si-sticky.si-sticky-right-bottom {
	width: 40px;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	transform: translateY(0%);
	transition: all 0.2s ease;
}
.gototop-active #float-ad.si-sticky.si-sticky-right-bottom {
	bottom: 70px;
}
/* Marketplace footer refinement */
#footer,
#footer #footer-box {
	background: #F4F4F6 !important;
	color: #646060 !important;
}

#footer a,
#footer h4,
#footer h5,
#footer p,
#footer .copyright-links,
#footer .copyright-links a,
#footer-copyright {
	color: #646060 !important;
}

#footer a:hover,
#footer .copyright-links a:hover {
	color: #3f3c3c !important;
}

#footer .widget_links h4,
#footer h5 {
	font-weight: 700;
}

#footer .widget_links p {
	margin-bottom: 6px;
}

#footer-logo a {
	justify-content: center;
}
/* Center footer content */
#footer #footer-text,
#footer #footer-text .row,
#footer #footer-text .widget,
#footer #footer-text .widget_links,
#footer #footer-menu,
#footer #footer-copyright {
	text-align: center !important;
}

#footer #footer-text .row {
	justify-content: center !important;
}

#footer #footer-text .widget_links p,
#footer #footer-text .widget_links h4,
#footer #footer-text h5 {
	text-align: center !important;
}

#footer #footer-text .widget_links a {
	display: inline-block;
}