/*
Theme Name: Hello Biz Child
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.2.0.1758396659
Updated: 2025-09-20 19:30:59

*/
#form_newsletter-signup .frm_fields_container {
    display: flex;
    flex-direction: row;
    width: 100%;
	gap: 0px;
	background-color: #fff;
    border-radius: 99px;
}
#form_newsletter-signup .frm_fields_container .frm_three_fourths {
    margin-bottom: 0px;
    width: 100%;
}
#form_newsletter-signup .frm_fields_container .form-field,
#form_newsletter-signup .frm_fields_container .form-field .frm_button_submit {
    margin: 0px;
}
#form_newsletter-signup .frm_fields_container .form-field .frm_button_submit {
    box-shadow: none;
    min-height: 40px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    padding: 8px 20px;
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
#form_newsletter-signup .frm_fields_container .form-field .frm_button_submit:hover,
#form_newsletter-signup .frm_fields_container .form-field .frm_button_submit:focus {
    background-color: var(--e-global-color-a4bd35e);
    border-color: var(--e-global-color-a4bd35e);
	outline: none;
	box-shadow: none;
}
#form_newsletter-signup .frm_fields_container .form-field input[type=email] {
    border: none;
    box-shadow: none;
	font-family: inherit;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px 0px 0px 50px;
	min-height: 40px;
}
#form_newsletter-signup .frm_fields_container .form-field input[type=email]:focus {
	outline: none;
}
