/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

#wp-ultimo-change-plan, #wp-ultimo-status, #wp-ultimo-actions, #wu-mb-sites-lists, #wu-mb-billing-history {
    display:none;
}
.fl-builder-template-append-button{
    display:none !important;
}
.fl-screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}