div.bbp-template-notice {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

div.bbp-template-notice p {
    font-size: 16px;
    padding: 0;
    margin: 0 !important
}

div.bbp-template-notice.info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

div.bbp-template-notice.error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
    padding: 1.2rem 1.25rem;
    padding-left: 49px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 16px
}

body .woocommerce-error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

body .woocommerce-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

body .woocommerce-message {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

#group-settings-form p.description {
    font-style: italic;
    font-size: 13px
}

#bbpress-forums p.bbp-topic-meta {
    padding: 0 7px
}

#bbpress-forums p.bbp-topic-meta span.bbp-topic-started-in {
    white-space: normal
}

.bbp-pagination-links .page-numbers {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.bbp-pagination-links span.current {
    opacity: 1;
    border: 0;
    display: flex;
    color: #fff
}

.bbp-pagination-links a:hover {
    background: #ebe9eb;
    color: #8a7e88
}

.wdm-forum-common li.bbp-forum-info,
.wdm-forum-common li.bbp-topic-title {
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}

.wdm-forum-common li.bbp-forum-info .bbp-row-actions,
.wdm-forum-common li.bbp-topic-title .bbp-row-actions {
    position: absolute;
    left: 0;
    top: calc(50% - 11px)
}

@media screen and (max-width:576px) {
    .wdm-forum-common li.bbp-forum-info .bbp-row-actions,
    .wdm-forum-common li.bbp-topic-title .bbp-row-actions {
        right: 0;
        text-align: right
    }
}

.wdm-forum-common li.bbp-forum-info .bbp-row-actions a.favorite-toggle,
.wdm-forum-common li.bbp-forum-info .bbp-row-actions a.subscription-toggle,
.wdm-forum-common li.bbp-topic-title .bbp-row-actions a.favorite-toggle,
.wdm-forum-common li.bbp-topic-title .bbp-row-actions a.subscription-toggle {
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 1.4;
    border-radius: 50px;
    justify-content: center;
    display: inline-flex;
    margin: 0 10px;
    box-shadow: 0 17px 15px -12px #9f9f9f;
    transition: box-shadow .3s
}

.wdm-forum-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8
}

.wdm-forum-info div.bbp-template-notice.info {
    background: transparent;
    border: 0
}

.wdm-forum-info .bbp-template-notice {
    margin-bottom: 0
}

@media (min-width:768px) {
    a.subscription-toggle {
        padding: 10px 0;
        border: 1px solid #c8c8c8;
        border-radius: 50px;
        width: 100px;
        justify-content: center;
        display: inline-flex;
        margin: 0 10px;
        box-shadow: 0 17px 15px -12px #9f9f9f;
        transition: box-shadow .3s
    }
    a.subscription-toggle:hover {
        box-shadow: none
    }
    a.subscription-toggle i {
        align-self: center;
        padding-left: 6px
    }
}

@media (max-width:768px) {
    a.subscription-toggle i {
        display: none
    }
}

.wdm-subsc-link {
    font-size: 0
}

.wdm-subsc-link a {
    color: #00316a;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 17px 15px -12px #9f9f9f;
    transition: box-shadow .3s;
    text-decoration: none;
    transition: all .2s linear;
    width: auto
}

.wdm-subsc-link a:hover {
    box-shadow: none;
    text-decoration: none
}

.wdm-subsc-link a:after {
    content: none;
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 elumine;
    font-size: 12px;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 4px;
    transform: rotate(270deg);
    text-transform: none
}

@media (max-width:991px) and (min-width:768px) {
    .wdm-subsc-link a {
        display: inline-block;
        padding: 12px 21px
    }
}

.wdm-subsc-link a i {
    position: relative;
    left: 7px
}

