
html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000;
}

/* navbar formatting ======================================================================= */
			
.section-sub-nav {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 10px 15px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* index formatting ======================================================================= */

.section-header {
    background: url(../bg/bg-room01.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -22px;
}

.section-header .container {
	position: relative;
	padding-top: 140px;
    padding-bottom: 130px;
}

.section-header .heading {
	max-width: 572px;
}

.section-header h1 {
	margin: 0px;
	color: #553286;
	font-size: 62px;
	font-weight: 900;
}

.section-header h2 {
	margin: 0 0 40px;
	font-size: 30px;
    font-weight: 700;
}

.section-header .btn-get-it-now {
    font-size: 26px;
    padding: 12px 60px;
    border-radius: 50px;
    background: #f4a503;
    color: #000;
    font-weight: 700;
}

.section-header .btn-get-it-now:hover {
    opacity: 0.8;
}

.section-header img {
	position: absolute;
    width: 45%;
    bottom: 0;
    right: -50px;
}

.section-success-in-shaklee {
    background: #f9f9f9;
}

.section-success-in-shaklee .container {
    position: relative;
	padding-top: 80px;
    padding-bottom: 80px;
}

.section-success-in-shaklee h2 {
	font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-success-in-shaklee p {
	margin-bottom: 30px;
}

.section-success-in-shaklee img {
	position: absolute;
    width: 70%;
    bottom: 0;
    left: -50px;
}

.section-good-news .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-good-news h2 {
	font-size: 34px;
    line-height: 54px;
	font-weight: 700;
	margin-bottom: 30px;
}

.section-good-news h2 span {
	color: #4cc6d5;
}

.section-good-news p {
	margin-bottom: 30px;
}

.section-good-news .testimonial {
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    padding: 25px 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}

.section-good-news .testimonial .media-left {
    padding-right: 20px;
    vertical-align: middle;
}

.section-good-news .testimonial .media-left img {
    max-width: 250px;
}

.section-your-coach-will {
    background: #f8f8f8;
}

.section-your-coach-will .container {
	padding-top: 80px;
	padding-bottom: 80px;
    position: relative;
}

.section-your-coach-will h2 {
	font-size: 30px;
    line-height: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.section-your-coach-will p {
	margin-bottom: 30px;
}

.section-your-coach-will ul {
    margin-left: 25px;
    margin-bottom: 30px;
}

.section-your-coach-will ul li {
    margin: 18px 0px;
}

.section-your-coach-will ul li i {
    color: #4cc6d5;
    font-size: 12px;
    left: -2.742857em;
    top: .64285714em;
}

.section-your-coach-will img {
    position: absolute;
    width: 65%;
    bottom: 40px;
    right: -110px;
}

.section-struggling-to-eat,
.section-struggling-to-eat .left-column {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
	background: #f9f9f9;
}

.section-struggling-to-eat .left-column {
	background: url(../bg/bg-woman-with-laptop01.jpg) no-repeat top center;
	background-size: cover;
}

.section-struggling-to-eat .right-column {
	background: #f9f9f9;
}

.section-struggling-to-eat .right-content {
	padding: 55px 0px 65px 0px;
	max-width: 555px;
}

.section-struggling-to-eat h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-struggling-to-eat p {
    margin-bottom: 30px;
}

.section-struggling-to-eat .testimonial {
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    padding: 25px 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}

.section-struggling-to-eat .testimonial .media-left {
    padding-right: 20px;
    vertical-align: middle;
}

.section-struggling-to-eat .testimonial .media-left img {
    max-width: 250px;
}

.section-pricing {
    background: url(../bg/bg-woman-with-laptop02.jpg) no-repeat top center;
    background-size: cover;
}

.section-pricing .container {
	padding-top: 90px;
    padding-bottom: 100px;
}

.section-pricing h1 {
	margin: 0px;
	color: #553286;
	font-size: 62px;
	font-weight: 900;
}

.section-pricing h2 {
	margin: 0 0 10px;
	font-size: 30px;
    font-weight: 700;
}

.section-pricing h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-pricing h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-pricing h5 {
    font-size: 20px;
    margin-bottom: 40px;
}

.section-pricing p {
    margin-bottom: 20px;
}

.section-pricing .btn-add-to-cart {
    font-size: 26px;
    padding: 12px 60px;
    border-radius: 50px;
    background: #f4a503;
    color: #000;
    font-weight: 700;
}

.section-pricing .btn-add-to-cart:hover {
    opacity: 0.8;
}

.section-funnels-coaching-pricing {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: #e7e7e7;
	color: #222;
}

.section-funnels-coaching-pricing .container {
	padding-top: 60px;
	padding-bottom: 160px;
}

.section-funnels-coaching-pricing h2 {
    font-size: 66px;
    font-weight: 900;
    margin-bottom: 0px;
}

.section-funnels-coaching-pricing .text-limited-slots {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-funnels-coaching-pricing .pricing-box {
    padding: 20px 20px 40px;
    background: #f3f3f3;
}

.section-funnels-coaching-pricing h3 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-funnels-coaching-pricing .text-nwu {
    color: #337ab7;
}

.section-funnels-coaching-pricing .row {
    display: flex;
    align-items: stretch;
}

.section-funnels-coaching-pricing .col-xs-6 {
    display: flex;
    align-items: stretch;
}

.section-funnels-coaching-pricing .shadow-box {
    -webkit-box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    padding: 30px 10px;
    background: #fff;
    width: 100%;
}

.section-funnels-coaching-pricing .shadow-box h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-funnels-coaching-pricing .shadow-box p {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-funnels-coaching-pricing .shadow-box .text-slashed {
    text-decoration: line-through;
}

.section-funnels-coaching-pricing .shadow-box h5 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-funnels-coaching-pricing .shadow-box h5.text-red {
    color: #e60000;
}

.section-funnels-coaching-pricing .btn-add-to-cart {
	font-size: 24px;
    font-weight: 700;
	padding: 10px 35px;
    border-radius: 30px;
	background: #f6c306;
	color: #222629;
	margin-top: 15px;
	margin-bottom: 30px;
}

.section-funnels-coaching-pricing .btn-add-to-cart:hover {
	background: #d9ac04;
}

@media(min-width: 1200px) {
    
    .section-header img {
        width: 57%;
        right: -115px;
    }
    
    .section-success-in-shaklee img {
        width: 74%;
        bottom: -70px;
        left: -140px;
    }
    
    .section-your-coach-will p {
        margin-top: 30px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    
    .section-header img {
        width: 57%;
        right: -100px;
    }
    
}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }

	/* index page formatting ===================================================================== */    
    
    .section-header .container {
        padding-top: 50px;
    }

}

@media (max-width: 991px) {
     
    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-brand {
        height: 50px;
        padding: 13px 0px 10px 15px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 150px;
    }
    
    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 15px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }
    
	/* index page formatting ===================================================================== */    

    .section-good-news .testimonial {
        max-width: 370px;
        margin: 30px auto 50px;
        text-align: center;
    }

    .section-good-news .testimonial .media-body,
    .section-good-news .testimonial .media-left {
        display: block;
        width: auto;
        padding-right: 0;
    }
    
    .section-good-news .testimonial .media-left img {
        margin: 0px auto 20px;
    }
    
    .section-struggling-to-eat .testimonial {
        max-width: 370px;
        margin: 30px auto 50px;
        text-align: center;
    }

    .section-struggling-to-eat .testimonial .media-body,
    .section-struggling-to-eat .testimonial .media-left {
        display: block;
        width: auto;
        padding-right: 0;
    }
    
    .section-struggling-to-eat .testimonial .media-left img {
        margin: 0px auto 20px;
    }
    
}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .section-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        text-align: center;
    }
    
    .section-header h1 {
        font-size: 38px;
    }
    
    .section-header h2 {
        font-size: 19px;
    }

    .section-header p {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .section-header .btn-get-it-now {
        font-size: 16px;
        padding: 10px 30px;
    }

    .section-header img {
        position: relative;
        bottom: auto;
        right: auto;;
        width: 100%;
        max-width: 400px;
    }
    
    .section-success-in-shaklee .container {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .section-success-in-shaklee h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .section-success-in-shaklee p {
        margin-bottom: 20px;
    }
    
    .section-success-in-shaklee img {
        position: relative;
        bottom: auto;
        left: auto;;
        width: 100%;
        max-width: 400px;
    }
    
    .section-good-news .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-good-news h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .section-good-news p {
        margin-bottom: 20px;
    }

    .section-good-news .testimonial {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-your-coach-will .container {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .section-your-coach-will h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .section-your-coach-will p {
        margin-bottom: 20px;
    }
    
    .section-your-coach-will ul {
        margin-bottom: 20px;
    }
    
    .section-your-coach-will img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-struggling-to-eat {
		background: url(../bg/bg-woman-with-laptop01.jpg) no-repeat top center;
        background-size: cover;
	}
	
	.section-struggling-to-eat .right-column {
		background: rgba(249,249,249,0.9);
	}
	
	.section-struggling-to-eat .right-content {
		padding: 20px 0px 0px;
		max-width: none;
	}
    
    .section-struggling-to-eat h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .section-struggling-to-eat p {
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .section-struggling-to-eat .testimonial {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-pricing h1 {
        font-size: 38px;
    }
    
    .section-pricing h2 {
        font-size: 19px;
    }

    .section-pricing h3 {
        font-size: 26px;
    }

    .section-pricing h4 {
        font-size: 20px;
    }

    .section-pricing h5 {
        font-size: 14px;
    }

    .section-pricing .btn-add-to-cart {
        font-size: 16px;
        padding: 10px 30px;
    }

    .section-funnels-coaching-pricing h2 {
        font-size: 36px;
    }

    .section-funnels-coaching-pricing .text-limited-slots {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    .section-funnels-coaching-pricing .pricing-box {
        padding: 20px 5px 40px;
    }

    .section-funnels-coaching-pricing h3 {
        font-size: 20px;
    }

    .section-funnels-coaching-pricing .shadow-box h4 {
        font-size: 16px;
    }

    .section-funnels-coaching-pricing .shadow-box p {
        font-size: 14px;
    }

    .section-funnels-coaching-pricing .shadow-box h5 {
        font-size: 22px;
    }

    .section-funnels-coaching-pricing .btn-add-to-cart {
        font-size: 18px;
    }

}


