@import url('https://fonts.googleapis.com/css?family=Lato:100,400,700,900%7CRoboto:100,300,400,700,900');
/*** General ***/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

hr {
  margin: 0;
  border: 1px solid #ddd;
}

.hr-j {
  border-top: 2px solid rgb(231, 65, 55);
}

.hr-f {
  border-top: 2px solid rgb(246, 193, 16);
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
  opacity: .8;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #666;
  font-weight: 400;
  line-height: 29px;
}

.section-heading {
  /* padding: 60px 0; */
  text-align: center;
}

#products .header-title-sub {
  margin-bottom: 20px;
}

.strikeout {
  color: #212124;
}

.buy-btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 5px;
  border-radius: 0px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #212124;
  outline: none;
}

.buy-btn:hover {
  color: #fff;
  background-color: #212124;
  border: 2px solid #212124;
}

header h1 {
  font-size: 60px;
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2;
}

/** Modal **/

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    min-height: calc(100vh - 20px);
}

/* .modal-dialog {
  transform: none;
  margin: 10% auto;
}

.modal.fade .modal-dialog {
  transition: none;
  transform: translate(0, 0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
} */

a#digitaldownload,
a#getdvds {
  background-color: #fff;
  border: 2px solid #212124;
}

/*** Header ***/
/* .v-header {
  margin-top: 79px;
  height: 717px;
  display: flex;
  align-items: center;
  color: #fff;
} */

.v-header {
    margin-top: 79px;
    height: 717px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}

/* .container {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
} */

/* .fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 79px;
  height: 717px;
  overflow: hidden;
} */

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 79px;
    height: 717px;
    overflow: hidden;
}

.fullscreen-video-wrap video{
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

/* .header-overlay {
  margin-top: 79px;
  height: 717px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0.8;
} */

.header-overlay {
    margin-top: 79px;
    height: 717px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0.8;
}

.header-content {
  z-index: 2;
  text-align: center;
}

.header-content h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 700;
}

.button-grp {
  margin: 30px 0 50px;
}

.button-grp-btn {
  color: #fff;
  padding: 10px 15px;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
}

.jonah {
  background-color: rgb(231, 65, 55);
  color: #fff;
}

.faith {
  background-color: rgb(246, 193, 16);
}

.dark-color {
  background-color: #212124;
  color: #fff;
}

.marginBTM-20 {
  margin-bottom: 20px;
}

.marginBTM-30 {
  margin-bottom: 30px;
}

.marginBTM-50 {
  margin-bottom: 50px;
}

.marginTOP-40 {
  margin-top: 40px;
}

/** Navigation **/

nav {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
          box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
}

.navbar {
  border: none;
  background-color: rgba(255, 255, 255, 0.98);
}

.navbar-brand {
  padding: 25px 0 0 20px;
}

a.navbar-brand {
  font-weight: 300;
  font-style: normal;
  font-size: 27px;
  letter-spacing: .13em;
  line-height: 1em;
  text-transform: uppercase;
  color: #212124;
}

.mainNav .nav>li>a {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mainNav .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-nav>li>a {
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  font-weight: 600;
}

.navbar-nav>li>a:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, .6);
}

.navbar-toggle {
  background-color: #231f20;
  border: 1px solid #231f20;
}

.navbar-header span.icon-bar {
  background: #fff;
}

.navbar-nav {
  height: 100%;
  padding: 0;
  margin: 0;
}

.buy-now {
  background-color: #e74137;
}


/** Header **/
.v-header .jonah, .v-header .faith {
  background-color: #fff;
  color: #212124;
  border: 2px solid #fff;
}

.v-header .bundle {
  border: 2px solid #fff;
}

.v-header .bundle a {
  color: #fff;
}

/*** Products ***/

#products {
  padding: 80px 0;
}

/* #products .row {
  margin-bottom: 40px;
} */

#products .buying-bundle {
  margin-top: 38px;
}

#products .section-heading {
  padding-top: 0
}

#products .section-heading h2 {
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 600;
}

#products h4 {
  font-size: 26px;
  font-weight: 400;
  font-family: Roboto, Arial, sans-serif;
  color: #212124;
  margin-bottom: 10px;
}

.align-left {
  text-align: left;
}

/* .dark-color, #products .jonah.dark-color {
  background-color: #212124;
  color: #fff;
} */

#products .buying-jonah a,
#products .buying-faith a,
#products .buy-btn {
  color: #212124;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  width: 70%;
}

#products .buying-jonah a:hover,
#products .buying-faith a:hover {
  background-color: #212124;
  color: #fff;
}


#products .buying-bundle a:hover {
  color: #fff;
}
/*** Free Sessions ***/

#free-sessions {
  background-color: #212124;
  padding: 80px 0;
  color: #fff;
}

.video p {
  margin: 0;
}

#free-sessions .section-heading {
  padding: 0;
}

