/*
Theme Name: REIGN Child
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reign-child
Template: reign-theme
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, post-formats, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo
*/
.page-template-front-page .entry-title, .page-template-front-page .feed { display: none !important; }
.home .entry-title, .home .feed { display: none !important; }

/* Hide Activity title and RSS on front page */
body.home .page-title, body.home .feed, body.home .entry-title { display: none !important; }

/* Groups directory: sidebar right layout */
.directory.groups .groups-content-area,
.bp-content-area.groups-content-area {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
}
.directory.groups #groups-dir-list {
    flex: 1 !important;
    min-width: 0 !important;
}
.directory.groups .groups-content-area > .widget-area {
    flex: 0 0 280px !important;
}
/* Hide duplicate Studios headings */
.directory.groups .entry-title,
.directory.groups .page-title,
.directory.groups .entry-header {
    display: none !important;
}
