:root {
  --primaryColor: #105dfb;
}

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/gilroy-light-webfont.woff2") format("woff2"), url("../webfonts/gilroy-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../webfonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal
}

#mainHeader {
  position: relative;
  background: #fff;
  z-index: 3;
  border-bottom: solid 3px #e7e7e7;
  transition: .3s ease-out
}

#mainHeader .navbar {
  padding: 25px 0 25px
}

@media(max-width: 575px) {
  #mainHeader .navbar {
    padding: 10px 0
  }
}

@media(max-width: 575px) {
  #mainHeader .navbar .container-fluid {
    align-items: flex-start
  }
}

@media(max-width: 991px) {
  #mainHeader:after{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-100%);
    transition: .3s ease-out;
  }
  #mainHeader .navbar .navbar-collapse {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: calc(100vh - 91px)
  }
  #mainHeader .navbar .navbar-collapse .navbar-nav{
    margin: 0 !important;
  }

  #mainHeader .navbar .navbar-collapse li + li{
    border-top: solid 2px #dadada;
  }

  #mainHeader .navbar .navbar-collapse li:last-of-type{
    border-bottom: solid 2px #dadada;
  }

  #mainHeader .navbar .navbar-collapse li .nav-link{
    line-height: 1;
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
  }
  #mainHeader .navbar .navbar-collapse .btn{
    font-size: 22px;
  }

  #mainHeader .navbar .navbar-collapse li.dropdown .nav-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #mainHeader .navbar .navbar-collapse li.dropdown .nav-link.show{
    background: var(--primaryColor);
    color: #FFFFFF !important;
  }
  #mainHeader .navbar .navbar-collapse li.dropdown .nav-link:after{
    font-size: 100%;
    transform: rotate(-90deg);
  }

  #mainHeader .navbar .navbar-collapse li.dropdown .dropdown-item{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 12px 30;
  }
  #mainHeader .navbar .navbar-collapse li.dropdown .dropdown-item:before{
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
    font-size: 80%;

  }
  #mainHeader .navbar .navbar-collapse li.dropdown .dropdown-menu{
    padding: 12px 0;
    border: none;
  }
  #mainHeader .navbar .navbar-collapse li.dropdown .dropdown-menu li{
    border: none;
  }
}

#mainHeader .navbar-toggler {
  background: transparent;
  border: none;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;

}
#mainHeader .navbar-toggler span{
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #000000;
  overflow: hidden;
  transition: .3s ease-out;
}
#mainHeader .navbar-toggler span:first-child{
  height: 4px;
  overflow: hidden;
  border: solid 2px #000000;
}

#mainHeader .navbar-toggler span + span{
  margin-top: 4px;
}
#mainHeader .navbar-toggler span:nth-child(3){
  width: 18px;
  margin-left: auto;
}
#mainHeader .navbar-brand {
  position: relative;
  font-size: 40px;
  font-family: "Gilroy", sans-serif;
  transition: .3s ease-out;
}

#mainHeader .navbar-brand strong {
  font-weight: 900
}

#mainHeader .navbar-nav .nav-item.active .nav-link, #mainHeader .navbar-nav .nav-item:hover .nav-link {
  color: #105dfb
}

#mainHeader .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #141414
}

@media(max-width: 991px) {
  #mainHeader .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
  }
}

#mainHeader .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "";
  border: none;
  font-family: "Font Awesome 6 Pro";
  vertical-align: middle;
  font-size: 80%
}
@media(max-width: 991px){
  body.menu-is-open{
    overflow: hidden;
  }
  body.menu-is-open #mainHeader{
    background: #FFFFFF !important;
  }
  body.menu-is-open #mainHeader .navbar-brand{
    color: #000000;
  }
  body.menu-is-open #mainHeader .navbar-toggler span:first-child{
    border-color: #000000;
    border-width: 3px;
    height: 35px;
    width: 35px;
    font-size: 15px;
    background: transparent;
    border-radius: 10px;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body.menu-is-open #mainHeader .navbar-toggler span:nth-child(2),
  body.menu-is-open #mainHeader .navbar-toggler span:nth-child(3){
    display: none;
  }
  body.menu-is-open #mainHeader:after{
    transform: none;
  }
  #mainHeader .navbar .navbar-collapse{
    border-top: solid 2px #dadada
  }
}


