/* Hide the WP Residence mobile footer bar */
@media only screen and (max-width: 768px) {
    .footer_buttons,
    .mobile_footer_wrapper,
    .footer-buttons-mobile {
        display: none !important;
    }
}
