/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 4.2.5.1782207851
Updated: 2026-06-23 11:44:11

*/

/** NAJNOWSZE POSTY - STRONA GŁÓWNA **/

.nv-najnowsze-posty-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  height: 100% !important;
  text-align: left !important;
  margin-top: -150px !important;
}

.nv-najnowsze-posty-grid>article {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
}

.nv-najnowsze-posty-grid>article .nv-meta-list {
  margin: 0 0 0 -22px !important;
}

.nv-najnowsze-posty-grid>article .nv-post-thumbnail-wrap,
.nv-najnowsze-posty-grid>article .nv-post-thumbnail-wrap a {
  height: 380px !important;
}

.nv-najnowsze-posty-grid>article .custom-post-date-from-child {
  left: 85% !important;
}

@media (max-width: 960px) {
  .nv-najnowsze-posty-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .nv-najnowsze-posty-grid {
    grid-template-columns: 1fr !important;
  }
}

/** SLIDER **/

.my-custom-slide {
  position: absolute !important;
  inset: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 500ms linear !important;
}

.my-custom-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 3000ms ease-out !important;
}

.my-custom-slide::before,
.my-custom-slide::after {
  content: "";
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 50% !important;
  background: #fff !important;
  z-index: 5 !important;
  transition: transform 1800ms cubic-bezier(.22, .61, .36, 1) !important;
  will-change: transform !important;
}

.my-custom-slide::before {
  left: 0 !important;
  transform: translateX(0) !important;
}

.my-custom-slide::after {
  right: 0 !important;
  transform: translateX(0) !important;
}

.custom-slider-active-photo {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.custom-slider-active-photo img {
  transform: scale(1) !important;
}

.custom-slider-active-photo::before {
  transform: translateX(-100%) !important;
}

.custom-slider-active-photo::after {
  transform: translateX(100%) !important;
}

/*** LINIA ***/

#scroll-line-connector{
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #630F3B;
  border-radius: 2px;
  z-index: 0;
  transition: height 0.08s linear;
}

@media(max-width: 1024px) {
  #scroll-line-connector{
    display: none !important;
  }
}
