/* FORCE VERIKNOZ FOOTER BACKGROUND */

html body footer,
html body .footer,
html body .footer-new,
html body .footer-top,
html body .footer-bottom,
html body .footer-bottom-content,
html body .footer-widget,
html body .footer-content,
html body .footer-inner,
html body .footer-menu,
html body .footer-wrap {
    background: #011a38 !important;
    background-color: #011a38 !important;
}

/* FORCE FOOTER TEXT WHITE */

html body footer,
html body footer p,
html body footer span,
html body footer small,
html body footer li,
html body footer h1,
html body footer h2,
html body footer h3,
html body footer h4,
html body footer h5,
html body footer h6,
html body footer a,
html body footer i,
html body .footer,
html body .footer p,
html body .footer span,
html body .footer li,
html body .footer a,
html body .footer i {
    color: #ffffff !important;
}

/* Footer links hover */

html body footer a:hover,
html body .footer a:hover {
    color: #297d14 !important;
}

/* Remove white backgrounds from footer children */

html body footer .container,
html body footer .container-fluid,
html body .footer .container,
html body .footer .container-fluid {
    background: transparent !important;
}