/**
  * PARALLAX
  */

/* Mobile Styling for top content*/
@media screen and (max-width: 559px) {
  .parallax-becomeguide {
    background: url("https://lifetimemontessorischool.com/sites/default/files/AMI%20Training%20at%20Lifetime%20Montessori%20School%20girl%20with%20cubes_0.png")
      repeat fixed;
    background-size: cover;
    background-position: center center;
    padding: 30% 5% 15% 5%;
  }
}

/*Parallax section stying*/
@media screen and (min-width: 560px) {
  .parallax-becomeguide {
    background: url("https://lifetimemontessorischool.com/sites/default/files/AMI%20Training%20at%20Lifetime%20Montessori%20School%20girl%20with%20cubes_0.png")
      repeat fixed 100%;
    background-size: cover;
    padding: 30% 5% 15% 5%;
  }
}

.becomeguide {
  background: #fff;
  padding: 20px 50px 20px 40px;
}
.becomeguide p {
  margin-top: 15px;
  font-size: 20px;
  color: #69797f;
  line-height: 25.5px;
  letter-spacing: normal;
}
.becomeguide p a {
  color: #22aae0;
}

/** Main Menu **/
.region-nav #block-lifetime11-mainmenu > ul > li:nth-last-child(-n + 6) {
  display: none;
}

/** Slideshow podcast - Moved to slideshow.css **/
.monte-podcast {
  display: float;
  width: 100%;
}

.text-content {
  width: 45%;
  float: left;
  margin-right: 10px;
}

.frame-content {
  width: 45%;
  float: right;
}

.spotify-iframe {
}

.front #block-lifetime11-page-title {
  display: none;
}

/* PODCAST */
.podcast_banner {
  min-height: 100%;
  background: url("https://lifetimemontessorischool.com/sites/default/files/styles/slideshow1200x600/public/Lifetime%20Montessori%20School%20-%20The%20Montessori%20Podcast.jpeg");
  background-size: cover;
  padding: 5%;
  margin-bottom: 10px;
}
.banner_bottom {
  margin-bottom: 10px;
}
.podcast_btn {
  background: #b2cc27;
  display: inline-block;
  background-color: #b2cc27;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 24px 60px;
  line-height: 1.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.podcast_btn > a {
  color: #ffffff;
}
@media screen and (min-width: 560px) {
  .podcast_title {
    text-align: left;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    color: #232424;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 559px) {
  .podcast_title {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #232424;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 560px) {
  .podcast_tagline {
    width: 24%;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    background-color: #3498db;
    padding: 1% 0 1% 1%;
    font-style: italic;
  }
}
@media screen and (max-width: 559px) {
  .podcast_tagline {
    width: 50%;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    background-color: #3498db;
    padding: 1% 0 1% 1%;
    font-style: italic;
  }
}

@media screen and (min-width: 560px) {
  #podcast_about_section {
    display: flex;
    background: #eaf1f1;
    padding: 2%;
  }
  #podcast_welcome {
    float: left;
    width: 45%;
  }
  #podcast_about_colum {
    float: right;
    width: 55%;
  }

  #podcast_welcome > h2 {
    display: block;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #232424;
    line-height: 46px;
    font-family: "Lato", sans-serif;
  }
  #podcast_welcome > p {
    opacity: 0;
  }
}
@media screen and (max-width: 559px) {
  #podcast_welcome > h2 {
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #232424;
    text-align: center;
    line-height: 36px;
    font-family: "Lato", sans-serif;
  }
  #podcast_welcome > p {
    opacity: 0;
  }
}

#podcast_about > p {
  font-size: 21px;
  line-height: 31.5px;
  letter-spacing: normal;
  color: #69797f;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 560px) {
  #podcast_ctas {
    display: flex;
    margin-bottom: 20px;
  }
  #podcast_apple {
    float: left;
    width: 50%;
    border: solid;
    border-radius: 20px;
    padding: 2% 0 0 2%;
    margin-right: 10px;
    display: flex;
  }
  #podcast_spotify {
    float: right;
    width: 50%;
    border: solid;
    border-radius: 20px;
    padding: 2% 0 0 2%;
    display: flex;
  }
  #podcast_icon {
    float: left;
    width: 25%;
  }
  #podcast_icon_text {
    float: right;
    width: 75%;
  }
}

