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

.elementor-field-group.elementor-field-required:not(.elementor-field-type-textarea):not(.elementor-field-type-acceptance) {
    position: relative;
}

.elementor-field-group.elementor-field-required:not(.elementor-field-type-textarea):not(.elementor-field-type-acceptance)::after {
    content: "*";
    color: red;
    position: absolute;
    left: 10px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    opacity: 0.7;
}

.elementor-field-group.elementor-field-required.elementor-field-type-textarea {
    position: relative;
}

.elementor-field-group.elementor-field-required.elementor-field-type-textarea::after {
    content: "*";
    color: red;
    position: absolute;
    left: 10px;
    top: 10%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    opacity: 0.7;
}

.elementor-field-group.elementor-field-type-acceptance.elementor-field-required {
    position: relative;
}

.elementor-field-group.elementor-field-type-acceptance.elementor-field-required::before {
    content: "*";
    color: red;
    position: absolute;
    left: -5px;
    top: 2px;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    opacity: 0.9;
}






@media (max-width: 1024px) {
#lo-tech-raster{
    order: -99;
}
}