@media (max-width:768px) {
    .wdm-subsc-link {
        margin-top: 30px;
        margin-right: 16px
    }
    .wdm-subsc-link a.subscription-toggle {
        color: #00316a;
        padding: 12px 32px;
        font-size: 14px;
        line-height: 23px;
        font-weight: 400;
        border-radius: 50px;
        box-shadow: 0 17px 15px -12px #9f9f9f;
        transition: box-shadow .3s;
        text-decoration: none;
        transition: all .2s linear;
        border: 1px solid #c8c8c8;
        background-color: #fff
    }
    .wdm-subsc-link a.subscription-toggle:hover {
        box-shadow: none;
        text-decoration: none
    }
    .wdm-subsc-link a.subscription-toggle:after {
        content: none;
        margin-left: 10px;
        display: inline-block;
        font: normal normal normal 14px/1 elumine;
        font-size: 12px;
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        margin-top: 4px;
        transform: rotate(270deg);
        text-transform: none
    }
    .wdm-subsc-link a.subscription-toggle:hover {
        background-color: #00316a
    }
}

body .wp-editor-area {
    font-family: Poynter-Serif-RE;
}

.wdm-main-name-count {
    color: #434343;
    font-size: 20px;
    font-weight: 500
}

#bbpress-forums .bbp-template-notice.info .bbp-topic-description {
    display: inline-block
}

#bbpress-forums .bbp-template-notice.info p.bbp-topic-description+.wdm-bbpress-user-avataar,
#bbpress-forums .bbp-template-notice.info p.bbp-topic-description .bbp-author-avatar {
    width: 20px;
    display: inline-block
}

#bbpress-forums .bbp-template-notice.info p.bbp-topic-description+.wdm-bbpress-user-avataar img,
#bbpress-forums .bbp-template-notice.info p.bbp-topic-description .bbp-author-avatar img {
    margin: 0
}

#bbpress-forums .bbp-template-notice.info .wdm-bbpress-anon-user {
    display: inline-block
}

#bbpress-forums>h3,
.bbp-forum-description {
    display: none
}

.wdm-header-update {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 13px
}

.wdm-header-update span {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px
}

.wdm-header-update i {
    font-size: 25px;
    margin: 0 5px
}

.wdm-create-topic {
    display: flex;
    justify-content: space-between;
    background: #e8e8e8
}

.wdm-create-topic h3,
.wdm-create-topic span {
    font-size: 18px;
    font-weight: 500
}

.wdm-create-topic .ps-icon-plus {
    display: none
}

.reason-for-editing,
.tag-input,
.wdm-title-tag-wrap {
    margin-top: 28px
}

.reason-for-editing input,
.tag-input input,
.wdm-title-tag-wrap input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c8c8c8;
    color: #434343;
    font-size: 16px;
    background: transparent;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-left: 10px
}

.reason-for-editing input::-webkit-input-placeholder,
.tag-input input::-webkit-input-placeholder,
.wdm-title-tag-wrap input::-webkit-input-placeholder {
    color: #afafaf
}

.reason-for-editing input:focus::-webkit-input-placeholder,
.tag-input input:focus::-webkit-input-placeholder,
.wdm-title-tag-wrap input:focus::-webkit-input-placeholder {
    color: transparent
}

.reason-for-editing input:focus:-moz-placeholder,
.reason-for-editing input:focus::-moz-placeholder,
.tag-input input:focus:-moz-placeholder,
.tag-input input:focus::-moz-placeholder,
.wdm-title-tag-wrap input:focus:-moz-placeholder,
.wdm-title-tag-wrap input:focus::-moz-placeholder {
    color: transparent
}

.reason-for-editing input:focus:-ms-input-placeholder,
.tag-input input:focus:-ms-input-placeholder,
.wdm-title-tag-wrap input:focus:-ms-input-placeholder {
    color: transparent
}

.wdm-topic-tags,
.wdm-topic-tile {
    position: relative;
    padding-left: 0
}

.wdm-topic-tags .wdm-floating-label,
.wdm-topic-tile .wdm-floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 8px;
    transition: all .2s ease;
    font-size: 17px;
    color: #afafaf
}

.wdm-topic-tags p,
.wdm-topic-tile p {
    color: #afafaf;
    font-size: 13px;
    font-style: italic
}

.wdm-topic-tags input:focus~.wdm-floating-label,
.wdm-topic-tags input:not(:focus):valid~.wdm-floating-label,
.wdm-topic-tile input:focus~.wdm-floating-label,
.wdm-topic-tile input:not(:focus):valid~.wdm-floating-label {
    top: -16px;
    bottom: 10px;
    left: 12px;
    font-size: 11px;
    opacity: 1
}

