/****************************
*  Global Helpers
****************************/

body {
    padding-top: 121px;
}

.row {
    max-width: 1400px;
}

a {
    color: #d9b348;
}

a:hover {
    color: #c5a038;
}

button:hover {
    background-color: transparent;
}

.reveal-overlay {
    background-color: hsla(0,0%,4%,.80);
}

/****************************
*  Fonts
****************************/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/****************************
*  Typography
****************************/

h1, h2, h3, h4, h5, h6 {
    color: #343434;
    font-family: proxima-nova, sans-serif;
}

p {
    color: #333333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 31px;
}

.-line {
    background: transparent;
    border-radius: 16px;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    font-family: futura-pt, sans-serif;
    font-size:16px;
    padding: 20px 42px;
    text-transform: uppercase;
}

.-line:hover {
    background-color: #dab64e;
    border-color: #dab64e;
    color: #fff;
}

.section-title {
    color: #343434;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
}

/****************************
*  Global Header
****************************/

#global__header {
    background: #fefefe;
    display: block;
    height: 121px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.global__header__logo {
    display: block;
    margin: 35px 0 30px 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.global__nav {
    display: block;
    margin: 30px 30px 30px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.global__nav li {
    display: block;
    float: left;
    margin-left: 25px;
}

.global__nav a {
    color: #1d1d1d;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 12px;
    text-transform: uppercase;
}

.global__nav a:hover {
    color: #d8b245;
}

.global__nav__preorder.-line-button {
    border: 1px solid #817a7a;
    border-radius: 4px;
    font-size: 14px;
    padding: 12px 20px;
}

.global__nav__preorder.-line-button:hover {
    background: #d8b245;
    border-color: #d8b245;
    color: #fff;
}

/* Shrunk Nav Styles */

#global__header.scrolled {
    height: 80px;
}

#global__header.scrolled .global__header__logo {
    display: block;
    margin: 10px 0 10px 30px;
}

#global__header.scrolled .global__nav {
    display: block;
    margin: 10px 30px 10px 0;
}

/****************************
*  Masthead
****************************/

.masthead__block {
    display: block;
    max-height: 771px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover !important;;
    -moz-background-size: cover !important;;
    -o-background-size: cover !important;;
    background-size: cover !important;
}

