/* ------------------------------------------------------------------------------
* Author: web-zone.org
* @package Bado Blog
* Description: Styles common for BuddyPress
* ------------------------------------------------------------------------------ */


/* Custom sidebar control for BuddyPress */
/* This also prevents the sidebar from being removed if it is removed in the general settings. */
.buddypress #primary {
  width: 69.3%;
  float: left;
}
.buddypress.badoblog-css-left-sidebar #primary {
  float: right;
}
.buddypress .badoblog-css-site-main {
	width: 100%;
}
@media (max-width: 1100px) {
	.buddypress #primary {
    width: 100%;
  }
}