.wdm-type-status-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding-left: 0
}

.wdm-type-status-wrap options,
.wdm-type-status-wrap select {
    max-width: 100%;
    min-width: 100%;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 400
}

.wdm-type-status-wrap .wdm-topic-status,
.wdm-type-status-wrap .wdm-topic-type {
    border-bottom: 1px solid #c8c8c8;
    width: 48%;
    background-size: 30px
}

div.wdm-ff-wrap {
    margin: 14px 0
}

div.wdm-ff-wrap #qt_bbp_reply_content_toolbar,
div.wdm-ff-wrap #qt_bbp_topic_content_toolbar {
    z-index: 10
}

div.wdm-ff-wrap div.bbp-the-content-wrapper div.quicktags-toolbar {
    background: transparent;
    border: 0;
    padding: 0
}

div.wdm-ff-wrap div.bbp-the-content-wrapper div.quicktags-toolbar input {
    background: #efeded;
    margin-right: 0
}

div.wdm-ff-wrap div.bbp-the-content-wrapper textarea.bbp-the-content {
    color: #434343 !important;
    margin-top: 19px;
    padding: 41px 10px 0;
    font-size: 16px !important;
    font-weight: 400;
    background: transparent;
    height: 45px;
    min-height: 40px;
    border-bottom: 1px solid #c8c8c8
}

div.wdm-ff-wrap .wp-editor-container {
    border: 0
}

.wdm-notify {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.wdm-notify label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.wdm-notify .wdm-checkbox {
    margin-right: 5px
}

#bbp_forum_id {
    width: 50%
}

@media screen and (max-width:768px) {
    #bbp_forum_id {
        width: 100%
    }
}

div.wdm-submit-wrapper {
    float: none
}

.wdm-topic-list {
    text-align: center
}

#bbpress-forums li.wdm-forum-header {
    background: transparent;
    border-top: 0;
    padding: 0
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics {
    border: 0
}

#bbpress-forums div.hentry {
    background: transparent;
    padding: 0
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    float: none;
    margin: 0;
    border: 0
}

@media only screen and (max-width:320px) {
    #bbpress-forums p.bbp-topic-meta img.avatar {
        width: 39px;
        margin-right: 5px
    }
}

#bbpress-forums div.bbp-reply-author .wdm-bbpress-anon-user,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    display: none
}

#bbpress-forums .bbp-forums-list {
    display: flex;
    flex-wrap: wrap;
    border-left: none;
    border-left: 0
}

#bbpress-forums .bbp-forums-list .bbp-forum {
    width: 100%
}

#bbpress-forums .bbp-forums-list .bbp-forum:before {
    content: "\B7";
    font-size: 80px;
    vertical-align: middle
}

.wdm-recent-topics-head {
    color: #434343;
    font-size: 20px;
    font-weight: 500;
    margin: 24px 0 28px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f1f1f1
}

.wdm-recent-topics {
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin-top: 28px
}

.wdm-forum-header li {
    padding-top: 19px;
    padding-bottom: 19px
}

.wdm-forum-header li div {
    color: #434343;
    font-size: 16px;
    font-weight: 700
}

.wdm-forum-body li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 400
}

.wdm-forum-body .bbp-forum-info,
.wdm-forum-body .bbp-topic-title {
    justify-content: flex-start
}

.wdm-forum-common>li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-collapse: collapse
}

.wdm-forum-common .wdm-forum-action {
    justify-content: space-evenly
}

.wdm-topic-by .bbp-author-name,
.wdm-topic-by .wdm-bbpress-anon-user {
    display: none
}

.wdm-topic-by img {
    width: 52px;
    height: auto;
    border-radius: 50px
}

.wdm-topic-by .bbp-topic-started-in a {
    font-size: 15px
}

.wdm-ban,
.wdm-trash {
    font-size: 26px
}

.wdm-subscription-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 19px
}

