/**
* Theme Name: Hostiko Child
* Description: This is a child theme of Hostiko, generated by AKD Demo Importer.
* Author: Designing Media
* Template: hostiko
* Version: 93.8
*/

/* Remove bullet points from all lists */
body ul,
body ol,
.page-content ul,
.entry-content ul,
.widget ul,
.elementor ul,
.elementor-widget ul,
.elementor-widget-container ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

body ul li,
body ol li,
.page-content ul li,
.entry-content ul li,
.widget ul li,
.elementor ul li,
.elementor-widget ul li,
.elementor-widget-container ul li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

body ul li::before,
body ol li::before,
.page-content ul li::before,
.entry-content ul li::before,
.widget ul li::before,
.elementor ul li::before,
.elementor-widget ul li::before,
.elementor-widget-container ul li::before {
    display: none !important;
    content: none !important;
}

/* Remove Elementor icon list specific bullets */
.elementor-icon-list-items .elementor-icon-list-item::before,
.elementor-icon-list-items .elementor-icon-list-icon {
    display: none !important;
}