.bbp-breadcrumb p {
     margin-bottom: 0;
 }

.border-round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#bbpress-forums {
    font-size: 15px;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 15px 0px;
}

#bbpress-forums .bbp-form .bbp-template-notice {
    background-color: #f5f8fa;
    padding: 5px;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#bbpress-forums .bbp-form p {
    margin-bottom: 0;
}

#bbpress-forums .bbp-form > div {
    margin-bottom: 15px;
}

#bbpress-forums .bbp-form > div > label {
    width: 150px;
    font-size: 16px;
    font-weight: 400;
}

#bbpress-forums .bbp-form > div > input[type="text"] {
    width: 50%;
    border: solid 1px #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#bbpress-forums .bbp-form > div > input[type="text"]:focus {
    border-color: #FFC107;
}

#bbpress-forums .bbp-form .bbp-submit-wrapper {
    padding-left: 152px;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums .bbp-body > ul.forum,
#bbpress-forums .bbp-body .bbp-forum-header {
    background-color: transparent;
    border: none;
}

#bbpress-forums .bbp-body .bbp-forum-header {
    margin-bottom: 15px;
    padding: 0px;
}

.post-type-archive-forum #bbpress-forums .bbp-body > ul.forum .bbp-forum-info {
    width: 100%;
}

#bbpress-forums .bbp-forums-list {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-size: 15px;
    color: #343434;
}

.bbp-forums-list .bbp-forum .bbp-forum-title-container {
    width: 55%;
    float: left;
}

.bbp-forums-list .bbp-forum .topic-reply-counts {
    width: 15%;
    float: left;
}

.bbp-forums-list .bbp-forum .freshness-forum-link {
    width: 30%;
    float: left;
    text-align: right;
}

.bbp-forums .bbp-forum-info {
    width: 50%;
    float: left;
}

.bbp-forums .bbp-forum-info > ul.bbp-forums-list {
    padding-left: 0;
}

.bbp-forums .bbp-forum-topic-count,
.bbp-forums .bbp-forum-reply-count {
    width: 10%;
    float: left;;
}

.bbp-forums .bbp-forum-freshness {
    width: 30%;
}

#bbpress-forums .bbp-forums-list li {
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

#bbpress-forums .bbp-forums-list > li {
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bbp-forum-header > a,
.bbp-forum-header .bbp-forum-title{
    color: #343434;
    font-size: 20px;
    font-weight: 600;
}
.bbp-forums > .bbp-forum-header > .bbp-forum-title{
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.single-forum .bbp-forums .bbp-forum-info .bbp-forum-title{
    font-size: 16px;
}
.single-forum #bbpress-forums .bbp-forums .bbp-body > ul.forum{
    padding: 0;
}

.bbp-forum-title-container > a {
    color: #343434;
    font-size: 17px;
    font-weight: 600;
}

#bbpress-forums a{
    color: #343434;
}
#bbpress-forums a:hover {
    text-decoration: none;
    color: #FFC107;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-forum-description {
    font-size: 15px;
    color: #787878;
    font-style: italic;
    margin-bottom: 0;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 14px;
}

.bbp-author-avatar img,
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    border:none;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-bottom: 0px;
}

.bbp-topics .bbp-body .bbp-topic-title{
    display: table;
    vertical-align: middle;
    position: relative;
}

#bbpress-forums span.bbp-attachments-count{
    position: absolute;
    right:-15px;
    top: 0px;
    background: none;
}
#bbpress-forums  span.bbp-attachments-count:after{
    content: "\f0c6";
    font-size: 18px;
    font-family: FontAwesome;
}
.bbp-topics .bbp-body .bbp-topic-title .bbp-author-avatar{
    display: table-cell;
    width: 80px;
    line-height: 0;
    vertical-align: middle;
}
#bbpress-forums #bbp-single-user-details{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color: #f5f8fa;
    padding: 15px;
    margin-right: 15px;
    width: 180px;
}
#bbpress-forums fieldset.bbp-form legend{
    margin-bottom: 0px;
}
.bbpress-form-input{
    background: #f5f8fa;
    border-radius: 4px;
    border: solid 1px #ddd;
}
.bbpress-form-input .bbpress-form-input-inner{
    padding: 10px 15px;
}
.bbpress-form-input .quicktags-toolbar{
    background: #f5f8fa;
}

.bbpress-form-input #bbp_topic_title,
.bbpress-form-input #bbp_topic_tags{
    width: 100%;
}
.bbpress-form-input .bbpress-topic-attr{
    display: inline-block;
    width: 100%;
}
.bbpress-form-input .bbpress-topic-tags,
.bbpress-form-input .bbpress-topic-type,
.bbpress-form-input .bbpress-topic-status,
.bbpress-form-input .bbpress-topic-forum{
    width: 33.333%;
    float: left;
    padding-right: 15px;
}

.topic-edit .bbpress-form-input .bbpress-topic-tags{
    width: 100%;
}
.total-bbpress-action-groups{
    text-align: right;
}
.total-bbpress-action-groups a{
    background-color: #FFC107;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    color: #fff !important;
}

