/*
 * First things first, let's change some of the
 * styles that Eighties puts on the forums by
 * default (e.g. the width)
*/
/** -----------------------------------------------------:[ Reset ]:---------- */
.js .bbpress .page-header .bbp-search-form input {
  background: #6a6a6a;
  border: 1px solid #6a6a6a;
}
.js .bbpress .page-header .bbp-search-form input:focus {
  background: #FFF;
}
.js .bbpress .page-header .avatar {
  margin-bottom: 1.5em;
  border: 5px solid #5e5e5e;
  border-radius: 50%;
}
.js .bbpress .page-header .user-forum-role {
  display: inline-block;
  margin-top: 1.5em;
  padding: 2px 6px;
  background: #6a6a6a;
  border-radius: 2px;
  font-size: 0.7em;
  color: #d1d1d1;
  text-transform: uppercase;
}
.js .bbpress .page-description a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: background-color 200ms linear, border-color 200ms linear;
  -moz-transition: background-color 200ms linear, border-color 200ms linear;
  -o-transition: background-color 200ms linear, border-color 200ms linear;
  transition: background-color 200ms linear, border-color 200ms linear;
}
.js .bbpress .page-description a:hover {
  background-color: #f2777a;
  border-color: transparent;
}
.js .bbpress .hentry > [class^="entry-"] {
  /*
					NOTE Perhaps we will define this with actual classes.
				*/
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/** -----------------------------------------------------:[ Core ]:---------- */
#bbpress-forums ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bbpress-forums li {
  margin: 0;
}
#bbpress-forums .bbp-top-list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#bbpress-forums .forum {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
}
#bbpress-forums .forum {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#bbpress-forums .forum:before,
#bbpress-forums .forum:after {
  content: " ";
  display: table;
  line-height: 0;
}
#bbpress-forums .forum:after {
  clear: both;
}
#bbpress-forums .forum-titles:before,
#bbpress-forums .forum-titles:after {
  content: " ";
  display: table;
  line-height: 0;
}
#bbpress-forums .forum-titles:after {
  clear: both;
}
#bbpress-forums .forum-titles li {
  font-size: .9em;
  padding: .5em 1em;
}
.bbp-forum-wrapper {
  border-bottom: 1px solid #f6f6f6;
}
.bbp-top-list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  border: 1px solid #515151;
  border-bottom: 0;
  border-radius: 2px;
}
.bbp-top-list:before,
.bbp-top-list:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-top-list:after {
  clear: both;
}
.bbp-header {
  background: #515151;
  border-radius: 2px 2px 0 0;
  color: #FFF;
}
.bbp-forum-title {
  margin: 0;
}
.bbp-forum-title a {
  color: #2d2d2d;
}
.bbp-forum-title a:hover {
  color: #f2777a;
}
.bbp-info {
  float: left;
  text-align: left;
  width: 70%;
}
.bbp-forums-list-title {
  display: block;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-top: 1px solid #f6f6f6;
  font-size: .7em;
  text-transform: uppercase;
}
.bbp-forums-list-title span {
  margin-top: -1em;
  padding: 0 0.5em;
  position: absolute;
  background: #f6f6f6;
  color: #a0a0a0;
}
.bbp-forums-list li {
  font-size: .9em;
}
.bbp-counts {
  width: 15%;
  float: right;
}
.bbp-count-item {
  margin-top: 1em;
  color: #FFF;
  font-size: .8em;
}
.bbp-count-item:before,
.bbp-count-item:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-count-item:after {
  clear: both;
}
.bbp-count-item a,
.bbp-count-item span {
  float: left;
  padding: .2em .5em;
  display: inline-block;
}
.bbp-count-item.bbp-count-topics {
  background: #6699cc;
  color: #FFF;
}
.bbp-count-item.bbp-count-topics .bbp-count-number {
  background: #538cc6;
}
.bbp-count-item.bbp-count-replies {
  background: #99cc99;
}
.bbp-count-item.bbp-count-replies .bbp-count-number {
  background: #88c388;
}
.bbp-count-item .bbp-count-number {
  float: right;
}
.bbp-no-topic {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bbp-topic-form {
  border-top: 1px solid #f6f6f6;
}
/** -----------------------------------------------------:[ Topics & Replies ]:---------- */
.bbp-topics .item-names:before,
.bbp-topics .item-names:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-topics .item-names:after {
  clear: both;
}
.bbp-topics .topic:before,
.bbp-topics .topic:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-topics .topic:after {
  clear: both;
}
.bbp-topics .topic a {
  color: #515151;
}
.bbp-topics .topic a:hover {
  color: #f2777a;
}
.bbp-topics .topic .bbp-topic-title a {
  padding: 0 0.3em;
  background-color: #f2777a;
  color: #FFF;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.bbp-topics .topic .bbp-topic-title a:hover {
  background-color: #515151;
}
.bbp-topics .super-sticky:before,
.bbp-topics .sticky:before {
  position: absolute;
  font-size: 1.5em;
  margin-left: -0.5em;
  margin-top: 0.5em;
  color: #ffcc66;
  content: "\f042";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbp-topics .super-sticky .bbp-topic-title a,
.bbp-topics .sticky .bbp-topic-title a {
  background-color: #ffcc66;
  color: #515151;
}
.bbp-topics .super-sticky .bbp-topic-title a:hover,
.bbp-topics .sticky .bbp-topic-title a:hover {
  color: #FFF;
}
.bbp-topics .bbp-body .hentry {
  border-bottom-color: #515151;
}
.bbp-topic-title,
.bbp-topic-forum,
.bbp-topic-voices,
.bbp-topic-replies,
.bbp-topic-activity,
.bbp-topic-author {
  padding: 0.7em 1.1em;
}
.bbp-topic-title {
  float: left;
  width: 50%;
}
.post-type-archive-topic .bbp-topic-title {
  float: left;
  width: 33.3333333%;
}
.bbp-topic-forum {
  float: left;
  width: 25%;
}
.bbp-topic-author {
  float: left;
  width: 8.3333333%;
  text-align: center;
}
.bbp-topic-author img {
  margin: 0;
}
.bbp-topic-voices,
.bbp-topic-replies {
  float: left;
  width: 8.3333333%;
  text-align: center;
}
.bbp-topic-activity {
  float: left;
  width: 25%;
  text-align: right;
}
/** -----------------------------------------------------:[ Replies ]:---------- */
.bbp-replies .bbp-header:before,
.bbp-replies .bbp-header:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-replies .bbp-header:after {
  clear: both;
}
.bbp-replies .bbp-header-title {
  display: inline-block;
  margin-top: 0.5em;
}
.bbp-replies .bbp-header .bbp-reply-content {
  float: left;
  width: 83.3333333%;
}
.bbp-replies .bbp-footer {
  background: #515151;
  color: #FFF;
}
.bbp-replies .bbp-footer:before,
.bbp-replies .bbp-footer:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-replies .bbp-footer:after {
  clear: both;
}
.bbp-replies .bbp-reply-author {
  float: left;
  width: 16.6666667%;
  text-align: center;
}
.bbp-replies .bbp-reply-author img {
  margin: 0;
}
.bbp-replies .bbp-reply-content {
  float: left;
  width: 54.1666667%;
}
.bbp-replies .bbp-reply-content-author {
  margin-bottom: 2em;
}
.bbp-replies .bbp-reply-content-author .bbp-author-name,
.bbp-replies .bbp-reply-content-author .bbp-author-role {
  display: inline;
}
.bbp-replies .bbp-reply-content-author .bbp-author-name {
  font-weight: bold;
}
.bbp-replies .bbp-reply-content-author .bbp-author-role {
  float: right;
  margin-left: .5em;
  padding: .2em .4em;
  background: #f9f9f9;
  border-radius: 2px;
  color: #d3d3d3;
  font-size: .8em;
}
.bbp-replies .bbp-reply-content .bbp-admin-links:before,
.bbp-replies .bbp-reply-content .bbp-admin-links:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-replies .bbp-reply-content .bbp-admin-links:after {
  clear: both;
}
.bbp-replies .bbp-reply-content .bbp-admin-links a {
  display: inline-block;
  float: right;
  margin: 0 0 0.3em 0.3em;
  padding: 0.2em 0.5em;
  background: #ececec;
  color: #515151;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.bbp-replies .bbp-reply-content .bbp-admin-links a:hover {
  background-color: #99cc99;
  color: #FFF;
}
.bbp-replies .bbp-reply-content .bbp-admin-links .bbp-topic-reply-link,
.bbp-replies .bbp-reply-content .bbp-admin-links .bbp-reply-to-link {
  background: #f2777a;
  color: #FFF;
  float: left;
}
.bbp-replies .bbp-reply-actions {
  float: left;
  width: 29.1666667%;
}
.bbp-replies .bbp-reply-actions .bbp-meta {
  font-size: 0.9em;
  margin-left: 3em;
  margin-right: 3em;
}
.bbp-replies .bbp-reply-actions .bbp-author-ip,
.bbp-replies .bbp-reply-actions .bbp-reply-post-date {
  display: block;
  width: 100%;
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid #ececec;
  border-radius: 2px;
  color: #b9b9b9;
  text-align: center;
  font-size: .8em;
}
.bbp-replies .hentry {
  clear: both;
  border-bottom-color: #515151;
}
.bbp-replies .hentry:before,
.bbp-replies .hentry:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-replies .hentry:after {
  clear: both;
}
/** ----------------------------------------:[ Search ]:--- */
#bbp-search-results {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #515151;
}
#bbp-search-results li {
  position: relative;
  border-bottom: 1px solid #515151;
  padding: 1.5em 2em;
}
#bbp-search-results li:before,
#bbp-search-results li:after {
  content: " ";
  display: table;
  line-height: 0;
}
#bbp-search-results li:after {
  clear: both;
}
#bbp-search-results li:last-child {
  border-bottom: 0;
}
#bbp-search-results .result-type {
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  padding: 2px 5px;
  color: #FFF;
  border-radius: 2px;
  font-size: .8em;
}
#bbp-search-results .bbp-results-forum .result-type {
  left: -2em;
  background: #f2777a;
}
#bbp-search-results .bbp-results-topic .result-type {
  left: -1.7em;
  background: #99cc99;
}
#bbp-search-results .bbp-results-reply .result-type {
  left: -1.5em;
  background: #6699cc;
}
#bbp-search-results .avatar {
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -25px 0 0;
  border-radius: 50%;
}
#bbp-search-results p {
  margin-bottom: 0;
  font-size: .8em;
}
#bbp-search-results .dash {
  color: #6d6d6d;
}
#bbp-search-results .bbp-author-name,
#bbp-search-results .result-secondary-link {
  color: #2d2d2d;
  border-bottom: 1px solid #adadad;
}
#bbp-search-results .bbp-author-name:hover,
#bbp-search-results .result-secondary-link:hover {
  color: #f2777a;
  border-color: transparent;
}
/** ----------------------------------------:[ Tags ]:--- */
.bbp-topic-tags {
  margin-top: -1em;
  margin-bottom: -1em;
  text-align: center;
}
.bbp-topic-tags a {
  margin: 0 5px;
  padding: 5px 8px;
  background: #5e5e5e;
  border-radius: 2px;
  color: #FFF;
  font-size: .9em;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}
