
html {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /*overflow-x: hidden;
    overflow-y: scroll;*/
}

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

/* team */
.team-title {
    text-transform: uppercase;
    color: #8ed2c5;
}


body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    background: none;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
}

.container-fluid {
    /*height: 100%;*/
    /*overflow-y: hidden !important;*/
    /*overflow-x: hidden !important;*/
}

.horizontal-menu {
    display: none;
}

.login-buttons {
    display: block;
}

.login-buttons-stacked {
    display: none;
}

a:hover {
    text-decoration: none;
}

/*COLOURs*/

.color-dark-gray {
    color: #5b5b5b;
}

.color-dark-charcoal {
    color: #252A29;
}

.color-light-gray {
    color: #a7a79d;
}

.color-primary {
    color: #21d0ad;
}

.color-primary-light {
    color: #8ed2c5;
}

.background-color-primary-light {
    background-color: #8ed2c5;
}

.color-secondary {
    color: #545454;
}

.background-color-secondary {
    background-color: #545454;
}


/* DEAFULT HEADING SIZE for sm screen */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

/* PHASE 2 */
/*.h1, h1 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 22px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 16px;
}*/


/* OFFICIAL RESPONSIVE SIZES from BOOTSTRAP*/

/* DONT USE FOR ANYTHING ELSE BUT LOGIN/MY ACCOUNT headings */
@media (max-width: 590px) {

}

@media (min-width: 590px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*    .h1, h1 {
            font-size: 26px;
        }
    
        
    
        .h3, h3 {
            font-size: 22px;
        }*/
    .h2, h2 {
        font-size: 30px;
    }

    .stacked-menu {
        display: none;
    }

    .horizontal-menu {
        display: inline-block;
    }


    .login-buttons-stacked {
        display: block;
    }

    .login-buttons {
        display: none;
    }


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*    .h1, h1 {
            font-size: 28px;
        }
    
       
    
        .h3, h3 {
            font-size: 24px;
        }
    
        .h4, h4 {
            font-size: 22px;
        }*/
    .h2, h2 {
        font-size: 30px;
    }

    .stacked-menu {
        display: none;
    }

    .horizontal-menu {
        display: inline-block;
    }

    .login-buttons-stacked {
        display: block;
    }

    .login-buttons {
        display: none;
    }
}

.content-holder {
    /*border: 6px solid #23d0ae;*/
    /*background: url("../img/top_bg_01.jpg") no-repeat 35px -60px;*/
    /*height: 100vh;*/
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-top: 0px !important;
}

.padding-sides-sm {
    padding-right: 2rem;
    padding-left: 2rem;
}

.icon-label {
    float: left;
    margin: 0 20px 0 10px;
}

.header-nav {
    padding-top: 20px;
}

.header-nav a {
    text-decoration: none;
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 13px;
}

.header-nav a:hover {
    text-decoration: none;
}

.header-nav span {
    color: #06ce8a;
    font-size: 20px;
}


.mobi-cart_overview {
    background: url("../img/icon-cart.png");
    margin-left: auto;
    margin-right: 15px;
    max-width: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
    padding: 10px;
}

.mobi-cart_overview .badge {
    position: relative;
    left: 1rem;
    vertical-align: middle;
}

.badge {
    height: 15px;
    font-size: 8px;
    vertical-align: middle;
    background-color: #8ed2c5;
}

/* Mobile menu */
#mobile_menu_activator {
    background-color: #8ed2c5;
    /*width: 68px;
    height: 68px;
    padding: 15px;*/
    display: none;
}

#mobile_menu_deactivator {
    background-color: #8ed2c5;
    width: auto;
    height: auto;
    /*padding: 15px;*/
    display: none;
}

#mobile_menu_activator a {
    color: #fff;
    text-decoration: none;
    font-size: 33px;
}

#mobile_menu_deactivator a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

/* Mobile menu */

#member_nav {
    margin-top: 15px;
}

#app_mockup_introduce_1 {
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

#intro_text, .intro_text {
    padding: 5px 180px;
}

#app_mockup_introduce_1 h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #8ed2c5;
    font-weight: 300;
    line-height: 50px;
}

#app_mockup_introduce_1 h1 > span {
    font-weight: 600;
    border-bottom: 1px solid;
    color: #8ed2c5;
}

#app_mockup_introduce_1 .h1-across {
    color: #5b5b5b;
    font-weight: 400;
}

.btn-lg {
    padding: 5px 25px;
    border-radius: 2px;
}

.btn {
    /*font-size: 18px !important;*/
    border: none;
    font-weight: 300;
}

.btn:hover {
    border: none;
    color: #5b5b5b;
    background-color: #efefef;
}

.pixeled-box {
    border-top: 4px solid #27b297;
    border-bottom: 4px solid #27b297;
    height: 300px;
}

.pixeled-box > div {
    color: #fff;
    width: 100%;
    height: 100%;
    background: url("../img/pixeled-bg.png") repeat;
    /* opacity: 0.7;
-moz-opacity: 0.7;*/
}

.pixeled-box h4 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 90px;
}

.pixeled-box h4 span {
    /*text-decoration: underline;*/
    border-bottom: 1px solid;
    font-weight: 600;
}

.pixeled-box img {
    margin-top: 40px;
}

.pixeled-box .badge {
    min-width: 25px;
    padding: 5px 7px;
}

.delivery-desc {
    margin-left: 18.666667%;
}

#twitter_feeds {
    background-color: #8ed2c5;
    color: #fff;
    height: inherit;
    text-align: center;
    padding-top: 10px;
}

.tweetAuthor {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
}

#newsletter_signup {
    background-color: #545454;
    color: #fff;
    height: inherit;
}

#twitter_newsletter {
    height: 150px;
    margin-top: 50px;
}

.twitter-feed-left-quote {
    background: url("../img/tweet-quote-left.png") no-repeat;
    height: 35px;
}

.twitter-feed-right-quote {
    background: url("../img/tweet-quote-right.png") no-repeat;
    height: 35px;
}

.twitter_control {
    text-align: center;
    margin-top: 10px;
}

.twitter_control .disabled {
    color: #e8f6f3;
    cursor: none;
    background: #aaddd4;
}

.twitter_ctrl_previous, .twitter_ctrl_next {
    background-color: #8ed2c5;
    color: #fff;
    font-size: 22px;
    /* width: 35px;
    height: auto;
    text-align: center; */
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 3px;
    /* margin-left: 46%; */
}

.twitter_ctrl_next {
    margin-left: 10px;
}

.newsletter_control {
    margin-top: 10px;
}

.newsletter_control a {
    background-color: #545454;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.newsletter_control a:hover {
    border: none;
    color: #5b5b5b;
    background-color: #efefef;
}

.latest-post {
    margin-bottom: 60px;
}

.latest-post h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.latest-post h3 span {
    border-bottom: 1px solid;
}

#newsletter_signup {
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
}

#newsletter_signup img {
    margin-top: 10px;
    padding-bottom: 10px;
}

#newsletter_signup span {
    font-weight: bold;
    border-bottom: 1px solid;
}

#nav_footer {
    background-color: #8ed2c5;
    color: #fff;
    height: auto;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    text-transform: uppercase;
    font-size: 18px;
    /*margin-top: 30px;*/
}

#nav_footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#nav_footer ul {
    list-style: none;
    text-transform: none;
    padding-left: 2px;
    margin-top: 20px;
}

#nav_footer ul li {
    list-style: none;
    text-transform: none;
    margin: 0.5rem;
}

@media (max-width: 652px) {
    #nav_footer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        margin: 0.5rem;
    }
}

