@font-face {
  font-family: 'Proxima';
  src: url('/dist/fonts/Proxima_Black.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Bold';
  src: url('/dist/fonts/Proxima_Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Extrabold';
  src: url('/dist/fonts/Proxima_Extrabold.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Semibold';
  src: url('/dist/fonts/Proxima_Semibold.otf') format('opentype');
}
/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
@import url("https://use.typekit.net/lej3jjl.css");
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'proxima-nova';
  color: #051954;
  
}

/*negative margins */
.mt-n1{
 margin-top: -0.25rem;
}
.mt-n2{
  margin-top: -0.5rem;
}
.mt-n3{
  margin-top: -1rem;
}
.mt-n4{
  margin-top: -1.75rem;
}
.mt-n5{
  margin-top: -2.5rem;
}

.mb-n1{
  margin-bottom: -0.25rem;
 }
 .mb-n2{
   margin-bottom: -0.5rem;
 }
 .mb-n3{
   margin-bottom: -1rem;
 }
 .mb-n4{
   margin-bottom: -1.5rem;
 }
 .mb-n5{
   margin-bottom: -2.5rem;
 }
 .z-4{
  z-index: 1000;
 }
 z-n1{
  z-index: -1;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Proxima, sanserif;
  font-weight: 600;
  color: #051954
}
.bg-mojo {
  /* background-color: #212224!important; */
  background-color: rgba(0,0,0,0.7)!important;
  color: #316512;
}
.navbar-brand{
  color: #68cc58!important;
}
header.masthead {
  position: relative;
  background-color: #343a40;
  /* background: url("../images/mojoHeader.jpg") no-repeat center center; */
  background-size: cover;
 /* padding-top: 4rem; */
 padding-top: 15px !important;
  padding-bottom: 8rem;
  min-height: 800px;
}

header.masthead .overlay {
  position: absolute;
  background-color: rgba(26,23,23,0.77);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*opacity: 0.4; */
}

header.masthead-mind {
  position: relative;
  background-color: #343a40;
  background: url("../images/landing-header.png") no-repeat center center;
  background-size: cover;
 /* padding-top: 4rem; */
 padding-top: 15px !important;
  padding-bottom: 8rem;
  min-height: 800px;
}
header.masthead-mind .overlay {
  position: absolute;
  background-color: rgba(26,23,23,0.77);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*opacity: 0.4; */
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }

}

.parallax {
  /* The image used */
  background-image: url('../images/landing-header.png');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(244,242,240,1);
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
  
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer{
  background-color: rgba(51,51,51,1);
  color: rgb(190, 177, 145);
  font-family: Verdana, Geneva, Tahoma, sans-serif
}
.footer li a{
  color: rgb(190, 177, 145);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.footer a{
  text-decoration: none;
  /* text-decoration-color: red; */
  color: #FFF;;
}
a .legal{
  color: #FFF;
}

/* ADDED CUSTOM */
.headerinstructions {
  font-size: 22px;

}
.headercheck{
  margin-left: 10px;
}

.formlabel{
  color: #051954;
  font-weight: bolder;
  font-size: 14px;

}
.formtext{
  color: #051954;
}
.formtitle{
  color: rgba(0,181,8,1);
  padding-top: 10px;
  font-size: 26px;
}
.formchecktext{
  font-size: 13px;
}

#expect{
  min-height: 988px;
  width: 100%;
  background: url("../images/benefits-background.jpg") no-repeat center center;

}
#expect2{
  height: auto;
  width: 100%;
  background: url("../images/benefits-background.jpg") no-repeat center center;

}
.trainertext{
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.testimonialname{
  color: #990000;
  font-size: 16px;
}

.countdown {
  display: block;
  background: none;
  border-style: none;


  z-index: 24;
  max-width: 748px;
  min-height: 98px;

}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* box-shadow: 7px 7px 10px #737373; */

}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* box-shadow: 7px 7px 10px #737373; */
}
.video-btn {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.video-btn:hover {
      /* box-shadow: 7px 7px 10px #737373; */
      transform: scale(1.1, 1.1);
 }

/* ===========POPUP============== */
#popupx {
  display: block;
  background: #FFF;
  /* background-image: url("../images/popupbackground.jpg"); */
  /* background-size: cover; */
  border-style: solid;
  border-width: 2px;
  border-color: #06bfff;
  border-radius: 25px;

  z-index: 1;
  max-width: 748px;
  /* min-height: 488px; */

}
.popup-title{
  color: #051954
  /* padding-top: 10px; */
  font-size: 26px;
}
#insert2 .modal-header{
  height: 40px;
}

