/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.10.1.1695715601
Updated: 2023-09-26 08:06:41

*/

/* main .background-overlay-section .shadow {
	opacity: 1;
	transition: all .3s ease-in-out;
    left: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #00000080;
}
.background-overlay-section:before {
    display: none !important;
} */

main .background-overlay-section:before {
	transition: all .8s ease-in-out !important;
	opacity: 1;
}
.background-overlay-section.fusion-container-stuck.fusion-sticky-transition:before {
	opacity: 0;
}
