/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{background:black;}

.album-secto .box-ablub-item:hover:after{	background:url('assets/play-button.png');content:'';	height:60px;width:60px;position:absolute;left:50%; margin-left:-30px; background-size:100%;top:30%;}
/*h1,h2,h3,h4,h5,h6{ font-family: 'Neue Plak Black';}*/

.scrolled-fixed{background:#000 !important;}

#main-menu-s {
    width: 250px;
    background: #f8f8f8;
    padding: 20px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

#main-menu-s ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-menu-s li {
    margin-bottom: 10px;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #000000f5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}
.sidenav a.closebtn 
{position: absolute;
    right: 40px;
    top: 22px;
    font-size: 45px;
    padding: 0;
    z-index: 9999;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
	color:#eee !important;
  transition: 0.3s;
}
.sidenav a:after {display:none !important;}
.sidenav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, 
.sidenav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active
{color:#fff;}



#main {
  transition: margin-right .5s;
  padding: 0;
	margin:0;
}

body:not(.home) div[data-elementor-type="header"]  section{background: rgba(0, 0, 0, .5) !important;}

.title-banner{background-image:url('https://dj.inboxmee.com/wp-content/uploads/2025/07/1bc41045-1d6c-47de-b9b7-2bfc5e64745c-e1755462628357.jpg') !important;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}