.forums-page {
    padding-top: 70px;
}

.bbpress-wrapper {
    min-height: 75vh;
}

.forum-side {
    margin-top: 121px;
}

.forum-page-title, .forum-post-title {
    max-width: 100%;
    font-size: 44px;
    line-height: 65px;
    padding-bottom: 4px;
}
.show-add-topic-wrapper {
    display: block;
    float: right;
    width: 100%;
    height: 47px;
    margin-bottom: 32px;
}
.side-forum-about {
    border: none;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0 20px;
}

.side-forum-managers {
    border: none;
    padding-top: 3px;
    margin-bottom: 50px;
}

.side-forum-managers .contact-item {
    color:#333;
    padding-bottom:4px;
    font-size:14px;
}

.side-forum-managers .contact-item i {
    color:#fff;
    background-color: #727171;
    padding:4px;
    display: inline-block;
    width:24px;
    height:24px;
    text-align: center;
    font-size:16px;
    border-radius:50%;
    margin-left:4px;
    line-height: 16px;
}

.side-forum-managers .contact-item i.email-icon {
    font-size:14px;
}

.side-forum-managers .box-title {
    text-align: right;
}

.side-forum-managers .box-title .title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}

.side-forum-managers .manager img {
    width: 77px;
    height: 77px;
    max-width: 100%;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
}

.side-forum-managers .manager .forum-manager-name {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
}

.side-forum-managers .manager .forum-manager-name a {
    color: #25262D;
}

.side-forum-managers .manager .desc {
    line-height: 24px;
}

.side-forum-managers .site-button {
    margin-top:12px;
}

div.bbp-template-notice.info {

    display: none;
}

.bbp-breadcrumb {
    font-size: 16px !important;
}

div.bbp-breadcrumb {
    float: none;
    text-align: right;
    margin-bottom: 20px;
}

div.bbp-breadcrumb p {
    font-size: 12px;
    color: #9B9B9B;
}

.bbp-pagination {
    margin-bottom: 21px;
}

.bbp-pagination-count {
    font-size: 18px;
    line-height: 27px;
}

#bbpress-forums .show-add-topic {
    height: 47px;
    max-width: 100%;
    font-size: 16px;
    line-height: 47px;
    outline: none;
    text-align: right;
    padding: 0 14px;
    background: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: none;
}
#bbpress-forums .show-add-topic:hover {
    background: none;
    color: var(--main-color);
    border: 1px solid;
}
#bbpress-forums .show-add-topic:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../img/pen.svg) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#bbpress-forums .show-add-topic:hover:after {
    background: url(../img/pen-hover.svg) no-repeat center;
    background-size: 100%;
}
#bbpress-forums li.bbp-header {
    background: none;
    border-top: none;
}

.forum-titles li {
    font-weight: 500;
}

#bbpress-forums li {
    font-size: 16px;
    line-height: 24px;
}


.post-attachment-preview-wrap {
    position: relative;
    display: none;
}

.post-attachment-preview-wrap .remove-attachment {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #5a5a5a;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 17px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}

.post-attachment-preview-wrap #post-attachment-preview {
    max-width: 200px;
    padding: 2px;
    border: 1px solid #f0f0f0;
}

.forum-attachment-image {
    max-width: 450px !important;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 2px;
    border: 1px solid #f0f0f0;
}

#bbp-container .wp-editor-tabs {
    display: none;
}

.bbp-replies .bbp-header {
    display: none !important;
}

.bbp-reply-form {
    display: none;
    margin-top: 32px;
}

.bbp-topic-form {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
}

.bbp-topic-form #new-post {
    margin: 40px auto;
}

.bbp-reply-header .bbp-admin-links {
    display: none;
}

.hide-add-topic {
    margin-left: 12px;

}

.bbp-topic-form .bbp-template-notice {
    display: none;
}

.bbp-reply-form .bbp-template-notice {
    display: none;
}

.bbp-form {
    background-color: #fbfbfb !important;
    padding: 16px;
    border-radius: 10px;
}

.bbp-form legend {
    font-size: 24px;
    padding-bottom: 12px;
}

.bbp_dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bbp-submit-wrapper {
    float: none !important;
    text-align: left;
}

.bbp-topic-form select {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
    border-radius: 5px;
}

