/* 
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Motyw potomny dla Hello Elementor
Author: Bartosz Walczak
*/
@import "../hello-elementor/style.css";
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
#site-header .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#site-header .nav-container .logo {
  width: 100px;
  margin: 0 10px;
}
#site-header .nav-container .menu-toggle {
  display: none;
  border: none;
  background-color: none;
}
#site-header .nav-container .menu-toggle:hover,
#site-header .nav-container .menu-toggle:focus {
  background-color: unset !important;
}
#site-header .nav-container .menu-toggle .hamburger {
  display: block;
  width: 30px;
}
#site-header .nav-container .menu-toggle .closer {
  display: none;
  width: 30px;
}
#site-header .nav-container .menu-toggle.open .hamburger {
  display: none;
}
#site-header .nav-container .menu-toggle.open .closer {
  display: block;
}
#site-header .nav-container .hamburger {
  width: 20px;
}
#site-header .nav-container .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#site-header .nav-container .nav-menu li {
  margin-left: 20px;
}
#site-header .nav-container .nav-menu li a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  padding: 4px 0;
  transition: 0.5s;
  border-bottom: none !important;
}
#site-header .nav-container .nav-menu li a:hover {
  color: #94a3b8;
}
#site-header .nav-container .nav-menu li a[aria-current="page"] {
  color: #211145;
  /* krwista czerwień, by było widać */
  font-weight: 700;
  /* pogrubienie */
  border-bottom: 2px solid currentColor;
  /* linia pod spodem */
  padding-bottom: 0.25em;
  /* odstęp dla podkreślenia */
}
#site-header .nav-container .nav-menu.open {
  display: flex;
}
.site-content {
  margin-top: 100px;
}
.site-content.page-404 {
  display: flex;
  justify-content: center;
}
.site-content.page-404 .img404 {
  height: 550px;
  margin: 100px 0;
}
.site-content .contact_form input,
.site-content .contact_form select {
  border: 1px solid #d1d1d1;
}
.site-content .contact_form .wpcf7-spinner {
  display: block;
}
.site-content .contact_form .wpcf7-response-output {
  border: none;
  margin: 32px 0;
  max-width: 260px;
  justify-self: center;
}
.site-content .contact_form .invalid {
  color: #de3232;
}
.site-content .contact_form .sent {
  color: #06d001;
}
.site-content .contact_form .wpcf7-submit {
  background-color: #ffeb00;
  font-family: "Roboto Mono", Sans-serif;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: #000000;
  color: #000000;
  border-style: double;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  padding: 21px 21px 21px 21px;
}
.site-content .contact_form .wpcf7-submit:hover {
  background-color: #f5e200;
}
.site-content .plan-dzialania h3 {
  font-size: 1.3em;
}
.site-footer {
  color: #000;
  padding: 60px 0;
  background-color: #131323;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}
.site-footer a {
  color: #f8f4fc;
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer a:hover {
  color: #a573d4;
}
.site-footer a svg {
  width: 35px;
  fill: #f8f4fc;
  transition: 0.5s;
}
.site-footer a svg:hover {
  fill: #a573d4;
}
.site-footer .site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.site-footer .site-footer-inner .footer-logo img {
  max-width: 85px;
  height: auto;
}
.site-footer .site-footer-inner .footer-contact {
  align-content: center;
}
.site-footer .site-footer-inner .footer-contact .footer-contact__details {
  font-size: 0.9rem;
  line-height: 1.6;
  display: flex;
  gap: 20px;
}
.site-footer .site-footer-inner .footer-contact .footer-contact__details p {
  font-size: 19px;
  display: flex;
  color: #fff;
}
.site-footer .site-footer-inner .footer-contact .footer-contact__details p strong {
  display: block;
  margin-right: 5px;
}
.site-footer .site-footer-inner .footer-contact .footer-contact__details .social-links a {
  margin: 0 10px;
}
.site-footer .copywrite {
  display: flex;
  justify-content: space-around;
}
.site-footer .copywrite p {
  color: #efefef;
}
.site-footer a:focus {
  outline: 2px dashed #ffffff;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  #site-header .nav-container {
    position: relative;
  }
  #site-header .nav-container .menu-toggle {
    display: flex !important;
    position: relative;
    z-index: 200;
  }
  #site-header .nav-container .nav-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    padding-top: 40px !important;
    background-color: #fff;
    border-left: 1px solid #efefef;
    flex-direction: column;
    padding-top: 60px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 150;
  }
  #site-header .nav-container .nav-menu.open {
    transform: translateX(0);
  }
  #site-header .nav-container .nav-menu li {
    margin: 15px 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  #site-header .nav-container .nav-menu li a {
    display: block;
    padding: 10px 0;
  }
  #site-header .nav-container .nav-menu li a:hover {
    background-color: #efefef;
  }
  .atf_image {
    position: relative;
    z-index: 1;
  }
  .atf_image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .atf_text_container {
    margin-top: 430px !important;
  }
  .introduce_spec {
    position: relative;
  }
  .introduce_spec img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .introduce_text {
    margin-top: 370px !important;
  }
  .site-footer {
    width: 100%;
    flex-direction: column;
  }
  .site-footer .site-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-footer .site-footer-inner .footer-logo img {
    width: 55px;
  }
  .site-footer .site-footer-inner .footer-contact .footer-contact__details {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .site-footer-inner .footer-contact .footer-contact__details p {
    flex-direction: column;
  }
  .site-footer .site-footer-inner .footer-contact .footer-contact__details .social-links {
    display: flex;
    gap: 30px;
  }
  .site-footer .copywrite {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}
