/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.7
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)
*/
.contact-form .elementor-field-group {
    border: 1px solid rgb(18 18 18 / 24%);
    padding: 9px 12px !important;
    border-radius: 5px;
}

.contact-form .elementor-field-group .elementor-field {
    padding-left: 0;
}

.contact-form .elementor-field-group .elementor-field:focus {
	box-shadow: unset !important;
	outline: 0;
}

.contact-form .elementor-field-type-acceptance {
    border: 0;
}

.contact-form .elementor-field-type-acceptance label {
    font-size: 14px;
}

.contact-form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-form .elementor-field-type-submit {
    padding: 0;
    border: 0;
}

#SiteHeader .header-menu .menu-item:after {
    border-radius: 30px;
}

#SiteHeader .elementor-widget-theme-site-logo img {
    filter: brightness(0) invert(1);
}
.page-id-14 #SiteHeader {
    background-color: transparent;
    position: absolute;
    z-index: 1;
}