.hd-figure {
  fill: #f7f7f7
}

.home .hd-figure, .page-template-front-page-php .hd-figure {
  fill: #141414
}

.home #mainHeader, .page-template-front-page-php #mainHeader {
  background: transparent !important;
  border-color: #2e2e2e
}

.home #mainHeader .navbar, .page-template-front-page-php #mainHeader .navbar {
  background: transparent !important
}

.home #mainHeader .navbar-brand,
.page-template-front-page-php #mainHeader .navbar-brand {
  color: #FFFFFF;
  }
.page-template-front-page-php #mainHeader .navbar-toggler span{
  background: #FFFFFF;
}
.page-template-front-page-php #mainHeader .navbar-toggler span:first-child{
  border-color: #FFFFFF;
}
.home #mainHeader .navbar-nav .nav-item .nav-link, .page-template-front-page-php #mainHeader .navbar-nav .nav-item .nav-link {
  color: #fff
}

#mainFooter {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  color: #000
}

#mainFooter .navbar-brand {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 40px;
  font-family: "Gilroy", sans-serif
}

#mainFooter .navbar-brand strong {
  font-weight: 900
}

#mainFooter .widget-area {
  padding: 80px 0 50px
}

@media(max-width: 575px) {
  #mainFooter .widget-area {
    padding: 50px 0 30px
  }
}

#mainFooter .widget-area .widget {
  margin: 0 0 30px
}

#mainFooter .widget-area .widget h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 10px
}

#mainFooter .widget-area .widget.social .nav li {
  margin: 0
}

#mainFooter .widget-area .widget.social .nav li+li {
  margin-left: 10px
}

#mainFooter .widget-area .widget.social .nav li .nav-link {
  padding: 0;
  font-size: 18px;
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #105dfb
}

#mainFooter .widget-area .widget .widget-title {
  color: #105dfb;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin: 10 0 10px
}

#mainFooter .widget-area .widget p, #mainFooter .widget-area .widget ul {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 32px;
  font-weight: 500
}

@media(max-width: 767px) {
  #mainFooter .widget-area .widget p, #mainFooter .widget-area .widget ul {
    font-size: 16px
  }
}

#mainFooter .widget-area .widget p a {
  color: #105dfb;
  text-decoration: none
}

#mainFooter .widget-area .widget ul {
  list-style: none;
  padding: 0
}

#mainFooter .widget-area .widget ul li+li {
  margin-top: 3px
}

#mainFooter .widget-area .widget ul a {
  color: #4a4a4a;
  display: block;
  text-decoration: none;
  transition: .3s ease-out
}

#mainFooter .widget-area .widget ul a:hover, #mainFooter .widget-area .widget ul a:focus {
  color: #105dfb
}

#mainFooter .widget-area .widget ul.decorated-list li {
  position: relative;
  padding-left: 20px
}

#mainFooter .widget-area .widget ul.decorated-list li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 70%;
  color: #105dfb;
  position: absolute;
  left: 0;
  top: 0
}

#mainFooter .widget-area .widget ul.small-nav li+li {
  margin-top: 10px
}

#mainFooter .widget-area .widget ul.small-nav li a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1
}

#mainFooter .widget-area .widget>*:last-child {
  margin-bottom: 0
}

#mainFooter .bottom-bar {
  border-top: solid 1px rgba(255, 255, 255, .5);
  padding: 13px 0
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #595959;
}

@media(max-width: 575px) {
  body {
    overflow-x: hidden
  }
}

body .header-decoration-wrapper {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1
}

body .header-decoration {
  width: 100%
}

@media(max-width: 575px) {
  body .header-decoration {
    width: 300%
  }
}

body main {
  position: relative;
  z-index: 2
}

img {
  max-width: 100%
}

h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 1.2
}

h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 1.2
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5
}