@media (min-width: 652px) {
    #nav_footer ul li a {
        font-size: 14px;
    }
}

#copy_footer {
    color: #5b5b5b;
    margin: 0;
}

#copy_footer img {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copy_footer .copyright {
    padding-top: 20px;
}


.blog-post-date {
    height: 50px;
    background-color: #8d8d8d;
    color: #fff;
    font-weight: bold;
    width: 18%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    padding-top: 4px;
    text-align: center;
}

.blog-post {
    font-size: 13px;
}

.blog-post div {
    font-size: 16px;
    color: #c7c7c7;
    text-transform: uppercase;
    margin-top: 5px;
}

/*.white-bg {
    background: #fff;
}*/
/* Navigation */
#tailor-menu {
    background-color: #8ed2c5;
    color: #ffffff;
    padding: 30px 0px 0px 0px;
}

.menu-block {
    border: 0;
    display: none;
}

.menu-block .navbar {
    margin-bottom: auto;
}

.navbar-nav > li {
    padding-bottom: 20px;
}

.navbar-nav > li:hover {
    background-color: #38e1c0;
}

.navbar-nav > li:last-child {
    border-right: none;
}

.nav > li {
    position: relative;
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 16px;
    border-right: 1px solid rgba(142, 210, 197, .9);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #42ebc9;
}

/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
      color: #555;
      background-color: #42ebc9;
    } */

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
    border-right: 1px solid rgba(142, 210, 197, .9);
}

.dropdown-menu-nav {
    text-align: left;
    background-color: #38e1c0 !important;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    font-size: 16px;
    padding: 5px 0 0 0;
}

.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px !important;
    padding: 10px 15px;
}

.dropdown-menu-nav > li > a:hover {
    background-color: #8ed2c5;
    padding: 10px 15px;
}

.dropdown-menu-transparent {
    background-color: white;
    border: none;
    color: #5b5b5b;
    z-index: 999;
}

/* MEMBER MENU */
.list-inline > li {
    vertical-align: middle;
}

/* ADD TO CART */
.cart {
    position: absolute;
    right: 25px;
    top: 90px;
    background: #fff;
    z-index: 999999;
    padding: 15px;
    text-align: left;
    width: 350px;
    border-radius: 4px;
}

.cart .cart-info:first-child {
    border-top: 1px solid;
    border-color: #8ed2c5;
}

.cart .cart-info {
    border-bottom: 1px solid;
    border-color: #8ed2c5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart .subtotal {
    border-bottom: 1px solid;
    border-color: #8ed2c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart .cart_subtotal {
    color: #545454;
    font-weight: 600;
}

.cart .continue-blend {
    border-bottom: 1px solid;
    border-color: #8ed2c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart .cart_subtotal, .cart .btn-checkout, .cart .change-quanity {
    text-align: right;
}

.cart .change-quanity a {
    color: #545454;
    text-transform: none;
}

    .cart .btn-checkout .btn-sm {
        font-size: 13px !important;
        padding: 5px 20px;
        background: #8ed2c5;
        color: #545454;
        border: none;
        font-weight: 600
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-top: -20px;
    margin-left: 92%;
}

#cart_overview, #icon-close {
    cursor: pointer;
}

#overlay {
    background: rgba(45, 208, 176, 0.9);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/* Mobile menu */
#menu_icon_active {
    background-color: #8ed2c5;
    color: #ffffff;
    width: auto;
    height: auto;
    /*padding: 15px;*/
}

#menu_icon_deactivated {
    background-color: #8ed2c5;
    color: #ffffff;
    width: auto;
    height: auto;
    /*padding: 15px;*/
    display: none;
}

#menu_icon_active a, #menu_icon_deactivated a {
    color: #ffffff;
    font-size: 30px;
}

ul#tl_menu li:hover {
    background-color: #41ebc9;
    border-bottom: 0px solid #fff;
    /*font-weight: bold;*/
}

ul#tl_menu li.active {
    background-color: #41ebc9;
    border-bottom: 1px solid #fff;
}

/* Navigation */

/* Mobile Menu */
#mobile_nav {
    display: none;
}

ul#mobile_nav {
    background-color: #8ed2c5;
    color: #fff;
    text-transform: uppercase;
    list-style-type: none;
    margin-bottom: 0px;
}

ul#mobile_nav li {
    list-style-type: none;
    text-align: center;
    height: 45px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #41ebc9;
    background-color: #8ed2c5;
    padding-top: 10px;
}

ul#mobile_nav li a {
    color: #fff;
    width: 100%;
    text-decoration: none;
}


ul#mobile_nav li:hover {
    background-color: #38e1c0;
    border-bottom: 1px solid #fff;
}

ul#mobile_nav li a.active {
    font-weight: bold;
}

ul#mobile_nav li.active {
    background-color: #41ebc9;
    border-bottom: 1px solid #fff;
}

ul#mobile_nav li:last-child {
    border-bottom: 0px;
    background-color: #41ebc9;
    font-weight: bold;
}

/* Mobile Menu */


/*// Portrait tablet to landscape and desktop*/
@media (min-width: 640px) and (max-width: 992px) {

    #intro_text, .intro_text {
        padding: 5px 20px;
        text-align: justify;
    }

    .philosophy-products {
        height: 320px !important;
    }

    /* NEW MENU DESIGN FOR MOBILE */
    #tailor-menu {
        padding: 0;
    }

    #toggle-nav {
        background-color: transparent;
        display: block;
        border-radius: 0;
        margin-right: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li {
        display: block !important;
        background-color: #8ed2c5 !important;
        font-size: 18px;
        border-bottom: 1px solid #8ed2c5;
        padding: 0;
        border-right: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        padding: 15px 0px;
        border-right: none;
    }

    .navbar-nav > li > a:focus {
        color: #333;
        background-color: #38e1c0;
    }


    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #38e1c0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #42ebc9;
        border-right: none;
    }

    .dropdown-menu-nav {
        text-align: center;
        background-color: #38e1c0 !important;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding: 0;
        position: relative;
        float: none;
    }

    .dropdown-menu-nav > li:hover {
        background: #8ed2c5 !important;
    }

    .dropdown-menu-nav > li:first-child {
        border-top: 1px solid #fff;
    }

    .dropdown-menu-nav > li > a {
        padding: 15px 0px !important;
    }

    /* SEARCRH FORM */
    div.search .form-control, div.search .input-group {
        height: 50px;
        text-indent: 5px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.42857143;
        color: #FFF;
        background-color: #42ebc9;
        border: 1px solid #42ebc9;
        border-radius: 0px;
    }

    div.search .input-group-addon {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        text-align: center;
        background-color: #38e1c0;
        border: 1px solid #38e1c0;
        border-radius: 0px;
    }

    div.search li.search-item {
        background: #42ebc9 !important;
        text-align: left;
        padding-left: 10px;
        border-bottom: 1px solid;
    }

    li.search-item .form-control {
        padding: 6px 0px;
        text-indent: 0;
        outline: none;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* search input placeholder */
    li.search-item .form-control::-webkit-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-ms-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    .navbar-toggle {
        width: 60px !important;
        height: 50px !important;
    }


    .twitter_ctrl_previous {
        margin-left: 1%;
    }
}

.container {
    width: 1600px;
}


@media (max-width: 1599px) {
    .container {
        width: auto;
    }
}

@media (max-width: 1399px) {
    .container {
        width: auto;
    }


    #app_mockup_introduce_1 > .app-mockup-bg {
        padding-left: 0px;
    }

    .create-steps {
        margin-left: 50px !important;
    }
}

@media (max-width: 1441px) {

    .home .create-shake-container div {
        margin-left: 95px;
    }
}