@media screen and (max-width: 559px) {
  #podcast_ctas {
    margin-bottom: 20px;
  }
  #podcast_apple {
    border: solid;
    border-radius: 20px;
    padding: 2% 0 0 2%;
    margin-bottom: 10px;
    display: flex;
  }
  #podcast_spotify {
    border: solid;
    border-radius: 20px;
    padding: 2% 0 0 2%;
    display: flex;
  }
  #podcast_icon {
    float: left;
    width: 25%;
    padding: 2% 0 0 2%;
  }
  #podcast_icon_text {
    float: right;
    width: 75%;
    padding: 2% 0 0 2%;
  }
}

#podcast_icon_text > p > a {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  font-family: "Lato", sans-serif;
}

#page > div > div > div {
  width: 100%;
}

@media screen and (min-width: 560px) {
  .podcast_section2 {
    display: flex;
    padding: 2% 0 2% 0;
  }
  .section2_left {
    float: left;
    width: 100%;
    min-height: 100%;
    margin-right: 2%;
    background: url("https://lifetimemontessorischool.com/sites/default/files/Lifetime%20Montessori%20School%20Staff%20landscape.png");
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(16, 155, 210, 0.8);
    padding: 5% 0 12% 0;
  }
  .section2_left > h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin: 0 15px 0 15px;
  }
  .section2_right {
    opacity: 0;
    float: right;
    width: 0%;
    padding-top: 11vh;
  }
}

@media screen and (max-width: 559px) {
  .podcast_section2 {
    padding: 2% 0 2% 0;
  }
  .section2_left {
    min-height: 100%;
    background: url("https://lifetimemontessorischool.com/sites/default/files/Lifetime%20Montessori%20School%20Staff%20landscape.png");
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(16, 155, 210, 0.8);
    padding: 5% 0 12% 0;
  }
  .section2_left > h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin: 0 15px 0 15px;
  }
  .section2_right {
    opacity: 0;
    padding-top: 0px;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}
#page {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#page > div {
  width: 100%;
  padding: 0;
}
#page > div > div > div > h1 {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  margin-bottom: -30px;
  padding: 0;
}

/* Top content styling */
.share-love {
  width: auto;
  background: #fff;
  padding-bottom: 40px;
}
.share-love h1 {
  padding: 0 0 15px 0;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: normal;
  color: #22aae0;
}
.share-text {
  font-size: 15px;
  margin-bottom: 40px;
  color: #69797f;
  line-height: 25.5px;
  letter-spacing: normal;
}

.review-ctas {
  margin: auto;
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.review-yelp a,
.review-niche a,
.review-google a {
  color: #fff;
  text-decoration: none;
}

.review-niche a img,
.review-google a img {
  margin-left: 10%;
}
/* Mobile Styling for top content*/
@media screen and (max-width: 559px) {
  .share-love {
    width: auto;
    height: auto;
    background: #fff;
    padding: 0 10px 170px 20px;
  }

  .share-love h1 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: normal;
    color: #22aae0;
  }

  .review-ctas {
    width: 80%;
  }
  .review-niche a img,
  .review-google a img,
  .review-yelp a img {
    height: 64px;
    width: 64px;
  }

  .parallax-feedback {
    background: url("https://lifetimemontessorischool.com/sites/default/files/Review%20Lifetime%20Montessori%20School%20San%20Diego.JPG")
      repeat fixed;
    background-size: cover;
    background-position: center center;
    padding: 30% 5% 15% 5%;
  }
}

/*Parallax section stying*/
@media screen and (min-width: 560px) {
  .parallax-feedback {
    background: url("https://lifetimemontessorischool.com/sites/default/files/Review%20Lifetime%20Montessori%20School%20San%20Diego.JPG")
      repeat fixed 100%;
    background-size: cover;
    padding: 30% 5% 15% 5%;
  }
}
.feedback {
  background: #fff;
  padding: 20px 50px 20px 40px;
}
.feedback p {
  font-size: 15px;
  color: #69797f;
  line-height: 25.5px;
  letter-spacing: normal;
}
.feedback p a {
  color: #22aae0;
}
.thanks {
  margin-top: 20px;
}
.webform-confirmation__message {
  font-size: 18px;
  color: black;
  border: 1px solid #82b62a;
  padding: 0.5rem 1.3rem;
}

.webform-confirmation__back {
  display: none;
}

.form-item label {
  display: inline-block;
}

/* Fix: Hide reCAPTCHA when Webform confirmation is shown */
.block:has(.webform-confirmation) .captcha,
.block:has(.webform-confirmation) .g-recaptcha,
.block:has(.webform-confirmation) .field-captcha {
  display: none !important;
}

