#waitlist body {
  background: #ffffff;
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#waitlist html,
#waitlist body {
  width: 100%;
  overflow-x: hidden;
}
#waitlist h1,
#waitlist h2,
#waitlist h3,
#waitlist h4,
#waitlist h5,
#waitlist h6,
#waitlist blockquote {
  font-family: 'Sangbleu Sunrise';
}
#waitlist h1,
#waitlist h2,
#waitlist h3,
#waitlist h4,
#waitlist h5,
#waitlist h6,
#waitlist blockquote {
  font-weight: 600;
}
#waitlist h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 5px;
  padding-top: 12px;
}
#waitlist h2 {
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 18px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
#waitlist #trainer h2,
#waitlist #newsletter h2,
#waitlist #blog h2,
#waitlist #price h2 {
  padding-bottom: 2px;
}
#waitlist #title {
  text-align: center;
}
#waitlist blockquote,
#waitlist h3 {
  font-style: italic;
}
#waitlist h3 {
  line-height: 36px;
}
#waitlist h4 {
  color: #999;
  letter-spacing: 2px;
  margin-top: 22px;
}
#waitlist p {
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.4px;
  font-family: 'TT Commons', sans-serif;
}
#waitlist .overview-detail_li p,
#waitlist .overview-detail_li {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.4px;
}
#waitlist a {
  text-decoration: none !important;
  outline: none;
}
#waitlist #trainer,
#waitlist #blog,
#waitlist #price {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
#waitlist #home,
#waitlist #trainer,
#waitlist #newsletter,
#waitlist #price,
#waitlist #testimonial,
#waitlist #blog-header {
  text-align: center;
}
#waitlist .parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
#waitlist #overview {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
#waitlist #overview img {
  border: 4px solid #f9f9f9;
  padding: 20px 20px 40px 20px;
}
#waitlist #overview blockquote {
  background: #ffffff;
  box-shadow: 0px 2px 8px 10px rgba(50,50,50,0.04);
  border-left: 8px solid #26253a;
  word-spacing: 1px;
  letter-spacing: 1px;
  position: absolute;
  font-size: 20px;
  top: 400px;
  left: 100px;
  padding: 62px 52px;
}
#waitlist #overview .overview-detail {
  position: relative;
  text-align: left;
}
#waitlist #overview .btn {
  background: transparent;
  border: 4px solid #26253a;
  border-radius: 0px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 46px;
  transition: all 0.4s ease-in-out;
  margin-top: 32px;
}
#waitlist #overview .btn:hover {
  background: #26253a;
  color: #ffffff;
}
#waitlist #trainer {
  background: #f9f9f9;
}
#waitlist #trainer h3 {
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 12px;
}
#waitlist #trainer img {
  width: 100%;
}
#waitlist #trainer .trainer-thumb {
  position: relative;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 0px;
}
#waitlist #trainer .trainer-thumb .trainer-overlay {
  background: #26253a;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease-in-out;
}
#waitlist #trainer .trainer-thumb:hover .trainer-overlay {
  opacity: 0.9;
  transform: scale(0.9);
}
#waitlist #trainer .trainer-thumb .trainer-overlay h2 {
  padding-bottom: 0px;
}
#waitlist #trainer .trainer-thumb .trainer-des {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (max-width: 980px) {
  #waitlist #overview {
    text-align: center;
  }
  #waitlist #overview blockquote {
    top: 500px;
    padding: 82px;
  }
  #waitlist #overview .overview-detail {
    margin-left: 20px;
    top: 72px;
  }
}
@media (max-width: 768px) {
  #waitlist #overview blockquote {
    top: 450px;
    left: 30px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #waitlist #trainer,
  #waitlist #blog,
  #waitlist #price {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  #waitlist #overview {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 760px) {
  #waitlist h1 {
    font-size: 2rem !important;
    line-height: 2.5rem;
  }
  #waitlist h2 {
    font-size: 24px;
  }
  #waitlist h3 {
    font-size: 18px;
  }
  #waitlist p {
    font-size: 17px;
  }
  #waitlist #overview img {
    margin-bottom: -60px;
  }
  #waitlist #overview .overview-detail {
    margin-top: 100px;
    top: 0px;
  }
}
@media (max-width: 650px) {
  #waitlist #overview blockquote {
    position: relative;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 450px) {
  #waitlist #overview blockquote {
    padding: 32px;
  }
  #waitlist #overview .overview-detail {
    margin-top: 32px;
  }
}
