/*
Theme Name: ExpertHive Child
Theme URI: https://hivepress.io/themes/experthive
Template: experthive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build an on-demand services marketplace.
Tags: left-sidebar,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0.6.1768513891
Updated: 2026-01-15 21:51:31

*/
/* Mobile footer center fix */
@media (max-width: 768px) {
    footer * {
        text-align: center !important;
    }

    footer div {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    footer ul {
        display: inline-block !important;
        text-align: center !important;
        padding: 0 !important;
    }

    footer li {
        display: inline-block !important;
        float: none !important;
    }
}
function defer_parsing_of_js($url) {
    if (is_admin()) return $url;
    if (strpos($url, '.js') === false) return $url;
    return "$url' defer='defer";
}
add_filter('clean_url', 'defer_parsing_of_js', 11, 1);

