#bbpress-forums {
    font-size: 16px;
}
#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: 16px;
}

.bbp-breadcrumb {
    /*display: none;  */

}
#bbpress-forums ul.bbp-forums {
    border: 0;
}

#bbpress-forums li.bbp-header {
    background-color: #fff;
    color: #cd2b04;
    border: 1px solid #cd2b04;
}

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

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 12px;
}


#subscription-toggle a {
    color: #cd2b04;
}


#subscription-toggle {
    color: #fff;
}
#bbpress-forums li.bbp-body {
    border-left: 1px solid #cd2b04;
    border-right: 1px solid #cd2b04;
}

#bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
}

#bbpress-forums li.bbp-footer {
   background-color: #fff;
    color: #cd2b04;
    border: 1px solid #cd2b04;
}

div.bbp-template-notice p {
    font-size: 14px;
}

#bbpress-forums .wp-editor-container {
    border: 1px solid #8A8A8A !important;
}

#bbpress-forums .quicktags-toolbar {
        border-bottom: 1px solid #8A8A8A;
}

#bbpress-forums div.bbp-template-notice img.avatar {
    margin-bottom: 0;
    width: 25px;
    height: 25px;    
    margin-top: -3px;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
     margin-bottom: 0;
    width: 25px;
    height: 25px;    
    margin-top: -3px;
}

#bbpress-forums p.bbp-topic-meta {
    margin-top: 8px;
}

.italian-site #bbpress-forums .bbp-reply-post-date {
    text-transform: lowercase;
}

.bbp-submit-wrapper button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    border-radius: 5px;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    background-color: #cd2b04;
    border-color: #8A8A8A;
}

span.link-profile-removed {
    color: #cd2b04;
}

#bbpress-forums #bbp-user-body {
    margin-left: 0;
}

.bbp-attachments-errors {
    display: none;
}