@media(max-width: 575px) {
  h3 {
    font-size: 18px
  }
}

h3 strong {
  color: #105dfb
}

h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900
}

p, ul, ol{
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px
}

p strong, ul strong{
    font-weight: 700;
}
.main-single-content h3{
    font-size: 28px;
    color: inherit;
}
.main-single-content h3 strong{
    color: inherit;
}
@media(max-width: 575px) {
  p, ul {
    font-size: 16px
  }
}

.nsx-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  color: #3e3e3e
}

.nsx-breadcrumb__item--spacer {
  padding: 0 5px
}

.nsx-breadcrumb a {
  font-weight: 600;
  color: inherit;
  text-decoration: none
}

.nsx-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.nsx-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #767676
}

.nsx-pagination .page-numbers+.page-numbers {
  margin-left: 10px
}

.nsx-pagination .page-numbers:hover, .nsx-pagination .page-numbers.current {
  background: #000;
  color: #fff
}

.btn {
  font-family: "Gilroy", sans-serif;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: .01em;
  border-radius: 10px;
  outline: none !important;
  box-shadow: none !important
}

@media(max-width: 575px) {
  .btn {
    font-size: 16px;
    line-height: 23px
  }
}

.btn.btn-primary {
  background: #105dfb;
  color: #fff;
  border: none
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active {
  background: #0448d4
}

.btn.btn-primary-alt {
  background: #fff;
  color: #000;
  border: none
}

.btn.btn-primary-alt:hover, .btn.btn-primary-alt:focus, .btn.btn-primary-alt.active {
  background: #105dfb;
  color: #fff
}

.btn.btn-black {
  color: #fff;
  background: #000;
  border: none
}

.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.active {
  background: #105dfb;
  color: #fff
}

@media(min-width: 1024px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(min-width: 1250px) {
  .container-fluid {
    padding-left: 150px;
    padding-right: 150px
  }
}

@media(min-width: 1500px){
  .container-fluid {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.coaches-top-filter{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.coaches-top-filter .coaches-inputs{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}
.coaches-top-filter .coaches-inputs select,
.coaches-top-filter .coaches-inputs input{
  border-color: #FFFFFF;
  border-radius: 0
}
.coaches-top-filter .coaches-inputs select{
  border-right: solid 1px #000000;
}
.coaches-top-filter .coaches-inputs.search-area{
  flex: 1;
}
.coaches-top-filter .coaches-inputs.search-area i{
  color: var(--primaryColor)
}

.coaches-top-filter .btn{
  flex: 0 0 180px;
  max-width: 180px;
}
@media(max-width: 767px){
  .coaches-top-filter .coaches-inputs select{
    border-right-color: #FFFFFF;
  }
  .coaches-top-filter .coaches-inputs{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .coaches-top-filter .btn{
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0 !important
  }
}
.container-fluid .container-fluid {
  padding: 0 12px
}



.cta-group .btn+.btn {
  margin-top: 0;
  margin-left: 30px
}

@media(max-width: 575px) {
  .cta-group .btn+.btn {
    margin-left: auto
  }
}

.white-block {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, .11)
}

.white-block__title {
  line-height: 1;
  font-size: 30px
}

.white-block__icon {
  font-size: 65px;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  color: #105dfb
}
@media(max-width: 991px){
  .seo-block-bg{
    padding-bottom: 45%
  }
}

.content-editor ul {
  list-style: none;
  padding: 0
}

.content-editor ul li {
  position: relative;
  padding-left: 30px
}

.content-editor ul li+li {
  margin-top: 10px
}

.content-editor ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  color: #105dfb
}

.section {
  padding: 100px 0;
  color: #000
}

@media(max-width: 991px) {
  .section {
    padding: 70px 0
  }
}

@media(max-width: 575px) {
  .section {
    padding: 50px 0
  }
}

.section--hero{
  padding-top: 50px;
}
.section:not(.section--hero):first-child {
  padding-top: 50px
}

.section__title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2
}

.section__subtitle {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2
}

@media(max-width: 575px) {
  .section__title {
    font-size: 40px
  }
}

.section--white+.section--white {
  padding-top: 0
}

.section--top-radius {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px
}

@media(max-width: 575px) {
  .section--top-radius {
    border-radius: 15px
  }
}

.section--primary {
  background: #105dfb;
  color: #fff
}

.section--primary+.section--primary {
  padding-top: 0
}

.accordion .accordion-item {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, .11)
}

.accordion .accordion-item+.accordion-item {
  margin-top: 30px
}

.accordion .accordion-item .accordion-body {
  background: transparent;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  padding-top: 0
}

.accordion .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  box-shadow: none;
  color: #000
}
.accordion .accordion-item .accordion-button i{
  color: var(--primaryColor);
}
/*# sourceMappingURL=general.min.css.map */
body.page-template-front-page .header-decoration-wrapper {
  height: 91vh;
}
@media(min-width: 1400px){
  body.page-template-front-page .header-decoration-wrapper {
    height: 100vh;
  }
}

body.page-template-front-page .header-decoration-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
}

