/* 
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 */


li.custom-button-header {
    font-family:var( --e-global-typography-accent-font-family ), Sans-serif;
  font-size:var( --e-global-typography-accent-font-size );
  font-weight:var( --e-global-typography-accent-font-weight );
  text-transform:var( --e-global-typography-accent-text-transform );
  background-color:var( --e-global-color-accent );
    margin: 0px 10px;
    border-radius: 1px;
  font-size: 15px;
  padding: 2px 2px 0 0;
  text-align: center;
  transition: all .3s;
}

li.custom-button-header a {
    color: #fff !important;
}

li.custom-button-header.current_page_item a {
    background-color:var( --e-global-color-accent ) !important;
}


.cpel-switcher__flag img {
    width: 130% !important;
    max-width: 130% !important;
    height: 130% !important;    
}


li.lang-item a.elementor-sub-item {
    margin-left: -12px;
    background: #fff;
}



@media (max-width: 768px) {
    
    .xtrilogo img {
        padding-bottom: 40px;
    }

}


 @media (max-width: 1024px) {
     
     li.custom-button-header {
         background-color:var( --e-global-color-accent ) !important;
         width: 180px;
         margin: auto;
         margin-top: 10px;
     }
     
     li.lang-item a.elementor-sub-item {
         margin-left: -35px !important;
     }
 }


.pll-parent-menu-item .sub-menu .current-lang {
    display:none;
}


@media (orientation: landscape) and (max-height: 955px) {
  
  .elementor-element-6691f72b {
    margin-top: 50px;
  }
}




