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

/* Adding my custom colors to the posts Gutenberg theme portion */
.has-black-color {color: #000000;}.has-black-background-color {background-color: #000000;}
.has-blue-color {color: #2D3690;}.has-blue-background-color {background-color: #2D3690;}
.has-purple-color {color: #92509C;}.has-purple-background-color {background-color: #92509C;}
.has-red-color {color: #E8242D;}.has-red-background-color {background-color: #E8242D;}
.has-orange-color {color: #EC592F;}.has-orange-background-color {background-color: #EC592F;}
.has-ltgrey-color {color: #F6F6FA;}.has-ltgrey-background-color {background-color: #F6F6FA;}

/* Gravity Forms Styling
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #dba64a;border: 1px solid #fff;
    color: #fff;
    line-height: 1;
    padding: 22px;
	border-radius:10px;
}

.gform_wrapper select, .gform_wrapper textarea, form input[type=email], form input[type=number], form input[type=tel], form input[type=text], form input[type=url], form select, form textarea {
    background: #ffffff;
    outline: none;
    width: 100%!important;
    height: 50px;
	border-radius:10px;
}

/*styling the footer form only*/

.signup-form input[type=submit]{border: 1px solid #fff!important;
    line-height: 1; font-weight:600;
    padding: 15px;
	border-radius:10px;
}
.signup-form .gfield_label {color: #fff;font-weight:500;}

