/* 
Theme Name: MetWA
Theme URI: https://github.com/elementor/hello-theme/
Description: MetWA is a child theme of Hello Elementor
Author: Socialbrothers team
Author URI: https://socialbrothers.nl/
Template: hello-elementor
Version: 1.0.1
Text Domain: metwa
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
*/

.hm-grd-col{
    height: 100%!important;
    position: relative;
}
.hm-grd-col-des .elementor-widget-wrap{
    max-width: 680px;
    width: 100%;
    position: relative;
}
.hm-grd-col-img .elementor-widget-container,
.hm-grd-col-img .elementor-widget-wrap,
.hm-grd-col-img .elementor-element,
.hm-grd-col-img .elementor-widget-container{
    height: 100%;
}
.hm-grd-col-img .hm-grd-col-fea-img img{
    display: none!important;
}
.hm-rgt-des-logo img{
    width: 100%!important;
    height: auto!important;
}
@media(max-width: 1024px){
    .hm-grd-col-des .elementor-widget-wrap{
        max-width: 100%;
    }
    .hm-grd-col-img .elementor-widget-container,
    .hm-grd-col-img .elementor-widget-wrap,
    .hm-grd-col-img .elementor-element,
    .hm-grd-col-img .elementor-widget-container{
        height: initial;
    }
    .hm-grd-col-img .hm-grd-col-fea-img img {
        display: block!important;
    }
    .hm-sec-cntlr.elementor-section.elementor-section-height-full{
        height: auto!important;
    }
    .hm-grd-col-img .elementor-widget-wrap.elementor-element-populated{
        align-content: initial!important;
    }
}


