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



/*    Form  */
body label {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}


.elementor-nav-menu li.custom-btn { 
		background-color: #FFFFFF00;
		color: var(--e-global-color-text);
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: var(--e-global-color-text);
		border-radius: 5px 5px 5px 5px;
		padding: 8px 10px;
	}
	.elementor-nav-menu li.custom-btn:hover a {
		color: #FFFFFF !important;
		text-decoration: none;
	}

	.elementor-nav-menu li.custom-btn:hover a:after {
		display: none;
	}

	.elementor-nav-menu li.custom-btn:hover {
		background-color: var(--e-global-color-text);
		color: #FFFFFF;
	}

	.elementor-nav-menu li.custom-btn a { 
		margin-left: 0 !important;
	}

/*  Media Screen  */

@media screen and (max-width: 767px) {
	.elementor-nav-menu li.custom-btn {border-width:0;}
	
	li.custom-btn a {
		padding: 10px !important;
	}

	.custom-btn a:hover {
		background: transparent !important
	}

	#custom-list .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
		align-self: center;
		padding-inline-start: 5px;
		width: 300px;
		word-wrap: break-word;
	} 

	#custom-list p {
		width: 300px;
		word-wrap: break-word;
	}
		
}