.wdm-subscription-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 44.456px;
    border-bottom: 5px solid #c8c8c8;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .wdm-header-title {
        font-size: 15px
    }
    .wdm-header-count {
        display: block;
        margin-top: 4px;
        font-size: 14px
    }
    .wdm-header-update span:first-child {
        width: 100%
    }
    .wdm-forum-info {
        align-items: flex-start
    }
    .wdm-subsc-link a {
        border: 0;
        background: transparent
    }
    .wdm-subsc-link a:hover {
        background: transparent;
        color: #00316a
    }
    .wdm-subsc-link i {
        display: none
    }
    .wdm-forum-info {
        border-bottom: 0
    }
    .wdm-topic-tile {
        padding-left: 15px
    }
    .wdm-topic-tags {
        padding-right: 15px
    }
    .wdm-type-status-wrap {
        padding-left: 15px;
        display: block
    }
    .wdm-topic-status,
    .wdm-topic-type {
        width: 100% !important;
        margin-top: 38px
    }
    .wdm-ff-wrap #qt_bbp_topic_content_toolbar {
        display: none
    }
    .wdm-recent-topics-head {
        padding-bottom: 0
    }
    .wdm-recent-topics-head span {
        border-bottom: 5px solid #c8c8c8;
        display: inline-block;
        padding-bottom: 6px;
        color: #ffb542;
        font-size: 15px
    }
    .wdm-forum-body .bbp-topic-title {
        justify-content: space-between
    }
    .wdm-forum-body .bbp-topic-title i {
        display: inline-block;
        color: #00316a
    }
}

@media screen and (max-width:576px) {
    .wdm-topic-by .bbp-author-name,
    .wdm-topic-by .wdm-bbpress-anon-user {
        display: inline-block
    }
    .wdm-forum-header {
        display: none
    }
    .wdm-forum-common>li {
        flex-wrap: wrap;
        text-align: left;
        justify-content: left;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-bottom: 0;
        border-left: 1px solid #c8c8c8;
        border-top: 1px solid #c8c8c8
    }
    .wdm-forum-common .bbp-forum-freshness,
    .wdm-forum-common .bbp-topic-freshness {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding-top: 11px;
        padding-bottom: 33px
    }
    .wdm-forum-common .bbp-forum-reply-count,
    .wdm-forum-common .bbp-topic-voice-count {
        padding-top: 16px;
        padding-bottom: 16px
    }
    .wdm-forum-common .wdm-topic-by {
        padding-top: 19px;
        padding-bottom: 19px
    }
    .wdm-forum-common .wdm-topic-by .bbp-author-name,
    .wdm-forum-common .wdm-topic-by .wdm-bbpress-anon-user {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
    .wdm-count-title,
    .wdm-topic-by-title {
        width: 100%;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        color: #434343
    }
    .wdm-count-title {
        width: 100%
    }
    .wdm-forum-body .bbp-topic-voice-count div {
        color: #434343;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
    .wdm-forum-body .bbp-forum-freshness a,
    .wdm-forum-body .bbp-forum-freshness div,
    .wdm-forum-body .bbp-forum-freshness span,
    .wdm-forum-body .bbp-topic-freshness a,
    .wdm-forum-body .bbp-topic-freshness div,
    .wdm-forum-body .bbp-topic-freshness span {
        color: #afafaf;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px
    }
    .wdm-forum-body .bbp-forum-info,
    .wdm-forum-body .bbp-topic-title {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .wdm-recent-topics {
        border-left: 0;
        border-top: 0
    }
}

div.bbp-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    float: none
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link,
div.bbp-submit-wrapper button {
    color: #fff;
    padding: 13px 40px;
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #c8c8c8;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 28px;
    box-shadow: 0 17px 15px -12px #9f9f9f;
    transition: box-shadow .3s;
    cursor: pointer;
    border: 0
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link:hover,
div.bbp-submit-wrapper button:hover {
    text-decoration: none
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link:after,
div.bbp-submit-wrapper button:after {
    content: none;
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 elumine;
    font-size: 12px;
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 4px;
    transform: rotate(270deg);
    text-transform: none
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link i,
div.bbp-submit-wrapper button i {
    margin-left: 10px
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link:hover,
div.bbp-submit-wrapper button:hover {
    box-shadow: none
}

div.bbp-submit-wrapper .wdm-forum-cancel {
    border: 0;
    box-shadow: none
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link {
    margin-right: 10px
}

.manage-tag {
    text-transform: capitalize
}

.tag-rename {
    display: flex
}

#bbp_destination_topic {
    margin-top: 23px;
    width: 100%
}

ul.bbp-search-results#bbp-search-results {
    border: 0
}

ul.bbp-search-results#bbp-search-results .bbp-author-name,
ul.bbp-search-results#bbp-search-results .wdm-bbpress-anon-user {
    display: none !important
}

ul.bbp-search-results#bbp-search-results .wdm-select {
    display: none
}

ul.bbp-search-results#bbp-search-results .bbp-forum-content,
ul.bbp-search-results#bbp-search-results .bbp-meta,
ul.bbp-search-results#bbp-search-results .bbp-reply-content,
ul.bbp-search-results#bbp-search-results .bbp-topic-content {
    margin-left: 0 !important
}

ul.bbp-search-results#bbp-search-results .bbp-forum-content,
ul.bbp-search-results#bbp-search-results .bbp-reply-content,
ul.bbp-search-results#bbp-search-results .bbp-topic-content {
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding: 0
}

ul.bbp-search-results#bbp-search-results .bbp-forum-author img,
ul.bbp-search-results#bbp-search-results .bbp-reply-author img,
ul.bbp-search-results#bbp-search-results .bbp-topic-author img {
    border-radius: 50%;
    width: 52px;
    height: 52px
}

ul.bbp-search-results#bbp-search-results .wdm-search-author-name {
    width: 70%;
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px
}

