/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


label[for="form-field-privacy"] {
    font-size: 80%!important;
    line-height:120%!important;
    display:inline-block!important;
    margin-left: 24px;
    margin-top: -40px;
    width: 100%;
    cursor:pointer;
    color: #fff!important;
}

label[for="form-field-privacy"] a {
    color: #fff!important;
text-decoration: underline;
}

label[for="form-field-marketing"] {
    font-size: 80%!important;
    line-height:120%!important;
    display:inline-block!important;
    margin-left: 24px;
    margin-top: -55px;
    width: 100%;
    cursor:pointer;
    color: #fff!important;
}

.elementor-field-type-acceptance .elementor-field-subgroup{
    margin-bottom: -16px;
}

.elementor-widget-theme-post-content hr, .elementor-widget-woocommerce-product-content hr {
    margin: 40px 0; 
  color: var(--e-global-color-primary);
}

.elementor-widget-theme-post-content ul, .elementor-widget-woocommerce-product-content ul {
    margin: 20px 0;
	padding-left: 20px;
}

.elementor-widget-theme-post-content ul li, .elementor-widget-woocommerce-product-content ul li{
margin-bottom: 10px;
}

.elementor-widget-theme-post-content ul li::marker, .elementor-widget-woocommerce-product-content ul li::marker {
  color: var(--e-global-color-primary);
}


.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item a {
    color: #fff;
}