@charset "UTF-8";
/* =bbPress Style
-------------------------------------------------------------- */
.forum-archive #bbpress-forums .bbp-search-form {
  display: none;
}
.forum-archive .bbp-forums .bbp-forum-content {
  margin-top: 10px;
}
.forum-archive .bbp-forums .bbp-forum-content:empty {
  display: none;
}

.bbpress .content-layout-wrapper aside .widget {
  padding-bottom: 0;
  border-bottom: none;
}

.topic-template-default .bbp-body .hentry {
  margin-bottom: 35px;
}

.single-forum .xts-staff-panel {
  display: none;
}
.single-forum .bbp-topic-form {
  margin-top: 100px;
}

.single-forum .status-closed.hentry a,
.bbp-user-page .status-closed.hentry a,
.xts-panel-sect-topics .status-closed.hentry a {
  opacity: 0.7;
}

.xts-topic-single-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#bbpress-forums .bbp-user-topics-started .bbp-topic-title .bbp-topic-meta,
#bbpress-forums .bbp-user-subscriptions .bbp-topic-title .bbp-topic-meta,
#bbpress-forums .bbp-user-favorites .bbp-topic-title .bbp-topic-meta {
  display: flex;
  align-items: center;
}
#bbpress-forums .bbp-user-topics-started .bbp-topic-title .bbp-topic-meta > span,
#bbpress-forums .bbp-user-subscriptions .bbp-topic-title .bbp-topic-meta > span,
#bbpress-forums .bbp-user-favorites .bbp-topic-title .bbp-topic-meta > span {
  margin-right: 20px;
}
#bbpress-forums .bbp-user-topics-started .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a,
#bbpress-forums .bbp-user-subscriptions .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a,
#bbpress-forums .bbp-user-favorites .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a {
  margin-right: 0;
}
#bbpress-forums .bbp-user-subscriptions .bbp-row-actions,
#bbpress-forums .bbp-user-favorites .bbp-row-actions {
  position: absolute;
  top: 5px;
  right: 15px;
}
#bbpress-forums .bbp-user-subscriptions .bbp-row-actions #subscription-toggle,
#bbpress-forums .bbp-user-favorites .bbp-row-actions #subscription-toggle {
  display: block;
}
#bbpress-forums .xts-topic-single-title {
  font-size: 24px;
  margin-right: 20px;
  line-height: 1.4;
}
#bbpress-forums .bbp-user-replies-created .hentry {
  display: block;
  padding: 0;
}
#bbpress-forums .bbp-user-replies-created .hentry .bbp-reply-author {
  background-color: #f3f3f3;
}
#bbpress-forums .bbp-user-replies-created .bbp-body span.bbp-header {
  display: block;
  font-size: 90%;
  margin-right: 20px;
  font-weight: 500;
}
#bbpress-forums .type-topic .bbp-topic-author,
#bbpress-forums .type-topic .bbp-reply-author {
  background-color: #EFEFEF;
}
#bbpress-forums .type-topic .accepted-answer-container {
  display: none;
}
#bbpress-forums .type-reply {
  border: 3px solid #f3f3f3;
}
#bbpress-forums .type-reply .bbp-reply-author {
  background-color: #f3f3f3;
}

.bbp-body .type-reply .bbp-reply-content,
.bbp-body .type-topic .bbp-reply-content {
  overflow: hidden;
  word-break: break-word;
}

.bbp-header,
.bbp-footer {
  display: none;
}

#bbpress-forums hr {
  margin: 0 0 24px 0;
  display: none;
}

body.reply-edit .reply {
  float: none;
}

#bbpress-forums div.reply {
  height: auto;
  width: 100%;
}

#bbpress-forums ul {
  background: none;
  list-style: none;
  padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}

#bbpress-forums li.bbp-body {
  clear: both;
}

.bbp-user-page .accepted-answer-container,
.bbp-search-results .accepted-answer-container {
  display: none;
}
.bbp-user-page .type-topic,
.bbp-search-results .type-topic {
  position: relative;
}

#bbpress-forums .type-reply .accepted-answer-container:hover a svg path {
  fill: #8CC967;
}
#bbpress-forums .type-reply.accepted-answer {
  border-color: #8CC967;
}
#bbpress-forums .type-reply.accepted-answer .bbp-reply-author {
  background-color: #8CC967;
}
#bbpress-forums .type-reply.accepted-answer .bbp-reply-author .bbp-author-name {
  color: #FFF;
}
#bbpress-forums .type-reply.accepted-answer .bbp-reply-author .bbp-author-role {
  color: #FFF;
}
#bbpress-forums .type-reply.accepted-answer .accepted-answer-container svg {
  fill: #FFF;
}
#bbpress-forums .type-reply.accepted-answer .accepted-answer-container svg path {
  fill: #FFF;
}

.accepted-answer-container {
  cursor: pointer;
}
.accepted-answer-container.loading .mark-as-accepted:before,
.accepted-answer-container.loading .mark-as-unaccepted:before {
  display: block;
  transition-duration: 50ms;
  animation: wd-rotate 450ms infinite linear;
}
.accepted-answer-container.loading .mark-as-accepted svg,
.accepted-answer-container.loading .mark-as-unaccepted svg {
  display: none;
}
.accepted-answer-container .mark-as-accepted:before,
.accepted-answer-container .mark-as-unaccepted:before {
  content: "";
  margin-top: 5px;
  margin-right: 5px;
  display: none;
  transition: opacity 0.1s ease;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left-color: #242424;
  border-radius: 50%;
}
.accepted-answer-container .mark-as-accepted,
.accepted-answer-container a {
  display: flex;
}
.accepted-answer-container svg {
  width: 19px;
  height: 19px;
}
.accepted-answer-container svg path {
  transition: fill 0.4s ease;
}

.mark-tumb > div {
  display: none;
}

.mark-as-unaccepted {
  display: none;
}

.topic-has-accepted-answer .accepted-answer-container .mark-as-accepted svg {
  display: none;
}
.topic-has-accepted-answer.accepted-answer .mark-as-unaccepted {
  display: flex;
}

.topic-has-accepted-answer.accepted-answer .mark-as-accepted {
  display: none;
}

.bbp-body .hentry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-bottom: 20px;
  border: 2px solid #F3F3F3;
  clear: both;
}
.bbp-body .hentry > div {
  flex: 1 1;
}
.bbp-body .hentry > div.bbp-forum-info, .bbp-body .hentry > div.bbp-topic-title {
  flex: 8 1;
  margin-right: 15px;
}
.bbp-body .hentry > div.bbp-forum-freshness, .bbp-body .hentry > div.bbp-topic-freshness {
  flex: 3 1;
}

.bbp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bbp-meta .bbp-reply-permalink,
.bbp-meta .bbp-topic-permalink {
  font-size: 90%;
  color: #929292;
}
.bbp-meta .bbp-reply-permalink:hover,
.bbp-meta .bbp-topic-permalink:hover {
  color: var(--wd-primary-color);
}

