/* 
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
*/
ul, ol {
	margin-bottom: 20px;
}

.elementor-widget-container ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.elementor-widget-container ul.menu li {
    border-bottom: 4px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.elementor-widget-container ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
}

.elementor-widget-container ul.sub-menu li {
    border-bottom: none;
    background: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.elementor-widget-container ul.menu li.current_page_parent ul.sub-menu,
.elementor-widget-container ul.menu li.current-menu-item ul.sub-menu {
	display: block;
}

body .elementor-161 .elementor-element.elementor-element-27f8596c .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
    margin-bottom: 0;
}

.elementor-161 .elementor-nav-menu--main .elementor-nav-menu a,
.elementor-161 .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-161 .elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-161 .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 0;
}

a {
    color: #0495c6;
}