/*
 * Remove Fusion Builder buttons.
 */
.role-author .fusion-builder-toggle-buttons,
.role-contributor .fusion-builder-toggle-buttons,
.role-editor .fusion-builder-toggle-buttons,
.role-shop_manager .fusion-builder-toggle-buttons {
	display: none!important;
}

/*
 * Remove TinyMCE Fusion Builder button.
 */
.role-author .mce-btn[aria-label='Avada Builder Element Generator'],
.role-contributor .mce-btn[aria-label='Avada Builder Element Generator'],
.role-editor .mce-btn[aria-label='Avada Builder Element Generator'],
.role-shop_manager .mce-btn[aria-label='Avada Builder Element Generator'] {
	display: none!important;
}

/*
 * Remove Add New dropdown Back-End Builder link.
 */
.role-author .fusion-split-page-title-action > .expander,
.role-contributor .fusion-split-page-title-action > .expander,
.role-editor .fusion-split-page-title-action > .expander,
.role-shop_manager .fusion-split-page-title-action > .expander {
	display: none!important;
}

/*
 * Remove Avada Studio button.
 */
.role-author #fusion-load-studio-dialog,
.role-contributor #fusion-load-studio-dialog,
.role-editor #fusion-load-studio-dialog,
.role-shop_manager #fusion-load-studio-dialog {
	display: none!important;
}

/*
 * Remove Avada Live badge.
 */
.role-author .awb-site-mode-badge-live,
.role-contributor .awb-site-mode-badge-live,
.role-editor .awb-site-mode-badge-live,
.role-shop_manager .awb-site-mode-badge-live {
	display: none!important;
}

/*
 * Remove WooCommerce Avada Page Options.
 */
.role-shop_manager #pyre_woocommerce_options,
.role-shop_manager #pyre_woocommerce_options-hide {
	display: none!important;
}

/*
 * Disable Avada Form actions.
 */
.role-author .fusion-form-builder-table .column-primary a,
.role-contributor .fusion-form-builder-table .column-primary a,
.role-editor .fusion-form-builder-table .column-primary a,
.role-shop_manager .fusion-form-builder-table .column-primary a {
	color: #50575e!important;
	pointer-events: none!important;
}

.role-author .fusion-form-builder-table .column-primary .row-actions,
.role-contributor .fusion-form-builder-table .column-primary .row-actions,
.role-editor .fusion-form-builder-table .column-primary .row-actions,
.role-shop_manager .fusion-form-builder-table .column-primary .row-actions {
	display: none!important;
}

.role-author .avada-db-header-main,
.role-contributor .avada-db-header-main,
.role-editor .avada-db-header-main,
.role-shop_manager .avada-db-header-main,
.role-author .avada-db-header-sticky,
.role-contributor .avada-db-header-sticky,
.role-editor .avada-db-header-sticky,
.role-shop_manager .avada-db-header-sticky,
.role-author .tablenav,
.role-contributor .tablenav,
.role-editor .tablenav,
.role-shop_manager .tablenav,
.role-author .fusion-template-builder,
.role-contributor .fusion-template-builder,
.role-editor .fusion-template-builder,
.role-shop_manager .fusion-template-builder {
	display: none!important;
}

/*
 * Disable Complianz header menu
 */
.role-author .cmplz-header-menu,
.role-contributor .cmplz-header-menu,
.role-editor .cmplz-header-menu,
.role-shop_manager .cmplz-header-menu {
	display: none!important;
}

