/**
Theme Name: Hear O Israel
Author: Hear O Israel Ministries
Author URI: https://hearoisraelministries.org/
Description: Lightweight child theme that was built specifically to work seamlessly with the Elementor page builder plugin.
Template: astra
Version: 1.0.9
*/

.mb-0,
.plc-mb-0 p:last-child {
    margin-bottom: 0;
}
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    height: 1.5px;
}
.line-gradient.elementor-widget-heading,
.line-gradient.elementor-widget-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.line-gradient.elementor-widget-heading::before, .line-gradient.elementor-widget-heading::after,
.line-gradient.elementor-widget-image::before, .line-gradient.elementor-widget-image::after {
    content: "";
    width: 6em;
    height: 3px;
    background-image: linear-gradient(to left, var( --e-global-color-accent ), transparent);
    display: inline-block;
}
.line-gradient.elementor-widget-heading::after,
.line-gradient.elementor-widget-image::after {
    background-image: linear-gradient(to right, var( --e-global-color-accent ), transparent);
}
.line-gradient.elementor-widget-image::before, .line-gradient.elementor-widget-image::after,
.line-gradient.elementor-widget-heading:has(h3,h4,h5)::before, .line-gradient.elementor-widget-heading:has(h3,h4,h5)::after {
    width: 2em;
    height: 2px;
}
.ca-hz {
	transform: translate(-50%, 0%) !important;
}

@media (min-width: 1024px) {
	body:not(.elementor-editor-active) #page:has(#banner) #masthead {
		position: absolute;
		width: 100%;
		max-width: 100%;
	}
	body:not(.elementor-editor-active) #page:has(#banner) #masthead #header-block {
		background: transparent;
	}
}