#free-sessions .section-title {
  font-size: 61px;
  color: #fff;
  /* font-weight: 100;
  font-family: 'Lato', sans-serif; */
  margin-bottom: 50px;
}

#free-sessions p {
  margin-bottom: 45px;
}

#free-sessions .jonah,
#free-sessions .faith {
  background-color: #e74137;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#free-sessions .jonah {
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin-top: 20px;
}

#free-sessions .faith {
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin-top: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** About ***/
img#mobilehide {
    height: 372px;
    margin: 0 auto;
}
/*** Buying Options ***/

#pricing {
  padding: 80px 0;
}

#pricing b {
  color: rgb(85, 85, 85);
}

#pricing img {
  height: 185px;
  margin: 0 auto;
}

#pricing .header-title-sub {
  text-align: center;
}

#pricing h4 {
  font-weight: bold;
  font-size: 20px;
}

#pricing ul {
  text-align: left;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
}

#pricing ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}

#pricing .jonah-ul {
  margin-bottom: 30px;
}

#pricing .faith-ul {
  margin-bottom: 28px;
}

#pricing .bundle-ul {
  margin-bottom: 26px;
}

#pricing .jonah,
#pricing .faith,
#pricing .dark-color {
  background-color: #e74137;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.buying-jonah a, .buying-faith a, .buying-bundle a {
  color: #fff;
  margin-top: 20px;
  width: 100%;
  border-radius: 0;
}

.pricing1 {
  text-align: center;
  border: 2px solid #ddd;
  padding: 20px 0 0;
  /* margin-bottom: 40px; */
}

.pricing1 h2 {
  margin-bottom: 20px;
}

/* .bundle-section h2 {
  margin: 0 0 45px;
} */

.bottom {
  padding: 20px 35px 20px;
}

.bg-white {
  background-color: #fff;
  padding: 2rem;
  margin: 30px 0 0 0;
  border: 1px solid #ddd;
}

#bundle .button-grp-btn {
  margin: 0;
}

/*** Footer ***/

footer {
  background-color: #212124;
  padding: 60px 0;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

footer .copyright p {
  margin-bottom: 0;
}

footer img {
  height: 8px;
}

footer .image {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

/*** Media Queries ***/
/** Changes hamburger Breakpoint **/
@media (max-width: 996px) {

  #products .buying-jonah {
    margin-bottom: 0!important;
}

  .mainNav .container {
    width: 100%;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
              box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      padding-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 815px) {
  .mainNav {
    margin-top: 80px;
  }

  .mainNav .nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

}

@media (max-width: 1280px) {
  a.navbar-brand {
      font-size: 23px;
      padding: 29px 0 0 15px;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  #pricing h2 {
    font-size: 23px!important;
  }

  #pricing h3 {
    font-size: 20px!important;
  }

  #pricing .faith-ul {
    margin-bottom: 54px;
}
#pricing .jonah-ul {
    margin-bottom: 33px;
}

}

@media (min-width: 768px) and (max-width: 815px) {
  .v-header {
/*       height: 580px!important; */
      margin-top: 0;
  }

  .header-overlay {
    margin-top: -18px!important;
}


  .fullscreen-video-wrap {
    height: 680px;
  }

}


@media (max-width: 1199px) {

  #products .buying-bundle {
    margin-top: 41px;
  }

  .container-fluid {
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #products .buy-btn {
    width: 100%;
  }

  a.navbar-brand {
    font-size: 17px;
    padding: 32px 0 0 15px;
  }

  .navbar-nav>li>a {
    font-size: 12px;
  }

  #pricing .bundle-ul {
    margin-bottom: 51px;
  }

  .header-content .button-grp-btn {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .header-content .button-grp {
    display: block;
    margin: 30px auto 0;
    width: 465px;
  }
  .align-left {
    padding-top: 60px;
}
}

@media only screen and (min-width: 992px) {
  #desktophide {
    display: none;
  }

  .bundle-section-top {
    display: none
  }
}



@media only screen and (max-width: 991px) {
  .v-header, .fullscreen-video-wrap, .header-overlay {
    margin-top: 0px;
  }

  .pricing1 {
    margin-bottom: 40px;
}

  .header-overlay {
    height: 637px;
  }

  .fullscreen-video-wrap video {
    width: 991px;
}
  #mobilehide {
    display: none;
  }

  .buying-bundle.mobile-hide {
    display: none;
}

  #products {
    padding: 3rem 0 0;
}
  #products img {
    height: 500px;
    margin: 50px auto 30px;
  }

  #products .bundle-img {
   height: 300px;
  }

  .align-left {
    text-align: center;
    padding-top: 0;
  }
  #free-sessions {
    padding: 3rem 0 0;
  }
  #free-sessions iframe {
    margin-bottom: 40px;
  }
  #free-sessions .margin-btn {
    margin: 30px auto 50px;
  }
  #paultripp {
    text-align: center;
    padding-top: 0;
  }
  #paultripp img {
    height: 500px;
    margin: 0 auto 0;
  }
  a.navbar-brand {
    font-size: 20px;
    padding: 33px 0 0 15px;
  }
  .navbar-nav>li>a {
    font-size: 15px;
  }
  h1, .section-title {
    font-size: 40px;
  }
  .header-title-sub {
    font-size: 28px;
  }
  #products img {
    margin-bottom: 30px;
  }
  .header-title-sub h3 {
    font-weight: bold;
  }

  #pricing {
    padding: 3rem 0 1rem;
  }

  #pricing .buying-faith,
  #pricing .buying-jonah,
  #pricing .buying-bundle {
    padding: 0 40px;
  }

  #products .buying-jonah a,
  #products .buying-faith a,
  #products .buy-btn {
    width: 500px;
    margin: 0 auto 40px;
  }

  #products .buying-faith,
  #products .buying-jonah,
  #products .buying-bundle {
    width: 100%;
    margin: 0 auto;
  }

  #free-sessions .margin-btn {
    width: 500px;
  }
}

