@charset "UTF-8";
/*!
Theme Name: JollyCups
Author: 404Solution
Author URI: https://404-solution.com/
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: elemental
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/
.loading {
    position: relative;
}
.loading::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    position: fixed;
    line-height: 100vh;
    text-align: center;
    background-color: rgba(0,0,00, .1);
    content: url(/wp-content/themes/jollycups/img/load.svg);
}