/*
Theme Name: Sailon
Theme URI: https://sailon.bravisthemes.com/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Sailon is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sailon
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4

Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/
.pxl-loader.style-image {
    background-color: #f9c7c6 !important;
}

.pxl-loader.loader-text-shadow .pxl-loader-effect {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1bdbd 0;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.pxl-loader.loader-text-shadow .pxl-loading-text-shadow::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    width: 100px;
    height: 150px;
    background-color: #ffffff;
    animation: move 4s linear infinite;
    z-index: -1;
}

.pxl-loader.loader-text-shadow .pxl-loading-text-shadow {
    position: relative;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #e4da42;
    width: fit-content;
}