/* Hide items 7 and 9 in the WPFD folder context menu */
.wpfd-contextmenu.wpfd-folder-menu .wpfd-dropdown-menu > li:nth-of-type(7),
.wpfd-contextmenu.wpfd-folder-menu .wpfd-dropdown-menu > li:nth-of-type(9) {
    display: none !important;
}

/* Hide the last 3 items in the WPFD file context menu */
.wpfd-contextmenu.wpfd-file-menu .wpfd-dropdown-menu > li:nth-last-of-type(1),
.wpfd-contextmenu.wpfd-file-menu .wpfd-dropdown-menu > li:nth-last-of-type(2),
.wpfd-contextmenu.wpfd-file-menu .wpfd-dropdown-menu > li:nth-last-of-type(3),
.wpfd-contextmenu.wpfd-file-menu .wpfd-dropdown-menu > li:nth-last-of-type(4) {
    display: none !important;
}
