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

.gradient-txt h2 { background: #9B9B9B;
background: linear-gradient(to top left, #9B9B9B 0%, #FFFFFF 50%, #A0A0A0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

span.wpcf7-list-item.first {
    margin: 0;
}


#menu-1-99a1d08 a span, #menu-1-8c5a565 a span {
    z-index: 4;
    color: white;
    font-size: 30px;
}


.wpcf7-form .inline-group label {
    font-weight: bold;
    margin: 0;
    max-width: 290px;
    width: 100%;
}

ul {
    padding: 10px 20px;
}

@media (max-width:600px){
	.wpcf7-form .inline-group label {
		max-width: 180px;
		line-height: 140%;
	}
}