/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

.bbp-breadcrumb {
}
.bbp-topic-tags {
	font-size:0;
}
.bbp-topic-tags a {
	display:inline-block;
	font-size:1rem;
	color:#fff;
	background:#26BBD4;
	position:relative;
	padding:0.4em 2em 0.4em 0.5em;
	line-height:1;
	margin-bottom:0.5em;
	margin-left:1em;
	font-size:0.8rem;
}
.bbp-topic-tags a:after {
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bbp-topic-tags a:after {
	border-color:rgba(0,0,0,0);
	border-right-color:#fff;
	border-width:1em;
	top: 50%;
	margin-top: -1em;
}
.bbp-topic-tags a:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bbp-topic-tags a:before {
	border-color:rgba(0,0,0,0);
	border-right-color: #26BBD4;
	border-width:1em;
	top: 50%;
	margin-top: -1em;
}
.indicator-hint {
	font-size:.8em;
	color:#888;
}
.bbp-template-notice {
	background:#fcfbf4;
	padding:0.5em 1em;
	font-size:0.85em;
	border:1px #f6f3e4 solid;
	margin-bottom:1em;
}
.bbp-template-notice p {
	padding:0;
}
.forums,.forum-titles,.bbp-topics {
	padding-left:0;
	list-style:none;
	padding-bottom:0;
	margin-left:0;
}
.bbp-topic-title, .bbp-topic-freshness, .bbp-topic-voice-count, .bbp-topic-reply-count,.bbp-forum-info,.bbp-forum-freshness,.bbp-forum-topic-count,.bbp-forum-reply-count {
	display:inline-block;
	margin-bottom:0;
	vertical-align:top;
}
.bbp-forums {
	list-style:none;
	padding-left:0;
}
.bbp-topic-meta,.bbp-meta {
	font-size:0.75em;
}
.bbp-topic-title,.bbp-forum-info {
	width:40%;
}
.page-numbers {
	color:#aaa;
	font-size:0.75em;
	font-weight:400;
}
.bbp-topic-freshness,.bbp-forum-freshness{
	width:25%;
}
.bbp-topic-voice-count, .bbp-topic-reply-count,.bbp-forum-topic-count,.bbp-forum-reply-count {
	width:15%;
}
.bbp-header,.bbp-footer {
	overflow:hidden;
	background:#00cbba;
	padding:0.5em 1em;
	color:#fff;
	font-family:'sofia-pro-soft', serif;
	margin:0.5em 0 0;
}
.bbp-footer {
	margin-bottom:1em;
}
.single.forum .bbp-footer, .forum-archive .bbp-footer {
	display:none;
}
legend {
	font:1.15em/1.25 'sofia-pro-soft', serif;
	color:#26BBD4;
}
.bbp-form br {
	display:none;
}
.bbp-header a {
	color:rgba(255,255,255,.8);
}

.bbp-reply-author,.bbp-topic-author {
	width:23%;
	float:left;
    padding-right:3%;
}
.bbp-reply-content,.bbp-topic-content {
	width:77%;
	float:left;
}
.bbp-reply-header,.bbp-topic-header {
	background:#fcfbf4;
	padding:0.5em 1em;
	text-transform:uppercase;
	font-size:0.7em;
	overflow:hidden;
}
.bbp-the-content-wrapper {
	margin-bottom:1em;
}
.bbp-body .topic,.bbp-body .reply {
	overflow:hidden;
	padding:1em 0;
}
.bbp-body .bbp-reply-author,.bbp-body .bbp-topic-author {
	font-size:.85em;
	text-align:center;
}
label[for="bbp_topic_subscription"] {
	display:inline-block;
}
#bbp-user-navigation ul {
	list-style:none;
	padding-left:0;
}
#bbp-user-navigation li {
	padding-right:0.25em;
	display:inline-block;
}
#bbp-user-navigation li:after {
	content:' /';
	padding-left:0.25em;
	color:#aaa;
}
#bbp-user-navigation li:last-child:after {
	color:rgba(0,0,0,0);
}
.bbp-user-edit-link a {
	color:#aaa;
}
.bbp-body .bbp-topic-title {
	padding-left:1em;
}
.bbp-topic-header .bbp-topic-title {
	width:100%;
	padding:1rem 0;
}
span.bbp-header {
	background:0;
	padding:0;
	color:#555;
}
span.bbp-header a {
	color:#555;
}
span.description {
	padding:0;
	background:none;
}
.bbp-form.password input {
	width:100%;
	display:block;
}
fieldset {
	border:0;
	padding:0;
	margin:0;
}
.quicktags-toolbar {
	margin-top:1.5rem;
}
.bbp-pagination-count {
	font-size:0.85em;
	margin:1.5rem 0;
}
.section .bbp-search-form {
	display:none;
}
#bbp_search {
	background:#fff;
}
label[for="bbp_search"] {
	display:none;
}
.bbp-body ul {
	padding:1rem;
	margin-left:0;
	background:#fff;
}
.quicktags-toolbar .button {
	width:auto;
}
.blog-content .bbp-forums {
margin-left:0;
}
.quicktags-toolbar .button {
	background:#56c4b8 !important;
	border:0 !important;
	box-shadow:0 !important; 
	padding-bottom:0.5rem !important;
	padding-top:0.5rem !important;
}
.d4p-attachment-addfile {
	display:block;
	margin:1rem 0;
}
#bbp-search-results {
	margin-left:0;
}

.bbp-body .sticky {	
	background:#f9fcd2 !important;
	border-bottom:#fff 1px solid;
}