/**
 * BuddyPress / Nouveau theming (ReadyLaunch OFF only).
 * Loaded only when is_buddypress() and ! bb_is_readylaunch_enabled().
 * Keeps BP styling separate so ReadyLaunch can be turned back on without conflict.
 */

/* Undo Bond’s narrow width on BP pages so content uses full container width (not full screen). */
@media (min-width: 992px) {
	body.buddypress .site-main .container .col-lg-8,
	body.buddypress .site-main .container .narrow-width-block,
	body.buddypress .site-main .container .page-content > *,
	body.buddypress .site-main .container .search-header p > * {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}
}


.bp-list:after, .bp-list:before {
    content: "";
	display: none;
}