/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.custom-sub-menu-horizontal ul.sub-menu[aria-hidden=true]{
  display:none!important;
}
.custom-sub-menu-horizontal ul.sub-menu[aria-hidden=false]{
  display:flex!important;
  position:fixed;
  width:100vw!important;
  max-width:none!important;
  align-items: stretch;
  justify-content: center!important;
  left:0!important;
  top:77px!important;
padding:10px 0;
}
.custom-sub-menu-horizontal .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{
  left:0!important;
}
@media (max-width:1075px){
  .custom-sub-menu-horizontal ul.sub-menu[aria-hidden=false]{
    top:89px!important;
  }
}
.custom-sub-menu-horizontal  ul.sub-menu li.menu-item{
  border-bottom:none!important;
  border-right:1px solid #FF5151;
}
.custom-sub-menu-horizontal  ul.sub-menu li.menu-item:last-of-type{
  border-bottom:none!important;
  border-right:none!important;
}

.custom-sub-menu-horizontal  ul.sub-menu li.menu-item a:hover{
  background-color:var(--e-global-color-3a75dce);
  color:var(--e-global-color-primary);
}

.search-override{
  width:50%;
  max-width:50%;
  margin-bottom:0!important;
}
.search-override i.fas.fa-search:before{
  content : url(./images/loupe.svg);
}

.btn-custom-borderless a{
  background-size:120%;
  background-position:-10px;
  border-color:transparent!important;
}
.btn-custom-borderless a:hover{
  background-color:var(--e-global-color-primary)!important;
  border-color:var(--e-global-color-3a75dce)!important;
}
