/*
Theme Name:   Risparmiami Theme
Theme URI:    https://risparmiami.it
Description:  Tema per il sito Risparmiami.it
Author:       Arkys - Digital Marketing
Author URI:   https://arkys.agency/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  risparmiami-theme
*/

html {
	font-size: 18px;
}


/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}