/*--------------------------------------------------------------
bbPress Styling
--------------------------------------------------------------*/
/* search form and search results */

.bbp-search .search-for {
	overflow: hidden;
	padding-right: 21px;
	padding-bottom: 2px;
}

#bbpress-forums div.bbp-search-form {
	float: none;
	margin-bottom: 28px;
	background: #fbfbfc;
	padding: 21px 21px 19px;
	border: 1px solid #eee;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 3px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 0 3px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 3px 1px rgba(255,255,255,0.2);
}

#bbpress-forums #bbp-search-form #bbp_search {
	width: 100%;
	background: #fff;
}

#bbp_search_submit {
	float: right;
}

/* forum list */

.bbp-body .forum-cat:first-child { margin-top: 0; }
.bbp-body .forum-cat { margin-top: 28px; }

li.bbp-forum-freshness {
	width: 28%;
	text-align: right;
}

#bbpress-forums .bbp-body > .single-forum:first-child { border-top: 1px solid #eee; }

#bbpress-forums .single-forum .bbp-forum-topic-count {
	font-size: 11px;
	margin: 5px 0 5px;
	word-wrap: break-word;
	line-height: 2;
	text-transform: uppercase;
}

#bbpress-forums .single-forum .number {
	font-weight: bold;
	padding-right: 2px;
}

#bbpress-forums p.bbp-topic-meta .bbp-author-avatar {
	margin-left: 14px;
	width: 40px;
	height: 40px;
	display: block;
	float:right;
}

#bbpress-forums .bbp-topic-meta > a  {
	display: block;
}

/* global */

div.bbp-breadcrumb {
	float: none;
}

#bbpress-forums ul.forums {
	border: none;
}

#page #bbpress-forums a {
	text-decoration: none;
	border: none;
}

#bbpress-forums fieldset.bbp-form,
#bbpress-forums legend,
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	border-color: rgba(55,55,55,0.1);
}

.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
	background: rgba(0,0,0,0.1);
}

#bbpress-forums ul.forums .bbp-meta {
	text-transform: uppercase;
	font-size: 9px;
}

#bbpress-forums ul.forums .bbp-reply-header,
#bbpress-forums ul.forums .bbp-topic-header,
#bbpress-forums ul.forums .bbp-forum-header,
#bbpress-forums .bbp-category-header,
#bbpress-forums .single-topic-header {
	padding: 8px 0 2px;
	background: none;
	border-color: rgba(55,55,55,0.1);
	border-bottom: 3px solid rgba(55,55,55,0.1);
	font-size: 11px;
}

#bbpress-forums ul.forums .bbp-reply-header,
#bbpress-forums ul.forums .bbp-topic-header,
#bbpress-forums ul.forums .bbp-forum-header,
#bbpress-forums .bbp-category-header,
#bbpress-forums .single-topic-header,
#bbpress-forums .single-topic-header a {
	color: #b2b2b3;
}

#bbpress-forums .bbp-category-header,
#bbpress-forums .single-topic-header {
	text-transform: uppercase;
}

#bbpress-forums .single-topic-header {
	clear: both;
}

#bbpress-forums .bbp-category-header .bbp-forum-info {
	font-weight: bold;
}

#bbpress-forums ul.forums .bbp-reply-header h3,
#bbpress-forums ul.forums .bbp-topic-header h3,
#bbpress-forums ul.forums .bbp-forum-header h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

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

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-body div.hentry {
	padding: 20px 0;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
	background: none;
}

#bbpress-forums li.bbp-footer {
	display: none;
}

#bbpress-forums .bbp-reply-ip,
#bbpress-forums .bbp-topic-ip {
	line-height: 1;
}

/* forums */
#bbpress-forums li.bbp-body ul.forum {
	padding: 20px;
}

#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
	width: 65%;
}

#bbpress-forums li.bbp-forum-freshness {
	width: 35%;
	font-size: 10px;
}

#bbpress-forums li.bbp-forum-info a.bbp-forum-title,
#bbpress-forums .bbp-topics .bbp-topic-title .bbp-topic-permalink {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#bbpress-forums li.bbp-forum-info a.bbp-forum-title,
#bbpress-forums .bbp-forum-info .bbp-forum-content {
	line-height: 1.5;
}

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

#bbpress-forums .bbp-forum-meta {
	font-size: 10px;
	margin-top: 10px;
	color: #8b8b8b;
	text-transform: uppercase;
}

