/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Light */
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Light.eot');
  src: local('assets/fonts/Proxima Nova Light'), local('assets/fonts/ProximaNova-Light'),
    url('assets/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/ProximaNova-Light.woff') format('woff'),
    url('assets/fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('assets/fonts/ProximaNova-Regular.eot');
  src: local('assets/fonts/Proxima Nova Regular'), local('assets/fonts/ProximaNova-Regular'),
    url('assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/ProximaNova-Regular.woff') format('woff'),
    url('assets/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('assets/fonts/ProximaNova-Black.eot');
  src: local('assets/fonts/Proxima Nova Black'), local('assets/fonts/ProximaNova-Black'),
    url('assets/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/ProximaNova-Black.woff') format('woff'),
    url('assets/fonts/ProximaNova-Black.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: 'Proxima Nova Th';
  src: url('assets/fonts/ProximaNova-Extrabld.eot');
  src: local('assets/fonts/Proxima Nova Extrabold'), local('assets/fonts/ProximaNova-Extrabld'),
    url('assets/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('assets/fonts/ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Proxima Nova Rg' !important;
}

h1,
.h1,
h2,
.h2 {
  font-family: 'Proxima Nova Th';
  font-weight: 800 !important;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Proxima Nova Bl';
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin: unset !important;
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
  font-family: 'Proxima Nova Rg' !important;
  font-weight: 900 !important;
}

.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title,
.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title a {
  font-family: 'Proxima Nova Rg' !important;
  font-weight: 900 !important;
}


p {
  font-family: 'Proxima Nova Rg';
}

.th-h h1,
.th-h h2,
.th-h h3 {
  font-family: 'Proxima Nova Th' !important;
}

.rg-h h3 {
  font-family: 'Proxima Nova Rg' !important;
}

.elementor-widget-button .elementor-button {
  font-family: 'Proxima Nova Th' !important;
}

/* TOP MENU */
.header-button {
  font-weight: 600 !important;
}

/* .header-button:hover {
  transform: scale(1.1);
} */


.elementor-widget-counter .elementor-counter-number-wrapper {
  font-family: 'Proxima Nova Th' !important;
}



/* ############## SLIDER STYLES ##############  */

/* ##### TEACHER SLIDER ##### */
/* Styles for the carousel container and slides */
.teacher-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.teacher-card {
  flex: 0 0 calc(33.33% - 30px);
  margin: 0px;
  padding: 30px 20px;
  border-radius: 0px;
  box-shadow: none;
  width: 90% !important;
  min-height: 390px;
  text-align: center;
}

.teacher-card img {
  max-width: 174px !important;
  height: auto;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.teacher-name {
  font-family: 'Proxima Nova Bl' !important;
  color: #302782;
  font-size: 26px;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.teacher-job-title {
  font-family: 'Proxima Nova Bl' !important;
  font-size: 23px;
  line-height: 20px;
  color: #FE5222;
  min-height: 50px;
  margin-bottom: 15px !important;
}

.teacher-short-description {
  font-family: 'Proxima Nova Rg' !important;
  color: #302782;
  font-size: 14px;
  text-align: left;
  min-height: 70px;
  margin-bottom: 10px !important;
}

.teacher-more-link {
  cursor: pointer;
  font-weight: 600;
  color: #FE5222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teacher-more-link img {
  width: 17px;
  margin-right: 8px;
}

/* Additional responsive styles for smaller devices */
@media screen and (max-width: 768px) {
  .teacher-carousel .teacher-card {
    flex-basis: calc(50% - 30px);
    /* Two cards per row */
  }
}

@media screen and (max-width: 576px) {
  .teacher-carousel .teacher-card {
    flex-basis: 100%;
    /* One card per row */
  }
}



/* ##### TEAM SLIDER ##### */
/* Styles for the carousel container and slides */
.team-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  /* Ensure the container clips the slides */
}

.team-card {
  flex: 0 0 calc(33.33% - 30px);
  /* Adjust the width and spacing as needed */
  margin: 0px;
  padding: 30px 20px;
  border-radius: 0px;
  box-shadow: none;
  width: 90% !important;
  min-height: 530px;
  text-align: center;
}

.team-card img {
  max-width: 174px;
  height: auto;
  border-radius: 50% !important;
  /* Makes the image circular */
  object-fit: cover !important;
}

.team-name {
  font-family: 'Proxima Nova Bl' !important;
  color: #302782;
  font-size: 26px;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.team-job-title {
  font-family: 'Proxima Nova Bl' !important;
  font-size: 23px;
  line-height: 23px;
  color: #FE5222;
  min-height: 60px;
  margin-bottom: 0px !important;
}

.team-short-description {
  font-family: 'Proxima Nova Rg' !important;
  color: #302782;
  font-size: 14px;
  text-align: left;
  min-height: 135px;
  margin-bottom: 10px !important;
}

.team-more-link {
  cursor: pointer;
  font-weight: 600;
  color: #FE5222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-more-link img {
  width: 17px;
  margin-right: 8px;
}

/* Additional responsive styles for smaller devices */
@media screen and (max-width: 768px) {
  .team-carousel .team-card {
    flex-basis: calc(50% - 30px);
    /* Two cards per row */
  }
}

@media screen and (max-width: 576px) {
  .team-carousel .team-card {
    flex-basis: 100%;
    /* One card per row */
  }
  .team-job-title {
    margin-bottom: 10px !important;
    min-height: 25px;
  }
}



/* ##### SERVICES SLIDER ##### */
/* Styles for the carousel container and slides */
.services-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  /* Ensure the container clips the slides */
}

.services-card {
  flex: 0 0 calc(33.33% - 30px);
  /* Adjust the width and spacing as needed */
  margin: 0px;
  padding: 30px 20px;
  border-radius: 0px;
  box-shadow: none;
  width: 90% !important;
  min-height: 500px;
  text-align: center;
}

.services-card img {
  max-width: 174px;
  height: auto;
  /* border-radius: 50% !important;
  object-fit: cover !important; */
}

.services-name {
  font-family: 'Proxima Nova Bl' !important;
  color: #A26CFE;
  font-size: 26px;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.services-price {
  font-family: 'Proxima Nova Bl' !important;
  font-size: 36px;
  line-height: 36px;
  color: #A26CFE;
  min-height: 45px;
  margin-bottom: 0px !important;
}

.services-short-description {
  font-family: 'Proxima Nova Rg' !important;
  color: #302782;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  min-height: 50px;
  margin-bottom: 10px !important;
}

.services-btn-link {
  font-family: 'Proxima Nova Bl' !important;
  display: inline-block;
  min-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #FE5222;
  color: #fff !important;
  margin-bottom: 20px !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services-btn-link:hover {
  background-color: #e9471a;
}

.services-more-link {
  cursor: pointer;
  font-weight: 600;
  color: #FE5222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-more-link img {
  width: 17px;
  margin-right: 8px;
}

/* Additional responsive styles for smaller devices */
@media screen and (max-width: 768px) {
  .services-short-description {
    min-height: 65px;
  }

  .services-carousel .services-card {
    flex-basis: calc(50% - 30px);
    /* Two cards per row */
  }
}

@media screen and (max-width: 576px) {
  .services-carousel .services-card {
    flex-basis: 100%;
    /* One card per row */
  }
}



/* TEACHER, TEAM, SERVICES popup styles */
.popup-own {
  border-radius: 0px !important;
  border-color: unset !important;
  box-shadow: unset !important;
  padding: 40px;
  font-family: 'Proxima Nova Rg' !important;
}

.popup-own h3 {
  font-family: 'Proxima Nova Bl' !important;
  font-size: 28px;
  padding-bottom: 0px;
  color: #302782;
}

.popup-own h4 {
  font-family: 'Proxima Nova Bl' !important;
  font-size: 24px;
  padding-bottom: 30px;
  color: #e9471a;
}

.popup-own img {
  border-radius: 50% !important;
  object-fit: cover !important;
  max-width: 174px;
}

@media screen and (max-width: 576px) {
  .popup-own {
    padding: 20px;
  }

  #sgpb-popup-dialog-main-div {
    width: 90% !important;
  }

  .sgpb-popup-dialog-main-div-theme-wrapper-6 {
    width: 90% !important;
  }

  .sgpb-popup-close-button-6 {
    top: 25px !important;
    right: 15px !important;
    width: 30px !important;
    height: 30px !important;
  }
}



/* ##### SLICK SLIDER ##### */
/* Customize the scroll buttons */
.slick-list {
  padding-bottom: 80px !important;
}

.slick-prev,
.slick-next {
  background-color: #F7EC2E;
  color: #FE5222;
  font-size: 40px;
  font-weight: 900;
  width: 55px;
  height: 55px;
  line-height: 25px;
  border-radius: 50%;
  position: absolute;
  bottom: -27px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #fdb8f9;
  color: #FE5222;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* Customize the arrow icons */
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
}

.slick-prev {
  right: 100px;
}

.slick-next {
  right: 30px;
}

.team-sl-nav {
  background-color: #FDB8F9;
  color: #FE5222;
}

.team-sl-nav:hover {
  background-color: #F7EC2E;
  color: #FE5222;
}

.services-sl-nav {
  background-color: #A4FD93;
  color: #FE5222;
}

.services-sl-nav:hover {
  background-color: #FDB8F9;
  color: #FE5222;
}

.carousel-img-container {
  min-height: 179px;
}



/* ##### MAIN FORM STYLES ##### */
.main-submit-form {
  border-radius: 0px !important;
  border-color: unset !important;
  box-shadow: unset !important;
  padding: 30px;
  font-family: 'Proxima Nova Rg' !important;
  text-align: center;
}

.main-submit-form h1,
h2,
h3 {
  font-family: 'Proxima Nova Bl' !important;
}

@media screen and (max-width: 576px) {
  .main-submit-form {
    padding: 20px;
  }
}

.apply-submit-form {
  cursor: pointer;
}

.main-submit-form p {
  margin-bottom: 0px;
}


/* Terms popup */
.terms-popup {
  border-radius: 0px !important;
  border-color: unset !important;
  box-shadow: unset !important;
  padding: 50px 30px;
  font-family: 'Proxima Nova Rg' !important;
}

.terms-popup h1,
h2,
h3 {
  font-family: 'Proxima Nova Bl' !important;
}

@media screen and (max-width: 576px) {
  .terms-popup {
    padding: 20px;
  }
}



/* Top submit button */
.top-submit-btn-container {
  width: 100%;
  text-align: center;
  align-items: center;
  height: 74px;
  justify-content: center;
  display: flex;
}

.top-submit-btn {
  display: inline-block;
  min-width: 112px;
  margin: 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  background-color: #FE5222;
  color: #fff !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top-submit-btn:hover {
  background-color: #e64518;
}








/* ##### EVENTS LOIST SLIDER ##### */
/* Styles for the events container */
.events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.event-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  width: 100%;
}

.event-info {
  flex-basis: calc(70% - 20px);
  /* Adjust the width of the info column */
  margin-right: 20px;
  /* Adjust the space between columns */
}

.event-button {
  flex-basis: 30%;
  text-align: center;
}

/* Vertically center the button within the .event-button block */
.event-button .event-btn-link {
  display: inline-block;
  vertical-align: middle;
}

.event-name {
  font-family: 'Proxima Nova Bl' !important;
  color: #302782;
  font-size: 26px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-type {
  font-family: 'Proxima Nova Rg' !important;
  font-size: 22px;
  line-height: 24px;
  color: #FE5222;
  min-height: 20px;
  margin-bottom: 0px !important;
}

.event-date {
  font-family: 'Proxima Nova Rg' !important;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  min-height: 20px;
  margin-bottom: 0px !important;
}

.event-btn-link {
  font-family: 'Proxima Nova Bl' !important;
  display: inline-block;
  min-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #FE5222;
  color: #fff !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.event-btn-link:hover {
  background-color: #e9471a;
}

@media screen and (max-width: 768px) {
  .event-card {
    margin-bottom: 0px;
  }

  .event-info {
    flex-basis: calc(100% - 10px);
  }

  .event-button {
    flex-basis: 10%;
  }

  .event-date {
    margin-bottom: 20px !important;
  }

  .event-btn-link {
    margin-bottom: 15px;
  }
}

/* CF7 STYLES */
.order-input {
  font-family: 'Proxima Nova Rg' !important;
  width: 85% !important;
  max-height: 47px !important;
  height: 47px !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  background-color: #A26CFE !important;
  background-image: none !important;
  background-clip: padding-box !important;
  border: 0px !important;
  border-radius: 0px !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 5px !important;
}

.order-btn {
  font-family: 'Proxima Nova Bl' !important;
  background-color: #FE5222 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  text-transform: uppercase;
  border: 0px !important;
  border-radius: 0px !important;
  position: relative !important;
  cursor: pointer;
  width: 80% !important;
  height: 44px !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.order-btn:hover {
  background-color: #e9471a !important;
}

.order-input::placeholder {
  color: #ffffff !important;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 5px;
  padding: 0.2em;
  border: 2px solid #FE5222 !important;
  font-size: 18px;
}



/* Mobile logo */
@media (max-width: 768px) {

  /* Adjust the breakpoint as needed */
  .mobile-logo {
    display: block;
    text-align: center;
  }

  .mobile-logo a {
    display: inline-block;
  }

  .mobile-logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .menu-item-has-children>a:after {
    content: none;
    /* Remove dropdown arrow if necessary */
  }
}

/* Mobile hamburger */
.site-header-section>.site-header-item:last-child {
  margin-right: 10px !important;
}


/* FOOTER */
footer .site-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.logo-footer {
  width: 87%;
  display: block;
}

@media (max-width: 1024px) {
  .logo-footer {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/* Footer-contacts */
.footer-contacts {
  list-style: none;
  padding: 0;
  max-width: 280px;
  margin: 0 auto;
  margin-top: -5px;
  margin-bottom: 30px;
}

.footer-contacts li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 5px;
}

.footer-contacts .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer-contacts img {
  margin-top: 5px;
}

.footer-contacts .text {
  font-size: 18px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}

/* Footer button */
.footer-btn-container {
  width: 100%;
  text-align: center;
  align-items: center;
  height: 74px;
  justify-content: center;
  display: flex;
}

.footer-btn {
  display: inline-block;
  width: 75%;
  min-width: 110px;
  margin: 0 auto;
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none !important;
  background-color: #A26CFE;
  color: #fff !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn-red {
  background-color: #FE5222;
}

.footer-btn:hover {
  background-color: #8d53f0;
}

.btn-red:hover {
  background-color: #e9471a;
}


