#buddypress a.button.outline {
    box-shadow: none;
    border-radius: 0px !important;
}

.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a, .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a {
    background-color: var(--bb-primary-color);
    border: 0;
    color: var(--bb-body-background-color);
    border-radius: 0px;
}

.bb-bp-settings-content{
	border: 1px solid #23232d !important;
    background-color: #ffffff;
    box-shadow: 4px 4px 0 0 #23232d;
	border-radius:0px !important;
}

.switchbox {
    display: none;
}
.switchbox.active {
    display: block;
}


.notifications-header{
	margin-top:40px !important;
}

.mobile-logo-wrapper{
	justify-content:center !important;
}

.messages-wrapper{
	margin-top:30px !important;
	border-radius:0px !important;
}

.bbp-lead-topic{
	margin-top:30px !important;
}

.field_nickname{
	display:none !important;
}

.bb-course-preview-wrap.bb-thumbnail-preview {
    display: none !important;
}

.bb-learndash-banner{
	display:none;
}

.bb-cover-wrap{
	display:none !important;
}

.settings-header{
	margin-top:40px !important;
}

.site-content-grid{
	margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 799px) {
  
  .site-content-grid{
	margin-left: -20px !important;
    margin-right: -20px !important;
}
}

.frm-show-form{
	margin-bottom:-30px !important;
}


.signin-button {
display:none !important;
  }

.site-header-container {
    height:76px;
}

@media (max-width: 799px) {
  
  .site-header-container {
display:none !important;
  }
}

.rld-client-fe-split-head-left{
	width:80%;
}

.rld-client-fe-split-head-right{
	width:20%;
	text-align:right;
}

.rld-client-fe-split-head{
	display:flex;
	flex-direction:row;
	align-items: center;
	margin-bottom:15px;
}


.nav-link-rld.active{
	background-color:#000;
}

.nav-link-rld{
	background-color:#ff7f00;
}

.dash-stat-row-bord{
background-color:#fff;	
	padding:10px;
	margin-bottom:5px;
	color:#23232D;
	border-top: 1px solid var(--bb-content-border-color);
	border-right: 1px solid var(--bb-content-border-color);
	border-bottom: 1px solid var(--bb-content-border-color);
}

.myrld-header-bord{
	border: 1px solid var(--bb-content-border-color);
	background:#fff;
	padding:10px;
	margin-bottom:0px;
	color:#23232D;
}

.myrld-content-box-bord{
	border-left: 1px solid var(--bb-content-border-color);
	border-right: 1px solid var(--bb-content-border-color);
	border-bottom: 1px solid var(--bb-content-border-color);
	background:#fff;
	padding:10px;
}

.myrld-content-box-sq{
	border: 1px solid var(--bb-content-border-color);
	background:#fff;
	padding:30px;
}

.myrld-content-box-sq-fe{
padding: 30px;
    border: 1px solid #23232d;
    background-color: #ffffff;
    box-shadow: 4px 4px 0 0 #23232d;
}

.myrld-content-box-sq-fe-gr{
padding: 30px;
    border: 1px solid #23232d;
    background-color: #f3f4f7;
    box-shadow: 4px 4px 0 0 #23232d;
}

.side-panel-menu a {
	border-radius: 3px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.bb-template-v2.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section) {
    margin-left: 12px;
    margin-bottom: 5px;
}

.bs-item-wrap{
	border-radius:0px !important;
}

.bb-cover-wrap{
	border-radius:0px !important;
}

.bb-media-container{
	border-radius:0px !important;
}

.bb-cover-list-item{
	border-radius:0px !important;
	border: 1px solid #23232d !important;
    background-color: #ffffff;
    box-shadow: 4px 4px 0 0 #23232d;
}

.depth-1{
	border-radius:0px !important;
}

.grid-filters{
	border-radius:0px !important;
}

.select-wrap{
	border-radius:0px !important;
}

.list-wrap{
	border-radius:0px !important;
}

.whats-new-form-header{
	border-radius:0px !important;
}

.group-separator-block{
	border-radius:0px !important;
}

.activity-item{
	border-radius:0px !important;
}

.bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item {
	border-radius:0px !important;
}

#whats-new-form{
	border-radius:0px !important;
}

.bb-template-v2 .subnav li a{
	border-radius:0px;
}

#whats-new-toolbar{
	border-radius:0px !important;
}

.group-resource{
	border:1px solid var(--bb-content-border-color);
	padding:20px;
margin-bottom:10px;
	color:#23232D;
}

.group-resource:hover{
	background:#ff7f00;
	color:#fff;
	border:1px solid #ff7f00;
}



.item-header-wrap{
	align-items:center !important;
}

.member-title-wrap{
	margin:0px;
}

.avatar{
	background-color:#fff;
	border-radius:7px;
}

.group-avatar-wrap{
	margin-top:0px !important;
	width: 100%;
    text-align: center;
    padding: 20px;
	background-color:#2E60B5;
	margin-left:0px !important;
	border-radius: 7px 7px 0px 0px;
}


#header-cover-image {
    display: none !important;
}

.bs-group-cover {
    display: none !important;
}

#item-header-avatar{
	margin-top:0px !important;
}

.site-header-container{
	min-width:100%;
}
.site-header{
	padding-left:10px !important;
	padding-right:10px !important;
}
.container{
	min-width:100%;
}

#primary{
	min-width:80%;
}

#secondary{
	min-width:20%;
}

.entry-title {
display: none;
}

div#cover-image-container {
    margin-top: 30px !important;
	border-radius: 0px !important;
	border: 1px solid #23232d;
    background-color: #ffffff;
    box-shadow: 4px 4px 0 0 #23232d;
}

.group-subscription {
	color: #ff7f00 !important;
	border-color: #ff7f00 !important;
}

.group-subscription:hover {
	color: #fff !important;
}

.widget.bp-profile-search-widget {
    padding: 20px;
    margin-top: 70px;
}

