/*
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... */ 

.role-editor .fl-builder-panel {display: none !important}
.role-editor .fl-builder-tools-button {display: none !important}
.role-editor .fl-builder-templates-button {display: none !important}
.role-editor .fl-builder-add-content-button {display: none !important;}

/* This hides the editor tabs (style,advanced and any others from 3rd party add-ons)*/
.role-editor .fl-builder-lightbox .fl-builder-module-settings .fl-builder-settings-tabs {
display: none;
}

Removes Logo, buttons and module sections */
.role-editor .fl-builder-bar .fl-builder-bar-title img {
 display: none;
}
.role-editor .fl-builder-bar .fl-builder-bar-title {
 display: none;
}
.role-editor .fl-builder-bar .fl-builder-help-button {
 display: none;
}
.role-editor .fl-builder-bar .fl-builder-tools-button {
 display: none;
}
.role-editor .fl-builder-bar .fl-builder-templates-button {
 display: none;
}
.role-editor .fl-builder-blocks #fl-builder-blocks-widgets {
 display: none;
}
.role-editor .fl-builder-blocks #fl-builder-blocks-saved-rows {
 display: none;
}
.role-editor .fl-builder-blocks .fl-builder-blocks-node-template {
 display: none;
}


/*Removes Module icons*/
.role-editor .fl-module .no-icon .fl-block-remove {
 display: none !important;
}
.role-editor .fl-module .no-icon .fl-block-col-settings {
 display: none !important;
}
.role-editor .fl-module .no-icon .fl-block-copy {
 display: none !important;
}
.role-editor .fl-module .no-icon .fl-block-move {
 display: none !important;
}
/*Removes column icons */
.role-editor .fl-col.no-icon .fl-block-remove {
 display: none !important;
}
.role-editor .fl-col.no-icon .fl-block-col-settings {
 display: none !important;
}
.role-editor .fl-col .no-icon .fl-block-copy {
 display: none !important;
}
.role-editor .fl-col .no-mod-icon .fl-block-move {
 display: none !important;
}
/*Removes row icons */
.role-editor .fl-row .no-icon .fl-block-remove {
 display: none !important;
}
.role-editor .fl-row .no-icon .fl-block-col-settings {
 display: none !important;
}
.role-editor .fl-row .no-icon .fl-block-copy {
 display: none !important;
}
.fl-builder-edit .role-editor .no-icon .fl-block-move {
 display: none !important;
}
.role-editor .fl-builder-lightbox .fl-builder-module-settings .fl-builder-settings-tabs {
display: none !important;
}