html { scroll-behavior: smooth; }
.elementor-location-header { z-index: 200; }

.ls-header-bar,
.ls-header-bar > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
}
.ls-header-bar .elementor-widget-image {
	flex: 0 0 auto;
	width: auto !important;
	max-width: 240px;
}
.ls-header-bar .elementor-widget-nav-menu {
	flex: 1 1 auto;
	width: auto !important;
}
.ls-header-bar .elementor-nav-menu--main .elementor-nav-menu {
	justify-content: flex-end;
}

.ls-grid-4,
.ls-grid-4 > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
}
.ls-grid-4 > .e-con,
.ls-grid-4 > .e-con-inner > .e-con {
	width: calc(25% - 18px) !important;
	flex: 1 1 calc(25% - 18px) !important;
	max-width: calc(25% - 18px) !important;
}

.ls-grid-2,
.ls-grid-2 > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}
.ls-grid-2 > .e-con,
.ls-grid-2 > .e-con-inner > .e-con {
	width: 48% !important;
	flex: 1 1 46% !important;
	max-width: 50% !important;
}

.ls-stats,
.ls-stats > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}
.ls-stats .elementor-widget {
	flex: 1 1 200px;
	text-align: center;
}
.ls-stats .elementor-heading-title { white-space: pre-line; }

.ls-card { transition: transform .25s ease, box-shadow .25s ease; }
.ls-card:hover { transform: translateY(-6px); }

.elementor-location-header .elementor-nav-menu--main .elementor-item { color: #1C2421 !important; }
.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active { color: #1A8A74 !important; }
.elementor-location-footer .elementor-nav-menu--main .elementor-item,
.elementor-location-footer .elementor-nav-menu .elementor-item { color: #C5D4CF !important; }
.elementor-location-footer .elementor-nav-menu--main .elementor-item:hover { color: #7ED9C4 !important; }

@media (max-width: 1024px) {
	.ls-grid-4 > .e-con,
	.ls-grid-4 > .e-con-inner > .e-con {
		width: calc(50% - 12px) !important;
		flex-basis: calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
	}
}
@media (max-width: 767px) {
	.ls-grid-4 > .e-con,
	.ls-grid-4 > .e-con-inner > .e-con,
	.ls-grid-2 > .e-con,
	.ls-grid-2 > .e-con-inner > .e-con {
		width: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.ls-header-bar,
	.ls-header-bar > .e-con-inner { flex-wrap: wrap !important; }
}
