
/*** 

====================================================================
    Client logo Section
====================================================================

***/
.handsy-boxes-view-default.handsy-boxes-client .handsy-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 20px;
}

.handsy-box-client {
    text-align: center;
}

.handsy-box-client .handsy-item-thumbnail {
    width: 100%;
    display: table;
}

.handsy-box-client .handsy-item-thumbnail-inner {
    margin-right: 13px;
    margin-left: 13px;
    padding: 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    display: inline-block;
}

.handsy-box-client.handsy-client-box-view-boxed-logo .handsy-item-thumbnail-inner {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
}

.handsy-box-client:not(.handsy-box-view-boxed-logo) .handsy-item-thumbnail-inner {
    padding: 8px 12px;
}
.handsy-box-client.handsy-box-view-boxed-logo {
    border: none;
    display: block;
}

.handsy-boxes-view-default .handsy-box-client {
    padding-bottom: 10px;
}
.ttm-col-bgcolor-darkgrey .handsy-box-client.handsy-box-view-boxed-logo,
.ttm-bgcolor-darkgrey .handsy-box-client.handsy-box-view-boxed-logo,
.ttm-col-bgcolor-skincolor .handsy-box-client.handsy-box-view-boxed-logo,
.ttm-bgcolor-skincolor .handsy-box-client.handsy-box-view-boxed-logo,
.ttm-col-bgcolor-grey .handsy-box-client.handsy-box-view-boxed-logo,
.ttm-bgcolor-grey .handsy-box-client.handsy-box-view-boxed-logo {
    background-color: var(--ttm-whitecolor);
}
.handsy-client-box-view-separator-logo {
    display: block;
}
.handsy-box-view-separator-logo .handsy-item-thumbnail {
    position: relative;
}
.handsy-box-view-separator-logo .handsy-item-thumbnail:after {
    border-right: 1px solid var(--ttm-bordercolor);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}
.handsy-boxes-client.handsy-boxes-col-five .ttm-box-col-wrapper:nth-child(5n+5) .handsy-item-thumbnail:after {
    border-right: none;
}
.handsy-boxes-client.handsy-boxes-col-three .ttm-box-col-wrapper:nth-child(3n+3) .handsy-item-thumbnail:after {
    border-right: none;
}
.handsy-boxes-client.handsy-boxes-view-carousel.ttm-boxes-carousel-arrows-side .handsy-boxes-row-wrapper.slick-slider {
    margin-top: -35px;
}
.handsy-box-client.handsy-box-view-simple-logo.handsy-client-box-view-simple-logo
.handsy-item-thumbnail-inner img {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.handsy-box-client.handsy-box-view-simple-logo.handsy-client-box-view-simple-logo:hover 
.handsy-item-thumbnail-inner img {    
    transition: all 0.3s ease-in-out;
	opacity: 1;
}