/*
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.   ***************/

/* FontAwesome Styles */
.rank-math-breadcrumb:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    content: '\f015'; /* Icon home */
}

nav.rank-math-breadcrumb {
    display: flex;
}


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

}