/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme Specific Fixes
    # BuddyBoss
    # BuddyX
    # OneCommunity
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## BuddyBoss
--------------------------------------------------------------*/
.bb-grid .elementor-widget-wrap .elementor-widget-buddypress_shortcode_groups_widget #groups-list.bp-list.grid {
    margin: 0 -10px;
}

/*.elementor-widget-wrap .elementor-widget-buddypress_shortcode_groups_widget #groups-list.bp-list.grid li {
    flex: auto;
}*/

/*--------------------------------------------------------------
## BuddyX
--------------------------------------------------------------*/
.elementor-widget-wrap .elementor-widget-buddypress_shortcode_groups_widget #groups-list.bp-list.grid {
    margin: 0 -15px;
}

.elementor-widget-wrap .elementor-widget-buddypress_shortcode_groups_widget #groups-list.bp-list.grid li {
    display: block !important;
    min-width: inherit;
    margin: 0 0 30px;
    padding: 0 15px;
}

/*--------------------------------------------------------------
## OneCommunity
--------------------------------------------------------------*/
.shortcodes-for-buddypress .buddypress-wrap .activity-list .activity-item div.item-avatar img {
    width: 40px !important;
    float: left;
    padding: 3px;
}

.shortcodes-for-buddypress .elementor-widget-container .buddypress-wrap ul.activity-list.item-list li {
    width: 100%;
    overflow: visible;
}

.shortcodes-for-buddypress .elementor-widget-container .buddypress-wrap .activity-comments div.acomment-avatar img {
    border-width: 1px;
    float: left;
    height: 30px;
    max-width: none;
    width: 30px !important;
}

.shortcodes-for-buddypress .elementor-widget-container .buddypress-wrap .activity-comments div.acomment-avatar {
    width: auto;
    overflow: visible;
}

.shortcodes-for-buddypress .elementor-widget-container .buddypress-wrap .bp-list li .activity-comments .action {
    text-align: left;
}