/**
 * 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.
 */
p{margin-bottom:0 !important;}
.theme-color{
	color: #FF860D;
}
.custom-form .elementor-form-fields-wrapper {
    position: relative;
}
.custom-form .elementor-field-group {
    margin-bottom: 0 !important;
}
.custom-form .elementor-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 36px #0000000F;
    border-radius: 40px;
    height: 75px;
    padding-left: 40px;
    padding-right: 200px;
}
.custom-form .elementor-form-fields-wrapper .e-form__buttons {
    position: absolute;
    right: 10px;
    width: auto;
    margin-bottom: 0 !important;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.custom-form .e-form__buttons .elementor-button{
    min-width: 170px;
    height: 55px;
}
@media(max-width:1366px){
	.custom-form .elementor-field {
    border-radius: 30px;
    height: 65px;
    padding-left: 30px;
    padding-right: 150px;
}
.custom-form .e-form__buttons .elementor-button{
    min-width: 150px;
    height: 50px;
}
}
@media(max-width:1024px){
	.custom-form .elementor-field {
    border-radius: 24px;
    height: 55px;
    padding-left: 20px;
    padding-right: 140px;
}
.custom-form .e-form__buttons .elementor-button{
    min-width: 120px;
    height: 45px;
}
}
@media(max-width:450px){

.custom-form .elementor-field-group {
    margin-bottom: 10px !important;
}
.custom-form .elementor-field {
    padding-left: 20px;
    padding-right: 20px;
	 border-radius: 20px;
}
.custom-form .elementor-form-fields-wrapper .e-form__buttons {
    position: relative;
    right: 0;
    width: 100%;
}
}