/*
Theme Name: t220908406929
Theme URI: 
Author: Anonymous
Author URI: 
Description: Theme for Wordpress
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: t220908406929
Tags: custom theme
*/

.js-posts-holder {
    position: relative;
}
.js-posts-holder.loading:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white url( '/wp-includes/images/spinner-2x.gif') no-repeat 50% 50%;
    content: '.';
    z-index: 100;
    opacity: 0.7;
}
.js-posts-holder.loading{
    pointer-events: none;
}