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

#menu-1-bcd8214 > li > a{
	text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
               0.5px 0.5px #fff, -0.5px -0.5px #fff, 0.5px -0.5px #fff, -0.5px 0.5px #fff;
}
.e--pointer-double-line .elementor-item:after, 
.e--pointer-double-line .elementor-item:before, 
.e--pointer-overline .elementor-item:after, 
.e--pointer-overline .elementor-item:before, 
.e--pointer-underline .elementor-item:after, 
.e--pointer-underline .elementor-item:before{
    background-color: #ffffff75; 	
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header{
    margin-bottom: 0;
}
.elementor-price-list-description{
    padding-right: 20%;
}

.home .e-con.elementor-element-d26334d >.e-con-inner{
    padding-top: 120px;
}
.site-header .site-navigation ul.menu li a{
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0.5px 0.5px #fff, -0.5px -0.5px #fff, 0.5px -0.5px #fff, -0.5px 0.5px #fff;
}
.elementor-price-list-price{
    text-wrap:nowrap;
}
	
	span.site-navigation-toggle-icon {
    	color: #FFF !important;
	}

@media screen and (max-width: 576px) {
    .site-header .header-inner {
        flex-wrap: nowrap;
        gap: 40px;
    }

}