.cc-clients-filter-wrapper {
    margin-bottom: 20px;
}

.cc-clients-ajax-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 10px 20px;
    grid-auto-flow: row;
    width: 100%;
    height: 100%;
}

.cc-clients-itemWrapper {
    display: inline-block;
}
.cc-clients-itemWrapper > a {
    display: block;
    width: 100%;
    height: 100%;
}
.cc-clients-itemWrapper > a > div,
.cc-clients-itemWrapper > div {
    width: 100%;
    height: 113px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.cc-clients-filter-wrapper a{

    color:white!important;

}

.cc-clients-filter-wrapper > a:hover span{
    color:white;
}
.cc-clients-filter-wrapper > a.nectar-button.see-through:hover{
   background-color: #6f8fb8!important;
}

.cc-clients-filter-wrapper a.active{


}

.innpact-filter-btn span{

    color: #6f8fb8;
}
.innpact-filter-btn{

    transition: 0.3s;
    -webkit-transition: 0.3s;

    width: auto;
    /*display:inline-block;*/
    display:inline-flex;
    align-items: center;

    margin-right:0.5rem;
    /* width: 90%;*/
    /*background: #C4C4C4;*/
    background-color:white;
    border-radius: 50px;
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
   /* line-height: 170%;*/
    /* identical to box height, or 24px */
    letter-spacing: 0.01em;
    /*color: #FFFFFF;*/

    border: 1px solid #6f8fb8;
    height: 45px;
    padding-left: 1rem;
    padding-right:1rem;
    /*padding-top: 9px;*/
    cursor: pointer;
    margin-bottom: 10px;

}

.innpact-filter-btn.active {
    background-color:#6f8fb8;
    border: 1px solid transparent;

}

.innpact-filter-btn.active span{
    color:#FFFFFF;
}

.innpact-filter-btn:hover {
    background-color: #6f8fb8;

}
.innpact-filter-btn:hover span{
    color:#FFFFFF;

}

@media only screen and (max-width: 750px) {
}
@media only screen and (min-width: 750px) and (max-width: 1000px) {
}
@media only screen and (min-width: 1001px) and (max-width: 1099px) {
}
@media only screen and (min-width: 1100px) {
}
