.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border-color: #fff;
}

nav {
  background-color: #207400;
}
nav .navbar-brand,
nav .nav-link,
nav .navbar-nav .nav-link.show,
nav .fa-bars {
  color: #fff;
}
nav .navbar-brand:hover,
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .nav-link.show {
  color: rgb(214, 214, 214);
}
nav .navbar-toggler {
  padding: 15px 15px;
}
nav .navbar-brand {
  font-weight: bold;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  color: #191919;
  background-color: #fff;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 30px;
}

p {
  font-size: 16px;
  line-height: 25px;
}

a {
  text-decoration: none;
}

footer .description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}
footer .single-footer-widget {
  padding: 10px 0px 10px 0px;
}
footer .widget-title {
  font-weight: bold;
}

section,
.container-padding {
  margin-top: 50px;
  margin-bottom: 30px;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.section-title a {
  text-decoration: none;
  color: #191919;
}

.subtitle {
  text-align: center;
  font-size: 16px;
}

.description {
  line-height: 25px;
}

.button_sections {
  margin: 10px 0px 10px 0px;
  padding: 12px 36px 12px 36px;
  color: white;
  font-size: 16px;
  border-radius: 36px;
  text-decoration: none;
  background-color: #207400;
}
.button_sections:hover {
  cursor: pointer;
}

.underline {
  background-color: #207400;
  width: 60px;
  height: 6px;
  margin: 10px 0px 20px 0px;
}

.underline-center {
  background-color: #207400;
  width: 60px;
  height: 6px;
  margin-top: 10px;
  margin-left: 0 auto;
  margin-bottom: 20px;
  margin-right: 0 auto;
}

.skip-link {
  position: absolute;
  top: -100px;
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: #21759b;
  top: 7px;
  transition: top 0s;
}

/* content pagination */
.pagination ul {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.pagination ul li:hover a {
  background: #002200;
}
.pagination ul li:active a {
  background: #002200;
}
.pagination ul li span,
.pagination ul li a {
  background: #207400;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 18px;
  padding-top: 3px;
  height: 35px;
  width: 38px;
  border-radius: 50%;
}
.pagination ul li span {
  background-color: #002200;
}
.pagination ul li a:hover {
  background-color: #002200;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.overlay-index {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

header.hero-img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/mobile/sukurs-mobile.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  z-index: 1;
  color: #fff;
}
header.hero-img h1 {
  text-transform: uppercase;
}

header.hero-contact-img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/mobile/kontakt-mobile.jpg);
  background-size: cover;
  background-position: center;
  height: 20vh;
  z-index: -11;
  color: #fff;
}

header.hero-about-img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/mobile/o-nas2.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  z-index: -11;
  color: #fff;
}

header.hero-news-img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/mobile/aktualnosci.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  z-index: -11;
  color: #fff;
}

header.hero-rodo-img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/mobile/rodo.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  z-index: -11;
  color: #fff;
}

.hero-card {
  position: absolute;
  margin-bottom: 20px;
  left: 10%;
  width: 80%;
  padding: 40px;
  background-color: #002200;
  z-index: 1;
}
.hero-card .h1-long-header {
  font-size: 25px;
}
.hero-card p {
  font-size: 14px;
  margin-bottom: 30px;
}
.hero-card .excerpt {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.hero-card .button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px 16px 40px;
  color: white;
  font-size: 16px;
  border-radius: 36px;
  text-decoration: none;
  box-shadow: 0px 0px 2px 2px rgb(0, 0, 0);
  background-color: #207400;
  z-index: 2;
  z-index: 2;
}
.hero-card .button:hover {
  cursor: pointer !important;
}

.hero-text-index {
  padding: 0px 20px 0px 20px;
}
.hero-text-index .h1-long-header {
  font-size: 25px;
}
.hero-text-index p {
  font-size: 18px;
  margin-bottom: 20px;
}
.hero-text-index .excerpt {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.hero-text-index .button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px 16px 40px;
  color: white;
  font-size: 16px;
  border-radius: 36px;
  text-decoration: none;
  box-shadow: 0px 0px 2px 2px rgb(0, 0, 0);
  background-color: #207400;
  z-index: 2;
  z-index: 2;
}
.hero-text-index .button:hover {
  cursor: pointer !important;
}

.about a {
  text-decoration: none;
  color: #fff;
}

