/* 
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{
    font-size: 10px!important;
}
@media all and (min-width: 768px) and (max-width: 1600px){
    body{
        font-size: 9px!important;
    }
}
@media all and (min-width: 1601px){
    body{
        font-size: 0.52vw!important;
    }
}
.elementor-location-header{
    position: relative;
}
.elementor-location-header > .elementor-element{
    position: absolute;
    top: 0;
    left: 0;
}
.elementor-location-header .elementor-widget-theme-site-logo{
    flex: 1;
}
.mobile-menu-open{
    cursor: pointer;
}
.elementor-widget-text-editor p:last-child, .elementor-widget-theme-post-excerpt p:last-child{
    margin-bottom: 0;
}
.text-center .elementor-counter-title{
    text-align: center;
}

.footer-newsletter::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.48deg, #161D28 1.31%, rgba(26, 35, 46, 0.8) 46.74%, #1E2833 98.73%);
}
.elementor-location-footer ul.menu{
    display: flex;
    flex-wrap: wrap;
    margin: -1.5em;
    padding: 0;
}
.elementor-location-footer ul.menu li{
    margin: 0;
    padding: 1.5em;
    list-style: none;
}
.elementor-location-footer ul.menu li a{
    font-family: "Mulish", Sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.25em;
    color: #fff;
}
.elementor-location-footer ul.menu li a:hover{
    color: var( --e-global-color-accent );
}
.elementor-location-footer ul.menu .sub-menu{
    display: none!important;
}

@media all and (max-width: 767px){
    .elementor-location-footer ul.menu{
        justify-content: center;
    }
    .elementor-location-footer ul.menu li{
        width: 50%;
        text-align: center;
    }
    .elementor-location-footer ul.menu li a{
        text-align: center;
    }
}