footer.site-footer {
    overflow: visible;
    padding-top: 0 !important;
}
@media (min-width: 768px) {
	footer.site-footer {
	    margin-top: 10px !important;
	}
}
@media (max-width: 767px) {
	footer.site-footer {
	    margin-top: 5px !important;
	}
}