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

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white li {
  color: white !important; }
.white a {
  text-decoration: underline !important; }

/* Gravity Forms - Form Inputs */
/* Form Inputs - Default */
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: 0px;
}

/* Form Inputs - Class "round" */
.gform_wrapper .round .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round .gform_body .gform_fields .gfield select, .gform_wrapper .round .gform_body .gform_fields .gfield textarea {
	border-radius: 5px;
}

/* Form Inputs - Class "round-10" */
.gform_wrapper .round-10 .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round-10 .gform_body .gform_fields .gfield select, .gform_wrapper .round-10 .gform_body .gform_fields .gfield textarea {
	border-radius: 10px;
}

/* Form Inputs - Class "round-20" */
.gform_wrapper .round-20 .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round-20 .gform_body .gform_fields .gfield select, .gform_wrapper .round-20 .gform_body .gform_fields .gfield textarea {
	border-radius: 20px;
}

body ul.elementor-nav-menu--dropdown a, 
body ul.elementor-nav-menu--dropdown a:focus, 
body ul.elementor-nav-menu--dropdown a:hover{
	border-left: 0;
}

ul, ol {
  padding-top: 15px;
  padding-bottom: 15px;
}
