/*
 * bbPres Custom Styles
 *
 */

.bbpress.archive {}

.forum-archive .title-row .theme-breadcrumbs { display: none;  }

#content-bbp { position: relative; min-height: 320px; }

	.bbpress.archive #content-bbp .entry-title{ display: none; }

	.bbpress.archive #content-bbp #bbp-search-form { margin: 0; margin-top: -15px; }

	#bbpress-forums { overflow: visible; }

	#content-bbp .bbp-breadcrumb { display: block; float: none; margin-bottom: 1.5em; border-bottom: 1px solid #E5E5E5; }

	#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p { margin-bottom: 0; }

.widget_display_stats [role="main"] dt{
	float: left;
	clear: both;
}
.widget_display_stats [role="main"] dd{
	float: right;
	margin: 0;
}
.widget_display_stats [role="main"] dd:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.widget_display_topics li {
	padding-left: 20px;
}

.widget_display_topics a.bbp-forum-title{
	display: block !important;
	margin-left: -20px;
}

.bbp-author-avatar img.avatar {
	margin: 0 5px 0 0;
}