/* Tablets */
@media (max-width: 980px) {
    #mobile_menu_activator {
        display: inline;
    }

    #newsletter_signup img {
        margin-top: 10px;
        padding-bottom: 0px;
    }

    #twitter_newsletter {
        /*height: auto;*/
        /*margin-top: -150px;*/
    }

    .twitter_control {
        margin-bottom: 20px;
    }

    .blog-post-date {
        margin-left: 5px;
    }

    .blog-post-date {
        width: 60px;
    }


    #app_mockup_introduce_1 {
        /*margin-top: 30px;*/
    }

    .open .dropdown-menu-nav > li > a {
        padding: 15px;
    }
}

/* Tablets */

/* Smart Phone */
@media (max-width: 480px) {

    .login-buttons-stacked {
        display: block;

    }

    .login-buttons {
        display: none;
    }

    .member_nav_mobile {
        display: none;
    }

    .mobi-cart_overview {
        margin-left: auto;
        margin-right: 0;
        max-width: 30px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 5px;
        /*margin-right: 20px;*/
    }

    .badge {
        vertical-align: middle;
    }

    #toggle-nav {
        background-color: transparent;
        border-radius: 0;
        /*margin-left: -15px;*/
    }


    .newsletter-box h1 {
        line-height: 50px;
    }

    #intro_text, .intro_text {
        padding: 5px 20px;
        text-align: justify;
    }

    /* philosophy */
    .philosophy-products {
        height: 450px !important;
    }

    /* NEW MENU DESIGN FOR MOBILE */
    #tailor-menu {
        padding: 0px 15px;
    }


    .navbar {
        border: 0;
        /*display: none;*/
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li {
        display: block !important;
        background-color: #8ed2c5 !important;
        font-size: 16px;
        border-bottom: 1px solid #42ebc9;
        padding: 0;
    }

    .navbar-default .navbar-nav > li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        border-right: none;
        padding: 15px 0px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #38e1c0;
        border-right: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #8ed2c5;
        border-right: none;
    }

    .dropdown-menu-nav {
        text-align: center;
        /* background-color: #38e1c0 !important; */
        background-color: rgba(0, 0, 0, 0.1) !important;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding: 0;
        position: relative;
        float: none;
    }

    .dropdown-menu-nav > li:hover {
        background: #8ed2c5 !important;
    }

    .dropdown-menu-nav > li:first-child {
        border-top: 1px solid #fff;
    }

    .dropdown-menu-nav > li > a {
        padding: 15px 0px !important;
    }

    /* SEARCRH FORM */
    div.search .form-control, div.search .input-group {
        height: 50px;
        text-indent: 5px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.42857143;
        color: #FFF;
        background-color: #42ebc9;
        border: 1px solid #42ebc9;
        border-radius: 0px;
    }

    div.search .dropdown-menu-nav {
        text-align: left;
    }

    div.search .search-item.open > a, div.search .search-item > .open > a:hover {
        color: #fff;
        background-color: transparent;
        border-right: none;
    }

    div.search .input-group-addon {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        text-align: center;
        background-color: #38e1c0;
        border: 1px solid #38e1c0;
        border-radius: 0px;
    }

    div.search li.search-item {
        background: #42ebc9 !important;
        text-align: left;
        padding-left: 10px;
        border-bottom: 1px solid;
    }

    li.search-item .form-control {
        padding: 6px 0px;
        text-indent: 0;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* search input placeholder */
    li.search-item .form-control::-webkit-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-ms-input-placeholder {
        color: #ffffff;
        text-align: left;
    }


    /* NEW MENU DESIGN FOR MOBILE */
    #mobile_menu_container {
        /*float: left;*/
        padding-left: 0px;
        /*padding-right: 5px;*/
    }

    #mobile_menu_activator, #mobile_menu_deactivator {
        height: 40px;
        width: 40px;
        font-size: 16px;
        padding: 5px;
        float: left !important;
    }

    #mobile_menu_activator a, #mobile_menu_deactivator a {
        font-size: 22px;
    }

    #member_nav_mobile {
        text-align: center;
        margin-top: 6px;
        padding: 0;
    }

    .hidden-cart {
        display: none;
    }


    .pixeled-box {
        text-align: center;
    }

    .pixeled-box h4 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    #blog_post_1 {
        padding-right: 0px;
    }


    .blog-post-date {
        width: 60px;
    }

    #copy_footer {
        font-size: 12px;
    }

    #app_mockup_introduce_1 {
        margin-top: 0px !important;
    }

    /*#nav_footer div {*/
    /*    text-align: center;*/
    /*    border-bottom: 1px solid #fff;*/
    /*    padding-bottom: 10px;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    .cart {
        right: 25px;
        width: auto;
    }

    /* SLIDER IMAGES */
    .slide-item1, .slide-item2 {
        background-position: -90px 94px !important;
    }

    #app_mockup_introduce_1 h1 {
        font-size: 24px;
        line-height: 1.4 !important;
    }

    .latest-post h3 {
        font-size: 30px !important;
    }

    .twitter-box .cycle-slide {
        min-width: initial;
        width: 100%;
    }
}

/* Smart Phone */

/* Responsiveness */
@media (min-width: 991px) and (max-width: 1200px) {
    #newsletter_signup {
        font-size: 30px;
    }

    div#new-header a {
        font-size: 12px !important;
    }
}

/* MAIN MENU FLOAT */
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
    }
}

.header-panel {
    display: block;
    visibility: inherit;
}

#menu_icon_active {
    display: block;
}

.navbar .collapse {
    display: block;
    visibility: inherit;
}

.mobile-menu .collapse {
    display: none;
    visibility: hidden;
}

.mobile-menu .collapse.in {
    display: inherit;
    visibility: inherit;
}

.mobile-menu .panel-title {
    background: none;
    font-weight: 300;
    text-align: center;
    padding: 15px 0px;
    text-transform: uppercase;
}

.mobile-menu .panel-heading {
    background: #8ed2c5 !important;
}

.mobile-menu .mobi-how--menu {
    background: #545454;
    padding: 20px 0px;
    text-transform: uppercase;
}

.mobile-menu .panel-group {
    margin-bottom: 0px;
}

div.mobile-menu .list-group-item a {
    color: #444545;
}

.navbar {
    margin-bottom: auto;
    border: none;
}

/* NEW HEADER */

div#new-header, div.new-header {
    opacity: 0.9;
    margin-top: 45px;
}

div#new-header div {
    background: #545454;
}

div#new-header a, div.mobile-menu a {
    color: #ffffff;
    font-size: 18px;
}

div#new-header a:hover {
    text-decoration: none;
}

div#new-header div {
    /*display: table;*/
    border-right: 1px solid #fff;
    padding: 20px 0px;
}

/*div#new-header div:last-child {*/
/*    border-right: none;*/
/*    background: #545454;*/
/*}*/

div#new-header div:first-child {
    border-left: 1px solid #fff;
}

/*div#new-header div:last-child:hover {*/
/*    background: #A50100;*/
/*}*/

div#new-header div:hover, div#new-header div.active {
    background-color: #252A29;
}


.navbar-toggle {
    width: 40px;
    height: 44px;
    border-color: transparent;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}


.navbar-toggle > .icon-bar-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#menu_icon_active {
    width: 80px;
    height: 70px;
    cursor: pointer;
}

.navbar-toggle > .icon-bar-box > .icon-bar {
    background-color: #252A29;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -17px;
    height: 2px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#menu_icon_active > .icon-bar-box > .icon-bar {
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -8px;
    width: 40px;
    height: 2px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.navbar-toggle > .icon-bar-box > .icon-bar-top {
    margin-top: -8px;
}

#menu_icon_active > .icon-bar-box > .icon-bar-top {
    margin-top: -12px;
}

