/*
Theme Name: Art Galleria
Theme URI: https://artgalleira.com
description: Theme for Art Galleria Portfolio
Author: Artgalleria
Author URI: https://artgalleira.com
Template: Divi
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Tags:  Art Galleria, business, fullscreen, modern, background video, ajax
Text Domain: artgalleria-theme
*/

/*==========================================
Lazy load
===========================================*/
img.lazy {
    opacity: 0;
  }
  img:not(.initial) {
    transition: opacity 0.6s;
  }
  img.initial,
  img.loaded,
  img.error {
    opacity: 1;
  }
/*=========================================
=========================================*/