/*
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.1750710269
Updated: 2025-06-23 20:24:29

*/

html, body { 
	overflow-x: hidden !important;
}


h1, h2, .elementor-counter-number-wrapper span {
/* 	font-family: "berthold-baskerville-pro", sans-serif !important; */
	font-style: normal;
}

.elementor-heading-title span {
	font-weight: 700 !important;
}

.elementor-widget-button .elementor-button {
	font-weight: 600 !important;
}

.elementor-location-header ul li a:hover, .elementor-location-footer ul li a:hover, .highlighted {
	color: var(--e-global-color-accent) !important;
	fill: var(--e-global-color-accent) !important;
}

@media screen and (min-width: 1367px) and (max-width: 1800px) {
	
	h1 {
		font-size: 75px !important;
	}
	
	h2 {
		font-size: 55px !important;
        line-height: 65px !important;
	}
	
	h3 {
		font-size: 32px !important;
	}
	
}

.elementor-counter-number-wrapper .elementor-counter-number {
	font-family: "Cormorant Garamond", Sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
}

.elementor-button {
    font-family: "Montserrat", Sans-serif !important;
	letter-spacing: 3px !important;
}

.elementor-counter-number-wrapper .elementor-counter-number-suffix {
	font-family: "Work Sans", sans-serif !important;
    font-size: 40px !important;
    line-height: 85px !important;
    text-transform: uppercase !important;
    color: #9d9d9d !important;
	font-weight: 400 !important;
}

p:last-child {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 767px) {
	
	.services-grid { 
		transition: all .2s ease-in-out;
	}

	.services-grid-item:hover {
		transform: scale(1.03);
	}
	
}

.elementor-location-footer .elementor-nav-menu a {
    border-bottom: 1.25px solid #e0e0e0;
}