ul.bbp-search-results#bbp-search-results .wdm-search-author-name+.bbp-meta {
    float: right
}

ul.bbp-search-results#bbp-search-results div.bbp-reply-author img.avatar {
    margin-top: 0
}

ul.bbp-search-results#bbp-search-results .even {
    margin-top: 30px
}

.bbpress #bbpress-forums #bbp-search-form #bbp_search {
    width: 100%
}

@media (max-width:576px) {
    .bbpress #bbpress-forums div.bbp-search-form {
        float: none
    }
}

@media (max-width:576px) {
    .bbpress .bbpress-search {
        width: 100%
    }
}

@media (max-width:576px) {
    .bbpress.single-forum #bbpress-forums {
        padding: 0 12px
    }
}

#bbpress-forums div.reply {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: initial
}

#bbpress-forums div.bbp-reply-content {
    margin-left: 0;
    flex: 1
}

#bbpress-forums div.bbp-reply-header {
    padding: 0;
    padding-bottom: 12px
}

@media screen and (max-width:768px) {
    #bbpress-forums div.bbp-reply-header {
        margin-top: -20px
    }
    #bbpress-forums div.bbp-reply-header .bbp-reply-permalink {
        display: none
    }
}

@media screen and (max-width:768px) {
    .underline-sm {
        border-bottom: 1px solid #c8c8c8
    }
}

.topic-template-default .post-container .post-thumbnail {
    display: none
}

@media (max-width:768px) {
    .bbpress.single-topic .row,
    .group-forum-topic.single-topic .row {
        margin-left: 0;
        margin-right: 0
    }
}

.bbpress #bbpress-forums .bbp-reply-content,
.group-forum-topic #bbpress-forums .bbp-reply-content {
    padding: 15px 0 0
}

.bbpress #bbpress-forums ul.bbp-replies,
.group-forum-topic #bbpress-forums ul.bbp-replies {
    padding: 20px 0
}

.bbpress #bbp_reply_content,
.group-forum-topic #bbp_reply_content {
    color: #afafaf;
    margin-top: 19px;
    padding: 41px 10px 0;
    font-size: 16px !important;
    font-weight: 400;
    background: transparent;
    height: 45px;
    min-height: 40px;
    border-bottom: 1px solid #c8c8c8
}

@media (max-width:768px) {
    .bbpress #bbp_reply_content,
    .group-forum-topic #bbp_reply_content {
        padding: 64px 10px 0
    }
}

.bbpress .wp-editor-container,
.group-forum-topic .wp-editor-container {
    border: 0
}

.bbpress .bbp-meta,
.group-forum-topic .bbp-meta {
    margin-left: 116px
}

