/**
 * =bbPress Styling
 * ----------------------------------------------------------------------------
 */

 /* Forums */

.forum.hentry.single {
	background: none;
	box-shadow: none;
} 

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

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

 /* Breadcrumbs */

.bbp-breadcrumb {
	float: none;
 	display: block;
 	width: 100%;
 	padding-bottom: 5px;
 	margin-bottom: 20px;
 	border-bottom: 1px solid #e5e5e5;
 	overflow: hidden;
 }

.bbp-breadcrumb p {
  	margin-bottom: 0;
}

.bbp-breadcrumb a {
	color: #333;
}

.bbp-breadcrumb span.bbp-breadcrumb-current {
	color: #888;
}

#bbpress-forums .bbp-breadcrumb {
	display: none
}

/* Pagination */

#bbpress-forums .bbp-pagination {
	
}

/* Search Form */

.bbp-forum-post-date {
	font-size: 13px;
	font-weight: normal;
}

.bbp-footer .bbp-search-author, 
.bbp-footer .bbp-search-content {
	display: none;
}

li.bbp-body .type-forum.hentry {
	padding-top: 18px;
	padding-bottom: 30px;
}

.bbp-search-form {

} 

#bbpress-forums #bbp-search-form {
	overflow: hidden;
}

#bbpress-forums #bbp-search-form #bbp_search {
	margin-bottom: 0;
}

.bbp-search-form #bbp_search_submit {
	height: 42px;
	font-size: 15px;
	line-height: 42px;
	padding: 0 25px;
	margin: 0;
	text-transform: uppercase;
}

/* Forum Title */

.bbpress h1.entry-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}
 
/* Topic Title */
.bbpress.single-topic .main-heading {
	
}
 
#bbpress-forums .bbp-topic-title, #bbpress-forums .bbp-forum-title {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	padding-bottom: 0;
	margin-bottom: 10px;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar
{
	border: 0;
	margin-bottom: -4px;
	margin-rigth: 3px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results 
{
	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
{
	border: 0;	
}

#bbpress-forums li.bbp-header {
	border: none;
	border-top: 1px solid #e5e5e5;
 	padding: 10px 0 10px 0;
 	background: none;
}

#bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: left;
	font-size: 16px;
}

#bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 110px;
	padding: 0;
	text-align: left;
	font-size: 16px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-reply-content span#favorite-toggle {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: 5px 0 0 3px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle a, li.bbp-header div.bbp-topic-content span#favorite-toggle a, li.bbp-header div.bbp-reply-content span#subscription-toggle a, li.bbp-header div.bbp-reply-content span#favorite-toggle a {
	color: #555;
}

#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 {
	margin-bottom: 28px;
}

/* Forum List */

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

#bbpress-forums .forum-cat {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 3px solid #222;
	overflow: hidden;
}

.forum-cat .normal { 
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}

li.bbp-forum-info, li.bbp-topic-title {
	font-weight: normal;
	width: 53%;
}
li.bbp-forum-topic-count,
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count { 
	font-weight: normal;
	width: 20%;
}

li.bbp-forum-freshness,
li.bbp-forum-freshness, li.bbp-topic-freshness { 
	font-weight: normal;
	width: 27%;
	text-align: right; 
}

li.bbp-forum-freshness a,
li.bbp-forum-freshness a , li.bbp-topic-freshness a {
	color: #888;
}

#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 .single-forum .bbp-topic-meta { 
	line-height: 2;
	color: #a6a6a6;
}

#bbpress-forums p.bbp-topic-meta span { white-space: normal; }

#bbpress-forums li.bbp-body ul.forum { 
	padding: 15px 0; 
}

#bbpress-forums p.bbp-topic-meta img.avatar { 
	float: right;
	margin-left: 12px; 
}

#bbpress-forums .bbp-forum-info .bbp-forum-content { 
	font-size: 14px; 
	line-height: 1.4;
	margin: 0;
}

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

#bbpress-forums li.bbp-body ul.forum {
	border-bottom: 1px solid #eee;
	border-top: 0;	
}

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

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

/* Global BBPress */

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

a.bbp-author-name {
	color: #e54e53;		
} 

div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice.info {
	border-width: 1px;
	border-style: solid;
	padding: 5px 15px;
	margin: 5px 0 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFCE5;
	border: 1px solid #FFDC7D;
	color: #D69A2A;
	clear: both;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

div.bbp-template-notice p {
	font-size: 14px;
}

div.bbp-template-notice.info { 
	
}

div.bbp-template-notice a, div.indicator-hint a, div.bbp-template-notice.info a {
	color: #D69A2A;
	text-decoration: underline;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#bbpress-forums fieldset.bbp-form label {
	vertical-align: middle;
	margin-top: -9px;
}

div.bbp-submit-wrapper {
	float: left;
	margin: 10px 0 10px 0;
}

div.bbp-submit-wrapper button {
	font-size: 14px;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Topic Listing */

.forum-description { font-size: 13px; }
.forum-description a { color: inherit; }

.forum-description .bbp-author-avatar { display: none; }

#bbpress-forums ul.bbp-topics { border-top: 1px solid #d9d9d9; }

#bbpress-forums li.bbp-body ul.topic { 
	border-bottom: 1px solid #d9d9d9;
	border-top: 0; 
}

#bbpress-forums li.bbp-body ul.topic { padding: 21px 0; }

#bbpress-forums .topic .topic-avatars {
	float: left;
	text-align: left;
	margin-right: 21px;
}

.topic-avatars img { display: block; }


#bbpress-forums .topic-meta {
	max-width: 75%;
	float: left;
	color: #a6a6a6;
}

