/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



/* header menu */
.head--menu .elementor-element-1c52c92e {
    left: -42px;
}

.head--menu .elementor-element-fab9326 {
    left: -45px;
}

.head--menu .elementskit-dropdown.elementskit-submenu-panel {
    min-width: 225px !important;
}


/* welcome form */ 

.welcome_form  input[type="text"],
.welcome_form  input[type="email"],
.welcome_form  input[type="tel"],
.welcome_form  textarea {
	border-radius: 8px;
    border: 1px solid #E9EBED;
    margin-top: 5px;
    font-weight: 500;
    color: #0A0C0F;
    font-size: 14px;
	
	
}

.welcome_form input[type="text"]::placeholder,
.welcome_form input[type="email"]::placeholder,
.welcome_form input[type="tel"]::placeholder,
.welcome_form textarea::placeholder {
    color: #cacccd;
}
 .new_welcome_form{
    max-height:312px;
    height:100%;
    max-width:480px;
  width: 100% !important;
    margin: auto;
    overflow-y: scroll;
	padding:10px;
} 
.welcome_form input[type="text"]:focus,
.welcome_form input[type="email"]:focus,
.welcome_form input[type="tel"]:focus,
.welcome_form textarea:focus {
    outline: none;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}

.welcome_form input#gform_submit_button_5 {
    background: #000000;
    color: #d3be8f;
    border-radius: 30px;
    height: 40px;
    padding: 0 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
}

.welcome_form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #000;
}


.welcome_form input#gform_submit_button_4 {
    background: #d3be8f !important;
    color: #ffffff !important;
    border-radius: 30px;
    height: 40px;
    padding: 0 30px;
    cursor: pointer;
    outline: 0;
    border: none;
	font-weight: 400;
}