.bbp-meta-label {
  display: block;
  margin-right: 13px;
}
.bbp-meta-label.label-icon {
  background-image: url("../assets/img/question-answer-line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 16px;
  height: 16px;
  font-size: 0;
}

.bbp-forum-topic-count .label-icon {
  background-image: url(../assets/img/file-list-2-line.svg);
}

.bbp-topic-voice-count .label-icon {
  background-image: url(../assets/img/group-line.svg);
}

.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-forum-topic-count,
.bbp-forum-reply-count {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.bbp-topic-reply-count {
  margin-right: 20px;
}

.bbp-topic-title,
.bbp-forum-title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.bbp-topic-title > a,
.bbp-forum-title > a {
  display: block;
  color: inherit;
  margin-bottom: 15px;
  line-height: 1.4;
}
.bbp-topic-title > a:hover,
.bbp-forum-title > a:hover {
  color: var(--wd-primary-color);
}

.bbp-forum-info .bbp-forum-title {
  display: block;
  margin-bottom: 10px;
}
.bbp-forum-info .bbp-forum-title:hover {
  color: var(--wd-primary-color);
}

.xts-bbp-forum-meta {
  display: flex;
}

.bbp-topic-title .bbp-topic-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: 0;
}
.bbp-topic-title .bbp-topic-started-by > a {
  color: #333333;
}
.bbp-topic-title .bbp-topic-started-by > a:hover {
  color: var(--wd-primary-color);
}
.bbp-topic-title .bbp-author-link {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}
.bbp-topic-title .bbp-author-avatar {
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
}
.bbp-topic-title .bbp-author-avatar img {
  width: 22px;
}
.bbp-topic-title .bbp-author-name {
  font-weight: 600;
}
.bbp-topic-title .bbp-topic-started-in {
  margin-right: 20px;
}

.xts-bbp-forum-meta,
.bbp-topic-meta {
  font-size: 14px;
  color: #929292;
  line-height: 1.2;
}
.xts-bbp-forum-meta .bbp-topic-started-by,
.bbp-topic-meta .bbp-topic-started-by {
  display: flex;
  align-items: center;
}
.xts-bbp-forum-meta a,
.bbp-topic-meta a {
  color: #a7a7a7;
}
.xts-bbp-forum-meta a:hover,
.bbp-topic-meta a:hover {
  color: var(--wd-primary-color);
}

.bbp-forum-freshness > a,
.bbp-topic-freshness > a {
  display: block;
  color: #929292;
  font-size: 80%;
  margin-bottom: 10px;
}
.bbp-forum-freshness > a:hover,
.bbp-topic-freshness > a:hover {
  color: var(--wd-primary-color);
}
.bbp-forum-freshness .bbp-topic-meta,
.bbp-topic-freshness .bbp-topic-meta {
  margin-bottom: 5px;
}
.bbp-forum-freshness .bbp-topic-freshness-author,
.bbp-forum-freshness .bbp-topic-freshness-author > a,
.bbp-topic-freshness .bbp-topic-freshness-author,
.bbp-topic-freshness .bbp-topic-freshness-author > a {
  display: inline-flex;
  align-items: center;
}
.bbp-forum-freshness .bbp-topic-freshness-author:hover .bbp-author-name,
.bbp-forum-freshness .bbp-topic-freshness-author > a:hover .bbp-author-name,
.bbp-topic-freshness .bbp-topic-freshness-author:hover .bbp-author-name,
.bbp-topic-freshness .bbp-topic-freshness-author > a:hover .bbp-author-name {
  color: var(--wd-primary-color);
}
.bbp-forum-freshness .bbp-author-avatar,
.bbp-topic-freshness .bbp-author-avatar {
  margin-right: 10px;
}
.bbp-forum-freshness .bbp-author-avatar img,
.bbp-topic-freshness .bbp-author-avatar img {
  width: 22px;
}
.bbp-forum-freshness .bbp-author-name,
.bbp-topic-freshness .bbp-author-name {
  font-weight: 600;
  color: #333333;
  transition: color 0.4s ease;
}

.bbpress-wrapper .status-closed.hentry {
  position: relative;
}
.bbpress-wrapper .status-closed.hentry .bbp-topic-title .bbp-topic-permalink:before {
  content: "";
  font-family: "woodmart-font";
  font-size: 17px;
  color: #4FAA74;
  margin-right: 5px;
  background-color: #D5EFC8;
  padding: 5px;
  border-radius: 5px;
  line-height: 1;
}
.bbpress-wrapper .super-sticky.hentry,
.bbpress-wrapper .sticky.hentry {
  border: none;
  background: #F5F5F5;
}
.bbpress-wrapper .super-sticky.hentry .bbp-topic-title .bbp-topic-permalink:before,
.bbpress-wrapper .sticky.hentry .bbp-topic-title .bbp-topic-permalink:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("../assets/img/forum-attachments/pushpin-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e9f0ff;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.bbpress-wrapper .super-sticky.hentry .bbp-topic-title .bbp-topic-meta .bbp-topic-voice-count .label-icon,
.bbpress-wrapper .sticky.hentry .bbp-topic-title .bbp-topic-meta .bbp-topic-voice-count .label-icon {
  background-image: url("../assets/img/group-line.svg");
}
.bbpress-wrapper .super-sticky.hentry .bbp-topic-title .bbp-topic-meta .bbp-topic-reply-count .label-icon,
.bbpress-wrapper .sticky.hentry .bbp-topic-title .bbp-topic-meta .bbp-topic-reply-count .label-icon {
  background-image: url("../assets/img/question-answer-line.svg");
}

.bbp-search-results .hentry .bbp-topic-author,
.bbp-search-results .hentry .bbp-reply-author, .bbp-replies .hentry .bbp-topic-author,
.bbp-replies .hentry .bbp-reply-author {
  display: flex;
  align-items: center;
}

.hentry {
  flex-wrap: wrap;
  border-radius: 8px;
}
.hentry .bbp-topic-author,
.hentry .bbp-reply-author {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 20px 30px;
  border-radius: 5px 5px 0 0;
  justify-content: space-between;
  margin: -2px -2px 0 -2px;
}
.hentry .bbp-topic-author br,
.hentry .bbp-reply-author br {
  display: none;
}
.hentry .bbp-topic-author .bbp-author-link,
.hentry .bbp-reply-author .bbp-author-link {
  display: flex;
  align-items: center;
  color: var(--wd-title-color);
}
.hentry .bbp-topic-author .bbp-author-link:hover,
.hentry .bbp-reply-author .bbp-author-link:hover {
  color: var(--wd-primary-color);
}
.hentry .bbp-topic-author .bbp-author-name,
.hentry .bbp-reply-author .bbp-author-name {
  font-weight: bold;
  margin: 0 20px;
}
.hentry .bbp-topic-author .bbp-reply-ip,
.hentry .bbp-reply-author .bbp-reply-ip {
  display: none;
}
.hentry .bbp-topic-author .bbp-author-ip,
.hentry .bbp-reply-author .bbp-author-ip {
  color: rgba(255, 255, 255, 0.7);
}
.hentry .bbp-reply-content,
.hentry .bbp-topic-content {
  flex: 1 1 100%;
}
.hentry .bbp-reply-content p:last-of-type,
.hentry .bbp-topic-content p:last-of-type {
  margin-bottom: 0;
}

#bbpress-forums .bbp-reply-content p:not(:last-child) {
  margin-bottom: 20px;
}
#bbpress-forums .xts-private-field-inner {
  margin-right: 65px;
}
#bbpress-forums .xts-private-field-inner p:last-of-type {
  margin-bottom: 0;
}

.bbp-topic-content > div:last-child,
.bbp-reply-content > div:last-child {
  margin-bottom: 0;
}
.bbp-topic-content .bbp-attachments-errors,
.bbp-reply-content .bbp-attachments-errors {
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
  margin-top: 0;
  border: 1px solid #f0e12de0;
}
.bbp-topic-content a:hover,
.bbp-reply-content a:hover {
  color: var(--wd-primary-color);
}