#bbpress-forums .bbp-forum-meta .number {
	font-weight: bold;
}

#bbpress-forums .bbp-forum-freshness a {
	line-height: 20px;
}

#bbpress-forums .bbp-forum-freshness a:not(.bbp-author-name) {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #8b8b8b;
}

#bbpress-forums .bbp-forum-meta .bbp-forum-topic-count {
	margin-right: 8px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-color: rgba(55,55,55,0.1);
	padding: 25px 0;
}

/* single forum */
.single.single-forum .hentry .entry-content,
.single.single-topic .hentry .entry-content {
	border-top: none;
	padding-top: 0;
}

.single.single-forum #bbpress-forums .topic-avatars .topic-author-avatar,
.single.single-forum #bbpress-forums .topic-avatars .topic-reply-avatar,
.single.bbp-user-page #bbpress-forums .topic-avatars .topic-author-avatar,
.single.bbp-user-page #bbpress-forums .topic-avatars .topic-reply-avatar,

.single.bbp-user-page-forum .bbp-topic-meta .bbp-topic-last-by {
	display: block;
}

.single.single-forum .bbp-topic-meta .bbp-topic-last-by:before {
	content: "/";
	padding: 0 2px;
}

.single.single-forum #bbpress-forums .topic-avatars,
.single.bbp-user-page #bbpress-forums .topic-avatars {
	position: relative;
	float: left;
	margin-right: 25px;
}

#bbpress-forums .topic-avatars .topic-author-avatar {
	max-width: 45px;
}

#bbpress-forums .topic-avatars .topic-reply-avatar {
	max-width: 30px;
	position: absolute;
	bottom: -8px;
	right: -8px;
	background: #fff;
}

.single.single-forum .bbp-template-notice,
.single.single-topic .bbp-template-notice {
	display: none;
}

#bbpress-forums .topic-activity {
	float: right;
	font-size: 2em;
	color: #8b8b8b;
}

.bbpress.single .hentry .entry-footer {
	background: none;
	text-align: inherit;
	padding: 0;
}

.bbpress.single .hentry .entry-title {
	padding-bottom: 0;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	text-align: inherit;
	width: 90px;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 125px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	max-width: 90px;
	border: 1px solid #eee;
	padding: 1px;
	border-radius: 2px;
}

#bbpress-forums .reply-author-meta {
	margin-bottom: 25px;
}

#bbpress-forums .reply-author-meta .bbp-author-name {
	font-weight: 600;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

#bbpress-forums li.bbp-body div.hentry {
	border-bottom: 1px solid rgba(55,55,55,0.1);
	padding-bottom: 0;
	margin: 0;
}

span.bbp-admin-links a {
	color: initial;
}

#bbpress-forums .bbp-topics p.bbp-topic-meta {
	text-transform: uppercase;
	font-size: 10px;
}

#bbpress-forums .bbp-topics .bbp-topic-title .bbp-topic-permalink {
	line-height: 1.2;
}

#bbpress-forums .bbp-reply-content .bbp-topic-post-date {
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 5px;
	display: inline-block;
}

#bbpress-forums .bbp-topics p.bbp-topic-meta,
#bbpress-forums .bbp-topics p.bbp-topic-meta a,
#bbpress-forums .bbp-reply-content .bbp-topic-post-date,
#bbpress-forums .bbp-reply-content .bbp-admin-links a {
	color: #b2b2b3;
}

#bbpress-forums div.bbp-reply-content {
	padding: 12px 0;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	border: 1px solid #eee;
}

/* single user */
.bbp-user-page.single .single-topic-header .topic-meta {
	display: none;
}

.bbp-user-page.single .bbp-pagination {
	float: none;
}

.bbp-user-page.single #bbpress-forums ul.bbp-topics {
	clear: both;
	overflow: visible;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	margin-top: 5px;
}

/* widgets */
.widget.widget_display_search #bbp_search {
	width: 100%;
}

.widget.widget_display_stats dt,
.widget.widget_display_replies div {
	text-transform: uppercase;
	font-size: 0.8em;
}

.widget.widget_display_stats dd,
.widget.widget_display_replies div {
	margin-bottom: 10px;
	opacity: 0.5;
}

.widget.widget_display_stats dl,
.widget.widget_display_stats dd:last-child,
.widget.widget_display_replies li:last-child div {
	margin-bottom: 0;
}

.widget.widget_display_replies .avatar {
	display: none;
}