/* 
Theme Name: NoweSasiedztwo
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: 3W Studio
Template: hello-elementor
Version: 2.0.2
Text Domain: nowe-sasiedztwo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.code { color: #0000; }


.url-section { /*scroll-margin-top: 96px; */}


/* Header nad wszystkim i płynne przejście tła */
.header-sticky {
  position: relative;    
  /*z-index: 999;*/
  background-color: transparent !important;
  transition: background-color .25s ease, box-shadow .25s ease;
}

/* Po scrollu (Elementor doda elementor-sticky--effects) */
.header-sticky.elementor-sticky--effects {
  background-color: #ffffffda !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

/* Hero wsunięty pod header */
.hero-under-header {
  /* Wysokość headera z CSS variable (ustawimy ją JS-em) */
  margin-top: calc(-1 * var(--header-h, 120px));
  padding-top: var(--header-h, 120px); 
  position: relative;
  z-index: 1; }

.elementor-counter .elementor-counter-number-wrapper {align-items: baseline !important;}
.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {font-size: 20%;}
