/* BBPRESS GLOBAL STYLE */
.hidden,
.no-js .hide-if-no-js,
.js .hide-if-js {
    display: none;
}

.bbp-author-avatar {
    display: none;
}

.entry-content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.bbpress .bbpress-sidebar,
.vc_row.row-bbp-content-wrapper .col-bbpress-sidebar {
    width: 23.1%;
}

.bbpress .bbpress-middle-content,
.vc_row.row-bbp-content-wrapper .col-bbpress-middle-content {
    width: 53.8%;
    padding-left: 30px;
    padding-right: 30px;
}

.bbpress .bbpress-left-content,
.vc_row.row-bbp-content-wrapper .col-bbpress-left-content {
    width: 76.9%;
    padding-right: 30px;
}

.bbpress .bbpress-right-content,
.vc_row.row-bbp-content-wrapper .col-bbpress-right-content {
    width: 76.9%;
    padding-left: 30px;
}

#bbpress-forums ul,
#bbpress-forums.bbpress-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bbpress-forums .bbp-search-results div.hentry {
    position: relative;
}

#bbpress-forums .bbp-replies li:not(:last-child),
/* #bbpress-forums .bbp-topics ul.topic:not(:last-child), */
/* #bbpress-forums .bbp-search-results div.hentry:not(:last-child), */
#bbpress-forums .bbp-user-replies-created div.hentry:not(:last-child) {
    margin-bottom: 24px;
}

#bbpress-forums .bbp-topics ul.topic:not(:last-child)

#bbpress-forums ul.bbp-threaded-replies {
    position: relative;
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-top: 24px;
    margin-left: 100px;
}

#bbpress-forums ul.bbp-threaded-replies:before {
    content: "";
    position: absolute;
    top: 0;
    left: -68px;
    width: 38px;
    height: 100px;
    background: url(../images/icon-line-sub-reply.svg) center/contain no-repeat;
}

.bbp_wrapper-topics,
.single-post .comments-area,
#bbpress-forums div.hentry,
/* #bbpress-forums ul.hentry .bbp-topic__item-wrapper, */
form .bbp-form,
.bbp-user-edit form#bbp-your-profile,
body:not(.bbpress) .entry-content {
    position: relative;
    padding: 32px;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

/* custom style */
#bbpress-forums .bbp-search-results .bbp-body>div:not(:last-child),
#bbpress-forums ul.hentry:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--gray-forth);
}


/* BBPRESS PAGINATION */
.bbp-pagination-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bbp-pagination-links .page-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--gray);
}

.bbp-pagination-links .page-numbers.current {
    background-color: var(--blue);
    color: var(--white);
}

.bbp-pagination-links .page-numbers.next,
.bbp-pagination-links .page-numbers.prev {
    font-size: 0;
    background: center/10px no-repeat;
}

.bbp-pagination-links .page-numbers.next {
    background-image: url(../images/icon-arrow-chevrongray-right.svg);
}

.bbp-pagination-links .page-numbers.prev {
    background-image: url(../images/icon-arrow-chevrongray-left.svg);
}


/* BBP TEMPLATE NOTICE */
.wpb_wrapper .bbp-template-notice {
    margin-top: 0;
}

.bbp-user-edit .bbp-template-notice {
    margin-top: 0;
    margin-bottom: 40px;
}

.bbp-template-notice {
    padding: 24px;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    background-color: #ffffe0;
    border: 1px solid #e6db55;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    color: #664d03;
}

.bbp-template-notice ul {
    list-style: none;
    padding-left: 0;
}


/* BBP FORM */
.bbp-form legend {
    display: none;
}

.bbp-form label {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 8px;
}

.bbp-form .button.submit+#bbp-cancel-reply-to-link {
    margin-left: 36px;
}

.bbp-form #bbp-cancel-reply-to-link {
    color: #085875;
}

.bbp-form #bbp-cancel-reply-to-link:hover {
    color: var(--blue);
}

.bbp-form .bbp-template-notice li {
    font-size: 12px;
}

.bbp-form .bbp-template-notice.error li {
    color: #C22544;
}

.bbp-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.bbp-form-wrapper>div {
    width: 100%;
}

.bbp-form-wrapper>div:not(:last-child) {
    margin-bottom: 32px;
}

