/* 
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 */


.form-cstm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, 
.form-cstm input.wpcf7-form-control.wpcf7-text, .form-cstm textarea.wpcf7-form-control.wpcf7-textarea  {
    border-top: none;
    border-right: none;
    border-left: none;
	background-color: #ffffff00;
}


.form-cstm textarea.wpcf7-form-control.wpcf7-textarea  {
height:90px;
}



.form-cstm [type=button], 
.form-cstm  [type=submit], 
.form-cstm  button {
	display:block;
	margin:0 auto;
	width:40%;
	text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    background-color: #00B3BA;
    border-radius: 25px;
	border-color: #00B3BA;

}

.form-cstm input[type=text]:focus {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

