/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/**
    Fonts
*/


/**
    General Style
*/

html,body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.admin-bar{
    #nav_header{
        margin-top: 30px;
    }
    #nav_header_mobile{
        margin-top: 46px;
    }
}

#main-content{
    position: relative;
    z-index: 1;
}

#main-content{
    position: relative;
    z-index: 1;
    background: #FFF !important;
}
body:not(.et-fb){
    #nav_header, #nav_header_mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    #nav_container_mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }
}


footer{
    &.et-l--footer{
        &.fixed{
            position: fixed;
            width: 100%;
            bottom: 0;
            left: 0;
        }
    }
}
