/*
Theme Name: Flatsome Child
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  ***************/


}
function get_flatsome_breadcrumbs_fixed() {

    if ( is_front_page() ) return;

    if ( function_exists( 'rank_math_the_breadcrumbs' ) ) {
        ?>
        <div class="breadcrumb-cc">
            <div class="container">
                <?php rank_math_the_breadcrumbs(); ?>
            </div>
        </div>
        <?php
    }
}
add_action( 'flatsome_after_header', 'get_flatsome_breadcrumbs_fixed', 20 );