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

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title b {
    opacity: 0 !important;
    background-color: #a2a2a2 !important;
}
.section-title.section-title-center span:before {
    background: url(/wp-content/uploads/2026/07/tile.png) no-repeat center;
    position: absolute;
    content: "";
    height: 12px;
    width: 100%;
    left: 0;
    bottom: -10px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
}