/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758744991
Updated: 2025-09-24 20:16:31

*/

@media (max-width: 800px) {	
	.text-with-highlight .highlight {
		text-decoration: underline;
    	text-decoration-color: #51FF92;
		text-underline-position: under;
		text-decoration-thickness: 2px;
		text-underline-offset: 0; 
	}
	
	.box-mobile-without-icon .elementor-icon-box-icon {
		display: none !important;
	}
	
	.align-items-center {
		display: flex;
		align-items: center;
	}
	
	.home-reviews .e-eicon-chevron-left {
		bottom: -200px;
		right: -150px;
	}
	.home-reviews .e-eicon-chevron-right {
		bottom: -200px;
		left: -150px;
	}
	
	footer .menu-item a {
		padding: 7px 0 !important;
	}
	.hide-icon-on-mobile .elementor-icon-box-icon {
		display: none !important;
	}
	.mobile-equal-height .elementor-widget-icon-box {
		min-height: 113px;
	}
	
	.team-members .position {
		font-size: 16px;
		font-weight: 400;
	}
	.team-members .e-n-accordion-item-title-text {
		line-height: 26px;
	}
} 

footer a {
	color: #51FF92;
}
.hs_submit .actions input {
    background: red !important;
}


.colored-highlight {
	font-weight: 600;
	color: #51FF92;
	text-decoration: underline;
    text-decoration-color: #51FF92;
	text-decoration-thickness: 3px;
	text-underline-position: under;
  	text-underline-offset: 3px; 
}

@media (min-width: 800px) {
	
	.text-with-highlight .highlight {
		text-decoration: underline;
		text-decoration-color: #51FF92;
		text-decoration-thickness: 4px;
		text-underline-position: under;
		text-underline-offset: 3px; 
	}
	.equal-height .elementor-widget-icon-box {
		min-height: 127px;
	}
	
	.team-members .position {
		font-size: 24px;
		font-weight: 400;
	}
	.team-members .e-n-accordion-item-title-text {
		line-height: 35px;
	}
}

.flip-box-center .elementor-icon-wrapper.elementor-view-default {
	display: none;
}

.greencolored {
	color: #51FF92;
}