/* member DETAILS */

.single-member-header {
    border-top: 2px solid #d9d9d9;
}

.single-member-header .entry-title {
    color: #808080;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18pt;
}

.single-member-info {
    color: #000000;
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
}

.single-member-content {
    margin-top: 15px;
}


/* PAGING */

.members-grid-pagination .page-item .page-link {
    border: none;
    background: transparent;
    color: #333;
}

.members-grid-pagination .loader-box {
    height: 20px;
}

.members-grid-pagination .loader {
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 auto;
}

.members-grid-pagination .page-item.active .page-link {
    font-weight: bold;
}

.members-grid-pagination .pagination {
    margin: 0 auto;
    justify-content: center;
}


/* FILTERS */

.dropdown-tax-filter .btn {
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-tax-filter a {
    color: #666 !important;
}

.badge-light .fa-times {
    cursor: pointer;
    margin-left: 5px;
    display: none;
}

.drawer-overlay {
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    background: #0d66ab55;
    display: none;
    z-index: 2;
}

.drawer {
    position: absolute;
    width: 50%;
    right: 0;
    background: white;
    height: 100%;
    top: 0;
    z-index: 3;
    box-shadow: 1px 0px 4px black;
    display: none;
    padding: 16px;
}

.member-details .title h4 {
    color: #0d66ab;
    display: block;
    font-weight: bold;
}

.member-details .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.member-details .title a {
    background-color: #b2b3b3;
    height: 30px;
    width: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-details hr {
    margin: 10px 0;
}

.member-details label {
    color: #0d66ab;
    font-size: 14px;
}

.member-details span {
    font-size: 14px;
}

.member-details .members-social {
    display: block;
}

.member-details .members-social a {
    color: #0d66ab;
    margin-right: 10px;
}