/* 
Theme Name: Hello Elementor Child Theme
Theme URI: https://www.enilon.com/
Description: The Hello Elementor Child Theme theme is built as a customized child theme of Hello Elementor. As such, Hello Elementor is required in the wp-content/themes directory.
Author: Enilon - Harlan Bowling
Author URI: https://enilon.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

/* Box only legacy/non-Elementor pages */
.not-built-with-elementor [data-widget_type="theme-post-content.default"] {
    max-width: 1100px !important;
    margin: 0 auto;
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .not-built-with-elementor [data-widget_type="theme-post-content.default"] {
        max-width: 100% !important;
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .not-built-with-elementor [data-widget_type="theme-post-content.default"] {
        padding: 30px;
    }
}

.gladlyHC-faqHeading {
    margin:20px 0 40px;
}

.gladlyHC-faqSection {
    margin-bottom: 40px;
}

.gladlyHC-faq input {
    padding:12px;
    font-size:14px;
    border:1px solid #acacac;
}

.woocommerce-Tabs-panel ol, .woocommerce-Tabs-panel ul, .elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 30px;
}