/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.9.0.1742061085
Updated: 2025-03-15 18:51:25

*/

/* Elementor header navigation dropdowns. */
:root {
	--sw-menu-blue: #72b5f4;
	--sw-menu-blue-dark: #24547a;
	--sw-menu-blue-soft: #eef7ff;
	--sw-menu-border: #d9e8f5;
	--sw-menu-text: #17212b;
}

/* Desktop header; Elementor handles hover, click and keyboard behaviour. */
@media (min-width: 1025px) {
	.elementor-location-header .elementor-nav-menu--main .sub-menu {
		box-sizing: border-box;
		min-width: 280px !important;
		margin-top: 10px !important;
		padding: 8px !important;
		border: 1px solid var(--sw-menu-border) !important;
		border-radius: 8px !important;
		background: #fff !important;
		box-shadow: 0 12px 30px rgba(36, 84, 122, 0.16) !important;
		overflow: visible !important;
	}

	/* Keeps the hover state while the pointer crosses the visual gap. */
	.elementor-location-header .elementor-nav-menu--main .sub-menu::before {
		content: "";
		position: absolute;
		top: -11px;
		left: 0;
		width: 100%;
		height: 11px;
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .menu-item,
	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
		border: 0 !important;
		background: transparent !important;
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
		position: relative;
		min-height: 44px;
		padding: 11px 16px 11px 20px !important;
		border-radius: 5px !important;
		color: var(--sw-menu-text) !important;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.45;
		white-space: normal;
		transition: background-color 140ms ease, color 140ms ease;
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item::before {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 10px;
		left: 7px;
		width: 3px;
		border-radius: 3px;
		background: var(--sw-menu-blue);
		opacity: 0;
		transform: scaleY(0.55);
		transition: opacity 140ms ease, transform 140ms ease;
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .menu-item:hover > .elementor-sub-item,
	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item:focus-visible,
	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-item-active {
		background: var(--sw-menu-blue-soft) !important;
		color: var(--sw-menu-blue-dark) !important;
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .menu-item:hover > .elementor-sub-item::before,
	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item:focus-visible::before,
	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-item-active::before {
		opacity: 1;
		transform: scaleY(1);
	}

	.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item:focus-visible {
		outline: 2px solid var(--sw-menu-blue-dark);
		outline-offset: 2px;
	}
}

/* Elementor mobile dropdown. */
@media (max-width: 1024px) {
	.elementor-location-header .elementor-nav-menu--dropdown .sub-menu .elementor-sub-item {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
		border-left: 3px solid var(--sw-menu-border);
		background: var(--sw-menu-blue-soft) !important;
		color: var(--sw-menu-blue-dark) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-location-header .sub-menu * {
		transition: none !important;
	}
}
