/* 
Theme Name: Leeab
Theme URI: https://leeab.se
Description: Custom theme for Leeab
Author: Alltid
Author URI: https://alltid.net
Template: hello-elementor
Version: 1.0.1
Text Domain: leeab
License: Private use by Leeab
*/




#leeab-main-nav .elementor-nav-menu--dropdown a
{
    width: 100%;
}

#header-logo-bg
{
    position: absolute;
    top: -50px;
    bottom: auto;
    height: 140px;
    left: 30px;
    right: 30px;
    width: 90%;
    max-width: 370px;
}

@media screen and (max-width: 1390px) {
  #header-phone {
    display: none;
  }
  
  #header-nav-container
  {
      width: 75%;
  }
}

@media screen and (max-width: 1024px) {
    
    #header-nav-container
      {
          width: 100%;
      }

}
@media screen and (max-width: 767px) {
    
    #header-logo-bg
    {
        height: 100px;
        top: 0px;
    }
    
   
}