
/*** 

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

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

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

.wellra-box-client .wellra-item-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: var(--border-radius-box);
    min-height: 94px;
    align-items: center;
}

.wellra-box-client .wellra-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;
}

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

.wellra-boxes-view-default .wellra-box-client {
    padding-bottom: 10px;
}

.ttm-col-bgcolor-darkgrey .wellra-box-client.wellra-box-view-boxed-logo,
.ttm-bgcolor-darkgrey .wellra-box-client.wellra-box-view-boxed-logo,
.ttm-col-bgcolor-skincolor .wellra-box-client.wellra-box-view-boxed-logo,
.ttm-bgcolor-skincolor .wellra-box-client.wellra-box-view-boxed-logo,
.ttm-col-bgcolor-grey .wellra-box-client.wellra-box-view-boxed-logo,
.ttm-bgcolor-grey .wellra-box-client.wellra-box-view-boxed-logo {
    background-color: var(--ttm-whitecolor);
}

.wellra-client-box-view-separator-logo {
    display: block;
}

.wellra-box-view-separator-logo .wellra-item-thumbnail {
    position: relative;
}

.wellra-box-view-separator-logo .wellra-item-thumbnail:after {
    border-right: 1px solid var(--ttm-bordercolor);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}

.wellra-boxes-client.wellra-boxes-col-five .ttm-box-col-wrapper:nth-child(5n+5) .wellra-item-thumbnail:after {
    border-right: none;
}

.wellra-boxes-client.wellra-boxes-col-three .ttm-box-col-wrapper:nth-child(3n+3) .wellra-item-thumbnail:after {
    border-right: none;
}

.wellra-boxes-client.wellra-boxes-view-carousel.ttm-boxes-carousel-arrows-side .wellra-boxes-row-wrapper.slick-slider {
    margin-top: -35px;
}

.wellra-box-client.wellra-box-view-simple-logo.wellra-client-box-view-simple-logo
.wellra-item-thumbnail-inner img {
    opacity: 1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.wellra-box-client.wellra-box-view-simple-logo.wellra-client-box-view-simple-logo:hover 
.wellra-item-thumbnail-inner img {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}



/* client box view */
.wellra-element-clientbox-boxed-logo .wellra-box-view-simple-logo .wellra-item-thumbnail{
    padding: 20px 30px;
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-box);
    border-radius: 10px;
    border: 1px solid var(--ttm-bordercolor);
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttm-bgcolor-grey .wellra-element-clientbox-boxed-logo .wellra-box-view-simple-logo .wellra-item-thumbnail{
    background-color: var(--ttm-whitecolor);
}

.wellra-element-clientbox-boxed-logo .wellra-box-view-simple-logo .wellra-item-thumbnail-inner {
    margin: 0;
    padding: 0;
}

.wellra-element-clientbox-boxed-logo .wellra-boxes-row-wrapper.row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wellra-boxes-client .wellra-boxes-view-default .wellra-boxes-row-wrapper.row .ttm-box-col-wrapper{
    max-width: 238px;
}



/* client box view style one */
 

.wellra-element-clientbox-boxed-logo-styleone .wellra-boxes-row-wrapper.row {
    justify-content: start;
    
}

.wellra-element-clientbox-boxed-logo-styleone  .wellra-item-thumbnail{
    border: none;
}

.wellra-element-clientbox-boxed-logo-styleone .ttm-box-col-wrapper:nth-child(odd)  .wellra-item-thumbnail  {
    background-color: var(--ttm-greycolor);
}
.wellra-element-clientbox-boxed-logo-styleone .ttm-box-col-wrapper:nth-child(even)  .wellra-item-thumbnail  {
    background-color: var(--ttm-whitecolor);
}
.wellra-element-clientbox-boxed-logo-styleone.wellra-boxes-view-default .wellra-boxes-row-wrapper.row .ttm-box-col-wrapper{
    max-width: 100% !important;
}
.wellra-element-clientbox-boxed-logo-styleone.wellra-boxes-view-default .ttm-box-col-wrapper{
    margin-bottom: 5px !important;
}
.wellra-element-clientbox-boxed-logo-styleone.wellra-boxes-view-default .ttm-box-col-wrapper .wellra-item-thumbnail-inner{
    padding: 40px 45px;
}

.wellra-element-clientbox-boxed-logo-styleone.wellra-boxes-view-default .ttm-box-col-wrapper .wellra-item-thumbnail{
    border-radius: var(--border-radius-box);
    border-radius: 10px;
}

@media(max-width:767px){
    .wellra-element-clientbox-boxed-logo-styleone .wellra-boxes-row-wrapper.row {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .wellra-element-clientbox-boxed-logo-styleone.wellra-boxes-view-default .wellra-boxes-row-wrapper.row .ttm-box-col-wrapper {
        max-width: 238px !important;
    }
}


/* simple view */

.wellra-element-clientbox-simple-logo  .wellra-box-view-simple-logo .wellra-item-thumbnail{
    padding: 15px;
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-box);
    border-radius: 10px;
    border: 1px solid var(--ttm-bordercolor);
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wellra-element-clientbox-simple-logo.ttm-bgcolor-grey .wellra-box-view-simple-logo .wellra-item-thumbnail{
    background-color: var(--ttm-whitecolor);
}

.wellra-element-clientbox-simple-logo .wellra-box-view-simple-logo .wellra-item-thumbnail-inner {
    margin: 0;
    padding: 0;
}

.wellra-element-clientbox-simple-logo .wellra-boxes-row-wrapper.row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
 
.wellra-element-clientbox-simple-logo .wellra-box-view-simple-logo .wellra-item-thumbnail ,
.wellra-element-clientbox-simple-logo.ttm-bgcolor-grey  .wellra-box-view-simple-logo .wellra-item-thumbnail {
    border: none;
    background-color: transparent;
}


/* wellra-element-clientbox-separator-logo */

.wellra-element-clientbox-separator-logo .ttm-box-col-wrapper{
    border-right: 1px solid var(--ttm-bordercolor);
}

.wellra-element-clientbox-separator-logo .ttm-box-col-wrapper:last-child{
    border-right: none;
}