/* 
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 */
li.home-menu {
    width: 24px;
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control
{
    padding: 20px;
    border-radius: 0;
    border-color: #555555;
    color: #555555;
}
.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus
{
    outline: none;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 0px;
    display: block;
}
.wpcf7-form .sbt-btn .wpcf7-submit {
    padding: 15px;
    background: #005E1A;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    min-width: 200px;
    border-left: 5px solid #25BF00;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}
.wpcf7-form .sbt-btn .wpcf7-submit:hover {
    background: #25BF00;
}
.sbt-btn {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
	.cl-2 .elementor-nav-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
		border-right: 1px solid #BEE2B5;
	}
	.cl-2 .elementor-nav-menu .menu-item {
		width: calc(50% - 5px);
	}
}
