/* 
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
*/

dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

.wpcf7-form input[type="text"], input[type="email"], textarea {
    width: 100%!important;
    
}

input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}

.wpcf7 label {
    color: rgb(122,122,122);
    font-weight: 600;
    width: 100%
}

.wpcf7 label {
    color: rgb(122,122,122);
    font-weight: 600;
}
.wpcf7 p {
    margin-bottom: 20px;
}
.wpcf7  .elementor-form-fields-wrapper {
margin-bottom:20px;
}
.wpcf7 button, input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
    margin-top: 10px;
    margin-bottom: 2px;
    background-color: #FBFBFB;
    border-color: #D1D1D1 !important;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px !important;
}

.wpcf7 .elementor-field-type-select.elementor-field-group.elementor-column.elementor-col-50 {
    margin-right: 2%;
    width: 48%;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: #72b52f;
    color: #fff;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 10px 0;
}
.wpcf7 label span {
    color: red;
}