/*
Theme Name: Office Pulse
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,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.2.18.1741891617
Updated: 2025-03-13 18:46:57

*/

.text-underline {
	position: relative;
	z-index: 1
}

.text-underline::before {
  position: absolute;
  content: "";
  top: 1em;
  left: 0;
  width: 50%;
  height: 8px;
  background: var(--global-palette1);
  border-radius: 10px;
  max-width: 185px;
  z-index: -1;
}

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

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

.text-accent-serif {
	font-family: "Baskerville";
	font-style: italic;
    font-size: 120%;
	color: var(--global-palette1)
}

.text-bg .line {
border-radius: 8px;
  background: #ffffff1a;
  width: fit-content;
  padding: 3px;
	margin-top: -.02em;
  margin-bottom: -.03em;
}

.text-bg::before {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;

	border-radius: 8px
}

.text-bg-left .line {
border-radius: 8px;
  background: #ffffffc4;
  width: fit-content;
  text-align: left;
  padding: 3px;
  margin-top: -.02em;
  margin-bottom: -.03em;
}

.text-bg-left::before {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;

	border-radius: 8px
}



.op-list {
   	padding-left: 1em!important
}

.op-list li {
   	position: relative
}

.op-list li::before {
   	position: absolute;
	content: "";
	top: 10px;
	left: -17px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--global-palette1)
}

/* Decor arrow
----------------------------------------------- */

.decor-arrow {
	position: relative
}

.decor-arrow::before,
.decor-arrow::after {
	position: absolute;
	content: "";
	top: 0;
    width: 68px;
    height: 44px;
    z-index: 999;
}

.decor-arrow::before {
	top: 33%;
	left: 6%;
	background: url('/wp-content/uploads/2025/07/nstrzalka2.png');
	background-size: cover
}

.decor-arrow::after {
	top: 32%;
	right: 5%;
    background: url('/wp-content/uploads/2025/07/nstrzalka3.png');
	background-size: cover
}

.decor-arrow-down {
	position: relative
}

.decor-arrow-down::before {
	position: absolute;
	content: "";
	top: 110%;
	left: 20px;
    width: 21px;
    height: 44px;
	background: url('/wp-content/uploads/2025/07/Screenshot-2025-07-25-at-11-23-54-Wynajem-i-dzierzawa-drukarek-Wynajem-i-dzierzawa-drukarek.pdf.png');
	background-size: cover;
    z-index: 999;
}

@media(min-width:767px) {
.box-arrow {
	position: relative
}

.box-arrow::before {
	position: absolute;
	content: "";
}

.ba-up::before {
	top: 10%;
	left: 105%;
	transform: rotate(270deg);
	background: url('/wp-content/uploads/2025/07/Screenshot-2025-07-25-at-11-23-54-Wynajem-i-dzierzawa-drukarek-Wynajem-i-dzierzawa-drukarek.pdf.png');
	background-size: cover;
    width: 22px;
    height: 50px;
}

.ba-down::before {
  top: 10%;
  left: 105%;
    width: 50px;
    height: 22px;
  background: url('/wp-content/uploads/2025/07/Screenshot-2025-07-25-at-11-23-54-Wynajem-i-dzierzawa-drukarek-Wynajem-i-dzierzawa-drukarek.pdf-3.png');
  background-size: cover
}
}

/* Flex columns
----------------------------------------------- */

@media(min-width:767px) {
	
.flex-wrap {
  border: 1px solid #1a1a1a;
  display: flex;
  align-items: center;
  gap: 1em;
}

.flex-item {
  flex-grow: 1!important;
  border-radius: 15px;
  position: relative;
  transition: all 400ms ease-in-out;
}
.flex-item:hover {
  flex-grow: 4.3!important;
}

.flex-item-title {
  width: fit-content;
  transform: rotate(-90deg) translateY(-90%) translateX(40%);
  transition: .3s ease-in-out;
  min-width: max-content;
}

.flex-item:hover .flex-item-title {
  transform: rotate(0deg) translateY(0%) translateX(0%)
}
}

.off-service-btn .kt-inside-inner-col {
	cursor: pointer
}

.off-service-btn:hover .kt-inside-inner-col,
.off-service-btn.active .kt-inside-inner-col {
	border: 1px solid var(--global-palette1)
}
/*
.off-service-btn:hover .kt-inside-inner-col,
.off-service-btn.active .kt-inside-inner-col p {
	color: #fff
}
*/
.off-service-tab {
	display: none!important
}
.off-service-tab.active {
	display: block!important
}


/*
---------------------------------------------- */

.anim-pulse {
	display: inline-block;
	animation: pulse 2s linear infinite
}

.anim-pulse-2 {
	display: inline-block;
	animation: pulse 2s linear infinite;
	animation-delay: 1s
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	40% {
		transform: scale(1)
	}
	44% {
		transform: scale(1.05)
	}
	50% {
		transform: scale(1)
	}
	54% {
		transform: scale(1.05)
	}
	60% {
		transform: scale(1)
	}
	100% {
		transform: scale(1)
	}
}



.hover-image-wrap {
	position: relative
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-radius: 6px!important;
  padding: .55em .8em!important;
  width: 100%;
  margin-bottom: 1em;
	font-size: 14px;
}

.wpcf7-acceptance {
	line-height: 1!important
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0!important
}

.wpcf7-acceptance label {
	font-size: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: darkred!important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.8em 1em;
	font-size: 80%
}

.wpcf7-not-valid-tip {
  font-size: 80%!important;
}




.hover-col {
	position: absolute;
	bottom: 0;
	width: 46%;
	margin-bottom: 0!important;
	cursor: pointer
}

.hover-col.active {
	z-index: 9999
}

.hover-col img {
	aspect-ratio: 6/8;
	object-fit: cover;
	filter: grayscale(80%);
	transition: .1s ease-in-out
}

.hover-col.active img {
	filter: grayscale(0%);
}

.hcol-1 {
	left: 0
}
.hcol-2 {
	left: 28%
}
.hcol-3 {
	left: 56%
}


.center-rotate-image {
	display: none
}

.center-rotate-image.active {
	display: block
}