body.page-template-front-page .header-decoration-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: #FFFFFF;
}

body.page-template-front-page .header-decoration {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  background: #FFFFFF;
}

.single-post-thumbnail {
  position: relative;
  padding-bottom: 35%;
  border-radius: 15px;
  overflow: hidden
}

.single-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-avatar .avatar {
  display: block !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

/* COACHES */
.white-block.coach{
  box-shadow: none;
  border: solid 1px #e0e0e0;
}
.white-block.coach h3{
  font-size: 22px;
  line-height: 1.8;
  color: #000000;
}
.white-block.coach figure{
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}
.white-block.coach figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.white-block.coach h3 a{
  color: inherit;
  text-decoration: none;
}
.white-block.coach p{
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}
.white-block.coach .coach__meta{
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}
.white-block.coach .coach__meta i{
  color: var(--primaryColor);
}

/* Single Coach */
.section--single-coach .white-block{
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, 0.11);
}

.coach-profile{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, 0.11);
}

.coach-profile figure{
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  border: solid 1px #e0e0e0;
}
.coach-profile figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coach-profile__meta i{
  color: var(--primaryColor);
}
.coach-profile h1{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #000000;
}
.coach-profile__contact{
  padding: 20px;
  margin: 20px -20px -20px;
  border-top: solid 1px #e0e0e0;
}
.section--single-coach .white-block h3{
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin: 0 0 20px;
}

.section--single-coach .white-block ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.section--single-coach .white-block ul li{
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 12px;
  margin: 0 0 20px;
}
@media(max-width: 575px){
  .section--single-coach .white-block ul li{
  max-width: 100%;
  flex: 0 0 100%;
  }
}

.section--single-coach .white-block ul li span{
  border: solid 1px #c4c4c4;
  border-radius: 5px;
  padding: 15px 40px;
  display: block;
  position: relative;
}
.section--single-coach .white-block ul li span:before{
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: var(--primaryColor);
  position: absolute;
  left: 13px;
}

.related-trainers-loop .coach{
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  margin: 0 0 30px;
  text-align: center;
}
.related-trainers-loop .coach figure{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
}
.related-trainers-loop .coach h3{
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.related-trainers-loop .coach h3 a{
  color: inherit;
  text-decoration: none;
}
hr{
  border-color: #dee2e6;
  opacity: 1;
}
.excercises-loop .exercise{
  overflow: hidden;
  border-radius: 15px;
  border: solid 1px #e0e0e0;
  box-shadow: none !important;
}
.excercises-loop .exercise figure{
  position: relative;
  padding-bottom: 90%;

}.excercises-loop .exercise .exercise__tag{
  display: block;
  padding: 3px 15px;
  background: var(--primaryColor);
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 2;
  text-decoration: none;
  border-radius: 5px;
}
.related-trainers-loop .coach figure img,
.excercises-loop .exercise figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.excercises-loop .exercise .exercise__title{
  font-size: 23px;
  font-weight: 800;
  font-family: 'Gilroy';
  margin: 0 0 10px;
}
.excercises-loop .exercise .exercise__info__data{
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  text-transform: capitalize;
}
.excercises-loop .exercise  .exercise__info__data i{
  color: var(--primaryColor);
  font-size: 20px;
}
.excercises-loop .exercise .exercise__title a{
  color: inherit;
  text-decoration: none;
}
.exercise__info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.related-trainers-loop .coach .coach__meta{
  margin: 0 0 10px;
}
.related-trainers-loop .coach .coach__meta i{
  color: var(--primaryColor);
}
.coaches-filter{
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, 0.11);
}
.excercises-terms{
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 13px 51px 0px rgba(95, 95, 95, 0.11);
}
.excercises-terms a{
  display: flex;
  text-decoration: none;
  color: #000000;
  transition: .3s ease-out;
}