#bbp-search-results .bbp-body .hentry {
  margin-bottom: 30px;
}
#bbp-search-results .bbp-reply-title,
#bbp-search-results .bbp-topic-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1 1 auto;
  order: 0;
  margin-bottom: 10px;
}
#bbp-search-results .bbp-reply-title .bbp-meta,
#bbp-search-results .bbp-topic-title .bbp-meta {
  margin-bottom: 0;
  order: 1;
}
#bbp-search-results .bbp-reply-title .bbp-meta .bbp-topic-permalink,
#bbp-search-results .bbp-reply-title .bbp-meta .bbp-reply-permalink,
#bbp-search-results .bbp-topic-title .bbp-meta .bbp-topic-permalink,
#bbp-search-results .bbp-topic-title .bbp-meta .bbp-reply-permalink {
  color: inherit;
}
#bbp-search-results .bbp-reply-title .bbp-meta .bbp-topic-permalink:hover,
#bbp-search-results .bbp-reply-title .bbp-meta .bbp-reply-permalink:hover,
#bbp-search-results .bbp-topic-title .bbp-meta .bbp-topic-permalink:hover,
#bbp-search-results .bbp-topic-title .bbp-meta .bbp-reply-permalink:hover {
  color: var(--wd-primary-color);
}
#bbp-search-results .topic-has-accepted-answer .bbp-meta .bbp-reply-post-date:before {
  background-image: url("../assets/img/calendar-event-white.svg");
}
#bbp-search-results .topic-has-accepted-answer .bbp-meta span, #bbp-search-results .topic-has-accepted-answer .bbp-meta a {
  color: #FFF;
}

.bbp-search-results .bbp-forum-title,
.bbp-search-results .bbp-topic-title,
.bbp-search-results .bbp-reply-title {
  font-size: 18px;
}
.bbp-search-results .bbp-forum-title h3,
.bbp-search-results .bbp-topic-title h3,
.bbp-search-results .bbp-reply-title h3 {
  font-size: 18px;
}
.bbp-search-results .bbp-reply-header,
.bbp-search-results .bbp-topic-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bbp-search-results h3 a {
  display: inline;
}
.bbp-search-results h3 a:hover {
  color: var(--wd-primary-color);
}
.bbp-search-results .hentry:before {
  display: none;
}
.bbp-search-results .hentry .bbp-topic-author,
.bbp-search-results .hentry .bbp-reply-author {
  padding: 20px 30px 10px;
}
.bbp-search-results .hentry .bbp-topic-author .xts-reply-author-inner,
.bbp-search-results .hentry .bbp-reply-author .xts-reply-author-inner {
  margin-bottom: 5px;
}
.bbp-search-results .hentry .bbp-topic-author .bbp-meta,
.bbp-search-results .hentry .bbp-reply-author .bbp-meta {
  margin-bottom: 5px;
}
.bbp-search-results .hentry .bbp-topic-author .bbp-author-name,
.bbp-search-results .hentry .bbp-reply-author .bbp-author-name {
  color: #8a8a8a;
  font-weight: 500;
  transition: color 0.4s ease;
}
.bbp-search-results .hentry .bbp-topic-author .bbp-author-name:hover,
.bbp-search-results .hentry .bbp-reply-author .bbp-author-name:hover {
  color: var(--wd-primary-color);
}
.bbp-search-results .bbp-attachments-count {
  display: none !important;
}
.bbp-search-results .bbp-topic-title-meta {
  display: none;
}
.bbp-search-results .bbp-meta {
  color: #929292;
  margin-bottom: 0;
}

.bbp-attachments {
  background: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
  border-top: none;
  margin-bottom: 20px;
}
.bbp-attachments h6 {
  color: #555555;
}
.bbp-attachments ol {
  display: flex;
  margin: 0 !important;
}
.bbp-attachments ol li {
  list-style-type: none !important;
  padding-right: 30px;
}
.bbp-attachments ol li a {
  color: inherit;
}
.bbp-attachments .wp-caption {
  max-width: 150px !important;
  margin-bottom: 0;
}
.bbp-attachments .wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xts-custom-fields-data {
  flex: 1 1 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
  background: #f3f3f3;
  background-size: 50px;
  border-radius: 8px;
}
.xts-custom-fields-data .xts-custom-fields-head.xts-icon-deg .xts-chevron-down img {
  transition: all 0.2s ease;
  transform: rotate(180deg);
}
.xts-custom-fields-data .xts-custom-fields-wrapper {
  display: none;
  font-size: 90%;
}
.xts-custom-fields-data .xts-private-inner-title {
  font-weight: 500;
}
.xts-custom-fields-data .xts-website-url:not(:last-child) {
  margin-bottom: 10px;
}

.xts-custom-fields-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -20px -30px;
  padding: 20px 30px;
  cursor: pointer;
}
.xts-custom-fields-head:hover strong {
  color: #777777;
}
.xts-custom-fields-head:hover .xts-chevron-down {
  background-color: rgba(0, 0, 0, 0.1);
}
.xts-custom-fields-head .xts-chevron-down {
  padding: 8px 10px;
  border-radius: 8px;
  transition: background-color 0.4s ease;
}
.xts-custom-fields-head strong {
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: color 0.4s ease;
}
.xts-custom-fields-head strong:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/img/forum-attachments/lock-fill.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.xts-private-content {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.xts-private-content .xts-private-more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #a5a5a5;
  color: white;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
  transition: 0.3s background ease-in-out;
}
.xts-private-content .xts-private-more:hover {
  background-color: var(--wd-primary-color);
}
.xts-private-content.xts-extra-hidden .xts-private-more {
  display: block;
}
.xts-private-content.xts-extra-hidden:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  background: rgba(254, 254, 254, 0.1);
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 0.1) 0%, #f3f3f3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 0.1)), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0.1) 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, rgba(254, 254, 254, 0.1) 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, rgba(254, 254, 254, 0.1) 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0.1) 0%, #f3f3f3 100%);
  height: 15px;
}
.xts-private-content.xts-extra-add {
  max-height: 100%;
}

.bbp-forum-post-date {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.bbp-reply-post-date,
.bbp-topic-post-date {
  display: flex;
  align-items: center;
  font-size: 85%;
  color: #929292;
  margin-right: 15px;
}
.bbp-reply-post-date:before,
.bbp-topic-post-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("../assets/img/calendar-event-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#bbpress-forums .bbp-attachments-count {
  display: none;
  background: none;
  width: auto;
  margin-right: 5px;
  line-height: 1.4;
  height: auto;
  float: left;
}
#bbpress-forums .bbp-attachments-count:after {
  content: "";
  font-family: "woodmart-font";
  font-size: 18px;
  color: #506585;
  font-weight: 400;
  background-color: #e9f0ff;
  padding: 5px;
  border-radius: 5px;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  background: none;
  border: none;
  line-height: 1em;
  margin: 8px 0;
  padding: 0;
  text-transform: none;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border: none;
  width: 40px;
  padding: 0;
  float: none;
  border-radius: 50%;
}

.bbp-reply-author.xts-keymaster-bg .bbp-author-role,
.bbp-topic-author.xts-keymaster-bg .bbp-author-role {
  background-color: var(--wd-primary-color);
  color: #FFF;
}

.bbp-author-role {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 15px;
  color: #FFF;
  background-color: #555555;
  margin-right: 20px;
  border-radius: 8px;
}

span.bbp-author-ip {
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}

/* =Topic and reply content
-------------------------------------------------------------- */
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  background: none;
  border: none;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0;
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
  max-width: 100%;
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
  margin: 0 15px 15px;
  padding: 0;
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
  list-style-type: lower-alpha;
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
  list-style-type: upper-roman;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: block;
  line-height: 1.4;
  margin: 0 0 24px;
  padding: 10px;
  max-width: 100%;
  overflow: auto;
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%;
}

/* =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;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
.bbp-breadcrumb {
  font-size: calc(var(--wd-text-font-size) / 1.3);
  order: 2;
}
.bbp-breadcrumb a, .bbp-breadcrumb span {
  color: #848484;
}
.bbp-breadcrumb p {
  margin-bottom: 0;
}
.bbp-breadcrumb .bbp-breadcrumb-current {
  color: #333333;
  font-weight: 500;
}
.bbp-breadcrumb .bbp-breadcrumb-home:before {
  content: "";
  font-family: "woodmart-font";
  margin-right: 4px;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 4px;
  font-weight: 400;
  color: #848484;
}
.bbp-breadcrumb .bbp-breadcrumb-search {
  display: none;
}
.bbp-breadcrumb .bbp-breadcrumb-search + .bbp-breadcrumb-sep {
  display: none;
}

#bbpress-forums .bbp-breadcrumb {
  display: none;
}

/* =Search
-------------------------------------------------------------- */
#bbp-search-form .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  background: none;
  left: -999em;
}

