@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.jumbotron-container {
  background: #fff linear-gradient(90deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  border-bottom: solid 1px #ddd;
  height: calc(100vh - 142px - 0.5rem);
  position: relative;
}
.jumbotron-container .jumbotron {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
  align-items: center;
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.jumbotron-container .jumbotron a {
  color: #fff;
}
.jumbotron-container .jumbotron a .slide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.jumbotron-container .jumbotron a .slide-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
}
.jumbotron-container .jumbotron a .slide-content h2:before {
  display: none;
}
.jumbotron-container .jumbotron a .slide-content h2,
.jumbotron-container .jumbotron a .slide-content h3 {
  line-height: 2.5rem;
  text-shadow: 3px 3px 2px #000;
}
.jumbotron-container .jumbotron a .slide-content h2 b,
.jumbotron-container .jumbotron a .slide-content h3 b,
.jumbotron-container .jumbotron a .slide-content h2 strong,
.jumbotron-container .jumbotron a .slide-content h3 strong {
  color: #ffcc00;
}
.jumbotron-container .jumbotron a:hover {
  color: #fff;
}
.jumbotron-container .jumbotron h1 {
  color: #ffcc00;
}
.jumbotron-container .jumbotron h2 {
  font-size: 32px;
}
.jumbotron-container .jumbotron .jumbo-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.jumbotron-container .jumbotron .container {
  z-index: 1;
  position: relative;
}
.jumbotron-container .jumbotron img {
  width: 100%;
  height: 100%;
}