.bg-green {
  background-color: #207400;
  padding: 50px 0px 50px 0px;
}
.bg-green .section-title {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.bg-green .underline {
  background-color: white;
  margin: 0 auto;
}
.bg-green .description {
  margin-top: 20px;
  color: white;
}

.underline-center {
  margin-left: auto;
  margin-right: auto;
}

.range-services h2 {
  text-align: center;
}
.range-services .underline-box {
  background-color: #207400;
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.range-services h3 {
  text-align: center;
  font-style: 18px;
}
.range-services .service-box {
  margin: 7px;
  border: 2px solid #207400;
  padding: 30px;
  transition: transform 400ms;
}
.range-services .service-box:hover {
  transform: scale(1.06);
}

.rodo-short .button {
  padding: 16px 40px 16px 40px;
  color: white;
  font-size: 16px;
  border-radius: 36px;
  text-decoration: none;
  box-shadow: 0px 0px 2px 2px rgb(0, 0, 0);
  background-color: #207400;
  display: block;
  width: -moz-fit-content;
  width: fit-content; /* albo np. 200px */
  margin: 0 auto; /* wycentruje w poziomie */
}
.rodo-short .button:hover {
  cursor: pointer !important;
}

.rodo-offer .wrapper {
  margin-top: 20px;
}
.rodo-offer .col-pading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rodo-offer .col-pading .card {
  background: #ffffff;
  border-radius: 20px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rodo-offer .col-pading .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.rodo-offer .col-pading .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px 0 5px 0;
}
.rodo-offer .col-pading .card .card-body p {
  margin: 0;
  text-align: center;
}

.characters {
  margin-top: 50px;
}
.characters p {
  color: white;
  padding: 10px 0px 10px 0px;
}

.container-custom {
  max-width: 1000px;
  margin: 0 auto;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.partners {
  margin-top: 20px;
}
.partners a {
  text-decoration: none;
  color: #191919;
}
.partners .partner-box {
  margin: 7px;
  border: 2px solid rgba(68, 68, 68, 0.52);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 20px;
}
.partners .partner-box img {
  max-width: 150px;
}
.partners .partner-box p {
  font-size: 16px;
  padding: 10px 0px 10px 0px;
}

.person {
  margin-top: 50px;
}
.person p {
  margin-top: 20px;
}
.person .img-person {
  max-width: 200px;
}

.news-single a {
  text-decoration: none;
  color: #191919;
}
.news-single h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  padding: 5px 0px 5px 0px;
}
.news-single .date {
  font-size: 16px;
  font-weight: 900;
}
.news-single .news-category .category-bg {
  margin: 0px 1px 0px 1px;
  padding: 5px 10px 5px 10px;
  background-color: #207400;
}
.news-single .news-category .category-bg a {
  font-size: 16px;
  color: white;
}

.news-card {
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.news-card h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  padding: 5px 0px 5px 0px;
}
.news-card h2 a {
  text-decoration: none;
  color: #191919;
}
.news-card .date-year-category {
  line-height: 30px;
  font-size: 16px;
}
.news-card .date {
  font-size: 16px;
  font-weight: 900;
}
.news-card .news-category .category-bg {
  margin: 0px 1px 0px 1px;
  padding: 5px 10px 5px 10px;
  background-color: #207400;
}
.news-card .news-category .category-bg a {
  font-size: 16px;
  text-decoration: none;
  color: white;
}

.sidebar .category-list {
  list-style: none;
  padding-left: 0px;
}
.sidebar .category-list li {
  padding: 4px 0px 4px 0px;
}
.sidebar .category-list li a {
  text-decoration: none;
}

.contact-map {
  max-width: 600px;
  max-height: 550px;
}

/*animation------------*/
.card-move {
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: all 2s ease;
}

.show-bottom {
  position: relative;
  transform: translateY(0px);
  opacity: 1;
  z-index: 10;
}

/* po pojawieniu */
.hidden-top.show {
  transform: translateY(0);
  opacity: 1;
  z-index: 10;
}

.hidden-left.show {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}

.hidden-top {
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: all 2s ease;
}

.hidden-left {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: all 2s ease;
}

@media (min-width: 576px) {
  .partners .partner-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100px;
  }
  .partners .partner-box img {
    max-width: 50px;
  }
  .partners .partner-box p {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 0px 0px 10px;
  }
}
@media (min-width: 778px) {
  .rodo-offer .col-pading .card {
    min-height: 95px;
  }
}
@media (min-width: 992px) {
  .nav .navbar-brand {
    height: 100px;
  }
  header.hero-img {
    background-image: url("../img/desktop/sukurs.jpg");
  }
  header.hero-about-img {
    background-image: url("../img/desktop/o-nas2.jpg");
  }
  header.hero-news-img {
    background-image: url("../img/desktop/aktualnosci.jpg");
  }
  header.hero-contact-img {
    background-image: url("../img/desktop/kontakt.jpg");
    height: 50vh;
  }
  header.hero-rodo-img {
    background-image: url("../img/desktop/rodo.jpg");
  }
  .hero-card {
    width: 40%;
  }
  .hero-card .button {
    font-size: 20px;
  }
  .hero-card p {
    font-size: 16px;
  }
  .range-services .service-box {
    height: 610px;
  }
  .person p {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .range-services .service-box {
    height: 520px;
  }
}
@media (min-width: 1400px) {
  .range-services .service-box {
    height: 450px;
  }
}
.footer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #207400;
  padding: 60px;
}

.footer_area .row {
  margin-left: -25px;
  margin-right: -25px;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
  color: white;
  text-decoration: none;
}

.single-footer-widget .copywrite-text a {
  color: white;
  font-size: 1rem;
}

.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  color: #002200;
}

.single-footer-widget .widget-title {
  margin-bottom: 1.5rem;
}

.single-footer-widget .footer_menu li a {
  color: white;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
  color: rgb(214, 214, 214);
}

.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}

.footer_social_area a {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  box-shadow: none;
  margin-right: 10px;
}

.footer_social_area a i {
  line-height: 36px;
}
@keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.footer_menu > ol li,
.footer_menu > ul li {
  list-style: none;
}

.footer_menu > ol,
.footer_menu > ul {
  margin: 0;
  padding: 0;
}

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: #207400;
  z-index: 100;
  display: none;
}

#cookies .cookies #cookies-btn,
#cookies .cookies a {
  border-radius: 5px;
  font-size: 1rem;
  padding: 8px 14px 8px 14px;
  font-family: inherit;
  cursor: pointer;
  background-color: #002200;
  color: white;
  line-height: normal;
}

@media (max-width: 1600px) {
  #cookies .container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #cookies .cookies {
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */