.s_qa {
    padding: 2rem 0;
    background: #FD4232;
}
.s_qa .container {
    text-align: center;
}
.s_qa h3 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.75rem;
    color: #fff;
}
.s_qa h3 b {
    font-weight: bold;
}
.s_lets_business {
    padding: 7.875rem 0 12.125rem;
}
.s_lets_business .title_section {
    border-bottom: 1px solid #FD4232;
    padding-bottom: 2.5rem;
    margin-bottom: 5.1875rem;
}
.s_lets_business .sides_wrpr {
    display: flex;
}
.s_lets_business .left_sidebar {
    width: 24.875rem;
}
.s_lets_business .main_content {
    width: 100%;
    padding-left: 1.25rem;
    flex: 1;
}
.sedebar_label {
    font-size: 2rem;
    color: #4B4B4B;
    margin-bottom: 1rem;
    margin-top: 2.8125rem;
    display: block;
    width: 100%;
}
.lets_business_item {
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.6875rem;
}
.lets_business_item .item_header {
    background: #222222;
    display: flex;
    align-items: center;
    padding: 2px 2.25rem 2px;
}
.lets_business_item .item_header h3 {
    font-family: 'TitlingGothicFB Comp';
    font-size: 1.375rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.07rem
}
.lets_business_item .item_header h3 span {
    color: #FD4232;
}
.lets_business_item .item_body {
    padding: 1.8125rem 2.25rem;
    background: #F7F7F7;
    position: relative;
}
.lets_business_item .item_body p {
    color: #838383;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 2.375rem;
    max-width: 70%;
    white-space: initial;
    word-wrap: break-word;
}
.lets_business_item .item_body .bottom_text {
    color: #838383;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.375rem;
}
.btn {
    font-size: 1.375rem;
    line-height: 2.375rem;
    color: #fff;
    background: #FD4232;
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    display: inline-block;
    padding: 1rem;
    transition: 0.15s all ease-in-out;
}
.btn:hover {
    background: #CECECE;
}
.s_lets_business .left_sidebar .btn {
    display: block;
    text-align: center;
    margin-bottom: 0.3125rem;
}
.s_lets_business .left_sidebar .little_search {
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    color: #D8D8D8;
    padding: 1rem 1.5rem;
    display: block;
    width: 100%;
    font-size: 1.375rem;
    line-height: 2.375rem;
    font-weight: normal;
    margin-bottom: 0.9375rem;
}
.sidebar_categories li a {
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 1rem 1.5rem 0.6875rem;
    display: block;
    border: 1px solid #CECECE;
    color: inherit;
}

.sidebar_categories li {
    color: #838383;
    background: #F7F7F7;
}
.sidebar_categories li:hover {
    background: #FD4232;
    color: #fff;
}
.sidebar_categories.front-cat-filter-wrap li:not(.filter-front-cat) {
    display: none;
}
.sidebar_categories.front-cat-filter-wrap li.visible {
    display: block;
}
.sidebar_categories li.categories_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222222;
    font-size: 1.375rem;
    color: #fff;
    line-height: 2.375rem;
    padding: 1rem 1.5rem 0.6875rem;
    border: 1px solid #CECECE;
    border-bottom: 0;
    cursor: pointer;
}
.sidebar_categories li a {
    border-bottom: 0;
}
.sidebar_categories li:not(.categories_header):last-child a {
    border: 1px solid #CECECE;
}

/* .sidebar_categories .filter-front-cat:after { */
.sidebar_categories .filter-front-cat.filter-cat-title:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/slider_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
}

