/*
Theme Name:   Jays PT Child
Theme URI:    https://jayspt.nl
Description:  Divi 5 child theme voor Jays PT.
Author:       AOSTUDIO
Author URI:   https://aostudio.nl
Template:     Divi
Version:      1.0.0
Text Domain:  jays-pt-child
*/


/* ==========================================================================
   CUSTOM CSS - Jays PT
   ========================================================================== */

/* ======== INTAKE POP-UP MOBIEL SCROLLBAAR (Personal Training) ======== */
@media (max-width: 980px) {
  body .et_pb_section_10 {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start !important;
    padding: 20px 0 !important;
    height: 100vh !important;
    min-height: unset !important;
    max-height: 100vh !important;
    box-sizing: border-box !important;
  }
  body .et_pb_row_26 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    max-width: 95% !important;
  }
}

/* ======== GRATIS PROEFLES POP-UP MOBIEL SCROLLBAAR (Small Group) ======== */
@media (max-width: 980px) {
  body .et_pb_section_12 {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start !important;
    padding: 20px 0 !important;
    height: 100vh !important;
    min-height: unset !important;
    max-height: 100vh !important;
    box-sizing: border-box !important;
  }
  body .et_pb_row_28 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    max-width: 95% !important;
  }
}