/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

.widget_display_stats dt,
.widget_display_stats dd {
	font-weight: normal;
	float: left;
}

.widget_display_stats dt {
	clear: both;
	margin-right: 1em;
}

@media screen and (min-width: 992px) {

	.bbp-user-page .fl-content {
		width: 75%;
	}

}

/* bbPress styles */ 

#bbpress-forums,
div.bbp-template-notice li, 
div.bbp-template-notice p {
	font-size: 14px;
	line-height: 1.6;
}

#bbpress-forums .bbp-user-description,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: 16px;
}

#bbpress-forums .bbp-forum-info .bbp-forums-list {
	border: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	margin: 0;
}

div.bbp-breadcrumb, 
div.bbp-topic-tags,
#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta {
	font-size: 13px;
}

.bbpress-wrapper a {
	color: #666;
}

.bbp-forum-title,
.bbp-topic-permalink {
	font-weight: bold;
}

div.bbp-template-notice.info {
	border: #d7d5e3 1px solid;
	background-color: #f3f1f9;
}

/* Forum colors */

.type-forum a,
.bbp-topics a {
	color: #000;
}

#bbpress-forums ul.bbp-forums,
.single-forum #bbpress-forums ul.bbp-topics {
	border-color: #000;
}

#bbpress-forums li.bbp-header {
	background: #000;
	border-top: 0;
	color: #fff;
}

/* ---- Introduce yourself */
/*
#bbp-forum-915 .bbp-forum-title,
#bbp-forum-915 .bbp-topic-permalink {
	color: tomato;
}
*/

/* ---- CWR Live */
#bbp-forum-1274 a {
	color: #654487;
}

.single-forum #bbpress-forums #bbp-forum-1274 {
	border-color: #654487;
}

.single-forum #bbpress-forums #bbp-forum-1274 li.bbp-header {
	background: #654487;
	border-top: 0;
	color: #fff;
}

/* ---- Architecture of the Soul */
#bbp-forum-1270 a {
	color: #93110a;
}

.single-forum #bbpress-forums #bbp-forum-1270 {
	border-color: #93110a;
}

.single-forum #bbpress-forums #bbp-forum-1270 li.bbp-header {
	background: #93110a;
	border-top: 0;
	color: #fff;
}

/* ---- Venus Cycle */
#bbp-forum-1271 a {
	color: #112545;
}

.single-forum #bbpress-forums #bbp-forum-1271 {
	border-color: #112545;
}

.single-forum #bbpress-forums #bbp-forum-1271 li.bbp-header {
	background: #112545;
	border-top: 0;
	color: #fff;
}

/* ---- Lunar Musings */
#bbp-forum-1275 a {
	color: #854a5e;
}

.single-forum #bbpress-forums #bbp-forum-1275 {
	border-color: #854a5e;
}

.single-forum #bbpress-forums #bbp-forum-1275 li.bbp-header {
	background: #854a5e;
	border-top: 0;
	color: #fff;
}

/* ---- Developing Sacred Collaborations */
#bbp-forum-1276 a {
	color: #f45f6f;
}

.single-forum #bbpress-forums #bbp-forum-1276 {
	border-color: #f45f6f;
}

.single-forum #bbpress-forums #bbp-forum-1276 li.bbp-header {
	background: #f45f6f;
	border-top: 0;
}

/* ---- Ushering in the Bright Future */
#bbp-forum-1277 a {
	color: #f27c2c;
}

.single-forum #bbpress-forums #bbp-forum-1277 {
	border-color: #f27c2c;
}

.single-forum #bbpress-forums #bbp-forum-1277 li.bbp-header {
	background: #f27c2c;
	border-top: 0;
}
