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


}

/* 彻底禁用 Flatsome 所有粒子背景效果（雪花、星星、sparkle、snow 等） */
.fl-particles-js,
.particles-js-canvas-el,
#particles-js,
canvas.particles-js-canvas-el {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* 防止闪现（FOUC） */
.has-particle-js {
    background-image: var(--bg-image) !important;
}