/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.
/* Remove Show More button */
.bp-group-subnav .show-more {
    display: none !important;
}

/* Hide the dropdown arrow */
.bp-group-subnav .group-subnav-options {
    display: none !important;
}
Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/