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


/* media queries */

input[type=text], 
input[type=url], 
input[type=email],
input[type=tel],
input[type=number], 
input[type=password], 
textarea,
select {
	border:1px solid #f1f1f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width:100%;
	background:#f1f1f1 !important;
}

input[type="submit"]{
	background:#2ead5c;
	border:solid 1px #2ead5c !important;
	border:none;
	padding:11px 25px;
	-moz-border-radius:50px 50px 50px 0;
	-webkit-border-radius:50px 50px 50px 0;
	-o-border-radius:50px 50px 50px 0;
	border-radius:50px 50px 50px 0;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#EBAB2D;
	border:solid 1px #EBAB2D !important;
}


.footer-newsletter .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 5px;
}

.footer-newsletter .gform_wrapper.gravity-theme .gfield_label{
	font-size:14px;
	
}

.footer-newsletter .gform_wrapper.gravity-theme input[type=text], 
.footer-newsletter .gform_wrapper.gravity-theme select {
	padding:5px;
}

.footer-newsletter input[type="submit"] {
	width:100%;
	padding:5px 25px;
}

.footer-newsletter .gform_wrapper.gravity-theme .gform_footer {
	margin:8px 0 0 0;
	padding:0;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	
}
