/** Only needed css copied from /bbpress/bbpress-custom.css, and custom styles */

#category-holder {
    border-left: 1px solid rgba(0,0,0,.1);
    margin-top: 40px;
    padding-left: 15px;
    padding-top: 60px;
}
#category-holder .gallery-btn {
    display: block;
    margin-bottom: 20px;
    outline: 0;
    text-decoration: none;
}

#category-list {
    list-style: none!important;
    padding: 0!important;
    line-height: inherit!important;
}
#category-list li {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    background: none;
}
#category-list > li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
#category-list > li.active {
    padding-left: 0;
    padding-right: 0;
}
#category-list > li a.active {
    color: #FFF;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #008fef;
    margin-bottom: 5px;
    padding: 5px 10px;
}
#category-list > li.active br { display: none; }
#category-list > li.active .sidebar-caption { padding-left: 10px; }
#category-list .sidebar-caption {
    display: block;
    font-size: 0.94em;
    line-height: 1.3em;
}


@media screen and (min-width: 992px) {
    .bbpress-main,
    .single-forum .entry-content {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    .bbpress-main #bbpress-forums,
    .single-forum #bbpress-forums {
        padding: 0 !important;
    }
    .bbpress-main .et_pb_row:after,
    .single-forum .et_pb_row:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }
    .bbpress-main .et_pb_column,
    .single-forum .et_pb_column  {
        float: left;
        background-size: cover;
        background-position: 50%;
        position: relative;
        z-index: 2;
        min-height: 1px;
        margin-right: 5.5%;
    }
    .bbpress-main .et_pb_column:last-child,
    .single-forum .et_pb_column:last-child { margin-right: 0; }
    .bbpress-main .et_pb_row .et_pb_column_3_4,
    .single-forum .et_pb_row .et_pb_column_3_4 { width: 73.625%; }
    .bbpress-main .et_pb_column_1_4,
    .single-forum .et_pb_column_1_4 { width: 20.875%; }
}

@media screen and (max-width: 567px) {

    /* REGISTER START */
    #buddypress #register-page .standard-form #basic-details-section {
        width: 100%;
        /*clear: both;*/
        float: none;
        margin-top: 30px;
        display: block;
    }
    #buddypress #register-page .standard-form #profile-details-section {
        float: none;
        width: 100%;
        /*clear: both;*/
        display: block;
        margin-top: 30px;
    }
    #register-page #signup_submit {
        margin: 30px 0 0 0;
    }
    #buddypress .standard-form#signup_form input[type=text], 
    #buddypress .standard-form#signup_form input[type=password], 
    #buddypress .standard-form#signup_form textarea {
        width: 100%;
    }
    /* REGISTER END */
}