/*!
Theme Name: Weblorem Theme
Theme URI: https://weblorem.com
Author: WebLorem
Author URI: https://weblorem.com
Description: Custom WordPress theme with WooCommerce support.
Version: 1.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblorem
*/

/* Lazy Load images effect */
.wl-blur-img {
    width: 100%;
    height: auto;
    filter: blur(5px);
    transition: filter 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    object-fit: cover;
}

.wl-blur-img.loaded {
    filter: none;
    opacity: 1;
}

/* end Lazy Load images effect */

.casearticle .quoteblock {
    margin: 0 0 80px;
}

.casearticle .caseslider {
    margin: 80px 0 0;
}