/* ====== Data Filters ====== */

#testing-about-page-stuff .data-filters > div > div.row {
    justify-content: center !important;
}

#testing-about-page-stuff .data-filters .btn {
    cursor: pointer;
    transition: color 0.15s linear;
    text-transform: uppercase;
    border: none !important;
    background: none !important;
    font-family: var(--bs-h6-family) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #353844;
    text-transform: uppercase;
    margin: 0 20px 10px 0;
    padding: 0;
}

#testing-about-page-stuff .data-filters .btn:hover, #testing-about-page-stuff .data-filters .btn:focus {
    color: var(--primary);
    box-shadow: none !important;
}

#testing-about-page-stuff .data-filters .btn.is-checked {
    color: var(--primary);
}

#testing-about-page-stuff .data-filters .link-container.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

@media(max-width: 991px) {
    #testing-about-page-stuff .data-filters .link-container {
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
    }
}


/* ======= Company Leadership ======= */

@media (max-width: 767px) {
    #testing-about-page-stuff .staff-member-image {
        text-align: center !important;
    }
}


/* ====== Staff Grid Items ======= */

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image {
    cursor: pointer;
    position: relative !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .about-titles .job-title, #testing-about-page-stuff #meet-our-staff .staff-grid-item .about-titles .bio {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    /* cursor: pointer; */
    transition: color 0.15s linear, opacity 0.15s linear;
    position: relative;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .about-titles .bio {
    position: absolute;
    bottom: 0;
    opacity: 0;
    bottom: 8px;
    /* left: 17px; */
    left: 9px;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image:hover .job-title, #testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image:focus .job-title {
    opacity: 0;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image:hover .bio, #testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image:focus .bio {
    opacity: 1 !important;
    color: var(--primary);
}

#testing-about-page-stuff #meet-our-staff {
    max-width: 1000px !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item {
   padding: 0 !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item {
    width: 100%;
    max-width: 100%;
}
#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-description button.close-bio, #testing-about-page-stuff #meet-the-owners .staff-member-description button.close-bio {
    font-size: 17px;
    font-weight: 300;
    color: var(--dark);
    border: none !important;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-description button.close-bio:after, #testing-about-page-stuff #meet-the-owners .staff-member-description button.close-bio:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/close-bio.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-description, #testing-about-page-stuff #meet-the-owners .staff-member-description {
    width: 100%;
    background: rgba(237, 237, 237, 0.92);
    z-index: 5;
    position: relative;
    font-weight: 300 !important;
    color: #000000 !important;
    line-height: 1.75 !important;
    /* padding: 30px !important; */
    transform: none;
    /* position: absolute; */
    position: relative;
    margin-top: 36px;
    display: none;
}

#testing-about-page-stuff #meet-the-owners .staff-member-description {
    background: #fff !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-description p, #testing-about-page-stuff #meet-the-owners .staff-member-description p {
    font-weight: 300;
    color: #000000 !important;
    line-height: 1.75 !important;
    padding: 40px 30px 30px !important;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center !important;
}
#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-description p:last-child {
    margin-bottom: 0 !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-info {
    bottom: 0;
    left: 0;
    padding: 8px 8px;
}

@media (min-width: 430px) {
    #testing-about-page-stuff #meet-our-staff .staff-grid-item {
        width: 50%;
        max-width: 50%;
    }
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image:before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/staff-triangle-shape-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    display: block !important;
}

#testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-image.active:before {
    visibility: visible !important;
    opacity: 0.92 !important;
}

@media (min-width: 992px) {
    #testing-about-page-stuff #meet-our-staff .staff-grid-item .staff-member-info {
        bottom: 30px;
        left: 0;
        padding: 10px 17px 8px;
    }
    #testing-about-page-stuff #meet-our-staff .staff-grid-item {
        width: 33.33%;
        max-width: 33.33%;
    }
    #testing-about-page-stuff #meet-our-staff .staff-grid-item .about-titles .bio {
        bottom: 8px;
        left: 17px;
    }
}


/* ======== Meet the Owners ======= */

#testing-about-page-stuff #meet-the-owners .staff-member-image, #testing-about-page-stuff #meet-the-owners .about-titles {
    position: relative !important;
}

/* #testing-about-page-stuff #meet-the-owners .staff-member-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/dan-3.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.15s linear;
} */

/* #testing-about-page-stuff #meet-the-owners .staff-member-image:hover:after {
    opacity: 1;
} */

#testing-about-page-stuff #meet-the-owners .about-titles .bio {
    position: absolute;
    bottom: 0;
    opacity: 0;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #747788;
    transition: opacity 0.15s linear, color 0.15s linear;
    cursor: pointer;
}

#testing-about-page-stuff #meet-the-owners .about-titles .job-title {
    transition: opacity 0.15s linear;
    opacity: 1;
    cursor: pointer;
}


#testing-about-page-stuff #meet-the-owners .col-12:nth-child(1) .staff-member-description:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/owners-triangle-shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    display: block !important;
}

#testing-about-page-stuff #meet-the-owners .staff-member-description.active:before {
    visibility: visible !important;
    opacity: 0.92 !important;
}

#testing-about-page-stuff #meet-the-owners .staff-member-info:hover .bio {
    opacity: 1;
    color: var(--primary);
}

#testing-about-page-stuff #meet-the-owners .staff-member-info:hover .job-title {
    opacity: 0;
}


@media (min-width: 767px) {
    #testing-about-page-stuff #meet-the-owners .staff-member-description {
        width: calc(100vw - 60px);
        /* max-width: 860px; */
        max-width: 100%;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        z-index: 55555555;
    }

    #testing-about-page-stuff #meet-the-owners .col-12 {
        position: static !important;
    }
    
    #testing-about-page-stuff section.inset {
        overflow: visible !important;
    }
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(1) .staff-member-description:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 84px;
        /* transform: translateX(-50%); */
        background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/owners-triangle-shape.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 49px;
        height: 32px;
        visibility: hidden;
        opacity: 0;
        z-index: 5;
        transition: opacity 0.2s linear, visibility 0.2s linear;
        display: block !important;
        transform: none !important;
    }
    
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(2) .staff-member-description:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/owners-triangle-shape.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 49px;
        height: 32px;
        visibility: hidden;
        opacity: 0;
        z-index: 5;
        transition: opacity 0.2s linear, visibility 0.2s linear;
        display: block !important;
    }
    
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(3) .staff-member-description:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 84px;
        background: url('https://cdn.jewelryimages.net/static/domains/punchmark/images/store-pics/owners-triangle-shape.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 49px;
        height: 32px;
        visibility: hidden;
        opacity: 0;
        z-index: 5;
        transition: opacity 0.2s linear, visibility 0.2s linear;
        display: block !important;
        transform: none !important;
    }
}

@media (min-width: 992px) {
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(1) .staff-member-description:before {
        left: 126px;
    }
    
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(3) .staff-member-description:before {
        right: 124px;
    }
}

@media (min-width: 1200px) {
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(1) .staff-member-description:before {
        left: 154px;
    }
    
    #testing-about-page-stuff #meet-the-owners .col-12:nth-child(3) .staff-member-description:before {
        right: 154px;
    }
}