.et-fb-post-content .fb-editor-background-visibility {
    background-color: grey !important;
}

.fb-editor-background-visibility {
    background-color: transparent !important;
}

.et-fb-post-content .fb-editor-background-visibility::after {
    content: "This item has been modified in CSS in PageBuilder view only. It has had it's background forced to grey for visibility.";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: white;
}


.jxt-divi-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block !important;
}

@media only screen and ( min-width:980px ) {
    .jxt-desktop-hamburger  #et_mobile_nav_menu { display:block !important; margin-bottom:20px; margin-top:6px }
    .jxt-desktop-hamburger  #top-menu-nav { display:none; }
    .jxt-desktop-hamburger  .et-fixed-header #et_mobile_nav_menu { margin-bottom:0; }
	
    /* set the width, and right align */
    .jxt-desktop-hamburger  #mobile_menu { max-width: 400px; right: 0; left:auto; }
}