.excercises-terms a:after{
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: auto;
  width: 19px;
  height: 19px;
  color: #FFFFFF;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #c0c0c0;
}
.excercises-terms a.active:after{
  background: #000;
  border-color: #000;
}
.excercises-terms a+a{
  margin-top: 10px;
}
.coaches-filter .form-group__label,
.excercises-terms .form-group__label{
  font-size: 18px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  margin: 0 0 5px;
}
.decorated-input{
  position: relative;
  background: #FFFFFF;
}
.decorated-input .form-control{
  background: transparent;
  padding-left: 35px;
  z-index: 1;
}

.decorated-input i{
  position: absolute;
  top: 11px;
  left: 13px;
  z-index: 0;
}

@media(max-width: 575px){
  .section--hero .cta-group{
    margin: 0 0 30px;
  }
  .section--hero .cta-group .btn{
    width: 100%;
    font-size: 22px;
  }
  .section--hero .cta-group .btn+.btn{
    margin-top: 15px;
  }
  body.page-template-front-page .header-decoration-wrapper{
    height: 130vh;
  }
}

@media(max-height: 920px) and (min-width: 1024px){
  body.page-template-front-page .header-decoration-wrapper::before{
    height: 34%;
    z-index: 2;
    min-height: 170px;
  }
  body.page-template-front-page .header-decoration-wrapper{
    height: 115vh;
  }
  .home .section--hero, .page-template-front-page-php .section--hero{
    padding-top: 50px;
  }
  #mainHeader .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media(min-width: 1024px) and (max-width: 1249px){
  .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  #mainHeader .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    line-height: 1.8;
  }
}