.circle_w_cion {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD4232;
    transition: 0.15s all ease-in-out;
}
.circle_w_cion:hover {
    background: #838383;
}
.lets_business_item .controls_block {
    position: absolute;
    right: 1.5625rem;
    bottom: 0.9375rem;
    display: flex;
}
.lets_business_item .controls_block .controls_block_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}
.controls_block_col .controls_label {
    font-family: 'TitlingGothicFB Comp';
    font-size: 1rem;
    color: #222;
}
.controls_block_col .circle_w_cion {
    margin: 0.3125rem 0;
}
.pagination {
    display: flex;
    align-items: center;
    margin-top: 4.1875rem;
    padding-bottom: 1.4375rem;
    border-bottom: 1px solid #FD4232;
}
.pagination li {
    margin-right: 0.625rem;
}
.pagination li a {
    font-size: 1.375rem;
    color: #838383;
    transition: 0.15s all ease-in-out;
}
.pagination li a.active {
    border-bottom: 1px solid #FD4232;
    font-weight: bold;
}
.pagination li a:not(.active):hover {
    color: #FD4232;
}
.s_register {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.s_register .left_content {
    background: rgba(44, 44, 44, 0.8);
    padding-left: calc(5% + 15px);
    padding-right: 10rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
    max-width: 46.5rem;
}
.s_register .left_content p {
    font-size: 1.125rem;
    line-height: 2.375rem;
    color: #fff;
    font-weight: normal;
}
.s_register .left_content .btn {
    padding: 1rem 4rem;
    font-size: 1.125rem;
    line-height: 1;
    border: 0;
    margin-top: 4rem;
}
header .wrap_link_head .link_head.header_nav_btn {
    display: none;
}
body.menu_open {
    overflow: hidden;
}
.slider .slide-inner {
    min-height: calc(76vw / 3);
}


#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form input[type=password] {
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    padding: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 20px;
    height: auto;
}
.bbp-submit-wrapper .button.submit {
    width: 100px;
    height: 40px;
    background: #FD4232;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    font-family: 'HelveticaNeue';
    padding: 0 15px;
    cursor: pointer;
}

.bbp-submit-wrapper .button.submit:hover {
    background: #CECECE !important;
    transition: .3s;
    cursor: pointer;
}

/* .bbp-login-form .bbp-remember-me label  {
    display: flex;
    align-items: center;
    position: relative;
} */
/* .bbp-login-form .bbp-remember-me input {
    display: none;
} */
/* .bbp-login-form .bbp-remember-me:before {
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
}
.bbp-login-form .bbp-remember-me input:checked>label:before {
    background: #FD4232;
} */
#rememberme:after, #bbp_topic_subscription:after, .pw-weak .checkbox:after {
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #DDDDDD;
}
#rememberme:checked:after, #bbp_topic_subscription:checked:after, .pw-weak .checkbox:checked:after {
    background: #FD4232;
}
#bbpress-forums fieldset.bbp-form input#rememberme, #bbp_topic_subscription, .pw-weak .checkbox {
    height: 22px;
    width: 22px;
    margin: 0;
    margin-right: 10px !important;
}

#bbpress-forums .bbp-remember-me label {
    margin-bottom: 0 !important;
}

