.gfdseo-mobile-phone-cta {
	display: none;
}

@media (max-width: 1024px) {
	.elementor-location-header .elementor-widget-nav-menu {
		position: relative;
	}

	.elementor-location-header .gfdseo-mobile-phone-cta {
		position: absolute;
		top: 50%;
		right: 50px;
		z-index: 12;
		display: inline-flex;
		box-sizing: border-box;
		width: calc(var(--nav-menu-icon-size, 22px) * 1.5);
		height: calc(var(--nav-menu-icon-size, 22px) * 1.5);
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #e6f447;
		color: #1b2a20;
		font-size: var(--nav-menu-icon-size, 22px);
		line-height: 1;
		text-decoration: none;
		transform: translateY(-50%);
	}

	.elementor-location-header .gfdseo-mobile-phone-cta svg {
		display: block;
		width: 0.84em;
		height: 0.84em;
		fill: currentColor;
	}

	.elementor-location-header .gfdseo-mobile-phone-cta:hover,
	.elementor-location-header .gfdseo-mobile-phone-cta:focus-visible {
		background: #dce93d;
		color: #1b2a20;
		outline: 0;
	}
}

@media (max-width: 420px) {
	.elementor-location-header .gfdseo-mobile-phone-cta {
		right: 50px;
	}
}
