body.ef-user-signed-in {
    padding-bottom: 40px;
}

footer.site-footer {
    background-color: #000;
    padding: 10px 0;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

footer.site-footer,
footer.site-footer a {
    color: #fff !important;
    text-decoration: none;
}

footer.site-footer span {
    padding: 0 5px;
}

@media(max-width: 767px) {
    footer.site-footer .container > div {
        padding: 0 20px;
    }
}