.bbp-form-wrapper .bbp-field-topic-title {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-right: 24px;
}

.bbp-form-wrapper .bbp-field-thread-category {
    width: 280px;
}

.bbp-form-wrapper .bbp-field-subscription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bbp-form-wrapper .bbp-field-subscription label {
    margin-left: 10px;
    margin-bottom: 0;

}

.bbp-form-wrapper label span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}


/* POPOUT AUTH */
.vc_row.row-auth-form .col-content-auth {
    padding-right: 48px;
}

.col-content-auth .wpb_single_image img {
    width: 152px;
    height: 65px;
}

.col-content-auth .wpb_text_column {
    color: #97989D;
}


/* LOGIN/REGISTER FORM */
.popup-auth form .bbp-form {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: var(--transparent);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup-auth .bbp-template-notice {
    margin-top: 0;
}

.bbp-login-form .bbp-form>div:not(:last-child) {
    margin-bottom: 24px;
}

.bbp-login-form .bbp-remember-forgotpassword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bbp-login-form .bbp-remember-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bbp-login-form .bbp-remember-me label {
    margin-left: 10px;
}

.popup-auth .bbp-login-form .submit {
    width: 100%;
}

.popup-auth .bbp-auth-action {
    margin-bottom: 0;
}

.bbp-login-form .bbp-auth-action,
.bbp-login-form .bbp-auth-action a,
.bbp-login-form .bbp-forgotpassword a {
    font-size: 12px;
    line-height: 12px;
    color: var(--gray);
}

.bbp-login-form .bbp-auth-action a,
.bbp-login-form .bbp-forgotpassword a {
    font-weight: 600;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.bbp-login-form .bbp-auth-action a:hover,
.bbp-login-form .bbp-forgotpassword a:hover {
    color: var(--blue);
}

.popup-auth .auth-sosmed-group {
    display: none;
}


/* BBPRESS PAGINATION */
.bbp-pagination,
.bbp-reply-form,
.bbp-topic-form,
.bbp-template-notice,
.bbp-template-notice+.bbp-login-form,
.create-thread .bbp-template-notice {
    margin-top: 40px;
}

.bbp-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background-color: var(--white);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.bbp-pagination .bbp-pagination-count {
    color: var(--gray);
}


/* SINGLE THREAD, Forum, User */
.forum-heading-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    margin-bottom: 40px;
    background-color: var(--white);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.forum-heading__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-list-topic {
    width: 33px;
    height: 33px;
    background-image: url(../images/icon-list-topic.svg);
    margin-right: 16px;
}

.heading-with-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heading-with-count h1 {
    line-height: 24px;
    color: #414658;
    margin-bottom: 3px;
}

.forum-total-topic {
    font-size: 10px;
    line-height: 10px;
    color: var(--gray);
}

.forum-total-topic strong {
    font-weight: 600;
}

.forum-heading__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum-heading__filter .filter-label {
    font-size: 12px;
    line-height: 15px;
    color: var(--gray);
}

.post-filters .wh-orderby {
    min-width: 135px;
    padding: 0 20px 0 12px;
    border: none;
    background-image: url(../images/icon-sort-darkgray-down.svg);
    color: #414658;
}


/* BBPRESS LIST TOPIC */
.bbp-topic__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bbp-url-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bbp-topic-title,
.bbp-topic-started-by,
.bbp-topic-started-in,
.topic-footer__reaction,
.topic-footer__right-side {
    position: relative;
    z-index: 2;
}

.bbp-topic-thumbnail {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    height: 130px;
}

.bbp-topic-thumbnail .bbp-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.bbp-topic-thumbnail img {
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.bbp-topic-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bbp-topic-thumbnail+.bbp-topic-content {
    padding-left: 24px;
}

.bbp-topic-title h4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bbp-topic-title h4 {
    font-size: var(--text-3xl);
    font-weight: 600;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.bbp-topic-title h4 a {
    color: var(--darkgray);
    display: inline-block;
}

.bbp-topic-title h4 a:hover {
    color: var(--blue);
}

.bbp-topic-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: 600;
    line-height: 14px;
    margin-top: 6px;
    margin-bottom: -10px;
}

#bbpress-forums .bbp-topic-meta>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.bbp-topic-meta>span:not(:last-child) {
    margin-right: 23px;
}

.bbp-topic-meta>span:not(:last-child):after {
    content: "";
    display: inline-block;
    position: relative;
    left: 11px;
    width: 3px;
    height: 3px;
    background-color: var(--gray);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#bbpress-forums .bbp-topic-meta .bbp-topic-started-by {
    display: none;
}

.single-forum #bbpress-forums .bbp-topic-meta .bbp-topic-started-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.bbp-topic-meta .bbp-author-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray);
}

.bbp-topic-meta .bbp-author-link:hover {
    color: var(--blue);
}

.bbp-topic-meta .bbp-author-link:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon-profile-gray.svg) center/contain no-repeat;
    margin-right: 5px;
}

