/* ============================================ */
/* HIDE DEFAULT OJS/PKP FOOTER COMPLETELY      */
/* ============================================ */

/* Hide main footer wrapper */
.pkp_structure_footer,
.pkp_structure_footer_wrapper,
#footer,
footer.pkpFooter {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Hide PKP Branding anywhere */
.pkpBrand,
.page-footer .pkpBrand,
footer .pkpBrand,
.pkp_brand,
.brand {
    display: none !important;
}

/* Hide copyright text */
.copyright,
.pkp_copyright,
.copyrightNotice {
    display: none !important;
}

/* Hide any footer navigation */
.footer_navigation,
.pkp_footer_navigation {
    display: none !important;
}