.subscription-toggle,
.bbp-template-notice.info,
.bbp-header,
.bbp-footer,
.bbp-pagination-count,
.bbp-topic-meta,
.prev.page-numbers,
.next.page-numbers,
#qt_bbp_reply_content_toolbar,
.form-allowed-tags,
.bbp-template-notice.info,
/*.bbp-replies .bbp-body,*/
.bbp-template-notice,
.bbp-reply-form .bbp-template-notice{
    display:none;
}

.bbp-template-notice.show,
.bbp-template-notice.error{
    display:block;
}

#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
    font-size: 15px;
}

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

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    text-align: right;
    width: 20%;
    font-weight: bold;
    color:#666;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
    text-align: left;
    width: 15%;
    padding-left:10px;
    font-weight: bold;
    color:#666;
    box-sizing: border-box;
}

.bbp-topics li{
    margin:0 !important;
}

.bbp-pagination-links .page-numbers{
    background-color: #fff;
    padding: 3px 6px;
    color: #666;
    border: 1px solid #2187B6;
}

.bbp-pagination-links a{
    color: #666 !important;
    text-decoration: none !important;
    border: 1px solid #666 !important;
}

.bbp-pagination-links span.current {
    background-color: #2187B6;
    padding: 3px 6px;
    color: #fff;
    border: 1px solid #2187B6;
}

.user-details label{
    display: inline-block;
    width: 126px;
    font-size: 14px;
    font-weight: bold;
}

#bbpress-forums div.bbp-the-content-wrapper{
    float:left;
    width: 50%;
}

.user-details{
    float:right;
    width: 50%;
}

.user-details br{
    display:none;
}

.user-details input{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 2px 8px;
    box-sizing: border-box;
    width: 60%;
    font-family: "Open Sans Hebrew";
    border: 1px solid #BBB;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 14px;
    margin-top: 14px;
    outline: none;
    padding: 4px 8px;
    font-family: "Open Sans Hebrew";
    border: 1px solid #BBB;
    height: 124px;
    resize: none;
}

h2.forum{
    color:#000 !important;
}

.forum-send-button,
#bbp_topic_submit,
#bbp_reply_submit{
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    font-family: "Open Sans Hebrew";
    border: 0;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    outline:none;
}

.forum-send-button.title{
    position: absolute;
    top:20px;
    left:20px;
    padding: 8px 20px;
    font-size: 14px;
}

.forum-send-button:hover{
    text-decoration:none !important;
}

.post-form{
    font-size:14px;
    line-height:1.6;
}

div.bbp-template-notice,
div.indicator-hint {
    margin: 15px 0 15px;
}

#bbpress-forums .caution{
    color:red !important;
}

.bbp-reply-form #bbp_topic_title,
.bbp-reply-form label[for=bbp_topic_title]{
    display:none;
}

.bbp-reply-author .user-avatar{
    width:80px;
    margin: 12px auto 0 auto;
}

@media only screen and (max-width: 480px){
    span.bbp-reply-post-date {
        float: right;
    }
    .user-details,#bbpress-forums div.bbp-the-content-wrapper{
        float:unset;
        width:100%;
    }
}