/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1770107920
Updated: 2026-02-03 09:38:40

*/

/* header */
.contact-note > div{
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: right !important;
}

.contact-note div:after, .contact-note div:before{
  display: none !important;
}

.et_pb_main_blurb_image{
  margin-bottom: 0 !important;
}

.sticky-header {
    width: 100%;
    z-index: 9999;
}

.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
}

.sticky-placeholder {
    display: none;
}

.sticky-header .et_pb_column_6_tb_header{
  margin-bottom: 8px !important; 
}

/* blog */
.rest-of-articles .et_pb_ajax_pagination_container{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .rest-of-articles .et_pb_ajax_pagination_container{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .rest-of-articles .et_pb_ajax_pagination_container{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* historia */
#history-timeline img {
  object-fit: cover;
}

/* strona główna */
.size-1of3 article{
  padding: 0 !important;
}

.history img, .gallery img {
  object-fit: cover !important;
}