#bbp-search-form {
  margin-bottom: 20px;
}
#bbp-search-form div {
  display: flex;
}
#bbp-search-form input[type=submit] {
  color: #FFF;
  margin-left: 10px;
  background-color: var(--wd-primary-color);
  border-radius: 8px;
}
#bbp-search-form input[type=submit]:hover {
  color: #FFF;
}

.xts-forum-title-p .autocomplete-suggestion,
.bbp-search-form .autocomplete-suggestion {
  border-top: none;
}
.xts-forum-title-p .suggestion-divider-title,
.bbp-search-form .suggestion-divider-title {
  font-size: 15px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.4s ease;
}
.xts-forum-title-p .suggestion-divider-title strong,
.bbp-search-form .suggestion-divider-title strong {
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.4s ease;
}

.autocomplete-suggestions .xts-kb-divider:hover .suggestion-divider-title,
.autocomplete-suggestions .xts-kb-divider:hover strong {
  color: var(--wd-primary-color);
}

.bbp-search-form #bbp-search-form input[type=text] {
  border: 1px solid rgba(119, 119, 119, 0.2);
  color: #878787;
}
.bbp-search-form #bbp-search-form .searchsubmit {
  position: relative;
  background-color: #f1f1f1;
  padding: 10px 18px;
  border-radius: 8px;
  margin-left: 10px;
}

.xts-forum-widget-search .bbp-search-form {
  position: relative;
}
.xts-forum-widget-search .xts-search-results {
  top: 80%;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  box-shadow: none;
}
.xts-forum-widget-search .xts-search-results:after {
  width: auto !important;
  height: auto !important;
}
.xts-forum-widget-search .xts-no-results .xts-dropdown-inner .autocomplete-suggestion {
  cursor: default;
}
.xts-forum-widget-search .xts-no-results .xts-dropdown-inner .autocomplete-suggestion:hover {
  background-color: #F5F5F5;
}
.xts-forum-widget-search .xts-dropdown-inner .autocomplete-suggestion {
  flex: 1 1 100%;
  background-color: #F5F5F5;
  margin: 5px;
  border-radius: 8px;
  border: none;
  transition: background-color 0.4s ease;
}
.xts-forum-widget-search .xts-dropdown-inner .autocomplete-suggestion:hover {
  background-color: #FAFAFA;
}
.xts-forum-widget-search .xts-dropdown-inner .autocomplete-suggestion:hover .suggestion-title {
  color: var(--wd-primary-color);
}
.xts-forum-widget-search .xts-dropdown-inner .autocomplete-suggestion .suggestion-title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 400;
  transition: color 0.4s ease;
}
.xts-forum-widget-search .xts-dropdown-inner .xts-search-results-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  margin: 5px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #F5F5F5;
  transition: all 0.4s ease;
}
.xts-forum-widget-search .xts-dropdown-inner .xts-search-results-btn:hover {
  color: var(--wd-primary-color);
  background-color: #FAFAFA;
}
.xts-forum-widget-search .xts-dropdown-inner .xts-kb-res {
  display: block;
}
.xts-forum-widget-search .xts-dropdown-inner .suggestion-divider {
  position: relative;
  background: transparent;
  padding: 10px 0;
  max-width: 100%;
}
.xts-forum-widget-search .xts-dropdown-inner .suggestion-divider:hover {
  background-color: transparent;
}
.xts-forum-widget-search .xts-dropdown-inner .suggestion-divider .xts-kb-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.xts-forum-title-p {
  position: relative;
}
.xts-forum-title-p:after {
  position: absolute;
  top: 33px;
  right: 10px;
  margin-top: 5px;
  margin-right: 5px;
  display: none;
  transition: opacity 0.1s ease;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left-color: #242424;
  border-radius: 50%;
}
.xts-forum-title-p input[type=text] {
  padding-right: 40px;
}
.xts-forum-title-p .xts-search-results-wrapper {
  margin-top: -8px;
}

.search-loading .xts-forum-title-p:after {
  display: block;
  transition-duration: 50ms;
  animation: wd-rotate 450ms infinite linear;
}

.suggestion-title.suggestion-forum:before, .suggestion-title.suggestion-docs:before {
  content: "";
  background-image: url(../assets/img/forum-attachments/question-answer-dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.suggestion-title.suggestion-docs:before {
  background-image: url(../assets/img/forum-attachments/file-list-2-line-dark.svg);
}

/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 1 1 0;
  color: #f1f1f1;
  margin-right: 20px;
  text-align: right;
}
span.bbp-admin-links a:not(:last-child):after {
  content: "|";
  margin-left: 3px;
  color: #F1F1F1;
}
span.bbp-admin-links .bbp-topic-merge-link,
span.bbp-admin-links .bbp-reply-move-link {
  display: none;
}

span.bbp-admin-links a {
  color: #808080;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  margin: 0 3px;
}
span.bbp-admin-links a:hover {
  color: var(--wd-primary-color);
}

fieldset span.bbp-admin-links {
  float: left;
}

tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  border-radius: 3px;
  font-weight: 400;
}

.topic-edit .content-layout-wrapper,
.reply-edit .content-layout-wrapper {
  padding-top: 120px;
}

/* =Toggles
-------------------------------------------------------------- */
#subscription-toggle {
  display: none;
}

.xts-single-forum-title {
  margin-bottom: 20px;
}
.xts-single-forum-title h1 {
  margin-bottom: 10px;
}

.forum-search #subscription-toggle,
.forum-search #favorite-toggle,
.topic-template-default #subscription-toggle,
.topic-template-default #favorite-toggle {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0;
}
.forum-search #subscription-toggle a,
.forum-search #favorite-toggle a,
.topic-template-default #subscription-toggle a,
.topic-template-default #favorite-toggle a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--wd-text-font-size) / 1.2);
  font-weight: 600;
  width: 134px;
  height: 42px;
  color: #333333;
  background-color: #f1f1f1;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.forum-search #subscription-toggle a:before,
.forum-search #favorite-toggle a:before,
.topic-template-default #subscription-toggle a:before,
.topic-template-default #favorite-toggle a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.forum-search #subscription-toggle a:hover,
.forum-search #favorite-toggle a:hover,
.topic-template-default #subscription-toggle a:hover,
.topic-template-default #favorite-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.forum-search #subscription-toggle:not(:last-child),
.forum-search #favorite-toggle:not(:last-child),
.topic-template-default #subscription-toggle:not(:last-child),
.topic-template-default #favorite-toggle:not(:last-child) {
  margin-right: 10px;
}
.forum-search #favorite-toggle .is-favorite a:before,
.topic-template-default #favorite-toggle .is-favorite a:before {
  background-image: url("../assets/img/forum-attachments/heart-favorite-fill.svg");
}
.forum-search #favorite-toggle a:before,
.topic-template-default #favorite-toggle a:before {
  background-image: url("../assets/img/heart-favorite.svg");
}
.forum-search #subscription-toggle .is-subscribed a:before,
.topic-template-default #subscription-toggle .is-subscribed a:before {
  background-image: url("../assets/img/forum-attachments/bell-fill.svg");
}
.forum-search #subscription-toggle a:before,
.topic-template-default #subscription-toggle a:before {
  background-image: url("../assets/img/bell-line.svg");
}
.forum-search .bbp-body .hentry,
.topic-template-default .bbp-body .hentry {
  display: block;
  padding: 0;
}

