/*
#bbpress-forums fieldset.bbp-form {
    background-color: #fff;
}
*/

@media (max-width: 1024px) {
  .wr-mobile .site-title {
    min-height: 0px;
  }
}
@media (max-width: 768px) {
	#bbpress-forums #bbp-search-form #bbp_search {
    width: 80%;
  }
  #bbp_search_submit {
    width: 19%;
  }
  #bbpress-forums div.bbp-search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: inherit;
  }

  #bbpress-forums div.bbp-reply-content {
    margin-left: 15px;
  }

  #bbpress-forums div.bbp-forum-author,
  #bbpress-forums div.bbp-topic-author,
  #bbpress-forums div.bbp-reply-author {
    /* width: 85px; */
  }
}

@media (min-width: 768px) {
  #bbpress-forums ul.bbp-threaded-replies {
    margin-left: 130px;
  }

  .title-webboard {
    margin-bottom: -50px;
  }
}

@media screen and (min-width: 480px) {
  .wr-desktop .widget_nav_menu li a {
    padding: 0;
  }
}

.footer .top .widget ul li {
  margin-top: 0px;
}

fieldset {
  border: unset;
}

.header .section-1 {
  box-shadow: 0 0 32px rgba(0,0,0,.15);
}

.mgt30 {
  margin-top: 0 !important;
}

.site-title {
  border-bottom: unset;
}

/*
.page-content .primary-sidebar {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
}
*/

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar {
  margin-bottom: 0;
}

.bbp-forum-info .bbp-forum-title {
  font-size: 18px;
}

#bbp_anonymous_author,
#bbp_anonymous_email,
#bbp_anonymous_website,
#bbp_topic_title {
  width: 100%;
}

#user_login,
#user_email,
#user_pass,
.user-submit {
  width: 100%;
}

.btn-primary {
  color: #fff !important;
  background-color: #ff6600;
  border-color: #ff6600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-lg {
  padding: .5rem 3rem;
  font-size: 1.15rem;
  border-radius: 0.3rem;
}

.footer {
  font-size: 90%;
}

.widget-style-1 .widget .widget-title {
  padding: 10px;
  border: 1px solid #ff6600;
  background-color: #ff6600;
  color: #fff;
}

.widget-style-3 .widget ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid;
}

/*
.button, input[type="submit"] {
    height: 40px;
    line-height: unset;
    margin-bottom: 5px !important;
}
*/

.bbp-topic-title {
  font-size: 16px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 14px;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bbpress-forums li.bbp-header {
  background: #f56505;
}

.bbp-header {
  color: #fff;
}

.bbp-login-form .bbp-submit-wrapper {
  width: 100%;
}

#bbpress-forums div.bbp-search-form {
  margin-bottom: 5px;
}

#bbp_search_submit {
  height: 40px;
  line-height: 0;
}

.button {
  height: 40px;
  line-height: 38px;
  background-color: #f56505;
  border-color: #f56505;
}

.bbwptw-description,
.bbwptw-topic {
  line-height: initial;
}

#bbp_search_submit {
  height: 32px;
  margin-top: 10px;
}

#bbpress-forums #bbp-search-form #bbp_search {
  height: 32px;
}

.bbp-forum-title,
.bbp-reply-topic-title {
  font-weight: 500;
}

.subscription-toggle,
.favorite-toggle {
  color: #444;
}
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
  margin: 5px;
}
.bbp-forum-title, .bbp-reply-topic-title {
    font-weight: 400;
}
.footer .top .top-inner {
    padding: 2rem 0 2rem 0 !important;
}
.bbwptw-login-register-links, .bbp-breadcrumb-home, span.bbp-breadcrumb-sep:nth-child(2)   {
    display: none;
}
#bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
	width: 100px;
}
#bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 120px;
}
.widget ul li {
    margin-bottom: 0px;
}
.cnss-social-icon {
	  text-align: left !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: left;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    background: #f1f1f1;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
    margin-top: -22px;
}
#wr-back-top {
    right: 15px;
    bottom: 15px;
}