/*---------forum custom style---------*/
.bbp-form div .bbp-form p:nth-child(4), /*------website infos------*/
.forum-archive .bbp-footer, .bbp-topics .bbp-footer,
.forum-archive h1,
#bbpress-forums .bbp-template-notice,
.bbpress .form-allowed-tags,
.forum .form-allowed-tags,
.bbp-form div legend:first-child  {
	display: none !important;
}
.bbp-topic-freshness-author .bbp-author-avatar img {
    float: right;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding-right: 0 !important;
}

.bbpress #menu-item-22537 {
    border-bottom-color: #0086b8;
    border-bottom: 5px solid #0086b8;
    margin-bottom: -5px;
}
.bbpress #menu-item-22537 > a:first-child {
    background-color: #0086b8;
}

.topic h1.post-title {
    font-size: 25px;
}
.topic .bbp-replies p {
    margin-bottom: 10px !important;
    line-height: 24px !important;
    font-size: 16px;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    background-color: #f4f4f4;
    border-top: solid 2px #1db0b6 !important;
}

.bbpress .fsj-post-msg-success {
    margin-top: 12px;
    border: solid 1px #1db0b6;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #1db0b6;
}

/*-hide the title forum-*/
.forum-archive #the-post {
    border: none !important;
    padding: 0 !important;
}
.bbp-reply-to-link, .bbp-topic-reply-link, .bbp-new-forum-topic-link {
    border: solid 1px #0086b8 !important;
    padding: 4px 30px;
    font-weight: bold !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}
.bbp-new-forum-topic-link {
    float: right !important;
}
.forum-archive .entry-header-outer {
    padding-bottom: 0px !important;
}
#bbpress-forums div.bbp-search-form {
    margin: 0 auto 10px !important;
    float: right !important;
    max-width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 65%;
}
#bbpress-forums div.bbp-search-form input[type="submit"] {
    float: right !important;
    width: 33%;
    min-width: 110px;
}
#bbpress-forums li.bbp-header {
    background: #1bb0b6 !important;
    color: #fff !important;
    margin-top: 0 !important;
    border: solid 1px #1bb0b6 !important;
}
.bbp-forum-info .attachment-post-thumbnail {
    float: left;
    margin-right: 20px;
}
.bbp-header .forum-titles li:first-child {
    padding-left: 10px;
}
/*---------end forum custom style---------*/
.bbpress-wrapper .info { /*-----hide notice msg infos------*/
    /*display: none !important;*/
}
.forum h1.post-title, .topic h1.post-title{
    float: left !important;
}
.forum .featured-area {
    float: right !important;
    margin-bottom: 0px !important;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    max-width: 600px;
    float: none !important;
    margin: auto;
    border: solid 1px #ccc;
    padding: 0px 20px !important;
    border-radius: 5px;
}
#bbpress-forums fieldset.bbp-form p {
    float: left;
    margin: 4px !important;
}
#bbpress-forums fieldset.bbp-form legend {
    margin-bottom: 0px !important;
    padding-left: 0;
}

@media (max-width: 700px) {
    .container-wrapper {
        padding: 0px !important;
        border: 0 !important;
    }
    .bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
        padding: 0px 0px !important;
        border-radius: 5px;
        border: 0 !important;
    }
    #bbpress-forums fieldset.bbp-form p {
        float: left;
        margin: 0px !important;
        width: 100%;
    }
    #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #bbpress-forums fieldset.bbp-form {
        padding: 0 0px 0px !important;
    }
    
    .forum-titles .bbp-forum-reply-count {
        width: 20% !important;
    }
    .forum-titles .bbp-forum-info {
        width: 22% !important;
    }

    .forum-titles .bbp-forum-topic-count, .forum-titles .bbp-forum-reply-count {
        float: right;
        width: 30% !important;
    }
    .bbp-body .bbp-forum-topic-count, .bbp-body .bbp-forum-reply-count {
        float: right;
        width: 30% !important;
    }
    .bbp-body .bbp-forum-info {
        width: 100% !important;
    }
    
    /*.forum-titles li.bbp-forum-freshness {
        float: left !important;
    }
    .bbp-body .bbp-forum-freshness {
        float: left !important;
        width: 62% !important;
    }*/
    .forum-titles li.bbp-forum-freshness, .bbp-body .bbp-forum-freshness {
        display: none !important;
    }
    
    #bbpress-forums #bbp-search-form #bbp_search {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    #bbpress-forums div.bbp-search-form input[type="submit"] {
        width: 100% !important;
    }
}