/* This is how the Circles box is displayed */
li.item.bcircles-circle-item {
    background-color: #6495ED;
    width: 300px;
    border-radius: 10px;
}

/* Hide profile navigation items 
	Blog */
#bp-member-blog-personal-li {
	visibility: hidden;
}

/* Width of the Category drop-down on Blog page */
select#bp_member_blog_pro_filter {
	width: 345px;
}
		
/* global formatting of component titles on the member profile pages */		
nav.bb-single-main-nav::after {
	margin-top: 10px;
	font-size: 28px;
    font-weight: 700;
}

/* title for the My Timeline component & Community Activity page only */		
.activity-type-navs, .my-activity ul.subnav {
		margin-top:20px;
	}
	
/* Sort By */
.activity-type-navs::before, .my-activity nav.bp-subnavs::before {
	font-size: 20px;
    font-weight: 500;
    content: "Sort By:";
}

/* titles of each component on the member profile pages */	
.my-activity nav.bb-single-main-nav::after {    
	margin-bottom: -17px; /* Space between title and Sort By */
    content: "My Timeline";
}
	
/* .my-galleries nav.bb-single-main-nav::after {
    content: "My Gallery";
} */