<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Wara - Elektro system
Theme URI:      https://waraelektro.com
Template:       kadence
Author:         Wara
Author URI:     http://waraelektro.com
Description:    Child Theme Description
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
::-webkit-scrollbar {
  height: 0;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ffffff33;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

::-webkit-scrollbar-track {
  background: #000;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}

html {
  scroll-behavior: smooth;
}

textarea {
  resize: none;
}

.popup-drawer .drawer-inner {
  max-width: 320px;
}

.accept-consent-field input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.transparent-header .site-branding a.brand,
.transparent-header .site-header-inner-wrap .header-navigation .menu,
.transparent-header .site-header-inner-wrap .header-social-wrap {
  opacity: 0;
}

.transparent-header .site-header-inner-wrap.item-is-fixed.item-is-stuck .site-branding a.brand,
.transparent-header .site-header-inner-wrap.item-is-fixed.item-is-stuck .header-navigation .menu,
.transparent-header .site-header-inner-wrap.item-is-fixed.item-is-stuck .header-social-wrap {
  opacity: 1;
}

@media(max-width: 1024px) {
  .site-header-inner-wrap .header-navigation .menu {
    opacity: 1;
  }
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap), 
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) &gt; .site-header-row-container-inner {
  box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.kadence-sticky-logo {
  max-width: 100px;
}

.accept-consent-field .kb-radio-check-item label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

.accept-consent-field .kb-radio-check-item label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--kb-form-background-color);
}

.accept-consent-field .kb-radio-check-item label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: var(--global-palette9);
  visibility: hidden;
}

.accept-consent-field .kb-radio-check-item input[type=checkbox]:checked + label::after {
  visibility: visible;
}

@media (max-width: 767px) {
  .site-bottom-footer-inner-wrap {
    grid-row-gap: 15px;
  }
}

.kb-adv-form-success {
  background-color: #d4edda;
  color: #155724;
}</pre></body></html>