/* 
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
*/
.bx_shdw .elementor-widget-text-editor {
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(255 154 49 / 52%) 5px 5px, rgb(255 154 49 / 27%) 10px 10px, rgb(255 154 49 / 14%) 15px 15px, rgb(255 160 67 / 11%) 20px 20px, rgb(255 169 84 / 5%) 25px 25px;
}
.moretag {
    text-decoration: none !important;
    background: #ff9a31;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.moretag:hover {
    color: #fff;
}
section#comments {
    display: none;
}
.post {
    padding: 40px 0;
}
.blog h2 a {
    color: #000;
}
.blog .post {
    padding: 10px 0;
}
ul.lists li {
    margin: 0 0 .4em;
    position: relative;
    padding-left: 32px !important;
    list-style: none;
}
ul.lists li:before {
    position: absolute;
    content: "\f0ec";
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #ff9a31 !important;
    font-size: 16px;
    font-weight: 500;
}
ul.lists {
    padding: 0;
}