.popupbutton{
  border-style: none;
  border-radius: 62px;
 
  z-index: 4;
  /* width: 90%; */
  height: 47px;
  position: relative;
  background: 06bfff;
  box-shadow: none;
  text-shadow: none;
  color: #202020;
  border-width: 0px;
  border-color: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: Open Sans;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.popupinputs{
  max-width: 400px;
}
.footer-signup-button{
  background: #06bfff;
  color: #FFF;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 45px;
  text-align: center;

}
.footer-signup-button input{
  text-decoration: none;
  color: #FFF;
  border: none;
  background: none;
}
.equal-height-columns{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/*  ADDED FROM UNBOUNCE */
#lp-pom-text-307 {
  display: block;
  background: rgba(255,255,255,0);
  border-style: none;
  border-radius: 0px;
  z-index: 8;
  width: 726px;
  height: 35px;

}

#lp-pom-box-240 {
  display: block;
  background: rgb(9, 2, 148);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 100px;
  color: #FFF;
  z-index: 7;
  max-width: 741px;
  height: 51px;

}
#lp-pom-box-240a{
  display: block;
  background: rgba(0,181,8,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;

  z-index: 7;
  max-width: 906px;
  height: 51px;

}
#lp-pom-box-241 {
  display: block;
  background: rgba(0,181,8,1);
  border-style: none;
  border-width: 1px;
  color: #fff;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;

  z-index: 7;
  max-width: 551px;
  height: 51px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
}
#formbox {
  display: block;
  background: rgba(243,239,239,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;

  z-index: 15;
  width: 308px;
  height: 406px;
  float: right;
  margin-right: 5px;

}

.formbtnorg {
  display: block;
  border-style: none;
  border-radius: 5px;
  
  z-index: 17;
  width: 236px;
  height: 42px;

  background: rgba(0,181,8,1);
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  border-width: 1px;
  border-color: #ccc;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 990px){
  #formbox{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

}
@media (min-width: 1200px)
{
  #mind-vid-header{
    max-width: 906px;
    flex: 0 0 100%;
  }
  

}

/* NEW MOJO STYLE */
@font-face {
  font-family: Kamala;
  src: url(/dist/fonts/Kamala.otf);
  /* font-weight: bold; */
}

.logo-brand {
  max-width: 150px;
}

.btn-rounded {
  border-radius: 25px;
}

.gradient-custom {
  /* fallback for old browsers */
  background: #09276b;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(9, 39, 107, 0.7), rgba(6, 2, 43, 0.7));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(9, 39, 107, 0.7), rgba(6, 2, 43, 0.7))
}

