#bbp-single-user-details {
    display: none;
}

#bbp-user-navigation li {
    padding: 0 0 13px;
}

    #bbp-user-navigation li a {
        color: #27242b;
    }

        #bbp-user-navigation li a:hover {
            text-decoration: underline;
        }

#bbp-your-profile {
    display: none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
    width: 25%
}

#bbp-user-navigation ul {
    list-style-type: none;
    margin: 0;
}

    #bbp-user-navigation ul .current {
        font-weight: bold;
    }

#bbp-your-profile fieldset.submit {
    border: none;
}

.bbp-body .bbp-forums-list {
    display: none;
}

#bbpress-forums #subscription-toggle {
    float: none;
}

#bbpress-forums #favorite-toggle {
    float: left;
}

li.bbp-topic-voice-count {
    display: none;
}

li.bbp-topic-title {
    width: 52% !important;
}

a.bbp-author-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

#bbp-user-navigation #back-to-forum {
    margin: 0;
    border: 0;
    border-radius: 3px;
    padding: 0 17px;
    font: 18px/43px "Univers LT W01_67 Bold_1476016", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #dd3137;
    cursor: pointer;
}

    #bbp-user-navigation #back-to-forum:hover {
        text-decoration: none;
    }

#bbp-user-navigation li:last-child {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.bbp-breadcrumb-home {
    display: none;
}

a.subscription-toggle.fa.fa-trash-o {
    border: none !important;
    font-size: 16px !important;
    color: #dd3137 !important;
    font-weight: normal !important;
}

#new-post .bbp-form p:nth-child(n+2) {
    display: none;
}

#subscription-toggle span {
    margin-left: 2px;
    background: #fff;
    padding: 10px 0;
    display: inline-block;
}

.is-subscribed {
    margin-left: 0px !important;
}

#subscribe-101128 {
    display: none !important;
}
span.bbp-author-avatar {
    display: inline-block;
}

#subscription-toggle {
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .forum #sidebar {
        margin: 12px;
    }
}

@media only screen and (max-width: 620px) {
    ul.forum-titles li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