@media (max-width:576px) {
    .bbpress .bbp-meta,
    .group-forum-topic .bbp-meta {
        margin-left: 62px
    }
}

.bbpress #bbpress-forums .enrolled-top-details,
.group-forum-topic #bbpress-forums .enrolled-top-details {
    clear: both
}

@media (max-width:768px) {
    .bbpress #bbpress-forums .enrolled-top-details .course-title,
    .group-forum-topic #bbpress-forums .enrolled-top-details .course-title {
        flex-flow: column;
        margin: 0;
        padding: 15px 0
    }
}

.bbpress #bbpress-forums .enrolled-top-details hr,
.group-forum-topic #bbpress-forums .enrolled-top-details hr {
    margin: 0;
    height: 3px;
    width: 100%;
    display: flex;
    background-color: #c8c8c8
}

@media (max-width:768px) {
    .bbpress #bbpress-forums .enrolled-top-details hr,
    .group-forum-topic #bbpress-forums .enrolled-top-details hr {
        display: none
    }
}

.bbpress #bbpress-forums .enrolled-top-details .title,
.group-forum-topic #bbpress-forums .enrolled-top-details .title {
    font-size: 20px
}

@media (max-width:576px) {
    .bbpress #bbpress-forums .enrolled-top-details .title,
    .group-forum-topic #bbpress-forums .enrolled-top-details .title {
        font-size: 18px
    }
}

.bbpress .bbp-reply-content .dropdown,
.group-forum-topic .bbp-reply-content .dropdown {
    float: right;
    top: 3px;
    display: none
}