.bbp-topic-meta .bbp-topic-started-date {
    font-weight: 400;
    color: var(--gray);
}

.bbp-topic-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.topic-footer__right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-side__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    color: var(--gray);
}

.right-side__item:not(:first-child) {
    margin-left: 14px;
}

.icon-discuss {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icon-discuss-gray.svg) center/contain no-repeat;
    margin-right: 4px;
}

.icon-chat {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icon-chat-gray.svg) center/contain no-repeat;
    margin-right: 4px;
}


/* BBPRESS LIST REPLY */
.bbp-reply-header {
    margin-bottom: 24px;
}

.bbp-reply-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 300px;
}

.bbp-reply-meta .bbp-author-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 700;
    line-height: 14px;
    color: var(--darkgray);
    margin-bottom: 6px;
}

.bbp-reply-meta .bbp-reply-post-forum {
    display: none;
    font-weight: 600;
    margin-right: 23px;
}

.bbp-reply-meta .bbp-reply-post-forum:after {
    content: "";
    position: relative;
    left: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--gray);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bbp-reply-position-1 .bbp-reply-meta .bbp-reply-post-forum {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bbp-reply-meta .bbp-reply-post-date {
    color: var(--gray);
}

.bbp-reply-header .entry-title {
    display: none;
    font-size: var(--text-3xl);
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 0;
}

.bbp-reply-position-1 .bbp-reply-header .entry-title,
.bbp-reply-position-1 .bbp-topic-tags,
.bbp-reply-footer .bbp-topic-tags {
    display: block;
}

.bbp-topic-tags,
.bbp-reply-position-1 .bbp-reply-footer .bbp-topic-tags {
    display: none;
    margin-top: 24px;
}

.bbp-reply-content img {
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.bbp-reply-footer .bbp-topic-tags {
    margin-top: 0;
}

.bbp-topic-tags p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
}

.bbp-topic-tags a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--darkgray);
}

.bbp-topic-tags a:before {
    content: "#";
}

.bbp-topic-tags a:not(:last-child) {
    margin-right: 14px;
}

.bbp-reply-footer {
    margin-top: 24px;
}

.bbp-reply--footer-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.bbp-admin-links {
    margin-left: auto;
}

.bbp-admin-links,
.bbp-admin-links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: var(--gray);
}

.bbp-admin-links a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bbp-admin-links a:hover {
    color: #414658;
}

.bbp-admin-links .bbp-reply-to-link:before,
.bbp-admin-links .bbp-topic-reply-link:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/icon-reply-gray.svg) center/contain no-repeat;
    margin-right: 4px;
}

.bbp-admin-links .bbp-reply-to-link:hover:before,
.bbp-admin-links .bbp-topic-reply-link:hover:before {
    background-image: url(../images/icon-reply-darkgray.svg);
}

.bbp-admin-links a {
    display: none;
}

.bbp-reply--footer-action .bbp-admin-links {
    font-size: 0;
}

.bbp-admin-links .bbp-reply-to-link,
.bbp-admin-links .bbp-topic-reply-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.bbp-admin-links .bbp-reply-report-link {
    display: block;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 5;
    width: 13px;
    height: 13px;
    background: url(../images/icon-report-gray.svg) center/contain no-repeat;
    font-size: 0;
}

.bbp-admin-links .bbp-reply-report-link:hover {
    background-image: url(../images/icon-report-darkgray.svg);
}

