@font-face {
	font-family: 'D-DIN';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/D-DIN.otf");
    font-weight: normal;
}
@font-face {
	font-family: 'D-DIN';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/D-DIN-Bold.otf");
    font-weight: bold;
}
@font-face {
	font-family: 'D-DIN Condensed';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/D-DINCondensed-Bold.otf");
    font-weight: bold;
}
@font-face {
	font-family: 'D-DIN Condensed';
	font-display: swap;
	src: url("https://cdn.epoch.cloud/assets/fonts/D-DINCondensed.otf");
    font-weight: normal;
}

body {
    font-family: "D-DIN";
    background-color: #141A2B;
}

.piano_on #cb-main-content h3  {
    background: #1b2b44;
}

#checkout-form .error, .subscription-create-error {
    color: red;
}


input:focus {
    outline: none !important;
}

h1 {
    font-family: Vollkorn;
    font-size: 45px;
    font-style: italic;
    padding: 20px 0;
    font-weight: bold;
}

.mobile h1 {
    font-size: 25px;
}
.mobile-today-summary, .mobile-today-summary label {
    font-weight: bold;
    font-size: 20px;;
}

.package-img-box {
    max-width:230px;
    margin:auto;
}

.logo-mobile {
}

.mobile-payment-info {
    font-size: 14px;
    color:white;
}

.support-text .top {
    margin: 0 0 20px 0;
}

.paypal-express {
    height: 40px;
}

.terms {
    margin-top: 20px;
}

.logo {
    margin-top: 40px;
    text-align: center;
}
.logo img {
    width: 310px;
}
.support-text {
    margin-top: 30px;
    font-size: 17px;
    color: #666666;
    font-family: sans-serif;
}


.paypal-intro {
    display: none;
    /* background-color: #F4F4F4; */
}

.after-paypal #normal-intro {
    display: none;
}
.after-paypal #paypal-intro {
    display: block;
}
.after-paypal .change-pp-method {
    display: none;
}


.brading-share {
    background: url(./assets/img/jasper-top.png) bottom right no-repeat;
    min-height: 260px;
}

.top-branding.medium {
    background: url(./assets/img/non-jasper-top.png) bottom right no-repeat;
}
#existing-card, #existing-sub {
    display: none;
}

#logout {
    text-decoration: underline;
}

.success-msg {
    color: green;
    font-size: 18px;
}

.top-wrapper {
    background-color: #F4F4F4;
}

.videosub .top-branding {
    /* background: url(./assets/img/FactsMatter_Roman_Promocode-2800x1340.png) bottom right no-repeat;
    background-size: cover;
    min-height: 260px; */
    position: relative;
}

.bottom-overlay {
    position: absolute;
    bottom:0;
    width:100%;
    height:40%;
    z-index: 100;
    background:linear-gradient(to bottom, rgb(195 199 203 / 0.01) 3%,  rgb(21 29 48) 95%);
}

.videosub .top-branding .roman-facts-matter {
    z-index: 99;
    width:100%;
    object-fit: cover;
    width:100%;
    height:100%;
    object-position: top;
}

