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

/* NAVIGATION */
header{
	position:sticky !important;
	top: -50px;
}
/* WP7 FORM STYLING */
.wpcf7-form input,
.wpcf7-form textarea
{
	font-size: 15px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    margin-bottom: 12px;
}
.wpcf7-list-item{
	margin:0;
}
.wpcf7-form #submit{
	background: #e9873f;
    color: white;
    border: none;
    padding: 12px 24px;
    outline: none;
    line-height: 100%;
    border-radius: 4px;
    margin-top: 1em;
    font-size: 15px;
    font-weight: 400;
	float:right;
	transition: all ease .2s
}
.wpcf7-form #submit:disabled{
	background:#ffc59a;
}

/* MOBILE NAVIGATION MENU  */
@media only screen and (max-width:1024px){
	div[data-id="3e02fc1"]{
		position:initial;
		height:0;
	}
	.elementor-375 .elementor-element.elementor-element-3e02fc1 .hfe-dropdown.menu-is-active{
		margin-top:0 !important;
	}
	nav.hfe-nav-menu__layout-horizontal{
		right: 0;
		top: 68px;
		width: 100%;
		height: 100vh !important;
		background:none !important;
	}
	ul.hfe-nav-menu{
		height: 100vh;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		margin-top:22px;
		background:white;
	}
	div[data-id="2f053bf"]{
		position:fixed;
		top:0;
		padding:0;
	}
	div.hfe-nav-menu-icon{
		position:absolute;
		right:0;
		top:-18px;
	}
	div[data-id="92dd172"]{
		width: 100vw;
    	position: absolute;
		top:20px;
	}
}