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

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body ul li {
    list-style: none;
}

body a {
    text-decoration: none;
}

.jkit-nav-menu .jkit-hamburger-menu {
    height: 30px !important;
    border-radius: 10px !important;
}

body[data-elementor-device-mode=mobile] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper.active {
    background: #fff !important;
}

.mf-error-message {
    font-size: 10px !important;
    letter-spacing: 1px;
    margin: 4px 0 -4px;
}


.metform-btn {
    box-shadow: unset !important;
}


section#icon-list .btn-wrapper a.icon-box-link {font-family: 'Inter';font-size: 14px !important;width: 75%;margin: -10px auto 20px !important;white-space: normal !important;line-height: 22px !important;}

section#icon-list .btn-wrapper a.icon-box-link:hover {
    color: #fff !important;
}

section#icon-list .jkit-icon-box-wrapper {
    min-height: 245px;
}

@media only screen and (max-width: 1000px) {
	.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a {
		color: #a69676 !important;
	}
	
	section#icon-list .jkit-icon-box-wrapper {
		min-height: unset;
	}
}

.jkit-post-category a {
    pointer-events: none !important;
}

.mf-input-wrapper .mf-input {
    color: grey !important;
}