.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-container,
.elementor-location-header .elementor-nav-menu--main {
	overflow: visible;
}

.elementor-location-header .elementor-nav-menu--main .menu-item-has-children {
	position: relative;
}

.elementor-location-header .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 240px;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.elementor-location-header .elementor-nav-menu--main .menu-item-has-children:hover > .sub-menu,
.elementor-location-header .elementor-nav-menu--main .menu-item-has-children:focus-within > .sub-menu,
.elementor-location-header .elementor-nav-menu--main .menu-item-has-children.is-submenu-open > .sub-menu {
	display: block !important;
}

.elementor-location-header .elementor-nav-menu--main .sub-menu a {
	display: block;
	white-space: nowrap;
}

.elementor-location-header .elementor-menu-toggle {
	cursor: pointer;
}

.elementor-location-header {
	--site-nav-active-color: #1f6217;
	--site-nav-active-bg: rgba(31, 98, 23, 0.1);
}

.elementor-location-header,
.elementor-location-header > .elementor-section-wrap,
.elementor-location-header .elementor-element-78c5617f {
	width: 100% !important;
	max-width: none !important;
}

.elementor-location-header .elementor-element-78c5617f.elementor-sticky,
.elementor-location-header .elementor-element-78c5617f.elementor-sticky--active {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.elementor-location-header .elementor-element-78c5617f > .elementor-container {
	width: 100% !important;
	max-width: none !important;
}

.elementor-location-header ~ .elementor[data-elementor-type="wp-page"] > .elementor-section-wrap > .elementor-top-section:first-child {
	padding-top: 95px !important;
}

@media (max-width: 809px) {
	.elementor-location-header ~ .elementor[data-elementor-type="wp-page"] > .elementor-section-wrap > .elementor-top-section:first-child {
		padding-top: 80px !important;
	}
}

.elementor-location-header .elementor-nav-menu a.elementor-item:hover,
.elementor-location-header .elementor-nav-menu a.elementor-item:focus,
.elementor-location-header .elementor-nav-menu a.elementor-sub-item:hover,
.elementor-location-header .elementor-nav-menu a.elementor-sub-item:focus,
.elementor-location-header .elementor-nav-menu .current-menu-item > a,
.elementor-location-header .elementor-nav-menu .current_page_item > a,
.elementor-location-header .elementor-nav-menu .current-menu-ancestor > a,
.elementor-location-header .elementor-nav-menu .current-menu-parent > a {
	color: var(--site-nav-active-color) !important;
}

.elementor-location-header .elementor-nav-menu--main .current-menu-item > a.elementor-item,
.elementor-location-header .elementor-nav-menu--main .current_page_item > a.elementor-item,
.elementor-location-header .elementor-nav-menu--main .current-menu-ancestor > a.elementor-item,
.elementor-location-header .elementor-nav-menu--main .current-menu-parent > a.elementor-item {
	background-color: var(--site-nav-active-bg) !important;
	box-shadow: inset 0 -3px 0 var(--site-nav-active-color);
	color: var(--site-nav-active-color) !important;
	font-weight: 700;
}

.elementor-location-header .elementor-nav-menu--main > ul > li > a.elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main > ul > li > a.elementor-item:focus {
	background-color: var(--site-nav-active-bg) !important;
	box-shadow: inset 0 -3px 0 var(--site-nav-active-color);
	color: var(--site-nav-active-color) !important;
}

.elementor-location-header .elementor-nav-menu--dropdown .current-menu-item > a,
.elementor-location-header .elementor-nav-menu--dropdown .current_page_item > a,
.elementor-location-header .elementor-nav-menu--dropdown .current-menu-ancestor > a,
.elementor-location-header .elementor-nav-menu--dropdown .current-menu-parent > a,
.elementor-location-header .elementor-nav-menu--dropdown a:hover,
.elementor-location-header .elementor-nav-menu--dropdown a:focus,
.elementor-location-header .elementor-nav-menu--main .sub-menu .current-menu-item > a,
.elementor-location-header .elementor-nav-menu--main .sub-menu .current_page_item > a,
.elementor-location-header .elementor-nav-menu--main .sub-menu a:hover,
.elementor-location-header .elementor-nav-menu--main .sub-menu a:focus {
	background-color: var(--site-nav-active-bg) !important;
	color: var(--site-nav-active-color) !important;
}

@media (max-width: 1179px) {
	.elementor-location-header .elementor-nav-menu--main {
		display: none;
	}

	.elementor-location-header .elementor-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		display: none;
		position: fixed;
		right: 0 !important;
		left: 0 !important;
		top: 80px;
		z-index: 9998;
		width: 100vw !important;
		max-width: 100vw !important;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
		background: #fff;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	}

	.elementor-location-header .elementor-widget-nav-menu.is-menu-open > .elementor-widget-container > .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		display: block !important;
	}

	.elementor-location-header .elementor-nav-menu--dropdown .sub-menu {
		display: none;
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}

	.elementor-location-header .elementor-nav-menu--dropdown .menu-item-has-children.is-submenu-open > .sub-menu {
		display: block !important;
	}

	.elementor-location-header .elementor-nav-menu--dropdown > ul > li > a.elementor-item {
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .3px;
		padding: 16px 20px;
	}

	.elementor-location-header .elementor-nav-menu--dropdown .sub-menu {
		background: #f5f5f5;
		border-left: 3px solid var(--site-nav-active-color);
	}

	.elementor-location-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item {
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		padding: 12px 20px 12px 36px;
		position: relative;
		color: #444;
	}

	.elementor-location-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item::before {
		content: "›";
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		color: var(--site-nav-active-color);
		font-size: 16px;
		line-height: 1;
	}

	.elementor-location-header .elementor-nav-menu--dropdown > ul > li + li {
		border-top: 1px solid #e5e5e5;
	}
}

@media (min-width: 810px) and (max-width: 1179px) {
	.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		top: 95px;
		max-height: calc(100vh - 95px);
	}
}

@media (min-width: 1180px) {
	.elementor-location-header .elementor-menu-toggle,
	.elementor-location-header > .elementor-section-wrap > .elementor-sticky__spacer .elementor-nav-menu--dropdown {
		display: none;
	}
}
