/**
Custom styles for the home page

Global styles are already loaded via frontend-singular.css

Page styles are already loaded via frontend-page.css
*/

.home .ast-primary-header-bar {
  background-color: #e8f8ff;
}

.home .ast-above-header.ast-above-header-bar {
  background-color: #e8f8ff;
}

/* —HOME HERO STYLES — */

#home-hero {
  background-color: #e8f9ff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  height: 56rem;
}

#home-hero .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 2.5rem
}

#home-hero h2 {
  font-size: 4.2rem;
  margin-top: 2rem;
}

#home-hero .hero-girl img {
  min-width: 900px;
  position: absolute;
  right: -80px;
  top: -300px;
}

#home-hero .btn-green {
  margin-left: 2rem;
}

.btn-row .vc_column-inner{
	padding-left:0;
}

/* — HOME BOXES STYLES — */

#home-boxes-section .box p {
  color: white;
}

#home-boxes-section .box span{
	font-weight:bold !important;
}

#home-boxes-section .box h3 {
  font-size: 2.5rem;
  color: white;
}

#home-boxes-section .box {
  background-color: grey;
  margin: 1rem;
  padding: 2.5rem;
  border-radius: 2rem;
  width: 38rem;
}

#home-boxes-section .box-1 {
  background-color: #0088d0;
}

#home-boxes-section .box-1 {
  margin-top: -4rem;
}

#home-boxes-section .box-2 {
  background-color: #2ba24c;
  margin-top: -8rem;
}

#home-boxes-section .box-3 {
  background-color: #153a63;
  margin-top: -12rem;
}

/* — ABOUT SECTION STYLES — */

#about-isesa-section {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

#about-isesa-section p{
  font-size: 2rem;
}

#about-isesa-section:before {
  content: url('https://isesastg.wpengine.com/wp-content/uploads/2025/05/circle-graphic-1.svg');
  position: absolute;
  top: 94rem;
  z-index: -1;
}

/* — PODCAST SECTION STYLES — */

#cta-section-podcast .cta-left-col {
  padding-top: 8rem;
  padding-right: 8rem;
  padding-bottom: 8rem;
}

#cta-section-podcast .cta-right-col {
  height: 100%;
  position: absolute;
  right: 0;
}

iframe {
  height: 35em;
  margin-left: 10rem;
  margin-top: 10rem;
}

#post-type-grid-section .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 2rem;
}

.page-id-2 form {
	background-color:#153a63;
	padding-left:4rem;
	padding-right:4rem;
	padding-top:6rem;
	padding-bottom:4rem;
	border-radius:2rem;
}

.page-id-2 .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	border-radius:1rem;
}
.page-id-2 .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice label, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice label, .gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield-choice-input+label{
	color:white;
	font-family:'Kanit semi-bold'
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input{
	font-family:'Kanit semi-bold';
    border-radius:30rem;
}

.page-id-2 .gform_wrapper.gravity-theme .gfield_required{
	color:#2db04a
}


/* ------ MOBILE STYLES ---------*/

@media (max-width: 915px) {

  #home-hero {
    height: 63rem;
    padding-top: 0;
  }

  #home-hero h2 {
    font-size: 3.2rem !important;
    margin-top: 3rem;
  }

  #home-hero .hero-girl img {
    display: none;
  }

  #home-hero .btn-green{
    margin-left:0;
  }

  #about-isesa-section:before {
    display:none;
  }

  #home-boxes-section .box {
    width:33rem;
    margin-top: 4rem;
  }

  #home-boxes-section .box-1 {
    margin-top: -12rem;
  }

  #cta-section-podcast .cta-left-col{
    padding-right: 0;
  }

  #cta-section-podcast .cta-right-col {
    height: 100%;
    position: static;
    right: 0;
  }

  iframe {
    height: 18em;
    margin-left: 3rem;
    margin-top: 2rem
  }

  

}

/* ------ LARGE DESKTOP STYLES ---------*/



/* ------ IPAD STYLES ---------*/

@media only screen and (min-width: 768px) and (max-width: 1230px) {

  #home-boxes-section .box{
    margin-top: 0;
  }

  .home-hero-col-1 {
    width:90%;
    margin-top: 4rem;
    padding-left: 4rem;
  }

  #home-hero .btn-green{
    margin-left:2rem;
  }

  #home-boxes-section .box-3{
    margin-top: -9rem;
  }

 #home-boxes-section{
  padding-left: 6rem;
  margin-top: -16rem;
 }


}

