/*
Theme Name: Booba Child Theme
Theme URI: http://booba.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Booba
Template: booba
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: booba

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Sfondo desktop */
.lte-background-white .lte-content-wrapper {
    background-image: url('/wp-content/uploads/2025/06/Elementi-Pietre-Familosophy.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-color: transparent !important;
    
}

/* Sfondo mobile */
@media (max-width: 767px) {
    .lte-background-white .lte-content-wrapper {
        background-image: url('/wp-content/uploads/2025/06/Elementi-Pietre-Familosophymob.svg') !important;
       
    }
}