.bbpress .td-main-content-wrap{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#bbpress-forums li.bbp-header {
  background: none #d59dcf !important;
}

.bbpress .td-page-title {
  line-height: 1.01;
}


/***** topic listing page****/
#bbpress-forums li.bbp-body li.bbp-topic-title {
    display: flex;
    justify-content: space-between;
}
ul.bbp-topics .bbp-voting {
    order: 3;
    margin: 0px;
}

#bbpress-forums .bbp-topic-started-by img{
    position: relative;
    margin: 0px 6px 0px 0px;
    border-radius: 20px;
}

/***** topic details page ****/
#bbpress-forums div.bbp-reply-author img.avatar{
   border-radius: 40px;
}

#bbpress-forums .bbp-body div.bbp-reply-header {
  background-color: #d0d7fd;
}
/***** general styling ****/
.bbp-body .bbp-voting a.vote.up {
    border-bottom: 15px solid #818ede !important;
}

.bbp-body .bbp-voting a.vote.down {
    border-top: 15px solid #818ede !important;
}

.bbp-body .bbp-voting .score {
    font-size: 15px;
    font-weight: normal;
    color: #1f2122;
}
.bbp-the-content-wrapper #bbpress-forums button{
    background: none #df9fcd;
}

.bbp-the-content-wrapper .mce-toolbar .mce-ico{
    color: white;
}

@media (max-width: 768px) {
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    flex-wrap: wrap;
  }
}

