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

/*HEADER CSS*/
html, body{
overflow-x: hidden;
}
.elementor-editor-active #main-header { /*This code is used to avoid margin bottom negative on navigation bars*/
    position: unset;
}
#main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.admin-bar #main-header {
	top: 30px;
}

/*HOMEPAGE V2*/

.custom-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9 !important;
  border-radius: 6px;
  overflow: hidden;
}
.custom-accordion .elementor-accordion-item .elementor-active {
  background-color: #252E5E;
}