.masthead__info {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.masthead__info h1  {
    color: #fff;
    font-size: 70px;
    font-family: "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 70px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.masthead__info p {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    margin: 20px auto 20px;
    width: 600px;
}

.masthead__info__play {
    border: 3px solid #fff;
    border-radius: 200px;
    display: block;
    height: 95px;
    margin: 0 auto;
    position: relative;
    width: 95px;
}

.masthead__info__play i {
    color: #fff;
    position: absolute;
    left: 55%;
    top: 50%;
    font-size: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.masthead__block__background__image img {
    width: 100%;
}

.masthead__video__overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.masthead__video__mobile__bg {
    display: none;
}

#video-background {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/****************************************************
  Pre Order Callout
****************************************************/

.pre__order__callout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.pre__order__callout__button {
    display: block;
    background: #dab64e;
    height: 51px;
    position: relative;
    width: 335px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 20px;
    font-family: "Futura", "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0;
}

.pre__order__callout__button:hover,
.pre__order__callout__button:active,
.pre__order__callout__button:focus {
    background: #dab64e;
    color: #fff;
}

/****************************
*  Redeem Thank You Page
****************************/

.redeem__page {
    display: block;
    min-height: 400px;
    padding: 100px 0;
    text-align: center;
}

/****************************
*  Bible Covers
****************************/

#bible__overview {
    margin: 55px 0;
}

.bible__overview__row {
    display: block;
    margin: 0 auto;
    max-width: 1045px;
    width: 100%;
}

.bible__overview__image {
    display: block;
    float: left;
    width: 44%;
}

.bible__cover__overview {
    float: left;
    width: 48%;
}

.bible__overview__info {
    display: block;
    margin-top: 45px;
}

.bible__overview__info h1 {
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/*.bible__order__button.active {*/
    /*background-color: #dab64e;*/
    /*border-color: #dab64e;*/
    /*color: #fff;*/
/*}*/

.bible__order {
    /*float: left;*/
    margin: 45px 0 0 0;
}

.bible__order > .row {
    margin-left: -15px;
    margin-right: -15px;
  
    font-family: futura-pt, sans-serif;
    font-size: 16px;
}
.bible__gift {
    display: block;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: center; 
    padding: 10px 0;
    transition: opacity .25s ease-in-out;
}
.bible__gift:hover {
    opacity: .6;
}
.bible__gift img {
    margin-right: 17px;
}
.bible__gift p {
    line-height: 1.3;
    font-family: futura-pt, sans-serif;
}
.bible__gift strong {
    display: block;
}

.text-hint {
    float: left;
    font-size: 12px;
    margin: 59px 0 0 20px;
}

.bible__cover:hover {
    cursor: pointer;
}

.bible__cover__swatch {
    border-radius: 200px;
    height: 112px;
    width: 112px;
    overflow: hidden;
    margin: 0 auto;
}

.bible__cover__swatch img {
    height: 100%;
    width: 100%;
}

.bible__cover__title {
    color: #343434;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 13px auto;
    text-align: center;
    text-transform: uppercase;
    width: 83%;
}

.bible__overview__swatches {
    display: block;
    padding: 55px 0;
}

.bible__overview__swatches.-mobile {
    display: none;
}

.bible__order {
    position: relative;
}

.button-dropdown {
    position: relative;
    margin: 0 auto;
    width: 200px;
}
.button-dropdown a {
    background-color: #754373;
    color: #fff;
    display: block;
    font-family: "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding: 20px;
    margin: 25px auto;
    max-width: 130px;
    text-transform: uppercase;
}
.bible__order__dropdown {
    display: none;
    margin: 0;
    position: absolute;
    left: -30px;
    top: 69px;
    z-index: 99;
}
.bible__order__dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.bible__order__dropdown ul {
    margin: 0;
    box-shadow: 0 0 24px 1px #999;
    width: 270px;
    margin: 0 auto;
}
.bible__order__dropdown ul li {
    list-style: none;
}
.bible__order__dropdown li a {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: block;
    margin: 0;
    padding: 13px 20px;
    max-width: 100%;
    width: 100%;
}
.bible__order__dropdown li a img {
    margin: 7px auto;
    width: auto;
    display: block;
}
.bible__order__dropdown li a:hover {
    background: #ececec;
}

/****************************
*  Features
****************************/

#features {
    background: #f1f1f1;
    padding: 98px 0 75px;
}

#features h2 {
    color: #696969;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 20px;
}

.features__verses {
    margin: 0 0 75px;
}

.features__verses__slider {
    margin: 55px 0;
}

.verses__slide {
    padding: 20px;
}

.verses__slide img {
    box-shadow: 0 0 45px 0 rgba(21, 21, 22, 0.13);
    margin: 0 auto;
}

.features__verses__info {
    text-align: center;
}

.features__verses__info h3 {
    color: #343434;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
}

.features__verses__info a {
    color: #343434;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.features__verses__info .play-video-line {
    border: 2px solid #343434;
    display: inline-block;
    height: 46px;
    width: 46px;
    border-radius: 300px;
    margin: 0 10px;
    position: relative;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}


.features__verses__info .play-video-line i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -55%);
    transform: translate(-40%, -55%);
}

.features__verses__info__videos {
    display: none;
}

.features__reading {
    margin-bottom: 75px;
}

.features__reading__plans_container {
    float: left !important;
    position: relative;
}

.features__reading__plans {
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.features__maps__charts {
    margin-bottom: 0;
}

.features__maps__charts__images a {
}

.features__maps__charts__info {
    margin: 60px 0 0;
    text-align: center;
}

.features__maps__charts__images .column img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 45px 0 rgba(21, 21, 22, 0.13);
}

.features__reading__container {
    background: #fff;
    box-shadow: 0 0 45px 0 rgba(21, 21, 22, 0.13);
}