.bbp-topic-tags a {
  color: inherit;
}
.bbp-topic-tags a:hover {
  color: var(--wd-primary-color);
}

.bbp-row-actions #subscription-toggle a,
.bbp-row-actions #favorite-toggle a {
  text-decoration: none;
  padding: 0 5px 1px;
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
}
.bbp-row-actions #subscription-toggle a:hover,
.bbp-row-actions #favorite-toggle a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
  float: left;
  color: #929292;
  font-size: 90%;
  margin-right: 15px;
}

.bbp-pagination-links {
  display: flex;
  list-style: none;
}

.bbp-pagination-links a, .bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 4px 12px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 90%;
  font-weight: 600;
  background-color: #f1f1f1;
  color: rgba(0, 0, 0, 0.8);
}
.bbp-pagination-links a:not(:first-child), .bbp-pagination-links span.current:not(:first-child) {
  margin-left: 5px;
}

.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
  color: white;
}

.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

.bbp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bbp-pagination > div {
  margin-bottom: 10px;
}

.bbp-topic-pagination {
  display: block;
  margin-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.bbp-topic-pagination a {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  border: 1px solid #D2D2D2;
  line-height: 10px;
  padding: 4px 6px;
  min-width: 20px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
}
.bbp-topic-pagination a:hover {
  background-color: var(--wd-primary-color);
  color: #FFF;
}

.xts-bbp-author-content-wrapper {
  padding: 30px;
}

.xts-reply-author-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =Forms
-------------------------------------------------------------- */
.single-topic .status-closed .bbp-reply-form .xts-tr-support-form {
  display: none;
}
.single-topic .bbp-reply-form {
  margin-top: 100px;
}

fieldset {
  border-radius: 8px;
}

.bbp-reply-form fieldset,
.bbp-topic-form fieldset {
  padding: 10px 30px;
  border-radius: 8px;
}

.wp-editor-container {
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 8px;
}

#bbpress-forums legend {
  font-size: 16px;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #f1f1f1;
}
#bbpress-forums .xts-tr-support-form .xts-bbp-log-edit-form {
  padding: 10px 30px;
  border: 2px solid #E6E6E6;
}
#bbpress-forums .xts-tr-support-form .xts-bbp-log-edit-form .xts-bbp-log-edit {
  display: block;
}
#bbpress-forums .xts-tr-support-form .xts-bbp-log-edit-form .xts-bbp-log-edit input[type=checkbox] {
  margin: 0;
}
#bbpress-forums .xts-tr-support-form .xts-bbpress-topic-fields {
  margin: 35px 0;
}
#bbpress-forums .xts-tr-support-form .xts-bbpress-topic-fields fieldset.bbp-form {
  box-shadow: none;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
#bbpress-forums .xts-tr-support-form .xts-bbpress-topic-fields legend {
  display: flex;
  align-items: center;
  background-image: url("../assets/img/lock-fill.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  background-size: 15px;
  padding-left: 35px;
}
#bbpress-forums .xts-tr-support-form .bbp-template-notice {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}
#bbpress-forums .xts-tr-support-form .xts-bbp-topic-subs {
  display: none;
}
#bbpress-forums .xts-tr-support-form .xts-bbp-topic-subs input[type=checkbox] {
  margin: 0;
}
#bbpress-forums .xts-tr-support-form legend {
  display: none;
}
#bbpress-forums .xts-tr-support-form fieldset {
  padding: 0;
  border: none;
}

.bbp-attachments-form {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
}
.bbp-attachments-form br,
.bbp-attachments-form label[for] {
  display: none !important;
}
.bbp-attachments-form .d4p-attachment-addfile {
  display: flex;
  align-items: center;
  font-size: 80%;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  transition: 0.3s opacity ease-in-out;
}
.bbp-attachments-form .d4p-attachment-addfile:hover {
  opacity: 0.7;
}
.bbp-attachments-form .d4p-attachment-addfile:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url("../assets/img/forum-attachments/add-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.7);
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
}

textarea#bbp_forum_content {
  height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

/**
* Fix for too-long forum names, usually from conversion
*/
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

#merge_tag,
#delete_tag {
  display: inline;
}

div.bbp-submit-wrapper {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
div.bbp-submit-wrapper button {
  color: #FFF;
  background-color: var(--wd-primary-color);
  border-radius: 8px;
  text-transform: none;
}
div.bbp-submit-wrapper button:hover {
  color: #FFF;
}

.xts-delay-reply {
  display: flex;
  align-items: center;
}
.xts-delay-reply label {
  flex: 0 0 30%;
  margin-right: 10px;
}
.xts-delay-reply select {
  margin: 0 15px 0 0 !important;
}

p.form-allowed-tags {
  max-width: 100%;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: inherit;
  font-family: unset;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 10px;
  height: 32px;
  min-height: 32px;
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.07);
  color: #333333;
  border-radius: 8px;
}
#bbpress-forums div.bbp-the-content-wrapper input:hover {
  background-color: rgba(0, 0, 0, 0.17);
}

#qt_bbp_topic_content_link {
  display: none;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px 10px;
  min-height: 47px;
  background-color: #F3F3F3;
  border-radius: 7px 7px 0 0;
  border-bottom: 2px solid #dcdcde;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}

#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}

#bbpress-forums #bbp-your-profile fieldset select,
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
}

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1);
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}

#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
}

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}

#bbpress-forums #bbp-your-profile .wp-generate-pw {
  float: left;
  width: 19%;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form .indicator-hint {
  display: inline;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}

/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice,
div.indicator-hint {
  padding: 10px;
  background-color: #FCF8E3;
  border-radius: 8px;
  margin-bottom: 20px;
  clear: both;
  font-size: 90%;
}

.bbp-template-notice ul {
  margin-bottom: 0;
}
.bbp-template-notice ul .bbp-forum-description,
.bbp-template-notice ul .bbp-topic-description {
  color: #929292;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.xts-fm-notice {
  padding: 10px;
  background-color: #FCF8E3;
  border-radius: 8px;
}

div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}

div.bbp-template-notice a:hover {
  color: #000;
}

div.bbp-template-notice .bbp-author-avatar {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

div.bbp-template-notice.info {
  background-color: transparent;
  padding: 0;
}

div.bbp-template-notice.important {
  background-color: #fffbcc;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00;
}

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
  color: #c00;
}

div.bbp-template-notice p {
  margin-bottom: 0 !important;
}
div.bbp-template-notice p:last-child {
  margin-bottom: 0 !important;
}

/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content .bbp-topic-revision-log,
#bbpress-forums .bbp-topic-content .bbp-reply-revision-log,
#bbpress-forums .bbp-reply-content .bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content .bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0 0 5px;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bbpress-forums .bbp-topic-content .bbp-topic-revision-log li,
#bbpress-forums .bbp-topic-content .bbp-reply-revision-log li,
#bbpress-forums .bbp-reply-content .bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content .bbp-reply-revision-log li {
  list-style-type: none;
}

/* =Widget
-------------------------------------------------------------- */
.area-forum-sidebar .wp-block-preformatted {
  display: none !important;
}
.area-forum-sidebar .forum-btn {
  font-size: 15px;
  text-transform: capitalize;
}
.area-forum-sidebar .forum-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/forum-attachments/edit-2-line-white.svg");
  margin-right: 5px;
}

.new-topics-total {
  display: block;
  margin-bottom: 5px;
}

.bbp-login-form fieldset legend {
  display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px;
}

.bbp-login-form label {
  width: 140px;
  display: inline-block;
}

#sidebar .bbp-login-form label {
  width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px;
}

.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

