.site-footer > .site-primary-footer-wrap {
	position: relative;
}

.site-footer > .site-primary-footer-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003d7c;
    top: -65px;
    z-index: -1;
}