.navbar-toggle > .icon-bar-box > .icon-bar-middle, .#menu_icon_active > .icon-bar-box > .icon-bar-middle {
    margin-top: -1px;
}

.navbar-toggle > .icon-bar-box > .icon-bar-bottom {
    margin-top: 8px;
}

#menu_icon_active > .icon-bar-box > .icon-bar-bottom {
    margin-top: 12px;
}

.navbar-toggle:hover > .icon-bar-box > .icon-bar,
.#menu_icon_active:hover > .icon-bar-box > .icon-bar,
.navbar-toggle:focus > .icon-bar-box > .icon-bar,
.#menu_icon_active:focus > .icon-bar-box > .icon-bar {
    background-color: #fff;
}

.navbar-toggle > .icon-bar-box > .icon-bar-middle.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-middle.convert {
    opacity: 0;
}

.navbar-toggle > .icon-bar-box > .icon-bar-top.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-top.convert {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle > .icon-bar-box > .icon-bar-bottom.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-bottom.convert {
    margin-top: -1px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle > .icon-bar-box > .icon-bar-middle.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-middle.convert {
    opacity: 0;
}

.navbar-toggle > .icon-bar-box > .icon-bar-top.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-top.convert {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle > .icon-bar-box > .icon-bar-bottom.convert,
#menu_icon_active > .icon-bar-box > .icon-bar-bottom.convert {
    margin-top: -1px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* BUTTONS */

.btn:focus {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.practitioner-button-clicked {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 40%));
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn:focus-visible {
    outline-color:  #20AC95;
}



.btn-green-across {
    color: #FBFCF5;
    background-color: #8ed2c5;
    padding: 5px 25px;
    margin: 10px 0;
    text-transform: uppercase !important;
    border: none;
    border-radius: 2px;
    font-weight: 300;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 40%));
}

.btn-green-across-gray-text {
    color: #545454;
    font-weight: 600;
    background-color: #8ed2c5;
    padding: 5px 25px;
    margin: 10px 0;
    text-transform: uppercase !important;
    border: none;
    border-radius: 2px;
    font-weight: 300;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 40%));
}

.btn-green-across-darker {
    color: #FBFCF5;
    background-color: #20AC95;
    padding: 5px 25px;
    text-transform: uppercase !important;
    border: none;
    border-radius: 2px;
    font-weight: bolder;
}

.btn-light-across-pill {
    color: #252A29;
    background-color: #FBFCF5;
    padding: 5px 25px;
    text-transform: uppercase !important;
    border: none;
    border-radius: 100px;
    font-weight: bolder;
    filter: drop-shadow(3px 3px 3px rgba(12, 0, 2, 0.2));
    margin-bottom: 10px;
}

.btn-grey-across-pill {
    color: #252A29;
    background-color: #999999;
    padding: 5px 25px;
    text-transform: uppercase !important;
    border: none;
    border-radius: 100px;
    font-weight: bold;
    margin-bottom: 10px;

}

.btn-light-gray-block {
    color: #545454;
    background-color: #f0f0f0;
    padding: 5px 25px;
    text-transform: uppercase !important;
    border: none;
    font-weight: 500;
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px 3px rgba(12, 0, 2, 0.2));
}

.btn-green-across-pill {
    color: #252A29;
    background-color: #8ed2c5;
    text-transform: uppercase !important;
    border: none;
    border-radius: 100px;
    filter: drop-shadow(3px 3px 3px rgba(12, 0, 2, 0.2));
}

.btn-charcoal-across {
    color: #FBFCF5;
    background-color: #252A29;
    border: none;
    padding: 5px 25px;
    text-transform: uppercase !important;
    border-radius: 100px;
    font-weight: 300;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 40%));
}

.btn-shadow {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 40%));
}


.btn-green-across:hover, .btn-red-across:hover {
    border: none;
    color: #5b5b5b;
    background-color: #efefef;
}

.btn-red-across {
    color: #fff;
    background-color: #545454;
    border-color: transparent;
    padding: 5px 25px;
    text-transform: uppercase !important;
    margin: 10px 0px;
    border: none;
    font-weight: 300;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 40%));
}

.account-info .table-bordered th:last-child {
    width: 16%;
}

.header-nav {
    padding-left: 0;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

/* hide mobile menu blocks */
/* @media (min-width : 1025px) and (max-width : 1220px){

  .block-menu-container{
    display: none;
  }
} */

/* Desktops and laptops ----------- */
@media (min-width: 1025px) {

    #menu_icon_active > .icon-bar-box > .icon-bar {
        margin: 0 0 0 -20px;
    }

    #menu_icon_active > .icon-bar-box > .icon-bar-bottom {
        margin-top: 12px;
    }

    #menu_icon_active > .icon-bar-box > .icon-bar-top {
        margin-top: -12px;
    }

    div#new-header a {
        font-size: 15px;
    }

    .btn {
        font-size: 15px !important;
    }

    .btn-green-across {
        padding: 5px 20px;
    }

    #newsletter_signup {
        text-transform: uppercase;
        font-size: 30px;
        text-align: center;
    }

    .newsletter-box h1 {
        padding-top: 11px;
        font-size: 30px;
    }

    .twitter-box {
        padding: 27px 0px !important;
    }
}

/* 5 COLUMN GRID */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 991px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {


    .logo-header {
        max-width: 40%;
        margin-left: 20px;
    }

    #toggle-nav {
        /*background-color: #23d0ae;*/
        border-radius: 0;
    }


    .nav > li {
        display: block !important;
        background-color: #8ed2c5 !important;
        font-size: 16px;
        border-bottom: 1px solid #42ebc9;
        padding: 0;
    }


    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-default .navbar-nav > li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        border-right: none;
        padding: 15px 0px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #38e1c0;
        border-right: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #8ed2c5;
        border-right: none;
    }

    .dropdown-menu-nav {
        text-align: center;
        background-color: #38e1c0 !important;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding: 0;
        position: relative;
        float: none;
    }

    .dropdown-menu-nav > li:hover {
        background: #8ed2c5 !important;
    }

    .dropdown-menu-nav > li:first-child {
        border-top: 1px solid #fff;
    }

    .dropdown-menu-nav > li > a {
        padding: 15px 0px !important;
    }

    /*SEARCRH FORM*/
    div.search .form-control, div.search .input-group {
        height: 50px;
        text-indent: 5px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.42857143;
        color: #FFF;
        background-color: #42ebc9;
        border: 1px solid #42ebc9;
        border-radius: 0px;
    }

    div.search .dropdown-menu-nav {
        text-align: left;
    }

    div.search .search-item.open > a, div.search .search-item > .open > a:hover {
        color: #fff;
        background-color: transparent;
        border-right: none;
    }

    div.search .input-group-addon {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        text-align: center;
        background-color: #38e1c0;
        border: 1px solid #38e1c0;
        border-radius: 0px;
    }

    div.search li.search-item {
        background: #42ebc9 !important;
        text-align: left;
        padding-left: 10px;
        border-bottom: 1px solid;
    }

    li.search-item .form-control {
        padding: 6px 0px;
        text-indent: 0;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    /*search input placeholder*/
    li.search-item .form-control::-webkit-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-moz-placeholder {
        Firefox 18
        -color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control::-moz-placeholder {
        Firefox 19 + color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-ms-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    #intro_text, .intro_text {
        padding: 5px 25px;
    }

    #newsletter_signup {
        height: auto;
        padding-bottom: 30px;
    }


    .navbar-toggle > .icon-bar-box > .icon-bar {
        left: 57%;
    }

    .home .create-order-container a h3 {
        margin: 0 0 0 5px !important;
    }

    .home .create-shake-container div, .home .order-shake-container div {
        margin-left: 5px !important;
    }
}