.bbp-remember-me {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mo-openid-app-icons>p,
.bbpress-wrapper label {
    font-family: 'TitlingGothicFB Comp';
    font-size: 19px;
    color: #FD4232 !important;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 20px !important;
}
.mo-openid-app-icons>p {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    width: 100%;
}
.bbp-username,
.bbp-password {
    max-width: 50%;
}
.btn-social.btn-facebook.btn-custom-size svg {
    padding-top: 8px !important;
}
.mo-openid-app-icons {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
#bbpress-forums a {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 5px;
}
.title_section.with_line {
    border-bottom: 1px solid #FD4232;
    padding-bottom: 2.5rem;
    margin-bottom: 5.1875rem;
}
.title_section.with_line span {
    font-weight: bold;
}
.single_page {
    padding: 120px 0 100px;
    min-height: 100vh;
}
.new_sidebar .sidebar_categories li.categories_header {
    padding: 0;
}
.sidebar_categories .sub_category a {
    background: #E5E5E5;
    padding-left: 4.8125rem;
    color: #838383;
}
.register_page .form_ask select {
    width: 21.75rem;
}
.slider.single_item {
    padding: 0;
    padding-bottom: 40px;
}
.slider.single_item .slide {
    width: 100%;
    margin: 0;
}
.slider.single_item .bottom-block .bottom-second-title {
    font-size: 1.1rem;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    padding-bottom: 1.6875rem;
}
.breadcrumbs li, .breadcrumbs li a
, #bbpress-forums .breadcrumbs li,  #bbpress-forums .breadcrumbs li a {
    font-size: 16px;
    color: #838383;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.breadcrumbs li:last-child {
    max-width: 50%;
}
.breadcrumbs .bbp-breadcrumb-current {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumbs li a:hover {
    color: #FD4232;
}
.breadcrumbs li:after {
    display: inline-block;
    content: " > ";
    margin: 0 5px;
    margin-top: -5px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.forum_discuss .s_lets_business .title_section {
    margin-bottom: 1.5rem;
}
.lets_business_item .item_body p b {
    font-weight: bold;
    color: #222222;
}
.lets_business_item.with_bottom_controls .bottom_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 35px;
}
/* .lets_business_item.with_bottom_controls .bottom_controls:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #FD4232;
} */
.lets_business_item.with_bottom_controls .bottom_controls .left_controls {
    display: flex;
    align-items: center;
}
.lets_business_item.with_bottom_controls .bottom_controls .left_controls a {
    display: flex;
    align-items: center;
    font-family: 'TitlingGothicFB Comp';
    font-size: 1.375rem;
    color: #FD4232;
    margin-right: 1rem;
    transition: 0.15s all ease-in-out;
}
.lets_business_item.with_bottom_controls .bottom_controls .left_controls a:hover {
    opacity: 0.7;
    color: #4B4B4B;
}
.lets_business_item.with_bottom_controls .bottom_controls .left_controls a img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
}
.lets_business_item.with_bottom_controls .controls_block {
    position: inherit;
    right: auto;
    bottom: auto;
}
.lets_business_item .answer_text {
    margin-top: 40px;
    position: relative;
}
/* .lets_business_item .answer_text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #FD4232;
} */
.lets_business_item.with_bottom_controls {
    position: relative;
}
.lets_business_item.with_bottom_controls .item_body {
    padding-left: 8.6875rem;
}
.lets_business_item.with_bottom_controls.bookmarked .item_body {
    padding-top: 3.1875rem;
}
.lets_business_item.with_bottom_controls .bookmark_icon {
    position: absolute;
    display: block;
    top: 0;
    left: 3.0625rem;
    z-index: 2;
}
.lets_business_item .item_user_info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.lets_business_item .item_user_info .img_wrpr {
    margin-right: 20px;
    min-width: 65px;
    min-height: 65px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.lets_business_item .item_user_info .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lets_business_item .item_user_info .text_info h3 {
    font-family: 'TitlingGothicFB Comp';
    font-size: 18px;
    line-height: 20px;
    color: #6F6F6F;
}
.lets_business_item .item_user_info .text_info h3 span {
    color: #FD4232;
}
.lets_business_item .item_user_info .text_info .team_link {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 20px;
}
.lets_business_item .item_user_info .text_info .team_link:hover {
    color: #FD4232;
}

.ie body {
    overflow-x: hidden;
}
.ie .form_ask select,
.ie .select {
    background: #fff;
    padding-right: 0.15rem;
}
.ie .livestream .wrap_right {
    flex: 1;
}
.ie .livestream .photo_box {
    width: 6.09rem;
}
.ie .slider .slide-inner {
    position: relative;
}
.ie .slide-inner .title {
    position: absolute;
    bottom: 68px;
    left: 29px;
}
.ie .slide-inner .profile-link {
    position: absolute;
    bottom: 17px;
    left: 29px;
}
.ie .s_lets_business .left_sidebar .little_search {
    line-height: 1;
}
.ie .profile-image img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    height: auto;
}
.ie .profile-image {
    overflow: hidden;
}
.ie footer {
    overflow: hidden;
}
.ie .lets_business_item.with_bottom_controls .bottom_controls .left_controls {
    margin-right: auto;
}
.ie .site-main.contact {
    padding: 0;
}
.ie .site-main.contact .container {
    padding: 121px 15px 296px;
}

