@import "../bbpress/default.css";
.page-template-template-forum-php #main > .container,
#top.bbpress .container_wrap_first > .container {
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}
.page-template-template-forum-php #main > .container > #bbp-container, .page-template-template-forum-php #main > .container > main.template-page,
#top.bbpress .container_wrap_first > .container > #bbp-container,
#top.bbpress .container_wrap_first > .container > main.template-page {
  flex: 1;
  padding-top: 0px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics {
  border: 0px;
  font-size: 14px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header {
  padding: 15px;
  background: #f3f3f3;
  border-top: 1px solid #eee;
  font-weight: 700;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles {
  display: flex;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li {
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-title, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-title,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-title,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-title {
  flex: 1;
  width: auto;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-reply-count,
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-voice-count, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-reply-count,
.page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-voice-count,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-reply-count,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-voice-count,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-reply-count,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles .bbp-topic-voice-count {
  flex-basis: 67px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-freshness, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-freshness,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-freshness,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-header ul.forum-titles li.bbp-topic-freshness {
  display: list-item;
  width: 145px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic {
  display: flex;
  border-top: 1px solid #eee;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-title, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-title,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-title,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-title {
  flex: 1;
  width: auto;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic .bbp-topic-reply-count,
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic .bbp-topic-voice-count, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic .bbp-topic-reply-count,
.page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic .bbp-topic-voice-count,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic .bbp-topic-reply-count,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic .bbp-topic-voice-count,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic .bbp-topic-reply-count,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic .bbp-topic-voice-count {
  flex-basis: 67px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness {
  display: list-item;
  flex-basis: 145px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a {
  font-size: 14px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link .bbp-author-avatar, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link .bbp-author-avatar,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link .bbp-author-avatar,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link .bbp-author-avatar {
  display: flex;
}
.page-template-template-forum-php #main > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link img.avatar, .page-template-template-forum-php #main > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link img.avatar,
#top.bbpress .container_wrap_first > .container > #bbp-container .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link img.avatar,
#top.bbpress .container_wrap_first > .container > main.template-page .bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-meta .bbp-author-link img.avatar {
  margin-bottom: 0px;
  border: none;
  border-radius: 3px;
  vertical-align: middle;
}

.page-template-template-forum-php #sidebar, #sidebar,
.page-template-template-forum-php #top.bbpress #main aside.sidebar_left,
#top.bbpress #main aside.sidebar_left {
  position: relative;
  visibility: visible;
  text-align: left;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .page-template-template-forum-php #sidebar, #sidebar,
  .page-template-template-forum-php #top.bbpress #main aside.sidebar_left,
  #top.bbpress #main aside.sidebar_left {
    width: 320px;
  }
}
#sidebar h3,
#top.bbpress #main aside.sidebar_left h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 19px;
}
#sidebar .widget,
#top.bbpress #main aside.sidebar_left .widget {
  padding-top: 10px;
}
#sidebar .widget #bbpress-forums,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums {
  margin-top: 0px;
}
#sidebar .widget #bbpress-forums .bbp-forums,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums {
  border: 0;
  font-size: 13px;
  color: #000;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header {
  padding: 15px;
  background: #f3f3f3;
  border-top: 1px solid #eee;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border: 0px;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles {
  display: flex;
  float: none;
  border-radius: 0;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles li,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles li {
  font-size: 14px;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-topic-count,
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-freshness,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-topic-count,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-freshness {
  display: none;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-info,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-info {
  flex-basis: 80%;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-reply-count,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-header ul.forum-titles .bbp-forum-reply-count {
  flex: 1;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum {
  border-top: 1px solid #eee;
  float: none;
  display: flex;
  font-size: 13px;
  padding: 6px 0px 6px 20px;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li {
  font-size: 13px;
  font-weight: normal;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li a.bbp-forum-title,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li a.bbp-forum-title {
  font-weight: 600;
  color: #2b39b1;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li.bbp-forum-reply-count,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
  flex: 1;
}
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body .bbp-forum-topic-count,
#sidebar .widget #bbpress-forums .bbp-forums li.bbp-body .bbp-forum-freshness,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body .bbp-forum-topic-count,
#top.bbpress #main aside.sidebar_left .widget #bbpress-forums .bbp-forums li.bbp-body .bbp-forum-freshness {
  display: none;
}

#bbpress-forums {
  clear: none;
  padding-top: 10px;
}
#bbpress-forums .bbp-forum-header {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000;
  line-height: 1.1em;
  padding-bottom: 29px;
}
#bbpress-forums .bbp-forum-header span {
  font-weight: 400;
}
#bbpress-forums #bbp-search-form {
  height: 36px;
  margin-bottom: 0px;
  float: right;
}
#bbpress-forums #bbp-search-form #bbp_search {
  border-radius: 8px;
  padding: 9px 15px;
  min-width: 175px;
  max-width: max-content;
}
#bbpress-forums #bbp-search-form .button {
  display: none;
}
#bbpress-forums > .bbp-forums {
  clear: none;
}
#bbpress-forums > .bbp-forums > li.bbp-header {
  clear: none;
}

#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.bbp-reply-header {
  margin-left: 0px;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author {
  width: 100%;
  float: none;
  padding: 15px;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author:before {
  display: none;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-author-link {
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  order: 0;
  margin: 0;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-author-link:hover {
  box-shadow: none;
  border: none;
  transition: none;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-author-link span.bbp-author-avatar {
  line-height: 0;
  font-size: 0;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-author-link span.bbp-author-avatar img.avatar {
  box-shadow: none;
  display: inline-block;
  margin-right: 4px;
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0;
  float: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 8px;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-author-link .image-overlay {
  display: none !important;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-reply-author-info {
  order: 1;
  flex: 1;
  padding: 0;
  margin: 0;
  float: none;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-reply-author-info .bbp-user-nicename {
  font-weight: 600;
  direction: ltr;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  color: #000000;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic div.bbp-reply-author .bbp-reply-author-info .bbp-author-role {
  padding: 0;
  margin: 4px 0px;
  border: none;
  border-radius: 0;
  line-height: 10px;
  display: block;
  font-size: 11px;
  font-style: normal;
  color: #666;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.topic .bbp-reply-post-date {
  order: 2;
  padding: 0;
  margin: 0;
  float: none;
  font-size: 13px;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-replies-list div.reply .bbp-reply-author:before {
  display: none;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-reply-content {
  border: 0px;
}
#top.single-topic #bbpress-forums .bbp-replies .bbp-reply-content p {
  line-height: 22px;
}/*# sourceMappingURL=forum.css.map */