.labirynt-forum__mainTitle {
  font-size: var(--h1);
  color: var(--main);
  margin: 0 0 40px;
}
.labirynt-forum__subTitle {
  font-size: var(--h3);
  color: var(--main);
  margin: 0 0 24px;
}
.labirynt-forum__breadcrumbs {
  text-transform: uppercase;
}
.labirynt-forum__breadcrumbs a {
  color: var(--gray2);
  text-decoration: none;
  font-size: 14px;
}
.labirynt-forum__breadcrumbs .bbp-breadcrumb-current {
  color: var(--text);
  font-size: var(--fontSize14);
}
.labirynt-forum__userMini {
  text-align: right;
}
.labirynt-forum__user {
  display: inline-block;
  margin-right: 44px;
  font-weight: 500;
  color: var(--text);
  font-size: var(--p);
  text-decoration: none;
}
.labirynt-forum__user:hover {
  text-decoration: underline;
  color: var(--text);
}
.labirynt-forum__logout {
  width: 160px;
  display: inline-block;
}
.labirynt-forum__sidebar .bbp-forums {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
}
.labirynt-forum__sidebar .bbp-forums .bbp-header, .labirynt-forum__sidebar .bbp-forums .bbp-footer {
  display: none;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body ul.forum {
  position: relative;
  list-style: none;
  background-color: var(--snow);
  height: 72px;
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0 0;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body ul.forum:before {
  content: "";
  position: absolute;
  background-color: var(--snow);
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body ul.forum:hover .bbp-forum-title, .labirynt-forum__sidebar .bbp-forums .bbp-body ul.forum:hover .bbp-forum-content {
  text-decoration: underline;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body ul.forum:hover .bbp-forum-topic-count {
  background-color: var(--main);
  color: var(--background);
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-info {
  width: 100%;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-info .bbp-forum-title {
  color: var(--main);
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-info .bbp-forum-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--text);
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-topic-count {
  font-weight: 800;
  font-size: 10px;
  line-height: 100%;
  color: var(--main);
  height: 15px;
  width: 30px;
  padding-top: 2px;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-reply-count {
  display: none;
}
.labirynt-forum__sidebar .bbp-forums .bbp-body .bbp-forum-freshness {
  display: none;
}

#bbpress-forums #bbp-user-wrapper {
  color: var(--text);
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  color: var(--text);
}

.bbp-topics {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbp-topics .bbp-header {
  display: none;
}
.bbp-topics .topic {
  margin: 0 0 16px;
  padding: 16px;
  list-style: none;
  border: 2px solid var(--gray3);
  height: 77px;
}
.bbp-topics .topic .bbp-topic-title a {
  color: var(--main);
  font-size: var(--p);
  font-weight: bold;
  text-decoration: none;
}
.bbp-topics .topic .bbp-topic-title .bbp-topic-meta {
  color: var(--text);
  margin: 0;
}
.bbp-topics .topic .bbp-topic-title .bbp-topic-meta a {
  font-weight: 500;
  font-size: var(--fontSize14);
}
.bbp-topics .topic .bbp-topic-title .bbp-topic-meta .bbp-author-name {
  margin: 0 8px;
}
.bbp-topics .topic .bbp-topic-title .bbp-topic-meta .bbp-topic-started-in a {
  margin: 0 8px;
}
.bbp-topics .topic .topicinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bbp-topics .topic .topicinfo .bbp-topic-voice-count, .bbp-topics .topic .topicinfo .bbp-topic-reply-count {
  font-weight: 800;
  font-size: 10px;
  line-height: 100%;
  color: var(--main);
  height: 15px;
  width: 30px;
  padding-top: 3px;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  margin-left: 8px;
}
.bbp-topics .topic .topicinfo .bbp-topic-freshness {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
.bbp-topics .topic .topicinfo .bbp-topic-freshness a {
  display: inline-block;
  color: var(--text);
  font-size: var(--fontSize14);
  text-decoration: none;
}
.bbp-topics .topic .topicinfo .bbp-topic-freshness a .bbp-author-avatar {
  margin: 0 8px;
}
.bbp-topics .topic .topicinfo .bbp-topic-freshness .bbp-topic-meta {
  display: inline-block;
  margin: 0;
}
.bbp-topics .topic:hover {
  border: 2px solid var(--main);
}
.bbp-topics .topic:hover .bbp-topic-voice-count, .bbp-topics .topic:hover .bbp-topic-reply-count {
  color: var(--background);
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  background-color: var(--main);
  margin-left: 8px;
}

.ulno {
  margin: 0;
  padding: 0;
  list-style: none;
}

.labirynt-forum__postsWrapper .forums.bbp-replies {
  list-style: none;
  margin: 0;
  padding: 0;
}
.labirynt-forum__postsWrapper .forums.bbp-replies .bbp-header {
  display: none;
}
.labirynt-forum__postsWrapper .forums.bbp-replies .bbp-body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.labirynt-forum__postsWrapper .forums.bbp-replies .bbp-footer {
  display: none;
}
.labirynt-forum__postsWrapper .bbp-threaded-replies {
  margin: 0;
  list-style: none;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost {
  border: 2px solid var(--gray3);
  margin-bottom: 16px;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePostLeft {
  width: 136px;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePostRight {
  padding-left: 30px;
  width: 100%;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePostRight .bbp-meta {
  display: flex;
  justify-content: space-between;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePostRight .bbp-reply-header a {
  color: var(--main);
  font-size: 12px;
  font-weight: 900;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-reply-content {
  color: var(--text);
  font-weight: 500;
  font-size: var(--p);
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-reply-header {
  border: none;
  padding: 0;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .topic, .labirynt-forum__postsWrapper .labirynt-forum__singlePost .reply {
  display: flex;
  padding: 24px;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-reply-post-date {
  font-size: var(--fontSize14);
  color: var(--text);
  font-weight: 500;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-author-name {
  font-size: var(--fontSize14);
  font-weight: bold;
  color: var(--main);
  text-align: center;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-author-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-author-link .bbp-author-avatar {
  display: block;
  width: 136px;
  height: 136px;
  margin-bottom: 16px;
}
.labirynt-forum__postsWrapper .labirynt-forum__singlePost .bbp-author-link .bbp-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bbp-reply-form, .bbp-topic-form {
  border: none;
  padding: 24px;
  background-color: var(--snow);
}

.bbp-form {
  border: none;
}
.bbp-form .bbp-template-notice {
  display: none;
}
.bbp-form .bbp-submit-wrapper {
  float: none;
}
.bbp-form #bbp_topic_tags {
  background-color: transparent;
}

div.bbp-template-notice.info {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 24px;
}
div.bbp-template-notice.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.bbp-template-notice.info ul .bbp-topic-description {
  font-size: var(--fontSize14);
  color: var(--text);
  margin: 0;
  padding: 0;
}

.bbp-pagination, .bbp-pagination-count {
  float: unset;
}

.bbp-pagination-count {
  font-size: var(--h4);
  color: var(--main);
  font-weight: 800;
}

.bbp-forum-description {
  color: var(--text);
}

div.bbp-template-notice a {
  color: var(--text);
}

#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}

.bbp-login-form {
  width: 350px;
}

.bbp-login h1, .bbp-lost-pass h1 {
  color: var(--main);
}

.bbp-username, .bbp-password {
  display: flex;
  flex-direction: column;
  position: relative;
}
.bbp-username label, .bbp-password label {
  position: absolute;
  top: -10px;
  left: 11px;
  padding: 0 4px;
  font-weight: 800;
  color: var(--main);
  font-size: 16px;
  background-color: var(--background);
  z-index: 151;
  width: auto !important;
}
.bbp-username label--left, .bbp-password label--left {
  left: 12px;
}
.bbp-username input, .bbp-password input {
  height: 40px !important;
  line-height: 40px;
  border: 1px solid var(--inputBorder);
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  padding: 9px 11px !important;
  color: var(--main);
}
.bbp-username input::placeholder, .bbp-password input::placeholder {
  color: var(--gray);
}
.bbp-username input.wpcf7-not-valid, .bbp-password input.wpcf7-not-valid {
  border: 1px solid var(--error);
}
.bbp-username input:focus, .bbp-password input:focus {
  color: var(--main);
  border: 1px solid var(--main);
  outline: 1px solid var(--main);
}

.bbp-username input {
  margin-bottom: 24px !important;
}

.resetPassword {
  margin-bottom: 48px;
}
.resetPassword p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}
.resetPassword a {
  color: var(--blueLink);
  text-decoration: underline;
  font-weight: 600;
}

.bbp-lost-pass .bbp-template-notice {
  background-color: transparent;
  color: var(--text);
  padding: 0;
  margin: 0 0 28px;
  border: none;
}
.bbp-lost-pass .bbp-template-notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bbp-lost-pass .bbp-template-notice ul li {
  font-size: 14px;
  color: var(--text);
}

.bbp-author-role {
  color: var(--text);
}

span.bbp-author-ip {
  color: var(--gray4);
}

.resetPasswordInfo {
  max-width: 350px;
}
.resetPasswordInfo p {
  color: var(--text);
  font-size: 14px;
  margin: 0 0 28px;
}

#bbp_topic_title {
  background-color: transparent;
}

.bbp-views-widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbp-views-widget li {
  margin-bottom: 16px;
}
.bbp-views-widget li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
  text-decoration: none;
  color: var(--main);
}
.bbp-views-widget li svg {
  transform: translateY(3px);
}
.bbp-views-widget li svg path {
  fill: var(--gray);
}

.bbp-the-content.wp-editor-area {
  background-color: var(--snow);
}

.wp-editor-wrap {
  border: 1px solid var(--gray);
}

.historyBack {
  color: var(--main);
  text-transform: uppercase;
  font-size: var(--p);
  cursor: pointer;
  font-weight: 900;
  line-height: 48px;
}
.historyBack svg path {
  fill: var(--gray3);
  transform: translateY(4px);
}
.historyBack:hover {
  text-decoration: underline;
  color: var(--main);
}

#bbp-user-wrapper {
  display: flex;
}
#bbp-user-wrapper #bbp-single-user-details {
  min-width: 200px;
}

#bbp-user-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bbp-user-navigation ul li a {
  color: var(--text);
  text-decoration: none;
}
#bbp-user-navigation ul li.current {
  text-decoration: underline;
}

#bbp-search-form {
  display: none;
}

.btn {
  border: 2px solid var(--main);
}

/*# sourceMappingURL=labirynt-forum.css.map */
