/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.elementor a.calendly-link {
	font-weight: 600;
    color: #FFFFFF;
    background-color: #336884;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #336884;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
}
.grecaptcha-badge { visibility: hidden; }

/* ============ MAILCHIMP =========== */

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 span {
    margin-left: 10px;
}

#mc_embed_signup input.button {
    background-color: #336884 !important; 
	font-weight:600;
}
#mc_embed_signup span.asterisk::before {
    content: '*';
}
#mc_embed_signup .asterisk, 
#mc_embed_signup .indicates-required,
#mc_embed_signup .mc-field-group label {
	color:#fff;
}
#mc_embed_signup img.refferal_badge {
	background:#fff;
	border-radius:8px;
}