@media (max-width: 768px) {
.fullscreen-video-wrap {
    height: 500px;
}




.v-header {
  height: 400px;
}

  .header-content h1 {
    font-size: 37px;
}
  .header-overlay {
    height: 484px;
  }

  .fullscreen-video-wrap video {
    width: 768px;
}

.header-content {
    margin-top: 0;
}
  #free-sessions .margin-btn {
    width: 100%;
  }

  a.navbar-brand {
    font-size: 20px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
  }

  div#navbar3 {
    overflow: hidden;
  }

  .navbar-collapse {
    padding-bottom: 30px;
    overflow: hidden;
  }

  div#jonahModal {
    padding-right: 21px;
    padding-left: 21px!important;
  }

  div#faithModal {
    padding: 0 21px;
  }

  .navbar-collapse {
    padding-bottom: 30px;
    overflow: hidden;
  }
}


@media (max-width: 600px) {
	.header-overlay {
    height: 466px;
}
}

@media only screen and (max-width: 520px) {
  p {
    font-size: 16px!important;
  }
  .btn-group-lg>.btn, .btn-lg {
    font-size: 16px;
  }
  .header-content .button-grp {
    width: 100%;
  }
  .v-header h1 {
    font-size: 24px;
    margin-top: 31px;
  }

  .v-header {
    height: 400px;
  }

  .v-header,
  .fullscreen-video-wrap,
  .header-overlay {
    height: 400px;
    margin-top: 79px;
  }

  #products .buying-jonah a,
  #products .buying-faith a,
  #products .buy-btn {
    width: 100%;
  }

  #products .buying-jonah a, #products .buying-faith a, #products .buy-btn {
    font-size: 15px;
  }

hidemobile {
  display: none;
}
  #products .section-heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #products img {
    height: 250px;
  }

  #products h4 {
    font-size: 21px;
  }
  #products .section-heading {
    padding-bottom: 30px;
  }
  #free-sessions h1 {
    font-size: 30px!important;
    margin-bottom: 30px!important;
  }
  #paultripp h2 {
    font-size: 30px!important;
    padding-top: 0!important;
  }
  #paultripp img {
    height: 250px;
  }
  .divider h2 {
    font-size: 20px!important;
  }
  #pricing {
    padding: 3rem 0;
  }
  #pricing h1 {
    font-size: 30px!important;
  }
  #pricing .hr {
    width: 190px!important;
}
  #pricing h2 {
    font-size: 18px!important;
  }
  #pricing b {
    font-size: 18px!important;
  }

  #pricing b.set-prices {
    font-size: 28px!important;
  }
  #pricing img {
    height: 130px;
  }

  #products .bundle-img {
   height: 200px;
  }
}

@media (max-width: 484px) {

  .header-overlay {
    height: 399px;
  }

  .fullscreen-video-wrap video {
    width: 768px;
}
  a#digitaldownload,
  a#getdvds {
    width: 100%;
  }

  a.navbar-brand {
    font-size: 14px;
    padding: 37px 0 0 15px;
  }

  .modal-body h2 {
    font-size: 22px!important;
  }

  #paultripp {
    padding-top: 3rem;
}
}

@media only screen and (max-width: 430px) {
  #products {
    padding: 3rem 0 1rem;
  }

  #free-sessions {
    padding: 3rem 0 0;
  }

  #pricing .buying-faith, #pricing .buying-jonah, #pricing .buying-bundle {
    padding: 0;
  }

  #free-sessions .jonah, #free-sessions .faith {
    font-size: 14px;
}

#pricing .jonah, #pricing .faith, #pricing .dark-color {
    font-size: 14px;
}

#products .buying-jonah a, #products .buying-faith a, #products .buy-btn {
    font-size: 14px;
}
}

@media only screen and (max-width: 380px) {
  #products .bundle-img {
   height: 150px;
  }
}


@media only screen and (max-width: 350px) {
  a.navbar-brand {
    font-size: 12px;
  }
}