/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.6.1761219347
Updated: 2025-10-23 11:35:47

*/

body {
	background: url("/wp-content/uploads/2025/12/background-11.jpg");
	background-size: cover;
	background-attachment: fixed
}

.site-header-row-container-inner .site-container {
	background: #0d0d17de;
	border: 1px dashed #ddd !important;
	border-radius: 15px
}

.hero-rotate-img {
	position: absolute; 
	top: 50%; 
	aspect-ratio: 1/1; 
	height: 100%; 
	border-radius: 50%; 
	transform: translate(-50%, -50%); 
	animation: rotateImage 44s infinite linear;
	left: 50%;
}

@keyframes rotateImage {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.site-header {
	top: 20px;
}

@media(min-width:767px) {
	.site-header {
	top: 35px;
}
}

#colophon {
  position: relative;
  z-index: 9;
}

.sidebar-inner-wrap {
	position: sticky;
    top: 80px;
}

.sidebar-inner-wrap .kt-inside-inner-col {
	border: 1px dashed #ddd !important;
}

.post-thumbnail-inner img {
	border-radius: 5px
}

.page-id-2577 .kb-row-layout-id2236_1adc14-d8 {
	display: none!important
}

.heading-border {
	position: relative
}

.heading-border::before  {
  position: absolute;
  content: "";
  top: 7px;
  left: -60px;
  width: 4px;
  height: 136px;
  background: var(--global-palette1);
  border-radius: 5px;
}

.heading-accent-1 {
  position: relative
}

.heading-accent-1::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -20px;
  width: 75px;
  height: 120%;
  background: #83838321;
  z-index: -1;
}

/*
h1, h2, h3 {
	font-family: "Zorina"
}
*/

.site-footer {
	background-color: #111!important;
	background-image: url("/wp-content/uploads/2025/12/411621.jpg")!important;
	background-blend-mode: overlay
}

.home .wrap {
	overflow: hidden
}

.overflow-hidden-column {
	overflow: hidden
}


.fixed-button {
    position: fixed;
    bottom: 23px;
    right: 20px;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    animation: 1s phoneFadeIn 2s linear forwards;
    z-index: 9999
}

@keyframes phoneFadeIn {
    0% {
        transform: translateY(100px);
        opacity: 0;
        visibility: hidden;
    }    
    30% {
        transform: translateY(100px);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

.fixed-phone {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: .35em;
    border-radius: 50%;
    box-shadow: 0 0 30px #0001;
    background: #def200;
}

.fixed-phone-icon {
    display: inline-block;
    width: 34px;
    height: auto;
    animation: phoneRing 1s infinite ease-in-out;
}

@keyframes phoneRing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(10deg);
    }
    70% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.fixed-phone-icon svg path {
    fill: #111;
}

.fixed-phone-number {
    display: block;
    position: absolute;
    width: max-content;
    top: 46%;
    right: -12.5em;
    transform: translateY(-50%) scale(0);
    background: #def200;
    padding: .8em 2em;
    border-radius: 50px;
    box-shadow: 0 0 30px #0001;
    transition: .2s ease-in-out;
    color: var(--color-accent-2);
    font-weight: 600;
}


@media(min-width:767px) {
    .fixed-button {
        display: none
    }
}



/* === SLIDER WRAPPER === */
.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--global-palette9);
}

/* === SLIDE === */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* === IMAGE === */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.15); /* lżej niż 150% */
}

/* === OVERLAY (gradient) === */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    var(--global-palette9) 0%,
    rgba(0, 0, 0, 0.35) 30%,
    rgba(0, 0, 0, 0.35) 70%,
    var(--global-palette9) 100%
  );
  pointer-events: none;
}

/* === CONTENT === */
.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

/* === NAVIGATION === */
.slider-nav {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 140%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.slider-nav button {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: var(--global-palette1);
  font-size: 1rem;
  font-weight: 300;
  padding: 14px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.slider-nav button:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* === MOBILE CUT === */
@media (max-width: 768px) {
  .slider-nav {
    width: 120%;
  }

  .slide img {
    filter: brightness(1.05);
  }
}





button.cc-link {
	padding-bottom: 12px!important;
	border-bottom: none!important
}

#cm {
  max-width: 36em!important;
  padding: 2em!important;
}

.cc_div #c-bns {
  border-top: 1px solid #1111111f;
  padding-top: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
  margin-top: 1em;
}


.td-list, 
.wp-block-list {
	padding-left: 0!important
}

.td-list,
.wp-block-list {
   margin-left: 0!important;
}
.td-list li,
.wp-block-list li {
position: relative;
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: .6em;
  line-height: 1.4;
}
.td-list li::before,
.wp-block-list li::before {
position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 5px solid var(--global-palette1);
  background: var(--global-palette2);
  border-radius: 50%;
}

.kb-splide .splide__arrow svg {
  fill: #cada10!important;
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
	font-size: 12px;
	color: var(--global-palette1);
	pointer-events: none;
	text-decoration: none;
    letter-spacing: 1px;
	opacity: 1
}

.light-hero .rank-math-breadcrumb p,
.light-hero .rank-math-breadcrumb a {
	color: var(--global-palette7);
	opacity: 1
}

.single-product-description .rank-math-breadcrumb p,
.single-product-description .rank-math-breadcrumb a {
	color: var(--global-palette4);
}

