/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/* body.menu-open-lock {
    overflow: hidden !important;
    height: 100vh !important;
} */

/* 
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    height: 100vh;
}
 */

/* @media (max-width:1024px){

	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		height: 100vh !important;
		max-height: 100vh !important;
		overflow: hidden !important;

	}
	body.menu-open, html.menu-open{
    overflow: hidden !important;
    height: 100vh !important;
}
} */

.quote-btn {
	position: relative !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 5px !important;
	background: #928671 !important;
	overflow: hidden !important;
	cursor: pointer !important;
	border: none !important;
	margin: 10px 24px !important;
}

.quote-btn a {
	text-align: center !important;
	justify-content: center !important;
	background: #211F20 !important;
	text-decoration: none !important;
	width: 100% !important;
	padding: 14px 20px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	z-index: 20 !important;
}

.quote-btn:hover a {
	color: white !important;
}


.quote-btn:hover {
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}


/* @media (min-width:768px){
	.quote-btn{
		display: none !important;
	}
} */
@media (min-width: 1024px) {
    .quote-btn {
        display: none !important;
    }
}