@media (max-width:768px) {
    .bbpress .bbp-reply-content .dropdown,
    .group-forum-topic .bbp-reply-content .dropdown {
        display: block
    }
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #f4f4f4;
    width: 153px;
    box-shadow: 3px 3px 3px -1px hsla(105, 2%, 40%, .5);
    right: 4px;
    z-index: 99
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu .wdm-col,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu .wdm-col {
    float: none;
    line-height: inherit
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a {
    display: block;
    padding: 14px 15px 14px 25px;
    border-bottom: 1px solid #c8c8c8;
    color: #434343;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    font-weight: 400;
    text-align: center
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a:first-child,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a:first-child {
    padding-top: 12px
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a:last-child,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu a:last-child {
    padding-bottom: 12px
}

.bbpress #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu i,
.bbpress .wdm-bbp-hide,
.group-forum-topic #bbpress-forums div.bbp-reply-content .wdm-dropdown-menu i,
.group-forum-topic .wdm-bbp-hide {
    display: none
}

.bbpress div.bbp-reply-header,
.group-forum-topic div.bbp-reply-header {
    border-top: 0;
    border-bottom: 1px solid #c8c8c8
}

@media (max-width:480px) {
    .bbpress div.bbp-reply-header .bbp-reply-post-date,
    .group-forum-topic div.bbp-reply-header .bbp-reply-post-date {
        float: none
    }
}

@media (max-width:400px) {
    .bbpress div.bbp-reply-header .ps.ps-icon-watch2,
    .group-forum-topic div.bbp-reply-header .ps.ps-icon-watch2 {
        font-size: 17px
    }
    .bbpress div.bbp-reply-header .bbp-reply-post-date,
    .group-forum-topic div.bbp-reply-header .bbp-reply-post-date {
        float: none;
        font-size: 12px;
        vertical-align: baseline
    }
}

.bbpress .bbp-reply-author,
.group-forum-topic .bbp-reply-author {
    position: relative
}

.bbpress #bbpress-forums div.bbp-reply-author img.avatar,
.group-forum-topic #bbpress-forums div.bbp-reply-author img.avatar {
    position: static;
    margin-top: 19px
}

@media (max-width:576px) {
    .bbpress #bbpress-forums div.bbp-reply-author img.avatar,
    .group-forum-topic #bbpress-forums div.bbp-reply-author img.avatar {
        width: 40px;
        height: 40px
    }
}

.bbpress .bbp-reply-content p,
.group-forum-topic .bbp-reply-content p {
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

@media (max-width:576px) {
    .bbpress .bbp-reply-content p,
    .group-forum-topic .bbp-reply-content p {
        font-size: 14px
    }
}

.bbpress .bbp-author-role,
.group-forum-topic .bbp-author-role {
    display: none
}

.bbpress #bbpress-forums .breadcrumbs,
.group-forum-topic #bbpress-forums .breadcrumbs {
    padding: 0 0 0 2%;
    margin: 6px 0 17px
}

.bbpress #bbpress-forums .separator,
.group-forum-topic #bbpress-forums .separator {
    margin: 2px 11px
}

.bbpress .bbp-reply-delete-link,
.bbpress .bbp-reply-edit-link,
.bbpress .bbp-reply-move-link,
.bbpress .bbp-reply-post-date,
.bbpress .bbp-reply-restore-link,
.bbpress .bbp-reply-to-link,
.bbpress .bbp-reply-trash-link,
.bbpress .bbp-topic-edit-link,
.bbpress .bbp-topic-merge-link,
.bbpress .bbp-topic-reply-link,
.bbpress .bbp-topic-spam-link,
.bbpress .bbp-topic-split-link,
.bbpress .bbp-topic-sticky-link,
.bbpress .bbp-topic-super-sticky-link,
.bbpress .bbp-topic-trash-link,
.bbpress a.bbp-reply-spam-link,
.bbpress a.bbp-topic-close-link,
.group-forum-topic .bbp-reply-delete-link,
.group-forum-topic .bbp-reply-edit-link,
.group-forum-topic .bbp-reply-move-link,
.group-forum-topic .bbp-reply-post-date,
.group-forum-topic .bbp-reply-restore-link,
.group-forum-topic .bbp-reply-to-link,
.group-forum-topic .bbp-reply-trash-link,
.group-forum-topic .bbp-topic-edit-link,
.group-forum-topic .bbp-topic-merge-link,
.group-forum-topic .bbp-topic-reply-link,
.group-forum-topic .bbp-topic-spam-link,
.group-forum-topic .bbp-topic-split-link,
.group-forum-topic .bbp-topic-sticky-link,
.group-forum-topic .bbp-topic-super-sticky-link,
.group-forum-topic .bbp-topic-trash-link,
.group-forum-topic a.bbp-reply-spam-link,
.group-forum-topic a.bbp-topic-close-link {
    padding: 0 10px 0 0
}

@media (max-width:768px) {
    .bbpress .bbp-reply-delete-link,
    .bbpress .bbp-reply-edit-link,
    .bbpress .bbp-reply-move-link,
    .bbpress .bbp-reply-restore-link,
    .bbpress .bbp-reply-to-link,
    .bbpress .bbp-reply-trash-link,
    .bbpress .bbp-topic-edit-link,
    .bbpress .bbp-topic-merge-link,
    .bbpress .bbp-topic-reply-link,
    .bbpress .bbp-topic-spam-link,
    .bbpress .bbp-topic-split-link,
    .bbpress .bbp-topic-sticky-link,
    .bbpress .bbp-topic-super-sticky-link,
    .bbpress .bbp-topic-trash-link,
    .bbpress a.bbp-reply-spam-link,
    .bbpress a.bbp-topic-close-link,
    .bbpress i.icon-icon-watch2,
    .group-forum-topic .bbp-reply-delete-link,
    .group-forum-topic .bbp-reply-edit-link,
    .group-forum-topic .bbp-reply-move-link,
    .group-forum-topic .bbp-reply-restore-link,
    .group-forum-topic .bbp-reply-to-link,
    .group-forum-topic .bbp-reply-trash-link,
    .group-forum-topic .bbp-topic-edit-link,
    .group-forum-topic .bbp-topic-merge-link,
    .group-forum-topic .bbp-topic-reply-link,
    .group-forum-topic .bbp-topic-spam-link,
    .group-forum-topic .bbp-topic-split-link,
    .group-forum-topic .bbp-topic-sticky-link,
    .group-forum-topic .bbp-topic-super-sticky-link,
    .group-forum-topic .bbp-topic-trash-link,
    .group-forum-topic a.bbp-reply-spam-link,
    .group-forum-topic a.bbp-topic-close-link,
    .group-forum-topic i.icon-icon-watch2 {
        display: none
    }
}

.bbpress .wdm-select,
.group-forum-topic .wdm-select {
    font-size: 17px;
    padding: 0 0 10px;
    font-weight: 500;
    line-height: 25px;
    width: 95%;
    display: inline-block
}

@media (max-width:576px) {
    .bbpress .wdm-select,
    .group-forum-topic .wdm-select {
        word-wrap: break-word;
        padding: 0 2px 10px
    }
}

.bbpress .ps.ps-icon-pin,
.bbpress .ps.ps-icon-reply,
.bbpress .ps.ps-icon-watch2,
.group-forum-topic .ps.ps-icon-pin,
.group-forum-topic .ps.ps-icon-reply,
.group-forum-topic .ps.ps-icon-watch2 {
    font-size: 23px;
    vertical-align: middle;
    padding-right: 6px
}

.bbpress .bbp-meta>a,
.group-forum-topic .bbp-meta>a {
    padding-right: 20px
}

.bbpress #forum-reply,
.group-forum-topic #forum-reply {
    padding: 14px 23px
}

