.help-center-top-bar {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--brand-dark-blue);
}
.help-center-top-bar ul li.separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
input[type=search] {
    background-image: url(../img/search.svg);
    padding: 11.5px 20px 11.5px 40px;
    height: auto;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .help-center-top-bar ul {
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .help-center-top-bar ul {
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }
    .help-center-top-bar ul li {
        display: inline-block;
    }
    .help-center-top-bar ul li.separator {
        display: none;
    }
}


/* SEARCH PAGE */
.search .page-header {
    background-color: transparent;
}
.search .page-header__content {
    max-width: 1225px;
    margin: 40px auto;
}
.search .search-form form {
    margin-top: 0;
}
.search .content-area {
    padding-top: 0;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs {
    margin-bottom: 0;
    padding-top: 0;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs ul li:not(:last-child)  {
    margin-bottom: 10px;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs ul li a {
    padding: 10px 20px;
    border-radius: 6px;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs ul li.active a {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    padding: 9px 20px;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs ul li.active a:after {
    content: none;
}
.search .bp-search-results-wrapper .bp-navs.bp-subnavs ul li .count {
    font-size: 12px;
    border: 1px solid #EFF1F5;
    border-radius: 100px;
    background-color: #FFF;
    color: var(--color-grey);
}
.search #buddypress .dir-form.bp-search-results-wrapper {
    column-gap: 40px;
    background-color: transparent;
}
.search .search_results {
    padding: 0;
}
.search .search_results  .results-group {
    padding: 40px 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
.search #buddypress header.results-group-header .results-group-title {
    font-weight: 600;
}
.search #buddypress header.results-group-header .total-results  {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-grey);
}
.search .bp-search-results-wrap .results-group-footer {
    text-align: left;
}
.search .bp-search-results-wrap .view-all-link {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
}
.search .bp-search-results-wrap .view-all-link:after {
    content: none;
}
.search .bp-search-results.bp-feedback.info {
    margin-top: 0;
}
.search .bp-search-results-list .bp-search-item .item-avatar {
    max-width: 140px;
}
.search .bp-search-results-list .bp-search-item .item-title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
}
.search #cpt-resources-stream .entry-meta .author{
    display: none;
}
.search .bp-search-results-wrapper .bp-navs a {
    color: var(--color-grey);
}
.search .bp-search-results-wrapper .bp-navs a:before {
    font-size: 0;
}
.bp-search-results-wrapper .bp-navs li:first-child a:before {
    content: url('../img/menu-icons/search-grey.svg');
}
.bp-search-results-wrapper .bp-navs li:first-child a:hover:before {
    content: url('../img/menu-icons/search-active.svg');
}
.bp-search-results-wrapper .bp-navs li:first-child.active a:before {
    content: url('../img/menu-icons/search-white.svg');
}
.bp-search-results-wrapper .bp-navs .posts a:before ,
.bp-search-results-wrapper .bp-navs .pages a:before {
    content: url('../img/menu-icons/post-grey.svg');
}
.bp-search-results-wrapper .bp-navs .posts a:hover:before, 
.bp-search-results-wrapper .bp-navs .pages a:hover:before {
    content: url('../img/menu-icons/post-active.svg');
}
.bp-search-results-wrapper .bp-navs .posts.active a:before,
.bp-search-results-wrapper .bp-navs .pages.active a:before {
    content: url('../img/menu-icons/post-white.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-videos a:before {
    content: url('../img/menu-icons/videos-grey.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-videos a:hover:before {
    content: url('../img/menu-icons/videos-active.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-videos.active a:before {
    content: url('../img/menu-icons/videos-white.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-action_items a:before {
    content: url('../img/menu-icons/action-item-grey.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-action_items a:hover:before {
    content: url('../img/menu-icons/action-item-active.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-action_items.active a:before {
    content: url('../img/menu-icons/action-item-white.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-resources a:before {
    content: url('../img/menu-icons/resources-grey.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-resources a:hover:before {
    content: url('../img/menu-icons/resources-active.svg');
}
.bp-search-results-wrapper .bp-navs .cpt-resources.active a:before {
    content: url('../img/menu-icons/resources-white.svg');
}

@media (max-width: 425px) {
    .search .bp-search-item .list-wrap {
        flex-direction: column;
        row-gap: 15px;
    }
    .search .bp-search-item .list-wrap .item-avatar {
        align-self: center;
    }
}

