/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ================================================
GLOBAL
=================================================*/

html, body {
	overflow-x: hidden;
	width: 100%;
}

.elementor-widget-text-editor p {
	margin-bottom: 0.75em;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}


.ast-container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ================================================
HOME PAGE CSS
=================================================*/

.expertise-cards .elementor-cta__title {
	position: relative;
}

.expertise-cards .elementor-cta__title::after {
	content: '';
	background:#fff;
	width: 80px;
	height: 1px;
	display: block;
	margin: 12px 0;
}

.expertise-cards .elementor-cta__button::after {
	content: '';
	background: url(/wp-content/uploads/2026/03/כפתור-חץ.svg) no-repeat center;
	background-size: 100% auto;
	width: 46px;
	height: 46px;
	display: inline-block;
	transition: background 0.5s ease !important;
}

.expertise-cards:hover .elementor-cta__button::after {
	background: url(/wp-content/uploads/2026/03/Property-1Variant2.svg) no-repeat center;
}

.home-accord .e-n-accordion-item  {
	border: 1px solid #D3D3D3;
	border-radius:15px;
}







.gradiant-steps-main .process-box {
	border-radius: 20px;
background: var(--Gradient, linear-gradient(262deg, #CB140F 8.83%, #880955 124.53%));
}

 .process-box  .elementor-image-box-img {
	margin-bottom:0 !important;
}

.gradiant-steps-main .process-box  .elementor-image-box-img img {
	    filter: brightness(0) invert(1);
}

.gradiant-steps-main .process-box .elementor-image-box-content {
	border-color:#fff !important;
}


.gradiant-steps-main .process-box .elementor-image-box-wrapper {
	min-height:180px;
}


.contact-iconbx .elementor-icon {
	background: var(--Gradient, linear-gradient(262deg, #CB140F 8.83%, #880955 124.53%));

}

.contact-iconbx .elementor-icon svg path {
	 fill:#fff;
}

/* ================================================
FOOTER CSS
=================================================*/



.footer_form .elementor-form-fields-wrapper {
	justify-content:center;
}

.footer_form .elementor-field-group input , 
.footer_form .elementor-field-group textarea  {
	padding:18px 20px !important;
}

.footer_form .elementor-field-group textarea  {
	height:80px; 
	min-height:80px;
}

.footer_form .elementor-field-group input , 
.footer_form .elementor-field-group button   {
	height:60px; 
	min-height:60px;
}

.footer_form svg  {
	width:14.3px;
	margin-top:3px;
}

.footer_form svg path {
	fill:none !important;
}


.process-box .elementor-image-box-content {
	border-right: 1px solid #CDCDCD;
	padding: 2px 25px 5px 0;
}



.blog-post::before {
    transform: scale(1);
    transition: all 1500ms ease;
}

.blog-post:hover::before {
    transform: scale(1.2);
}



.blog-post div[data-elementor-type="loop-item"] {
	padding:0 !important;
	border:none !important;
}
.blog-content p {
	margin-bottom:1em;
}

.blog-content p:last-child {
	margin-bottom:0;
}
.blog-content h2 {
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	    color: var(--e-global-color-primary);
	margin-top:20px;
	margin-bottom:10px;
}



.blog-content h3 , .blog-content h4 , .blog-content h5 , .blog-content h6 {
		    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
	    color: var(--e-global-color-primary);
	margin-top:20px;
	margin-bottom:10px;
}



.sidebar_form svg path {
    fill: none !important;
}

.recent_posts .elementor-post__thumbnail {
    padding-bottom: 159px !important;}

.recent_posts  .elementor-post__thumbnail__link {
position:absolute;
	margin-bottom:0;
}


.recent_posts  .elementor-post__text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 159px;
    width: 100%;
	z-index:9;
	padding:35px !important;
}	



@media (max-width: 767px) {
	.no-br br {
		display: none;
	}

	/* ================================================
	MOBILE HOME PAGE CSS
	=================================================*/

	.expertise-cards .elementor-cta__title::after {
		margin: 15px 0;
	}

	/* ================================================
	MOBILE FOOTER CSS
	=================================================*/

	.footer_form .elementor-field-group input , 
	.footer_form .elementor-field-group textarea  {
		padding:18px 20px !important;
	}

	.footer_form .elementor-field-group textarea  {
		height:100px; 
		min-height:100px;
	}

	.footer_form .elementor-field-group input , 
	.footer_form .elementor-field-group button   {
		height:50px; 
		min-height:50px;
	}

	.footer_form svg  {
		width:14.3px;
		margin-top:3px;
	}
	
	
	
.process-box .elementor-image-box-content {
    border-top: 1px solid #CDCDCD;
    padding: 15px 0px 5px 0;
    border-right: 0;
}
	
 .process-box  .elementor-image-box-img {
	margin-bottom:15px !important;
}	
	
	
	.boxes-slider .slick-dots {
		position:static;
		margin-top:20px;
	}
	
	.boxes-slider .slick-dots li button {
		padding: 0;
    box-shadow: none;
    background: none;
	}	
	
	
	.boxes-slider .slick-dots li button:before {
		    font-size: 10px;
	}
	
	.boxes-slider .slick-dots .slick-active  button:before {
		color:#CB140F;

	}
	
	.boxes-slider.slick-dotted.slick-slider {
		margin-bottom:0 !important;
	}
	
}