.features__reading__image_container {
    float: right !important;
}

.features__reading__image {
    margin: 25px 0;
}

.features__reading__image img {
    float: right
}

/****************************
*  Videos
****************************/

#videos {
    display: block;
    background-color: #1d1d1d;
    padding: 100px 0;
}

#videos h2 {
    color: #fff;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
    letter-spacing: 16px;
    margin-bottom: 75px;
    text-align: center;
    text-transform: uppercase;
}

.video__block__title {
    color: #fff;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.video__block {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.video__block .play-button {
    color: #fff;
    display: block;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    font-size: 22px;
    height: 56px;
    left: 50%;
    padding: 12px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 2;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.video__block a {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video__block a:hover .play-button {
    background-color: rgba(0, 0, 0, 0.85);
}

.video__block a img {
    opacity: 0.8;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video__block a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.video__block__title {
    margin: 10px 0;
}

.videos__load {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 16px;
    margin: 40px auto 0;
    padding: 20px;
    text-transform: uppercase;
    width: 270px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.videos__load:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

/****************************
*  Testimonials
****************************/

.testimonials {
    background: url(../images/testimonial-bg.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-height: 500px;
    position: relative;
}

.testimonials__slider {
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    max-width: 845px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonials__slide__content p {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.testimonials__slide__content .testimonial__author {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.testimonial__author::before {
    content: "";
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 16px auto;
    width: 56px;
}

.testimonials__slide__content .testimonial__title {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

/****************************
*  Editors
****************************/

#editors {
    background-color: #f1f1f1;
    padding: 91px 0 45px;
}

#editors h2 {
    color: #696969;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 19px;
    margin-bottom: 72px;
    text-align: center;
    text-transform: uppercase;
}

.editor__block {
    background-color: #fff;
    display: block;
    padding: 70px;
    margin-bottom:  30px;
}

.editor__block__image {
    border-radius: 300px;
    display: block;
    height: 225px;
    overflow: hidden;
    width: 225px;
    margin:  0 auto;
}

.editor__block__image img {
    height: 225px;
}

.editor__block__name {
    color: #1d1d1d;
    font-family: futura-pt, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.editor__block p {
    padding: 5px 30px 0 0;
}

/****************************
*  Summary
****************************/

#srt-summary {
    background-color: #f1f1f1;
    padding: 45px 0 110px;
    text-align: center;
}

/****************************
*  Pre-Order / Order
****************************/

#order {
    background-color: #1d1d1d;
    color: #fff;
    padding: 83px;
}

.order__block {
    color: #fff;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 195px;
    position: relative;
    width: 100%;
}

.order__block__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.order__block__text {
    color: #d8b245;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.order__block__text.-white {
    color: #fff;
    display: block;
    letter-spacing: 2px;
}

.order__block img {
    display: block;
    margin: 0 auto;
}

#redeem-button {
    background-color: transparent;
    border-radius: 4px;
    color: #d8b245;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    letter-spacing: 2px;
    float: right;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    max-width: 235px;
    padding: 20px 25px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#redeem-button:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.order-hint {
    color: #8e8e8e;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 13px;
    font-weight: 400;
    float: right;
    margin: 18px 25px 0 0
}

.order__boxes .columns {
    border-right: 1px solid #666;
}

.order__boxes .columns:last-child {
    border-right: 0;
}

.tiny-text-hint {
    color: #333;
    font-size: 11px;
    font-style: italic;
}

.order__text {
    font-family: "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    letter-spacing: 3px;
}

.order__text p {
    color: #fff;
    font-family: "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    letter-spacing: 3px;
}

.order__text span {
    display: block;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: #aaa;
}

span.order__text__tiny {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.gform_button {
    text-transform: uppercase;
}

.gform_button:hover {
    background-color: #d8b245 !important;
    color: #fff !important;
}

/****************************
*  Apps
****************************/

#apps {
    /*background: #eaeff0;*/
    display: block;
    min-height: 290px;
    /*padding: 70px 0;*/
    /*background: url(../images/app-bg.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    position: relative;
}

.hrt-companion {
    height: 220px;
    background: url('../images/he-reads-truth-callout-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.srt-apps {
    height: 220px;
    background: #DFDAD9;
    overflow: hidden;
}

.apps__srt__icon {
    max-width: 155px;
    margin: 20px 15px 0 25px;
}

.comp__text {
    color: #000;
    font-family: 'Montserrat', proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2.64px;
    margin-top: 65px;
    max-width: 400px;
    margin-right: 56px;
    float: right;
}

.companion__text {
    font-family: 'Montserrat', proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.apps__text {
    /*color: #000;*/
    /*font-family: 'Montserrat', proxima-nova, sans-serif;*/
    /*font-weight: 700;*/
    /*font-size: 20px;*/
    /*letter-spacing: 2.64px;*/

    margin-top: 35px;
    max-width: 400px;
    width: 55%;
}

.apps__text__hrt {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2.64px;
    text-transform: uppercase;
}

.apps__text__app {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: none;
    margin: 0;
}

.apps__content {
    position: relative;
    z-index: 3;
    line-height: 0;
}

#apps .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#apps ul {
    margin: 0;
    /*float: right;*/
    /*margin-top: 33px;*/
}

#apps ul li {
    float: left;
    margin-right: 20px;
    display: flex;
    margin-top: 4px;
}

/****************************
*  Footer
****************************/

#global__footer {
    background-color: #fff;
    padding: 75px 0;
}

#global__footer .columns {
    border-right: 1px solid #e8e8e8;
}

#global__footer .columns:last-child {
    border-right: 0;
}

