/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1749016331
Updated: 2025-06-04 05:52:11

*/
.form-flex .form-flex-field  p {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0;
}
.form-block span {
    width: 100%;
}
.form-block br {
    display: none;
}
.form-flex .form-flex-field label {
    width: 25%;
}
.form-flex .form-flex-field {
    margin-bottom: 20px;
}
.form-flex .form-flex-field input, .form-flex .form-flex-field select {
    height: 45px;
    background: #BC8A7E4A;
    border-radius: 0;
    border: 0;
    outline: 0;
}
.form-inline {
    margin-top: 40px;
}
.form-inline p {
    margin: 0;
}
.form-inline .form-inline-feild {
    margin-bottom: 30px;
}
.form-inline .form-inline-feild label {
   font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.form-inline .form-inline-feild .form-inline-feild-flex p {
    display: flex;
    gap: 20px;
}
.form-inline .form-inline-feild input, .form-inline .form-inline-feild textarea {
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.form-inline .form-inline-feild textarea {
    height: 100px;
}
.form-btn p {
    margin: 0;
}
.form-btn .wpcf7-submit {
    height: 50px;
    background-color: #BC8A7E;
    font-family: "Overpass", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    padding: 13px 30px;
    color: #fff;
    border: 0;
	line-height: 30px;
}
.form-btn {
    text-align: center;
}