/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body:not(.home) .contact-btn .elementor-button{
     background-color: #fff !important;
}
.elementor-button {
    cursor: pointer !important;
}
li{
    margin-bottom: 10px !important;
}
.image-height-full .elementor-widget.elementor-widget-image {
    height: 100% !important;
}
@media (max-width: 1024px) {
  .menu {
    display: none !important;
    position: fixed !important;
    z-index: 9999 !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff !important;
  }
  .menu.active{
    display: flex !important; 
  }
}