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





/***** added by bhavin ******/

/* Contact Form 7 Custom Grid Layout */
.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.cf7-col {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.cf7-col label, .cf7-full label{color:#fff}

.cf7-full {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cf7-input, .cf7-textarea {
    border: none;
    background: #fff;
    border-radius: 0 !important;
    font-size: 16px;
    margin-top: 5px;
    min-height: 59px;
    padding: 7px 20px !important;
}

.cf7-textarea {
  height: 150px;
}

.cf7-submit {
  width: 100%;
  margin-top: 10px;
}

.cf7-submit input[type="submit"] {
    background: #B3FF66;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #2D3630;
    cursor: pointer;
    transition: 0.3s;
    min-height: 47px;
    padding: 25px 55px 25px 55px;
}
.cf7-submit input[type="submit"]:hover {
  background: #3D9C4D;
}
