/* 
Theme Name: Hello Elementor Child - Charney Keys
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.1.3c
Date: 2025-09-15
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
*/

.menu-search-icon a:before {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23d3d3d3" d="M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z"/></svg>');
	width: 24px;
	height: 24px;
	background-color: #fff !important;
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 11px;
}

.menu-search-icon a {
	display: flex;
	align-items: center;
	font-size: 0px !important;
	width: 40px !important;
	height: 40px !important;
}
@media (max-width: 767px) {
	.menu-search-icon a {
		position: relative !important;
		font-size: 18px !important;
		width: auto !important;
		height: auto !important;
	}
	.menu-search-icon a:before { 
		right: 10px;
	}

}
.site-logo-wrapper {
	z-index: 9999 !important;
}
@media (max-width: 1200px) {
	.site-logo-wrapper {
		z-index: 0 !important;
	}
}
@media (max-width: 767px) {
	.site-menu-wrapper {
		background-color: rgba(0,0,0,0) !important;
		position: absolute !important;
		height: 100% !important;
		z-index: 10000 !important;
	}
	.site-menu-wrapper .e-con-inner {
		padding-top: 10px;
		align-items: center !important;
	}
	.site-menu-wrapper .e-con-inner .elementor-widget-nav-menu {
		margin-top: 10px !important;
	}
}

.reg-mark {
    font-size: 0.6em;
    vertical-align: top;
    margin-top: -4px;
    display: inline-block;
}
.reg-mark-menu a {
	position: relative;
}
.reg-mark-menu a::after {
	content: '®' !important;
	font-size: 12px;
    position: relative;
    display: block;
    padding-left: 2px;
    margin-top: -4px;
	opacity: 1 !important;
	background-color: rgba(0,0,0,0) !important;
}
@media (min-width: 768px) {
	.show-only-mobile {
		display: none !important;
	}
}