.bbp-replies-widget li {
  font-size: 90%;
  color: #777777;
  font-weight: 700;
}
.bbp-replies-widget li .bbp-reply-topic-title {
  font-weight: 400;
}
.bbp-replies-widget li time {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  color: #bbbbbb;
}
.bbp-replies-widget .bbp-author-link img {
  margin-right: 5px;
  border-radius: 50%;
}
.bbp-replies-widget .bbp-author-link .bbp-author-name {
  font-weight: 700;
  transition: color 0.4s ease;
}
.bbp-replies-widget .bbp-author-link:hover .bbp-author-name {
  color: #333333;
}

/* =Avatars
-------------------------------------------------------------- */
#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,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  border-radius: 50%;
}

.bbp-reply-revision-log .bbp-author-avatar,
.bbp-topic-revision-log .bbp-author-avatar {
  margin: 0 5px;
}

fieldset div.avatar {
  float: right;
}

/* =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 Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
}

#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bbp-user-profile {
  padding: 30px;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.bbp-user-profile h3 {
  font-size: 24px;
  font-weight: 600;
}
.bbp-user-profile p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.bbp-user-profile p:not(:last-child) {
  margin-right: 15px;
}

#bbpress-forums #bbp-user-wrapper .entry-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 0;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}

#bbp-single-user-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-image: url("../assets/img/my-account-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 30px;
}
#bbp-single-user-details img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}
#bbp-single-user-details #bbp-user-avatar {
  margin-right: 30px;
}
#bbp-single-user-details .xts-user-info .entry-title {
  color: #FFF;
}
#bbp-single-user-details .xts-user-info .bbp-user-forum-role {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 8px;
  border-radius: 8px;
  margin-bottom: 15px;
}

#bbp-user-profile .xts-bbp-user-registered,
#bbp-user-profile .bbp-user-last-activity,
#bbp-user-profile .bbp-user-topic-count,
#bbp-user-profile .bbp-user-reply-count {
  font-size: 15px;
  font-weight: 500;
  color: #585858;
}
#bbp-user-profile .bbp-user-section {
  overflow: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bbp-user-profile .bbp-user-section > div:not(:last-child) {
  margin-right: 20px;
}
#bbp-user-profile .bbp-user-section .xts-profile-inner {
  font-size: 24px;
  font-weight: 600;
  color: #a5a5a5;
}
#bbp-user-profile .bbp-user-section .bbp-user-website,
#bbp-user-profile .bbp-user-section .bbp-user-description {
  display: none;
}

#bbp-user-navigation {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
#bbp-user-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#bbp-user-navigation ul li {
  margin-bottom: 0;
}
#bbp-user-navigation ul li:not(:last-child) {
  margin-right: 30px;
}
#bbp-user-navigation > li {
  margin-bottom: 0;
}
#bbp-user-navigation li.current a {
  color: var(--wd-primary-color);
}
#bbp-user-navigation li.current a:before {
  background-color: var(--wd-primary-color);
  width: 100%;
}
#bbp-user-navigation li:hover a:before {
  width: 100%;
}
#bbp-user-navigation a {
  position: relative;
  font-weight: 600;
  font-size: 90%;
  line-height: 1;
  padding-bottom: 4px;
  color: inherit;
}
#bbp-user-navigation a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: #333333;
}

.bbp-user-edit-link {
  display: none;
}

#bbpress-forums #bbp-user-body .bbp-user-topics-started .bbp-search-form,
#bbpress-forums #bbp-user-body .bbp-user-engagements .bbp-search-form,
#bbpress-forums #bbp-user-body .bbp-user-favorites .bbp-search-form,
#bbpress-forums #bbp-user-body .bbp-user-subscriptions .bbp-search-form {
  display: none;
}
#bbpress-forums #bbp-user-body .xts-user-reply-search {
  display: flex;
  margin-bottom: 20px;
}
#bbpress-forums #bbp-user-body .xts-user-reply-search input[type=text] {
  border: 1px solid rgba(119, 119, 119, 0.2);
  margin-right: 15px;
}

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

.bbp-user-page .xts-content-area,
.bbp-user-edit .xts-content-area {
  flex: 0 0 100%;
  max-width: 100%;
}
.bbp-user-page .xts-sidebar,
.bbp-user-edit .xts-sidebar {
  display: none;
}

.xts-notice-block .msgs-list li,
.bbpress-wrapper .msgs-list li {
  font-size: 90%;
  margin-bottom: 10px !important;
  padding: 20px 20px 20px 45px;
  min-height: 60px;
  line-height: 1.3;
  position: relative;
  border-radius: 8px;
  background-color: #FCF8E3;
}
.xts-notice-block .msgs-list li:before,
.bbpress-wrapper .msgs-list li:before {
  content: "";
  font-family: "woodmart-font";
  position: absolute;
  top: 50%;
  left: 15px;
  color: #d6af44;
  line-height: 18px;
  font-size: 18px;
  margin-top: -9px;
}
.xts-notice-block .msgs-list .alert-warning a,
.bbpress-wrapper .msgs-list .alert-warning a {
  text-decoration: underline;
  color: inherit;
}
.xts-notice-block .msgs-list .alert-warning a:hover,
.bbpress-wrapper .msgs-list .alert-warning a:hover {
  color: var(--wd-primary-color);
}
.xts-notice-block .msgs-list .alert-success,
.bbpress-wrapper .msgs-list .alert-success {
  background-color: #E4F1E4;
  border-color: #639464;
  color: #639464;
}
.xts-notice-block .msgs-list .alert-success:before,
.bbpress-wrapper .msgs-list .alert-success:before {
  content: "";
  color: #639464;
}

.xts-codes-content .xts-white-list {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.xts-codes-content .xts-white-list label {
  margin-right: 10px;
}
.xts-codes-content .xts-white-list input[type=submit] {
  color: #3E3E3E;
}
.xts-codes-content .xts-white-list input[type=checkbox] {
  margin-right: 10px;
}
.xts-codes-content .support-status {
  margin-bottom: 30px;
}
.xts-codes-content .support-status li {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}
.xts-codes-content .support-status .xts-valid-date {
  background-color: rgba(104, 178, 69, 0.05);
}
.xts-codes-content .support-status .xts-exp-date {
  background-color: #FDF5F5;
}
.xts-codes-content li span {
  color: #9F9F9F;
}

.xts-purchase-codes-content,
.xts-dl-plugins {
  padding: 30px;
  border: 2px solid rgba(16, 16, 16, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}

.xts-purchase-codes-content:empty {
  display: none;
}

.xts-code {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 8px;
  color: #878787;
}
.xts-code:not(:last-child) {
  margin-bottom: 20px;
}
.xts-code .domains li a {
  color: var(--wd-text-color);
}
.xts-code .domains li a:hover {
  color: var(--wd-primary-color);
}
.xts-code .domains li a.remove-activation {
  color: #FFF;
}
.xts-code h4,
.xts-code .code-title {
  font-size: 15px;
}
.xts-code.xts-date-green {
  background-color: #FAFAFA;
}
.xts-code.xts-date-red {
  background-color: #FDF5F5;
}
.xts-code .code-title {
  display: block;
  font-weight: 500;
}

.xts-table-button {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
}
.xts-table-button.remove-activation {
  padding: 3px 10px;
  opacity: 0;
}
.xts-table-button.remove-purchase-code, .xts-table-button.remove-activation {
  background-color: #E34545;
  color: #FFF;
}
.xts-table-button.remove-purchase-code:hover {
  background-color: #B93A3A;
}
.xts-table-button.xts-update-code-btn {
  background-color: #82CB69;
}
.xts-table-button.xts-update-code-btn:hover {
  background-color: #6BA557;
  color: #FFF;
}
.xts-table-button:not(:last-child) {
  margin-right: 20px;
}

.xts-domains-activated .domains li span {
  margin-right: 5px;
}
.xts-domains-activated .domains li span:not(:last-child) {
  margin-bottom: 5px;
}
.xts-domains-activated .domains li:hover .xts-table-button.remove-activation {
  opacity: 1;
}

.xts-supported-date {
  display: block;
  margin-bottom: 10px;
}
.xts-supported-date strong {
  display: block;
}

.xts-dl-plugins .download-plugins {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.xts-dl-plugins .download-plugins li {
  margin-bottom: 0;
}
.xts-dl-plugins .download-plugins li img {
  margin-right: 10px;
}
.xts-dl-plugins .download-plugins li a {
  position: relative;
  padding-bottom: 3px;
  color: #555555;
  font-weight: 500;
}
.xts-dl-plugins .download-plugins li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: #555555;
}
.xts-dl-plugins .download-plugins li a:hover:before {
  width: 100%;
}
.xts-dl-plugins .download-plugins li:not(:last-child) {
  margin-right: 30px;
}

#xts-envato-verify-form {
  padding: 30px;
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  margin-bottom: 30px;
}
#xts-envato-verify-form .row {
  align-items: center;
}
#xts-envato-verify-form input[type=text] {
  max-width: 70%;
  margin-right: 20px;
}
#xts-envato-verify-form input[type=submit] {
  max-width: 15%;
  background-color: var(--wd-primary-color);
  color: #FFF;
}

.xts-codes-wrapper {
  position: relative;
}

.xts-codes-content,
.xts-loader {
  transition: 0.2s all linear;
}

.ajax-loading .xts-codes-content {
  opacity: 0.3;
}

/* Animation */
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.envato-link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid #82B541;
  margin-bottom: 0;
  color: inherit;
}
.envato-link:hover {
  color: var(--wd-primary-color);
}
.envato-link:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../assets/img/envato/envato-logo-fill.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -2px;
}

