:root {
    --spinner-color: #61A754 !important;
}

/********/
/* GRID */
/********/
.cc-team-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
}

.team-divider {

    position: relative;
    margin-top: 90px;
    margin-bottom: 180px;


}

.team-divider .fullwidth-line {
    position: absolute;
    height: 1px;
    width: calc(100% + 100vw);
    left: -100%;
    background-color: #d685a5;

}


/*************/
/* ITEM GRID */
/*************/
.cc-team-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 2rem 1rem;
}

.cc-team_managment-ajax-wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
}

.cc-team-wrapper {
    margin-top: 40px;
}

.cc-team-itemWrapper {
    text-align: center;
}

.cc-team-itemWrapper > .content h3 {

    font-size: 18px;
}

.cc-team-itemWrapper > .content h4 {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.cc-team-itemWrapper > .content .field-divider {
    width: 20%;
    margin: 20px auto;
    height: 1px;
    background: #d685a5;

}

.cc-team-itemWrapper > .content > img {
    width: 150px;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);

    /*padding: 10px;
    border: 1px solid transparent;
     */
}

.cc-team-itemWrapper > .content > p {
    line-height: 20px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 550px) {
    .cc-team-popup > .firstRow > div {
        left: 0;
        width: 100%;
    }

    .cc-team-wrapper {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 551px) and (max-width: 750px) {
    .cc-team-popup > .firstRow > div {
        display: block;
    }

    .cc-team-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}