/*  // mobile Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /*   @media (min-width: 320px) and (max-width: 667px) { */
    .logo-header {
        width: 33.33333333%;
        margin-left: 20px
    }

    .header-nav {
        width: 66.66666667%;
        margin-left: 0;
    }

    #toggle-nav {
        border-radius: 0;
        margin-left: -15px;
    }


    .nav > li {
        display: block !important;
        background-color: #8ed2c5 !important;
        font-size: 16px;
        border-bottom: 1px solid #42ebc9;
        padding: 0;
    }

    .navbar {
        border: 0;
        display: none;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li {
        display: block !important;
        background-color: #8ed2c5 !important;
        font-size: 16px;
        border-bottom: 1px solid #42ebc9;
        padding: 0;
    }

    .navbar-default .navbar-nav > li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        border-right: none;
        padding: 15px 0px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #38e1c0;
        border-right: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #8ed2c5;
        border-right: none;
    }

    .dropdown-menu-nav {
        text-align: center;
        background-color: #38e1c0 !important;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding: 0;
        position: relative;
        float: none;
    }

    .dropdown-menu-nav > li:hover {
        background: #8ed2c5 !important;
    }

    .dropdown-menu-nav > li:first-child {
        border-top: 1px solid #fff;
    }

    .dropdown-menu-nav > li > a {
        padding: 15px 0px !important;
    }

    /*SEARCRH FORM*/
    div.search .form-control, div.search .input-group {
        height: 50px;
        text-indent: 5px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.42857143;
        color: #FFF;
        background-color: #42ebc9;
        border: 1px solid #42ebc9;
        border-radius: 0px;
    }

    div.search .dropdown-menu-nav {
        text-align: left;
    }

    div.search .search-item.open > a, div.search .search-item > .open > a:hover {
        color: #fff;
        background-color: transparent;
        border-right: none;
    }

    div.search .input-group-addon {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        text-align: center;
        background-color: #38e1c0;
        border: 1px solid #38e1c0;
        border-radius: 0px;
    }

    div.search li.search-item {
        background: #42ebc9 !important;
        text-align: left;
        padding-left: 10px;
        border-bottom: 1px solid;
    }

    li.search-item .form-control {
        padding: 6px 0px;
        text-indent: 0;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    /*search input placeholder*/
    li.search-item .form-control::-webkit-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-moz-placeholder {
        Firefox 18
        -color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control::-moz-placeholder {
        Firefox 19 + color: #ffffff;
        text-align: left;
    }

    li.search-item .form-control:-ms-input-placeholder {
        color: #ffffff;
        text-align: left;
    }

    #intro_text, .intro_text {
        padding: 5px 25px;
    }

    #newsletter_signup {
        height: auto;
        padding-bottom: 30px;
    }


    .navbar-toggle > .icon-bar-box > .icon-bar {
        left: 57%;
    }
}

/* SLIDER IMAGES */
.slide-item1-new {
    height: 100%;
    min-height: 300px;
    width: 100%;
    /* background: #fcfcf6 url("../img/top-bg.png") no-repeat 116px 64px; */
    background: #fcfcf6 url("../img/top-bg.png") no-repeat -50px 0px;
    background-size: cover;
    position: relative;
}

.slide-item2-new {
    background: #fcfcf6 url("../img/top-bg-lady.png") no-repeat -50px 0px;
    background-size: cover;
    height: 100%;
    min-height: 400px;
    width: 100%;
    position: relative;
}

.slide-item1-new-rebrand {
    height: 100%;
    min-height: 600px;
    width: 100%;
    /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_1.png") no-repeat 0px 0px;*/
    background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_9_new.png") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    transform: scaleX(-1);
}

.slide-item2-new-rebrand {
    height: 100%;
    min-height: 600px;
    width: 100%;
    /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_2.png") no-repeat -400px 0px;*/
    background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_10_new.svg") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    /*transform: scaleX(-1);*/
    
}

.slide-item3-new-rebrand {
    height: 100%;
    min-height: 600px;
    width: 100%;
    /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_3.png") no-repeat -500px 0px;*/
    background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_4_new.png") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    transform: scaleX(-1);
}

.slide-item4-new-rebrand {
    height: 100%;
    min-height: 600px;
    width: 100%;
    /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_4.png") no-repeat 0px 0px;*/
    background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_5_new.png") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    transform: scaleX(-1);
}

.slide-item5-new-rebrand {
    height: 100%;
    min-height: 600px;
    width: 100%;
    /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_5.png") no-repeat 0px 0px;*/
    background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_8_new.png") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    transform: scaleX(-1);
}

@media (min-width: 1400px) {
    .slide-item2-new-rebrand {
        height: 100%;
        min-height: 600px;
        width: 100%;
        /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_2.png") no-repeat 0px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_10_new.svg") no-repeat 0px 0px;
        background-size: cover;
        position: relative;
        /*transform: scaleX(-1);*/

    }

    .slide-item3-new-rebrand {
        height: 100%;
        min-height: 600px;
        width: 100%;
        /*background: #fcfcf6 url("../img/rebrand/home-banner/tlb_web_cover_3.png") no-repeat 0px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_4_new.png") no-repeat 0px 0px;
        background-size: cover;
        position: relative;
        transform: scaleX(-1);
    }
}
@media (max-width: 500px) {
    .slide-item3-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("../img/rebrand/home-banner/tlb_web_cover_3.png") no-repeat -900px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_4_new.png") no-repeat 70%;
        background-size: cover;
    }
}

@media (max-width: 750px) {

    .slide-item1-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("../img/rebrand/home-banner/tlb_web_cover_1.png") no-repeat -200px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_9_new.png") no-repeat 50%;
        background-size: cover;
    }

    .slide-item2-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("../img/rebrand/home-banner/tlb_web_cover_2.png") no-repeat -700px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_10_new.svg") no-repeat 50%;
        background-size: cover;
    }

    .slide-item3-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("../img/rebrand/home-banner/tlb_web_cover_3.png") no-repeat -500px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_4_new.png") no-repeat 70%;
        background-size: cover;
    }

    .slide-item4-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url("../img/rebrand/home-banner/tlb_web_cover_4.png") no-repeat -400px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_5_new.png") no-repeat 70%;
        background-size: cover;

    }

    .slide-item5-new-rebrand {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/rebrand/home-banner/tlb_web_cover_5.png") no-repeat -600px 0px;*/
        background: #fcfcf6 url("../img/rebrand/home-banner/tlb_cover_8_new.png") no-repeat 70%;
        background-size: cover;
    }

  
}


.cycle-slideshow {
    width: 100%;
    height: 100%;
    z-index: -0;
    position: absolute;
}

.twitter-box .cycle-slideshow {
    width: 100%;
    height: 100%;
    position: initial;
    padding: 18px 0px;
    max-width: 470px;
    margin: 0 auto;
}

.twitter-box .cycle-slide {
    min-width: 470px;
    margin: 0 auto;
}


/* .twitter-box .cycle-slide{ position: initial !important;} */

.logo-header {
    z-index: 999
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    div#new-header a {
        font-size: 13px !important;
    }

    #newsletter_signup {
        font-size: 25px;
    }

    #menu_icon_active > .icon-bar-box > .icon-bar {
        left: 40%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 5px 15px;
    }

    .list-inline {
        margin-right: 15px;
    }

    #intro_text, .intro_text {
        padding: 5px 40px;
    }

    .tweetAuthor {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #confidence_block h3 {
        /*font-size: 32px !important;*/
    }

    #recipe-title {
        text-align: center;
    }
}

