/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/** Contact Form CSS **/
div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
    border: 1px solid #EF8354;
	border-radius: 5px;
    padding: 20px;
}

div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required:after {
/*     content: "We will never share your information.\A All communications are protected and confidential."; */
    content: "Secure and confidential consultation.";
/*     content: "100% confidential. Every conversation protected."; */
    white-space: pre-line;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
}

div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required label.elementor-field-label.elementor-screen-only {
	width: auto;
    height: auto;
    position: initial;
    overflow: initial;
    margin: initial;
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: 500;
    color: #ffffff;
}