.bbpress-form-input select{
    border:solid 1px #ddd;
    width: 100%;
}
.bbpress-form-input div.bbp-submit-wrapper{
    margin-top: 20px;
    margin-right: -15px;
}
.bbpress-topic-access-info textarea#bbp_topic_access_info,
.bbpress-topic-access-info textarea#bbp_reply_access_info{

    max-width: 100%;
    min-height: 150px;
    font-size: 15px;
}
.bbpress-topic-access-info:not(.has-access-info) textarea#bbp_topic_access_info,
.bbpress-topic-access-info:not(.has-access-info) textarea#bbp_reply_access_info{
    display: none;
}
.total-bbpress-warning{
    color: red;
    font-style: italic;
    font-size: 15px;
}

.single-topic #bbpress-forums .bbp-topic-tags a{
    padding: 6px 10px;
    display: inline-block;
    background: #eee;
    margin-right: 5px;
    border-radius: 4px;
}
.single-topic #bbpress-forums .bbp-attachments h6{
    font-weight: 400;
    font-size: 16px;
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb{
    display: inline-block;
    margin-right: 5px;
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb img{
    border: solid 1px #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.bbp-topic-controls #subscription-toggle{
    background-color: #FFC107;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:5px 10px;
    margin-bottom: 10px;
    float: right;
    display: inline-block;
}
.bbp-topic-controls #subscription-toggle a{
    color: #fff;
}
span.bbp-admin-links a {
    font-size: 12px;
}

/** paging **/
.bbp-pagination{
    line-height: 35px;
}
.bbp-pagination-links  .page-numbers{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}
.bbp-pagination-links  .next,
.bbp-pagination-links  .prev{
    line-height: 30px;
}
.bbp-pagination-links  .page-numbers.current,
.bbp-pagination-links  .page-numbers:hover{
    background-color: #FFC107;
    border-color: #FFC107;
    color: #fff !important;
}

#bbpress-forums fieldset.bbp-form legend{
    font-size: 16px;
    padding: 5px 0px;
}
.bbp_reply_edit_reason_wrap,
.bbp_reply_edit_reason_wrap label,
.bbp_reply_edit_reason_wrap #bbp_reply_edit_reason{
    width: 100% !important;
    margin-bottom: 0px !important;
}

.total-bbpress-private-content{
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 2px;
}

.bbp-reply-form fieldset > legend{
    font-weight: 600;
}

/** bbpreass widget **/
.bbp_widget_login .widget-title{
    font-family: 'Pontano Sans';
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    line-height: 32px;
    display: none;
}
.bbp-logged-in,
.bbp-login-form{
    padding: 20px;
    background-color: #f5f8fa;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.bbp-login-form fieldset{
    border:none;
    padding: 0;
}
.bbp-login-form fieldset input[type="text"],
.bbp-login-form fieldset input[type="password"]{
    width: 100%;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper{
    margin-bottom: 10px;
    margin-top: 0;
}
.bbp-logged-in img.avatar{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.bbp-logged-in > h4{
    margin-bottom: 0px;
}
.bbp-logged-in > h4 > a{
    font-size: 16px;
    font-weight: 600;
}
.bbp-logged-in a.logout-link{
    font-size: 14px;
}
.bbp-logged-in > h4 > a,
.bbp-logged-in a.logout-link{
    color: #343434;
    font-family: 'Pontano Sans';
    text-decoration: none;
}
.bbp-logged-in > h4 > a:hover,
.bbp-logged-in a.logout-link:hover  {
    color:  #FFC107;
    text-decoration: none;
}

.bbpress-extra-info{
    display: none;
}

.total-bbpress-modal-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.total-bbpress-modal-popup.total-show-up{
    opacity: 1;
    z-index: 9999;
}
.total-bbpress-modal-bg-popup{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.total-bbpress-modal-popup-inner{
    width: 700px;
    height: 400px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.total-bbpress-modal-popup-close{
    position: absolute;
    top: 0px;
    right: 5px;
}
.total-bbpress-modal-popup-title{
    padding: 10px 15px;
    background-color: #f5f8fa;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.total-bbpress-modal-popup-content{
    padding: 10px 30px;
    max-height: 350px;
    overflow-y: auto;
}
.bbpress-admin-show-access-info{
    padding: 15px;
    border:solid 1px #ddd;
    font-style: italic;
    margin-bottom: 10px;
}

.widget_display_search{
    padding: 15px;
    background-color: #f5f8fa;
}
.widget_display_search form{
    position: relative;
}
.widget_display_search form input[type="text"]{
    width:100%;
    padding-right: 30px;
}
.widget_display_search form button[type="submit"]{
    position: absolute;
    right: 10px;
    font-size: 0px;
    top: 7px;
    color: #343434;
    background-color: transparent;
}
.widget_display_search form button[type="submit"]:after{
    position: absolute;
    top: 0;
    right:0;
    font-family: FontAwesome;
    content: "\f002";
    font-size: 16px;
}
.widget_display_search form button[type="submit"]:hover:after{
    color: #FFC107;
}
.widget_display_search h4.widget-title {
    display: none;
}
body.forum-search .entry-content form#bbp-search-form{
    margin-top: 60px;
}
body.forum-search .entry-content form#bbp-search-form input[type="text"]{
    width: calc(100% - 100px) !important;
}