/* 

-- 01 - TYPOGRAPHY SYSTEM
  - FONT SIZE SYSTEM (px)
  10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

*/


/* GLOBAL VARIABLES */
:root {
    --yellow-color: #ffdd00;
    --white-color: #fff;
    --black-color: #000;
    --grey-color: #666;
    --darker-grey: #434343;

    --dark-red: #230000;
    --red-color: #FF0000;
    --reddish-color: #FA5A38;
    --reddish-color-2: #C00000;

    /* Discount */
    --discount-text-red: #cd0000;
    --discount-text-blue: #0b0989;
}

/* FONTS */
@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../css/fonts/Helvetica.ttf'), format('ttf');
}

/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* GLOBAL STYLES */

html {
    overflow-x: hidden;
}

body {
    overflow: hidden;
    background-image: url("../../tsl/img/lead/background-cellar.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
    z-index: -1;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.highlight:hover {
    content: 'needs photo';
}

/* DESIGN */
/* REUSABLE */
.border-round-30 {
    border-radius: 30px
}

.bgr-white {
    background-color: #FFF;
}

.mx-center {
    margin: 0 auto;
}

.text-bold {
    font-weight: 600 !important;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-em {
    font-size: 26px !important;
}

.video {
    align-self: center;
    justify-self: center;
}

.video iframe {
    height: 300px;
}

/* TODO DELETE AFTER SPLIT */
.video-spacer {
    padding: 30px 70px;
}

.reusable-grid {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
}

.reusable-grid--1-col {
    grid-template-columns: 1fr;
}

.reusable-grid--2-col {
    grid-template-columns: repeat(2, 1fr);
}

.reusable-grid--3-col {
    grid-template-columns: repeat(3, 1fr);
}

.reusable-grid--center-vertical {
    align-items: center;
}

.reusable-flex {
    display: flex;
}

.reusable-flex--dir-column {
    flex-direction: column;
}

.reusable-flex--dir-row {
    flex-direction: row;
}

.reusable-flex--gap-30 {
    gap: 30px;
}


.img18 {
    grid-column: 1 / -1;
}

.image-width-100 {
    width: 100% !important;
}

.special-hr {
    margin: 0.5rem 5rem !important;
}


/* TODO DELETE AFTER FINAL */
.todo {
    color: #555;
    border: 1px solid #000;
}

.todo p {
    margin: 0;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Content */
/* -- Headline Section -- */
.sound-icon {
    background: url('../img/Audio_Icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    width: 25px;
    padding-right: 25px;
}

.sound-on p {
    color: #1a1a1a !important;
    font-size: 1.2em;
}

.sound-on {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.sound-on p {
    margin: 0px !important;
}

.headline-section {
    color: #FFF;
    padding: 20px 25px 20px 25px;
    max-width: 1300px
}

.headline-section>* {
    font-family: 'nobel' !important;
}

.headline-1 {
    font-size: 62px;
    font-weight: 700 !important;
}

.headline-2 {
    font-size: 36px;
    font-weight: 300;
}

.headline-3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 25px;
}

.headline-3--tsl {
    font-size: 30px;
    font-weight: 300;
    margin-top: 30px;
}

.headline-guarantee {
    font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
}


/* -- TSL Section -- */
.tsl-section {
    margin-left: auto;
    margin-right: auto;
}

.tsl-section--wider {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tsl-section {
    max-width: 900px;
}

.vsl-section--wider {
    max-width: 930px;
    padding: 50px 0 0;
}

.tsl-section--wider {
    max-width: 930px;
    padding: 50px 50px;
}

.tsl-section .fullw-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullw-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: darkred;
    margin-top: 40px;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding: 15px 40px;
    text-align: center;
    width: 930px;
    max-width: 100vw;
}

.arr {
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-top: 20px solid darkred;
    margin-bottom: 20px;
    margin-top: -1px;
}


.fullw-banner p {
    margin-bottom: 0;
}

.tsl-header {
    margin-bottom: 40px;
}

.tsl-header p {
    font-size: 32px;
}

.tsl-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 30px 70px;
}

.custom-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.parahraph-style-tsl,
.parahraph-style-tsl p,
.tsl-paragraphs>p,
.custom-list,
.custom-list--check-p {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}



.delimiter {
    margin: 30px 0;
    border-top: 1px solid #333;
}

.guarantee-badge,
.article-img {
    margin: 40px auto;
    width: 70%;
}

figure {
    margin-bottom: 0;
    padding-bottom: 0;
}

.book {
    width: 80%;
    margin-top: -20px;
}


/* References Custom Styling */
.ref-text p {
    color: #9C9C9C !important;
    font-size: 13px !important;
}

.ref-link {
    word-break: break-all;
}

.accordion {
    width: 100%;
}

.accordion-button {
    font-size: 1.2em !important;
    font-weight: bold;
    border: 1px solid #7f1619 !important;
}

.accordion-button:focus {
    border-color: #7f1619 !important;
    box-shadow: none !important;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: white !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


/* CTA BUTTONS */
.cta-container {
    align-self: center;
}

.bttn,
.bttn:link,
.bttn:visited {
    /* links */
    display: inline-block;
    text-decoration: none !important;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 32px;
    border-radius: 9px;

    /* button */
    border: none;
    cursor: pointer;
    font-family: inherit;

    transition: 300ms;
    transition-property: all;
}

.bttn--cta,
.bttn--cta:link,
.bttn--cta:visited {
    background-color: #ffd500;
    color: #333;
}

.bttn--cta:hover,
.bttn--cta:active {
    background-color: #edbf12;
    color: #333;
}

/* purchase button */
.purchase {
    color: rgb(255, 255, 255);
    background-color: rgb(239, 109, 0);
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 4px solid rgba(0, 0, 0, 0.13);
    font-size: 30px;
    margin: 0 auto;
    display: block;
    width: 490px;
    max-width: 80%;
    border-radius: 3px;
}

.purchase:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    text-decoration: none;
    color: #ffffff;
}

.purchase a:focus,
.purchase a:hover {
    text-decoration: none;
    color: #ffffff;
}

.purchase p {
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

/* end purchase button */

/* BUY BUTTON */
.buy-container-width {
    /* margin: 0 -20px 0 -20px; */
}

.buy-container {
    box-shadow: 0 0 10px -5px #333;
    border-radius: 30px;
    padding: 0 0 30px 0;
    /* width: 500px; */
    overflow: hidden;
}

.buy-container p {
    margin: 0;
}

.product-type {
    background-color: #b05c24;
    padding: 40px 0;
}

.product-type-txt {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.product-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.price-shipping {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.price,
.shipping {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-txt {
    font-size: 80px !important;
    font-weight: bold;
}

.shipping-fee {
    font-weight: bold;
    font-size: 16px !important;
}

.shipping-txt {
    color: #b05c24;
    font-weight: bold;
    font-size: 16px !important;
}

.bttn-add,
.bttn-add:link,
.bttn-add:visited {
    /* link/text*/
    display: inline-block;
    text-decoration: none !important;
    padding: 22px 20px;
    border-radius: 9px;
    font-size: 24px;
    font-weight: 700;

    /* button */
    border: none;
    cursor: pointer;
    font-family: inherit;

    background: linear-gradient(to bottom, #fed502, #efbd10);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    color: #111;

}

.bttn-buy a,
.bttn-buy a:hover {
    /* text-decoration: none;
    color: #000; */
}

.guarantee-txt {
    color: #924d20;
    font-weight: bold;
    font-size: 20px !important;
    margin-bottom: 0;
    text-align: center;
}

.guarantee {
    display: flex;
    flex-direction: row;
    align-self: normal;
}

.guarantee:before,
.guarantee:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #000;
    margin: auto;
    margin: auto 15px;
}

.payments {
    display: flex;


}

.payments img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 80%;
    max-width: 100%;
}

.mockup {
    width: 100% !important;
}

.padding-row {
    padding-bottom: 10rem;
}

/* Testimonials */
.testimonial-box {
    background: url("../img/lead/testimonial-bg.webp") no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 6px #999;
    text-align: left;
    margin: 1rem;
    padding: 2rem;
}

.testimonial-author {
    font-style: italic;
    text-align: right;
}

/* Discount Page */
.headline-section--discount {
    color: #000;
    max-width: 1300px;
    margin-bottom: 50px;
}

.headline-1--discount {
    font-size: 75px;
    font-weight: 700 !important;
    color: var(--discount-text-red);
}

.headline-2--discount {
    font-size: 50px;
    font-weight: 500;
    color: var(--discount-text-blue);
}

.headline-3--discount {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
}

.title-above-btn,
.title-above-btn--discount {
    font-size: 38px !important;
    text-align: center;
    font-weight: 700;
}

.custom-list--check {}

.custom-list--check-item {}

.custom-list--check-bullet {
    display: inline;
    max-width: 30px !important;
}

.custom-list--check-p {
    display: inline;
}


.custom-list,
.custom-list--question {
    list-style: none;
    margin: 20px 0 20px 20px;
}

.custom-list li,
.custom-list--question li {
    position: relative
}

.custom-list li:before {
    content: "\2713";
    color: var(--reddish-color-2);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}

.custom-list--question li:before {
    content: "\003F";
    color: var(--reddish-color-2);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}

.guarantee-section {
    margin-top: 50px;
}

figcaption {
    text-align: center;
    font-size: 12px;
}

/* for TTB BUTTONS */
#action_div {
    display: none;
}

.click-here,
.click-here:link,
.click-here:visited {
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all .2s ease-out;
}

.click-here:hover,
.click-here:active {
    text-decoration: underline !important;
    color: darkred;
}

/* QUERIES */

@media (max-width: 1200px) {

    /* .headline-2,
    .headline-2--discount {
        font-size: 45px
    } */
}

@media (max-width: 991px) {

    .headline-1 {
        font-size: 52px;
    }

    .headline-2 {
        font-size: 30px;
    }

    .headline-3,
    .headline-3--tsl,
    .headline-guarantee {
        font-size: 24px;
    }

    .parahraph-style-tsl,
    .parahraph-style-tsl p,
    .tsl-paragraphs>p,
    .custom-list,
    .custom-list--check-p {
        font-size: 20px;
    }

    .text-em {
        font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    .paragraph-mob-spacer--float {
        margin-top: 410
    }

    .paragraph_mob_spacer {
        margin-top: 20px;
    }

    .banner-subtitle {
        text-align: center;
        margin-bottom: 10px
    }
    
    .banner-subtitle-main {
        text-align: center;
        margin-top: 10px
    }

    .headline-1 {
        font-size: 44px;
    }

    .headline-2 {
        font-size: 24px;
    }

    .headline-3,
    .headline-3--tsl,
    .headline-guarantee {
        font-size: 20px;
    }

    .parahraph-style-tsl,
    .parahraph-style-tsl p,
    .tsl-paragraphs>p,
    .custom-list,
    .custom-list--check-p {
        font-size: 18px;
    }

    .text-em {
        font-size: 20px !important;
    }

    .buy-container {
        width: 385px;
    }

    .article-img.reusable-grid--2-col {
        grid-template: revert;
    }

    .book {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .purchase p {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .buy-container {
        width: 100%;
    }

    .bttn-add,
    .bttn-add:link,
    .bttn-add:visited {
        padding: 22px 30px;
        font-size: 24px;
    }

    .purchase p {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .purchase p {
        font-size: 20px;
    }

    .tsl-section--wider {
        padding: 50px 35px;
    }

    .headline-1 {
        font-size: 36px;
    }

    .headline-2 {
        font-size: 20px;
    }

    .headline-3,
    .headline-3--tsl,
    .headline-guarantee {
        font-size: 18px;
    }

    .parahraph-style-tsl,
    .parahraph-style-tsl p,
    .tsl-paragraphs>p,
    .custom-list,
    .custom-list--check-p {
        font-size: 18px;
    }

    .text-em {
        font-size: 20px !important;
    }

    .tsl-section {
        /* padding: 0px 30px 30px 30px; */
    }

    .tsl-header p {
        font-size: 21px;
    }


    .guarantee:before,
    .guarantee:after {
        border-bottom: 0;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .headline-1 {
        font-size: 30px;
    }

    .headline-2 {
        font-size: 18px;
    }

    .headline-3,
    .headline-3--tsl,
    .headline-guarantee {
        font-size: 18px;
    }

    .parahraph-style-tsl,
    .parahraph-style-tsl p,
    .tsl-paragraphs>p,
    .custom-list,
    .custom-list--check-p {
        font-size: 16px;
    }

    .text-em {
        font-size: 18px !important;
    }


    .price-shipping {
        flex-direction: column;
    }

    .payments img {
        width: 90%;
    }

    .guarantee-txt {
        font-size: 16px !important;
    }

    .bttn-add,
    .bttn-add:link,
    .bttn-add:visited {
        font-size: 18px;
        padding: 22px 20px;

    }
}

@media screen and (max-width: 767px) {
    .video_vimeo {
        height: 580px !important;
    }
}

.margin-top-100 { 
    margin-top:100px !important;
}

@media (max-width:425px) {
    .margin-top-100 { 
        margin-top:10px !important;
    }
}
.red-text {
    color:#cd0000 !important;
}
