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

.shortcode-sub-categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.shortcode-sub-categories ul li {
    display: flex;
    margin: 0;
    padding: 0;
}
.shortcode-sub-categories ul li:not(:last-child):after {
    content: '';
    height: 35%;
    border-left: 2px solid #c0c0c0;
    align-self: center;
}
.shortcode-sub-categories ul li a {
    padding: 12px 15px;
    line-height: 1px;
}
.elementor-widget-container .shortcode-sub-categories {
    margin-left: -15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

/* hide broken image icon */
.elementor-widget-container img {
    position: relative;
}
.elementor-widget-container img::before,
.elementor-post_thumbnail img::before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eee;
}