.slick {
  margin-bottom: 0 !important;
  height: 100%;
}
.slick .slick-next {
  right: 0.5rem;
}
.slick .slick-prev {
  left: 0.5rem;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.slick .slick-arrow:before {
  font-size: 1rem;
  color: #fff;
  opacity: 1;
}
.slick .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.slick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick .slick-dots {
  bottom: 0.75rem;
}
.slick .slick-dots li button:before {
  font-size: 20px;
  color: #aaa;
  text-shadow: 2px 2px 2px #000;
}
.slick .slick-dots li.slick-active button:before {
  color: #ffcc00;
  opacity: 1;
}
.slick .slick-arrow:before {
  font-family: "FontAwesome";
}
.slick .slick-next {
  right: 1rem;
}
.slick .slick-next:before {
  font-size: 1rem;
  color: #fff;
  content: "";
}
.slick .slick-prev {
  left: 1rem;
}
.slick .slick-prev:before {
  content: "";
}

.slider3 .slick-dots {
  bottom: -2.5rem;
}
.slider3 .slick-dots li button:before {
  font-size: 20px;
  color: #aaa;
  text-shadow: none;
}
.slider3 .slick-dots li.slick-active button:before {
  color: #ffcc00;
  opacity: 1;
}

.navbar {
  background: #1a1a1a;
  border-bottom: solid 1px #ddd;
  height: 142px;
}
.navbar a {
  color: #fff;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
.navbar a:hover {
  color: #ffcc00;
  transition: color 0.3s ease;
}
.navbar .navbar-container {
  width: 100%;
}
.navbar .navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.navbar .social {
  display: flex;
  list-style: none;
}
.navbar .social li a {
  width: 40px;
  height: 40px;
  border: 2px solid #555555;
  border-radius: 100%;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  font-size: 1rem;
}
.navbar .social li a:hover {
  background-color: #ffcc00;
  color: #fff;
}
.navbar .social li .hidden {
  display: none;
}
.navbar .navbar-brand {
  display: inline-block;
  height: 100%;
}
.navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
}
.navbar .navbar-toggler {
  border-color: #aaa;
  color: #aaa;
}
.navbar .navbar-collapse {
  background: #1a1a1a;
  margin-top: 0.5rem;
}
.navbar .menu-item-has-children:hover > ul {
  display: block;
}
.navbar .menu-item-has-children ul > .menu-item-has-children > ul {
  left: 100%;
  top: 0;
}
.navbar .menu-item-has-children ul > .menu-item-has-children > .dropdown-item::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar .dropdown-menu {
  border-radius: 0;
}
.navbar .dropdown-item {
  color: #666;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background-color: #fff;
}

.bg-light {
  background-color: #fff !important;
}

@media screen and (max-width: 576px) {
  .navbar .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    box-shadow: 5px 4px 15px -5px #666;
  }
  .navbar .navbar-collapse ul li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer {
  background-size: auto 90%;
  background-position: center;
  background-repeat: repeat-x;
  flex-wrap: wrap;
  padding: 2rem 0;
  background-color: #f0f0f0 !important;
  border-top: solid 1px #ddd;
}
footer img {
  display: block;
}
footer .social img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 0.5rem;
}
footer .regulaminy {
  text-align: left;
}
footer .regulaminy ul li {
  display: flex;
  margin-bottom: 1rem;
}
footer .newsletter-form div.wpforms-container-full form input[type=checkbox] {
  width: 14px !important;
}
footer .newsletter-form form {
  text-align: left;
}
footer .newsletter-form form input[type=text],
footer .newsletter-form form input[type=email] {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}
footer .newsletter-form form input[type=submit] {
  border: none;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  background: #24a810;
  padding: 0.5rem 2rem;
  margin-left: 72px;
}
footer .newsletter-form form input[type=submit]:disabled {
  background: #aaa;
}
footer .newsletter-form form .wpcf7-list-item {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
footer .newsletter-form form .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
footer .newsletter-form form .wpcf7-list-item input {
  margin-top: 4px;
}
footer .newsletter-form form p:last-of-type {
  text-align: center;
}

.newsletter-form {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}
.newsletter-form div.wpforms-container-full form input {
  max-width: 100% !important;
  width: 100% !important;
}
.newsletter-form div.wpforms-container-full form button.wpforms-submit {
  background: #29bf12 !important;
}
.newsletter-form div.wpforms-container-full form button.wpforms-submit:hover {
  border: none;
  background: #24a810 !important;
}

.dom .image-container,
.rodzicielstwo .image-container {
  position: relative;
  padding-left: 50px;
}
.dom .image-container img,
.rodzicielstwo .image-container img {
  width: 100%;
  border-radius: 20px;
}
.dom .image-container .badge,
.rodzicielstwo .image-container .badge {
  position: absolute;
  bottom: -50px;
  height: 150px;
  left: 0;
  cursor: default;
  background-color: #ffcc00;
  background-image: url("img/kid_icon.png");
  background-repeat: no-repeat;
  background-size: 58%;
  background-position-y: -15px;
  background-position-x: -25px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  border: solid 4px #fff;
  color: #000;
  font-size: 0.85rem;
}
.dom .image-container .badge .number,
.rodzicielstwo .image-container .badge .number {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.dom .description br,
.rodzicielstwo .description br {
  display: block;
  margin-bottom: 1rem;
  content: "";
}
.dom h2,
.rodzicielstwo h2 {
  margin-top: 0;
}

.dom {
  padding-bottom: 2rem;
}
.dom .zajecia {
  color: #0c71c3;
  font-weight: 600;
}
.dom .zajecia .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dom .zajecia .item img {
  width: 50px;
  margin-bottom: 1rem;
}

.rodzicielstwo {
  background: #f0f0f0;
  padding: 4rem 0;
}

@media screen and (max-width: 576px) {
  .rodzicielstwo .image-container {
    padding-left: 0;
  }
}
.single-content .page-title {
  background: linear-gradient(0deg, #fafafa, #fff);
}
.single-content section {
  margin: 0;
}
.single-content h2 {
  margin-bottom: 1rem;
}
.single-content ol li,
.single-content ul li {
  margin-bottom: 0.5rem;
}
.single-content .thumbnail {
  padding: 0.25rem;
  border: solid 1px #f0f0f0;
  max-width: 800px;
  margin-bottom: 1rem;
}
.single-content .thumbnail img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.single-content iframe {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
}
.single-content .wp-block-image {
  max-width: 800px;
}
.single-content .sub-pages div .single-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: solid 1px #f0f0f0;
}
.single-content .sub-pages div .single-item .dates {
  font-size: 0.75rem;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: #aaa;
}
.single-content .sub-pages div .single-item .thumbnail {
  height: 320px;
  width: 320px;
  position: relative;
  overflow: hidden;
}
.single-content .sub-pages div .single-item .thumbnail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.single-content .sub-pages div .single-item .description {
  flex: 1;
  text-align: justify;
}
.single-content .sub-pages div .single-item .description h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.single-content .sub-pages div .single-item .description h2 a {
  color: #212121;
  text-decoration: none;
}
.single-content .sub-pages div .single-item .description h2 a:hover {
  text-decoration: underline;
}
.single-content .sub-pages div:last-of-type .single-item {
  border: none;
}
.single-content .sub-pages div:first-of-type .single-item {
  padding-top: 0;
}

.latest-posts {
  border-left: solid 2px #f0f0f0;
}
.latest-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.latest-posts ul li {
  width: calc(50% - 0.25rem);
}
.latest-posts ul li a {
  display: block;
  padding: 0.25rem;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  transition: background-color ease 0.3s;
}
.latest-posts ul li a img {
  width: 100%;
}
.latest-posts ul li a:hover {
  transition: background-color ease 0.3s;
  background-color: #f0f0f0;
}

@media screen and (max-width: 576px) {
  .latest-posts {
    border-left: none;
  }

  .single-content iframe {
    height: 320px;
  }
  .single-content .sub-pages div .single-item {
    flex-wrap: wrap;
  }
  .single-content .sub-pages div .single-item .thumbnail {
    width: 100%;
    height: auto;
  }
}
.wplata-na-rzecz-fundacji .left-image img {
  width: 100%;
  border-radius: 1rem;
}
.wplata-na-rzecz-fundacji .pay-container {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wplata-na-rzecz-fundacji .pay-container .paypal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #074090, #127cc0);
  padding: 1rem;
  text-align: center;
  height: 100%;
  border-radius: 5px;
  max-width: 600px;
  height: 165px;
}
.wplata-na-rzecz-fundacji .pay-container .paypal img {
  height: 50px;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 {
  background: linear-gradient(90deg, #ffcf06, #ffd939);
  display: flex;
  align-items: center;
  border-radius: 5px;
  max-width: 600px;
  height: 165px;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .image {
  background: #fff;
  margin: 1rem;
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 0.5rem;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .image img {
  height: 100px;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .description {
  padding: 1rem;
  color: #fff;
  flex: 1;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .description h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .description .buttons {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .description .buttons .pay-button {
  background-color: #cfaa17;
  box-shadow: 2px 2px 2px #b29215;
  color: #fff;
  padding: 0.75rem 1rem;
  text-decoration: none;
  flex: 1;
  white-space: nowrap;
  text-align: center;
  transition: background-color ease 0.3s;
}
.wplata-na-rzecz-fundacji .pay-container .przelewy24 .description .buttons .pay-button:hover {
  transition: background-color ease 0.3s;
  background-color: #b89714;
}

section.jak-mozesz-pomoc {
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 0;
}
section.jak-mozesz-pomoc .slick-track {
  display: flex;
  align-items: stretch;
}
section.jak-mozesz-pomoc .slider3 {
  display: flex;
  align-items: stretch;
}
section.jak-mozesz-pomoc .slide {
  height: auto;
  flex-basis: 33.33%;
  text-decoration: none;
}
section.jak-mozesz-pomoc .slide.adopcja .slide-container {
  background-color: #fff0b6;
}
section.jak-mozesz-pomoc .slide .slide-container {
  height: 100%;
  margin: 0 1rem;
  background-color: #fafafa;
  border: solid 1px #ddd;
  padding: 1rem;
  transition: all 0.3s ease;
}
section.jak-mozesz-pomoc .slide:hover .slide-container {
  background-color: #f0f0f0;
  transition: all 0.3s ease;
}
section.jak-mozesz-pomoc a {
  color: #212121;
}
section.jak-mozesz-pomoc .row {
  justify-content: center;
}
section.jak-mozesz-pomoc .col-6 {
  margin-bottom: 2rem;
}
section.jak-mozesz-pomoc img {
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.jak-mozesz-pomoc a {
  display: inline-block;
}
section.jak-mozesz-pomoc .btn a, section.jak-mozesz-pomoc .newsletter-form div.wpforms-container-full form button.wpforms-submit a, .newsletter-form div.wpforms-container-full form section.jak-mozesz-pomoc button.wpforms-submit a {
  color: #fff;
}
section.jak-mozesz-pomoc img {
  width: 120px;
  height: 120px;
}
section.jak-mozesz-pomoc .options .btn, section.jak-mozesz-pomoc .options .newsletter-form div.wpforms-container-full form button.wpforms-submit, .newsletter-form div.wpforms-container-full form section.jak-mozesz-pomoc .options button.wpforms-submit {
  padding: 0.5rem 1rem;
}
section.jak-mozesz-pomoc img.mobiltek {
  width: 146px;
  height: 40px;
}
section.jak-mozesz-pomoc img.play {
  width: 121px;
  height: 40px;
}
section.jak-mozesz-pomoc img.plus {
  width: 103px;
  height: 40px;
}
section.jak-mozesz-pomoc .dycha {
  -webkit-mask-image: url("img/dycha.png");
}
section.jak-mozesz-pomoc .darowizna {
  -webkit-mask-image: url("img/darowizna.png");
}
section.jak-mozesz-pomoc .jeden-procent {
  -webkit-mask-image: url("img/jeden_procent.png");
}
section.jak-mozesz-pomoc .kiermasz {
  -webkit-mask-image: url("img/kiermasz.png");
}
section.jak-mozesz-pomoc .telefon {
  -webkit-mask-image: url("img/telefon.png");
}
section.jak-mozesz-pomoc .wolontariat {
  -webkit-mask-image: url("img/wolontariat.png");
}
section.jak-mozesz-pomoc .adopcja-icon {
  -webkit-mask-image: url("img/adopcja.png");
}
section.jak-mozesz-pomoc .serce {
  -webkit-mask-image: url("img/serce.png");
}
section.jak-mozesz-pomoc .icon {
  background-color: #000;
  -webkit-mask-size: 100%;
  width: 70px;
  height: 70px;
  margin: 0;
}
section.jak-mozesz-pomoc .icon-container {
  margin: 0 auto 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

section.nadchodzace-wydarzenia {
  background-position: center;
  background-repeat: repeat-x;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 0;
}
section.nadchodzace-wydarzenia .slick .slide {
  padding: 0 0.5rem;
  height: 100%;
}
section.nadchodzace-wydarzenia .slick .slide img {
  width: 100%;
}
section.nadchodzace-wydarzenia .zostan-wolontariuszem {
  background-image: url("img/wolontariat.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}
section.nadchodzace-wydarzenia .zostan-wolontariuszem .zostan-wolontariuszem-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  text-align: center;
}
section.nadchodzace-wydarzenia .zostan-wolontariuszem .zostan-wolontariuszem-content h2 {
  font-weight: 400;
  text-align: center;
}
section.nadchodzace-wydarzenia .zostan-wolontariuszem .zostan-wolontariuszem-content h2:before {
  display: none;
}
section.nadchodzace-wydarzenia .zostan-wolontariuszem .zostan-wolontariuszem-content a {
  margin-top: 2rem;
  text-transform: uppercase;
}
section.nadchodzace-wydarzenia .list {
  display: flex;
  flex-direction: row;
}
section.nadchodzace-wydarzenia .list .wydarzenia-container {
  flex-basis: 50%;
}
section.nadchodzace-wydarzenia .list .wydarzenia-container h2 {
  margin: 4rem 0 2rem 0;
}
section.nadchodzace-wydarzenia .list .zostan-wolontariuszem {
  flex-basis: 50%;
}
section.nadchodzace-wydarzenia .list .wydarzenia {
  transition: background 0.3s ease;
  padding: 0.5rem;
  display: flex;
  border-bottom: solid 1px #ddd;
}
section.nadchodzace-wydarzenia .list .wydarzenia a {
  color: #212121;
  display: flex;
  column-gap: 1rem;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease;
  border-bottom: solid 5px transparent;
}
section.nadchodzace-wydarzenia .list .wydarzenia a:hover {
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: solid 5px #ffcc00 !important;
  z-index: 1000;
}
section.nadchodzace-wydarzenia .list .wydarzenia a h3 {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  width: 100%;
}
section.nadchodzace-wydarzenia .list .wydarzenia a .content {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.nadchodzace-wydarzenia .list .wydarzenia a .excerpt {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.nadchodzace-wydarzenia .list .wydarzenia a img {
  width: 22%;
  object-fit: fill;
  border-bottom: solid 1px #ddd;
}
section.nadchodzace-wydarzenia .list .wydarzenia a .description {
  margin-top: 1rem;
}
section.nadchodzace-wydarzenia .list .wydarzenia a .description h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}
section.nadchodzace-wydarzenia .list .wydarzenia a .description h4 {
  font-size: 0.75rem;
  color: #aaa;
}

section.sponsorzy {
  background-position: center;
  background-repeat: repeat-x;
  flex-wrap: wrap;
  margin: 0;
  border-top: solid 1px #ddd;
}
section.sponsorzy .grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
}
section.sponsorzy .sponsor {
  padding: 2rem;
  aspect-ratio: 1;
  width: 100%;
}
section.sponsorzy .sponsor a {
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: center;
  transition: background-color ease 0.3s;
}
section.sponsorzy .sponsor a img {
  width: 100%;
}
section.sponsorzy .sponsor a:hover {
  background-color: #e3e3e3;
  transition: background-color ease 0.3s;
}

@media screen and (max-width: 1200px) {
  section.sponsorzy .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  section.sponsorzy .grid .sponsor {
    padding: 1rem;
  }
}
@media screen and (max-width: 800px) {
  section.sponsorzy .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.sponsorzy .grid .sponsor {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  section.sponsorzy .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  section.sponsorzy .grid .sponsor {
    padding: 1rem;
  }
}
.zespol-container {
  padding-top: 0;
}
.zespol-container h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.zespol-container .container {
  padding: 0;
}
.zespol-container .container h4 {
  background-color: #ffcc00;
  padding: 0.5rem;
  text-align: center;
}
.zespol-container .container .zespol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zespol-container .container .zespol .person {
  flex-basis: 33.333%;
  padding: 1rem;
}
.zespol-container .container .zespol .person .image-container {
  padding: 0.25rem;
  border: solid 1px #f0f0f0;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #ddd;
}
.zespol-container .container .zespol .person .image-container .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 1rem;
}
.zespol-container .container .zespol .person .title {
  font-weight: 600;
  margin: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .zespol-container .container .zespol .person {
    flex-basis: 50%;
    padding: 0.5rem;
  }
}
.podziekowania {
  display: flex;
  flex-wrap: wrap;
}
.podziekowania .single-item {
  padding: 0.5rem;
}
.podziekowania .single-item .item-container {
  border: solid 1px #f0f0f0;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.podziekowania .single-item .item-container a {
  word-break: break-all;
  display: block;
  text-align: center;
}
.podziekowania .single-item .item-container a img {
  width: 100%;
}
.podziekowania .single-item .item-container a span {
  margin-top: 1rem;
  display: block;
}
.podziekowania .single-item .item-container:hover {
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

section.akcje-section {
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 0;
}
section.akcje-section .akcje .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.akcje-section .akcje .row .single-item {
  flex-basis: 33.33%;
  padding: 0;
}
section.akcje-section .akcje .row .single-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
section.akcje-section .akcje .row .single-item a {
  display: block;
  color: #212121;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease;
  border-bottom: solid 5px transparent;
  padding: 1rem;
}
section.akcje-section .akcje .row .single-item a h3 {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0;
  width: 100%;
}
section.akcje-section .akcje .row .single-item a p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: italic;
}
section.akcje-section .akcje .row .single-item a:hover {
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: solid 5px #ffcc00 !important;
  z-index: 1000;
  color: #212121;
}

section.co-robimy {
  color: #212121;
  margin: 0;
}
section.co-robimy .co-robimy-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.co-robimy .co-robimy-container .co-robimy-item {
  flex-basis: 33.33%;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-icon {
  width: 75px;
  height: 75px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-icon img {
  height: 100%;
  width: auto;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-icon i {
  font-size: 2rem;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-content {
  padding: 0 1rem;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-content h3 {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
}
section.co-robimy .co-robimy-container .co-robimy-item .co-robimy-item-content p {
  font-size: 0.75rem;
  font-weight: 400;
}

section.wolontariusze-section {
  margin-top: 0;
}
section.wolontariusze-section .wolontariusze {
  display: flex;
  align-items: stretch;
}
section.wolontariusze-section .wolontariusze .single-item {
  flex-basis: 25%;
  padding: 1rem;
  cursor: default;
}
section.wolontariusze-section .wolontariusze .single-item .item-container {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100%;
}
section.wolontariusze-section .wolontariusze .single-item .item-container a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.wolontariusze-section .wolontariusze .single-item .item-container img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
}
section.wolontariusze-section .wolontariusze .single-item .item-container h3 {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 1rem 0;
  margin: 0;
  width: 100%;
}
section.wolontariusze-section .wolontariusze .single-item .item-container div {
  max-width: 100%;
  font-style: italic;
}
section.wolontariusze-section .wolontariusze .single-item .item-container .wolontariusze-description {
  flex: 1;
  padding: 1rem;
  transition: all 0.3s ease;
}
section.wolontariusze-section .wolontariusze .single-item:hover .item-container .wolontariusze-description {
  background: #ffcc00;
  transition: all 0.3s ease;
}

html,
body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  color: #ffcc00;
}

main {
  margin-top: 142px;
  margin-bottom: 2rem;
}

section {
  padding: 2rem 0;
  margin: 3rem 0;
}

.btn, .newsletter-form div.wpforms-container-full form button.wpforms-submit,
.wp-block-button__link {
  padding: 0.75rem 2rem;
}

.btn-primary, .newsletter-form div.wpforms-container-full form button.wpforms-submit,
.wp-block-button__link {
  background: #ffcc00;
  font-weight: 600;
  color: #333;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2rem;
}
.btn-primary:hover, .newsletter-form div.wpforms-container-full form button.wpforms-submit:hover,
.wp-block-button__link:hover {
  transition: all 0.3s ease;
  background: #e6b800;
  color: #fff;
  text-decoration: none;
}

.full {
  width: 100%;
}

figcaption {
  text-align: center;
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin-top: 1.5rem;
}

.default-section {
  background-color: #ffcc00;
}
.default-section a {
  color: #2ea3f2;
}
.default-section a:hover {
  color: #0e8bdf;
}

.green-section {
  background-color: #00bc00;
  color: #fff;
}

.yellow-section {
  background: #ffcf06;
  color: #212121;
}

.white-section {
  background: #fff;
  color: #212121;
}

.grey-section {
  background-color: #f0f0f0;
  color: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.blue-section {
  background-color: #0c71c3;
  color: #fff;
}

.red-section {
  background-color: #e899dc;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.border-bottom {
  border-bottom: solid 1px #f0f0f0;
}

.popover {
  --bs-popover-max-width: 400px;
}
.popover h3.popover-header {
  background-color: #ffcc00;
  margin-top: 0;
}

.overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 106px;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay-open {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.dom-dzieciecy-osrodek-wsparcia .thumbnail {
  display: none;
}

h2 {
  text-align: left;
  font-weight: 800;
  font-size: 2.5rem;
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
  display: inline-block;
  justify-content: flex-start;
  width: 100%;
}
h2:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  background-color: #ffcc00;
  margin-top: 0.5rem;
}

/*# sourceMappingURL=fundacja.css.map */
