/* Start custom CSS */.site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.footer-info .copyright,
.site-footer ul li a {
    color: #fff;
}

#gotop,
.footer-content,
.site-footer .footer-info:before {
    display: none;
}

.footer-info .sober-container {
    padding-top: 18px;
    padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .site-footer .site-info {
        display: none;
    }
}/* End custom CSS */