/*
Theme Name: Camera
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* OPENCLAW_RANKMATH_ADMIN_UNBLUR */
add_action('admin_head', function () {
    echo '<style id="openclaw-rankmath-unblur">
'
        . '.blurred{-webkit-filter:none!important;filter:none!important;opacity:1!important;pointer-events:auto!important}
'
        . '.blurred:after{display:none!important;content:none!important;background:transparent!important}
'
        . '#rank-math-pro-cta.center{display:none!important}
'
        . '</style>';
}, 99999);
