html .wp-embed a,
html .wp-embed p {
  color: #222;
  background-color: #fff;
}
html .wp-embed .wp-embed-more {
  color: #222;
  background-color: #fff;
  text-decoration: underline;
}
html body {
  background-color: #fff;
  background-image: url("/wp-content/themes/pwsz/assets/images/bg.jpg") !important;
  background-attachment: fixed !important;
}
html .logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 25px 25px 30px;
}
html .logo .top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
html .logo .top img {
  max-height: 60px;
}
html .logo .top h1 {
  margin-top: 0;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
html .logo .bottom span {
  padding-left: 0;
  display: block;
  text-align: center;
  bottom: 0;
}
html .news-content > a > h3 {
  line-height: 1.5em;
  font-size: 1.5em;
  color: #000;
  color: #00519E;
  font-weight: 600;
}
html .news-content > a > h3:hover {
  color: #000;
}
html .bottom-menu,
html #kdn-section {
  display: none;
}
html .event-box > .news:first-of-type {
  margin-top: 0;
}
html html .logo h1 {
  color: #00519E;
}
html .events h3,
html h2.main-title,
html .navbar-main .navbar-nav,
html .navbar-main .navbar-nav li a,
html .navbar-main .navbar-collapse,
html .sidebar h3 {
  background: #00519E;
}
html .events h3:before {
  border-color: transparent transparent transparent #023a6b;
}
html .single.single-post h2.main-title:before {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #023a6b transparent;
}

.post-template-default.single-format-standard .ribbon h2,
.ogloszenia-noz-template-default .ribbon h2 {
  transform: translateX(-60px);
  padding-left: 60px;
  width: calc(100% + 60px);
  background-color: #00519E;
  color: #fff;
  font-size: 1.9em;
  line-height: 50px;
  text-transform: none;
  font-weight: 300;
}
.post-template-default.single-format-standard .ribbon h2:before,
.ogloszenia-noz-template-default .ribbon h2:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #023a6b;
  z-index: 1;
  position: absolute;
  right: 0;
  top: -30px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #023a6b transparent;
  right: auto;
  left: 0;
}
@media screen and (max-width: 978px) {

  .post-template-default.single-format-standard .ribbon h2,
  .ogloszenia-noz-template-default .ribbon h2 {
    width: 100%;
    padding-left: 20px;
    transform: translate(0);
    font-size: 1.5em;
  }

  .post-template-default.single-format-standard .ribbon h2:before,
  .ogloszenia-noz-template-default .ribbon h2:before {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  html #btnTop {
    display: none !important;
  }
}
.flexible-content img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  height: auto;
}
.flexible-content h1,
.flexible-content h2,
.flexible-content h3,
.flexible-content h4,
.flexible-content h5,
.flexible-content h6 {
  margin: 35px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.flexible-content h4,
.flexible-content h5,
.flexible-content h6 {
  font-weight: 700;
}
.single-article .flexible-content h2 {
  font-size: 2.2em;
  color: #00519e;
  background: transparent;
  line-height: 1.5em;
  width: 100%;
}
.single-article .flexible-content h2:before {
  display: none;
}
.flexible-content ul li {
  list-style-type: disc;
}
.flexible-content ul li ul li {
  list-style-type: circle;
}
.flexible-content ul,
.flexible-content ol {
  margin: 25px 0;
  padding-left: 20px;
}
.flexible-content ol ol {
  list-style-type: lower-alpha;
}
.flexible-content p {
  margin-bottom: 15px;
}
.flexible-content a {
  border-radius: 3px;
  padding: 0px 3px;
  color: #212121;
  text-decoration: none;
  border: 2px solid transparent;
}
.flexible-content a:hover, .flexible-content a:focus {
  border-color: black;
}
.flexible-content blockquote {
  border-left: 5px solid;
  padding: 5px 10px;
  margin: 15px 0;
  background-color: #f2f2f2;
  color: #555;
  font-size: 20px;
  font-weight: lighter;
  font-style: italic;
}
.flexible-content .ribbon h2 {
  padding: 0 15px;
}
.flexible-content .photo img {
  max-width: 50%;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
}
.flexible-content .photo.photo-left img {
  float: left;
  margin-right: 25px;
}
.flexible-content .photo.photo-right img {
  float: right;
  margin-left: 25px;
}
.flexible-content .single-photo {
  margin: auto;
}
.flexible-content .movie {
  margin: 35px 0;
}
.flexible-content .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.flexible-content .gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 25px 0;
}
.flexible-content .gallery .item {
  flex-basis: calc(33.3333% - 13.3333333333px);
  text-decoration: none;
  display: block;
  aspect-ratio: 4/3;
}
.flexible-content .gallery .item img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.flexible-content .gallery .item:hover, .flexible-content .gallery .item:focus {
  box-shadow: 0 0 0 2px #00519E;
  opacity: 0.9;
}
.flexible-content .pdf_items {
  display: block;
  margin-top: 20px;
}
.flexible-content .pdf_items .pdf_box {
  border: none;
  padding: 0;
  text-align: left;
  display: flex;
  gap: 7px;
  flex-basis: 100%;
  margin-bottom: 15px;
  align-items: center;
  flex-direction: row;
}
.flexible-content .pdf_items .pdf_box svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.single-fotogaleria .flexible-content .gallery {
  gap: 20px;
}
.single-fotogaleria .flexible-content .gallery .item {
  flex-basis: calc(20% - 16px);
}

@media screen and (max-width: 767.98px) {
  .flexible-content blockquote {
    font-size: 16px;
  }
  .flexible-content .photo.photo-right img, .flexible-content .photo.photo-left img {
    margin: auto;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .flexible-content ul,
  .flexible-content ol,
  .flexible-content p {
    font-size: 16px;
  }
  .flexible-content .movie {
    margin: 25px 0;
  }
  .flexible-content h1,
  .flexible-content h2 {
    font-size: 20px;
  }
  .flexible-content .gallery .item {
    flex-basis: 100%;
  }
}/*# sourceMappingURL=style.css.map */