/* .bbp-admin-links a+.bbp-reply-to-link:before,
.bbp-admin-links a+.bbp-topic-reply-link:before {
    display: none;
} */

.bbp-share-action {
    position: relative;
    margin-left: 14px;
}

.bbp-share-action .btn-share {
    display: none;
}

/* .bbp-share-action .btn-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
} */

.bbp-share-action .btn-share .icon-share {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icon-share-gray.svg) center/contain no-repeat;
}

.bbp-share-action .btn-share .icon-share:hover {
    background-image: url(../images/icon-share-darkgray.svg);
}

#bbpress-forums ul.bbp-reply-revision-log {
    margin-top: 24px;
    padding-top: 10px;
    border-top: 1px solid #F4F6F8;
}

#bbpress-forums .bbp-reply-revision-log .bbp-reply-revision-log-item {
    font-size: 10px;
    line-height: 14px;
    color: var(--gray);
}

#bbpress-forums .bbp-reply-revision-log .bbp-reply-revision-log-item:not(:last-child) {
    margin-bottom: 5px;
}


/* BUTTON LIKE/DISLIKE */
.kodex_buttons,
.kodex_buttons .kodex_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kodex_buttons .kodex_button+.kodex_button {
    margin-left: 14px;
}

.kodex_buttons .icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: center/contain no-repeat;
}

.kodex_buttons .kodex_like_button .icon {
    background-image: url(../images/icon-thumbs-gray-up.svg);
}

.kodex_buttons .kodex_like_button:not(.kodex_button_active) .icon:hover {
    background-image: url(../images/icon-thumbs-darkgray-up.svg);
}

.kodex_buttons .kodex_like_button.kodex_button_active .icon {
    background-image: url(../images/icon-thumbs-green-up.svg);
}

.kodex_buttons .kodex_dislike_button .icon {
    background-image: url(../images/icon-thumbs-gray-down.svg);
}

.kodex_buttons .kodex_dislike_button:not(.kodex_button_active) .icon:hover {
    background-image: url(../images/icon-thumbs-darkgray-down.svg);
}

.kodex_buttons .kodex_dislike_button.kodex_button_active .icon {
    background-image: url(../images/icon-thumbs-red-down.svg);
}

.kodex_buttons .text {
    font-size: 0;
}

.kodex_buttons .counter {
    font-size: 10px;
    font-weight: 500;
    color: var(--gray);
    margin-left: 4px;
}

.kodex_buttons .kodex_like_button.kodex_button_active .counter {
    color: #11C291;
}

.kodex_buttons .kodex_dislike_button.kodex_button_active .counter {
    color: #C22544;
}


/* REPLY FORM */
.bbp-reply-form h3 {
    line-height: 20px;
    margin-bottom: 32px;
}


/* SINGLE USER */
/* SINGLE USER - USER PROFILE */
.bbp-user-profile .entry-title {
    margin-bottom: 4px;
    text-align: center;
}

.bbp-user-profile hr {
    margin: 16px 0;
    border: 1px solid #F4F6F8;
}

.bbp-user-profile .bbp-user-section p+p {
    margin-top: 16px;
}

.bbp-user-profile .bbp-user-section {
    text-align: center;
    color: var(--gray);
}

.bbp-user-profile .bbp-user-section .bbp-user-forum-role {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
}

.bbp-user-profile .bbp-user-section .bbp-user-description {
    font-size: 12px;
    line-height: 18px;
}

.bbp-user-profile .bbp-user-section .bbp-user-website a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: var(--darkgray);
}

.bbp-user-profile .bbp-user-section .bbp-user-website a:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/icon-website.svg) center/contain no-repeat;
    margin-right: 8px;
}

.bbp-user-profile .bbp-user-section .bbp-user-website a:hover {
    color: var(--blue)
}

.bbp-user-profile .bbp-user-forum-activity p+p {
    margin-top: 10px;
}

.bbp-user-profile .bbp-user-forum-activity p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
    color: var(--gray);
}

.bbp-user-profile .bbp-user-forum-activity p strong {
    font-weight: 600;
    color: var(--darkgray);
}

.bbp-user-edit-link {
    margin-top: 16px;
}

.bbp-user-edit-link a {
    width: 100%;
}