.global__footer__block {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}

.global__footer__srt__logo {
    display: block;
    margin: 12px auto 25px;
    width: auto;
}

.global__footer__holman {
    display: block;
    width: 140px;
    margin: 0 auto;
}

.global__footer__srt__social {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 110px;
}

.global__footer__srt__social li {
    display: inline-block;
    padding: 7px;
}

.global__footer__srt__social li a {
    color: #545454;
    font-size: 20px;
}

.global__footer__holman__social {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

.global__footer__holman__social li {
    display: inline-block;
    padding: 7px;
}

.global__footer__holman__social li a {
    color: #545454;
    font-size: 20px;
}

.global__footer__copyright {
    color: #625959;
    font-size: 12px;
    text-align: center;
    margin: 35px 0;
}


/****************************
*  Masthead Modal
****************************/

#masthead-video {
    background-color: transparent;
    border: 0;
    padding: 25px;
}

#masthead-video .close-button {
    background-color: transparent;
}

#masthead-video .close-button,
#masthead-video .close-button.medium {
    color: #fff;
    font-size: 20px;
    right: 0;
    top: 0;
}

#masthead-video .close-button:hover span,
#masthead-video .close-button:active span,
#masthead-video .close-button:focus span {
    background-color: transparent;
    color: #fff;
}

/****************************
*  Video Modal
****************************/

.video__modal {
    background-color: #fff;
    border: 0;
    overflow: visible;
    padding: 0;
    position: relative;
}

.video__modal .close-button {
    background-color: transparent;
}

.video__modal .close-button,
.video__modal .close-button.medium {
    color: #fff;
    font-size: 20px;
    right: -35px;
    top: -35px;
}

.video__modal .close-button:hover span,
.video__modal .close-button:active span,
.video__modal .close-button:focus span {
    background-color: transparent;
    color: #fff;
}

.video__modal .video__modal__content__inner {
    padding: 88px 0;
}

.video__modal .video__modal__content__inner__title {
    margin-bottom: 20px;
}

