/*
Theme Name: Steeler
Theme URI: http://demo.7iquid.com/steeler/
Author: 7iquid
Author URI: http://themeforest.net/user/7iquid
Description: Steeler is a WordPress theme exclusively built for manufacture, industry, factory, laboratory or construction company websites. The theme helps you to get your site up and running in less than minutes with the One Click Demo Importer. Create pages easily with the Drag & Drop Page Builder (Elementor Free) and fully responsive, retina ready and easy to customize.
Version: 3.1
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 6.9
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: steeler
Tags: elementor, factory, industrial, gas, chemical, company, construction, engineering, industry, laboratory, manufacture, mechanical, mining, oil, pharmaceutical, refinery, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Full-bleed "stretched" sections via CSS instead of JS, so hero/stretched
   sections render at full width immediately on load instead of appearing
   narrow (boxed) for a moment before Elementor's stretch script runs. */
.elementor-section.elementor-section-stretched {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Elementor hides elements with scroll/load entrance animations
   (icon boxes, images, headings) behind visibility:hidden until its JS
   detects them entering the viewport and swaps in the animation class.
   On a slow connection, a JS hiccup, or a screenshot/crawl taken before
   that JS runs, the content stays permanently invisible even though it's
   fully present in the markup. Force it visible immediately so content
   never depends on that script to be seen; the fade-in is a nice-to-have,
   not a requirement to see icons/text/images. */
.elementor-invisible {
  visibility: visible !important;
}

/* Long, all-caps hero titles (e.g. "VENTILACIJA I ODIMLJAVANJE") can wrap
   with just one or two letters orphaned on their own line at narrow mobile
   widths. Balance the line breaks so words redistribute evenly instead. */
h1.custom-heading {
  text-wrap: balance;
}