/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* .testimonials .swiper-navigation-button .icon {
    display: none;
} */

.ekit-wid-con .ekit-header-info li {
    width: 100%;
}

.service_box .elementor-image-box-content {
    padding: 0 20px;
}

.other_services .swiper-button-next {
    right: -25px;
}

.other_services .swiper-button-prev {
    left: -25px;
}

.other_services .swiper-slide {
    height: auto;
}

.wpforms-container-full {
    max-width: 100%;
}

.wpforms-container-full .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.wpforms-container-full .row .full-width {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.wpforms-container-full .row .half-width {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.cf7-form select {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    color: #000000;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000030;
    border-radius: 30px 30px 30px 30px;
    padding: 18px;
}

.elementskit-menu-close {
    text-transform: lowercase;
    font-size: 20px !important;
}

body.search #content {
    padding-top: 150px;
}

input[type=file] {
    width: 100%;
}

.elementor-image-carousel-wrapper.swiper {
    /* fix bottom align */
    margin-bottom: -9px;
}

.page-content > .wp-block-heading {
    padding-top: 150px;
}

.team_box img {
    filter: grayscale(1);
}
.team_box:hover img {
    filter: grayscale(0);
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (max-width: 1024px) {
    .service_box .elementor-image-box-content {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .service_box .elementor-image-box-content {
        padding: 0 20px;
    }
    .other_services .swiper-button-next {
        right: -30px;
    }
    .other_services .swiper-button-prev {
        left: -30px;
    }
    .wpforms-container-full .row .half-width {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .dethemekit-img-gallery-filter ul.dethemekit-gallery-cats-container {
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .dethemekit-img-gallery-filter ul.dethemekit-gallery-cats-container li a.category {
        margin: 15px 0px 20px;
        padding: 5px 10px;
    }
    .dethemekit-img-gallery-filter ul.dethemekit-gallery-cats-container li a.category span {
        display: block;
        min-width: max-content;
    }
}