/*
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Child theme for Astra.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* The original header/footer were Elementor Pro Theme Builder templates.
 * These reviewed static captures replace the outdated Pro runtime. */
#masthead,
#colophon {
	display: none !important;
}

.metags-restored-theme-builder .elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
	animation: none !important;
}

.metags-restored-header .elementor-element-4e67f52d {
	position: sticky;
	top: 0;
	z-index: 999;
}

.metags-restored-header .current-menu-item > a.menu-link,
.metags-restored-header .current-menu-ancestor > a.menu-link,
.metags-restored-header a.menu-link.elementor-item-active {
	color: #ed1c24 !important;
}

/* Original Elementor contact-form presentation, restored without Pro PHP. */
.elementor-377 .elementor-element.elementor-element-24d49483 .elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}

.elementor-377 .elementor-element.elementor-element-24d49483 .elementor-field-group {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.elementor-377 .elementor-element.elementor-element-24d49483 .elementor-field {
	width: 100%;
	color: #000;
	background: #fff;
	border: 1px solid #00000029;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-377 .elementor-element.elementor-element-24d49483 ::placeholder {
	opacity: 1;
}

.elementor-377 .elementor-element.elementor-element-24d49483 button[type="submit"] {
	width: 100%;
	background: #ed1c24;
	color: #fff;
	border-radius: 50px;
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

.elementor-377 .elementor-element.elementor-element-24d49483 button[type="submit"]:hover,
.elementor-377 .elementor-element.elementor-element-24d49483 button[type="submit"]:focus {
	background: #ed1c24;
	color: #fff;
	transform: translateY(-4px);
}

.metags-contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.metags-contact-status {
	margin-bottom: 15px;
	padding: 12px 15px;
	border-radius: 4px;
}

.metags-contact-success {
	background: #e8f7ed;
	color: #176b35;
}

.metags-contact-error {
	background: #fdebec;
	color: #9f1520;
}

@media (min-width: 768px) {
	.metags-restored-header .elementor-nav-menu--main .menu-item-has-children {
		position: relative;
	}

	.metags-restored-header .elementor-nav-menu--main .menu-item-has-children:not(.submenu-suppressed):hover > .sub-menu,
	.metags-restored-header .elementor-nav-menu--main .menu-item-has-children:not(.submenu-suppressed).submenu-open > .sub-menu {
		display: block !important;
		top: 100%;
		left: 0 !important;
		z-index: 1000;
	}

	.metags-restored-header .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
		box-sizing: border-box;
		width: max-content !important;
		min-width: 290px;
		max-width: calc(100vw - 32px);
	}

	.metags-restored-header .elementor-nav-menu--main .menu-item-has-children > .sub-menu a {
		box-sizing: border-box;
		white-space: nowrap;
	}

	.metags-restored-header .elementor-nav-menu--main .menu-item-838 > .sub-menu {
		right: 0 !important;
		left: auto !important;
	}
}

.metags-discovery-link,
.metags-discovery-link:hover,
.metags-discovery-link:focus {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

/* Preserve the intended white text/icon treatment on the four service cards. */
.elementor-361 div#rate:hover .elementor-icon-box-title,
.elementor-361 div#rate:hover .elementor-icon-box-title a,
.elementor-361 div#rate:hover .elementor-icon-box-description,
.elementor-361 div#rate:focus-within .elementor-icon-box-title,
.elementor-361 div#rate:focus-within .elementor-icon-box-title a,
.elementor-361 div#rate:focus-within .elementor-icon-box-description {
	color: #fff !important;
}

.elementor-361 div#rate:hover .elementor-icon,
.elementor-361 div#rate:focus-within .elementor-icon {
	background-color: #fff !important;
	color: #ed1c24 !important;
	fill: #ed1c24 !important;
}

.elementor-361 div#rate:hover .elementor-icon svg,
.elementor-361 div#rate:hover .elementor-icon svg path,
.elementor-361 div#rate:focus-within .elementor-icon svg,
.elementor-361 div#rate:focus-within .elementor-icon svg path {
	fill: #ed1c24 !important;
}

@media (max-width: 767px) {
	.metags-restored-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		display: none;
	}

	.metags-restored-header .elementor-nav-menu--dropdown.elementor-nav-menu__container.elementor-active {
		display: block;
	}

	.metags-restored-header .menu-item-has-children > .sub-menu {
		display: none;
		width: 100% !important;
		max-width: 100%;
	}

	.metags-restored-header .menu-item-has-children.submenu-open > .sub-menu {
		display: block;
	}
}