.video__modal blockquote,
.video__modal blockquote p {
    border-left: 0;
    color: #1d1d1d;
    font-family: futura-pt, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.modal__nav {
    display: block;
    left: 0;
    position: absolute;
    top: 325px;
    width: 100%;
}

.modal__nav .prev-btn {
    background: url(../images/prev-arrow.png) no-repeat;
    display: block;
    height: 20px;
    left: -40px;
    position: absolute;
    text-indent: -9999px;
    width: 12px;
    z-index: 12;
}

.modal__nav .next-btn {
    background: url(../images/next-arrow.png) no-repeat;
    display: block;
    height: 20px;
    right: -40px;
    position: absolute;
    text-indent: -9999px;
    width: 12px;
    z-index: 12;
}

/****************************
*  Redeem Modal
****************************/

.gform_heading {
    display: none;
}

.redeem__modal {
    overflow: visible;
}

.redeem__modal .close-button {
    background-color: transparent;
}

.redeem__modal .close-button,
.redeem__modal .close-button.medium {
    color: #000;
    font-size: 20px;
    right: 25px;
    top: 25px;
}

.redeem__modal .gform_wrapper .top_label .gfield_label {
    font-size: 20px;
}

.redeem__modal .name_first,
.redeem__modal .last_name {
    float: left;
}

.redeem__modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.redeem__modal .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 20px;
}

.redeem__modal input[type=text] {
    margin-bottom: 5px;
}

.redeem__modal input[type=file] {
    font-size: 20px;
}

.redeem__modal .gform_wrapper ul.gfield_checkbox li label,
.redeem__modal .gform_wrapper ul.gfield_radio li label {
    font-size: 14px;
    margin-bottom: 10px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
}

.redeem__modal__content__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 10px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

/****************************
*  Responsive Styles
****************************/

