.mepr-form .mp-form-row .mp-form-label {
    display: block !important;
    color:#404040!important;
}
.mp-form-row{
	margin: 1rem 0 10px!important;
}
.mp-form-row input::placeholder { /* WebKit browsers */
    color: #fff!important;
    opacity: 0!important;
}
.mp-form-row.mepr_mepr-address-two{
	display:none;
}
.forum.bbpress #content,
.topic.bbpress #content{
    width: 100%!important;
    max-width: unset!important;
    position: relative;
}
.forum.bbpress #content .page-content,
.topic.bbpress #content .page-content{
    max-width: 1140px!important;
    margin: 15px auto!important;
}
.forum.bbpress .page-header,
.topic.bbpress .page-header{
    background: url('../img/bannerTitle.png') repeat-x;
    padding: 70px 15px 90px;
    background-position: center bottom;
    width: 100%;
    margin-bottom: 40px;
}
.forum.bbpress .page-header .entry-title,
.topic.bbpress .page-header .entry-title{
    color: white;
    text-align: center;
    font-size: 43px;
    line-height: 1.3;
}
#bbpress-forums li.bbp-header{
    background: var(--e-global-color-91455cb)!important;
    color: white;
    border-radius: 7px;
    padding: 20px 10px!important;
    text-transform: uppercase;
    font-size: 12px;
}
#bbpress-forums li.bbp-header .forum-titles li{
    color: white!important;
}
#bbpress-forums .bbp-topics{
    border: 0!important;
}
#bbpress-forums .bbp-topics .bbp-body ul {
    background: #fbfbfb!important;
    margin-top: 20px!important;
    border: 1px solid #eee!important;
    padding: 20px 15px!important;
    border-radius: 7px!important;
}
#bbpress-forums div.odd,
#bbpress-forums div.even{
    background: #fbfbfb;
    border-radius: 0 0 7px 7px;
}
#bbpress-forums .bbp-author-role{
    border: 1px solid #eee;
    margin-top: 5px;
    padding: 5px;
    line-height: 1.2;
}/*
.topic.bbpress #bbpress-forums .bbp-body div{
    background: #fbfbfb;
    border: 1px solid #eee!important;
    padding: 12px 8px!important;
}*/
#bbpress-forums .bbp-topics .bbp-topic-title{
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
#bbpress-forums .mce-container button,
#bbpress-forums #bbp_topic_content-html,
#bbpress-forums #bbp_topic_content-tmce,
#bbpress-forums #bbp_topic_content-html,
#bbpress-forums #bbp_topic_content-tmce,
#bbpress-forums .wp-switch-editor{
    background: #ebebeb!important;
    color: #50575e;
}
#bbpress-forums .bbp-topic-form p,
/*#bbpress-forums .bbp-footer,*/
#bbpress-forums .bbp-template-notice{
    display: none!important;
}
#bbpress-forums .bbp-breadcrumb{
    display: none;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics{
    border: 0;
}
.topic.bbpress .bbp-body .bbp-reply-header{
    margin-top: 20px;
    border-radius: 7px 7px 0 0!important;
    background: #f4f4fb!important;
}
.topic.bbpress .bbp-body .bbp-reply-header .bbp-meta{
    background: #f4f4f4!important;
    border: 0;
}
#bbpress-forums .bbp-body .bbp-reply-content{
    font-size: 16px!important;
    color: #50575e;
}
#bbpress-forums .bbp-topic-permalink{
    color: var(--e-global-color-91455cb)!important;
}
#bbpress-forums .bbp-topic-permalink:hover{
    color: var(--e-global-color-primary)!important;
}
#bbpress-forums .bbp-footer div{
    font-size: 12px!important;
    color: #50575e;
}

@media screen and (max-width:768px){
    .forum.bbpress .page-header .entry-title,
    .topic.bbpress .page-header .entry-title{
        font-size: 32px;
    }
}