/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
/*
 * Preserve approved English spellings when browser translation is active.
 * Chrome/Google Translate adds translated-ltr to the root element.
 */
.yashar-protected-brand__en {
	display: none;
}

html.translated-ltr .yashar-protected-brand__he,
html[lang^="en"] .yashar-protected-brand__he {
	display: none;
}

html.translated-ltr .yashar-protected-brand__en,
html[lang^="en"] .yashar-protected-brand__en {
	display: inline;
}

/* Keep header labels separated when Elementor/WP Rocket styles finish loading. */
.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
	column-gap: 20px;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li > .elementor-item {
	white-space: nowrap;
}

.elementor-location-header .yashar-protected-brand {
	margin-inline-start: 0.25em;
}

/* Russian landing-page entry inside the shared desktop/mobile menu. */
.elementor-location-header .yashar-language-menu-item__desktop {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 30px;
	padding: 0 9px;
	border: 1px solid currentColor;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.elementor-location-header .yashar-language-menu-item__mobile {
	display: none !important;
}

.elementor-location-header .elementor-nav-menu--main .yashar-language-menu-item > .elementor-item {
	padding-inline: 8px !important;
}

.elementor-location-header .elementor-nav-menu--dropdown .yashar-language-menu-item__desktop {
	display: none !important;
}

.elementor-location-header .elementor-nav-menu--dropdown .yashar-language-menu-item__mobile {
	display: inline !important;
	font-weight: 700;
}

/*
 * Keep the mobile volunteer/donation action bar visible from the first paint.
 * Elementor's sticky JavaScript is delayed by WP Rocket until user interaction.
 */
@media (max-width: 767px) {
	.elementor-element-1f72aab {
		position: fixed !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 9990 !important;
		width: 100% !important;
		padding-bottom: env(safe-area-inset-bottom, 0px) !important;
	}
}

/* Keep all three desktop CTA buttons flush with the full header height. */
@media (min-width: 1025px) {
	.elementor-location-header .elementor-element-dc7900f > .elementor-widget-button {
		align-self: stretch !important;
	}

	.elementor-location-header .elementor-element-dc7900f > .elementor-widget-button .elementor-button {
		display: flex !important;
		height: 100% !important;
		align-items: center;
		justify-content: center;
	}
}