/* SINGLE USER - USER NAVIGATION */
#bbp-user-navigation {
    margin-bottom: 24px;
}

#bbpress-forums #bbp-user-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background-color: var(--white);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

#bbp-user-navigation li {
    width: auto;
    margin-bottom: 0;
}

#bbp-user-navigation a {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: var(--gray);
}

#bbp-user-navigation a:hover,
#bbp-user-navigation .current a {
    color: var(--blue);
}


/* SINGLE USER - REPLIES CREATED */
.bbp-reply-to {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F6F8;
    font-size: 10px;
    line-height: 14px;
    color: var(--gray);
}

.bbp-user-page .bbp-pagination.wh-custom-pagination {
    display: none;
}


/* SINGLE USER - EDIT PROFILE */
.bbp-user-edit h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.bbp-user-edit h1 i.icon-pencil {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-pencil-blue.svg);
    margin-right: 19px;
}

.bbp-user-edit #bbp-your-profile {
    padding: 32px 40px 40px;
}

#bbp-your-profile .entry-title {
    margin-bottom: 32px;
}

#bbp-your-profile .entry-title~.entry-title {
    margin-top: 50px;
}

.bbp-user-edit .bbp-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -32px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: var(--transparent);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bbp-user-edit .bbp-form>div {
    width: 100%;
    margin-bottom: 32px;
}

.bbp-user-edit .bbp-form .bbp-field--half,
.bbp-user-edit .bbp-form.list-contact>div {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
}

.bbp-user-edit .bbp-form.hide-if-js,
.bbp-user-edit .pw-weak {
    display: none;
}

.bbp-form.password.is-open {
    position: relative;
    margin-top: 8px;
}

.bbp-form.password .password-input-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 300px;
}

.bbp-form.password .password-button-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bbp-form.password .password-button-wrapper button {
    margin: 0 5px;
    padding: 7px 10px;
    border: 1px solid var(--blue);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: var(--blue);
}

.bbp-form.password .password-button-wrapper button:hover {
    background-color: var(--blue);
    color: var(--white);
}

#bbpress-forums #password #pass1-text.strong,
#bbpress-forums #password #pass1.strong {
    border-color: #83c373;
}

#bbpress-forums #password #pass1-text.good,
#bbpress-forums #password #pass1.good {
    border-color: #ffc733;
}

#bbpress-forums #password #pass1-text.bad,
#bbpress-forums #password #pass1.bad {
    border-color: #f78b53;
}

#pass-strength-result {
    max-width: 300px;
    padding: 3px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

#bbpress-forums #password #pass-strength-result.strong {
    background-color: #c1e1b9;
    opacity: 1;
}

#bbpress-forums #password #pass-strength-result.good {
    background-color: #ffe399;
    opacity: 1;
}

#bbpress-forums #password #pass-strength-result.bad {
    background-color: #fbc5a9;
    opacity: 1;
}

#bbpress-forums #bbp-your-profile fieldset p.description {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    padding: 5px 8px;
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
}

.bbp-user-edit fieldset.submit {
    margin-top: 32px;
}


/* SEARCH RESULT */
.widget+.bbp-search-result-header {
    margin-top: 40px;
}

.bbp-search-result-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.bbp-search-result-header .icon-search {
    width: 33px;
    height: 33px;
    background-image: url(../images/icon-search-blue.svg);
    margin-right: 16px;
}

.bbp-search-result-content-header h1 {
    margin-bottom: 4px;
}

.bbp-search-result-content-header p {
    color: var(--gray);
}


/* ARCHIVE TOPIC TAGS */
.bbp-search-result-header .icon-popular-tags {
    width: 33px;
    height: 33px;
    background-image: url(../images/icon-popular-tags.svg);
    margin-right: 16px;
}


/* SHARE ACTION */
.share-content {
    position: static;
    top: 0;
    right: 0;
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    visibility: visible;
}

/* .share-content {
    position: absolute;
    top: -8px;
    right: 20px;
    padding: 5px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
}

.bbp-reply--footer-action .share-content {
    top: -13px;
}

.hentry.toggle-onactive .share-content {
    opacity: 1;
    visibility: visible;
} */

.share-content .the_champ_sharing_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