.bbpress .wdm-col,
.group-forum-topic .wdm-col {
    float: right;
    line-height: 30px
}

@media (max-width:1199px) and (min-width:769px) {
    .bbpress .wdm-col,
    .group-forum-topic .wdm-col {
        float: left
    }
}

.bbpress .bbp-reply-permalink,
.group-forum-topic .bbp-reply-permalink {
    line-height: 30px
}

.bbpress .bbp-meta a,
.bbpress span.bbp-reply-post-date,
.group-forum-topic .bbp-meta a,
.group-forum-topic span.bbp-reply-post-date {
    font-size: 14px
}

.bbpress span.bbp-reply-post-date,
.group-forum-topic span.bbp-reply-post-date {
    vertical-align: text-bottom
}

.bbpress .bbp-meta .fa,
.group-forum-topic .bbp-meta .fa {
    font-size: 19px;
    padding-right: 6px
}

.bbpress #bbpress-forums,
.group-forum-topic #bbpress-forums {
    width: 100%
}

@media (max-width:576px) {
    .bbpress #bbpress-forums div.bbp-reply-author,
    .group-forum-topic #bbpress-forums div.bbp-reply-author {
        width: 68px
    }
}

.bbpress #bbpress-forums ul.bbp-replies,
.group-forum-topic #bbpress-forums ul.bbp-replies {
    border: 1px solid #f1f1f1;
    border: 0;
    overflow: visible
}

.bbpress #bbpress-forums div.bbp-forum-header,
.bbpress #bbpress-forums div.bbp-reply-header,
.bbpress #bbpress-forums div.bbp-topic-header,
.group-forum-topic #bbpress-forums div.bbp-forum-header,
.group-forum-topic #bbpress-forums div.bbp-reply-header,
.group-forum-topic #bbpress-forums div.bbp-topic-header {
    background-color: transparent
}

.bbpress .bbp-reply-author img.avatar,
.group-forum-topic .bbp-reply-author img.avatar {
    border-radius: 50%
}

@media (max-width:576px) {
    .bbpress #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    .bbpress #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    .bbpress #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    .bbpress #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    .bbpress #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    .bbpress #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    .group-forum-topic #bbpress-forums li.bbp-body li.bbp-topic-voice-count {
        margin-top: 0
    }
}

.bbpress:not(.buddypress) ul#breadcrumbs {
    display: none
}

.buddypress.bbpress .bbp-user-section .enrolled-top-details {
    display: none !important
}

@media (max-width:576px) {
    #bbpress-forums div.reply {
        display: flex;
        margin-top: 30px
    }
    #bbpress-forums .bbp-body div.bbp-reply-author {
        padding-left: 0;
        width: 40px
    }
    .bbpress #bbpress-forums div.bbp-reply-content {
        width: 100%;
        position: relative;
        margin: 0
    }
    .bbpress #bbpress-forums ul.bbp-replies {
        padding: 0
    }
    .bbpress .bbp-reply-content .dropdown {
        position: absolute;
        right: 0
    }
    .bbp-topic-tags {
        margin-top: 12px
    }
    li.bbp-body div.hentry {
        overflow: visible
    }
}