/** Hide Elementor teaser in editor **/
.elementor-tags-list__teaser {
  display: none !important;
}

/** Hide Elementor pro widgets in search result **/
#elementor-panel-elements .elementor-element--promotion {
  display: none !important;
}

/** Remove page transition, wasn't able to do it with PHP **/
.elementor-panel-menu-item-settings-page-transitions {
  display: none !important;
}

/** Elementor editor > template library > move jupiterX to first **/
#elementor-template-library-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#elementor-template-library-header-menu > [data-tab="library/templatesJX"] {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}

/** Elementor panel hide get pro widgets **/
#elementor-panel-get-pro-elements {
  display: none !important;
}

/** Elementor editor hide pro widget ads **/
#elementor-panel-category-pro-elements,
#elementor-panel-category-woocommerce-elements,
#elementor-panel-category-theme-elements,
#elementor-panel-category-theme-elements-single {
  display: none !important;
}

/** Elementor editor hide custom attribute and custom css */
.elementor-control-section_custom_attributes_pro,
.elementor-control-custom_css_pro,
.elementor-control-section_custom_css_pro {
  display: none !important;
}

/** Hide Elementor dashboard overview **/
#e-dashboard-overview .e-overview__feed,
#e-dashboard-overview .e-overview__footer {
  display: none !important;
}

/** Hide Elementor dashboard menu items : theme builder **/
#menu-posts-elementor_library li.elementor-app-link {
  display: none !important;
}

/** Hide Elementor role manager go pro sections **/
#elementor-role-manager .elementor-role-go-pro {
  display: none !important;
}

/** Hide Elementor notifications in editor **/
#e-announcements-root {
  display: none !important;
}

/** Hide Elementor editor panel header humberger menu dot **/
#elementor-panel-header #elementor-panel-header-menu-button::after {
  display: none !important;
}

/** Hide Elementor editor notification center( what's new ) button **/
.elementor-panel-menu-item-notification-center {
  display: none !important;
}

/** Hide Elementor editor upsale box **/
.elementor-nerd-box--upsale {
  display: none !important;
}

/** Elementor element manager menu hide pro elements **/
#elementor-element-manager-wrap .components-panel__body.is-opened .components-panel__row:nth-child(3), #elementor-element-manager-wrap .components-panel__body.is-opened .components-panel__row:nth-child(4) {
  display: none !important;
}

#elementor-element-manager-wrap .components-panel__body.is-opened .components-panel__row:nth-child(2) table th:last-child,
#elementor-element-manager-wrap .components-panel__body.is-opened .components-panel__row:nth-child(2) table td:last-child {
  display: none !important;
}

/** Hide what's new on editor **/
#elementor-editor-wrapper-v2 button[aria-label="What's New"] {
  display: none !important;
}

/** what's new on admin pages **/
body.admin-bar div.e-admin-top-bar div.e-admin-top-bar__secondary-area {
  display: none !important;
}

/** new footer banner on editor **/
#elementor-panel-get-pro-elements-sticky {
  display: none !important;
}

/** editor navigate footer banner **/
#elementor-navigator__footer__promotion {
  display: none !important;
}

#e-home-screen .MuiBox-root .MuiContainer-root .MuiContainer-root > .MuiPaper-root:first-child {
  display: none !important;
}

.elementor-control-scrolling_effects_pro,
.elementor-control-mouse_effects_pro,
.elementor-control-sticky_pro,
.elementor-control-motion_effects_promotion_divider {
  display: none !important;
}

.elementor-control-display_conditions_pro {
  display: none !important;
}
