/* 
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.0
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 */

body p {
    margin: 0;
}

.header-wrapper .elementor-menu-toggle {
    padding: 0;
    font-size: 30px;
    background-color: transparent;
}


.heading-top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.heading-top h2,
.heading-top h3 {
    color: #2B2B2A;
    font-family: "Source Sans 3";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.heading-top:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DFE0D6;
}

.elementor-widget-counter .elementor-counter {
    gap: 5px;
}

.home-posts .elementor-loop-container {
    gap: 24px;
}

.how-we-work .elementor-icon-wrapper {
    display: flex;
}

.blend-mode img {
    mix-blend-mode: darken;
}

@media (min-width: 1024px) {
    .holding-height {
        height: 100vh;
    }
}


@media (992px <= width <= 1024) {
    .brands-grid-gallery .e-gallery-item:first-child,
    .brands-grid-gallery .e-gallery-item:nth-child(3) {
        height: 425px;
    }
}

@media (1025px <= width <= 1199px) {
    .brands-grid-gallery .e-gallery-item:first-child,
    .brands-grid-gallery .e-gallery-item:nth-child(3) {
        height: 500px;
    }
}

@media (767px <= width <= 1023px) {
    .elementor-widget-image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-wrapper {
        position: relative;
        background: #2B2B2A !important;
    }

    .elementor-heading-title br {
        display: none;
    }

    #footer-company-col {
        grid-row: 1/3;
    }
    #footer-resource-col {
        grid-row: 1/2;
    }

    .mobile-bold,
    .mobile-bold .elementor-heading-title {
        font-weight: 600 !important;
    }

    .brands-gallery .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 -16px -16px 0 !important;
    }

    .brands-gallery .gallery .gallery-item {
        padding: 0 16px 16px 0 !important;
    }

    .elementor-widget-taxonomy-filter .e-filter {
        justify-content: flex-start !important;
    }
}