/*
Theme Name: Taxtime
Template: kadence
Author: PaterMedia
Version: 1.0.0.1754933216
Updated: 2025-08-11 17:26:56

*/

.header-contact {
  display: flex;
  padding-left: 50px;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #a5a4a4;
  font-size: 15px;
  text-decoration: none !important;
}

.header-contact img {
  width: 18px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) 
          invert(17%) sepia(97%) saturate(5950%) 
          hue-rotate(351deg) brightness(93%) contrast(119%);
}
.js-bg-fade {
  transition: opacity .18s linear;
  will-change: opacity;
}

.js-bg-fade .kt-row-layout-overlay {
  background: rgba(0,0,0,.3) !important;
}

.js-bg-fade .jarallax-container > div {
  transition: opacity .18s linear;
  will-change: opacity;
}

.js-fadeup-sync
{ will-change: opacity, transform;}


/* Szacunek dla osób z reduce motion */
@media (prefers-reduced-motion: reduce) {
  .js-fadeup-sync { transition: opacity .2s linear; transform: none; }
}

.price-container {
	transition: .6s
}
.price-container:hover {
	z-index: 700;
	box-shadow: 0 0 25px #0005;
	transform: scale(1.1);
	transition: .3s;
}

.fade-up, .fade-left, .fade-right {
  opacity: 0;
  transform: translateY(100px); /* domyślnie dla fade-up */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.appear {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  transform: translateX(-100px);
}
.fade-left.appear {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  transform: translateX(100px);
}
.fade-right.appear {
  opacity: 1;
  transform: translateX(0);
}

.slide-down_button{
  	transition: transform 0.2s ease;
}	
.slide-down_button:hover{
	animation: arrowMove 0.8s ease-in-out 0s 1;
}

@keyframes arrowMove {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(6px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(6px); }
  100% { transform: translateY(0); }
}
.post.type-post .entry-content-wrap h1{
	font-size: 48px;
	margin-top: 150px;
}
.navigation.post-navigation a:hover, .post-more-link:hover {
	color: var(--global-palette2) !important;
}
