/*
Theme Name: Bubulla Child Theme
Theme URI: http://bubulla.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Bubulla
Template: bubulla
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: bubulla

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.portion-loader {
position: fixed;
top: 0;
left: 0;
display: flex;
bottom: 0;
right: 0;
z-index: 999;
background-color: rgba(0, 0, 0, 0.62);
align-items: center;
align-content: center;
	justify-content:center;
	justify-items:center;
height: 100vh;
}
.portion-loader i {font-size:30px;color:#fff;}