.line-parent {
  margin-top: -.15em;
  margin-bottom: -.2em;
  padding-top: .15em;
  padding-bottom: .1em;
  overflow: hidden;
}

.text-accent {
	color: var(--global-palette1)
}

.text-accent-2 {
	color: var(--global-palette2)
}


.txt-border {
    position: relative;
	margin-left: 30px
}
.txt-border::before {
position: absolute;
  content: "";
  top: 50%;
  left: -28px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 4px solid var(--global-palette2);
  background: var(--global-palette9);
  border-radius: 50%;
}


.heading-accent-1,
.heading-accent-2 {
	position: relative;
	z-index: 1
}

.heading-accent-1::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -14px;
  width: 95px;
  height: 120%;
  background: #ffffff12;
  z-index: -1;
  border-left: 5px solid #def200;
}

.heading-accent-2::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -15px;
  width: 85px;
  height: 120%;
  background: #f6f4f2;
  z-index: -1;
}

@media(min-width:767px) {
	.heading-accent-1::before {
  left: -34px;
}

.heading-accent-2::before {
  left: -35px;
}
}

.loop-holder {
  display: flex;
  white-space:nowrap;
  overflow: hidden;
}

.loop-holder__text {
    animation: textLoop 15s linear infinite;
    font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
    padding-right: .35em;
	  color: #fff
}

.stroke-text {
   color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@media(min-width:767px) {
	.loop-holder__text {
		    animation: textLoop 18s linear infinite;
    font-size: 6em;
}
}


@media (min-width: 767px) {
  .single-post .entry-content-wrap {
    padding-left: 4em !important;
    margin-top: 3em;
    border-left: 1px solid #ffffff54;
  }
}

/* Miniatury usług na stronie głównej
----------------------------------------------------- */

.loop-offer-card {
	position: relative
}

.loop-offer-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(15, 16, 20, 0);
    backdrop-filter: blur(12px);
	z-index: 9!important
}

.loop-offer-card-content h3 {
	position: relative;
	width: max-content;
	max-width: 100%;
}

.loop-offer-card-content h3::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -14px;
  bottom: -8px;
  width: 50px;
  background: var(--global-palette1);
	transition: .5s ease-in-out;
	opacity: .4;
  z-index: -1;
}

.loop-offer-card .wp-block-kadence-image {
	overflow: hidden
}

.loop-offer-card .wp-block-kadence-image img {
	transition: .3s ease-in-out
}

.loop-offer-card:hover img {
	transform: scale(1.06)
}

.loop-offer-card:hover h3::before {
	  width: calc(100% + 28px);
}

@media(min-width:767px) {
.town-list .kt-blocks-post-grid-item {
	background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
	border: 1px dashed #ddd !important;
	transition: .3s ease-in-out;
}
}

.town-list .kt-blocks-post-grid-item .entry-title a {
	transition: .3s ease-in-out;
}

.town-list .kt-blocks-post-grid-item:hover {
	background: var(--global-palette1);
    backdrop-filter: blur(0px);
}

.town-list .kt-blocks-post-grid-item:hover .entry-title a {
	color: var(--global-palette9)!important;
}

/* Sekcja z ruchomymi obrazkami
-------------------------------------------- */

.build-section {
	position: relative;
}

.build-section .wp-block-kadence-image {
	position: absolute!important;
}

.bs-img-1 {
	bottom: 20%;
	left: -15%
}

.bs-img-2 {
  bottom: 78%;
  left: -2%;
}

.bs-img-3 {
	bottom: 0;
	left: 18%
}

.bs-img-4 {
  bottom: -38%;
  left: 35%;
  z-index: -1;
}

.bs-img-5 {
  bottom: 0;
  right: 12%;
}

.bs-img-6 {
  bottom: 68%;
  right: -2%;
}

.bs-img-7 {
  bottom: -30%;
  right: -20%;
}



.product-image-wrap .wp-block-kadence-image {
	position: relative;
	outline: 1px solid #ececec
}

.product-image-wrap .wp-block-kadence-image::before,
.product-image-wrap .wp-block-kadence-image::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: var(--global-palette2);
	z-index: 9
}

.product-image-wrap .wp-block-kadence-image::before {
	top: -6px;
	left: -6px;
}

.product-image-wrap .wp-block-kadence-image::after {
	bottom: -6px;
	right: -6px;
}

.produkt-archive {
	grid-gap: 0!important;
}


/* Mega menu
------------------------------------------------------- */
 
@media(min-width:767px) {
.mega-menu .lista-rodzajow,
.mega-menu .lista-produktow {
	grid-template-columns: 1fr 1fr;
}
	.sec-p-wrap {
	position: relative;
	margin-top: -15%;
	margin-bottom: -15%;
}
.sec-p-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.8) 53%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.4) 100%);
	transition: .5s ease-in-out;
	opacity: .85;
  z-index: 3;
}

.sec-p-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%)
}
}

@media(min-width:1024px) {
.mega-menu .lista-rodzajow,
.mega-menu .lista-produktow {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media(min-width:1200px) {
.mega-menu .lista-rodzajow,
.mega-menu .lista-produktow {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
}





.kt-accordion-pane {
	border: 1px dashed #ddd !important;
	border-radius: 10px;
	overflow: hidden
}
