/*
 Theme Name:   Coaching Child
 Theme URI:    http://coaching.thimpress.com/
 Description:  Coaching Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     coaching
 Version:      1.0.0
 Text Domain:  coaching-child
*/

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0!important;
}

.contact-form input {
  border-radius: 25px;
  border: unset!important;
  padding: 14px 21px!important;
}
.contact-form textarea {
  border-radius: 21px;
  border: unset!important;
  padding: 23px 21px!important;
}
.contact-form .gform_footer {
  text-align: center;
}

.contact-form .gform_button{
  padding: 10px 20px!important;
  background: unset;
  background-color: var(--thim-button-hover-color, #1e73be);
  font-family: var(--e-global-typography-5d3eb18-font-family), Sans-serif;
  font-size: var(--e-global-typography-5d3eb18-font-size);
  font-weight: var(--e-global-typography-5d3eb18-font-weight);
  line-height: var(--e-global-typography-5d3eb18-line-height);
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-none: 0;
  border-style: none;
  /*border-radius: 15px 15px 15px 15px;*/
  color: #fff;
}
.contact-form .gform_button:hover {
  background-color: var(--thim-body-primary-color, #2e8ece)!important;
  color: #fff;
}
.single-lp_course .acf-button{
  background-color: var(--thim-button-hover-color);
  font-size: 17px;
  font-weight: var(--thim-font-button-variant);
  color: var(--thim-button-text-color)!important;
  border-radius: 50px 50px 50px 50px;
  width: 100%;
  padding: 0.8em 0.5em;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
.single-lp_course .acf-button:hover{
  background-color: var(--thim-body-primary-color);
}

#booking-popup .gform_wrapper .gform-body{
  padding:0;
  background-color: transparent;
}
#booking-popup .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.6%;
  grid-row-gap: 42px;
}

#booking-popup .gform_wrapper .gform_heading {
  display: none;
}


#booking-popup .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.6%;
  grid-row-gap: 42px;
}

#booking-popup .gform_wrapper .gform_heading {
  display: none;
}


#booking-popup .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.6%;
  grid-row-gap: 42px;
}

#booking-popup .gform_wrapper .gform_heading {
  display: none;
}

#booking-popup .gform_wrapper .gfield input,#booking-popup .gform_wrapper .gfield textarea {
  border: none;
  border-radius: 25px;
  font-size: 17px;
  color: #575756;
  padding: 17px 19px;
}
#booking-popup .gform_wrapper .ginput_container_date input{
  border: none;
  border-radius: 25px;
  font-size: 17px;
  color: #575756;
  padding: 17px 19px;
  width: 100%;
}
#booking-popup .gform_wrapper .ginput_container_date{
  position: relative;
}
#booking-popup .gform_wrapper .ginput_container_date .ui-datepicker-trigger{
  position: absolute;
  top:16px;
  right: 15px;
}
#booking-popup .gform_wrapper .ginput_container_singleproduct{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
}
#booking-popup .gform_wrapper .ginput_product_price_wrapper{
  font-size: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap:0.1em;
}
#booking-popup .gform_wrapper .ginput_container_singleproduct .gform-field-label{
  margin-bottom: 0;
}
#booking-popup .gform_wrapper .ginput_product_price, #booking-popup .gform_wrapper .ginput_product_price_label{
  font-size: 1.1rem;
  line-height: 1;
}
#booking-popup .gform_wrapper input.ginput_quantity{
  width:5em;
  padding: 0.5em 0.8em;
}
#booking-popup .gform_wrapper .ginput_container_total input{
  padding: 0.5em 0;
}
.course-booking-btn{
  background-color: var(--thim-button-hover-color);
  font-size: 17px;
  font-weight: var(--thim-font-button-variant);
  color: var(--thim-button-text-color)!important;
  border-radius: 50px 50px 50px 50px;
  width: 100%;
  padding: 0.8em 0.5em;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
.course-booking-btn:hover{
  background-color: var(--thim-body-primary-color);
}
#booking-popup{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
}
#booking-popup .popup-container{
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
#booking-popup .popup-overlay{
  background-color: rgb(0 0 0 / 70%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
#booking-popup .popup{
  background-color: #F4FAFA;
  padding: 20px 30px;
  width: 100%;
  max-width: 800px;
  overflow: auto;
  border-radius: 15px;
  max-height: 90%;
  position: relative;
  z-index: 2;
}
#booking-popup .close-popup{
  display: flex;
  justify-content: flex-end;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  background-color: #236466;
  font-size: 21px;
  width: 1em;
  height: 1em;
  margin-left: auto;
  color:transparent;
}
#booking-popup .close-popup:hover{
  cursor: pointer;
  color:#45B9B3;
}
#booking-popup iframe{
  border:none;
}
#booking-popup .gform_confirmation_message{
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 15px 0;
}
@media (max-width: 1000px) {
  #booking-popup .popup{
    width: 95%;
  }
  #booking-popup .gform_wrapper .gfield input,#booking-popup .gform_wrapper .gfield textarea {
    min-height: initial;
    line-height: 1;
  }
  #booking-popup .gform_wrapper .ginput_container_singleproduct{
    flex-direction: column;
    align-items: flex-start;
  }
}