/* Loading Icon */
.ajax-loading .xts-loader {
  opacity: 1;
  visibility: visible;
}

.xts-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  opacity: 0;
  visibility: hidden;
}

.xts-loader-el {
  position: absolute;
  width: 70px;
  height: 70px;
}

.xts-loader-el:first-child {
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(30deg, 20deg);
}

.xts-loader-el:last-child {
  -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
  transform: skew(-30deg, -20deg) scale(-1, 1);
}

.xts-loader-el:last-child img {
  -webkit-animation-delimgay: -0.5s;
  animation-delay: -0.5s;
}

.xts-loader-el img {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}

.xts-user-whitelist {
  padding: 30px;
  border: 2px solid rgba(16, 16, 16, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}
.xts-user-whitelist .xts-user-whitelist-inner {
  display: flex;
  flex-wrap: wrap;
}
.xts-user-whitelist .xts-user-whitelist-inner p {
  margin-bottom: 0;
}

/* =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;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}

.need-reply-filters > div {
  margin-bottom: 10px;
}

.xts-widget-need-reply-topic {
  list-style: none;
  padding-left: 0;
}
.xts-widget-need-reply-topic .hidden {
  display: none;
}
.xts-widget-need-reply-topic li {
  margin-bottom: 35px;
}
.xts-widget-need-reply-topic li .bbp-forum-title {
  display: inline-block;
  font-size: 90%;
  font-weight: 500;
}
.xts-widget-need-reply-topic li .bbp-forum-title:hover {
  color: var(--wd-link-color-hover);
}
.xts-widget-need-reply-topic li .topic-author {
  display: inline-block;
  font-size: 90%;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #555555;
}
.xts-widget-need-reply-topic li .xts-user-last-reply {
  font-size: 13px;
}
.xts-widget-need-reply-topic li .xts-user-last-reply .user-post-count {
  padding: 0 4px;
  margin-right: 5px;
  color: #a5a5a5;
  background-color: rgba(187, 187, 187, 0.25);
}
.xts-widget-need-reply-topic li .xts-user-last-reply .xts-user-last-active {
  color: #bbbbbb;
  margin-right: 5px;
}
.xts-widget-need-reply-topic li .xts-user-last-reply .new-topic,
.xts-widget-need-reply-topic li .xts-user-last-reply .new-user {
  padding: 3px;
  border-radius: 2px;
  color: white;
  background-color: green;
  margin-right: 5px;
}
.xts-widget-need-reply-topic li .viewed-by {
  display: block;
  margin-top: 5px;
}
.xts-widget-need-reply-topic li .viewed-by > span:not(:last-child) {
  margin-right: 5px;
}

.xts-topic-assigned .xts-assigned-text {
  color: #bbbbbb;
}
.xts-topic-assigned .xts-assigned-text .xts-assigned-author {
  color: #242424;
  font-weight: 500;
}

.xts-current-view-user {
  font-size: 11px;
  padding: 4px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid;
}

.xts-color-bd {
  color: #f15d07;
  background-color: rgba(246, 73, 6, 0.36);
  border-color: #f15d07;
}

.xts-color-at {
  color: #2A99FF;
  background-color: #2a99ff5c;
  border-color: #2A99FF;
}

.xts-color-hp {
  color: #ae5104;
  background-color: #f4aa6c;
  border-color: #91592a;
}

.xts-color-en {
  color: #fa028e;
  background-color: rgba(222, 13, 150, 0.36);
  border-color: #fa028e;
}

.xts-color-ew {
  color: #83B735;
  background-color: rgba(131, 183, 53, 0.36);
  border-color: #83B735;
}

.xts-color-aia {
  color: #f3c106;
  background-color: rgba(243, 193, 6, 0.36);
  border-color: #f3c106;
}

.xts-color-ln {
  color: #ee0505;
  background-color: rgba(238, 5, 5, 0.36);
  border-color: #ee0505;
}

.xts-bbp-user-topics-widget li {
  font-size: 85%;
  margin-bottom: 30px;
}
.xts-bbp-user-topics-widget li > a {
  display: block;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.xts-bbp-user-topics-widget li > a:hover {
  color: var(--wd-primary-color);
}
.xts-bbp-user-topics-widget li > span {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 8px;
  color: #FFF;
  font-size: 80%;
  font-weight: 500;
  margin-bottom: 5px;
}
.xts-bbp-user-topics-widget li > span.xts-keymaster:after, .xts-bbp-user-topics-widget li > span.xts-user:after, .xts-bbp-user-topics-widget li > span.xts-closed-topic:after {
  content: "";
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.xts-bbp-user-topics-widget li > span.xts-keymaster {
  background-color: #EF9F40;
}
.xts-bbp-user-topics-widget li > span.xts-keymaster:after {
  background-image: url("../assets/img/forum-attachments/message-line.svg");
}
.xts-bbp-user-topics-widget li > span.xts-user {
  background-color: #4067EF;
}
.xts-bbp-user-topics-widget li > span.xts-user:after {
  background-image: url("../assets/img/forum-attachments/time-line.svg");
}
.xts-bbp-user-topics-widget li > span.xts-closed-topic {
  background-color: #8CC967;
}
.xts-bbp-user-topics-widget li > span.xts-closed-topic:after {
  background-image: url("../assets/img/forum-attachments/check-fill.svg");
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta span {
  color: #a5a5a5;
  margin-bottom: 5px;
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta span:first-child {
  margin-right: 5px;
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta span:first-child a:hover {
  color: var(--wd-primary-color);
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta a {
  color: #555555;
  font-weight: 500;
}
.xts-bbp-user-topics-widget li .xts-bbp-author-meta a img {
  border-radius: 50%;
}
.xts-bbp-user-topics-widget .xts-bbp-show-all-topics {
  display: inline-block;
  font-size: 85%;
  font-weight: 500;
  color: #555555;
  border-bottom: 2px solid var(--wd-primary-color);
  transition: all 0.3s ease;
}
.xts-bbp-user-topics-widget .xts-bbp-show-all-topics:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  #bbpress-forums h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .bbpress .content-layout-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .single-forum .bbp-topic-form {
    margin-top: 50px;
  }

  li.bbp-forum-info,
li.bbp-topic-title {
    width: 45%;
  }

  span.bbp-reply-post-date {
    float: left;
  }

  span.bbp-admin-links {
    flex: none;
  }

  #bbpress-forums .bbp-body div.bbp-reply-author {
    position: relative;
    text-align: left;
  }

  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: inline-block;
    margin-left: 0;
    word-wrap: break-word;
  }

  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 12px;
    font-style: normal;
    margin-right: 0;
    padding: 5px 10px;
  }

  div.bbp-submit-wrapper {
    float: left;
  }

  #bbpress-forums fieldset.bbp-form {
    padding: 0 10px 10px;
  }

  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word;
  }

  .xts-dropdown-inner .autocomplete-suggestion {
    flex: 1 1 100%;
  }

  .bbp-forum-description {
    font-size: 14px;
  }

  .bbp-pagination-links a, .bbp-pagination-links span.current {
    padding: 3px 9px;
    font-size: 80%;
  }

  .bbp-pagination-count {
    margin-right: 0;
  }

  .bbp-topic-started-by {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .bbp-topic-freshness {
    display: flex;
    flex-wrap: wrap;
  }
  .bbp-topic-freshness .bbp-topic-meta {
    margin-bottom: 0;
  }
  .bbp-topic-freshness > a {
    margin-bottom: 0;
  }

  #bbpress-forums div.bbp-the-content-wrapper input {
    margin-bottom: 5px;
    margin-right: 3px;
    height: 26px;
    min-height: 26px;
  }
  #bbpress-forums legend {
    font-size: 14px;
  }
  #bbpress-forums div.bbp-reply-author .xts-reply-author-inner .bbp-author-link img.avatar {
    width: 26px;
  }
  #bbpress-forums div.bbp-reply-author .xts-reply-author-inner .bbp-author-link .bbp-author-name {
    margin: 0 10px;
  }
  #bbpress-forums .xts-bbp-author-content-wrapper {
    padding: 20px;
  }
  #bbpress-forums .xts-bbp-author-content-wrapper .bbp-reply-content {
    font-size: 90%;
  }
  #bbpress-forums .bbp-reply-content .bbp-attachments-errors {
    padding: 15px;
  }
  #bbpress-forums .bbp-reply-content .bbp-attachments-errors h6 {
    font-size: 16px;
  }

  .bbp-attachments-form {
    padding: 10px 20px;
    justify-content: center;
  }
  .bbp-attachments-form .d4p-attachment-addfile {
    padding: 7px 14px;
  }
  .bbp-attachments-form input + label {
    padding: 10px;
    margin-right: 0 !important;
  }

  .bbp-topic-description {
    font-size: 90%;
  }

  .accepted-answer-container {
    display: flex;
    justify-content: right;
  }

  .bbp-attachments {
    padding: 15px;
  }
  .bbp-attachments ol.with-icons {
    overflow: auto;
  }

  .xts-delay-reply {
    margin-bottom: 10px;
  }

  .xts-custom-fields-head .xts-chevron-down {
    padding: 6px 8px;
  }

  #bbp-single-user-details {
    padding: 20px;
    margin-bottom: 20px;
  }

  #bbp-user-navigation ul {
    margin-bottom: 0;
  }
  #bbp-user-navigation ul li {
    white-space: nowrap;
    margin-bottom: 5px;
  }
  #bbp-user-navigation ul li:not(:last-child) {
    margin-right: 25px;
  }

  #bbp-user-profile .bbp-user-section > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #bbp-user-profile .bbp-user-section .xts-profile-inner {
    font-size: 18px;
  }

  .bbp-user-profile,
.xts-code,
.xts-purchase-codes-content,
.xts-user-whitelist,
.xts-envato-verify-form,
.xts-dl-plugins {
    padding: 20px;
  }

  .xts-codes-status .entry-title {
    text-align: center;
  }

  .xts-exp-date {
    font-size: 16px;
  }

  .xts-table-button {
    padding: 6px 18px;
  }

  .xts-codes-content .xts-user-whitelist-inner .xts-white-list {
    margin-right: 0;
  }

  .bbp-topic-started-in {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  #xts-envato-verify-form {
    padding: 20px;
  }
  #xts-envato-verify-form input[type=text] {
    margin-right: 10px;
  }
  #xts-envato-verify-form input[type=submit] {
    max-width: 25%;
  }

  .woocommerce-MyAccount-content .xts-user-info .entry-title {
    margin-bottom: 5px;
  }

  .xts-dl-plugins .download-plugins li:not(:last-child) {
    margin-bottom: 5px;
  }

  .forum-archive .bbp-body .type-forum .bbp-forum-info {
    flex: 8 1 100%;
    margin-bottom: 10px;
  }
  .forum-archive .bbp-body .type-forum .bbp-forum-freshness {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .forum-archive .bbp-body .type-forum .bbp-forum-freshness a:first-child {
    margin-right: 10px;
  }
  .forum-archive .bbp-body .type-forum .bbp-forum-freshness a, .forum-archive .bbp-body .type-forum .bbp-forum-freshness p {
    margin-bottom: 0;
  }
  .forum-archive .bbp-body .type-forum .xts-bbp-forum-meta {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}
.bbp-attachments-form input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.bbp-attachments-form input + label {
  max-width: 115px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin-right: 20px !important;
  padding: 10px 10px 3px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}

.bbp-attachments-form input + label:hover {
  background-color: #f1f1f1;
}

.bbp-attachments-form figure {
  text-align: center;
}
.bbp-attachments-form figure svg {
  display: none;
}
.bbp-attachments-form figure:before {
  background-image: url(../assets/img/forum-attachments/xt-upload-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 30px;
  height: 40px;
  content: "";
  display: inline-block;
}

@media (max-width: 1024px) {
  .bbp-topic-reply-count {
    margin-right: 0;
  }

  .bbp-body .bbp-meta .bbp-admin-links .bbp-topic-sticky-link,
.bbp-body .bbp-meta .bbp-admin-links .bbp-topic-spam-link,
.bbp-body .bbp-meta .bbp-admin-links .bbp-topic-approve-link,
.bbp-body .bbp-meta .bbp-admin-links .bbp-topic-reply-link,
.bbp-body .bbp-meta .bbp-admin-links .bbp-reply-approve-link {
    display: none;
  }
  .bbp-body .hentry {
    padding: 20px;
    flex-wrap: wrap;
  }
  .bbp-body .hentry div.bbp-topic-freshness {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    margin-top: 10px;
  }
  .bbp-body .hentry div.bbp-topic-freshness > * {
    display: inline-block;
  }

  .bbp-topic-freshness > a {
    margin-left: 0;
    margin-right: 10px;
  }
  .bbp-topic-freshness .bbp-author-avatar img {
    width: 22px;
  }

  .bbpress-wrapper .status-closed.hentry:before,
.bbpress-wrapper .sticky.hentry:before,
.bbpress-wrapper .super-sticky.hentry:before {
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
  }

  .bbp-replies .hentry .bbp-topic-author,
.bbp-replies .hentry .bbp-reply-author {
    padding: 20px;
  }

  .bbp-search-results .hentry .bbp-topic-author,
.bbp-search-results .hentry .bbp-reply-author {
    padding: 20px 20px 10px;
  }

  .xts-custom-fields-data {
    padding: 15px;
    background-size: 20px;
  }
  .xts-custom-fields-data .xts-custom-fields-head {
    padding: 15px;
    margin: -15px;
  }

  #bbpress-forums #bbp-your-profile fieldset label[for] {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }

  #bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    width: 30px;
  }
  #bbpress-forums #bbp-user-body {
    border-left: 0;
    padding-left: 0;
  }

  .wd-my-account-sidebar {
    display: none;
  }
}
@media (min-width: 1025px) {
  .bbpress .site-content {
    padding-right: 60px;
  }
}
