/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://lazyzestates.org/hello-elementor-child/
 Description:  Hello Elementor Child Theme
 Author:       Corey D
 Author URI:   https://xtremelygraphic.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* 
 * Start your custom styles below this line
 */

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

#desktop-main-menu a{
    color:#000000;
    font-weight:normal;
}
#desktop-admin-menu a{
    color:#000000;
    font-weight:normal;
}
.home #desktop-main-menu a{
    color:#ffffff;
    font-weight:normal;
}
.home #desktop-admin-menu a{
    color:#ffffff;
    font-weight:normal;
}


.home #masthead.scrolled #desktop-main-menu a{
    color:#000000;
    font-weight:normal;
}


#masthead.scrolled #header-toggle{
    background-color:#ffffff;
    border-bottom: 1px solid #eee;
}