.bbp-topic-tags a:hover {
  background: #f2777a;
  color: #FFF;
}
/** -----------------------------------------------------:[ Toggles ]:---------- */
.bbp-header .bbp-reply-content:before,
.bbp-header .bbp-reply-content:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-header .bbp-reply-content:after {
  clear: both;
}
.bbp-reply-content #subscription-toggle,
.bbp-reply-content #favorite-toggle {
  float: right;
  padding: 0.5em;
}
.bbp-reply-content #subscription-toggle a,
.bbp-reply-content #favorite-toggle a {
  color: #ececec;
}
.bbp-reply-content #subscription-toggle .is-subscribed a {
  color: #f99157;
}
.bbp-reply-content #favorite-toggle {
  padding-right: 1em;
}
.bbp-reply-content #favorite-toggle .is-favorite a {
  color: #ffcc66;
}
/** ----------------------------------------:[ Subscription Toggle ]:--- */
#bbpress-forums > #subscription-toggle {
  display: block;
  margin-top: -1em;
  text-align: center;
}
#bbpress-forums > #subscription-toggle a {
  padding: 4px 8px;
  background: #5e5e5e;
  border-radius: 2px;
  color: #FFF;
  font-size: .9em;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}
#bbpress-forums > #subscription-toggle a:hover {
  background: #f99157;
}
#bbpress-forums > #subscription-toggle .is-subscribed a {
  background: #f99157;
}
#bbpress-forums > #subscription-toggle .is-subscribed a:hover {
  background: #5e5e5e;
}
/** -----------------------------------------------------:[ Notices ]:---------- */
.bbp-template-notice {
  clear: both;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bbp-template-notice p {
  margin-bottom: 0;
}
.bbp-template-notice.info {
  position: relative;
  padding: 1em 1em 1em 4em;
  border-radius: 2px;
  color: #FFF;
  background: #6699cc;
}
.bbp-template-notice.info a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: background-color 200ms linear, border-color 200ms linear;
  -moz-transition: background-color 200ms linear, border-color 200ms linear;
  -o-transition: background-color 200ms linear, border-color 200ms linear;
  transition: background-color 200ms linear, border-color 200ms linear;
}
.bbp-template-notice.info a:hover {
  color: #FFF;
  background-color: #407fbf;
  border-bottom-color: transparent;
}
.bbp-template-notice.info:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3em;
  display: inline-block;
  border-right: 1px solid #79a6d2;
}
.bbp-template-notice.info:after {
  position: absolute;
  top: 50%;
  left: 1em;
  min-width: 1.1em;
  content: "\f129";
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbp-template-notice.updated {
  position: relative;
  padding: 1em 1em 1em 4em;
  border-radius: 2px;
  color: #FFF;
  background: #99cc99;
}
.bbp-template-notice.updated a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: background-color 200ms linear, border-color 200ms linear;
  -moz-transition: background-color 200ms linear, border-color 200ms linear;
  -o-transition: background-color 200ms linear, border-color 200ms linear;
  transition: background-color 200ms linear, border-color 200ms linear;
}
.bbp-template-notice.updated a:hover {
  color: #FFF;
  background-color: #77bb77;
  border-bottom-color: transparent;
}
.bbp-template-notice.updated:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3em;
  display: inline-block;
  border-right: 1px solid #aad5aa;
}
.bbp-template-notice.updated:after {
  position: absolute;
  top: 50%;
  left: 1em;
  min-width: 1.1em;
  content: "\f00c";
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** -----------------------------------------------------:[ Pagination ]:---------- */
.bbp-pagination {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: .9em;
}
.bbp-pagination:before,
.bbp-pagination:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-pagination:after {
  clear: both;
}
.bbp-pagination-count {
  float: left;
  padding: .5em .8em;
  border: 1px solid #6699cc;
  border-radius: 2px;
  color: #6699cc;
}
.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline;
}
.bbp-pagination-links a {
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  -moz-transition: background-color 200ms linear, color 200ms linear;
  -o-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
}
.bbp-pagination-links a:hover {
  background-color: #6699cc;
  color: #FFF;
}
.bbp-pagination-links a,
.bbp-pagination-links .current,
.bbp-pagination-links .dots {
  display: block;
  float: left;
  margin-left: .5em;
  padding: .5em 1em;
  color: #6699cc;
}
.bbp-pagination-links a,
.bbp-pagination-links .current {
  border: 1px solid #6699cc;
  border-radius: 2px;
}
.bbp-pagination-links .current {
  background-color: #6699cc;
  color: #FFF;
}
.bbp-pagination-links .prev,
.bbp-pagination-links .next {
  border-color: transparent;
}
.bbp-pagination-links .prev:hover,
.bbp-pagination-links .next:hover {
  color: #336699;
  background-color: transparent;
}
/** -----------------------------------------------------:[ Forms ]:---------- */
.bbp-form label {
  font-size: .8em;
  color: #adadad;
}
.bbp-form-title {
  margin-bottom: 3em;
  padding: 1em;
  background: #777777;
  color: #FFF;
  text-align: center;
}
.bbp-form-main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/** ----------------------------------------:[ TinyMCE ]:--- */
.bbp-the-content-wrapper {
  clear: both;
  margin-bottom: 1em;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.bbp-form .wp-editor-container input[type="button"] {
  box-shadow: none !important;
}
.bbp-form .wp-editor-area {
  padding: 1em;
  font-size: 16px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.bbp-form-info-item {
  float: left;
  margin-right: 1.5em;
}
.bbp-form-clear {
  clear: both;
}
.bbp-submit-wrapper {
  margin-bottom: 3em;
}
.bbp-no-reply {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/** ----------------------------------------:[ Login ]:--- */
.bbp-login-form legend {
  display: none;
}
.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-password label {
  margin-top: 1em;
  display: block;
}
.bbp-login-form .bbp-remember-me {
  margin-top: 1em;
}
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 1em;
}
/** -----------------------------------------------------:[ Profiles ]:---------- */
#bbp-user-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
#bbp-user-wrapper:before,
#bbp-user-wrapper:after {
  content: " ";
  display: table;
  line-height: 0;
}
#bbp-user-wrapper:after {
  clear: both;
}
#bbp-user-wrapper #bbp-user-navigation {
  margin-bottom: 3em;
}
#bbp-user-wrapper #bbp-user-navigation ul {
  overflow: hidden;
  text-align: center;
}
#bbp-user-wrapper #bbp-user-navigation li {
  overflow: hidden;
  display: inline-block;
  width: 20%;
}
#bbp-user-wrapper #bbp-user-navigation li:first-child a {
  border-left: 1px solid #f6f6f6;
  border-radius: 2px 0 0 2px;
}
#bbp-user-wrapper #bbp-user-navigation li:last-child a {
  border-radius: 0 2px 2px 0;
}
#bbp-user-wrapper #bbp-user-navigation a {
  display: block;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #f6f6f6;
  padding: 1em;
  color: #606060;
}
#bbp-user-wrapper #bbp-user-navigation .current a,
#bbp-user-wrapper #bbp-user-navigation a:hover {
  background: #f2777a;
  color: #FFF;
}
#bbp-user-wrapper #bbp-user-avatar {
  text-align: center;
}
#bbp-user-wrapper #bbp-user-avatar img {
  margin: 0;
  border-radius: 100%;
}
#bbp-user-wrapper .bbp-topic-title {
  position: relative;
}
#bbp-user-wrapper .bbp-topic-title #subscription-toggle {
  position: absolute;
  left: -0.4em;
  top: 1.2em;
}
#bbp-user-wrapper .bbp-topic-title #subscription-toggle a {
  display: block;
  background: #FFF;
  color: #f99157;
  padding: 0;
  border-top-right-radius: 100%;
}
#bbp-user-wrapper .bbp-topic-title #subscription-toggle a:hover {
  color: #ececec;
}
#bbp-user-wrapper .bbp-topic-title #subscription-toggle a i {
  display: block;
  line-height: .7;
}
#bbp-user-wrapper .bbp-topic-title #favorite-toggle {
  position: absolute;
  left: -0.5em;
  top: 1em;
}
#bbp-user-wrapper .bbp-topic-title #favorite-toggle a {
  display: block;
  background: #FFF;
  color: #ffcc66;
  padding: 4px 0 0;
}
#bbp-user-wrapper .bbp-topic-title #favorite-toggle a:hover {
  color: #ececec;
}
#bbp-user-wrapper .bbp-topic-title #favorite-toggle a i {
  display: block;
  line-height: .7;
}
#bbp-user-wrapper .bbp-user-notice {
  margin-bottom: 0;
}
#bbp-user-wrapper .bbp-top-list + .bbp-pagination {
  margin-bottom: 0;
}
#bbp-user-profile p {
  margin-bottom: 0;
}
#bbp-your-profile {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#bbp-your-profile label {
  margin-top: 2em;
  display: block;
}
#bbp-your-profile legend {
  width: 100%;
  margin-bottom: 1.5em;
  background: #ececec;
  color: #FFF;
}
#bbp-your-profile legend span {
  display: inline-block;
  padding: 0.3em 1em;
  background: #a0a0a0;
}
#bbp-your-profile .bbp-form {
  margin-bottom: 3em;
}
#bbp-your-profile .bbp-form.password .description {
  display: block;
  font-size: 0.8em;
  color: #a0a0a0;
}
/** -----------------------------------------------------:[ Widgets ]:---------- */
.bbp-widget-statistics li {
  margin-bottom: 0.5em;
  background: #474747;
}
.bbp-widget-statistics li:before,
.bbp-widget-statistics li:after {
  content: " ";
  display: table;
  line-height: 0;
}
.bbp-widget-statistics li:after {
  clear: both;
}
.bbp-widget-statistics li span {
  display: inline-block;
  padding: 0.5em 1em;
}
.bbp-widget-statistics li .stat-count {
  float: right;
  background: #3a3a3a;
}
/** =Topic and reply content
-------------------------------------------------------------- */
/** =Reply to
-------------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right;
}
#bbpress-forums div#bbp-cancel-reply-to {
  text-align: right;
}
/** =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
  list-style-type: none;
}
/** =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
/** =User Capabilities
-------------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}
#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}
#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}