/* Small only */
@media screen and (max-width: 39.9375em) {

    body {
        padding-top: 0;
    }

    #global__header {
        height: auto;
        position: relative;
        top: 0;
        padding: 0;
    }

    #global__header.scrolled {
        height: auto;
    }

    .global__header__logo {
        padding: 20px;
        width: 100%;
        margin: 0;
    }

    .global__header__logo img {
        display: block;
        width: 80%;
        padding: 0;
        margin: 20px auto;
    }

    .global__nav {
        display: none;
        float: none !important;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .global__nav ul {
        float: none !important;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .global__nav li {
        float: none !important;
        margin: 0;
    }

    #global__header.scrolled .global__nav {
        display: none;
        margin: 0;
    }

    #global__header.scrolled .global__header__logo {
        margin: 0;
    }

    .masthead__info {
        width: 100%;
    }

    .masthead__info h1 {
        font-size: 33px;
        line-height: initial;
        width: 90%;
    }

    .masthead__info p {
        width: 80%;
    }

    .masthead__info__play {
        margin: 45px auto 0;
    }

    .pre__order__callout {
        display: none;
    }

    /* bibles */

    .pre__order__callout {
        display: none;
    }

    .bible__overview__image {
        display: block;
        float: none;
        width: 100%;
    }

    .bible__cover__overview {
        display: block;
        float: none;
        padding: 20px;
        width: 100%;
    }

    .slick-prev {
        left: 25px;
        top: 135px;
    }

    .slick-next {
        right: 25px;
        top: 135px;
    }

    .testimonials__slider {
        width: 100%;
    }

    #order {
        padding: 0;
    }

    .slick-dots {
        bottom: 10px;
    }

    .editor__block {
        padding: 30px;
    }

    .editor__block__image {
        display: block;
        margin: 0 auto;
        width: 225px;
    }

    .editor__block__name {
        margin: 30px 0 0;
        text-align: center;
    }

    .editor__block p {
        padding: 25px 0;
        text-align: center;
    }

    .editor__block__signature {
        display: block;
        margin: 0 auto;
        width: 209px;
    }

    .order__boxes .columns {
        border: 0;
    }

    /*.apps__hrt__icon {*/
        /*display: block;*/
        /*float: none !important;*/
        /*margin: 0 auto;*/
    /*}*/

    .apps__text {
        text-align: center;
        float: none !important;

        display: inline-block;
    }

    /*#apps ul {*/
        /*float: none !important;*/
        /*width: 90%;*/
    /*}*/

    #apps ul li {
        /*float: none !important;*/
        /*margin: 25px 0 25px 0;*/
        margin: 0 10px 0 0;
    }

    /*#apps ul li a {*/
        /*display: block;*/
        /*margin: 0 auto;*/
    /*}*/

    /*#apps ul li a img {*/
        /*display: block;*/
        /*margin: 0 auto;*/
    /*}*/

    .hrt-apps {
        margin-top: -11px;
    }

    .comp__text {
        width: calc(100% - 30px);
        margin: 70px auto 0;
        float: none;
    }

    .companion__text {
        text-align: left;
        margin: 0;
    }

    .apps__text {
        text-align: inherit;
        margin-left: 30px;
    }

    .apps__text__srt {
        text-transform: uppercase;
    }

    .apps__text__app {
        display: none;
    }

    .apps__image {
        max-width: 135px;
    }

    .apps__srt__icon {
        width: 100%;
        margin: 20px 15px 0 15px
    }

    .global__footer__block {
        float: none !important;
    }

    .global__footer__block {

    }

    #global__footer .columns {
        border: 0;
    }

    .global__footer__srt__social {
        margin: 0 auto 65px;
    }

    .video__modal {
        height: auto;
        top: 0 !important;
        width: 100%;
    }

    .modal__nav {
        display: none;
    }

    .video__modal .video__modal__content__inner {
        padding: 25px 0 0 0;
    }

    .video__modal .close-button,
    .video__modal .close-button.medium {
        background: #fff;
        font-size: 20px;
        right: 0;
        top: 0;
        content: 'Close ';
        color: #000;
        padding: 10px
    }

    .features__reading__plans {
        left: 0;
        position: relative;
        top: 0;
        transform: none;
    }

    .features__reading__plans_container {
        float: none !important;
    }

    .features__reading__image_container {
        float: none !important;
    }

    .features__verses__slider .slick-prev {
        left: 0;
        top: 220px;
    }

    .features__verses__slider .slick-next {
        right: 0;
        top: 220px;
    }

    .masthead__block {
        min-height: 500px;
    }

    .masthead__info__play {
        border: 3px solid #fff;
        border-radius: 200px;
        display: block;
        height: 45px;
        margin: 0 auto;
        position: relative;
        width: 45px;
    }

    .masthead__info__play i {
        font-size: 20px;
    }

    .masthead__block {
        min-height: 500px;
    }

    .masthead__video video {
        display: none;
    }

    .masthead__video__overlay {
        background: #d8b245;
        display: none;
    }

    .masthead__video__mobile__bg {
        display: block;
        position: relative;
        max-height: 500px;
        overflow: hidden;
    }

    .masthead__video__mobile__bg img {
        width: 100%;
    }

    .masthead__video__mobile__bg__overlay {
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .masthead__info {

    }

    .masthead__info h1 {
        font-size: 22px;
        line-height: 25px;
    }

    .masthead__info p {
        font-size: 16px;
    }

    .testimonials__slide__content p {
        font-size: 22px;
    }

    .order__text {
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }

    #redeem-button {
        float: none;
        margin: 0 auto 20px;
    }

    .order-hint {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }

    .reveal {
        height: auto;
    }

    .redeem__modal__content__title {
        margin: 30px 0 0;
        font-size: 18px;
        letter-spacing: 4px;
    }

    .bible__overview__swatches {
        display: none;
    }

    .bible__overview__swatches.-mobile {
        display: block;
        padding: 55px 0 0;
    }

    .bible__cover__swatch {
        height: 50px;
        width: 50px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {

    .global__nav li {
        margin-left: 0;
    }

    .masthead__video__mobile__bg {
        display: none;
    }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    .global__nav__preorder {
        display: none;
    }

    .masthead__video__overlay {
        background: #d8b245;
        display: none;
    }

    .masthead__info h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .masthead__info p {
        font-size: 17px;
    }

    .features__reading__plans .section-title {
        font-size: 20px;
    }

    .features__reading__plans p {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonials__slide__content {
        width: 80%;
        margin: 0 auto;
    }


}

/* Large and up */
@media screen and (min-width: 64em) {

    #global__header.scrolled {
        height: 80px;
    }

    .global__nav li {
        margin-left: 20px;
    }

    .masthead__info {
        position: absolute;
        left: 50%;
        width: 100%;
        max-width: 1035px;
        top: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .masthead__info h1  {
        color: #fff;
        font-size: 70px;
        font-family: "Futura PT", futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 6px;
        line-height: 70px;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .masthead__info p {
        color: #fff;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 21px;
        margin: 20px auto 20px;
        width: 600px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

#add-to-cart{
    background-color: white;
    position: relative;
}


#add-to-cart:hover {
    background-color: #EAB64E;
    border: 1px solid white
}

#add-to-cart:hover > .lifeway-button-shadow {
    background-color: #EAB64E;
}

.lifeway-button-shadow{
    background-color: #afb0b3;
    background-image: url(/wp-content/themes/shereadstruth/images/lifeways-buy-now-logo.png);
    background-size: 100px;
    background-position: center 85%;
    background-repeat: no-repeat;
    bottom: -34px;
    border-radius: 0 0 16px 16px;
    content: '';
    height: 55px;
    left: -1px;
    position: absolute;
    right: -1px;
    transition: background-color .20s ease-out,color .20s ease-out;
    z-index: -1;
}

.bible__order .-line {
    /*width: 175px;*/
    width: 100%;
}

/****************************
*  DownloadCTA
****************************/

.download-cta {
    position: relative;
    overflow: hidden;
}

.download-cta__bg-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download-cta__bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 49%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    opacity: .5;
    z-index: 1;
}

.download-cta__container {
    margin: 0 auto;
    padding: 130px 40px;
    position: relative;
    z-index: 1;
    max-width: 1330px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.download-cta__content {
    max-width: 374px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-cta__heading {
    font-family: "Futura",
        "Futura PT",
        futura-pt,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 0.2em;
    line-height: 50px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 35px;
    width: 100%;
}

.download-cta__button {
    margin-right: auto;
    letter-spacing: 0.2em;
    display: block;
    width: 176px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border-radius: 16px;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    font-family: futura-pt,
        sans-serif;
    font-size: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
}

.download-cta__button:hover {
    background: #d8b245;
    border-color: #d8b245;
}

@media screen and (max-width: 768px) {
    .download-cta__heading {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .download-cta__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .download-cta__bg-image:before {
        width: 100%;
    }

    .download-cta__button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .download-cta__heading {
        font-size: 24px;
        line-height: 28px;
    }
}

/****************************
*  FormCTA
****************************/

.m-form-cta {
    background-color: #1d1d1d;
    padding: 40px 0;
    margin-top: 30px;
}

.m-form-cta__container {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

.m-form-cta__content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 588px;
    width: 100%;
}

.m-form-cta__heading {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.m-form-cta__gravity-form {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .m-form-cta__heading {
        font-size: 18px;
        line-height: 22px;
    }

    .m-form-cta__container {
        padding: 0 30px;
    }
}


/****************************
*  GravityForms
****************************/


.m-gravity-form {
    transition: all .15s ease-in-out;
    position: relative;
}

.m-gravity-form:after {
    transition: all .15s ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 5px 5px 15px rgba(black, .2);
    z-index: 0;
    margin: 0 auto;
    border-radius: 8px;
    opacity: 0;
}

.m-gravity-form--hovered:after {
    opacity: 1;
}

.m-gravity-form .gform_wrapper {
    margin: 0 !important;
    padding: 10px 10px 10px 20px;
    background-color: #FFFFFF;
    border: 1px solid black;
    position: relative;
    z-index: 2;
}

.m-gravity-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-gravity-form form .gform_body {
    padding-right: 20px;
}

.m-gravity-form form ul li.gfield {
    margin-top: 0 !important;
    position: relative !important;
}

.m-gravity-form form ul li.gfield--focused .gfield_label {
    opacity: 0;
}

.m-gravity-form form ul li.gfield--focused .ginput_container_email input {
    cursor: default !important;
    border-bottom: 1px solid #000;
}

.m-gravity-form form ul li.gfield--hovered .gfield_label {
    opacity: 0;
}

.m-gravity-form .ginput_container {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 0 !important;
    position: relative;
    z-index: 2;
    background: transparent;
}

.m-gravity-form .ginput_container input {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    width: 100% !important;
    height: 100%;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
}

.m-gravity-form .ginput_container input:placeholder {
    font-size: 16px !important;
    line-height: 22px !important;
}

.m-gravity-form .gfield_label {
    transition: all .15s ease-in-out;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000;
    font-weight: 400 !important;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.m-gravity-form .gfield_label .gfield_required {
    display: none;
}

.m-gravity-form .gform_footer {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 99px;
    width: 100%;
}

.m-gravity-form .gform_button {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 10px 10px !important;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    display: block;
    letter-spacing: 3px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-align: center;
    background: transparent;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    text-transform: uppercase;
    width: 100% !important;
}

.m-gravity-form .gform_button:hover {
    border-color: #dab64e !important;
}

.m-gravity-form .gform_ajax_spinner {
    display: none;
}

.m-gravity-form .gform_validation_error .validation_error {
    display: none;
}

.m-gravity-form .gform_validation_error .gfield_label {
    margin-top: 0px !important;
    color: gray !important;
}

.m-gravity-form .gform_validation_error .gfield_error {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-width: 0 !important;
    background: transparent !important;
}

.m-gravity-form .gform_validation_error .gfield_error input {
    margin-bottom: 0 !important;
    font-family: unset !important;
    border-width: 0 !important;
    border-bottom: 1px solid black !important;
}

.m-gravity-form .gform_validation_error .gfield_error.gfield--focused input {
    border-bottom: 1px solid #1d1d1d !important;
}

.m-gravity-form .gform_validation_error .validation_message {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px !important;
    line-height: 14px !important;
    position: absolute;
    top: 130%;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(black, .16);
    border: 1px solid #790000;
    width: auto;
    padding: 5px !important;
    box-sizing: border-box;
    animation-name: slideUp;
    animation-duration: 1s;
}

.m-gravity-form .gform_confirmation_wrapper {
    padding: 17px !important;
    background-color: #FFFFFF;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.m-gravity-form .gform_confirmation_message {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.m-gravity-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

@media screen and (max-width: 641px) {
    .m-gravity-form form .gform_body {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .m-gravity-form .gform_wrapper {
        padding: 25px;
    }

    .m-gravity-form .gform_wrapper form {
        flex-direction: column;
        justify-content: center;
    }

    .m-gravity-form .gform_wrapper form .gform_body {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .m-gravity-form .gform_wrapper form .gform_body .gfield_error {
        margin-bottom: 30px !important;
    }

    .m-gravity-form .gform_wrapper form .gform_body .gfield_errorinput {
        border-bottom: 1px solid #1d1d1d !important;
    }

    .m-gravity-form .gform_wrapper form input {
        border-bottom: 1px solid #1d1d1d !important;
    }

    .m-gravity-form .gform_confirmation_wrapper {
        padding: 25px;
    }
}

/* # Site Notification Bar
---------------------------------------------------------------------------------------------------- */
.o-notification-bar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
	background-color: #d9b348;
    z-index: 11;
}

.o-notification-bar__wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}

.o-notification-bar__text{
	color: #ffffff;
}

.o-notification-bar__link{
    padding: 15px 18px;
    margin: 0;
	color: #ffffff;
	border-color: #ffffff;
}

.o-notification-bar__text + .o-notification-bar__link{
	margin-left: 20px;
}

.o-notification-bar + #global__header{
    top: 68px;
}
.o-notification-bar + #global__header + .masthead{
    margin-top: 68px;
}

@media (max-width: 600px){
    .o-notification-bar{
        position: relative;
        top: initial;
        left: initial;
        right: initial;
    }

    .o-notification-bar__wrapper{
        flex-direction: column;
    }

    .o-notification-bar__text + .o-notification-bar__link{
        margin-left: 0px;
        margin-top: 20px;
    }

    .o-notification-bar + #global__header{
        top: 0;
    }
    .o-notification-bar + #global__header + .masthead{
        margin-top: 0;
    }
}