/* 
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
*/
.grecaptcha-badge { visibility: hidden; }



b, strong {
    font-weight: 900;
	color: #475467;
}


/** Contact Us Page ***/
.page-id-464 #contact-us-button {
	display: none;
}


/** Contact Form 7 ***/
.custom-row {
display: flex;	
} 

.wpcf7-form-control-wrap input {
		margin-top: 10px;
}
.wpcf7 form  label {
	color: #fff;
	margin-bottom: 10px;
}

.col-md-6 {
    width: 49%;
	    margin-right: 10px;
}

.col-md-6 label,
.col-md-12 label,
.col-md-12 {
	  width: 100%;
	    margin-right: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
font-weight: 700;
	width: 100%;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 3px 3px 3px 3px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background:#fff;
	color:#363636;
}
.wpcf7 form .wpcf7-response-output {
	background:#fff;
}

@media screen and (max-width: 767px) {
	.col-md-6 {
    width: 100%;
	    margin-right: 0px;
}

.col-md-6 label,
.col-md-12 label,
.col-md-12 {
	  width: 100%;
	    margin-right: 0px;
}
}
