#bbpress-forums fieldset.bbp-form {
    border: 0;
    background: #fff;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    color: #333;
    background: #fff;
}
.bbp-meta {
    color: #333;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    color: #333;
}
.bbp-lead-topic {
    display: none;
}
legend {
    display: none;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 0px;
    padding: 0;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}
#bbpress-forums ul.bbp-replies {
    border:0px;
}
#bbpress-forums div.reply {
    margin-bottom: 20px;
    border-radius: 6px;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    min-height: 28px;
    height: 28px;
    padding: 5px;
    background: #fff;
}
.bbp-reply-form {
    max-width: 600px;
    margin-bottom:20px;
    border-radius: 6px;
    box-shadow: 0px 1px 10px #666;
    padding: 10px;
    background-color: #fff;
}
#bbp_reply_content {
    max-height: 110px;
}
#bbpress-forums fieldset.bbp-form label {
    color: #333;
    font-weight:bold;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    border: 1px solid #333;
    padding: 0;
    color: #333;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #333;
}
#bbp_reply_submit {
    border: 1px solid #333;
    color: #333;
    font-weight: normal;
    padding: 3px;
    width: 80px;
    height: 26px;
    border-radius: 2px;
}
.bbpress .entry-header .inner-wrap {
    margin-bottom: 0px !important;
}

.bbpress .entry-title {
    font-size: 20px !important;
    margin: 0 !important;
}
.orig-title {
    font-size: 135%;
    color: #008000;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.orig-img {
    position: absolute;
}
.bbp-reply-content p {
    margin-left: 45px;
    font-size: 15px;
    margin-bottom: 30px;
	  padding-top:10px;
}
.orig-meta-box{
	float:right;
	font-size:14px;
  text-align:right;
}
.bbp-author-link {
  text-decoration:none !important;
  pointer-events:none;
}
.orig-user-img,.orig-time-img {
    vertical-align: middle;
    margin-left:5px;
}
.bbp-reply-permalink {
    color: #008000;
}
.bbp-author-link,.bbp-author-name{
	  color:#333;
    font-weight:bold;
}
.orig-pagination{
	  text-align:center;
}
#bbpress-forums .orig-pagination a:hover, #bbpress-forums .orig-pagination span.current, #bbpress-forums .bbp-topic-pagination a:hover {
    background: #eee;
    opacity: .8;
    border: 1px solid #ddd;
}
#bbpress-forums .orig-pagination a, #bbpress-forums .orig-pagination span.current {
    display: inline-block;
    float: none;
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 5px;
    border: 1px solid #efefef;
    border-radius: 0;
    background: 0 0;
    color: inherit;
    text-decoration: none;
}
#bbpress-forums .orig-pagination span.current {
    background: #eee;
    opacity: .8;
    border: 1px solid #ddd;
    color:#333;
}
#bbpress-forums fieldset.bbp-form {
    padding: 0;
}
@media only screen and (max-width: 480px){
#bbpress-forums div.bbp-reply-content p:last-child, #bbpress-forums div.bbp-topic-content p:last-child {
    margin-bottom: 25px;
}}
@media only screen and (max-width: 480px){
span.bbp-reply-post-date, span.bbp-topic-post-date {
    float: unset;
}}
@media only screen and (max-width: 480px){
#bbpress-forums .bbp-body div.bbp-reply-content, #bbpress-forums .bbp-body div.bbp-topic-content {
    margin: 0;
}}

#bbpress-forums fieldset.bbp-form input[type=text] {
    padding: 5px;
    font-size: 14px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    padding: 5px;
    font-size: 14px;
}
#bbpress-forums ul.bbp-replies {
    margin-bottom: 0;
}
.orig-pagination {
    margin-bottom: 30px;
}
@media only screen and (min-width: 426px){
.bbpress.page-layout-full-width article:not(.has-post-thumbnail) .inner-wrap {
    max-width: 90% !important;
}
.bbpress .entry-content {
    max-width: 90% !important;
}}
#bbpress-forums fieldset.bbp-form input[type=text] {
    max-width: 300px;
    display: inline-block;
    margin-left: 5px;
}
@media only screen and (max-width: 768px){
#bbpress-forums fieldset.bbp-form input[type=text] {
    max-width: 100%;
    display: block;
    margin-left: 0;
}}
#bbpress-forums .orig-pagination a, #bbpress-forums .orig-pagination span.current {
    margin-bottom: 10px;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    display: none;
}
.orig-img {
    max-width: 40px !important;
}