@media (min-width: 1002px) and (max-width: 1299px) {
    div#new-header a {
        font-size: 13px !important;
    }

    #newsletter_signup {
        font-size: 25px;
    }

    #menu_icon_active > .icon-bar-box > .icon-bar {
        left: 40%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 5px 15px;
    }

    .list-inline {
        margin-right: 15px;
    }

    #intro_text, .intro_text {
        padding: 5px 40px;
    }

    .tweetAuthor {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #confidence_block h3 {
        /*font-size: 32px !important;*/
    }

    #recipe-title {
        text-align: center;
    }
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-responsive > .dataTablesWrap > thead > tr > th, .table-responsive > .dataTablesWrap > tbody > tr > th, .table-responsive > .dataTablesWrap > tfoot > tr > th, .table-responsive > .dataTablesWrap > thead > tr > td, .table-responsive > .dataTablesWrap > tbody > tr > td, .table-responsive > .dataTablesWrap > tfoot > tr > td {
    white-space: normal;
}

@media screen and (max-width: 767px) {
    .table-responsive > .dataTablesWrap > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .dataTablesWrap > tfoot > tr > th, .table-responsive > .dataTablesWrap > thead > tr > td, .table-responsive > .dataTablesWrap > tbody > tr > td, .table-responsive > .dataTablesWrap > tfoot > tr > td {
        white-space: normal;
    }
}

.twitter-box {
    background: #8ed2c5;
    padding: 30px 0px;
    color: white;
}

.newsletter-box {
    background: #545454;
    color: white;
    padding: 23px 0px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
}

.newsletter-box h1 {
    padding-top: 5px;
}

.newsletter-box h1 > span {
    font-weight: 600;
    border-bottom: 1px solid;
}

#sign-me-up {
    text-transform: uppercase;
}

.no-left-right {
    margin-right: 0;
    margin-left: 0;
}

.newsletter-gap {
    width: 100%;
    height: 5px;
    margin-bottom: 30px;
}

.nutri-buttons {
    line-height: 40px;
}

#status {
    background-color: #8ed2c5;
    padding: 0px 5px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}

#confidence_block h3 span {
    font-weight: bold;
    color: #8ed2c5;
    text-transform: uppercase;
    
    border-bottom: 1px solid;
}

#confidence_block h3 {
    text-transform: uppercase;
    color: #8ed2c5;
    
    padding-bottom: 30px;
}

.gray-section {
    background: rgb(236, 236, 236);
    padding: 30px 0px;
}

.table-bordered th:last-child {
    width: 20%;
}

.pd-list {
    margin-top: 15px;
    border-radius: 0;
}

.pd-list .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #ddd;
}

.delivery_star {
    max-width: 100%;
    margin-top: -30px;
}


#ingredients > a {
    text-decoration: none;
    color: #5b5b5b;
}

#recipes > a {
    text-decoration: none;
    color: #8ed2c5;
}

.predesigned-blends .header-panel-overlay {
    /*background: #fcfcf6 url("../img/predesigned-blends-header.png") no-repeat center top !important;*/
    background-size: contain;
}

.theebulder .header-panel-overlay {
    /*background: #fcfcf6 url("../img/productbuilder.png") no-repeat center top !important;*/
    background-size: contain;
}

.nutri_info .header-panel-overlay {
    /*background: #fcfcf6 url("../img/nutri_info.png") no-repeat center top !important;*/
    background-size: contain;
}

.simple_anchor {
    font-weight: 700;
    color: #8ed2c5;
}

.simple_anchor:hover {
    color: #8ed2c5;
}

.incl--small {
    font-size: 12px;
}

.tlb_table_column img {
    max-width: 100%;
}

@media screen and (max-width: 1399px) {
    .prize {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    #tbl-nutrients a, #sidebar-left .form-group a {
        text-decoration: underline;
    }

    #copy_footer img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #copy_footer .pull-right {
        float: none !important;
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    .logged_in_btns a.btn-green-across, .logged_in_btns a.btn-red-across {
        padding: 5px 15px;
    }
}

.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(45, 208, 176, 0.959);
    z-index: 99999;
    top: 0;
    left: 0;
    display: table;
}

.preload h1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}


/* NEW STYLING */
.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-50 {
    padding-top: 50px;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

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

.full-max-width {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 10px;
    }
}

.margin-left-sm {
    margin-left: 1rem;
}

.margin-top-sm {
    margin-top: 0.5rem;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-sm {
    margin-bottom: 0.5rem;
}

.margin-left-sm {
    margin-left: 0.5rem;
}

.margin-right-sm {
    margin-right: 0.5rem;
}

.margin-top-md {
    margin-top: 5rem;
}

.margin-top-25 {
    margin-top: 2.5rem;
}

.margin-bottom-md {
    margin-bottom: 5rem;
}

.margin-top-lg {
    margin-top: 10rem;
}

.margin-bottom-lg {
    margin-bottom: 10rem;
}

.padding-top-sm {
    padding-top: 5rem;
}

.padding-bottom-sm {
    padding-bottom: 5rem;
}

.padding-top-md {
    padding-top: 10rem;
}

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

.padding-top-lg {
    padding-top: 15rem;
}

.padding-bottom-lg {
    padding-bottom: 15rem;
}


/* NEW FLEX NAVBAR */
.flex-container-nav {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 2rem;
    padding-left: 0.5rem;
    align-items: center;
}

.flex-container-nav-aligned-start {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 50vw;
    z-index: 999;

}

.flex-container-nav-end {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 999;
    height: 100px;
}

.flex-container-nav-center {
    flex-grow: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999;
    height: 100px;
}

.sticky-nav {
    position: relative;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(9px);
    background-color: rgba(255,255,255, 0.5);
    text-transform: uppercase;
    font-weight: normal;

}

.sticky-nav a {
    color: #252A29;
}

.flex-container-nav__item {
    padding: 0.2rem;
    margin: 0.5rem;
}
@media (min-width: 991px) and (max-width: 1127px) {
    .flex-container-nav__item {
       font-size: 80%;
    }
}

.flex-container-nav__item .dropdown-menu {
    padding: 0.2rem;
    margin: 0.5rem;
    font-size: 90%;
}

@media (min-width: 1200px) {
    .flex-container-nav__item {
        font-size: 100%;
    }

    .flex-container-nav__item .dropdown-menu {
        font-size: 100%;
    }
}


.flex-container-nav__item > a > img {
    margin-left: 1.5rem;
    width: 90%;
    max-width: 300px;
}


.underline-hover > a {
    position: relative;
}

.underline-hover > a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
    transition: all .5s;
}

.underline-hover > a:hover:after {
    width: 100%;
}

.button-hover-animation > a:hover {
    transition: all .5s;
    border: solid 1px rgba(84, 84, 84, 0.4);
}

.no-margin-right {
    margin-right: 0;
}

.spacer-primary {
    display: block;
    height: 1rem;
    color: #D3D0CB;
}


/*SMALL SCREENS, see media query at the bottom for larger screens*/
/*momentum banner.. move to appropriate css*/

.nav-footer-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 3rem
}

.nav-footer-item {
    text-align: left;    
}

.nav-footer-item:first-child {
    /*margin-right: 10rem;*/

}

.nav-footer-item:not(:last-child) {
    /*margin-left: auto;*/
   
}
.nav-footer-item:last-child {
    /*margin-left: auto;*/
    text-align: center;
}

