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

:root {
  --bs-primary: #5CB265 !important;
  --bs-primary-rgb: 92, 178, 101 !important;
  --bs-secondary: #fcd200 !important;
  --bs-secondary-rgb: 252, 210, 0 !important;
}

body {
  font-family: "Nunito", sans-serif;
  color: black;

}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 700;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
  font-weight: 600;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.logo {
  max-width: 100px;
  width: 100%;
}
.img-back {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn {
  border-width: 2px;
  border-radius: 100px;
  font-weight: 600;
  padding: 10px 20px;
}
.btn-primary {
 background-color: white !important;
 color: black !important;
 border-color: white !important;
}
.btn-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}
.btn-outline-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.nav-link {
  color: black;
}
.soc-icon {
  font-size: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soc-icon i {
  line-height: 1;
}
.si1 {
  background-color: var(--bs-primary);
}
.si2 {
  background-color: #F17A72;
}
.si3 {
  background-color: #24B6E9;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

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

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

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