
/*Hide the Page Attributes Meta Box*/
#pageparentdiv.postbox {
    display: none !important;
}

/*Hide Screen Options Containers*/
#dashboard-widgets .postbox-container .empty-container {
    display: none !important;
}

/*Hide WP Hide Metabox*/
#wp-hide-overview {
    display: none !important;
}

/*Hide Quick Edit Button for Pages*/
.inline.hide-if-no-js {
    display: none !important;
}

/*Hide Right Column in Quick Edit*/
.inline-edit-col-right {
    display: none !important;
}

/*Hide Permalink Manager Button in Posts/Pages*/
#permalink-manager-toggle {
    display: none !important;
}

/*Hide Cwicly menu from Adminbar*/
#wp-admin-bar-cwiclythemer {
    display: none !important;
}

/*Hide Tools from Admin Menu Default WordPress and UiPress*/
#menu-tools,
#uip-b318b691-fbff-1e8f-5d73-735ca33b3d37 > div:nth-child(13) {
    display: none !important;
}

/*Hide Simple Local Avatar Unnecessary Text On User Profile Page*/
.ratings-row {
    display: none !important;
}

/*Hide PP Boxes from User Profile Page*/
#pp_current_user_exceptions_ui,
#ppcurrentExceptionsUI {
    display: none !important;
}

/*Hide Cwicly Gutenberg Editor Header Elements (Responisive Switcher / Dynamic Preview) */
.cc-previewer {
    display: none !important;
}

/*Hide Cwicly Gutenberg Editor Left Side Panel (Inserter) */
.sEVzUsikB3wu5VVuajZa {
    display: none !important;
}