.bbp-topic-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.bbp-reply-ip {
    display: none;
}
.bbp-form p {
    margin-bottom: 10px;
}
.forum-file-uploader .ajax-file-upload {
    display: inline-block;
    background-color: var(--main-color);
    border: none;
    color: #ffffff !important;
    box-shadow: none;
    height: 32px;
    margin-top: 10px;
    margin-right: 0;
    cursor: pointer;
}
.forum-file-uploader .ajax-file-upload:hover {
    background: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
}
.bbp-author-role {
    font-size: 12px !important;
    font-style: normal !important;
    margin-top: -8px;
}

.bbp-author-avatar .avatar {
    border: 1px solid #e2e1e1 !important;
    padding: 2px !important;
    border-radius: 50%;
}


.bbp-topic-freshness .freshness-date {
    font-size: 12px;
    color:#727171;
}


.bbp-footer {
    display: none;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 8px;
}

#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 {
    border: 0;
}

.bbp-reply-content p {
    font-size: 16px;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
    border-top: 0;
}

.forums.bbp-replies .type-topic .bbp-reply-content p {
    font-size: 18px;
    color: #333;
}

.bbp-reply-content .reply-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #333;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    font-weight: bold;
    margin-top: 16px;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content {
    margin-right: 0;
}

#bbpress-forums div.bbp-reply-content {
    margin-right: 12px;
    border-right: 1px solid #e2e1e1;
    padding-right: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.bbp-reply-author {
    font-size: 14px;
}

.bbpress-reply-manager {
    cursor: pointer;
    font-size: 14px;
}

.bbpress-reply-manager img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    border: 1px solid #fbfbfb;
    padding: 2px;
}

.bbpress-reply-manager .bbpress-reply-manager-name {
    color: #333;
}

.bbp-topic-freshness .bbpress-reply-manager {
    display: none;
}

.bbp-forum-title {
    font-size: 16px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
}

#bbpress-forums {
    min-height: 82vh;
}

.bbp-search-form {
    display: none;
}

.bbp-forums {
    margin-top: 80px !important;
}

.bbp-meta {
    text-align: right;
}

.bbp-meta .bbp-reply-permalink {
    display: none
}

.bbp-meta .bbp-reply-post-date {
    float: none;
}

#bbpress-forums .bbp-body div.bbp-reply-content {

    padding: 15px;
}

.bbp-topic-permalink {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: var(--main-color);
}
.bbp-topic-permalink:hover {
    color: #000;
}
@media (max-width: 767px) {
    .bbp-topic-permalink {
        font-size: 17px;
    }
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    background: none;
    padding: 17px 0 12px;
}

#bbpress-forums p.bbp-topic-meta span {
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
}



#bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta {
    display: none;
}

#bbpress-forums li {
    font-size: 16px;
}

@media (max-width: 767px) {
    #bbpress-forums li {
        font-size: 12px;
    }
}

#bbpress-forums > .bbp-template-notice + .bbp-pagination .bbp-pagination-links, #bbpress-forums > .bbp-topics + .bbp-pagination .bbp-pagination-count {
    display: none;
}

.bbp-pagination-links {
    float: right;
}

.bbp-login-form label {
    width: 140px;
    display: inline-block;
    font-size: 16px;
}

input[type=checkbox] {
    position: relative;
    top: 1px;
    margin-left: 2px;
}


.bbp-submit-wrapper {
    font-size: 16px;
}

#bbpress-forums .bbp-pagination-links .page-numbers, #bbpress-forums .bbp-pagination-links .page-numbers.current {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background: none;
    border: 1px solid #CBCBCB;
    font-size: 16px;
    font-weight: 500;
}

#bbpress-forums .bbp-pagination-links .page-numbers:hover, #bbpress-forums .bbp-pagination-links .page-numbers.current:hover {
    background: none;
}

#bbpress-forums .bbp-pagination-links .page-numbers.next, #bbpress-forums .bbp-pagination-links .page-numbers.prev {
    border: none;
}

div.bbp-template-notice, div.indicator-hint {
    border-width: 0;
    border-style: none;
    padding: 0 0.6em;
    margin: 5px 0 15px;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    color: #333;
    clear: both;
}


.bbp-form .logged-user {
    font-size: 16px;
}

.bbp-form .logged-user .profile-image {
    width: 24px;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: 4px;
}

.bbp-form .logged-user .no-user {
    margin-top: 4px;
}


textarea.bbp-the-content {
    font-size: 16px !important;
    font-family: 'Arimo', sans-serif;
}


#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 {

    margin-bottom: 0;

}

.delete-forum-msg {
    float: left;
    font-size: 20px;
    color: #7d7878;
    cursor: pointer;
    line-height: 23px;
    margin-right: 12px;
}

.favorite-toggle {
    display: none;
}
