/*
Theme Name: Elu theme
Author: Cloud392
Author URI: https://cloud392.com.au/
Description: Custom Elu theme
Version: 1.0.0
Text Domain: elutheme
*/
#mainsiteheader,
#main-body-wrap{
    visibility:hidden;
}
.home #loader,
.home #mobileloader{
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
/* 	background-color: var(--secondary-color); */
}

.category-item.small{
	-webkit-animation-delay:200ms;
	        animation-delay:200ms;	
}
.category-item.small + .category-item.small{
	-webkit-animation-delay:400ms;
	        animation-delay:400ms;	
}
.category-item.small + .category-item.small + .category-item.small{
	-webkit-animation-delay:600ms;
	        animation-delay:600ms;	
}
.category-item.small + .category-item.small + .category-item.small + .category-item {
	-webkit-animation-delay:800ms;
	        animation-delay:800ms;	
}
.blog-box-section{
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 15%);
    background: rgb(255 255 255 / 70%);
}
.blog-box-section:before {
    display: none;
}