/* SHARE ACTION NEW */
.share-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.share-post .share-item,
#bbpress-forums .share-post .share-item:not(:last-child) {
    margin: 2px;
}

.share-post .share-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.share-post .share-item img {
    width: 13px;
    height: 13px;
}


/* BBPRESS EDITOR */
#bbpress-forums .wp-editor-wrap {
    position: relative;
}

#bbpress-forums div.mce-toolbar-grp {
    background-color: var(--white);
    border-bottom: 2px solid #F7F7F7;
}

#bbpress-forums .mce-top-part::before {
    display: none;
}

#bbpress-forums div.mce-toolbar-grp>div {
    padding: 0;
}

#bbpress-forums .wp-editor-wrap .wp-editor-tools {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 24px;
}

#bbpress-forums .wp-editor-tabs .wp-switch-editor {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: var(--transparent);
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #C7C7C7;
}

#bbpress-forums .wp-editor-tabs .wp-switch-editor.switch-html {
    font-size: 0;
}

#bbpress-forums .wp-editor-tabs .wp-switch-editor.switch-html:after {
    content: "HTML";
    font-size: 12px;
}

.wp-editor-container textarea.wp-editor-area {
    padding-top: 80px;
}

#bbpress-forums .tmce-active .wp-editor-tabs .wp-switch-editor.switch-tmce,
#bbpress-forums .html-active .wp-editor-tabs .wp-switch-editor.switch-html {
    color: var(--darkgray);
}

.wp-editor-tabs .wp-switch-editor:before {
    content: "";
    width: 15px;
    height: 15px;
    background: center/contain no-repeat;
    margin-right: 8px;
}

#bbpress-forums .wp-switch-editor.switch-tmce {
    margin-right: 32px;
}

.wp-editor-tabs .wp-switch-editor.switch-tmce:before {
    background-image: url(../images/icon-eyes-gray.svg);
}

.wp-editor-tabs .wp-switch-editor.switch-html:before {
    background-image: url(../images/icon-code-gray.svg);
}

.tmce-active .wp-editor-tabs .wp-switch-editor.switch-tmce:before {
    background-image: url(../images/icon-eyes-blue.svg);
}

.html-active .wp-editor-tabs .wp-switch-editor.switch-html:before {
    background-image: url(../images/icon-code-blue.svg);
}

.bbp-form-wrapper .mce-top-part .mce-flow-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
}

.bbp-form-wrapper .mce-top-part .mce-flow-layout-item.mce-last {
    margin-left: auto;
}

#bbpress-forums .mce-content-body {
    font-family: "Montserrat", var(--suffix-family);
}

#bbpress-forums .mce-panel {
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#bbpress-forums .wp-editor-container {
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

#bbpress-forums div.mce-statusbar {
    border-top: 2px solid #F7F7F7;
}


/* ---------------------------------------------
            Style archive topic
-----------------------------------------------*/
#bbpress-forums .bbp-search-results div.hentry {
    padding: 0;
    box-shadow: none;
    border: none;
}


.bbp-topic__item-wrapper.custom-style .bbp-topic-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
}

.bbp-topic__item-wrapper.custom-style .bbp-topic-meta {
    -webkit-flex-basis: 96px;
        -ms-flex-preferred-size: 96px;
            flex-basis: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--gray-third);
    -webkit-border-radius: var(--rounded-sm);
       -moz-border-radius: var(--rounded-sm);
            border-radius: var(--rounded-sm);
    padding: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.bbp-topic__item-wrapper.custom-style .icon-chat {
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-bottom: 5px;
}

.bbp-topic__item-wrapper.custom-style .right-side__item.bbp-total-reply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.bbp-topic__item-wrapper.custom-style .bbp-topic-started-in a {
    font-size: var(--text-xs);
    font-weight: 600;
    text-align: center;
}

.bbp-topic__item-wrapper.custom-style .bbp-topic-title h4 {
    font-size: -webkit-calc(var(--text-2xl) + 2px);
    font-size: -moz-calc(var(--text-2xl) + 2px);
    font-size: calc(var(--text-2xl) + 2px);
    line-height: 1.389;
    margin-bottom: 6px;
}

.bbp-topic__item-wrapper.custom-style .bbp-topic-excerpt {
    color: var(--gray);
    font-size: var(--text-sm);
    line-height: 1;
}

