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


/* GRAVITY FORM CUSTOM STYLE */
.contact-form .gform_fields {
    grid-column-gap: 1.5% !important;
    grid-row-gap: 10px !important;
}
.contact-form .gform_body input {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #272727;
    line-height: 1.5 !important;
    padding: 6px 18px 7px !important;
    font-size: 18px !important;
    border-radius: 0;
}
.contact-form .gform_body textarea {
	height: 8em !important;
	background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #272727;
    line-height: 1.5 !important;
    padding: 6px 18px 7px !important;
    font-size: 18px !important;
    border-radius: 0;
}
.contact-form .gform_body textarea::placeholder,
.contact-form .gform_body input::placeholder {
	color: #272727;
}
.contact-form .gform_footer {
    margin: 0 !important;
    padding: 3px 0 !important;
}
.contact-form .gform_footer input {
    font-size: 16.875px;
    line-height: 1.2em;
    padding: 1.2125em 3.3em;
    font-weight: 700;
}