/*
Theme Name:   Flatsome Child
Theme URI:    https://doxters.com
Description:  Flatsome Child Theme for Doxters customizations
Author:       Doxters Team
Author URI:   https://doxters.com
Template:     flatsome
Version:      1.0.0
Text Domain:  flatsome-child
*/

/* Your custom styles below this line */

/* FIX: Remove hero banner background color flash on load */
#banner-330214592 {
    background-color: transparent !important;
}

/* Ensure lazy load placeholder doesn't show colored background */
.banner-bg img[data-lazyloaded] {
    background-color: transparent !important;
}

/* Hide placeholder SVG background on all hero banners */
.banner-bg .bg::before {
    display: none !important;
}

/* Remove blue/grey background from banner container */
.banner.has-hover {
    background-color: transparent !important;
}