.horizontal-line {
    width: 40rem;
    margin-top:1rem;
    border-bottom: 1px solid white;
}


.yoga-lady {
    background: url("../img/rebrand/momentum-banner/yoga_lady_web.svg") no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position-x: -4rem;
}

.momentum-logo-row {

}

.momentum-logo {
    background-image: url("../img/rebrand/momentum-banner/Momentum_logo_red.svg");
    background-size: cover;
    max-height: 15rem;
    max-width: 30rem;
    height: 6rem;
    width: 12rem;
    margin: 2rem 2rem 0 4rem;
}

.momentum-text-row {
    margin: 2rem;
}

.momentum-quiz-button-row {
    margin-left: 4rem;
}

.momentum-take-the-quiz {
    font-size: 1rem;
    font-weight: bolder;
    margin-left: 2rem;
}

.momentum-general-health-quiz {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 2rem;
}

.momentum-members-cashback {
    font-size: 1.2rem;
    margin-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.sub-text {
    margin-left: 2rem;
    font-size: 9px;
}

.momentum-to-unlock-your-supplement {
    font-size: 1rem;
    margin-left: 2rem;
}


/**/

.next-steps--panel {
    height: 300px;
    background-color: #252A29;
    /*background-color: #177869; dark duck egg alternative*/
}

.next-steps--header {
    text-align: center;
    font-size: 1.6rem;
    color: #FBFCF5;
    margin-top: 3rem;
    margin-right: 2rem;
    margin-left: 2rem;
    text-transform: uppercase;

}

.next-steps {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    /*src="/Areas/Web/Content/img/momentum/yoga_lady_web.jpg"*/
}

.next-steps-items {

    height: auto;
    width: 60%;
    background-color: transparent;
    border-radius: 500px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1rem;
}

.next-steps-items:first-child {
    margin-left: 0;

}

.next-steps-items:last-child {
    margin-right: 0;
}

.next-steps-items--text {
    color: #FBFCF5;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 10px;
}

.next-steps-items--button {
    border: solid 1px rgba(84, 84, 84, 0.3);
    background-color: #545454;
    color: #8ed2c5;
    text-transform: uppercase;
    font-size: 1.3rem !important;
    font-weight: bolder;
    margin-bottom: 0;
    padding: 5px 25px;
    border-radius: 100px;
    /*filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 100%));*/
}

.next-steps-items--button:hover {
    background-color: transparent;
    color: #FBFCF5;
}

.well {
    border: none;
    border-radius: 0;
    padding: 0;
}

.testimonial-general-statement {
    margin: 2rem 2rem 2rem 1rem;
    font-weight: 500;
    padding-left: 0;
}

.testimonials--panel {
    /*margin: 2rem 1rem 2rem 1rem;*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    /*padding: 2rem 4rem 2rem 4rem;*/

}

.well {
    margin-bottom: 0 !important;
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-control.right {
    background-image: none;   
}

.carousel-control.left {
    background-image: none;
}

.well {
    background-color: white;
}

.testimonial-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /*border: solid 1px rgba(84, 84, 84, 0.1);*/
    margin: 1rem;
}


.testimonial-item__stars {
    margin: 1rem;
}

.testimonial-item__content {
    margin: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.3rem;
}

.testimonial-item__goal {
    margin: 1rem;
}

.testimonial-item__photo {
    display: flex;
    justify-content: center;
    margin: 1rem;
    background-image: url("../img/rebrand/lady-drinking.png");
    background-size: cover;
    width: 5rem;
    height: 5rem;
    border-radius: 10rem;
}

.testimonial-item__credential {
    margin: 1rem;
    color: rgba(84, 84, 84, 0.5);
}


/*.testimonial-item .row {*/
/*margin-left: 1rem;*/
/*    margin-right: 1rem;*/
/*}*/


.product-options-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: transparent;
    margin-left: 4rem;
    margin-right: 4rem;
}


.product-options-item--image__drink {
    width: 25rem;
    min-width: 20rem;
    min-height: 20rem;
    background: url("../img/rebrand/drink-image.png") no-repeat;
    background-size: 30rem;
    background-position-x: center;
    border-radius: 50rem;

}

.product-options-item--image__shake2 {
    width: 25rem;
    min-width: 20rem;
    min-height: 20rem;
    background: url("../img/rebrand/shake-image.png") no-repeat;
    background-size: 30rem;
    background-position-x: center;
    border-radius: 50rem;
}

.product-options-item--image__porridge {
    width: 25rem;
    min-width: 20rem;
    min-height: 20rem;
    background: url("../img/rebrand/porridge-image.png") no-repeat;
    background-size: 30rem;
    background-position-x: center;
    border-radius: 50rem;
}


.product-options-item--text {
    display: flex;
    flex-flow: column nowrap;
    /*align-items: flex-start;*/
    justify-content: center;
    margin: 3rem 0 3rem 0;
    text-align: center;
}

.product-options-item--text.product-options-item--text__top {
    display: none;
}

.product-options-item--text.product-options-item--text__bottom {
    display: flex;
}

.product-options--text__heading {
    font-size: 1.8rem;
    font-weight: bold;
    /*margin-right: 3rem;*/
    margin-bottom: 1.5rem;
}

.product-options--text__info {
    font-size: 1.3rem;
    font-weight: bolder;
    /*margin-right: 3rem;*/
}

.btn-grey-across-pill.btn-momentum {
    /*font-size: 1.2rem;*/
}

.product-properties-container {
    display: flex;
    flex-flow: row wrap;
    background-color: #545454;
    color: white;
    justify-content: space-around;
    padding: 3rem;
    font-weight: 400;
    text-transform: uppercase;
}

.product-properties-item {
    margin: 0 0.5rem 0 0.5rem;
}

.checkout-product-banner {
    height: 300px;
    background: url("../img/checkout/checkout_banner.svg") 100% no-repeat;
    background-size: cover;
}

.checkout-product-banner-text-container {
    display: flex;
    flex-flow: column nowrap;
    width: 20rem;
    color: white;
    text-shadow: 1px 1px #252A29;
    margin-left: 5rem;
    padding-top: 13vh ;

}


.checkout-product-banner-text {
    color: white;
    text-shadow: 1px 1px #252A29;

}

.checkout-product-banner-text > h2 {
    font-weight: 400;
    font-size: 20px;
}

.checkout-product-banner-text > h3 {
    font-weight: 300;
    font-size: 18px;
}

/*.checkout-product-banner {*/
/*    height: 300px;*/
/*    background: url("../img/checkout/banner-no-copy.svg") 50% no-repeat;*/
/*    background-size: 100%;*/
/*}*/

/*.checkout-product-banner-text {*/
/*    color: white;*/
/*    text-shadow: 1px 1px #252A29;*/
/*}*/

/*.checkout-product-banner-text.heading {*/
/*    margin-top: 12rem;*/
/*}*/


