/*
 Theme Name:   ITinc Child
 Theme URI:    https://themeforest.net/user/themesion
 Description:  ITinc - IT Solutions & Services Business WordPress Theme
 Author:       Themesion
 Author URI:   https://themeforest.net/user/themesion
 Template:     itinc
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, rtl-language-support, right-sidebar, one-column, two-columns, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, sticky-post, customizer-options, threaded-comments, translation-ready
 Text Domain:  itinc
*/

body.post-type-archive-client .site-content-wrap .container {
    max-width: 1800px;
    width: 95%;

}

body.post-type-archive-client .container .row {
    margin-right: 0;
    margin-left: 0;
}

.site-content-contain-archive {
    width: 100%;
}

.site-content-contain-archive .big-container {
    /*    width: 150%;
    margin-left: -25%;*/
    padding: 60px 0;
}

.list-clients {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.list-clients .single-client {
    width: 25%;
}

.list-clients .single-client .box {
    width: 94%;
    display: block;
    margin: 3% auto 3% auto;
    border-radius: 25px;
    height: 310px;
    background-color: #F5F5F5;
    box-shadow: 0px 10px 20px 0px rgb(93 88 85 / 25%);
    transition: background 0.3s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    position: relative;
}

.list-clients .single-client .box:hover {
    box-shadow: 0px 10px 20px 0px rgb(255 112 41 / 25%);
}

.list-clients .single-client .box .image {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}

.list-clients .single-client .box .arrow {
    background-image: url(images/big-arrow.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: center;
    width: 45px;
    height: 35px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

body.post-type-archive-client ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 0 0 0;
}

body.post-type-archive-client .page-numbers li {
    list-style: none;
    padding: 4px 6px;
}

body.post-type-archive-client .page-numbers span,
body.post-type-archive-client .page-numbers a {
    font-size: 24px;
    font-weight: 500;
}

body.post-type-archive-client ul.page-numbers a:hover,
body.post-type-archive-client ul.page-numbers span.page-numbers.current {
    color: #e87821 !important;
}

.top-filters {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.top-filters .single-filter {
    width: 33.33%;
    padding: 10px 20px;
}

.top-filters .single-filter .thsn-select {
    border-radius: 50px;
    background-color: transparent;
}

.top-filters .single-filter .SumoSelect {
    background-color: #f7f9fa;
    width: 100%;
    border-radius: 50px;
}

.top-filters .single-filter .SelectBox {
    background-color: #f7f9fa;
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 14px 20px;
    overflow: hidden;
}

.top-filters .single-filter .thsn-select:after {
    content: none;
}

.top-filters .single-filter .SumoSelect.open>.optWrapper {
    top: 50px;
}

.top-filters .single-filter .SumoSelect.open .search-txt {
    padding-left: 20px;
    padding-right: 20px;
}


.top-filters .single-filter .SumoSelect .select-all>label,
.top-filters .single-filter .SumoSelect>.CaptionCont,
.top-filters .single-filter .SumoSelect>.optWrapper>.options li.opt label {
    margin-bottom: 0;
}

.top-filters .single-filter .SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: normal;
    color: #666;
}

.site-content-contain-archive .big-container .loading {
    text-align: center;
    width: 100%;
    padding: 50px;
    display: none;
}

.site-content-contain-archive .big-container .loading.active {
    display: block;
}

.site-content-contain-archive .big-container .loading img {
    width: 70px;
    height: auto;
}

.site-content-contain-archive .big-container .nofound {
    text-align: center;
    width: 100%;
}

.site-content-contain-archive .big-container .nofound p {
    font-size: 24px;
    color: #000;
}

.site-content-contain-archive .big-container .nofound img {
    width: 85px;
    margin-bottom: 30px;
}

.elementor-post.elementor-grid-item .elementor-widget-heading,
.elementor-post.elementor-grid-item .elementor-widget-button {
    position: relative;
    z-index: 9;
}

body .elementor-section.elementor-top-section.thsn-bg-image-over-color.thsn-bgimage-yes:before, 
body .elementor-column.elementor-top-column.thsn-bgimage-yes.thsn-bg-image-over-color>.thsn-stretched-div:before, 
body .elementor-column.elementor-top-column.thsn-bg-image-over-color>.elementor-widget-wrap:before, 
body .elementor-column.elementor-top-column.thsn-bg-image-over-color>.elementor-column-wrap:before {
    content: none!important;
}

.elementor-post.elementor-grid-item  .elementor-widget-theme-post-featured-image a {
     z-index: 2;
     position: relative;
}

.thsn-col-stretched-right .thsn-col-stretched-right {
    padding-left: 30px;
}

.site-title img.thsn-main-logo {
    width: auto;
    height: auto;
}

.hero-widget2 > p { display: none; }

@media (max-width: 1450px) {


    .list-clients .single-client {
        width: 33.33%;
    }
}

@media (max-width: 1024px) {
   .thsn-col-stretched-right .thsn-col-stretched-right {
        padding-left: 0;
    } 
    
}

@media (max-width: 1020px) {
    .list-clients .single-client .box {
        height: 270px;
    }

    .list-clients .single-client .box .image {
        background-size: 250px;
    }

    .site-content-contain-archive .big-container {
        padding: 30px 0;
    }

    body.post-type-archive-client ul.page-numbers {
        padding: 40px 0 0 0;
    }

    body.post-type-archive-client .page-numbers span,
    body.post-type-archive-client .page-numbers a {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    body.post-type-archive-client .container {
        width: 100%;
    }

    .list-clients .single-client {
        width: 50%;
    }

    .list-clients .single-client .box {
        height: 240px;
    }

    .list-clients .single-client .box .image {
        background-size: contain;
    }

    .top-filters .single-filter {
        padding: 10px;
    }

    .site-content-contain-archive .big-container .nofound img {
        width: 65px;
        margin-bottom: 10px;
    }

    .site-content-contain-archive .big-container .nofound p {
        font-size: 21px;
    }
}

@media (max-width: 560px) {
    .list-clients .single-client .box {
        height: 220px;
    }

    .list-clients .single-client .box .arrow {
        background-size: 21px;
        right: 10px;
    }

    .list-clients .single-client .box {
        height: 200px;
    }

    .top-filters .single-filter {
        width: 100%;
        padding: 5px 0;
    }

    .top-filters {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 420px) {
    .list-clients .single-client {
        width: 100%;
    }

    .top-filters {
        padding: 30px 0 0 0;
    }

    .site-content-contain-archive .big-container {
        padding: 20px 0;
    }
}