.tax-country .site-content .container, .post-type-archive_myss_profile .site-content .container {
    max-width: 100%;
}

.tax-country .post-grid, .post-type-archive-myss_profile .post-grid {
    max-width: 1200px;
    margin: 0 auto;
}


.tax-country .post-grid .hentry, .post-type-archive-myss_profile .post-grid .hentry {
    margin-bottom: 20px;
    width: 25%;
}

.tax-country .bb-grid-cell, .tax-country .bb-grid > *, .post-type-archive-myss_profile .bb-grid-cell, .post-type-archive-myss_profile .bb-grid > * {
    -webkit-box-flex: inherit;
    flex: inherit;
}

.tax-country .post-inner-wrap, .post-type-archive-myss_profile .post-inner-wrap {
    background: inherit;
    border: 0px;
    border-radius: 0;
}
.tax-country .entry-img, .post-type-archive-myss_profile .entry-img {
    width: 100px;
    height: 100px;
    padding-top: 0;
    border-radius: 100%;
    margin: 0 auto 7px;
}

.post-grid .myss_profile {
    flex-basis: auto;
}

.post-grid .myss_profile .profile-meta a {
    color: var(--bb-headings-color);
    font-weight: 300;
    font-size: 17px;
    text-transform: capitalize;
}


.tax-country .post-inner-wrap:hover, .tax-country article:hover, .post-type-archive-myss_profile .post-inner-wrap:hover, .post-type-archive-myss_profile article:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.tax-country .entry-content-wrap, .post-type-archive-myss_profile .entry-content-wrap {
    padding: 0;
    text-align: center;
}

.tax-country .post-grid .entry-title, .post-type-archive-myss_profile .post-grid .entry-title {
    font-size: 21px;
}

