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

.single-post ol, .single-post ul,
.elementor-element .elementor-widget-text-editor ul,
.elementor-element .elementor-widget-text-editor ol,
.single .elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-tab-content ul,
.elementor-tab-content ol {
	margin: 0 0 20px;
}

.single-post ol li, .single-post ul li,
.elementor-element .elementor-widget-text-editor ul li,
.elementor-element .elementor-widget-text-editor ol li,
.single .elementor-widget-theme-post-content ul li,
.elementor-widget-theme-post-content ul li,
.elementor-widget-theme-post-content ol li,
.elementor-tab-content ul li,
.elementor-tab-content ol li  {
	margin: 10px 0 0;
}

.elementor-element .elementor-widget-text-editor hr {
    margin: 20px 0;
    border-width: 1px 0 0;
    border-color: #ebebeb;
    border-color: rgba(0, 0, 0, .1);
}