div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 20px;
    text-transform: uppercase;
}

/* favorite and subscribe links */
#bbpress-forums #favorite-toggle, 
#bbpress-forums #subscription-toggle {
	font-size: 16px;
}

/* Remove that annoying fielset styling */
#bbpress-forums fieldset.bbp-form {
	border: none;
	padding: 0;
}

#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 {
	border: 1px solid #000;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
	border-top: transparent;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
	background: #19191c;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: transparent;
}
#bbpress-forums li {
	font-size: 16px;
	/* text-transform: uppercase; */
	letter-spacing: 0.8px;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: #1a1c1f;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #25282d;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
	padding: 10px 16px;
}

#bbpress-forums li.bbp-footer, 
#bbpress-forums li.bbp-header {
	padding: 16px;
}

#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-reply-header, 
#bbpress-forums div.bbp-topic-header {
	background-color: #171717;
}
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-reply-author, 
#bbpress-forums div.bbp-topic-author {
	width: 170px;
}

.bbp-header .bbp-reply-author,
.bbp-header .bbp-reply-content,
.bbp-footer .bbp-reply-author,
.bbp-footer .bbp-reply-content,
.bbp-meta
{ 
	text-transform: uppercase;
}

/* warning notice */
div.bbp-template-notice.info {
	background-color: #ffffe0;
}
div.bbp-template-notice.info a {
	color: #ab00df;
	text-decoration: none;
	text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

/* thread that is currently in bin */
#bbpress-forums .status-spam.even, 
#bbpress-forums .status-trash.even {
	background-color: rgba(255, 0, 0, 0.271);
}

/* un-approved thread coloring */
#bbpress-forums .status-pending.even, 
#bbpress-forums .status-pending.odd, 
#bbpress-forums ul.status-pending a {
	background-color: rgba(37, 31, 106, 0.27);
}

/* Pagination links above forum body */
.bbp-pagination {
	font-size: 16px;
	letter-spacing: 0.8px;
}
#bbpress-forums .bbp-pagination-links a, #bbpress-forums .bbp-pagination-links span.current {
	padding: 5px 10px;
	background-color: #1a1c1f;
	box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
	text-shadow: 0px 0px 6px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000;
	text-align: center;
}
#bbpress-forums .bbp-pagination-links a, 
#bbpress-forums .bbp-pagination-links span.current {
	border: 1px solid #000;
	font-size: 14px;
}
#bbpress-forums .bbp-pagination-links a:hover, 
#bbpress-forums .bbp-pagination-links span.current, 
#bbpress-forums .bbp-topic-pagination a:hover {
	border: 1px solid #ab00df;
}

/* Pagination links inside the topic title */
#bbpress-forums .bbp-topic-pagination a {
	padding: 2px 6px;
	background-color: #1a1c1f;
	box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
	text-shadow: 0px 0px 6px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000;
	text-align: center;
}
#bbpress-forums .bbp-topic-pagination a {
	border: 1px solid #000;
}

/* last poster username */
#bbpress-forums p.bbp-topic-meta span {
	font-size: 16px;
}

/* last poster avatar */
/* #bbpress-forums .widget_display_replies img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#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 {
	width: 30px;
	height: 30px;
} */

/* new topic title textfield */
#bbpress-forums fieldset.bbp-form input[type="text"], 
#bbpress-forums fieldset.bbp-form select,

.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input, 
.bbp-login-form .bbp-username input {
	background-color: #222528;
	border: 1px solid rgba(0, 0, 0, 0.6);
	min-height: 28px;
	height: 28px;
	padding: 5px;
}

/* new topic content box textarea */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	background-color: #222528;
	/* border: 1px solid rgba(0, 0, 0, 0.6); */
	color: #b1b1b1;
	font-size: 14px;
}

/* the two classes below need to have !important set, as they are alterting WordPress core CSS */
.wp-editor-container {
	border: 1px solid rgba(0, 0, 0, 0.6) !important;
}
.quicktags-toolbar {
	background: #1a1c1f !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

/* Textarea editor buttons */
#bbpress-forums div.bbp-the-content-wrapper input[type="button"] {
	margin: 0 5px 0 0;
	padding: 2px 6px;
	background-color: #1a1c1f;
	box-shadow: inset 0px 1px 1px #505050, 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
	color: #b1b1b1;
	font-size: 12px;
	text-shadow: 0px 0px 6px #000000, 0px 0px 4px #000000, 0px 0px 2px #000000;
}
#bbpress-forums div.bbp-the-content-wrapper input[type="button"]:hover {
	background-color: rgb(91, 23, 114);
}