.frm-fluent-form .gray-block{
  background: #f7f7f7;
  padding: 20px 30px;
  border-radius: 10px;
}
.ff_payment_summary{
  overflow: auto;
}
.frm-fluent-form .gray-block + .gray-block{
  margin-top: 20px;
}
.frm-fluent-form .step-nav, .frm-fluent-form .ff_submit_btn_wrapper{
  margin-top: 35px;
}
.ff-default .ff-btn-secondary:not(.ff_btn_no_style),
.frm-fluent-form .ff-btn-submit:not(.btn-primary){
  border-radius: 10px;
  background: var(--primaryColor) !important;
  border: none;
  color: #FFFFFF;
  border: none;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
  padding: 10px 40px;
}
.fluentform .ff-step-titles{
  padding-top: 20px;
}
.fluentform .ff-step-titles li:before{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 49px;
  background: #ebebeb;
  border-color: #ebebeb;
  color: #acacac;
  font-weight: 500;
}
.row-wrapper>.ff-t-cell{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
#fluentform_3, #fluentform_4{
  margin-top: 50px;
}
.block-side-icon{
  position: relative;
  padding-left: 80px;
}
.block-side-icon i{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  border: solid 3px var(--primaryColor);
  color: var(--primaryColor);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fluentform .ff-step-titles li span{
  color: #000 !important;
  font-size: 15px;
}
.fluentform .ff-el-input--label{
  margin-bottom: 10px;
}
.fluentform .ff-step-titles li:after{
  background: #ebebeb;
  top: 25px;
}
.fluentform .ff-step-titles li.active:before{
  color: #FFFFFF;
  background: var(--primaryColor);
  border-color: var(--primaryColor);
}

.ff-default .ff-el-form-check label.ff-el-form-check-label{
  position: relative;
  display: block;
  width: 100%;
}
.ff-default .ff-el-form-check+.ff-el-form-check{
  margin-top: 10px !important;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label:not(.ff_tc_label) input{
  display: none;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input + span{
  position: relative;
  background: #FFFFFF;
  border: solid 2px #FFFFFF;
  padding: 5px 10px 5px 34px;
  border-radius: 5px;
  display: block;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input + span:before{
  content: '';
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #FFFFFF;
  border: solid 2px #d4d4d4;
  transition: .3s ease-out;
}
.star-dust, .stardust{
  color: #ffd014;
}
p:empty {
  display: none;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input + span:after{
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  opacity: 0;
  color: var(--primaryColor);
  transition: .3s ease-out;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input:checked + span{
  border-color: #00a7fd;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input:checked + span:before{
  border: solid 5px var(--primaryColor);
}
.ff-default .ff-el-form-check label.ff-el-form-check-label input:checked + span:after{
  opacity: 1;
}
.row-wrapper>.ff-t-cell .col-lg-6,
.row-wrapper>.ff-t-cell .col-lg-12{
  padding: 0 12px;
}
.big-banner{
  border: solid 1px #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
}
@media(max-width: 991px){
  .big-banner .bg{
    padding-bottom: 45%;
  }
}
.section--content-blocks,
.page-template-template-prices main,
.page-template-template-team main,
.page-id-22369 main{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-template-front-page .section--content-blocks:before,
.page-template-template-prices main:before,
.page-template-template-team main:before,
.page-id-22369 main:before
{
  content: '';
  display: block;
  height: 40%;
  width: 120%;
  background: #f7f7f7;
  position: absolute;
  z-index: -1;
  top: 10%;
  bottom: 0;
  left: -10%;
  right: 0;
  margin: auto;
  transform: skewY(-4deg) rotate(-21deg);
  border-radius: 100px;
}
.nav-tabs li{
  flex: 1;
  padding: 0 15px;
}
.nav-tabs li button{
  width: 100%;
  border-radius: 5px;
  border: solid 1px #cbcbcb !important;
  color: #000000;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 24px;
}
.nav-tabs li button.active{
  background: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.nav-tabs{
  border: none !important;
  margin: 0 -15px;
  padding-bottom: 10px;
}
#block-32{
  margin-left: auto !important;
}
.section--blog-interior p a:not(.btn),
.section--blog-interior p a:not(.btn) *{
  font-weight: 700 !important;
  color: inherit;
}
.mobile-footer-widgets .widget{
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
}
#tableOfContentsD .btn,
#tableOfContentsD ul{
  box-shadow: 0px 0px 43px 0px rgba(66, 66, 66, 0.1);
}
.section--about-product figure{
  border-radius: 10px;
  overflow: hidden;
}
.section--about-product figure img{
  width: 100%;
}
.page-template-template-team .section--blocks .white-block{
  text-align: left;
}
.comments-form,
.comments-list{
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
.comments-list .comment{
  background: #FFFFFF;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.comments-list .comment i{
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 20px;
  color: var(--primaryColor);
}
.comments-list .comment strong{
  font-weight: 800;
  font-size: 18px;
}
.comments-list .comment p{
  font-size: 15px;
  line-height: 1.8;
}
.comments-list .comment small{
  color: #3c3c3c;
}
.comments-list .comment+.comment{
  margin-top: 20px;
}
.comments-form .comment-form-comment label,
.comments-form .comment-form-author label,
.comments-form .comment-form-email label,
.comments-form .comment-form-url label{
  display: block;
}
.comment-form{
  display: flex;
  flex-wrap: wrap;
}
.comment-form .form-control,
#contactForm .ff-default .ff-el-form-control{
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  box-shadow: none !important;
  outline: none !important;
}

.comment-form .form-control:hover,
.comment-form .form-control:focus{
  border-color: var(--primaryColor);
}
.comment-form{
  margin: 0 -12px;
}
.comment-form>*{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
}
.comment-form>*>label{
  font-size: 18px;
  color: #000000;
}
.comment-form .comment-notes{
  order: 0;
}
.comment-form-author{
  order: 3;
}
.comment-form-email{
  order: 4;
}
.comment-form-url{
  order: 5;
  display: none;
}
.comment-form-comment{
  order: 6;
}
.comment-form-cookies-consent{
  order: 7;
}
.form-submit{
  order: 8;
}
@media(min-width: 768px){
  .comment-form-author,
  .comment-form-email,
  .comment-form-url{
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.comments-form .submit{
  background: var(--primaryColor);
  color: #FFFFFF;
  font-family: "Gilroy", sans-serif;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: .01em;
  border-radius: 10px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.main-single-content a:not(.btn){
  color: var(--primaryColor);
}

.main-single-content h2{
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
}

.broken_link, a.broken_link{
  text-decoration: none !important;
}
.single-fitness-oefeningen .exercise-slider-wrap{
  max-width: 100%;
}
/*
.single-fitness-oefeningen .exercise-slider-wrap .slick-slide{
  position: relative;
  padding-bottom: 45%;
}
.single-fitness-oefeningen .exercise-slider-wrap .slick-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center
}
*/
#reply-title{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Gilroy';
}
.ff_payment_summary thead,
.ff_payment_summary tbody,
.ff_payment_summary thead th,
.ff_payment_summary tbody td{
  border: none !important
}
.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.ff_payment_summary, .ff_payment_summary table{
border: none !important
}
.ff_payment_summary tfoot th{
border: none !important;
  text-align: right;
}
.slick-dotted.slick-slider{
  margin-bottom: 80px;
}
.slick-dots{
  bottom: -50px;
  list-style: none;
}
.slick-dots li{
  width: auto;
}
.slick-dots li button{
  width: 82px;
  height: 6px;
  border-radius: 3px;
  background: #e0e0e0;
  padding: 0;
}
.slick-dots li button:before{
  display: none;
}
.slick-dots li+li{
  margin-left: 5px;
}

.slick-dots li.slick-active button{
  background: var(--primaryColor)
}
.excercise__data i{
  font-size: 24px;
  line-height: 1;
  color: var(--primaryColor)
}
.excercise__data a{
  color: inherit;
  text-decoration: none;
}
.excercise__data strong{
  font-size: 16px;
  display: block;
  font-weight: 800;
}
.excercise__data{
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #141414;
}
#contactCoach .modal-header{
  border: none !important;
  position: relative;
  z-index: 2;
}
#contactCoach .modal-body{
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.kennisbank-blocks__block{
  padding: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  border: solid 1px #eeeeee;
  margin: 0 0 30px;
}
.kennisbank-blocks__block ul{
  list-style: '- ';
  padding-left: 10px;
}
.kennisbank-blocks__block ul a{
  color: inherit;
  text-decoration: none;
}
.kennisbank-blocks__block h3{
  font-size: 30px;
}

.toggle-categories .show-more{
  display: inline-block;
}
.toggle-categories .show-less{
  display: none;
}
.modal-title{
  font-size: 24px;
  font-weight: 800;
  font-family: 'Gilroy';
  color: #000000;
}
.hide-more .toggle-categories .show-more{
  display: none;
}
.hide-more .toggle-categories .show-less{
  display: inline-block;
}
.gallery-item{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-item img, .gallery-item video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.coach-reviews .review{
  padding: 15px 20px 20px;
  border: solid 1px #ebebeb;
  border-radius: 10px;
}
.coach-reviews .review+.review{
  margin-top: 20px;
}
.coach-reviews .review .review__head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 900;
  font-family: 'Gilroy';
  font-size: 20px;
  margin: 0 0 15px
}
.coach-reviews .review .review__head i{
  color: #FFD210;
}
.coach-reviews .review p{
  color: #636363;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.gallery-item-large{
  padding-bottom: 50%;
}
.gallery-item-square{
  padding-bottom: 100%;
}

@media(min-width: 992px){
  #mainHeader .dropdown-menu{
    padding: 10px 15px;
    border: none;
  }
  .show-2-columns .dropdown-menu{
    column-count: 2;
  }
  #mainHeader .dropdown-menu::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 10px 12.5px;
    border-color: transparent transparent #FFFFFF transparent;
    position: absolute;
    top: -9px;
    left: 40px;
  }
  #mainHeader .dropdown-item{
    position: relative;
    border-radius: 5px;
    font-weight: 500;
  }
  #mainHeader .dropdown-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 80%;
    line-height: 1;
    margin-right: 10px;
  }
}
.widget-area-clean{
  text-align: center; !important
}
.widget-area-clean *{
  text-align: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#mainFooter .widget-area.widget-area-clean .widget.social .nav li{
  margin: 0 !important;
}
#mainFooter .widget-area.widget-area-clean .widget.social .nav li+li{
  margin-left: 10px !important;
}

@media(max-width: 767px){
  #mainFooter .col-sm-12{
    text-align: center;
  }
  #mainFooter .col-sm-12 *{
    text-align: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media(min-width: 1250px) and (max-width: 1550px){
  .container-fluid{
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-fluid .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-yoast-seo-table-of-contents{
margin-top: 30px;
}
.wp-block-yoast-seo-table-of-contents ul{
list-style: none;
}
.wp-block-yoast-seo-table-of-contents ul a{
text-decoration: none;
font-weight: 800;
color: #000 !important;
}

.content-editor h2, .main-single-content h2{
    font-size: 42px;
    font-weight: 800;
}
.main-single-content p,
.main-single-content ol,
.main-single-content ul,
.content-editor p,
.content-editor ol,
.content-editor ul,
{
    font-size: 18px;
    line-height: 25px;
}

.main-single-content .wp-block-quote,
.main-single-content .page-in-post{
    padding: 20px 25px 20px 80px;
    background: #f7f7f7;
    border-left: solid 6px #105dfb;
    margin: 30px 0;
    font-style: italic;
    position: relative;
}
.main-single-content .wp-block-quote:before,
.main-single-content .page-in-post:before{
    content: '\f10d';
    font-family: 'Font Awesome 6 Pro';
    color: #105dfb;
    position: absolute;
    font-weight: 900;
    top: 10px;
    left: 15px;
    font-size: 50px;
}
.main-single-content .wp-block-quote a,
.main-single-content .page-in-post a{
    text-decoration: none !important;
}
.main-single-content .wp-block-quote h3,
.main-single-content .page-in-post h3{
    text-decoration: none;
}
.main-single-content .wp-block-quote p:last-child{
    margin: 0;
}

.main-single-content a:not(.btn),
.content-editor a:not(.btn){
    color: #105dfb;
}

.main-single-content a:not(.btn):hover,
.content-editor a:not(.btn):hover{
    color: #0448d4;
}
.archive .section--seo-block{
    padding-bottom: 50px;
}

#mainFooter .widget_polylang button{
    border: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#mainFooter .widget_polylang button img{
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.coach-comment-form form{

}

.coach-comment-form form .comment-form-comment label,
.coach-comment-form form .comment-form-author label,
.coach-comment-form form .comment-form-email label{
    display: block;
}

.coach-comment-form form textarea{
    display: block;
    width: 100%;
}

.coach-comment-form form .submit{
    font-family: "Gilroy", sans-serif;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: .01em;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    background: #105dfb;
    color: #fff;
    border: none;
}

.comment-form-cookies-consent{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.comment-form-cookies-consent input{
    margin-top: 12px;
}
.comment-form-cookies-consent label{
    flex: 1;
    margin-left: 10px;
}

#tableOfContentsD a.dropdown-item{
  font-size: 16px !important;
}

#mainFooter .widget_polylang{

}
#mainFooter .widget_polylang button{
    display: none !important;
}
#mainFooter .widget_polylang ul{
    position: static !important;
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    border: none
}
#mainFooter .widget_polylang ul li{
    padding-left: 0 !important;
}