#bbpress-forums {
    background: 0 0;
    color: #222;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

#bbpress-forums,
#bbpress-forums *,
#bbpress-forums .wp-editor-wrap textarea {
    box-sizing: border-box;
}

#bbpress-forums .bbp-the-list {
    margin: 20px 0;
    width: 100%;
    clear: both;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
}

#bbpress-forums .bbp-the-list .bbp-item.bbp-header {
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    /* background: #f0f0f0; */
    background: #0000B3;
    color: #222;
}

#bbpress-forums .bbp-the-list .bbp-item .bbp-item-info {
    flex: 0 1 80%;
    padding: 10px;
    margin: 0;
}

#bbpress-forums a {
    color: white;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 0;
}

#bbpress-forums .bbp-the-list.bbp-forums-group .bbp-item.bbp-header .bbp-forum-info .bbp-forum-title {
    font-size: 120%;
}

#bbpress-forums .bbp-the-list.bbp-forums-group .bbp-item.bbp-header .bbp-forum-info .bbp-forum-content {
    font-weight: 400;
    font-size: 90%;
}

#bbpress-forums .bbp-the-list .bbp-item .bbp-item-meta {
    flex: 0 1 20%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}

#bbpress-forums .bbp-the-list .bbp-item.bbp-header .bbp-item-info,
#bbpress-forums .bbp-the-list .bbp-item.bbp-header .bbp-item-meta>div {
    line-height: 28px;
    font-size: 15px;
    margin: auto 0;
    flex: 1;
}

#bbpress-forums .bbp-the-list .bbp-item .bbp-item-meta .bbp-item-count {
    text-align: center;
    flex: 0 1 20%;
}

#bbpress-forums .bbp-the-list .bbp-item .bbp-item-meta>div {
    padding: 10px;
}

#bbpress-forums .gdqnt-icon {
    vertical-align: top;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


ul {
    list-style: disc;
}

ol,
ul {
    margin: 0 0 1.5em 3em;
}

#bbpress-forums .bbp-the-list ul.bbp-items-list,
#bbpress-forums .bbp-the-list ul.bbp-items-list>li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bbpress-forums .bbp-the-list .bbp-item.bbp-row {
    color: black;
}


#bbpress-forums .bbp-the-list .bbp-item .bbp-item-info .bbp-item-info-title {
    line-height: 25px;
    font-size: 15px;
    font-weight: 700;
}


#bbpress-forums .bbp-the-list .bbp-item .bbp-item-meta .bbp-item-activity,
#bbpress-forums .bbp-the-list .bbp-item .bbp-item-meta .bbp-item-freshness {
    flex: 0 1 60%;
}

#bbpress-forums .bbp-the-list .bbp-item.bbp-row a,
#bbpress-forums .bbp-the-list.bbp-list-content .bbp-item.bbp-body .bbp-post-author a,
#bbpress-forums fieldset.bbp-form a {
    color: #F5B73F;
}

#bbpress-forums .bbp-breadcrumb p,
#bbpress-forums .bbp-the-list .bbp-item p,
#bbpress-forums .hentry {
    margin: 0;
    padding: 0;
}


#bbpress-forums .bbp-post-user-controls>span#start-new-reply,
#bbpress-forums .bbp-the-list .bbp-item.bbp-header {
    font-weight: 700;
}

#bbpress-forums .bbp-the-list .bbp-item {
    display: flex;
    align-items: stretch;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #dedede;
}

.gdqnt-icon {
    font: 14px "gdqnt";
    font-size: inherit;
    text-transform: none;
    display: inline-block;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gdqnt-icon.gdqnt-icon-topic:before {
    content: "\f11b";
}

.title-baru {
    color: #dedede;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 0;
}

#bbpress-forums .bbp-the-list .bbp-item.bbp-header {
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    background: blue;
    color: white;
}

.bbp-author-name {
    color: black;
}

/* #bbpress-forums .bbp-item.bbp-item-meta.bbp-item-freshness a {
    color: black;
} */