/* ==========================================================
   PUBLIC APOLOGY CENTRAL FOOTER
   Full-width, centered, compact, and seamless
   ========================================================== */

/* Main footer bar */
#footer {
    position: relative !important;
    left: 50% !important;

    width: 100vw !important;
    max-width: none !important;

    margin: 0 0 0 -50vw !important;
    padding: 10px 0 !important;

    min-height: 0 !important;

    background: #252525 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Remove all footer column widths, offsets, spacing, borders, and shadows */
#footer .wrapper,
#footer .container,
#footer .footer-widget-area,
#footer .footer-middle,
#footer .footer-left,
#footer .footer-right,
#footer .widget-area,
#footer .widget {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
    clear: both !important;

    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
}

/* Center and style the copyright line */
#footer .wp-block-paragraph,
#footer .widget p {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 20px !important;

    color: #ffffff !important;
    background: transparent !important;

    text-align: center !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    white-space: nowrap;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
}

/* Hide the theme's extra footer text and credits */
#footer .site-title,
#footer .site-info,
#footer .footer-notice,
#footer .footer-signature,
#footer .copyright,
#footer .credits {
    display: none !important;
}

/* Prevent surrounding theme containers from creating visible seams */
#footer-wrapper,
.footer-wrapper,
.site-footer,
.site-footer-wrapper {
    margin: 0 !important;
    padding: 0 !important;

    background: #252525 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Mobile */
@media screen and (max-width: 900px) {
    #footer {
        padding: 9px 0 !important;
    }

    #footer .wp-block-paragraph,
    #footer .widget p {
        padding: 0 14px !important;
        font-size: 14px !important;
        white-space: normal;
    }
/* Fix the white strip beside the navigation */
#header .menu-box-container {
    margin-left: -30px !important;
    width: calc(100% + 30px) !important;
    padding-left: 30px !important;

    background: #2a2a2a !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Preserve the menu's current position and appearance */
#header .menu-box-wrapper,
#header .menu-box {
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}