/**
 * Locals Like Me - Hide Unused Elements
 */

.like-icon, .like-button, #bookmarks-counter, .like-button-notlogged,
.verified-badge, .listing-item-container .verified-icon,
#dashboard-reviews-listing-tile, #dashboard-bookmarks-listing-tile,
.dashboard-list-box.invoices,
.sort-by-select + .select2-container .select2-results li:nth-child(1),
.sort-by-select + .select2-container .select2-results li:nth-child(2),
.sort-by-select + .select2-container .select2-results li:nth-child(5),
.sort-by-select + .select2-container .select2-results li:nth-child(6),
.sort-by-select + .select2-container .select2-results li:nth-child(7),
.sort-by-select + .select2-container .select2-results li:nth-child(8),
.sort-by-select + .select2-container .select2-results li:nth-child(9),
.sort-by-select + .select2-container .select2-results li:nth-child(10),
.listing-small-badges-container, .listing-item-container span.tag, .listing-item-content span.tag, .listing-badge.now-open, .listing-list-small-badges-container,
.listing-pricing-tag,
.chart-filters .sort-by,
.chart-filters .sort-by-select,
label[for="display_name"], #display_name,
label[for="email_notifications"], label[for="email_notifications"] + .switch_box, label[for="sms_notifications"], label[for="sms_notifications"] + .switch_box,
label[for="_account_switch"], label[for="_account_switch"] + .listeo-radios {
    display: none !important;
}
