/* Hide OJS/PKP branding in footer */
.pkp_brand_footer {
    display: none !important;
}

/* PEARL footer background */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    background: #13283f !important;
}

/* Footer text */
.pkp_structure_footer {
    color: #dbe4ed !important;
}

/* Footer links */
.pkp_structure_footer a {
    color: #ffffff !important;
}
