/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.footer-menu .elementor-nav-menu li a {
    position: relative;
}
.footer-menu .elementor-nav-menu li a:before {
    content: "";
    display: inline-flex;
    width: 5px;
    height: 5px;
    background: #0E1425 !important;
    margin-right: 10px !important;
    position: relative;
    border-radius: 50%;
    opacity: 1 !important;
}
form[name="Newsletter"] input#form-field-email {
    padding: 10px 40px 10px 30px;
}
form[name="Newsletter"] input#form-field-email::placeholder {
    font-size: 16px;
    font-family:"Lora", Sans-serif;
}
form[name="Newsletter"] .elementor-field-type-checkbox {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 0 !important;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 15px !important;
}
form[name="Newsletter"] .elementor-field-type-checkbox .elementor-field-subgroup {
    display: inline-flex;
    order: -1;
    flex-basis: unset !important;
    max-width: unset !important;
    width: auto !important;
}
form[name="Newsletter"] .elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option {
    display: flex;
    flex-basis: unset !important;
}

form[name="Newsletter"] .elementor-field-group.e-form__buttons {
    position: absolute;
    right: 20px;
    display: inline-flex;
    width: auto !important;
    top: 40%;
    transform: translate(0px, -50%);
}
form[name="Newsletter"] .elementor-field-group button {
    padding: 0;
    min-height: auto !important;
}