.hidden {
    display: none !important;
}

.admin-bar .header{
    top: 32px;
}

.single-forum .inner-info, .single-topic  .inner-info {
    width: 100%;
}

.resources-file p {
    margin-bottom: 0;
}

.resources-file .resources-file_wrapper {
    width: calc(50% - 0.8rem);
}

.resources-file .resources-file_wrapper a {
    color: var(--color-blue-deep) !important;
}

.resources-file .resources-file_wrapper:hover {
    border: 1px solid #003764;
}

.resources-file .resources-file_wrapper:first-child:last-child {
    width: 100%;
}

.contact-form.full-width-form .gform_wrapper {
    width: 100%;
    max-width: 100%;
}

.commentlist .comment-meta a {
    color: #003764 !important;
}

.commentlist .comment-metadata {
    margin-top: 10px;
}

.commentlist .comment-author.vcard {
    display: flex;
    align-items: center;
}

.commentlist .comment-author.vcard img {
    margin-right: 10px;
}

.commentlist .comment-author.vcard .says {
    margin-left: 5px;
}

.comment-form-cookies-consent .jcf-checkbox {
    background: #fff;
}

.new-forum {
    display: none !important;
}

.single-forum .inner-content .new-forum {
    display: flex !important;
}

.bbpress-wrapper .bbp-topic-form,
.bbpress-wrapper .bbp-login-form {
    display: none;
}

.topic-content {
    color: var(--color-black);
    font-size: 16px;
    line-height: 1.375;
    margin-top: 20px;
}

.topic-content p {
    display: inline-block;
}

.bbp-login-form .bbp-remember-me {
display: flex;
}

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

@media (min-width: 768px) {
    .pagination .current:first-child {
        margin-left: auto;
    }

    .pagination .current:last-child {
        margin-right: auto;
    }
}