/*
Theme Name: GMLiftech
Theme URI: https://gmliftech.it
Description: Tema child personalizzato per Hello Elementor
Author: ACE Media
Author URI: https://ace-media.it
Template: hello-elementor
Version: 1.0.0
Text Domain: gmliftech
*/

/** Logo **/
.header-logo a img {
    width: 100px;
    height: auto;
}
.ace-logo .elementor-widget-container div a {
    left: -15px;
}

/** Media **/
@media only screen and (max-width: 480px) {
    .wa__btn_popup_txt {
        display: none !important;
    }
    .ace-logo .elementor-widget-container div a {
        top: -7px !important;
        left: -25px;
    }
}