/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Devan McKay
 Author URI:     https://www.devthewebdev.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body.admin-bar.et_fixed_nav #main-header{
	top: 278px;
    position: absolute;
    width: 100%;
    transition: top 0.6s ease; /* Smooth transition */
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: rgb(255 255 255 / 0%);
}