/*
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.1759923187
Updated: 2025-10-08 11:33:07

*/
/* Transparent baseline (even though Elementor makes it sticky at load) */
.elementor-location-header .elementor-sticky--effects,
.elementor-location-header .elementor-sticky--effects.elementor-sticky--active {
  background: transparent !important;
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* Turn color on only after we add a body class via JS */
.body-scrolled .elementor-location-header .elementor-sticky--effects.elementor-sticky--active {
  background: #1E342F !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

/* Elementor: apply custom bullets ONLY inside Theme Post Content widget */
.elementor-widget-theme-post-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.elementor-widget-theme-post-content ul li {
  position: relative;
  padding-left: 28px; /* space for the icon */
  margin-bottom: 8px;
}

.elementor-widget-theme-post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.39998 14.15L0.224976 7.97501L2.17498 6.02501L6.39998 10.25L15.825 0.825012L17.775 2.77501L6.39998 14.15Z' fill='%23D08C59'/></svg>") no-repeat center;
  background-size: contain;
}

/* Extra-safe (optional): target by data attribute too */
[data-widget_type="theme-post-content.default"] ul li::before {
  content: ""; /* keeps the same icon; increases specificity if needed */
}


/* Apply consistent 30px gap between paragraphs and lists in post content */
.elementor-widget-theme-post-content p,
.elementor-widget-theme-post-content ul {
  margin-bottom: 30px;
}

/* Optional: remove extra gap if one element follows another similar one */
.elementor-widget-theme-post-content p:last-child,
.elementor-widget-theme-post-content ul:last-child {
  margin-bottom: 0;
}

/* base state */
.zoom-image {
  display: block;
  min-height: 320px;          /* set your desired height */
  background-position: center;
  background-size: 100% !important;   /* override Elementor inline */
  transition: background-size 1s ease!important;
  overflow: hidden;            /* avoid bleed when zoomed */
}

/* hover zoom */
.zoom-image:hover {
  background-size: 115% !important;   /* the zoom amount */
}



/* Change cookie notice font to Open Sans */
#cookie-notice,
#cookie-notice * {
    font-family: 'Open Sans', sans-serif !important;
}


