.swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; } 
.swiper-slide .content {
    transform: scale(0.5);
  }
  
  .swiper-slide-active .content,
  .swiper-slide-duplicate-active .content {
    transform: scale(1);
  }

  .filter__box a:hover{
    background-color: #ff9484;
    color: #505f7c;
  }

  .looking a:hover, .btn-vie:hover{
    color: #ff9484;
    background-color: #505f7c;
  }

  .coach__item .like, .coach__item .unlike {
    top: 7px;
    right: 13px;
}

.modals__body {
  position: relative;
  margin: auto;
}

.single-post .post-actions li:last-child a:hover{
  color: #ff9484;
  background-color: #505f7c;
}

.addToAny{
  margin: 0;
  max-width: 398px;
  width: 100%;
  margin-right: 24px;
  background-color: #56bec7;
}

.addToAny .addtoany_list.a2a_kit_size_32 a{
  color: #fff;
  font-size: 25px;
  line-height: 28px;
}

.addtoany_list.a2a_kit_size_32 a:hover {
  color: #56bec7;
  background-color: #505f7c;
}

.like.fa-heart{
  color: grey;
}


.extra-space{
  padding-bottom: 15px;
}

/* reset password form */
#resetpasswordform input, #lostpasswordform input,  #gform_1 input, .lwa-form input{
  margin-bottom: 30px;
}

#resetpasswordform label, #lostpasswordform label,  #gform_1 label{
  display: none !important;
}

#resetpasswordform  input[type="password"].som-password-input {
  max-width: 100%;
}

#resetpasswordform button, #lostpasswordform button {
  background-color: #56bec7;
  height: 75px;
  width: 100%;
  max-width: 400px;
  border: none;
  border-radius: 39px;
  font-family: "Avenir-Medium";
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#resetpasswordform .lostpassword-submit, #lostpasswordform .lostpassword-submit{
  text-align: center !important;
}


#password-lost-form-wrap{
  margin-top: -30px;
}

#gform_1 .gfield_label_before_complex{
  display: none;
}

.gform_footer.top_label{
  text-align: center;
}

.lwa-form .lwa-username-label, .lwa-form .lwa-password-label{
  display: none
}

.lwa-form .lwa-username, .lwa-form .lwa-password{
  max-width: 100%;
}

.lwa-form .lwa-submit-button{
  text-align: center;
}

.lwa td{
  padding-top:0px !important;
  padding-bottom: 30px !important;
}


.gform_validation_errors, .som-password-error-message{
    margin: 0px 0px 5px !important;
    padding: 10px 10px !important;
    color: #333 !important;
    border-radius: 3px !important;
    background-color: #fce7e4 !important;
    border: 1px solid #C00 !important;
}

.som-password-sent-message{
  margin: 0px 0px 5px !important;
  padding: 10px 10px !important;
  color: #333 !important;
  border-radius: 3px !important;
  background-color: #fce7e4 !important;
  border: 1px solid #C00 !important;
}

.gform_validation_errors h2{
  font-family: "Avenir-Medium";
  font-size: 16px;
  line-height: 24px;
}

/* font awesome */
.fa-solid, .fas {
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ff9484;
}

.fa-solid:hover, .fas:hover {
  transform: scale(1.2);
  transition: transform 0.5s;
}

.empty-list-text {
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: unset;
}

.btn-vie.peach{
  background-color: #ff9484 !important;
  color: #fff !important;
}

.btn-vie.peach:hover{
  color: #ff9484 !important;
  background-color: #505f7c !important;
}

.button.peach{
  background-color: #ff9484 !important;
  color: #fff !important;
}

.button.peach:hover{
  color: #ff9484 !important;
  background-color: #505f7c !important;
}

#qualifications-content{
  width: 50%;
  margin: auto;
}

.button-secondary:hover{
    color: #ff9484 !important;
    background-color: #505f7c;
}

.button-primary:hover{
  color: #56bec7 !important;
  background-color: #505f7c  !important;
}


.filters__list a:hover {
  background-color: #ff9484;
  color: #505f7c;
}

.online h2 {
 font-size: 30px;
}

.coach-details-actions{
  display: grid; 
  align-content: space-between;
  height: 100%;
}

.coach-details img{
  margin-bottom: 0px !important;
}

.coach-details{
  margin-bottom: 30px  !important;
}

header .search-form {
  z-index: 9999999 !important;
}

#ajaxsearchprores2_1 .results{
  margin-top: 78px;
}

.a2a_menu a{
  color: #000000 !important;
}


@media (max-width: 1700px){
  .top-slider-section .swiper-button-next {
      right: 1.8%;
      top: 36%;
  }

  .top-slider-section .swiper-button-prev {
      max-width: 60px;
      width: 100%;
      height: 60px;
      left: 1.8%;
      top: 36%;
  }
}


@media (min-width: 1201px){
  .navigation__cont-search{
    display: none;
  }
}

@media (max-width: 1200px){
  /*
  .wrap-section .navigation {
    z-index:999999;
    bottom: 0px;
  }
  */

  .container.major-category-carousel{
    padding-top: 75px;
  }

  .wrap-section .navigation {
    z-index:999999;
    top: 81px;
    border-top: 1px solid #000000;
    padding-top:15px;
    padding-bottom: 10px;
  }

  .wrap-section .navigation .accordion-flush{
    display: none;
  }

  .wrap-section .navigation.active .accordion-flush{
    display: unset;
  }

  .header-mob {
      z-index: 999;
  }

  #ajaxsearchprores2_1{
    padding-top: 10px;
  }
  
  #ajaxsearchprores2_1 .results {
    margin-top: 10px;
  }

}



@media (max-width: 767px) { 

  #ajaxsearchprores2_1 .results{
    margin-top: 10px;
  }

  .people{
     text-align: center;
  }

  .people h3{
    padding-top: 25px;
 }

  .btn-vie.linked-in{
     float: unset;
  }

  .coach__item h5{
      margin-bottom: 0px;
      min-height: 25px;
  }

  .single-post .post-categories li{
    max-width: 100%;
    width: 100%;
  }

  .single-post .post-categories li a{
    width: 100%;
    text-align: center;
  }

  .addtoany_share {
      margin-bottom: unset !important;
  }

  /*
  .addtoany_shortcode{
    margin-bottom: 30px !important;
  }
  */

  .addtoany_share{
      margin-bottom: unset !important;
  }

  .addtoany_list a{
    margin-bottom: unset !important;
  }


}







