/* 
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
{
	padding-left: 20px;
}

ul li
{
	margin-bottom: 18px;
}

.listTools li 
{
	font-family: 'Kosugi','Roboto';
	font-size: 16px;
	margin-bottom: 16px!important;
}


.h1-line-after div .elementor-heading-title, .h1-line-before div .elementor-heading-title
{
    display: flex;
    align-items: center;
    justify-content: start;
}

.h1-line-before div .elementor-heading-title{
	justify-content: end!important;
}

.h1-line-after div .elementor-heading-title::after{
	content: "";
    display: block;
    position: relative;
    width: 450px;
    height: 2px;
    margin-left: 20px;
    background-color: #392D54;
}

.h1-line-before div .elementor-heading-title::before{
	content: "";
    display: block;
    position: relative;
    width: 450px;
    height: 2px;
    margin-right: 20px;
    background-color: #392D54;
}

#elementor-popup-modal-374 .showp
{
    transform: translateX(0vw);
    background-color: RED;
}