/*JUST FOR THE PRODUCT OPTIONS*/
@media (min-width: 652px) {
    .product-options-container {
        flex-flow: row nowrap;
        align-items: center;
        background-color: rgba(37, 42, 41, 0.03);
        justify-content: space-evenly;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    

    .product-options-item--image__shake2 {
        background-position-x: left;
        background-size: 30rem;
        height: 25rem;
        min-width: 25rem;
        margin-left: 3rem;
    }

    .product-options-item--image__drink {
        background-position-x: right;
        background-size: 30rem;
        height: 25rem;
        min-width: 25rem;
        margin-right: 3rem;
    }

    .product-options-item--image__porridge {
        background-position-x: left;
        background-size: 30rem;
        height: 25rem;
        min-width: 25rem;
        margin-left: 3rem;
    }

    .product-options-item--text {
        max-width: 50rem;
        margin: 0rem 5rem 0rem 5rem;
    }

    .product-options-item--text.product-options-item--text__top {
        display: flex;
    }

    .product-options-item--text.product-options-item--text__bottom {
        display: none;
    }

    .product-options--text__heading {
        font-size: 1.9rem;
    }

    .product-options--text__info {
        font-size: 1.5rem;
        
    }

    .btn-grey-across-pill.btn-momentum {
        font-size: 1.5rem;
    }

    .checkout-product-banner-text-container {

        width: 40rem;

    }



    .checkout-product-banner-text > h2 {
        font-weight: 500;
        font-size: 25px;
    }

    .checkout-product-banner-text > h3 {

        font-size: 24px;
    }

    .nav-footer-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding: 3rem
    }

    .nav-footer-item:first-child {
        margin-right: 10rem;

    }

    .nav-footer-item:last-child {
        margin-left: auto;
        text-align: end;
    }

    .horizontal-line {
        /*margin-left: auto;*/
        border-bottom: none;
    }
}


@media (min-width: 451px) and  (max-width: 766px) {

    /*momentum banner.. move to appropriate css*/
    .yoga-lady {
        /*background-size: 200%;*/
        background-position-x: -1rem;
    }

    /**/
    .next-steps--panel {
        height: 300px;
        background-color: #252A29;
    }

    .next-steps--header {
        text-align: center;
        font-size: 1.6rem;
        color: #FBFCF5;
        margin-top: 3rem;
        margin-right: 2rem;
        margin-left: 2rem;
        text-transform: uppercase;

    }

    .next-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        /*src="/Areas/Web/Content/img/momentum/yoga_lady_web.jpg"*/
    }

    .next-steps-items {

        height: auto;
        width: 60%;
        background-color: transparent;
        border-radius: 500px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 1rem;
    }

    .next-steps-items:first-child {
        margin-left: 0;

    }

    .next-steps-items:last-child {
        margin-right: 0;
    }

    .next-steps-items--text {
        color: #FBFCF5;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: lighter;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .next-steps-items--button {
        border: solid 1px rgba(84, 84, 84, 0.3);
        color: #8ed2c5;
        text-transform: uppercase;
        font-size: 1.5rem !important;
        font-weight: bolder;
        margin-bottom: 0;
        padding: 5px 25px;
        border-radius: 100px;

    }

    .next-steps-items--button:hover {
        background-color: transparent;
        color: #FBFCF5;
    }

    .momentum-logo {
        max-height: 15rem;
        max-width: 30rem;
        height: 15rem;
        width: 30rem;
        margin: 1rem;
    }

    .momentum-take-the-quiz {
        font-size: 1.5rem;
        font-weight: bolder;
    }

    .momentum-general-health-quiz {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .momentum-to-unlock-your-supplement {
        font-size: 1.5rem;
    }
    .momentum-quiz-button-row {
        margin-left: 3rem;
    }
}

@media (min-width: 767px) and (max-width: 1060px) {

    .yoga-lady {
        background-position-x: 0;
    }

    /*NEW BANNERS ON HOME SCREEN START*/
    .next-steps--header {
        text-align: center;
        font-size: 2.5rem;
        color: #FBFCF5;
        margin-top: 6rem;
        text-transform: uppercase;
    }

    .next-steps {
        display: flex;
        flex-direction: row;
        height: 150px;
        background-color: transparent;
        justify-content: space-around;
        align-items: center;

        /*src="/Areas/Web/Content/img/momentum/yoga_lady_web.jpg"*/
    }

    .next-steps-items {

        height: 280px;
        width: 280px;
        background-color: transparent;
        border-radius: 500px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .next-steps-items:first-child {
        margin-left: 5rem;

    }

    .next-steps-items:last-child {

        margin-right: 5rem;
    }

    .next-steps-items--text {
        color: #FBFCF5;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: lighter;
        margin-bottom: 5px;
        filter: drop-shadow(1px 1px 1px rgba(12, 0, 2, 0.4));
    }

    .next-steps-items--button {

        text-transform: uppercase;
        font-size: 1.7rem !important;
        font-weight: bold;
    }

    .header-panel-overlay-new {
        min-height: 500px;
    }

    .momentum-logo {
        max-height: 15rem;
        max-width: 30rem;
        height: 15rem;
        width: 30rem;
        margin: 2rem;
    }

    .momentum-take-the-quiz {
        font-size: 2.4rem;
        font-weight: bolder;
    }

    .momentum-general-health-quiz {
        font-size: 4rem;
        font-weight: bold;
    }

    .momentum-to-unlock-your-supplement {
        font-size: 2.4rem;
    }

    .momentum-members-cashback {
        margin-top: 2rem;
       
        font-size: 1.8rem;
        font-weight: bolder;
    }
    .momentum-quiz-button-row {
        margin-left: 3rem;
    }
    .sub-text {
        margin-left: 2rem;
        font-size: 8px;
        margin-bottom: 2rem;
    }


}

@media (min-width: 1061px) {
    
    .yoga-lady {
        background-position-x: 0;
    }
    
    /*NEW BANNERS ON HOME SCREEN START*/
    .next-steps--header {
        text-align: center;
        font-size: 2.8rem;
        color: #FBFCF5;
        margin-top: 6rem;
        text-transform: uppercase;
    }

    .next-steps {
        display: flex;
        flex-direction: row;
        height: 150px;
        background-color: #252A29;
        justify-content: space-around;
        align-items: center;

        /*src="/Areas/Web/Content/img/momentum/yoga_lady_web.jpg"*/
    }

    .next-steps-items {

        height: 280px;
        width: 280px;
        background-color: transparent;
        border-radius: 500px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .next-steps-items:first-child {
        margin-left: 5rem;

    }

    .next-steps-items:last-child {

        margin-right: 5rem;
    }

    .next-steps-items--text {
        color: #FBFCF5;
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: lighter;
        margin-bottom: 5px;
        filter: drop-shadow(1px 1px 1px rgba(12, 0, 2, 0.4));
    }

    .next-steps-items--button {

        text-transform: uppercase;
        font-size: 2rem !important;

    }

    .header-panel-overlay-new {
        min-height: 850px;
    }

    .product-options-item--text {
        max-width: 70rem;
    }

    .momentum-logo {
        max-height: 15rem;
        max-width: 30rem;
        height: 15rem;
        width: 30rem;
        margin: 2rem;
    }

    .momentum-take-the-quiz {
        font-size: 3rem;
        font-weight: bolder;
    }

    .momentum-general-health-quiz {
        font-size: 4rem;
        font-weight: bold;
    }

    .momentum-to-unlock-your-supplement {
        font-size: 3rem;
    }

    .momentum-members-cashback {
        font-size: 1.8rem;
        font-weight: bolder;
        margin-top: 2.5rem;
        /*margin-bottom: 2rem;*/
    }

    .checkout-product-banner-text-container {
        margin-left: 15rem;
    }
    .momentum-quiz-button-row {
        margin-left: 3rem;
    }

}

@media (min-width: 1370px) {
    .yoga-lady {
        background-position-y: -10rem;
        background-position-x: 0;
    }
}

@media (min-width: 1600px) {
    .yoga-lady {
        background-position-y: -17rem;
        background-position-x: 0;
    }
}

/*About us*/
.about-us-photo {
    height: 20rem;
    border-radius: 50rem
}


.practitioner-button-clicked {
    filter: drop-shadow(0px 0px 0px rgba(1, 1, 1, 40%));
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}