/*--------------------------------------
 Hide mainly Elementor Pro' menus
 
 File called in enqueue.php Line 34
--------------------------------------------*/

/*Elementor main Menu */
.wp-has-submenu.toplevel_page_elementor ul li:nth-child(3) {display: none !important;} /*Elementor Pro' Role settings*/
.wp-has-submenu.toplevel_page_elementor ul li:nth-child(8) {display: none !important;} /*Elementor Pro' Custom fonts*/
.wp-has-submenu.toplevel_page_elementor ul li:nth-child(9) {display: none !important;} /*Elementor Pro' Custom Icons*/
.wp-has-submenu.toplevel_page_elementor ul li:nth-child(10) {display: none !important;} /*Elementor Pro' Pro version*/

/*Elementor templates Menu */
.wp-has-submenu.menu-icon-elementor_library ul li:nth-child(3) {display: none !important;} /*Elementor Pro' Theme Builder*/
.wp-has-submenu.menu-icon-elementor_library ul li:nth-child(4) {display: none !important;} /*Elementor Pro' Modale Builder*/