.carousel {
    padding: 0 0 5px;
    margin-top: 8rem !important;
    margin-bottom: 6rem !important;
    
}

.clienti_slides {
    max-width: 100rem;
    margin: auto;
}
.clienti .clienti_slides {

        img {
            height: auto;
            width: 100%;
            /*padding: 2vh;*/
        }
    }
.is-admin:before {
            display: block;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 40px;
            position: absolute;
            z-index: 1;
        }
div.carousel.alignfull {
    margin: 0;
}
.clienti .slick-initialized .slick-slide {
    width: 100%;
    max-width: 110px !important;
    height: 110px;
    position: relative;
    outline: none !important;
    margin: 0 1.5rem;
    min-height: unset !important;
}
.clienti .slick-dots {
    bottom: 10px;
}
.clienti .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.clienti .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.clienti .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -3px;
    left: -3px;
    border: 1px solid #fff;
    content: '';
    background: transparent;
    border-radius: 100%;
    text-align: center;
    opacity: 1 !important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clienti .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    width: 10px;
    height: 10px;
    top: -3px;
    left: -3px;
    border: 1px solid #fff;
    background: #939393;
    border-radius: 100%;
}
.clienti .slick-prev:hover:before, .clienti .slick-next:hover:before {
    opacity: 1;
    /* filter: invert(0%) sepia(91%) saturate(7463%) hue-rotate(289deg) brightness(121%) contrast(101%); */
    filter: contrast(10%);
}
.clienti .slick-prev:hover, .clienti .slick-next:hover {
    cursor: pointer;
}
.clienti .slick-slide img {
    object-fit: contain;
    object-position: center;
    max-width: 110px !important;
    width: 100%;
    height: 100%;
}
.clienti-slide .header_tit {
    color: #333;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 2rem;
    font-weight: 400;
}
.clienti .slick-prev {
    left: -65px;
}
.clienti .slick-next {
    right: -65px;
}
.clienti .slick-prev, .clienti .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 0;
    background-color: transparent !important;
}
.clienti .slick-prev:before {
    content: '' !important;
    width: 30px;
    height: 20px;
    background-image: url(/wp-content/uploads/2022/08/arrow_sx.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
}
.clienti .slick-next:before {
    content: '' !important;
    width: 30px;
    height: 20px;
    background-image: url(/wp-content/uploads/2022/08/arrow_dx.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
}
.clienti .slick-dots li:only-child {
    display: none;
}
    /*.slick-slide img {
    width: 100vw;
    }*/



/* clienti SINGLE */
.clienti_single {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 15px;
}
.clienti_element {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clienti_single img {
    width: 110px;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.clienti_element:hover img {
    filter: grayscale(10);
}

@media screen and (max-width:  767px) {
    .clienti_single {
    grid-template-columns: repeat(2, 1fr);
}
}

