/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root{
	--mainbg: #efefe3;
	--white: #FFF;
}
body{background: var(--mainbg) url('https://beatbrain.online/xplorit/wp-content/uploads/2025/07/bg_body_sub.jpg') center top no-repeat !important;}
body.home{background: var(--mainbg) url('https://beatbrain.online/xplorit/wp-content/uploads/2025/07/bg_body.jpg') center top no-repeat !important;}
body .l-canvas{background: none;}
@media only screen and (max-width: 600px) {
    .no_bg_mobile .l-section-img {background-image: none !important;}
    .separator_320 {height: 40px !important;}
}
@media only screen and (min-width: 991px) {
    .l-header:not(.sticky){top: 20px;}
    .l-header:not(.sticky) .l-subheader.at_middle{background: none; box-shadow: none !important;}
    .l-header:not(.sticky) .l-subheader.at_middle nav.w-nav{background: var(--white); border-radius: 32px;} 
    .l-header:not(.sticky) .menu-item.level_1>a:not(.w-btn){border-radius: 32px;}
    .l-header:not(.sticky) .logo {background: var(--white); padding: 11.5px 20px; display: flex; align-content: center; justify-content: center; height: 100% !important; border-radius: 32px;}
    .l-header .logo a.w-image-h {height: 37px;} 
    .l-header:not(.sticky) .menu-item.level_1>a.w-btn{line-height: 1.7 !important;}
    .l-header.sticky .menu-item.level_1>a.w-btn{border-radius: 0;}
    .l-header .menu-item.level_1>a.w-btn .w-nav-arrow{opacity:1; visibility: visible; vertical-align: middle; position: unset; line-height: 1.5;}
    .l-header.sticky .menu-item.level_1>a.w-btn .w-nav-arrow{line-height: 1;}
    .l-header .menu-item.level_1>a.w-btn .w-nav-arrow:before{content: "\f061"; font-family: fontawesome; font-weight: 400;}
    .header_hor .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{margin-left: 0 !important;}

}
.w-video-play-icon {border: 2px solid currentColor;}
.custom_video_player button.w-popup-trigger:before {
    content: "\f04b";
    font-size: 32px;
    color: #fff;
    font-family: "fontawesome";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 1;
}

.no-touch .custom_video_player .w-popup-trigger.type_image:hover img{opacity: 1;}
.em_font-style em {
    font-family: var(--h1-font-family);
    font-weight: 700;
    font-optical-sizing: auto;
}


.l-footer{background: var(--color-footer-bg-grad);}