/* Start custom CSS */@media (max-width: 768px) {
  .buddypress-wrap .grid-filters {
    display: none !important;
  }
  
  ul#members-list {
        width: 97% !important;
    }
    
    body.buddypress article.page>.entry-header {
    margin-bottom: 1.6em;
    padding: 0;
}

#buddypress .search-form-has-reset #bbp_search, #buddypress .search-form-has-reset input[type=search] {
    padding-right: 0px !important;
}
  
}/* End custom CSS */