.memberAreaHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 30px;
}

.memberAreaFilters {
    width: calc(100% - 130px);
}
.memberAreaFilters .filter-cats{
    padding-right: 140px;
}

.memberAreaFilters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.memberAreaFilters ul li:not(:last-child) {
    margin-right: 56px;
}

.memberAreaFilters ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 14.4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fafafa;
    color: #201D23;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.memberAreaFilters ul li a svg {
    margin-right: 10px;
}

.memberAreaFilters ul li a:hover,
.memberAreaFilters ul li a.filterActive {
    background-color: #201D23;
    color: #fff;
}

.memberAreaFilters ul li a:hover svg path,
.memberAreaFilters ul li a.filterActive svg path {
    fill: #fff;
}

.filterNewOld {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.filterToggle:hover img {
    /* background: blue; */
    filter: brightness(0) invert(1);
}
.filterActive img{
    filter: brightness(0) invert(1);
}
a.filterToggle img{
    margin-right: 5px;
}
.drowpfliter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    color: #fff;
    background-color: #F2A300;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.drowpfliter a {
    line-height: 0;
}

.changeTxtFilter {
    color: #ffF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 27px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
}

.changeTxtFilter span {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 6px;
}

.memberAreaBox {
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.14);
    padding: 50px 11px;
    margin-bottom: 30px;
}

.memebrAreaRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.memberAreaImage {
    width: 280px;
    height: 226px;
    position: relative;
}

.memberAreaImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
}

span.categoryTag {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background-color: #e7b03e;
    border-radius: 50%;
    right: 16px;
    top: 16px;
    background-size: cover;
}

.interviewMember span.categoryTag {
    background-image: url(/wp-content/themes/storefront-child-theme-master/modules/member-area/images/interviews.svg);
}

.stockMember span.categoryTag {
    background-image: url(/wp-content/themes/storefront-child-theme-master/modules/member-area/images/stock.svg);
}

.confrenceMember span.categoryTag {
    background-image: url(/wp-content/themes/storefront-child-theme-master/modules/member-area/images/confrences.svg);
}

.marketingMember span.categoryTag {
    background-image: url(/wp-content/themes/storefront-child-theme-master/modules/member-area/images/marketing-post.svg);
}

.memberAreaDesc {
    width: calc(100% - 280px);
    padding-left: 20px;
}

.memberAreaDesc h3 {
    margin: 0;
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

.memberAreaDesc p {
    margin: 10px 0 42px;
}

.memberDescFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.memberDescFooter ul li {
    margin-right: 42px;
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.memberDescFooter ul li img {
    margin-right: 12px;
    margin-top: -4px;
}

.memberLoadMore {
    text-align: right;
}

.memberLoadMore a.memberLoadMoreBtn {
    color: #282828;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize;
}
.cat_check,.filter_sub,.check-sort{
    display: none;
}
.d-flex{
    display: flex;
}



.post-icon-sec {
    width: 35px;
    height: 35px;
    /* position: absolute; */
    right: 10px;
    top: 10px;
    background: #f9ae12;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2px;
}
.post-icon-sec img.post-icon {
    object-fit: none;
}
.icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 10px;
    top: 10px;
}
.wc-memberships-products-grant-access{
    pointer-events: none;
    cursor: not-allowed;
}
.wc-memberships-restriction-message .ck-pricing-link{
    border-bottom: 0.8px solid #E7B03E;
}


.inactive{
    pointer-events:none;
}
.text-center{
    text-align: center;
}
.memberAreaCol a {
    color: #E7B03E;
}