@media (max-width: 991px) {
    /* Force Editorial's main layout containers to stay at 100% width on mobile */
    #primary, 
    .content-area, 
    #main, 
    .site-main {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    /* Stop the theme's row wrapper from squeezing your Elementor grids */
    .container,
    .row {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        display: block !important;
    }
}

/* Remove the mobile browser blue tap highlight box */
a, 
button, 
input,
select,
textarea,
.elementor-nav-menu--main a,
.ekit-menu-nav-link {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
}