#bbpress-forums .freshness a { color: inherit; }

	#bbpress-forums .topic-meta .last-post {
		display: block;
	}
	
	#bbpress-forums .topic-meta .bbp-topic-meta .bbp-author-name { margin-left: 4px; }
	
#bbpress-forums .topic-activity { 
	float: right; 
	margin-top: 7px;
}

.topic-activity .stat {
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px 4px;
	text-transform: uppercase;
}

#bbpress-forums .topic-activity .number {
	font-size: 15px;
	font-weight: bold;
}


/* Single Topic */

.bbp-topic-description img {
	display: none;
}

.bbp-footer .bbp-reply-author, .bbp-footer .bbp-reply-content {
	display: none;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
	border-top: 4px solid #444;
}

.type-topic.hentry, .type-reply.hentry {
	border-bottom: 0;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
	padding: 7px 15px;
}

li.bbp-body div.hentry {
	padding: 30px 0 10px 0;
}

.bbp-reply-post-date {
	font-size: 13px;
	font-weight: normal;
}

.single-post-header {
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0;
	border-bottom: 0;
}

.single-post-header .user-links { 
	float: right; 
	font-size: 11px;
}

.forum-tags { 
	overflow: hidden;
	float: left; 
	text-transform: none;
}

.forum-tags .posted-in { 
	float: left;
	margin-bottom: 0; 
}

.forum-tags .posted-in > a { 
	display: inline-block;
	margin-left: 5px;
	font-weight: 600; 
}

#bbpress-forums .single-post {
	border-bottom: 1px solid #d9d9d9;
	padding: 21px 0;
	position: relative;
}

.bbp-replies > li > .single-post:first-child, .bbp-replies .thread-replies li:first-child .single-post {
	border-top: 1px solid #d9d9d9;	
}

#bbpress-forums div.bbp-reply-author { width: auto; }
#bbpress-forums div.bbp-reply-author img.avatar { margin: 0; }
#bbpress-forums div.bbp-reply-content { 
	padding: 0;
	margin-left: 110px; 
}

.single-post .reply-meta { 
	text-transform: uppercase;
	font-size: 11px;
	color: #a6a6a6;
	margin-bottom: 18px;
	overflow: hidden;
}

#bbpress-forums .reply-meta .bbp-author-name { 
	font-size: 14px;
	display: inline-block;
	margin-right: 7px;
	text-transform: none;
}

.reply-meta .bbp-reply-permalink { 
	float: right;
	color: inherit; 
}

#bbpress-forums .post-content { 
	font-size: 13px; 
}

#bbpress-forums .post-content:last-child { margin-bottom: -18px; }

#bbpress-forums .post-content > p {
	margin-bottom: 18px;
}

.single-post .bbp-admin-links {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #a6a6a6;
}

.single-post .bbp-admin-links a {
	font-size: 11px;
	color: inherit;
}
	
/* Profile */
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, 
#bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies { 
	clear: both; 
}

/* Search Form and Search Results */

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

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	width: auto;
}

.bbp-topic-post-date {
	font-weight: normal;
	font-size: 13px;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
	border-bottom: none;
}

.bbp-search .search-for {
	overflow: hidden;
	padding-right: 15px;
}

#bbpress-forums div.bbp-search-form { 
	float: none;
	margin-bottom: 28px;
	background: #f6f6f6;
	padding: 8px 10px; 
}

#bbpress-forums #bbp-search-form #bbp_search {
	margin-right: 1%;
	width: 67.5%;
	background: #fff;	
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
	display: inline-block;
	width: 30%;
}

#bbp-search-results .single-post { border-bottom: 0; }
#bbp-search-results .single-post:last-child { border-bottom: 1px solid #d9d9d9; }


/* Login Widget */

.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input {
	padding: 14px;
}

.bbp-login-form fieldset {
	border: none;
	padding: 0;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-password {
	margin-top: 0;
}

.bbp-remember-me label {
	margin: 0;
}

.bbp-logged-in h4 {
	margin-bottom: 0;
}

.bbp-logged-in h4 {
	font-size: 16px ! important;
}

/* Stats Widget */

.widget_display_stats dl { 
	overflow: hidden;
	padding: 0;
}

.widget_display_stats dt {
	float: left;
	clear: both;	
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

.widget_display_stats dd {
	float: right;
	font-size: 13px;
	padding: 1px 8px;
	margin-bottom: 5px;
	border: 1px solid #d9d9d9;
	font-weight: normal;
	background: #f2f2f2;
}

.widget_display_stats dd strong { font-weight: 600; }


@media only screen and (max-width: 480px) {
	
	li.bbp-forum-freshness { display: none; }
	li.bbp-forum-topic-count { width: 25%; }
	li.bbp-forum-info, li.bbp-topic-title { width: 75%; }
	
	
	#bbpress-forums .topic-meta { max-width: 60%; }
	.topic-avatars img {
		width: 50px;
		height: auto;
	}
		
	
	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin: 0;
		min-height: 0;
		padding-left: 0;
		position: relative;
		text-align: left;
		width: auto;
	}
	
	#bbpress-forums div.bbp-reply-author img.avatar {
		position: static;
		display: block;
	}
	
	#bbpress-forums div.bbp-reply-author .bbp-author-role { display: none; }
	
	#bbpress-forums div.bbp-reply-content a { display: none; }
	
	#bbpress-forums #bbp-search-form #bbp_search { 
		width: 65%;
		padding: 14px;
	}

	#bbpress-forums #bbp-search-form #bbp_search_submit {
		width: 30%;
	}
	
	#bbpress-forums .bbp-body div.bbp-reply-content { 
		clear: none;
		margin: 0;
		margin-left: 100px;
		 
	}
}