#bbpress-forums .bbp-topic__item-wrapper.custom-style .bbp-topic-started-in {
    border-top: 1px solid var(--gray-forth);
    padding-top: 5.5px;
    margin-top: 7.5px;
    margin-bottom: 0;
}

.bbp_wrapper-topics .bbp-pagination {
    padding: 0;
    margin-top: 60px;
}




/* RESPONSIVE */
@media all and (max-width: 900px) {

    .bbpress .bbpress-sidebar,
    .bbpress .bbpress-middle-content,
    .bbpress .bbpress-right-content,
    .bbpress .bbpress-left-content,
    .vc_row.row-bbp-content-wrapper .wpb_column {
        width: 100%;
        padding: 0;
    }

    .bbpress .bbpress-middle-content {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .bbpress .bbpress-left-content,
    .vc_row.row-bbp-content-wrapper .col-bbpress-middle-content {
        margin-bottom: 40px;
    }

}


@media all and (max-width: 600px) {

    /* BBPRESS GLOBAL STYLE */
    .bbp_wrapper-topics,
    .single-post .comments-area, #bbpress-forums div.hentry,
    #bbpress-forums div.hentry,
    #bbpress-forums ul.hentry .bbp-topic__item-wrapper,
    form .bbp-form,
    .bbp-user-edit form#bbp-your-profile,
    body:not(.bbpress) .entry-content {
        padding: 14px;
    }

    #bbpress-forums .bbp_wrapper-topics ul.hentry .bbp-topic__item-wrapper {
        padding: 0;
    }

    #bbpress-forums .bbp-replies li:not(:last-child),
    #bbpress-forums .bbp-topics ul.topic:not(:last-child),
    #bbpress-forums .bbp-user-replies-created div.hentry:not(:last-child),
    #bbpress-forums .bbp-search-results div.hentry:not(:last-child) {
        margin-bottom: 20px;
    }


    /* BBPRESS PAGINATION */
    .bbp-pagination,
    .bbp-reply-form,
    .bbp-topic-form,
    .bbp-template-notice,
    .bbp-template-notice+.bbp-login-form,
    .create-thread .bbp-template-notice {
        margin-top: 20px;
    }

    .bbp-pagination-links .page-numbers {
        width: 19px;
        height: 19px;
        font-size: 10px;
        line-height: 10px;
    }

    .bbp-pagination-links .page-numbers.next,
    .bbp-pagination-links .page-numbers.prev {
        -webkit-background-size: 7px 7px;
        -moz-background-size: 7px;
        -o-background-size: 7px;
        background-size: 7px;
    }


    /* BBP FORM */
    .bbp-form-wrapper .bbp-field-topic-title,
    .bbp-form-wrapper .bbp-field-thread-category {
        width: 100%;
        padding-right: 0;
    }


    /* POPOUT AUTH */
    .vc_row.row-auth-form .col-content-auth {
        padding-right: 0;
        margin-bottom: 40px;
    }


    /* BBPRESS EDITOR */
    .bbp-form-wrapper .mce-top-part .mce-flow-layout {
        padding: 14px;
    }

    #bbpress-forums .wp-editor-wrap .wp-editor-tools {
        top: 14px;
    }

    .bbp-form-wrapper .mce-top-part .mce-flow-layout-item.mce-last {
        margin-top: 36px;
        margin-left: 0;
    }

    .bbp-form-wrapper .mce-top-part .mce-flow-layout-item.mce-last>div {
        white-space: normal;
    }


    /* SINGLE THREAD, Forum, User */
    .forum-heading-filter {
        padding: 14px;
        margin-bottom: 20px;
    }

    .icon-list-topic {
        width: 24px;
        height: 24px;
    }

    .forum-heading__filter .filter-label,
    .post-filters .wh-orderby {
        font-size: 10px;
        line-height: 10px;
    }

    .post-filters .wh-orderby {
        min-width: 105px;
        padding-right: 0;
        background: var(--white) url(../images/icon-sort-darkgray-down.svg) -webkit-calc(100% - 0px) center/9px no-repeat;
        background: var(--white) url(../images/icon-sort-darkgray-down.svg) -moz-calc(100% - 0px) center/9px no-repeat;
        background: var(--white) url(../images/icon-sort-darkgray-down.svg) calc(100% - 0px) center/9px no-repeat;
    }


    /* BBPRESS LIST TOPIC */
    .bbp-search .bbp-topic__item-wrapper {
        position: static;
    }

    .bbp-topic-thumbnail {
        -webkit-flex-basis: 75px;
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        height: 75px;
        margin-bottom: 35px;
    }

    .bbp-topic-thumbnail+.bbp-topic-content {
        padding-left: 16px;
        margin-top: -35px;
    }

    .bbp-topic-thumbnail+.bbp-topic-content .bbp-topic-footer {
        position: absolute;
        left: 14px;
        bottom: 14px;
        width: -webkit-calc(100% - 28px);
        width: -moz-calc(100% - 28px);
        width: calc(100% - 28px);
        margin-top: 0;
    }

    .bbp-topic-meta>span:not(:last-child) {
        margin-right: 18px;
    }

    .bbp-topic-meta>span:not(:last-child):after {
        left: 9px;
    }

    .bbp-topic-title h4 {
        line-height: 17px;
    }

    .bbp-topic-meta {
        font-size: 10px;
        line-height: 10px;
    }

    .bbp-topic-meta .bbp-author-link:before {
        width: 8px;
        height: 8px;
        margin-right: 3px;
    }

    .right-side__item {
        font-size: 9px;
    }

    .bbp-topic-footer {
        margin-top: 17px;
    }

    .bbp-share-action .btn-share .icon-share,
    .icon-discuss,
    .icon-chat {
        width: 11px;
        height: 11px;
    }


    /* BBP LIST REPLY */
    #bbpress-forums ul.bbp-threaded-replies {
        margin-top: 20px;
        margin-left: 67px;
    }

    #bbpress-forums ul.bbp-threaded-replies:before {
        left: -52px;
    }

    .bbp-reply-meta {
        font-size: 10px;
        font-weight: 600;
        line-height: 10px;
    }

    .bbp-reply-meta .bbp-author-link {
        margin-bottom: 3px;
    }

    .bbp-reply-header .entry-title {
        margin-top: 14px;
        line-height: 17px;
    }

    .bbp-topic-tags a {
        font-size: 10px;
        line-height: 12px;
    }

    .bbp-admin-links,
    .bbp-admin-links a {
        font-size: 9px;
        line-height: 9px;
    }


    /* BUTTON LIKE/DISLIKE */
    .kodex_buttons .icon {
        width: 11px;
        height: 11px;
    }

    .kodex_buttons .counter {
        font-size: 9px;
        line-height: 9px;
    }


    /* SEARCH RESULT */
    .widget+.bbp-search-result-header {
        margin-top: 20px;
    }

    .bbp-search-result-header {
        margin-bottom: 20px;
    }


    /* SINGLE USER - USER NAVIGATION */
    #bbpress-forums #bbp-user-navigation {
        margin-bottom: 20px;
    }

    #bbpress-forums #bbp-user-navigation ul {
        padding: 14px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    #bbp-user-navigation li:not(:last-child) {
        margin-right: 32px;
    }


    /* SINGLE USER - EDIT PROFILE */
    .bbp-user-edit h1 {
        margin-bottom: 20px;
    }

    .bbp-user-edit .bbp-form .bbp-field--half,
    .bbp-user-edit .bbp-form.list-contact>div {
        width: 100%;
    }

    #bbpress-forums #password #pass1 {
        padding-right: 65px;
        font-size: 12px;
    }

    .bbp-form.password .password-button-wrapper {
        position: absolute;
        right: 18px;
    }

    .bbp-form.password .password-button-wrapper button {
        margin: 0;
        padding: 7px;
        border: none;
        font-size: 0;
    }

    /* single page text */
    body .bbp-reply-content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media all and (max-width: 600px) {
    .mce-window.mce-in {
        -webkit-transform: scale(0.68) !important;
           -moz-transform: scale(0.68) !important;
            -ms-transform: scale(0.68) !important;
             -o-transform: scale(0.68) !important;
                transform: scale(0.68) !important;
    }

    .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in {
        margin-left: -60px !important;
    }
}

