@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:wght@400;700&family=Oswald:wght@700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
	color: #212121;
}

html {
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
    font-weight: 700;
}
h1 { font-size: 52px; }
h1 span { 
    font-weight: 900; 
    background: rgb(191,123,56);
    background: radial-gradient(circle, rgba(191,123,56,1) 0%, rgba(238,195,111,1) 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
h2 { font-size: 36px; }
h3 { font-size: 28px; }

.oswald {
	font-family: 'Oswald', sans-serif;
}

p { font-size: 19px; }

#top {
    background: #134ea0 url("images/topbg3.jpg") top center no-repeat;
    background-size: cover;
    /*background: rgb(51,51,51);
    background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 75%);*/
}

#introducing {
    background: #212121 url("images/blackbg.jpeg") center center no-repeat;
    background-size: cover;
}
.threebottles { margin-bottom: -156px; }

#about {
    padding-top: 126px;
    background: #FFF url("images/aboutbg2c.jpg") top center no-repeat;
    background-size: cover;
}

.content .limitedtime { font-size: 4rem; }
.buynow { margin-top: -85px; }

.red { color: #C00; }
.green { color: #105c34; }
.yellow { color: #ffde28; }
.purple { color: #6A0DAD; }
.gold {
    background: rgb(255,222,40);
    background: radial-gradient(circle, rgba(255,253,0,1) 0%, rgba(255,222,40,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.tac { text-align:center; }

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.rotateright {
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.shiftright90 {
    margin-right: -90px;
}
.white-border {
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 45%);
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.ultrabold { font-weight: 900; }

.shadow { text-shadow: 2px 4px 3px rgb(0 0 0 / 30%); }

.maintitle { line-height: 1.2em; font-size: 48px; }

.white-border {
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 45%);
}

.yellowhighlight {    
    background: rgb(244,144,63);
    background: radial-gradient(circle, rgba(244,144,63,1) 0%, rgba(234,64,58,1) 100%);
    padding: 2px 10px;
    display: inline-block;
}

.highlight {
    background: #ffeb00;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    border-right: solid 1px rgba(0, 0, 0, 0.07);
    padding: 4px 2px 0px 4px;
    text-transform: none;
}

.researchcolumn {
    background-image: url("images/sidebg4.jpg");
    background-size: cover;
    background-position: top center;
}

sup {
    vertical-align: super;
    font-size: 50%!important;
    margin-left: 3px;
}

/* #Lists
================================================== */
ul.goldcheck, ul.arrow, ul.redx { list-style-type: none; padding-left: 0px; }

.goldcheck li, .arrow li, .redx li {
	font-size: 19px;
	position: relative;
	padding-left:40px;
	line-height: 1.5em;
	margin-bottom: 3%;
}

.goldcheck li:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url("images/goldcheck.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}

.redx li:before {
    content: '';
    width: 26px;
    height: 32px;
    position: absolute;
    background-image: url("images/red-x.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}

.arrow li:before {
    content: '';
    width: 32px;
    height: 22px;
    position: absolute;
    background-image: url("images/arrowbullet.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
}

.is-primary, .navbar.is-primary { 
    background: rgb(244,144,63);
    background: radial-gradient(circle, rgba(244,144,63,1) 0%, rgba(234,64,58,1) 100%);
}
.navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end>a.navbar-item.is-active, .navbar.is-primary .navbar-end>a.navbar-item:focus, .navbar.is-primary .navbar-end>a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start>a.navbar-item.is-active, .navbar.is-primary .navbar-start>a.navbar-item:focus, .navbar.is-primary .navbar-start>a.navbar-item:hover, .navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #212121;
}

.navbar.is-primary .navbar-end>a.navbar-item:hover { color: #ffde28; }

.darkbg { background: #212121; }
.lightbg { background: #CCC; }
#guaranteed {
    background:#e5e6e6 url("images/youthfulglow2.jpg") center center no-repeat;
    background-size: cover;
}

.bonus-box {
    border-radius: 10px;
    border: 5px solid #f41630;
    background: #FFF;
}

.t-image {
    border-radius: 10px;
    border: 3px solid #f41630;
}

.container-limit { max-width: 1000px!important; }

.box-1-bottle, .box-3-bottle {
    border: 3px solid #c1c4ca;
}

.box-6-bottle {
    border: 3px solid #212121;
    background: #fcf3e2!important;
    box-shadow: rgb(0 0 0 / 19%) 0 10px 20px, rgb(0 0 0 / 23%) 0 6px 6px;
}

.per-bottle {
    font-size: calc(1rem + 1vw);
    position: relative;
    top: 1.5vw;
}

.pricing-header { 
    background: #414142; 
}
.price {
    letter-spacing: -.25rem;
    font-size: calc(1.8rem + 10vw);
    line-height: .8;
    color: #39b54a;
}
.lh1 { line-height: 1em; }
.lh13 { line-height: 1.3em; }

.pricea, .pricec, .priceb { color: #39b54a; }

ul.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.accordion li {
    margin: 0.5em 0;
}
ul.accordion li a.actoggle {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 0.15em;
    transition: background .3s ease;
    padding: 8px;
    font-weight: 700;
}
ul.accordion .inner {
    overflow: hidden;
    display: none;
    color: #fff;
    padding: 10px;
}

.footerlinks { color: #999; text-align:center; font-size: 14px; }
.footerlinks a, .disclaimer a { color: #999; text-decoration: underline; }
.footerlinks a:hover, .disclaimer a:hover { color: #CCC; }

#footer {
	background: #414142;
	padding-top:20px;
	width: 100%; color: #FFF;
}
.disclaimer { color: #999; font-size: 14px; }
.legal {
	color: #212121;
	background: #CCC;
    padding: 5px 10px !important;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #999;
}

#references li {
    
}

.the-cta {
    display: none;
    position: fixed;
    background: 0 0;
    bottom: 15px;
    z-index: 8001;
    width: 100%;
}

.yellow-button-cta {
    background: #fffd00;
    border: 1vw solid #00f;
    color: #00f;
    padding: 2vw;
    text-align: center;
    display: inline-block;
    font-size: calc(.8rem + 2.5vw);
    border-radius: 20px;
    margin: 2vw;
}

.pulsing {
    transform: scale(1);
    animation: pulsing 1s infinite;
}
@keyframes pulsing { 
    0% { transform:scale(1);box-shadow:0 0 0 0 rgba(0,0,0,.7) }
    70%{ transform:scale(1.034);box-shadow:0 0 0 10px transparent }
    100%{ transform:scale(1);box-shadow:0 0 0 0 transparent }
}

/*VSL*/
.embed-responsive {
    /*position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;*/
}

.embed-responsive { 
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-responsive iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
    
.video-border {
    -webkit-box-shadow: 0 6px 19px -4px rgb(0 0 0 / 98%);
    -moz-box-shadow: 0 6px 19px -4px rgba(0,0,0,.98);
    box-shadow: 0 6px 19px -4px rgb(0 0 0 / 98%);
    position: relative;
    border: 3px solid #fff;
}
.videoRow.playing .video-border {
    /*border:none;*/
}

.videoContainerNew {
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
    padding: 20px 20px 0;
    position: relative;
}

.textContainerNew {
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
    padding: 20px 20px;
    text-align: center;
}

.vsl2 .videoContainerNew, .vsl2 .textContainerNew {
    max-width: 1200px;
}

.vsl2 .videoRow {
    background: #000;
    padding-top: 20px;
}

.textContainerNew span.video-speaker-txt {
    margin-bottom: 0;
}

.playing .videoContainerNew {
    /*max-width: unset;
    padding: 0;*/
}

.playing.videoRow {
    /*margin-right: 0;
    margin-left: 0;*/
}

.playing .col-md-12 {
    /*padding-left: 0;
    padding-right: 0;*/
}

.playing .responsive-video {
    /*padding-bottom: 0 !important;
    width: 100vw;
    height: 100vh;*/
    
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: none; */
    z-index: 99;
    top: 0;
    left: 0;
    background-image: url(images/alt-player-back-3.png);
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-overlay-play {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: none; */
    z-index: 99;
    top: 0;
    left: 0;
    background-image: url(images/playoverlay2.gif);
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-overlay-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    background-image: url(images/alt-player-continue-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.glass-overlay {
    background-image: url(images/glass.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.d-none2 {
    display: none;
}

#player {
    max-height: 100vh;
    max-width: 100vw;
    width: 100%;
    height: 100%;
}

.lightbox { display: none; }

.featherlight-content {
    padding-top: 20px !important;
    border: 4px solid #C00!important;
    padding-bottom: 20px!important;
}

.featherlight-content h2 {
    font-size: 48px;
    margin-bottom: 0;
}

.featherlight-content h3 {
    font-weight: 400;
}

.featherlight-content p {
    font-size: 20px;
}

.featherlight-content p.fs16 {
    font-size: 16px;
}

.yellow-button {
    background: #fffd00;
    border: 3px solid #00f;
    color: #00f;
    display: block;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 19%) 0 10px 20px, rgb(0 0 0 / 23%) 0 6px 6px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.mobileonly,
.hidden-content {
    display: none;
}

.fs36 { font-size: 36px!important; }
.fs32 { font-size: 32px!important; }

@media only screen and (min-width: 769px) {
    .grow-it {
        transition: all .1s ease-in-out;
    }
    .grow-it:hover {
        transform: scale(1.04);
        z-index: 200;
    }
}

@media (min-width: 768px) {
    .per-bottle {
        font-size: 1.3rem!important;
        position: relative;
        top: 20px!important;
    }
    .price {
        font-size: 5.5rem!important;
    }
    .actoggle {
        font-size: 2rem;
    }
    .yellow-button-cta {
        background: #fffd00;
        border: 6px solid #00f;
        padding: 10px 20px;
        text-align: center;
        font-size: 30px;
        border-radius: 20px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 650px) {
    .hidemobile, .researchcolumn {
        display: none;
    }
    .fs32 {
        font-size: 26px!important;
    }
    .content .limitedtime { font-size: 1.85rem; }
    .shiftright90 { margin-right: 0; }
    .mfs24 { font-size: 24px!important; }
    .product-item-mobile {
        max-width: 75%;
        display: block;
        margin: 0 auto;
    }
    #references ol, #about p.wrapwords { overflow-wrap: break-word; }
    .container-limit { max-width: 100%!important; }
    .yellow-button-cta { font-size: 1.0em; }
    .the-cta { max-width: 95%; }
    .gmplogo { display: block; margin: 0 auto!important; float: none!important; }
    
    .featherlight-content {
        padding-top: 10px !important;
    }

    .featherlight-content h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .featherlight-content h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .featherlight-content p {
        font-size: 17px;
    }

    a.yellowBlueButton {
        font-size: 21px;
    }

    .featherlight-content img.prodimg {
        max-width: 250px;
        height: auto;
    }
    .alignright,
    .alignleft,
    .guaranteeimg {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .alignleft.circlenum,
    .alignleft.circlenum90 {
        float: left;
        max-width: 75px;
        margin-right: 15px;
        margin-top: 15px;
        margin-left: -10px;
    }
}