/*
 Theme Name: wiedzawartamilion
 Author: tadamart.pl
 Version: 1.0
 */


:root {
  --color: #0E76BC;
}

body {
  font-family: "futura-pt", sans-serif;

}


.admin-bar {
  margin-top: 32px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600 !important;
  line-height: 1 !important;
}
strong {
  font-weight: 500;
}
a {
  transition: 0s !important;
}
p, li, td, th {
  line-height: 1.5;
  font-size: 18px;
}


/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: var(--color);
  height: 2px;
  width: 31px;
  margin-top: 9px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2sease-out;
  transform-origin: center left;
  margin-left: auto;
}
.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, -23%) rotate(-45deg);
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span:first-child {
  margin-top: 5px !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */

.text-primary {
  color: var(--color) !important;
}
.logo {
  max-width: 270px;
}
.btn-primary {
  background-color: var(--color) !important;
  border: 0px !important;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 100px;
  text-transform: uppercase;
  color: white;
}
.btn-primary:hover {
  background-color: black !important;
}
.btn-secondary {
  background-color: black !important;
  border: 0px !important;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 100px;
  color: white;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: var(--color) !important;
}
.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}
.nav-link {
  padding: 0px !important;
  margin: 0px 20px !important;
  color: #000 !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.nav-link:hover {
  color: var(--color) !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.btn-close {
  opacity: 1 !important;
}
.navbar {
  padding: 0px !important;
}
.hero {
  min-height: 700px;
  background-size: cover;
  background-position: center;
}
.box {
  box-shadow: 0px 0px 15px #0000001A;
  border-radius: 30px;
  background-color: white;
}
.mx-width {
  max-width: 500px;
  margin: 0 auto;
}
.sec-form {
margin-top: -200px;
}
.form-control {
  border-radius: 30px;
  border: 1px solid #F2F2F2;
  padding: 13px 25px;
  color: black;
  font-weight: 500;
}
.form-label {
 width: 100% !important;
}
::placeholder {
  color: black !important;
}
.lab-sp {
  margin-left: 25px;
  margin-top: 7px;
  font-size: 14px;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.accept {
  margin-top: -10px;
  margin-bottom: 25px;
}
.accept label {
  font-size: 11px;
  cursor: pointer !important;
  line-height: 1.3;
}
.form-check-input {
  width: 18px;
  height: 18px;
  margin-left: -2.4em !important;
  border: 1px solid #e4e2e2;
  cursor: pointer !important;
}
.form-check-input:checked {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-left: 23px !important;
}
.wpcf7-spinner {
position: absolute !important;
}
.wpcf7-list-item-label strong {
  color: green !important;
}
.wpcf7-list-item-label a strong {
  color: black !important;
}
.bg-primary {
  background-color: var(--color) !important;
}
.bg-wiedza {
background-size: cover;
background-position: center;
}
.number {
  width: 55px;
  text-align: center;
  height: 55px;
  margin-bottom: 0px;
}
.steps p {
  font-size: 16px;
}
.accordion-button {
  font-weight: 500 !important;
  font-size: 20px !important;
}
.accordion-button:not(.collapsed) {
  color: black !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: white !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item {
  border-color: #F2F2F2 !important;
}
.small {
  font-size: 12px !important;
}
.line {
  border-top: 1px solid #2582c2;
}
.page-template-default .custom-page a {
  color: black !important;
}
/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {

}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {

}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .nav-link {
    padding: 0px !important;
    margin: 10px 0px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .hero-buttons {
    width: fit-content;
    margin: 0 auto;
  }
  .logo {
    max-width: 140px;
  }
  header .btn-primary {
    padding: 8px 12px;
    font-size: 11px;
  }
  .accordion-button {
    font-size: 16px !important;
  }
  p, li, td, th {
    font-size: 16px;
  }
  .payments img {
    height: 20px;
  }
  .form-label {
    width: 100%;
  }
  iframe {
    height: 200px !important;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {

}

