/* 
Theme Name: Kadence - motyw potomny
Template: kadence
*/

/* IMAGES & VIDEOS */
.filebird-block-filebird-gallery img {
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.filebird-block-filebird-gallery img:hover,
.filebird-block-filebird-gallery img:focus {
  opacity: 0.8;
}

.hero-section-overlay {
  background: rgba(1, 1, 1, 0.4);
}

.pswp .pswp__img,
.wp-block-video video {
  border-radius: 10px;
}

.wp-block-image a > img {
  transition: 0.2s;
}

.wp-block-image a:hover > img,
.wp-block-image a:focus > img {
  opacity: 0.8;
}

/* FOOTER */
footer .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}