/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Divi child theme
 * Theme URI:      http://DiviChildYCD
 * Author URI:     http://YeahCanDesign
 * Version:        1.1
 */
#wprmenu_bar {
    z-index: 9999 !important;
    width: 100% !important;
}
.admin-bar #wprmenu_menu_ul{
	padding:0 !important;
}
#wprmenu_menu_ul li{
	border-bottom: 1px solid #000 !important;
}
@media only screen and (max-width: 782px) {
    body.logged-in .wprm-wrapper #mg-wprm-wrap.cbp-spmenu{
        top: 88px !important;
    }
}

@media only screen and (min-width: 783px) {
    body.logged-in .wprm-wrapper #mg-wprm-wrap.cbp-spmenu{
        top: 74px !important;
    }
}