.grecaptcha-badge {
    right: 0 !important;
}
.forum_for_mob_text {
    display: none;
}

@media (max-width: 1400px) {
    header .menu {
        margin-left: 5rem;
    }
    header .menu li {
        margin-right: 2rem;
    }
    .lets_business_item.with_bottom_controls .bookmark_icon {
        max-width: 35px;
    }
}

@media (max-width: 1199px) {
    .slider .slide-inner {
        min-height: calc(76vw / 2);
    }
    .slider .slick_prew, .slider .slick_next {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .slider .slick_prew {
        left: 20px;
    }
    .slider .slick_next {
        right: 20px;
    }
    .slider.single_item .slide-inner {
        min-height: calc(50vw / 2);
    }
    .slider.single_item .slide .bottom-block {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    header .menu {
        margin-left: 5rem;
    }
    header .menu li {
        margin-right: 4rem;
    }
    header .wrap_link_head .link_head.header_nav_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_nav_btn .line {
        width: 24px;
        height: 3px;
        background: #fff;
        border-radius: 10px;
    }
    .header_nav_btn .line:nth-child(2) {
        margin: 4px 0;
    }
    .header_nav {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 50px);
        background: #FD4232;
        z-index: 999;
        transition: 0.3s all ease-in-out;
    }
    .header_nav.active {
        left: 0;
    }
    header {
        height: 50px;
    }
    header .menu {
        flex-direction: column;
        margin: 0;
        height: calc(100vh - 50px);
        justify-content: center;
    }
    header .menu li {
        margin: 5px 0;
    }
    header .menu li a {
        font-size: 16px;
    }
    header .wrap_link_head .link_head span {
        display: none;
    }
    .s_register .left_content p {
        font-size: 14px;
        line-height: 140%;
    }
    .s_register .left_content {
        max-width: 50%;
        padding: 40px;
        margin: 0 auto;
    }
    .s_register .left_content .btn {
        padding: 7px 25px;
        font-size: 14px;
        margin-top: 20px;
    }
    footer {
        min-height: 80px;
        height: inherit;
    }
    footer .wrap_powered .powered {
        font-size: 13px;
        margin: 0 25px;
    }
    footer .copyright {
        font-size: 12px;
        margin-left: 20px;
        padding-left: 15px;
    }
    footer .logo,
    .header .logo {
        max-width: 150px;
    }
    .s_lets_business .sides_wrpr {
        flex-wrap: wrap;
    }
    .s_lets_business .left_sidebar {
        width: 100%;
        margin-bottom: 20px;
    }
    .s_lets_business .main_content {
        padding-left: 0;
        flex: inherit;
    }
    .lets_business_item {
        margin-bottom: 15px;
    }
    .sidebar_categories_wrpr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sidebar_category {
        width: calc(50% - 10px);
    }
    .s_qa {
        padding: 20px 0;
    }
    .s_qa h3 {
        font-size: 18px;
    }
    .s_lets_business {
        padding: 50px 0;
    }
    .s_lets_business .left_sidebar .little_search {
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .s_lets_business .left_sidebar .btn {
        padding: 10px 25px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
        max-width: 200px;
        line-height: 100%;
        border-radius: 7px;
    }
    .lets_business_item .item_header h3 {
        font-size: 18px;
        letter-spacing: 0.85px;
    }
    .controls_block_col .controls_label {
        font-size: 14px;
    }
    .lets_business_item .item_body p {
        font-size: 14px;
        line-height: 130%;
        max-width: 100%;
    }
    .lets_business_item .item_body .bottom_text {
        font-size: 12px;
        line-height: 130%;
    }
    .lets_business_item .item_body {
        padding: 15px;
    }
    .lets_business_item .item_header {
        padding: 10px 15px;
    }
    .lets_business_item .controls_block {
        position: initial;
        right: auto;
        bottom: auto;
        margin-top: 10px;
    }
    .lets_business_item .controls_block .controls_block_col {
        margin-left: 0;
        margin-right: 10px;
    }
    .pagination li a {
        font-size: 14px;
    }
    .pagination li {
        margin-right: 10px;
    }
    .sidebar_categories li.categories_header {
        font-size: 14px;
        padding: 8px 15px;
        line-height: 1.3;
    }
    .sidebar_categories li a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .sedebar_label {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .controls_block_col .circle_w_cion {
        margin: 5px 0;
    }
    .slider .slide-inner {
        min-height: 65vw;
    }
    .bbp-username,
    .bbp-password {
        max-width: 100%;
    }
    .slider.single_item .slide-inner {
        min-height: calc(90vw / 2);
    }
    .slider.single_item .bottom-block .bottom-second-title {
        font-size: 16px;
    }
    .breadcrumbs li, .breadcrumbs li a {
        font-size: 12px !important;
        white-space: pre-wrap;
    }
    .breadcrumbs {
        padding-bottom: 20px;
    }
    .lets_business_item.with_bottom_controls .bottom_controls .left_controls a {
        font-size: 17px;
        margin-right: 15px;
    }
    .lets_business_item.with_bottom_controls.bookmarked .item_body {
        padding-top: 40px;
    }
    .lets_business_item.with_bottom_controls .item_body {
        padding-left: 15px;
    }
    .lets_business_item.with_bottom_controls .bookmark_icon {
        width: 20px;
        left: 15px;
    }
    .lets_business_item .answer_text {
        margin-top: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .header .logo {
        max-width: 120px;
    }
    .s_register .left_content {
        max-width: 540px;
        padding: 15px;
    }
    footer {
        padding: 20px 0;
    }
    footer .row {
        flex-direction: column;
    }
    footer .wrap_powered {
        margin: 15px 0;
    }
    footer .copyright {
        margin: 0;
        padding: 0;
        border: 0;
    }
    footer .wrap_powered .powered {
        margin-left: 0;
    }
    .slider .slider_wrap .slide {
        margin: 0 10px;
    }
    .slick-track {
        margin: 0 -10px;
    }
}

@media (max-width: 575px) {
    .header .logo {
        max-width: 120px;
    }
    .sidebar_category {
        width: 100%;
    }
    .pagination li {
        margin-right: 7px;
    }
    .slider .slide-inner {
        min-height: 100vw;
    }
    .home .slider .slick_prew, 
    .home .slider .slick_next {
        top: calc(50% - 15px);
    }
    .profile-info-content-wrap {
        padding: 20px;
    }
    .profile-discussions {
        margin-top: 30px;
    }
    .register {
        padding: 20px 0;
    }
    .slider.single_item .slide-inner {
        min-height: 280px;
    }
    .breadcrumbs li, .breadcrumbs li a {
        font-size: 10px !important;
    }

    .breadcrumbs li:last-child {
        max-width: 35%;
    }
    #bbpress-forums li.bbp-header {
        height: auto;
    }
    #bbpress-forums li.bbp-header ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    .forum h1.entry-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .forum #main, .forum-archive #main, .bbp-user-page #main, .forum-search #main, .topic #main, .bbp-user-edit #main {
        padding: 20px 0 0 0;
    }
    #bbpress-forums li.bbp-body ul.forum {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }
    #bbpress-forums p.bbp-topic-meta img.avatar {
        height: 40px;
        width: 40px;
        max-height: 40px;
        max-width: 40px;
    }
    #bbpress-forums p.bbp-topic-meta span {
        font-family: 'TitlingGothicFB Comp';
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }
    .bbp-forum-freshness a,
    .bbp-topic-freshness a:not(.bbp-author-link) {
        white-space: nowrap;
        color: #838383;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness {
        width: 100%;
        display: block;
        text-align: left;
        position: relative;
    }
    .forum_for_mob_text {
        display: block;
        margin-right: 3px;
    }
    .bbp-forum-topic-count,
    .bbp-forum-reply-count {
        display: flex;
        align-items: center;
    }
    li.bbp-forum-info, li.bbp-topic-title {
        width: 100%;
    }
    .forum .bbp-header .forum-titles li {
        padding: 4px;
    }
    li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
        text-align: left;
    }
    .bbp-topic-started-by {
        display: flex;
        flex-direction: column;
    }
    #bbpress-forums li.bbp-body ul.topic .bbp-topic-voice-count::before {
        content: "Voices:";
        display: inline-block;
    }
    #bbpress-forums li.bbp-body ul.topic .bbp-topic-reply-count::before {
        content: "Posts:";
        display: inline-block;
    }
    #bbpress-forums li.bbp-body ul.topic .bbp-topic-voice-count,
    #bbpress-forums li.bbp-body ul.topic .bbp-topic-reply-count {
        display: block;
        width: 100%;
        color: #838383;
    }
    .forum #bbpress-forums div.bbp-search-form {
        margin-bottom: 0;
    }
    #bbpress-forums.bbpress-wrapper ul.breadcrumbs {
        margin-bottom: 10px;
    }
    .bbpress-wrapper .breadcrumbs li,
    .bbpress-wrapper .breadcrumbs li a {
        font-size: 16px !important;
    }
    #bbpress-forums .bbp-body .bbp-forum-freshness,
    #bbpress-forums p.bbp-topic-meta {
        background: #222;
        padding: 2px 10px 2px;
        color: #fff;
        position: relative;
        width: calc(100% + 20px) !important;
        margin-left: -10px;
    }
    #bbpress-forums .bbp-body li:last-child.bbp-forum-freshness {
        margin-top: 10px;
    }
    .forum-archive #bbpress-forums .bbp-forum-freshness>a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }
    #bbpress-forums .bbp-forum-freshness .bbp-topic-meta span {
        color: #fff;
    }
    #bbpress-forums .bbp-forum-info .bbp-forum-content {
        padding-top: 20px;
    }
    #bbpress-forums .bbp-forum-info .bbp-forum-content:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 100px;
        height: 1px;
        background: #FD4232;
    }
    #bbpress-forums li.bbp-body ul.forum {
        margin-bottom: 15px;
        padding: 8px 8px 0;
        border: 1px solid #eee;
        border-radius: 7px;
    }
    #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;
    }
    .bbp-search-form #bbp-search-form {
        margin-bottom: 0;
    }
    .bbp-topics .bbp-body .topic.type-topic.status-publish {
        border: 1px solid #eee;
        border-radius: 7px;
        margin-bottom: 15px !important;
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }
    #bbpress-forums p.bbp-topic-meta {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .slide .bottom-block {
        flex-direction: column;
        align-items: center;
    }
    .slide .bottom-block > div {
        width: 100%;
    }
    .slide .bottom-block .right {
        padding-left: 0;
        border: 0;
    }
    .breadcrumbs li, .breadcrumbs li a {
        font-size: 10px !important;
    }
    .lets_business_item.with_bottom_controls .bottom_controls {
        margin-top: 20px;
    }

    .lets_business_item.with_bottom_controls .bottom_controls .left_controls a {
        margin-right: 0;
        margin: 0 5px;
    }
    .lets_business_item.with_bottom_controls .controls_block .controls_block_col {
        margin: 0 10px;
    }
    .lets_business_item.with_bottom_controls .bottom_controls .left_controls {
        margin-top: 15px;
    }
    #bbpress-forums li.bbp-body li.bbp-forum-freshness, #bbpress-forums li.bbp-body li.bbp-topic-freshness, #bbpress-forums li.bbp-header li.bbp-forum-freshness, #bbpress-forums li.bbp-header li.bbp-topic-freshness {
        width: 100%;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info, #bbpress-forums li.bbp-header li.bbp-topic-title {
        text-align: left;
    }
    .wp-social-login-widget a.wp-social-login-provider {
        padding: 22px 10px
    }
}