.landing-header {
  height: auto;
  background: url('/img/landing-header.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right top;
  padding-bottom: 10%;
}

body {
  font-family: proxima-nova, sans-serif;
}


.check {
  max-height: 35px;
  position: relative;
  top: -10px;
}

.step-by-step {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}

.whats-vert {
  /* background: url(/img/whats-mindpower.png) no-repeat center center fixed; */
  background-image: url('/img/whats-mindpower.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top;
  min-height: 300px;
  max-height: 350px;
  max-width: 667px;
  /* margin-left: auto; */
  /* margin-right: -22px; */
  padding-left: 60px;
  padding-right: 40px
}

.included-text {
  padding-left: 0;
}

.input-icons i {
  position: relative;
  float: left;
  top: 33px;
  /* padding-left: 40px; */
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.free-hz {
  border: solid 1px #0dcaf0;
  /* border-top-left-radius: 25px;
  border-bottom-left-radius: 25px; */
  border-radius: 25px;
  margin-left: -22px;
  /* border-right: none; */
  min-height: 250px;
  max-height: 350px;
  max-width: 810px;
  padding-left: 40px;
  padding-right: 40px;
  padding: 10px 40px;
  margin-right: 0;
  position: relative;
  float: right;

}
.login-wrap{
  width: 250px;
}

.signup-button {
  border: solid 1px #FFF;
  background-color: #FFF;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}

.input-rounded {
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  padding: 2px 35px;
  text-align: left;
  /* margin-left: 25px; */
  color: #FFF;
}

.reg-group {
  position: relative;
  float: right;
  margin-right: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  /* padding: .375rem .75rem; */
  /* font-size: 1rem; */
  font-weight: 400;
  /* line-height: 1.5; */
  /* color: #212529; */
  text-align: center;
  white-space: nowrap;
  /* background-color: #fff; */
  border: 1px solid #fff;
  /* border-radius: .25rem; */
  border-right: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 31px;
  top: 10px;
  position: relative;
  top: 16px;
  background: none;
}

.formtext {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form-group-w-icon {
  margin-bottom: -30px;
}

form h4 {
  margin-bottom: -20px;
  margin-top: 20px;
}

.input-check {
  border-color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px !important;
}
.form-check{
  padding-left: 0;
}

/* GOT YOUR MOJO */
.got-your-mojo {
  background-color: #f2fcfe;

}
.mojo-wrap{
  max-width: 1200px;
  margin: auto;
}

.kamala-font {
  font-family: Kamala;
  color: #3abbec;
  font-weight: 500;
}

.kamala-lg {
  font-size: 3.5rem;
}

.kamala-med {
  font-size: 2rem;
  font-weight: 600;
}

.check-row-1 {
  text-align: center;
  padding: 10px 60px;
  font-weight: 600;
}
.check-row-1 img, .check-row-2 img{
  width: 1.8rem;
}

.check-row-2 {
  text-align: center;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 10px;
}

/* Testimonials */
#testimonials{
  max-width: 1000px;
  margin: auto;
}
.subtitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.text-bordered-black {
  -webkit-text-stroke: 0.05rem #140c0c;
}

/* TRAINERS */
#trainers{
  max-width: 1200px;
  margin: auto;
}
.shane-text {
  border-top: solid 2px #3abbec;
  padding: 20px;
  color: #051954

}

.shane-image {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  ;
}

.shane-name-image {
  position: relative;
  top: -80px;
  left: 30px;
}

.rach-background {
  background: url('/img/rach-story-bkgnd.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  font-size: small;
  padding: 40px;
  height: 70%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -12px;
}

.rach-row {
  margin-top: -80px
}

.blue-text {
  color: #3abbec;
}

.rach-image {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  ;
}

/* FOOTER  */
.footer {
  background: url('/img/footer-bkgnd.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer .legal{
  font-weight: 600;
  font-family: proxima-nova;
}
@media (max-width:1091px) {
  .shane-text{
      font-size: 1rem;
      line-height: 1.2rem;
  }
  .rach-background{
      padding: 20px;
      line-height: 1.1rem;
  }

}

@media (max-width:991px) {
  .free-hz {
      position: relative;
      float: right;
      margin-left: auto;
  }

  .whats-vert {
      position: relative;
      float: right;
      margin-left: auto;
      margin-right: -35px;
  }

  .check-row-1 {
      padding: 10px 30px;
  }

  .check-row-1 img,
  .check-row-2 img {
      width: 1.5rem;
  }

  .check-row-1 .col {
      font-size: .8rem;
      min-width: 150px;
      margin-top: 15px;

  }

  .check-row-2 {
      padding: 10px 20px;
  }

  .check-row-2 .col {
      min-width: 350px;
  }
  .shane-text{
      font-size: .9rem;
      line-height: 1.2rem;
  }
  .row-rach{
      margin-top: -20px;
  }

  .rach-background{
      padding: 20px;
      margin-top: auto;
      margin-bottom: auto;
      margin-right: -12px;
  }

}

@media (max-width:870px) {
  .shane-text{
      line-height: 1.1rem;
  }
  .rach-row{
      margin-top: -40px;
      line-height: .9rem;
  }
}

@media (max-width:768px) {
  .free-hz {
      position: relative;
      float: right;
      margin-left: auto;
      /* margin-right: 10px; */
      max-height: 400px;
      padding: 10px;
      width: 80%;
  }

  .whats-vert {
      padding-left: 60px;
      padding-right: auto;
      /* margin-left: 10px; */
      max-height: 400px;
      background-position: left top;
  }
  #testimonials img{
      width: 70%;
      margin: 10px auto;
  }
  .check-row-1 .col, .check-row-2 .col{
      text-align: left;
  }
  .check-row-2{
      padding: 10px 0;
  }
  #trainers .col-md-5{
     
      text-align: center;
  }
  .rach-row{
      margin-top: 0;
  }
}

@media (max-width:410px) {
  .free-hz {
      position: relative;
      float: right;
      margin-left: auto;
      /* margin-right: 10px; */
      max-width: 350px;
  }

  .whats-vert {
      position: relative;
      float: right;
      padding-left: 60px;
      padding-right: 10px;
      margin-left: auto;
      max-height: 400px;
      max-width: 380px;
  }

  .kamala-lg {
      font-size: 1.9rem;
  }
  .check-row-1 .col, .check-row-2 .col{
      text-align: left;
  }
  .check-row-2{
      padding: 10px 0px;
  }
}



