/*
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.7.1774043891
Updated: 2026-03-20 21:58:11

*/


.title-sm h2 {font-size:36px!important;
line-height:50px;
}
.script {font-family:arvo; text-transform: lowercase; font-size:55px; font-style: italic; letter-spacing: -1px;  font-weight: 100 !important; 
}

@media  (max-width:690px) {

.title-sm h2 {
    font-size: 33px !important;
    line-height: 45px;
		}
}

/** Anchor padding **/

:target {
  scroll-margin-top: 100px;
}

h2 span, h2 b, h2 strong {font-weight:600!important;}

h2 b {font-weight:600!important;}

/* Optional: Change background of sticky header when scrolled */
.scrolled .sticky-header {
  background-color: rgba(255, 255, 255, 1) !important;
}



/* High specificity CSS for browser compatibility */
body .elementor-section .elementor-container .elementor-nav-menu--main .elementor-nav-menu .elementor-item {
  color: #ffffff!important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

body.scrolled .elementor-section .elementor-container .elementor-nav-menu--main .elementor-nav-menu .elementor-item {
  color: #000000 !important;
}

/* Target your specific menu with maximum specificity */
body .elementor-element-5cbdafda .elementor-nav-menu--main .elementor-nav-menu .elementor-item {
  color: #333333 !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

body.scrolled .elementor-element-5cbdafda .elementor-nav-menu--main .elementor-nav-menu .elementor-item {
  color: #ffffff !important;
}

/* Preserve hover effects with high specificity */
body .elementor-nav-menu--main .elementor-nav-menu .elementor-item:hover {
  color: #007cba !important;
  transform: scale(1.1) !important;
}

body.scrolled .elementor-nav-menu--main .elementor-nav-menu .elementor-item:hover {
  color: #00a0d2 !important;
  transform: scale(1.1) !important;
}

/* Active states */
body .elementor-nav-menu--main .elementor-nav-menu .elementor-item-active {
  color: #007cba !important;
}

body.scrolled .elementor-nav-menu--main .elementor-nav-menu .elementor-item-active {
  color: #00a0d2 !important;
}

/* Alternative approach: Use inline styles via JavaScript */
/* If CSS still doesn't work, the JavaScript below will force inline styles */

#logo {
  transition: opacity 0.3s ease;
}

body.scrolled #logo img {
  width: 152px;
}

/* Body text links - green with underline */
body:not(.wp-admin) .elementor-widget-text-editor p a,
body:not(.wp-admin) .elementor-widget-theme-post-content p a,
body:not(.wp-admin) .entry-content p a,
body:not(.wp-admin) .elementor-text-editor p a {
  color: #51A57C !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* Hover - black, keep underline */
body:not(.wp-admin) .elementor-widget-text-editor p a:hover,
body:not(.wp-admin) .elementor-widget-theme-post-content p a:hover,
body:not(.wp-admin) .entry-content p a:hover,
body:not(.wp-admin) .elementor-text-editor p a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Blog post title links */
body:not(.wp-admin) .entry-title a {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* Recent posts list - title link */
body:not(.wp-admin) .elementor-icon-list-item a .elementor-icon-list-text {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* Remove underline from buttons, icons, and nav */
.elementor-button,
.elementor-button *,
.elementor-nav-menu a,
.elementor-nav-menu a *,
.elementskit-btn,
.elementskit-btn *,
a i,
a svg,
a .elementor-button-icon {
  text-decoration: none !important;
}

@media (min-width:1024px) {
	.mobile-contact {display:none!important;}
}