.videosub .top-branding-joshua {
    background: url(./assets/img/JoshuaCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-jan {
    background: url(./assets/img/JanCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-larry {
    background: url(./assets/img/LarryCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-tiffany {
    background: url(./assets/img/TiffanyCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-siyamak {
    background: url(./assets/img/SiyamakCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-sindy {
    background: url(./assets/img/CindyCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-trevor {
    background: url(./assets/img/TrevorCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-kay {
    background: url(./assets/img/KayCheckout.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-truth-over {
    background: url(./assets/img/jeff-hans2.png) bottom right no-repeat;
    background-size: 330px !important;
}

.videosub .top-branding-real-talk {
    background: url(./assets/img/checkkwayne.png) bottom right no-repeat;
    background-size: 300px !important;
}

.credit10-offer-hook {
    font-size:28px;
}

.cta-color {
    color: #FFFFFF;
} 

.promo-cta {
    font-weight: normal;
    font-size: 46px;
    text-align: center;
}

.promo-benefit {
    font-size:16px;
    text-align: center;
}

/* .bg-rainbow {
    background: linear-gradient(to right, #c4d7e6 0, #c4d7e6 33%, #66a5ad 33%, #66a5ad 66%, #ff0000 66%, #ff0000 100%);
} */

.epcheckout-wrapper {
    background:linear-gradient(to bottom, #2f67f5 0, #3065f4 23%, #3065f4 23%, #4745e4 56%, #5c26d4 76%, #5c26d4 56%, #5c26d4 76%, #661ccd 100%) !important;
}

.epcheckout-wrapper input {
    background: transparent !important;
}

.epcheckout-wrapper select {
    background: transparent !important;
}

.epcheckout-wrapper #cb-payment-method-title {
    color:white;
    padding-top:20px;
}

#checkout-form #cb-payment {
    color:white !important;
}

.form-control, .tos-text, .tos-text a, .change-payment {
    color: white !important;
}


#purchase-btn {
    background-color: #fbea4e !important;
    color:black !important;
}

.secure-text {
    color: white !important;
}


 .digital-gift-details {
    /* background-color: #F5EDE2; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

 .digital-gift-details .top h2 {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-family: 'D-DIN'
}

 .digital-gift-details .detail {
    color: black;
    text-align: center;
    font-size: 20px;
}

.digital-gift-details .access-detail, .side-mobile .access-detail {
    font-size: 20px;
    list-style-type: none;
    /* list-style-image: url('./assets/img/checkmark-white_resizer.png'); */
    color:white;
}

.digital-gift-details .access-detail ul , .side-mobile .access-detail ul {
    list-style-type: none;
}
  
.digital-gift-details .list-style-custom , .side-mobile .list-style-custom {
    font-size: 18px;
    list-style-image: url('./assets/img/checkmark-white_resizer.png');
}

.digital-gift-details .list-style-custom li, .side-mobile .list-style-custom li {
    padding-left:2px;
}

.side-mobile {
    max-width:500px;
    margin:auto;
}

.side-mobile .access-detail {
    color: white;
    font-size:15px;
} 

.extra-detail {
    padding-left:40px;
}

.gifts-desc, .promotion-yt {
    max-width:440px;
    margin:auto;
    color: white;
}

.side-mobile .promotion-yt {
    max-width:500px;
}

.promotion-yt p {
    font-size:14px;
}

.total-value span {
    font-size:13px;
}

.video-full-detail-mobile {
    list-style-type: '✓';
    padding-left: 13px;
    font-size:14px;
}

 .digital-gift-details .gifts-pic .package-img {
    max-width: 100%;
    max-height: 130px;
}

.digital-gift-details .gifts-pic {
    background: #A93E12;
    height: 160px;
    text-align: center;
}

.digital-gift-details .gifts-pic.blue {
    background: #415D9E;
    height: 235px;
    margin-bottom: 50px;
}
.digital-gift-details .gifts-pic.blue .package-img {
    max-height: 200px;
}

 .digital-gift-details .gifts-pic h2 {
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.trialHook{
    font-size:24px;
    text-align: center;
    font-family: Roboto, arial;
}


 .digital-gift-details .list ul {
    font-size: 18px;
    font-weight: bold;
}


.green-cta-container {
    position: relative;
}

.green-cta {
    position: absolute;
    top: -33px;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.green-message {
    padding:7px;
    background-color:#87DE71;
    color:#FF0000;
    font-size:12px;
    font-weight:bold;
    font-style: italic;
}

.top-mobile .green-message {
    font-size:10px;
    padding:5px;
}

.free-trial-7day {
    color:#475C99;
    font-weight: bold;
    font-size:28px;
}

 .crossed-red-thin {
    position: relative;
}
 .crossed-red-thin:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    border-color: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

 .giftcard-descr a {
    text-decoration: underline;
    color: black;
}
 .giftcard-descr {
    background-color: #F5F5F5;
    padding: 5px 5px 5px 3px;
    font-style: italic;
}

 #product-details .total-charge {
    font-weight: bold;
}

#go-to-etv {
    width:100%;
    padding:10px;
    background-color:#141A2B !important;
}

 .words {
    font-size: 20px;
    font-weight: bold;
    font-family: 'D-DIN Condensed';
}
 .digiContent {

}
 .digiImage {
    max-width: 100%;
}
 .name {
    font-weight: bold;
}

 .coverage-content {
    text-align: center;
}
 .coverage .news-image {
    max-width: 100%;
}
 .coverage h2 {
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}
 .coverage h3 {
    font-weight: bold;
    font-size: 20px;
}


 .support h2 {
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}


 .footer-wrapper {
    background-color: #F5F5F5;
}


 .footer-wrapper .faq {
    text-align: center;
}

 .contact-info {
    background-color: #444;
    color: white;
    text-align: center;
}

 .contact-info a {
    color: white;
    text-decoration: underline;
}

 .jasper-pic {
    width: 100%;
    max-width: 250px;
}

.walltype-middlewall .hardwall {
    display: none;
}

  .middlewall h1 {
    font-size: 35px;
}
.walltype-hardwall .middlewall {
    display: none;
}

 .bio {
    position: absolute;
    right: 0px;
    top: 50%;
}
 .bio .position {
    font-style: italic;
}


.top-mobile.videosub {
    height: 183px;
}

.top-mobile.videosub .package-img { 
    width: 250px;
}

.top-mobile.video-full-access {
    height:unset;
}

.mobile .container.epcheckout {
    padding: 0;
}

body .product-specific {
    display: none;
}

body.product-fullsub .v-product-fullsub {
    display: block;
}
body.product-videosub .v-product-videosub {
    display: block;
}

.value-badge {
    text-align: center;
}
.value-badge .badge {
    font-size: 18px;
}
.crossed-red-thin-strike {
    text-decoration: line-through !important;
    text-decoration-color: red !important;
}
.non-bold {
    font-weight: normal !important;
}

@media(max-width:1210px) {
    .credit10-offer-hook {
        font-size:24px;
    }
    .video-full-detail {
        padding-left:0 !important;
    }
    .extra-detail {
        padding-left:0;
    }
    .videosub .top-branding .roman-facts-matter {
        height:100%;
    }
}

@media (max-width: 767.98px) {
    .promo-cta {
        font-size:22px;
    }
    .promo-benefit {
        font-size:12px;
    }
    .epcheckout-wrapper {
        padding:10px;
        border-radius: 10px;
    }
}


#checkout-form .error, .subscription-create-error {
    color:white !important;
}

#ymkpassword, #success_survey_answer {
    color:initial !important;   
}