/* Theme Name: Personal Trainer Foods Custom Theme Theme URI: Description: PTF custom theme Author: THIRDinteractive Author URI: http://THIRDinteractive.com Version: 1.0.0 */
 @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,700,400italic,900);
 @media (min-width:768px) {
     .container {
         width: 100%
    }
}
 @media (min-width:992px) {
     .container {
         width: 980px
    }
}
 @media (min-width:1200px) {
     .container {
         width: 980px
    }
}
 h1, h2, h3, h4 {
     color: #333333;
     letter-spacing: -.020em;
     margin: 0;
     font-weight:300;
}
 h1 {
     font-size: 48px
}
 h2 {
     font-size: 38px
}
 h3 {
     font-size: 24px
}
 h4 {
     font-size: 18px
}
 h5 {
     font-size: 18px
}
 h5 {
     color: #333333;
     font-style: italic;
     letter-spacing: .012em;
     font-weight: normal;
     margin: 0
}
/*Common CSS*/
 body {
     font-family: 'Lato', sans-serif;
     color: #414042;
     font-size: 15px
}
 body.root{
    padding-top:60px
}
 .container {
     position: relative;
}
 .container h1:not(.logo) {
     margin-bottom: 20px;
}

.page-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.page-container .entry-content {
  padding-top: 30px;
}

.page-container .entry-content h1 {
  padding-bottom: 10px;
}

 h1.logo {
     float: left;
     padding: 0;
     margin: 11px 20px 10px 0
}
 h1.logo a, .navbar .logo a {
     display: block;
     width: 241px;
     height: 37px;
     background: url(/wp-content/uploads/ptf-logo.png) no-repeat;
     background-size: 100%;
     text-indent: -9999px
}
 .footer-menu ul li a, .navbar-nav a, .view-plans-block a, .view-plans-block a h3 {
     webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 a {
     outline: 0;
     color: #5F901A
}
 a:hover {
     color: #477900
}
 a:focus {
     outline: none;
}
 .top-bar {
     background-color: #E5E5E5;
     height: 30px;
}
 .top-bar ul {
     padding: 0;
     margin: 0;
     list-style: none;
     float: right
}
 .top-bar li {
     float: left;
     color: #638c1c;
     position: relative
}
 .top-bar li a.signin {
     display: block;
     color: #638c1c;
     padding-left: 20px;
     background: url(images/key-icon.png) no-repeat left;
    ;
     font-size: 14px;
     line-height: 30px;
     font-weight:700
}
 .top-bar li a.signin1 {
     display: block;
     color: #638c1c;
     padding-right: 10px;
     font-weight:700;
     font-size: 14px;
     line-height: 30px;
}
 .top-bar li.call {
     background: url(images/call-icon.png) no-repeat left;
     padding-left: 20px;
     font-size: 18px;
     margin-left: 30px;
     font-weight:900;
     line-height: 17px;
     margin-top:8px
}
 .signin-popover .btn.btn-grn {
     margin: 20px 12px 0;
     display: block;
     font-weight:700;
     width: 145px
}
 .navbar-nav {
     margin-top: 10px
}
 nav.navbar {
     margin-bottom: 0;
     box-shadow: 0 13px 11px -8px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 13px 11px -8px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0 13px 11px -8px rgba(0, 0, 0, 0.3);
     border-radius: 0;
     border: 0;
     clear: both;
     position: relative;
     z-index: 9
}
 .navbar-nav > li > a {
     font-size: 12px;
     color: #5f901a;
     font-weight:700;
     padding-top: 11px;
     padding-bottom: 11px;
	 text-transform:uppercase;
}
 .navbar-brand {
     padding: 0;
     margin: 20px 20px 0 0
}
 .nav > li > a:hover, .nav > li > a:focus {
     background-color: #fff;
     color: #477900
}
 .navbar-nav > li.order-now-btn > a {
     float: right;
     background: #73ae1a;
     background: -moz-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, #73ae1a), color-stop(100%, #5f901a));
     background: -webkit-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -o-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -ms-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: linear-gradient(to bottom, #73ae1a 0%, #5f901a 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ae1a', endColorstr='#5f901a', GradientType=0 );
     color: #fff;
     height: 62px;
     line-height: 42px;
     font-size: 17px;
     font-weight:900;
}
 .navbar-nav > li.order-now-btn > a:hover, .navbar-nav > li.order-now-btn.open > a {
     background: #477900;
     background: -moz-linear-gradient(top, #477900 0%, #477900 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, #477900), color-stop(100%, #477900));
     background: -webkit-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -o-linear-gradient(top, #477900 0%, #477900 100%);
     background: -ms-linear-gradient(top, #477900 0%, #477900 100%);
     background: linear-gradient(to bottom, #477900 0%, #477900 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477900', endColorstr='#477900', GradientType=0 );
}
 .navbar-nav.navbar-right {
     margin-top: 0
}
 .navbar-nav .sub-menu > li > a {
     padding: 13px 60px 13px 20px;
     border-bottom: solid 1px #d1d3d4;
     font-size: 18px;
     color: #414042;
	 display:block;
	 text-transform:none;
	 white-space: nowrap;
	 position:relative;
	 
}
li.menu-trigger a { cursor:pointer;}

 .navbar-nav .sub-menu > li > a:hover { text-decoration:none; background: #f5f5f5; }
 .navbar-nav .sub-menu > li.view-all-plans > a, .navbar-nav .sub-menu > li.menu-item-51 > a {
     border-bottom: 0;
     color: #fff;
     background-color: #638c1c;
     font-size: 15px;
     padding-top: 5px;
     padding-bottom: 5px
}
 .navbar-nav .sub-menu > li.view-all-plans > a:hover, .navbar-nav .sub-menu > li.menu-item-51 > a:hover {
     background-color: #477900;
}

header .sub-menu {
     padding: 0;
     box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
     border: 0;
     margin-top: 0;
     z-index: 999999;
	 list-style-type:none;	 
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;	 
}
 .navbar-nav .caret {
     border-top: 6px solid;
     border-right: 6px solid transparent;
     border-left: 6px solid transparent;
     margin-left: 5px
}
 .sub-menu li a:after {
     border-bottom: 6px solid transparent;
     border-top: 6px solid transparent;
     border-left: 6px solid;
     position: absolute;
     right: 18px;
     top: calc(50% - 6px);
     color: #d1d3d4;
	 content: '';
}
 .navbar-nav .sub-menu > li.view-all-plans > .caret.caret-right, .navbar-nav .sub-menu > li.menu-item-51 > .caret.caret-right {
     top: 7px
}
 .sub-menu li {
     position: relative
}
 .sup {
     font-size: 9px;
     position: relative;
     top: -10px
}
 .top-bar .dropdown-menu {
     border-radius: 0;
     padding: 23px;
     border-color: #dbdbdb
}
 .top-bar .dropdown-menu .form-control {
     width: 174px;
     height: 45px
}
 .top-bar .dropdown-menu label {
     color: #333333;
     margin-bottom: 0;
     font-weight: 400
}
 .top-bar .dropdown-menu .form-group {
     margin-bottom: 5px
}
 .home-banner {
     background: url(/img/home-banner-bg.png) no-repeat center bottom;
}
 .home-banner .home-banner-block {
     position: relative;
     height: 453px
}
 .home-banner .home-banner-content {
     margin-left: 388px;
     position: relative;
     z-index: 1;
     text-align: center
}
 .home-banner .home-banner-pic {
     position: absolute;
     left: -5px;
     bottom: 0
}
 .divider-top {
     background: url(images/divider-img-top.png) no-repeat center;
     height: 30px;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 99
}
 .home-banner-content h1 {
     padding: 30px 80px 0px
}
 .divider-bottom {
     background: url(images/divider-img-bottom.png) no-repeat center;
     height: 30px;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 99
}
 .as-seen-on-block {
     background-color: #c2c6c9;
     padding: 20px 0 0;
     min-height: 175px
}
 .as-seen-on-block h5 {
     text-align: center;
     color: #fff;
     font-size: 19px;
     font-weight:700;
     font-weight: 600;
     padding-top: 10px;
     padding-bottom: 25px;
     font-style: normal
}
 .top-bar .sub-menu {
     left: auto;
     right: -15px
}
 .footer {
     background-color: #337700;
     padding: 44px 0
}
 footer .social ul {
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center
}
 footer .social ul li {
     display: inline-block;
     margin: 0 15px
}
 footer .social ul li a {
     background: url(images/social-footer-icons.png) no-repeat;
     text-indent: -9999px;
     width: 44px;
     height: 44px;
     display: block
}
 footer .social ul li a.fb {
     background-position: 0 0
}
 footer .social ul li a.fb:hover {
     background-position: 0 -62px
}
 footer .social ul li a.twitter {
     background-position: -76px 0
}
 footer .social ul li a.twitter:hover {
     background-position: -76px -62px
}
 footer .social ul li a.gp {
     background-position: -158px 0
}
 footer .social ul li a.gp:hover {
     background-position: -158px -62px
}
 footer .social ul li a.pinit {
     background-position: -235px 0
}
 footer .social ul li a.pinit:hover {
     background-position: -235px -62px
}
 footer .social ul li a.yt {
     background-position: -311px 0
}
 footer .social ul li a.yt:hover {
     background-position: -311px -62px
}
 footer .social ul li a.insta {
     background-position: -383px 0
}
 footer .social ul li a.insta:hover {
     background-position: -383px -62px
}
 .footer-menu {
     text-align: center
}
 .footer-menu ul {
     padding: 20px 0 0 0;
     margin: 0;
     list-style: none
}
 .footer-menu ul li {
     display: inline-block;
     padding: 0 0px;
     color: #fff;
}
 .footer-menu ul li:last-child span {
     display: none;
}
 .footer-menu ul li a {
     display: inline-block;
     padding: 0 7px;
     color: #fff;
     font-size: 14px;
}
 .footer-menu ul li a:hover {
     color: #E5E5E5;
     text-decoration: none
}
 .footer-logo {
     padding: 40px 0 0
}
 a.footer-logo {
     background: url(/wp-content/uploads/footer-logo.png) no-repeat;
     width: 266px;
     height: 41px;
     display: block;
     margin: 0 auto;
     text-indent: -9999px
}
 p.copyright {
     text-align: center;
     color: #fff;
     margin: 0;
     padding-top: 30px
}
 .signin-popover .forgot {
     font-size: 11px;
     color: #333;
     font-style: italic;
     text-decoration: underline
}
 .home-banner-content h2 {
     color: #58595b
}
 .btn.btn-grn {
    /*background: #73ae1a;
     background: -moz-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, #73ae1a), color-stop(100%, #5f901a));
     background: -webkit-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -o-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: -ms-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
     background: linear-gradient(to bottom, #73ae1a 0%, #5f901a 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ae1a', endColorstr='#5f901a', GradientType=0 );
     color: #fff;
    */
     background: #ff8800;
     background: -moz-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff7002));
     background: -webkit-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -o-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -ms-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: linear-gradient(to bottom, #ff8800 0%, #ff7002 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ff7002', GradientType=0 );
     color: #fff
}
 .btn.btn-grn:hover {
    /*background: #477900;
    */
     background: #ff7002;
}
 .form-signup-bottom .form-inline .btn.btn-grn:hover, .home-banner-altered .form-inline .btn.btn-grn:hover {
     background: #ff7002;
}
 .home-banner-content .btn.btn-grn {
     font-size: 30px;
     font-weight:700;
     width: 350px;
     padding: 5px 10px
}
 .home-banner .btn.btn-grn:hover {
     background: #477900;
}
 .home-banner-content .rec-txt, .banner-section-testim .rec-txt {
     font-size: 21px;
     font-weight:300;
     color: #638c1c;
     text-align: center;
     margin: 10px 40px 25px;
     line-height: 28px
}
 .banner-section-testim .lose-pound-txt {
     font-size: 20px ;
     color: #58595b
}
 .banner-section-testim .lose-pound-txt {
     font-size: 20px;
     color: #58595b
}
 .shop-by-block {
     text-align: center;
     padding: 25px 0 25px
}
 .result-info {
     font-size: 12px;
     font-weight:300;
     font-style: italic;
     line-height: 14px;
     margin-top: 28px;
     color: #58595b
}
 .view-plans-block {
     width: 700px;
     margin: 0 auto;
     text-align: center;
     padding: 50px 0 30px 0
}
 .view-plans-block a {
     display: block;
     text-decoration: none;
     color: #414042
}
 .what-we-offer-food-block {
     width: 1029px;
     margin: 0 auto
}
 .view-plans-block h3 {
     margin: 20px 0 15px 0
}
 .info-block {
     margin-bottom: 35px
}
 .info-block h3 {
     margin-top: 20px;
     margin-bottom: 15px
}
 h2.title {
     text-align: center;
     margin: 45px 0 35px 0
}
 h2.t2 {
     text-align: center;
     margin-top: 70px;
     margin-bottom: 20px
}
 .great-tasting .info {
     margin-left: 235px;
     width: 600px
}
 .fast-healthy .info {
     width: 600px;
     float: left;
     margin-left: 110px
}
 .fast-healthy .info img {
     float: right
}
 .winning-plan img {
     float: left
}
 .winning-plan .info {
     width: 600px;
     margin-left: 230px
}
 .winning-plan .info img {
     float: right
}
 .best-value img {
     float: left
}
 .best-value .info {
     width: 600px;
     float: left;
     margin-left: 100px
}
 .best-value .info img {
     float: right
}
 .owl-carousel .before-after-info {
     margin-left: 590px;
     padding-top: 135px
}
 .owl-carousel .before-after-pic {
     float: left;
     color: #58595b
}
 .before-after-info h2 {
     color: #58595b
}
 .before-after-info h2 span {
     font-size: 24px
}
 .before-after-info h5 {
     font-size: 20px;
     color: #58595b;
     padding: 15px 0
}
 .get-started-today-block {
     text-align: center;
     padding: 70px 0
}
 .get-started-today-block h2 {
     text-align: center;
     margin-bottom: 30px
}
 .get-started-today-block .btn.btn-grn {
     font-weight:700;
     font-size: 25px;
     padding: 5px 10px;
     width: 350px;
}
 .form-signup-bottom {
     background: url(images/divider-img-top.png) no-repeat top;
     padding: 50px 100px 80px;
     text-align: center
}
 .form-signup-bottom p.title, .form-signup-bottom p {
     font-size: 24px;
     color: #58595b;
     font-weight:300;
     margin-bottom: 20px
}
 .form-signup-bottom .form-inline .form-control, .home-banner-altered .form-inline {
     font-size: 15px
}
 .form-signup-bottom .form-inline .form-control, .home-banner-altered .form-inline .form-control {
     width: 385px;
     height: 45px
}
 .form-signup-bottom .form-inline .btn.btn-grn, .home-banner-altered .form-inline .btn.btn-grn {
     height: 45px;
     font-weight:700;
     padding-left: 25px;
     padding-right: 25px
}
 .home-banner .home-banner-altered {
     margin-left: 325px;
     position: relative;
     z-index: 9;
     text-align: left;
     font-size: 38px;
     font-weight:300;
     color: #58595b;
     padding-top: 50px
}
 .home-banner .home-banner-altered-pic {
     position: absolute;
     left: 50px;
     bottom: 0
}
 .home-banner .home-banner-altered ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .home-banner .home-banner-altered ul li {
     padding-left: 40px;
     background: url(/img/check-icon.png) no-repeat left;
     line-height: 50px
}
 .home-banner-altered .subscribe-info {
     color: #638c1c;
     font-weight:300;
     font-size: 23px;
     line-height: 29px;
     margin: 20px 0 20px 40px;
}
 .testimonials-slider {
     position: relative;
     margin-top: 10px
}
 .testimonials-slider .help-inspire {
     font-size: 24px;
     font-weight:300;
     line-height: 30px
}
 .testimonials-slider .help-inspire strong {
     font-weight:700;
}
 .testimonials-slider .btn.btn-grn {
     font-weight:700;
     padding-left: 50px;
     padding-right: 50px;
}
 .banner-content-header {
     position: relative;
     z-index: 99;
     width: 500px
}
 .banner-content-header p {
     font-size: 24px;
     font-weight:300;
}
 .home-banner-altered .form-inline {
     margin-left: 40px
}
 .signup-modal {
     text-align: center
}
 .signup-modal h3 {
     font-size: 47px;
     color: #638c1c;
     padding: 0 0 20px 0;
     margin: 0;
     font-weight:300;
}
 .signup-modal p {
     color: #757575;
     font-size: 20px;
     line-height: 26px;
     padding: 10px 20px
}
 .signup-modal .close {
     background: url(/img/close-icon.png) no-repeat;
     width: 26px;
     height: 26px;
     opacity: 1;
     margin: 15px;
     position: relative;
     z-index: 999999
}
 .home-banner-valpak {
     background: url(/img/banner-landing-fw.jpg) no-repeat center top;
     height: 574px
}
 .landing-header {
     height: 80px;
     padding-top: 10px
}
 .landing-header .call {
     float: right;
     padding: 15px 58px 0 0;
     color: #1b75bc;
     font-size: 30px
}
 .landing-header .call span {
     font-size: 20px
}
 .home-banner-valpak .story-name {
     font-size: 24px;
     color: #fff;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
     position: absolute;
     left: 31px;
     top: 60px;
     line-height: 34px
}
 .home-banner-valpak .story-name span {
     font-size: 29px;
     font-weight:900;
     display: block
}
 .banner-valpak-info {
     background-color: rgba(0,0,0,.5);
     position: absolute;
     right: 0;
     height: 100%;
     width: 50%;
     top: 0;
     min-height: 574px;
     color: #fff;
     padding: 45px;
}
 .banner-valpak-info h2 {
     font-size: 49px;
     font-weight:300;
     color: #fff;
     margin-top: 12px
}
 .banner-valpak-info h3 {
     font-size: 34px;
     color: #fff;
     font-weight:400;
     padding: 15px 0
}
 .banner-valpak-info p.detail {
     font-size: 24px;
     font-weight:300;
     line-height: 30px
}
 .banner-valpak-info p.info-req {
     bottom: 20px;
     font-weight:300;
     font-size: 12px;
     left: 60px;
     position: absolute;
     width: 40%;
}
 .banner-valpak-info ul {
     font-size: 17px;
     padding: 0;
     margin-left: 20px
}
 .home-banner-valpak .weight-loss-info {
     position: relative;
     height: 574px
}
 .home-banner-valpak .arrow-down {
     background: url(/img/arrow-down.png) no-repeat;
     width: 64px;
     height: 25px;
     position: absolute;
     bottom: 10px;
     left: 42%;
     z-index: 999;
     text-indent: -9999px;
     display: block
}
 .home-banner-valpak .shipping-sticker {
     position: absolute;
     bottom: 70px;
     right: 50px
}
 .valpak-offers {
     background: url(/img/background-valpak.jpg) no-repeat;
     background-size: cover;
     padding: 35px 0
}
 .valpak-offers h3 {
     color: #fff;
     font-size: 40px;
     font-weight:300;
     margin-bottom: 10px;
     text-align: center
}
 .valpak-offers h3 strong {
     font-weight:900;
     margin-bottom: 30px
}
 .valpak-offers p.offer-date {
     font-weight:300;
     font-size: 24px;
     color: #fff;
     text-align: center;
     line-height: 30px
}
 .valpak-offers .offer-block {
     background-color: #fff;
     border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
     width: 178px;
     margin: 0 6px;
     float: left;
     height: 710px;
     color: #58595b
}
 .valpak-offers .offer-block h4 {
     font-size: 16px;
     color: #5f901a;
     font-weight:700;
     text-align: center;
     padding: 20px;
     height: 83px
}
 .valpak-offers .offer-block h4 span {
     font-size: 22px;
     font-weight:900;
     line-height: 22px
}
 .valpak-offers .offer-block h4.small {
     font-size: 14px
}
 .valpak-offers .offer-block h4 .sup {
     font-size: 10px;
     font-weight:300;
     top: -10px;
     position: relative
}
 .valpak-offers .offer-block .offer-info {
     padding: 10px
}
 .valpak-offers .offer-block .offer-info p {
     font-size: 14px;
     line-height: 17px;
     height: 130px;
     margin: 0
}
 .valpak-offers .offer-block .offer-info ul {
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
     height: 150px
}
 .valpak-offers .offer-block .offer-info ul li {
     padding: 5px 0 10px 0;
     font-weight:700;
     font-size: 20px;
     line-height: 20px
}
 .valpak-offers .offer-block .offer-info ul li span {
     font-weight:700;
     font-size: 13px;
     line-height: 14px;
     display: block
}
 .valpak-offers .offer-block .offer-info .price {
     color: #5f901a;
     font-size: 32px;
     position: relative;
     line-height: 40px
}
 .valpak-offers .offer-block .offer-info .price {
     color: #5f901a;
     font-size: 32px;
     font-weight:700;
     text-align: center
}
 .valpak-offers .offer-block .offer-info .price .sign {
     font-size: 20px;
}
 .valpak-offers .offer-block .offer-info .price .old-price {
     position: absolute;
     background: url(/img/cross-line.png) no-repeat center;
     width: 100%;
     height: 32px;
     left: 10px;
     top: 4px
}
 .valpak-offers .offer-block .offer-info .txt-only {
     font-size: 14px;
     font-weight:400;
}
 .valpak-offers .offer-block .offer-info .use-code-txt {
     color: #000;
     font-size: 15px;
     text-align: center
}
 .valpak-offers .offer-block .offer-info .promo-code {
     color: #000;
     font-size: 20px;
     font-weight:900;
     text-align: center;
     margin-bottom: 15px;
     line-height: 20px
}
 .valpak-offers .offer-block .btn.btn-grn {
     display: block;
     font-size: 18px;
     font-weight:700;
}
 .valpak-offers .offer-block .btn.btn-grn:hover {
     background: #477900
}
 .valpak-offers .dont-missout {
     text-align: center;
     padding: 30px 0 0
}
 .valpak-offers .dont-missout h4 {
     font-size: 35px;
     font-weight:300;
     color: #fff;
     margin-bottom: 20px
}
 .valpak-offers .dont-missout p {
     font-size: 16px;
     font-weight:300;
     color: #fff;
     line-height: 20px;
}
 .valpak-offers .dont-missout p span {
     display: block
}
 .valpak-offers .offer-block .offer-info ul li.title {
     line-height: 30px
}
 .enter-to-win {
     text-align: center;
     padding: 30px 20px
}
 .enter-to-win h3 {
     color: #58595b;
     font-size: 27px;
     font-weight:900;
}
 .enter-to-win p {
     color: #58595b;
     font-size: 24px;
     font-weight:300;
}
 .enter-to-win .input-group .form-control {
     width: 325px;
     height: 40px;
     border-radius: 6px;
}
 .enter-to-win .input-group .btn.btn-grn {
     border-radius: 6px;
     height: 40px;
     margin-left: 10px;
     background: #ff8700;
     background: -moz-linear-gradient(top, #ff8700 0%, #ff7002 100%);
     background: -webkit-linear-gradient(top, #ff8700 0%, #ff7002 100%);
     background: linear-gradient(to bottom, #ff8700 0%, #ff7002 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#ff7002', GradientType=0 );
     box-shadow: inset 0 -1px 1px 0 rgba(169,74,1,.8);
     padding-left: 20px;
     padding-right: 20px
}
 .user-signup-block {
     padding-bottom: 50px
}
 .user-signup-block .form-block {
     width: 390px;
     margin: 0 auto
}
 .user-signup-block .message-block {
     padding: 20px 0;
     text-align: center;
     width: 600px;
     margin: 0 auto
}
 .user-signup-block .message-block .error {
     color: #ff0000;
}
 .cc-error {
     color: #ff0000;
}
 .shipping-sticker-mob {
     display: none
}
 .shipping-sticker {
     display: block
}
 .banner-fw-mob {
     display: none
}
 .social-share {
     position: absolute;
     bottom: 20px;
     left: 15px
}
 .landing-header h1.logo {
     margin: 10px 0 0 15px;
     font-size: 20px
}
 .home-banner.success-story .home-banner-content {
     margin-left: 590px;
     padding-top: 70px;
     text-align: left;
     padding-right: 25px;
     height: 450px
}
 .home-banner.success-story .home-banner-content .rec-txt {
     color: #638c1c;
     font-weight:300;
     font-size: 23px;
     line-height: 28px;
     margin: 10px 0px 8px;
     text-align: left;
}
 .home-banner.success-story .result-info {
     position: absolute;
     bottom: -10px;
     left: 0;
     color: #848484
}
 .home-banner.success-story .home-banner-content h1 {
     color: #58595b;
     padding-right: 50px
}
 .home-banner.success-story .home-banner-pic {
     position: absolute;
     left: -20px;
     bottom: 0
}
 .info-block .story-info {
     margin-left: 31px
}
 .info-block .story-info h2 {
     margin-bottom: 15px;
     margin-top: -5px
}
 .info-block .story-info .result-info {
     margin-top: 20px
}
 .testimonials-slider.become-success-story {
     margin-top: 40px;
     height: 387px
}
 .testimonials-slider.become-success-story .details {
     margin-left: 60px;
     padding-top: 35px;
     position: relative;
     width: 520px;
     z-index: 99;
}
 .testimonials-slider.become-success-story .succ-pic {
     position: absolute;
     right: -160px;
     top: 0
}
 .testimonials-slider.become-success-story .details ol {
     padding: 5px 20px 10px 40px;
     font-weight:700;
     line-height: 24px
}
 .testimonials-slider.become-success-story .btn.btn-grn {
     padding-top: 10px;
     padding-bottom: 10px;
     font-size: 15px;
     margin-top: 10px
}
 .get-started-today-block.success-in-few-week {
     padding-top: 45px;
     padding-bottom: 45px
}
 .get-started-today-block.success-in-few-week h2 {
     color: #58595b
}
.get-started-today-block.success-in-few-week h2 span {
    display: block;
    font-size: 24px
}

.get-started-today-block h2 span {
    display: block;
    font-size: 24px;
    color: #58595b;
}
 .get-started-today-block.success-in-few-week .btn.btn-grn {
     font-size: 30px;
     font-weight:700;
}
 .form-signup-bottom.in {
     background: none;
     padding-top: 0;
     padding-bottom: 60px
}
 .form-signup-bottom.in p.title {
     line-height: 30px
}
 .home-banner-block.how-it-works .food-pic {
     position: absolute;
     right: -70px;
     top: 30px
}
 .home-banner-block.how-it-works h1 {
     padding-top: 60px;
     color: #636466;
     padding-bottom: 20px
}
 .home-banner-block.how-it-works p {
     font-size: 24px;
     color: #58595b;
     line-height: 30px;
     margin-bottom: 30px;
     padding-right: 40px
}
 .home-banner-block.how-it-works .btn.btn-grn {
     font-size: 23px;
     font-weight:700;
     padding-left: 50px;
     padding-right: 50px;
     margin-left: 20px
}
 .process h1 {
     color: #636466;
     padding: 0 0 45px 0;
     font-size: 48px;
     text-align: center
}
 .process h2 {
     color: #333;
     font-size:25px;
     padding-bottom:5px
}
 .process {
     color: #636466
}
 .process .info-block p {
     font-size: 18px;
     color: #636466;
     font-weight:300;
     line-height: 28px
}
 .process .info-block .details {
     margin-left: -45px;
     margin-top: 10px
}
 .process .text-center .btn.btn-grn {
     font-size: 25px;
     font-weight:700;
     padding-left: 50px;
     padding-right: 50px;
}
 .process .what-to-expect {
     background: url(images/divider-img-top.png) no-repeat center top;
     padding-top: 40px;
     margin-top: 40px;
     position: relative
}
 .process .what-to-expect h2 {
     text-align: center;
     font-size: 48px;
     color: #636466;
     padding-bottom: 40px
}
 .process .what-to-expect h3 {
     font-size: 36px;
     color: #636466
}
 .process .what-to-expect p {
     font-size: 24px;
     line-height: 28px;
     font-weight:300;
}
 .process .what-to-expect .block {
     padding-bottom: 50px;
     margin-right: 250px
}
 .process .what-to-expect .what-to-expect-pic {
     position: absolute;
     right: -30px;
     top: 110px
}
 .process .get-started-today-block h2 {
     font-size: 34px
}
 .user-signup-block {
     padding-bottom: 80px
}
 .user-signup-block h2 {
     text-align: center;
     padding: 60px 0 20px 0;
     font-size: 28px
}
 .user-signup-block label {
     font-weight: 400
}
 .user-signup-block .forgot {
     text-decoration: underline;
     position: relative;
     top: -10px
}
 .user-signup-block .btn, btn-grn {
     padding: 10px 50px;
     font-weight:700;
}
 .error-block {
     padding: 30px 0 0 0;
     width: 550px;
     margin: 0 auto;
     text-align: center
}
 .error-message {
     color: #ff0000;
     display: none
}
 .forgot-pw-info {
     padding-top: 0px;
     color: #ff0000;
}
 .forgot-pw-info a {
     text-decoration: underline
}
 .user-signup-block .form-control {
     height: 44px
}
 .select-your-menu {
     padding: 25px 0
}
 .select-your-menu h2 {
     text-align: center;
     font-size: 48px
}
 .select-your-menu h3 {
     text-align: center;
     font-size: 28px;
     padding: 20px 0 20px 0
}
 .select-your-menu h3 strong {
     font-weight:700;
     font-weight: 400
}
 .select-your-menu .offer-block {
     float: left;
     width: 20%
}
 .select-your-menu .offer-block h4 {
     color: #fff;
     font-size: 16px;
     text-align: center;
     padding: 17px 10px 0 10px;
     border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
     -webkit-border-radius: 10px 10px 0 0;
     height: 77px;
     font-weight:700;
}
 .select-your-menu .offer-block h4 sup {
     font-size: 11px;
     position: relative;
     top: -10px
}
 .select-your-menu .offer-block h4.line2 {
     font-size: 14px
}
 .select-your-menu .offer-block.rev h4 {
     background-color: #544190;
}
 .select-your-menu .offer-block.recon h4 {
     background-color: #d6df23;
     color: #000
}
 .select-your-menu .offer-block .details {
     height: 155px;
     line-height: 18px
}
 .select-your-menu .offer-block.two-meal h4 {
     background-color: #1b75bc;
}
 .select-your-menu .offer-block.three-meal h4 {
     background-color: #88a676;
}
 .select-your-menu .offer-block.you-choose h4 {
     background-color: #c6203e;
}
 .select-your-menu .offer-block h4 span {
     font-size: 22px;
     font-weight:700;
}
 .select-your-menu .offer-block.rev{
    float:right
}
 .select-your-menu .offer-block .offer-info {
     border-left: solid 1px #b1b1b1;
     border-bottom: solid 1px #b1b1b1;
     padding: 0 15px 15px
}
 .select-your-menu .offer-block.rev .offer-info {
     border-right: solid 1px #b1b1b1;
}
 .select-your-menu .offer-block .offer-info p.details {
     padding: 15px 0;
     margin: 0
}
 .select-your-menu .offer-block .offer-info ul {
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center
}
 .select-your-menu .menu-info-block ul.list2 {
     margin-top: 30px
}
 .select-your-menu .offer-block .offer-info ul li.single {
     line-height: 32px
}
 .select-your-menu .offer-block .offer-info ul li {
     padding: 5px 0 10px 0;
     font-weight:700;
     font-size: 20px;
     line-height: 20px
}
 .select-your-menu .offer-block .offer-info ul li span {
     font-weight:700;
     font-size: 13px;
     line-height: 14px;
     display: block
}
 .select-your-menu .offer-block .offer-info .price {
     color: #5f901a;
     font-size: 32px;
     position: relative;
     line-height: 40px
}
 .select-your-menu .offer-block .offer-info .price {
     color: #5f901a;
     font-size: 32px;
     font-weight:700;
     text-align: center
}
 .select-your-menu .offer-block .offer-info .price .sign {
     font-size: 20px;
}
 .select-your-menu .offer-block .offer-info .price .old-price {
     position: absolute;
     background: url(/img/cross-line.png) no-repeat center;
     width: 100%;
     height: 32px;
     left: 10px;
     top: 4px
}
 .select-your-menu .offer-block .offer-info .txt-only {
     font-size: 14px;
     font-weight:400;
}
 .select-your-menu .offer-block .offer-info .use-code-txt {
     color: #000;
     font-size: 15px;
     text-align: center
}
 .select-your-menu .offer-block .offer-info .promo-code {
     color: #000;
     font-size: 20px;
     font-weight:900;
     text-align: center;
     margin-bottom: 15px;
     line-height: 20px
}
 .select-your-menu .offer-block .btn.btn-grn {
     display: block;
     font-size: 18px;
     font-weight:700;
}
 .select-your-menu .offer-block .btn.btn-grn:hover {
     background: #477900
}
 .select-your-menu .added-bonus-pic {
     padding: 10px 0
}
 .select-your-menu .learn-more-link {
     text-align: center;
     padding: 10px 0;
     margin-top: 40px
}
 .select-your-menu .learn-more-link a {
     font-size: 18px;
     font-weight:700;
     text-decoration: underline
}
 .select-your-menu .menu-info-block {
     height: 415px
}
 .select-your-menu .dont-missout {
     padding: 20px 0 0 0
}
 .select-your-menu .dont-missout h4 {
     font-size: 28px;
     text-align: center;
     padding: 10px 0 40px 0
}
 .select-your-menu .dont-missout .info-req {
     text-align: center;
     font-size: 15px;
     font-weight:300;
     font-style: italic
}
 .heating-instrucions {
     padding: 50px 0;
     width: 715px;
     margin: 0 auto
}
 .heating-instrucions h2 {
     text-align: center;
     font-size: 48px
}
 .heating-ins-video {
     width: 640px;
     margin: 0 auto;
     padding: 35px 0 10px
}
 .heating-instrucions .info {
     font-size: 28px;
     font-weight:300;
     padding: 20px 0;
     line-height: 32px
}
 .heating-instrucions h4 {
     font-weight:700;
     padding-bottom: 20px;
}
 .heating-instrucions p {
     padding-bottom: 10px
}
 .heating-instrucions p.settings {
     margin-bottom: 10px;
     display: block;
     font-weight:700;
     padding: 0px 0 10px 0
}
 .heating-instrucions p .microwves-time {
     font-weight:300;
}
 .heating-instrucions .caution {
     color: #c6203e;
     font-size: 28px;
     font-weight:700;
     padding: 20px 0;
     line-height: 34px
}
 .menu-item {
     padding: 55px 0
}
 .navbar-nav .menu-item {
     padding: 0;
}
 .menu-item h4 {
     font-weight:700;
     margin-top: 20px;
     margin-bottom: 15px;
     font-size: 15px;
}
 .menu-item .menu-pic-col ul {
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 18px
}
 .menu-item-details h3 {
     font-size: 38px;
     border-bottom: solid 3px #638c1c;
     padding-bottom: 8px;
     padding-top: 5px;
     margin-bottom: 8px
}
 .menu-item-details .table-item td.first-line {
     border-top: 0
}
 .menu-item-details .table-item td {
     padding: 3px 10px;
     line-height: 17px;
}
 .menu-item-details td.right-cell {
     text-align: right;
     padding-right: 30px
}
 .menu-item-details td.sub-item {
     padding-left: 30px
}
 .menu-item-details .table-item {
     border-bottom: solid 3px #bfbfbf;
     margin-bottom: 5px
}
 ul.vitamin-info {
     list-style: disc;
     height: 35px;
     font-size: 13px;
     padding: 0;
     margin: 0 0 0 16px
}
 .vitamin-info li {
     float: left;
     margin-right: 20px;
     white-space: nowrap
}
 .menu-item .ingredient-info {
     border-top: solid 1px #bfbfbf;
     padding: 20px 0
}
 .menu-item .ingredient-info h5 {
     font-style: normal;
     font-weight:700;
     padding-bottom: 10px
}
 .item-nutri-info {
     display: inline-block;
     border-bottom: solid 1px #bfbfbf;
     border-top: solid 1px #bfbfbf;
     padding: 5px 10px;
     margin: 10px 0px
}
 .allergy-info h4 {
     margin-top: 5px
}
 .intri-information p {
     line-height: 16px;
     font-size:12px
}
 .intri-information h5 {
     font-size: 15px;
     margin-bottom: 5px
}
 .home-banner {
     overflow: hidden
}
 .ptf-page {
     overflow: hidden
}
 .heating-instrucions .sup {
     font-size: 13px;
     position: relative;
     top: -14px;
}
 .view-plans-block a .how-it-works-icon, .view-plans-block a .home-feature-icon-1 {
     background: url(/img/how-it-works-icon.png) no-repeat 0 3px;
     width: 152px;
     margin: 0 auto;
     height: 130px;
     display: block
}
 .view-plans-block a:hover .how-it-works-icon, .view-plans-block a:hover .home-feature-icon-1 {
     background-position: 0 -123px
}
 .view-plans-block a .meal-plan-icon, .view-plans-block a .home-feature-icon-2 {
     background: url(/img/meal-plan-img.png) no-repeat;
     width: 90px;
     margin: 0 auto;
     height: 130px;
     display: block
}
 .view-plans-block a:hover .meal-plan-icon , .view-plans-block a:hover .home-feature-icon-2 {
     background-position: 0 -148px
}
 .view-plans-block a .menu-item-icon, .view-plans-block a .home-feature-icon-3 {
     background: url(/img/menu-img.png) no-repeat;
     width: 90px;
     margin: 0 auto;
     height: 130px;
     display: block
}
 .view-plans-block a:hover .menu-item-icon, .view-plans-block a:hover .home-feature-icon-3 {
     background-position: 0 -141px
}
 .view-plans-block a:hover, .view-plans-block a:hover h3 {
     color: #477900
}
 .info-img-mob {
     display: none
}
 .heating-instrucions p strong {
     font-weight:700;
}
 .top-bar li.help-ins-header {
     color: #638c1c;
     font-size: 15px;
     font-weight:700;
     text-align: right;
     margin: 15px 42px 15px 0;
     position: absolute;
     top: 28px;
     right: 0;
     z-index: 99;
     background: none
}
 .help-ins-header a {
     text-decoration: underline
}
 .help-ins-header span.call {
     font-size: 24px;
     font-weight:900;
}
 .meal-type-bar {
     background-color: #638c1c;
     height: 52px
}
 .meal-type-bar .meal-type-title {
     float: left;
     width: 450px;
     font-size: 19px;
     font-weight:700;
     color: #fff;
     margin: 0;
     padding: 17px 0 0 0
}
 .meal-type-bar .in-hurry-txt {
     float: left;
     width: 120px;
     color: #fff;
     background: url(/img/time-icon.png) no-repeat left top;
     padding: 0 0 2px 30px;
     margin-top: 14px;
     line-height: 30px;
     font-weight:700;
}
 a.auto-fill-txt {
     float: left;
     width: 176px;
     color: #fff;
     margin-top: 10px;
     line-height: 30px;
     font-weight:700;
     background: #ff8800;
     background: -moz-linear-gradient(top, #ff8800 0%, #ff6f02 100%);
     background: -webkit-linear-gradient(top, #ff8800 0%, #ff6f02 100%);
     background: linear-gradient(to bottom, #ff8800 0%, #ff6f02 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ff6f02', GradientType=0 );
     text-align: center;
     border-radius: 4px;
     text-decoration: none;
     border:solid 2px #fff
}
 .meal-type-bar a.auto-fill-txt:hover {
     background: #ff6f02
}
 .meal-type-bar .auto-fill-note {
     float: right;
     width: 190px;
     line-height: 16px;
     margin-top: 11px;
     color: #fff;
     font-size: 13px;
}
 .food-steps-block {
     text-align: center;
     float: left;
     width: 220px;
     padding: 10px 0 35px 0;
     position: relative;
     cursor:pointer
}
 .twomeals-title .food-steps-block {
     width: 318px
}
 .food-steps-block span {
     display: block
}
 .food-steps-block .step-num {
     font-size: 24px;
     font-weight:900;
     color: #333;
     line-height: 26px;
     margin-top: 8px
}
 .food-steps-block .step-type {
     font-size: 18px;
     font-weight:900;
     color: #ff681d;
     text-transform: uppercase
}
 .food-steps-block .selection-type {
     font-size: 18px;
     font-weight:900;
     color: #ff681d;
     margin-top: 8px;
     line-height: 18px
}
 .food-steps-block .selected-txt {
     font-size: 15px;
     color: #333
}
 .food-steps-block .selection-type .value-added, .food-steps-block .selection-type .of-total {
     display: inline
}
 .food-steps-block .btn.btn-grn {
     padding: 10px 80px 10px 58px;
     margin-top: 15px;
     font-weight: 700;
     position: relative;
}
 .food-steps-block.step2 .step-type, .food-steps-block.step2 .selection-type {
     color: #88a676
}
 .food-steps-block.step3 .step-type, .food-steps-block.step3 .selection-type {
     color: #c6203e
}
 .food-steps-block.step4 {
     float: right;
     width: 245px
}
 .food-section-scroll {
     width: 665px
}
 .food-section-scroll.you-choose {
     width: 775px
}
 .food-section-scroll .col-menu {
     float: left;
     width: 215px;
     border-right: solid 4px #d2cec7;
     padding-top: 15px;
     padding-left: 2px;
     padding-right: 2px
}
 .twomeals .food-section-scroll .col-menu {
     width: 320px;
}
 .food-section-scroll .col-menu.snacks {
     width: 105px;
}
 .food-section-scroll .col-menu.last {
     border-right: 0;
}
 .food-section-scroll .col-menu img {
     min-height: 77px;
     min-width: 88px
}
 .food-section-scroll .col-menu .menu-meal {
     float: left;
     width: 96px;
     margin: 5px 0 5px 5px;
     background-color: #f2f2f2;
     border: solid 1px #e6e6e6;
     padding: 3px
}
 .food-section-scroll .col-menu .menu-meal h5 {
     font-style: normal;
     font-size: 10px;
     color: #000;
     padding: 3px 0;
     text-align: center;
     height: 35px
}
 .food-section-scroll .col-menu .inp-field {
     float: left;
     width: 36px;
     margin-right: 4px
}
 .food-section-scroll .col-menu .select-item-row {
     height: 21px;
     position: relative;
}
 .food-section-scroll .col-menu .form-control {
     width: 100%;
     border-radius: 0;
     height: 20px;
     text-align: center;
     box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
     -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
     -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
     font-size: 12px;
     font-weight: 700;
     padding: 0 4px
}
 .food-section-scroll .col-menu a.update-btn {
     height: 20px;
     width: 23px;
     display: block;
     float: left;
     background-color: #d9d9d9;
     box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.3);
     -moz-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.3);
     -webkit-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,.3);
     font-size: 18px;
     text-align: center;
     font-weight:900;
     line-height: 20px;
     color: #333;
     text-decoration: none
}
 .food-section-scroll .col-menu a.update-btn:active, .food-section-scroll .col-menu a.update-btn:focus {
     box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.3);
     -moz-box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.3);
     -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.3);
}
 .selected-column-right {
     float: right;
     width: 260px;
     font-size: 10px;
     padding-top: 20px;
     line-height: 15px
}
 .selected-column-right.you-choose {
     width: 160px
}
 .selected-column-right .breakfast-selected {
     border-bottom: solid 1px #ccc;
     padding: 5px 0
}
 .selected-column-right .breakfast-selected table th {
     color: #E0912D;
     font-weight: 700
}
 .selected-column-right .breakfast-selected table th {
     color: #E0912D;
     font-weight: 700
}
 .selected-column-right .veg-selected {
     border-bottom: solid 1px #ccc;
     padding: 5px 0
}
 .selected-column-right .veg-selected table th {
     color: #333;
     font-weight: 700
}
 .selected-column-right .veg-selected table th {
     color: #333;
}
 .selected-column-right .ent-selected {
     border-bottom: solid 1px #ccc;
     padding: 5px 0
}
 .selected-column-right .ent-selected table th {
     color: #CD0914;
}
 .selected-column-right .ent-selected table th {
     color: #CD0914;
}
 .step-title-section {
     border-bottom: solid 1px #ccc
}
 .select-item-container {
     padding-bottom: 50px
}
 .selected-column-right .icon-done {
     position: relative;
     top: -3px;
     left: 3px
}
 .testimonial-home-banner {
     position: absolute;
     left: 0px;
     top: 0;
     z-index: 1;
     width: 450px;
     margin: 0
}
 .testimonial-home-banner .name-info {
     position: absolute;
     top: 30px;
     left: 35px;
     color: #58595b;
     font-size: 25px;
     font-weight:300;
     line-height: 28px
}
 .testimonial-home-banner .name-info2 {
     top: 20px;
     left: 20px;
}
 .testimonial-home-banner .name-info .age {
     font-size: 15px;
     display: inline
}
 .testimonial-home-banner .name-info span {
     display: block
}
 .testimonials-slider .cation-txt {
     position: absolute;
     width: 100%;
     height: 60px;
     background-color: rgba(0,0,0,0.5);
     z-index: 9999;
     bottom: 0;
     left: 0;
     color: #fff;
     line-height: 60px;
     font-size: 30px;
     font-weight:300;
}
/*menu css*/
 .nutrition-banner {
     position: relative;
     z-index: 0;
}
 .nutri-banner {
     background: #000 url(/img/food-menu-banner.jpg) no-repeat center;
     background-size: cover;
     height: 469px
}
 .sucess-stories-banner {
     background: url(/img/sucess-stories-people.jpg) no-repeat center;
     height: 451px
}
 .banner-overlay-shade {
     position: absolute;
     width: 100%;
     text-align: center;
     top: 0;
     color: #fff;
     top: 0;
     bottom: 50%;
     height: 100%;
     background-color: rgba(0,0,0,.5)
}
 .sucess-stories-banner h1 {
     color: #fff;
     font-size: 48px;
     margin-bottom: 10px;
     margin-top: 150px;
}
 .sucess-stories-banner p.desc {
     font-size: 25px;
     line-height: 31px
}
 .nutrition-section {
     padding-top: 70px
}
 .nutrition-section .intro {
     font-size: 23px;
     font-weight:300;
     text-align: center;
     line-height: 30px;
     padding: 0;
     margin: 0
}
 .nutrition-section .sub-info {
     font-size: 17px;
     font-weight:300;
     font-style: italic;
     text-align: center;
     margin-bottom: 40px;
     margin-top: 5px
}
 .nutrition-section p.sub-info a {
     color: #636466;
     text-decoration: underline
}
 .nutrition-section .food-menu {
     padding: 10px
}
 .nutrition-section .food-menu span {
     font-size: 31px;
     font-weight:300;
     text-align: center;
     color: #636466;
     display: block;
     padding: 5px 0;
}
 .nutrition-section .food-menu a {
     display: block;
     color: #636466;
     text-decoration: none
}
 .nutrition-menu {
     padding: 10px 0 20px 0
}
 .nutrition-menu.next {
     padding-top: 10px
}
 .nutrition-menu h2 span.line {
     position: absolute;
     left: 0;
     top: 15px;
     width: 100%;
     height: 1px;
     padding: 0;
     z-index: 9;
     border-bottom: solid 1px #b1b3b6
}
 .nutrition-menu h2 {
     font-size: 31px;
     color: #636466;
     font-weight:300;
     text-align: center;
     position: relative;
     margin-bottom: 15px
}
 .nutrition-menu h2 span {
     background-color: #fff;
     position: relative;
     z-index: 99;
     padding: 0 5px
}
 .nutrition-menu .menu-item {
     min-height: 185px;
     padding: 0 10px;
     position: relative
}
 .nutrition-menu .menu-item img {
     border: solid 1px #d1d3d4;
     max-height: 118px;
}
 .nutrition-menu .menu-item h5 {
     text-align: center;
     font-weight:700;
     font-weight: 400;
     font-size: 13px;
     font-style: normal;
     padding-top: 10px;
     min-height:75px
}
 .see-right-plan-block {
     padding: 0px 0 40px;
     text-align:center
}
 .see-right-plan-block p {
     padding: 0;
     font-size: 18px;
     color: #636466;
     text-align: center;
     font-weight:300
}
 .see-right-plan-block .btn-grn {
     margin: 20px 30px 0;
     font-size: 15px;
     color: #fff;
     padding: 10px 30px
}
 .nutrition-details {
     position: absolute;
     left: -85px;
     top: 120px;
     width: 300px;
     box-shadow: 0 0 22px 2px rgba(0,0,0,.6);
     z-index: 99999;
     display: none
}
 .hover .nutrition-details {
     display: block
}
 .info-menu {
     display: block
}
 .nutrition-section .food-menu.effect-ruby {
     overflow: hidden;
     position: relative;
     padding: 0 0 70px 0;
     width: 200px;
     margin: 0 auto
}
 .effect-ruby img {
     opacity: 1;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .effect-ruby:hover img {
     opacity: 0.8;
     -webkit-transform: scale(1.10);
     transform: scale(1.10);
}
 .effect-ruby span {
     margin-top: 0px;
     -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s;
     -webkit-transform: translate3d(0, 0px, 0);
     transform: translate3d(0, 0px, 0);
}
 .effect-ruby:hover span {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     color: #638c1c
}
 .nutrition-section p.sub-info a:hover {
     color: #638c1c
}
 .menu-item {
     position: relative
}
 .nutrition-section .mike-menu-plan p {
     color: #636466;
     font-size: 15px;
     text-align: center;
     padding-bottom: 20px
}
 .nutrition-section .mike-menu-plan p a {
     color: #636466;
     text-decoration: underline
}
 .sticky-footer {
     height: 44px;
     box-shadow: 0 0 10px 6px rgba(0,0,0,.2);
     position: fixed;
     width: 100%;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     display: none;
     z-index: 9999999999999
}
 .sticky-footer .order-now-block {
     top: 7px;
}
 .sticky-footer .order-btn {
     font-weight:900;
     font-size: 15px;
     padding: 5px 30px;
     font-weight: 400
}
 .sticky-footer ul {
     padding: 8px 0 0 0;
     margin: 0;
     list-style: none
}
 .sticky-footer ul li {
     float: left;
     text-transform: uppercase;
     font-size: 24px;
     font-weight:300;
}
 .sticky-footer ul li.spicy-icon {
     padding-right: 30px
}
 .sticky-footer ul li a {
     color: #636466;
     padding: 5px 24px
}
 .nutri-banner-content {
     position: absolute;
     width: 100%;
     text-align: center;
     top: 0;
     color: #fff;
     top: 0;
     bottom: 50%;
     height: 100%;
     background-color: rgba(0,0,0,.5)
}
 .nutri-banner-content h1 {
     color: #fff;
     margin-top: 90px;
     font-size: 48px;
     margin-bottom: 50px
}
 .nutri-banner-content p.desc {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 5px
}
 .nutri-banner-content p a {
     color: #fff;
     text-decoration: underline;
     padding-bottom: 0
}
 .nutri-banner-content p.desc2 {
     font-style: italic;
     font-weight:300;
     font-size: 17px;
     line-height: 18px
}
 .order-now-block .order-btn {
     background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #73ae1a 0%, #5f911a 100%) repeat scroll 0 0;
     border-radius: 6px;
     color: #fff;
     display: block;
     font-weight:900;
     font-size: 15px;
     padding: 5px 30px;
     text-align: center;
     text-decoration: none;
     text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
}

.nutrition-additional-info {
  padding: 0 0 60px 0;
}

.nutrition-additional-info h4 {
    font-weight: 800;
    color:#477900;
    font-size: 18px;
    margin: 16px 0 10px 0;
}

.nutrition-additional-info p {
    padding: 0 0 12px 0;
}

 .order-now-block {
     position: absolute;
     right: 0;
     top: 13px;
}
/*menu css*/
 .food-steps-block .caret.caret-right {
     top: 15px;
     color: #fff;
     right: 57px
}
 .footer-logo.flogo-menu {
     padding-top: 10px
}
 .menu-spicy-icon {
     position: absolute;
     background: url(/img/spicy.png) no-repeat;
     width: 48px;
     height: 11px;
     bottom: 8px;
     left: 5px
}
 .modal-backdrop {
     z-index: 999
}
 .visible-mob {
     display: none
}
 .step-title-section .step-arrow {
     background: url(/img/steps-arrow.png) no-repeat;
     width: 15px;
     height: 30px;
     position: absolute;
     right: 0;
     top: 50px
}
 .steps-mob {
     display: none
}
 .checkout-mobile {
     display: none
}
 .food-section-scroll .tab-content > .tab-pane {
     display: block;
     visibility: visible
}
 .autofil-mob {
     display: none
}
 .autofil-info {
     display: none
}
 .logo-fsel {
     display: none
}
 .food-steps-block.you-choose {
     width: 660px;
     padding-left: 80px
}
 .steps-mob.you-choose .you-selected-items {
     background-color: #638c1c;
     text-align: center;
     color: #fff;
     padding: 3px 0;
}
 .hide-desktop {
     display: none
}
 .login-return .close-modal {
     background: url(/img/close-icon.png) no-repeat;
     width: 26px;
     height: 26px;
     text-indent: -9999px;
     text-indent: -9999px;
     position: absolute;
     right: 15px;
     top: 15px;
     z-index: 99999
}
 .login-return .or-divider {
     position: absolute;
     height: 90%;
     width: 3px;
     background-color: #e5e5e5;
     left: -10px;
     top: 0
}
 .login-return .or-divider span {
     border-radius: 50px;
     background-color: #fff;
     color: #000;
     font-size: 15px;
     position: absolute;
     top: 50%;
     margin-top: -12px;
     left: -10px;
     padding: 1px;
     width: 25px;
     height: 25px;
     line-height: 25px
}
 .login-return .logo-ptf-signin {
     width: 270px;
     margin: 15px auto 30px
}
 .btn.btn-grn.login {
     margin-top: 100px;
     width: 185px;
     height: auto;
     white-space: normal;
     font-weight:700;
     font-size: 15px;
     line-height: 18px;
     margin: 85px auto 0;
     float: none;
     display: block
}
 .login-return .signin-title {
     font-size: 14px;
     font-weight:700;
     padding-bottom: 10px
}
 .login-return label {
     font-weight: normal;
     margin: 0;
     font-size: 14px
}
 .login-return .signin-form {
     padding: 0 30px 0 25px
}
 .login-return .signin-form .form-control {
     height: 44px
}
 .login-return .form-group {
     margin-bottom: 5px
}
 .login-return .signin-popover .btn.btn-grn {
     display: block;
     width: 155px;
     margin-left: 30px
}
 .checkout .heading-section {
     background: url(/img/shade-checkout.png) no-repeat center bottom;
     height: 120px
}
 .checkout .heading-section h2 {
     padding-top: 35px
}
 .checkout .heading-section p {
     text-align: right;
     float: right;
     margin-top: 30px
}
 .checkout .heading-section strong {
     font-weight: 400;
     font-weight:700;
}
 .checkout .heading-section span {
     font-size: 18px;
     font-weight:700;
}
 .checkout .checkout-form {
     float: left;
     width: 520px
}
 .checkout .checkout-form h3 {
     font-size: 24px;
     font-weight:700;
     display: block
}
 .checkout .checkout-form h3 span.line {
     height: 1px;
     background-color: #000;
     display: block;
     position: relative;
     top: -14px;
}
 .checkout .checkout-form h3 span.title {
     background-color: #fff;
     position: relative;
     z-index: 9;
     padding-right: 10px
}
 .checkout-form {
     padding-bottom: 0px
}
 .checkout-form .have-code {
     padding: 20px 0 10px 0
}
 .checkout-form .have-code label {
     font-weight:700;
     font-weight: 400
}
 .checkout-form .have-code .form-control {
     width: 256px;
}
 .checkout-form .form-control {
     border: 1px solid #c2c2c2;
     border-radius: 6px;
     box-shadow: none;
     font-weight:400;
     height: 45px;
}
 .checkout-form label {
     font-weight: 400
}
 .checkout-form .btn.btn-grn, .terms-block .btn.btn-grn {
     height: 45px;
     font-weight: 700;
     padding-left: 20px;
     padding-right: 20px
}
 .error-msg {
     color: #ff0000;
     line-height: 14px;
     font-weight:700;
     font-size: 13px;
     margin-bottom:12px;
}
 .checkout-form .error-msg {
     color: #ff0000;
     line-height: 16px;
     font-weight:700;
     margin-bottom: 10px;
     margin-top: 15px
}
 .checkout-form .red-text {
     color: #ff0000;
     line-height: 16px;
     font-weight:700;
}
 .confirm-info .red-text {
     color: #ff0000;
     line-height: 16px;
     font-weight:700;
}
 .checkout-form .green-text {
     color: green;
     line-height: 16px;
     font-weight:700;
}
 .checkout-form .have-code p.small {
     margin-top: 5px
}
 .checkout-form .nav-tabs li a {
     width: 148px;
     text-indent: -9999px;
     height: 45px
}
 .checkout-form .nav-tabs li.credit-card a {
     background: url(/img/credit-card-tab.png) no-repeat center
}
 .checkout-form .nav-tabs li.paypal a {
     background: url(/img/paypal-tab.png) no-repeat center
}
 .checkout-form .nav-tabs li.amazon a {
     background: url(/img/amazon-tab.png) no-repeat center
}
 .checkout-form .nav-tabs {
     border-bottom: 0 solid #c2c2c2;
}
 .checkout-form .nav-tabs > li {
     margin-right: 4px
}
 .checkout-form .nav-tabs > li a {
     border-color: #c2c2c2 #c2c2c2 transparent;
     margin-right: 0
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
     border-color: #c2c2c2 #c2c2c2 transparent;
}
 .checkout-form .nav-tabs > li.active {
     background: #fff
}
 .checkout-form .tab-content {
     border: 1px solid #c2c2c2;
     border-radius: 0 4px 4px;
     font-weight:400;
     margin-bottom: 20px;
     padding: 15px;
}
 .checkout-form .card-expiry {
     height: 50px
}
 .checkout-form .form-control.month {
     width: 110px;
     padding: 5px;
     float: left;
     margin-right: 10px;
     height: 30px
}
 .checkout-form .form-control.year {
     width: 80px;
     padding: 5px;
     height: 30px
}
 .checkout-form .credit-cards {
     background: url(/img/cards.png) no-repeat;
     width: 160px;
     height: 30px;
     margin-top: 8px;
     background-size:100%;
     float:right
}
 .checkout-form .safe {
     background: url(/img/lock-icon.png) no-repeat left;
     padding-left: 22px;
     margin-top: 10px;
     font-size:11px;
     line-height:20px;
     float:right
}
 .checkout-form .authorize-net {
     background: url(/img/authorize.png) no-repeat;
     width: 67px;
     height: 69px;
     position: absolute;
     left: 125px;
     top: 100px;
     background-size:100%
}
 .checkout-form .step2-heading {
     padding-bottom: 15px;
     padding-top: 20px
}
 .checkout-form .step2-section .row.shipping-add {
     margin-left: -5px;
     margin-right: -5px
}
 .checkout-form .step2-section .col-field {
     padding-left: 5px;
     padding-right: 5px
}
 .checkout .right-section {
     float: right;
     width: 385px;
     padding-left: 56px;
     background: url(/img/shadow-vertical.png) no-repeat left;
}
 .checkout .right-section .about-fedex .fedex-img {
     float: left
}
 .checkout .right-section .about-fedex .shipping-info {
     margin-left: 100px;
     line-height: 18px
}
 .checkout .order-summary-block {
     border: solid 1px #d9d9d9;
     margin-top: 15px;
     margin-bottom: 25px
}
 .checkout .order-summary-block h5 {
     font-size: 24px;
     font-weight:700;
     border-bottom: solid 1px #d9d9d9;
     font-style: normal;
     padding: 10px 15px;
}
 .order-summary-block {
     font-size: 13px;
     font-weight:700;
}
 .order-summary-block tr td {
     padding: 10px
}
 .order-summary-block tr td.text-right {
     text-align: right
}
 .order-summary-block tr td.free-shipping {
     background-color: #ebebeb;
     font-weight:400;
}
 .order-summary-block tr td.free-shipping.free {
     color: #ff0000
}
 .order-summary-block .money-back-txt {
     padding: 0 0 15px 10px;
     color: #2a96ff;
     font-size: 12px
}
 .order-summary-block .dotted-bdr {
     border-top: dashed 1px #c0c0bf;
     border-bottom: dashed 1px #c0c0bf
}
 .order-summary-block .relative {
     position: relative
}
 .order-summary-block .enter-extra {
     position: absolute;
     top: 0;
     left: 38px;
     text-align: center;
     width: 95px
}
 .order-summary-block .enter-extra p {
     line-height: 15px;
     padding-bottom: 5px
}
 .order-summary-block .form-control.add-extra {
     width: 60px;
     display: inline-block;
     height: 30px;
     padding: 2px
}
 .step2-section .forgot {
     font-style: italic;
     text-decoration: underline;
     color: #333
}
 .checkout-form .btn.btn-grn.signin {
     width: 140px
}
 .checkout-form .btn.btn-grn.submit-order, .terms-block .btn.btn-grn.submit-order {
     width: 200px
}
 .checkout-form .terms-block {
     margin-top: 30px
}
 .checkout-form .terms-block a {
     text-decoration: underline
}
 .terms-block {
    padding-bottom:50px
}
 .terms-block .checkbox ul {
     padding: 0;
     margin: 0 0 20px 0;
     list-style: none
}
 .terms-block .checkbox ul li {
     margin-bottom: 5px
}
 .checkout-form p {
     line-height: 15px
}
 .checkout-form .promo-not-available {
     padding: 25px 0 10px 0;
     font-style: italic
}
 .order-subs {
     margin-top: 35px;
     margin-bottom:50px
}
 .order-subs h2 {
     font-size: 24px;
     font-weight:700;
     margin-bottom: 15px
}
 .order-subs p {
     margin-bottom: 20px
}
 .order-subs strong {
     font-weight:700;
}
 .order-subs a {
     text-decoration: underline
}
 .order-subs .order-status-block h2 {
     margin-bottom: 0
}
 .order-subs .order-status-block p {
     font-weight:700;
}
 .order-subs .order-status-block .status {
     color: #337700
}
 .order-subs .key-btns {
     padding: 0 0 20px 0;
     margin: 0;
     list-style: none;
}
 .order-subs .key-btns li {
     display: inline-block;
     margin-right: 20px
}
 .order-subs .btn.btn-grn.reward-prog {
     font-weight:700;
     font-size: 18px;
     text-decoration: none;
     line-height: 30px;
     padding-left: 20px;
     padding-right: 20px
}
 .order-subs .btn.btn-grn.reward-prog span {
     font-size: 28px;
     margin-right: 5px;
     position: relative;
     top: 3px
}
 .order-subs .btn.btn-grn {
     font-weight:700;
     text-decoration: none;
}
 .order-subs .rev-prog-blck {
     margin-bottom: 35px
}
 .order-subs .rev-prog-blck p {
     margin-bottom: 5px
}
 .order-subs .order-history-block h2 {
     margin-bottom: 0
}
 .order-options-block .day-order-icon {
     background: url(/img/day-order-icon.png) no-repeat;
     height: 62px;
     margin: 0 auto 25px;
     width: 54px;
}
 .order-options-block {
     padding: 55px 0 15px
}
 .order-options-block .btn.btn-grn {
     color: #fff;
     display: block;
     font-weight:700;
     font-size: 21px;
     margin: 20px 0 30px;
     padding: 7px;
}
 .order-options-block h1 {
     text-align: center;
     color: #333;
     padding-bottom: 0px
}
 .order-options-block h1 sup{
     position:relative;
     top:-16px;
     font-size:24px
}
 .order-options-block p.info {
     color: #333;
     text-align: center;
     font-size: 24px;
     font-weight:700;
     margin-bottom: 40px
}
 .order-options-block p.desc {
     color: #333;
     text-align: center;
     font-size: 18px;
     font-weight:700;
     line-height: 24px;
}
 .order-options-block .order-options-wrap {
     width: 710px;
     margin: 0 auto
}
 .order-options-block .plan-block {
     width: 350px;
     text-align: center;
     float: left
}
 .order-options-block .plan-block.subscription {
     float: right
}
 .order-options-block .plan-block-info {
     border-left: solid 2px #b1b1b1;
     border-right: solid 2px #b1b1b1;
     border-bottom: solid 2px #b1b1b1;
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 20px;
     height: 765px;
     position: relative;
     border-radius: 0 0 4px 4px
}
 .order-options-block .plan-block h3 {
     background-color: #638c1c;
     border-radius: 5px 5px 0 0;
     color: #fff;
     font-weight:700;
     font-size: 24px;
     margin: 0;
     padding: 12px;
     text-align: center;
     line-height: 25px
}
 ul.menu-list {
     list-style: none;
     padding: 20px 0 0;
     margin: 0;
     font-weight:700;
     font-size: 25px;
     line-height: 25px
}
 ul.menu-list li {
     margin-bottom: 20px;
     line-height: 23px
}
 ul.menu-list li span {
     font-size: 15px;
}
 ul.menu-info {
     text-align: left;
     font-size: 16px;
     padding: 10px 0 0 15px;
     margin: 0;
     color: #333
}
 ul.menu-info li {
     margin-bottom: 4px;
     line-height: 18px
}
 .order-options-block .order-price-option {
     position: absolute;
     bottom: 20px;
     left: 0;
     width: 100%;
     font-size: 18px
}
 .order-options-block .order-price-option .price {
     font-size: 40px;
     font-weight:700;
     color: #333
}
 .order-options-block .order-price-option .price .sup {
     position: relative;
     top: -10px;
     font-size: 25px
}
 .order-options-block .plan-block.subscription p.desc, .order-options-block .plan-block.subscription ul.menu-info {
     color: #333;
     margin-top: 7px
}
 .order-options-block .plan-block.subscription .save-monthly {
     font-size: 28px;
     font-weight:700;
     margin: 15px 0 0;
     text-align: center;
     color: #333
}
 .order-options-block .plan-block.subscription .save-monthly.you-choose {
     margin-top: 15px;
}
 .order-options-block .plan-block.subscription .plan-block-info {
     border: 6px solid #b1b1b1;
     border-top: 0
}
 .order-options-block .subs-order-icon {
     background: rgba(0, 0, 0, 0) url(/img/subscription-icon.png) no-repeat;
     height: 62px;
     margin: 0 auto 25px;
     width: 66px;
}
 .order-options-block .note {
     font-size: 15px;
     font-style: italic;
     line-height: 18px;
     margin-top: 50px;
     color: #58595b
}
 ul.menu-list li.last{
    margin-bottom:10px
}
 .order-options-block .plan-block.subscription .save-monthly.twomeals {
     margin-top: 55px;
}
 .order-opt-left{
    padding-right:25px
}
 .order-opt-right{
    padding-left:25px
}
 .order-opt-left .btn.btn-grn{
     width:150px;
     padding:8px
}
 .order-opt-left .order-cal{
     margin-bottom:20px;
     font-size:15px
}
 .order-options-block .choose-option{
     font-size:18px;
}
 .max-slide{
    max-width:1400px;
     margin:0 auto
}
 .select-menu-banner{
    position:relative;
}
 .select-menu-banner .menu-banner-pic{
     float:left
}
 .select-menu-banner .menu-benefits{
     margin-left:230px;
     width:550px
}
 .select-menu-banner .menu-benefits h2{
     text-align:center;
     font-size:48px;
     margin-top:35px;
     line-height:47px
}
 .select-menu-banner .menu-benefits p.subtext{
     text-align:center;
     font-size:24px;
     font-weight:300;
}
 .select-menu-banner .menu-benefits ul{
     padding:0;
     margin:0 30px 0 20px;
     list-style:none;
     font-size:15px
}
 .select-menu-banner .menu-benefits ul li{
     background:url('/wp-content/themes/ptfoods/images/check-icon.png') no-repeat left 3px;
     margin-bottom:10px;
     line-height:17px;
     padding:5px 0 8px 50px
}
 .select-menu-banner .menu-benefits ul li strong{
    font-weight:700;
}
 .select-menu-banner .shipping{
    background:url(/img/sticker-select-menu.png) no-repeat;
     width:144px;
    position:absolute;
     right:20px;
     bottom: 40px;
     height:265px
}
 .select-your-menu .promo-banner-ad{
     margin-bottom:10px
}
 .select-menu-banner .menu-benefits .res-guarantee{
     font-size:11px;
     color:#999;
     margin-left:42px;
     font-style:italic;
     margin-top:25px;
     margin-bottom:0
}
 .select-menu-banner .sales-lady-pic{
    float:left;
     width:204px;
     margin-left:12px
}
 .select-menu-banner .shipping.shipping-subs{
     bottom:auto;
     top:110px;
     height:190px
}
 .select-your-menu .menu-info-block.subscribe{
    padding-top:15px;
     height:465px
}
 .select-your-menu .subsciption-orders .learn-more-link{
    margin-top:10px
}
 .btn.btn-ye {
     background: #ff8800;
     background: -moz-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff7002));
     background: -webkit-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -o-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: -ms-linear-gradient(top, #ff8800 0%, #ff7002 100%);
     background: linear-gradient(to bottom, #ff8800 0%, #ff7002 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ff7002', GradientType=0 );
     color: #fff
}
 .shipping-status {
    background-color:#eeeeee;
     border-radius:6px;
     padding:20px 15px 0px 15px;
     margin-bottom:10px
}
 .shipping-status label{
     font-weight:normal;
     margin-right:10px;
     margin-left:60px
}
 .shipping-status-result label{
     text-align: center;
     padding-bottom: 10px;
     font-weight: 700;
     color: red;
}
 .shipping-status .btn.btn-ye {
     font-size:18px;
     font-weight:700;
     height:35px;
     padding:0 15px
}
 .shipping-status .zip-field{
     width:145px;
     height:35px;
     border:solid 1px #b1b1b1;
     margin-right:5px
}
 .shipping-status .form-group{
     margin-bottom:0;
     margin-top: 0px;
}
 .order-options-block .plan-block-info.order-btn-bottom{
    height: 815px;
}
 .order-options-block .plan-block-info.order-btn-bottom .order-btn-bottom-block{
     position: absolute;
     width: 100%;
     left: 0px;
     right: 0px;
     bottom: 20px;
}
 .order-options-block .plan-block-info.order-btn-bottom .choose-menu-item-btn{
    margin: 0 25px;
}
 .order-options-block .plan-block-info.order-btn-bottom .order-price-option {
     bottom: 70px;
}
 nav.navbar.stiky-header{
    background-color:#fff;
     z-index:999;
     position:fixed;
    width:100%;
     top:0;
     left:0;
     right:0;
     min-height:62px
}
 .order-options-block .plan-block-info.order-btn-bottom .order-price-option.old-price{
    color:#999;
    bottom:115px
}
 .order-options-block .order-price-option.old-price .price{
     text-decoration:line-through;
     color:#999;
}
 .privacy-content h3 {
     font-size: 18px;
     font-weight: bold;
     line-height: 19px;
     padding-top: 0;
     margin-bottom: 10px
}
 .privacy-content h5 {
     font-size: 14px;
     font-weight: 400;
     line-height: 19px;
     padding-top: 0;
     margin-bottom: 0px;
     font-style: normal
}
 .privacy-content .iconed {
     margin-top: 25px;
}
 .privacy-content .iconed ul {
     padding: 0;
     margin: 0;
     list-style: none
}
 .privacy-content h2 {
     margin-top: 30px;
     padding-bottom: 20px;
     text-align: center;
     color: #636466;
     font-size: 48px;
     padding-bottom: 30px;
}
 .privacy-content .iconed ul li h3 {
     color: #787878;
     padding-top: 10px;
}
 .privacy-content .iconed {
     padding-left: 40px;
     margin-left: 20px;
     margin-right: 20px;
     color: #666;
     font-size: 13px
}
 .privacy-content [class*="policyicon_"] {
     background: url(/img/pf-icon.png) no-repeat left top
}
 .privacy-content .policyicon_purpose_13 {
     background: url(/img/chat-icon.png) no-repeat left top
}
 .privacy-content .policyicon_purpose_5 {
     background: url(/img/analytic-icon.png) no-repeat left top
}
 .privacy-content .further-info {
     border-top: solid 1px #e5e5e5;
     padding: 25px 0;
}
 .food-steps-block .step-type-note{
    display:block;
     padding:0 30px 0 30px;
     line-height:13px;
     font-size:12px;
}
 .food-steps-block.step1 .step-type-note{
     color:#ff681d;
}
 .food-steps-block.step2 .step-type-note{
    color:#88a676;
}
 .food-steps-block.step3 .step-type-note{
    color:#c6203e;
}
 .success-story-img{
    max-width:300px;
     margin-right:-10px
}


/* SELECT MENU */

.select-your-menu .offer-block .offer-info ul.bpvs li.single {
	line-height: 18px
}
.select-your-menu .offer-block h4 strong {
	display: block;
	font-weight: normal
}
.plan-block .plan-block-info ul li span {
	display: block
}
#shipping-status-result {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	font-weight: 700;
	color: red;
	margin: auto
}
.order-options-block .plan-block-info.order-btn-bottom {
	height: 1000px
}
.shipping-status.order-opts {
	text-align: center;
}
.shipping-status.order-opts .form-group {
	margin-top: 10px
}
.order-options-block.opt-stitle p.info {
	margin-bottom: 10px
}
.sale-video-thumb {
	position: absolute;
	right: 2px;
	top: 240px
}
#sale-modal .close {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
	height: 30px;
	margin-top: -10px;
	opacity: 1;
	position: absolute;
	right: -8px;
	top: -1px;
	width: 30px;
	z-index: 9
}
.select-your-menu .offer-block.get-started {
	border: solid 2px #638c1c;
	border-radius: 8px;
	width: 31%;
	margin: 15px 1% 20px 1%;
	padding-bottom: 10px
}
.select-your-menu .offer-block.get-started h4 {
	color: #337700;
	height: 104px;
}
.select-your-menu .offer-block.get-started h4 span {
	font-size: 26px;
	font-weight: 700;
}
.select-your-menu .offer-block.get-started h4 strong {
	font-style: italic;
	padding: 15px 0px;
	font-size: 15px
}
.select-your-menu .offer-block.get-started h4 strong.pt {
	position: relative;
	top: -8px
}
.select-your-menu .offer-block.get-started h4 strong i {
	display: block
}
.select-your-menu .offer-block.get-started .offer-info {
	border: 0;
	padding: 5px 20px
}
.select-your-menu .offer-block.get-started .offer-info p.details {
	padding-bottom: 0
}
.select-your-menu .offer-block.get-started .details {
	height: 270px
}
.select-your-menu .offer-block.get-started .cur-price {
	font-size: 14px;
	color: #5f901a;
	padding:0;
	text-align: center;
	font-weight: 700
}
.select-your-menu .offer-block.get-started .cur-price.old-price {
	color: #aaa;
	text-decoration: line-through
}

.select-your-menu .offer-block.get-started .cur-price.old-price.rev-old-price { margin-top:-41px}

.select-your-menu .offer-block.get-started .cur-price sup {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	top: -5px
}
.select-your-menu .offer-block.get-started .cur-price .value {
	font-size: 29px;
	font-weight: 700;
}
.select-your-menu .offer-block.get-started .cur-price .value {
	font-size: 29px;
	font-weight: 700;
}
.select-your-menu .offer-block.get-started .btn.btn-grn {
	margin: 0 10px
}
/*menu 2*/


.select-menu-top-section {
	background: url(/img/select-menu-heading-bg.png) no-repeat center;
	height: 431px;
	margin-bottom: 10px
}
.select-menu-top-section .select-menu-banner .menu-benefits {
	position: relative;
	margin-left: 270px;
	padding-top: 5px
}
.select-menu-top-section .select-menu-banner .shipping {
	right: auto;
	left: -130px;
	top: 62px
}
.select-menu-top-section .select-menu-banner .menu-benefits h2 {
	margin-bottom: 25px;
	line-height: 58px
}
.select-your-menu.menu2 {
	padding-top: 0
}
.select-your-menu.menu2 .offer-block {
	margin: 0 0.3%;
	width: 19.4%;
}
.select-your-menu.menu2 .offer-block .offer-info {
	border-radius: 0 0 8px 8px
}
.select-your-menu.menu2 .offer-block.recon .offer-info {
	border: 2px solid #d6df23;
	border-top: 0
}
.select-your-menu.menu2 .offer-block.two-meal .offer-info {
	border: 2px solid #1b75bc;
	border-top: 0
}
.select-your-menu.menu2 .offer-block.three-meal .offer-info {
	border: 2px solid #88a676;
	border-top: 0
}
.select-your-menu.menu2 .offer-block.you-choose .offer-info {
	border: 2px solid #c6203e;
	border-top: 0
}
.select-your-menu.menu2 .offer-block.rev .offer-info {
	border: 2px solid #544190;
	border-top: 0
}
.select-your-menu.menu2 .learn-more-link {
	margin-top: 0
}
.select-your-menu.menu2 .offer-block .cur-price {
	font-size: 14px;
	color: #5f901a;
	padding: 5px 0 0;
	text-align: center;
	font-weight: 700;
	margin: 0
}
.select-your-menu.menu2 .offer-block .cur-price sup {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	top: -5px
}
.select-your-menu.menu2 .offer-block .cur-price .value {
	font-size: 29px;
	font-weight: 700;
}
.select-your-menu.menu2 .offer-block .cur-price .value {
	font-size: 29px;
	font-weight: 700;
}
.select-your-menu.menu2 .menu-info-block.subscribe {
	padding-top: 5px
}
.select-your-menu.menu2 .offer-block .offer-info {
	padding-left: 12px;
	padding-right: 12px
}
.select-your-menu .order-mob .offer-block h4.line2 i {
	font-style: normal;
	display: block
}
.fivecol .offer-block.get-started {
	width: 19.4%;
	margin: 0 .3%
}
.select-your-menu .fivecol {
	padding-bottom: 20px;
	padding-top: 20px
}
.select-your-menu .fivecol .offer-block.get-started .offer-info p.details {
	font-size: 12px;
	line-height: 15px
}
.select-your-menu .fivecol .offer-block.get-started .offer-info {
	padding-left: 15px;
	padding-right: 15px
}
.select-your-menu .fivecol .offer-block.get-started .details {
	height: 160px
}
.select-your-menu .fivecol .offer-block.get-started h4 span {
	font-size: 21px;
	font-weight: 900;
}
.select-your-menu .fivecol .offer-block.get-started h4 strong {
	font-size: 13px
}
.select-your-menu .fivecol .offer-block.get-started h4 {
	height: 90px
}
.select-your-menu .fivecol .offer-block.get-started .cur-price {
	padding: 0;
	margin: 0
}
.select-menu-top-section.bot-sec {
	box-shadow: inset 0 0px 5px 5px rgba(0, 0, 0, .1)
}
.select-your-menu.bot {
	padding-top: 0
}
.sale-banner-menu {
	padding: 20px 0
}
.subsciption-orders .offer-block .btn.btn-ye {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 10px 0 10px
}
.subsciption-orders .offer-block .btn.btn-ye:hover {
	background: #ff7002
}
.fivecol.v1 .img-b {
	margin-left: -15px;
	margin-right: -15px
}


.order-options-block .plan-block-info.order-btn-bottom .tagline{color:#5f901a; text-align:center; font-size:12px;}

img.sgpb-popup-close-button-1 { bottom:auto; top:10px; }




 @media(min-width:320px) and (max-width:767px) {
.select-your-menu .order-mob .offer-block h4 {
	border-radius: 0;
	background-image: url(/img/selec-menu-icon-right.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 39px 28px;
	cursor: pointer;
	font-size: 20px
}
.select-your-menu .order-mob .offer-block h4.arrow-right {
	background-image: url(/img/selec-menu-icon-up.png)
}
.select-your-menu .order-mob .offer-block h4 span {
	font-size: 20px
}
.select-your-menu .order-mob .offer-block .offer-info {
	padding: 0
}
.select-your-menu .order-mob .offer-block .offer-info {
	border: 0;
	position: relative
}
.select-your-menu .order-mob .offer-block .order-btn-xs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.select-your-menu .order-mob .offer-block .offer-info p.details {
	font-size: 12px;
	line-height: 15px
}
.select-your-menu .order-mob .menu-info-block.subscribe {
	padding-top: 0;
	padding-bottom: 30px
}
.select-your-menu .order-mob .offer-block .offer-info ul li {
	font-size: 12px;
	padding: 0;
	line-height: 16px
}
.select-your-menu .order-mob .offer-block .offer-info ul li span {
	display: inline;
	font-size: 12px;
	font-weight: 400;
}
.select-your-menu .order-mob .offer-block .offer-info ul {
	text-align: left;
	padding-bottom: 20px
}
.select-your-menu .order-mob .added-bonus-pic {
	bottom: 40px;
	float: right;
	padding: 10px 0;
	position: absolute;
	right: 0;
	width: 70px
}
.select-your-menu .order-mob .offer-block h4 {
	margin: 0 -15px;
	text-align: left;
	height: 60px;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 20px
}
.select-your-menu .order-mob .offer-block.rev .offer-info {
	border: 0
}
.select-your-menu .order-mob .offer-block h4.line2 {
	font-size: 20px
}
.select-your-menu .order-mob .offer-block {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%
}
.select-your-menu .order-mob .offer-block .offer-info ul li.single {
	line-height: 14px;
	display: inline-block;
	padding: 0;
	margin-left: 0
}
.select-your-menu .order-mob .offer-block .offer-info ul li.single.first {
	margin-left: 0
}
.select-your-menu .order-mob .offer-block .offer-info ul li.single.last {
	border-right: 0
}
.select-your-menu .order-mob .offer-block h4 strong {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px
}
.select-your-menu .order-mob .learn-more-link {
	display: none
}
.select-your-menu .order-mob .offer-block {
	margin-bottom: 15px
}
.select-your-menu .order-mob .menu-info-block {
	height: auto
}
.select-your-menu .order-mob .offer-block .offer-info ul li span.colon:before {
	content: ": "
}
.order-options-block .order-mob .plan-block h3 {
	border-radius: 0;
	font-size: 20px;
	padding: 12px 15px;
	text-align: left;
	background-image: url(/img/selec-menu-icon-right.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 39px 28px;
	cursor: pointer;
	margin: 0
}
.order-options-block .order-mob .plan-block h3.arrow-right {
	background-image: url(/img/selec-menu-icon-up.png)
}
.order-options-block .order-mob .order-price-option {
	position: static;
	text-align: center;
	padding-top: 10px
}
.order-options-block .order-mob .plan-block-info.order-btn-bottom {
	height: auto
}
.order-options-block .order-mob .plan-block-info.order-btn-bottom .order-btn-bottom-block {
	position: static
}
.order-options-block .order-mob .plan-block-info {
	padding: 10px 15px 20px 15px;
	border: 0
}
.order-options-block .order-mob .plan-block.subscription .plan-block-info {
	border: 0;
	text-align: left
}
.order-options-block .order-mob .plan-block {
	margin-bottom: 15px
}
.order-options-block .order-mob .note {
	margin-top: 10px;
	text-align: center
}
.order-options-block .order-mob p.desc {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left
}
.order-options-block .order-mob .plan-block .plan-block-info ul li {
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	margin-bottom: 0
}
.order-options-block .order-mob .plan-block .plan-block-info ul li span {
	display: inline;
	font-weight: 400;
	font-size: 12px
}
.order-options-block .order-mob .plan-block .plan-block-info ul.menu-list {
	padding: 0
}
.order-options-block .order-mob .plan-block-info.order-btn-bottom .choose-menu-item-btn {
	margin: 0
}
.order-options-block .order-mob .plan-block.subscription .save-monthly {
	font-size: 20px
}
.order-options-block .order-mob .plan-block {
	text-align: left
}
.order-options-block .order-mob .plan-block.subscription .save-monthly.twomeals {
	margin-top: 15px
}
.order-options-block .order-mob p.info {
	margin-bottom: 25px
}
.order-options-block.choose-from {
	padding-top: 40px
}
.order-options-block .order-mob .plan-block {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0 0 20px 0
}
.order-options-block .order-mob .plan-block.subscription {
	float: none
}
.order-options-block .order-mob p.desc {
	margin-top: 7px
}
.order-options-block .order-mob .btn.btn-grn {
	background: #ff8700;
	background: -moz-linear-gradient(top, #ff8700 0, #ff7002 100%);
	background: -webkit-linear-gradient(top, #ff8700 0, #ff7002 100%);
	background: linear-gradient(to bottom, #ff8700 0, #ff7002 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8700', endColorstr='#ff7002', GradientType=0)
}
.order-options-block .order-mob .hide-xs-mob {
	display: none
}
.order-options-block .order-mob .plan-block .plan-block-info ul li span:before {
	content: ": "
}
.order-options-block .order-mob .plan-block .plan-block-info ul.bpvs li.single {
	line-height: 18px;
	display: inline
}
.order-options-block .order-mob .plan-block .plan-block-info ul.bpvs li.single:after {
	content: ", "
}
.order-options-block .order-mob .plan-block .plan-block-info ul.bpvs li.single.last:after {
	content: ""
}
#sale-modal iframe {
	width: 100% !important
}
.sale-video-thumb-mob {
	position: static;
	margin-bottom: 10px
}
.select-your-menu .offer-block.get-started {
	width: auto;
	float: none;
	margin: 0 0 10px;
}
.select-your-menu .offer-block.get-started h4 {
	height: 82px;
	padding-top: 10px
}
.select-your-menu .offer-block h4 strong {
	padding: 10px 0
}
.select-your-menu .offer-block.get-started .details {
	height: auto
}
.select-your-menu .offer-block.get-started h4 strong.pt {
	top: 0
}
.select-your-menu .offer-block h4 strong i {
	display: inline
}
.select-your-menu .offer-block.get-started h4 {
	background-color: #337700;
	color: #fff;
	height: 45px;
}
.select-your-menu .offer-block.get-started {
	border: 0
}
.select-your-menu .offer-block.get-started h4 strong i {
	display: inline
}
.select-your-menu.menu2 .offer-block .offer-info {
	border-radius: 0
}
.select-your-menu.menu2 .offer-block.recon .offer-info {
	border: 0
}
.select-your-menu.menu2 .offer-block.two-meal .offer-info {
	border: 0
}
.select-your-menu.menu2 .offer-block.three-meal .offer-info {
	border: 0
}
.select-your-menu.menu2 .offer-block.you-choose .offer-info {
	border: 0
}
.select-your-menu.menu2 .offer-block.rev .offer-info {
	border: 0
}
.select-menu-top-section .select-menu-banner .menu-benefits {
	margin: 25px 25px 0;
}
.select-menu-top-section {
	background-size: 100%;
	height: auto;
	background-position: bottom
}
.select-menu-top-section .select-menu-banner .menu-benefits h2 {
	line-height: 35px;
	margin-bottom: 20px
}
.select-menu-top-section .select-menu-banner .menu-benefits {
	margin-top: 0
}
.select-your-menu.menu2 .order-mob .offer-block h4.line2 i {
	display: inline
}
.select-your-menu .fivecol .offer-block.get-started h4 {
	height: 45px
}
.select-your-menu .order-mob .offer-block h4.line2 i {
	display: inline
}
.select-your-menu .offer-block.get-started img {
	display: none
}
.select-your-menu .fivecol .offer-block.get-started .details {
	height: auto;
	margin-bottom: 10px
}
.select-your-menu .fivecol .offer-block.get-started .offer-info {
	padding-left: 0;
	padding-right: 0
}
.select-your-menu .offer-block.get-started .cur-price.old-price.rev-old-price { margin-top:0}
}
 @media(min-width:768px) and (max-width:1024px) {
.select-your-menu .offer-block.get-started .details {
	height:230px
}
.select-your-menu .offer-block.get-started h4 {
	height: 82px
}
.select-your-menu .offer-block.get-started h4 span {
	font-size: 20px;
}
.select-your-menu .offer-block h4 strong {
	padding: 10px 0
}
.select-your-menu .offer-block h4 {
	font-size: 13px
}
.select-your-menu .offer-block h4 strong.pt {
	top: -5px;
}
.select-your-menu .offer-block h4 strong i {
	display: inline
}
.select-your-menu.menu2 .offer-block {
 margin: 0;  width:auto;
	float: none
}
.select-menu-top-section {
	height: auto;
	padding-bottom: 20px
}
.select-your-menu.menu2 .offer-block {
	margin: 0;
	width: auto;
}
.select-your-menu.menu2 .offer-block {
	float: left;
	margin-bottom: 25px;
	margin-left: 3%;
	width: 30%;
}
.select-your-menu.menu2 .offer-block.three-meal {
	margin-left: 21.5%;
}
.select-your-menu.menu2 .offer-block h4 strong {
	padding: 0;
}
.select-menu-top-section .select-menu-banner .menu-benefits {
	margin-left: 0px;
}
.select-your-menu .fivecol .offer-block.get-started {
	width: 30.4%;
	margin: 0 1% 20px
}
.select-your-menu .fivecol .offer-block.get-started.you-choose-ipad {
	margin-left: 17%
}
.select-your-menu .offer-block.get-started {
	margin: 15px 0.5% 20px;
	/*width: 24%;*/
}
.select-your-menu .offer-block.get-started .offer-info {
	padding: 5px 10px;
}
.select-your-menu .offer-block.get-started h4 strong {
	font-size: 14px;
}
}
.select-your-menu .fivecol.menu-plans-col .offer-block.get-started h4 {
	height: 40px;
	padding-top: 14px;
	color: #333
}
.select-your-menu .menu-plans-col .offer-block h4 sup {
	font-size: 8px;
	left: 2px;
	position: relative;
	top: -10px;
}
.offer-info-list ul {
	padding: 0;
	margin: 10px;
	list-style: none;
	font-size: 14px;
	text-align: center
}
.offer-info-list ul li.memu-title {
	margin-bottom: 15px;
	font-size: 15px;
	color: #638c1c;
	font-style: italic;
}
.offer-info-list ul li.plan-title {
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 12px
}
.offer-info-list ul li {
	margin-bottom: 5px;
	color: #333;
	line-height: 17px
}
.offer-info-list ul li.disable {
	margin-bottom: 1px;
	color: #cacaca
}
.offer-info-list ul li a.get-offer-link {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price {
	font-size: 12px
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price .value {
	font-size: 24px;
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price sup {
	font-size: 19px;
	top: -4px;
}
.select-your-menu .menu-plans-col .offer-block .btn.btn-grn {
	font-size: 15px;
	margin: 7px 20px 15px;
	padding-top: 4px;
	padding-bottom: 4px
}
.select-your-menu .menu-plans-col .offer-info-list {
	min-height: 215px
}
.select-your-menu .menu-plans-col .offer-info-list ul.ft {
	height: 150px
}
.select-your-menu .menu-plans-col .offer-info-list ul.ft li {
	line-height: 25px
}
 @media (max-width:767px) {
.select-your-menu .fivecol.menu-plans-col .offer-block.get-started h4 {
	padding-top: 8px
}
.select-your-menu .menu-plans-col .offer-info-block {
	display: none;
}
.select-your-menu .menu-plans-col .offer-info-list {
	min-height: 100px
}
.select-your-menu .fivecol.menu-plans-col .offer-block.get-started h4 {
	color: #fff
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price {
	font-size: 14px;
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price .value {
	font-size: 34px;
}
.select-your-menu .menu-plans-col .offer-block.get-started .cur-price sup {
	font-size: 24px;
	top: -5px;
}
}


.video-banner {width:863px; margin:20px auto 0; box-shadow:0 0 5px 5px rgba(0,0,0,.05); padding:5px }
.select-your-menu .offer-block.get-started .cur-price.old-price{margin-top:-50px}
.select-your-menu .fivecol .offer-block.get-started .details{height:210px}
.modal .close {position:absolute; right:-50px; top:-15px}
.rev-video{display:block;margin:15px 0 0; text-align:center}
@media (max-width:767px){
.select-your-menu .offer-block.get-started .cur-price.old-price{margin-top:0px}
.select-your-menu .fivecol .offer-block.get-started .details{height:auto}
#revvideo{height:auto !important}
.modal .close { position:relative; right:0; top:0} }
@media (max-width:767px){
.video-banner {width:auto; }
.video-banner iframe{width:100% !important; height:210px !important}
}
 @media (min-width:768px) and (max-width:992px){
.video-banner{width:auto; }
.video-banner iframe{width:100% !important; height:360px !important}
}





.select-your-menu .offer-block .offer-info.collapse {
    display: block;
     visibility: visible;
}




@media (max-width:767px){


.subsciption-orders .btn.btn-ye.btn-outline{ border:solid 1px #ff8800; color:#333; padding:6px 15px; display:block; background:transparent; background-color:transparent}



.subsciption-orders .offer-block .btn.btn-ye.btn-outline:hover{background:transparent;}

.select-your-menu .order-mob .offer-block h4 {

	background-image: none;

}
.select-your-menu .order-mob .offer-block h4.arrow-right {
	background-image:none
}



.select-your-menu .order-mob .offer-block h4.details-title {

	background-image: none;position:relative

}
.select-your-menu .order-mob .offer-block h4.details-title  .btn-ye{
	position:absolute;   color:#fff; border-radius:5px; cursor:pointer;  right:5px; top:1px; font-size:14px;z-index:99
}


.select-your-menu .offer-block .offer-info.collapse {
    display: none;
     visibility: hidden;
}



.select-your-menu .offer-block .offer-info.collapse.in {
    display: block;
    visibility: visible;
}

.select-your-menu .order-mob .subsciption-orders .offer-block .btn.btn-ye{font-size:16px}

}
















 .custom-float-right {
     float:right;
}

.margin-auto {
	margin: 0 auto!important;
}

.padding-top {
	padding-top: 10px;
}
 @media (min-width:320px) and (max-width:992px) {
     .navbar {
         border: 0;
    }
     h1.logo a {
         display: block;
         height: 32px;
         width: 201px;
         margin-left: 15px
    }
     .navbar-toggle .icon-bar {
         background-color: #5f901a;
         height: 5px;
         width: 26px
    }
     .navbar-toggle .icon-bar + .icon-bar {
         margin-top: 5px;
    }
     .navbar-collapse {
         border-top: solid 1px #5f901a;
         padding: 0
    }
     .navbar-nav {
         margin: 0
    }
     .nav > li {
         border-bottom: solid 1px #d1d3d4;
         color: #5f901a;
    }
     .checkout .nav > li {
         border-bottom: 0;
    }
     .navbar-nav > li.order-now-btn > a {
         float: none;
         height: auto;
         line-height: normal
    }
     .navbar-nav .sub-menu > li > a {
         font-size: 14px
    }
     .top-bar .sub-menu {
         left: 0;
         right: auto;
    }
     .form-signup-bottom .form-inline .form-control, .home-banner-altered .form-inline .form-control {
         width: 100%
    }
     .view-plans-block {
         padding: 0px 0 10px;
         width: auto;
    }
     .view-plans-block .block {
         padding: 50px 20px 10px;
    }
     .what-we-offer-food-block {
         width: auto
    }
     .owl-carousel .before-after-info {
         margin-left: 0;
         padding-top: 20px;
         text-align: center
    }
     .owl-carousel .before-after-pic {
         float: none
    }
     .testimonials-slider {
         height: auto
    }
     .before-after-info h2 {
         font-size: 30px
    }
     .get-started-today-block {
         padding: 30px 0
    }
     .form-signup-bottom {
         padding: 20px 0px 20px;
    }
     .info-block h3 {
         margin-top: 0
    }
     .signup-modal h3 {
         font-size: 27px;
    }
     .signup-modal p {
         font-size: 14px;
    }
     .info-img-mob {
         display: none
    }
     .info-img-dp {
         display: block
    }
     .nutrition-section .food-menu a {
         width: 200px;
         margin: 0 auto
    }
     .nutrition-menu {
         padding: 20px;
    }
     .nutrition-menu .menu-item {
         padding: 0px 0;
         width: 110px;
         margin: 0 auto
    }
     .nutrition-menu .menu-item .nutrition-details {
         left: -10px
    }
     .nutrition-menu .menu-item.right .nutrition-details {
         left: -180px
    }
     .nutrition-section {
         padding: 25px;
    }
     .nutrition-section .intro {
         font-size: 18px;
         line-height: 23px;
         padding: 0 0px 15px;
    }
     .nutrition-section .sub-info {
         font-size: 14px;
         margin-bottom: 30px;
    }
     .nutrition-section .food-menu.effect-ruby {
         padding-bottom: 30px
    }
     .see-right-plan-block p {
         font-size: 20px;
         margin: 0 0px 0 0px;
         float: none;
         width: 100%
    }
     .see-right-plan-block .btn-grn {
         color: #fff;
         float: none;
         font-size: 15px;
         margin: 20px 0px 30px 0px;
         padding: 10px 30px;
         display: block
    }
     .see-right-plan-block {
         padding-top: 0
    }
     .see-right-plan-block {
         padding: 0px
    }
     .see-right-plan-block p {
         text-align: center
    }
     .sticky-footer .order-now-block {
         display: none
    }
     .sticky-footer {
         height: auto;
         padding-bottom: 5px
    }
     .order-options-block .choose-option{
         font-size:15px;
    }
}
 @media (min-width:320px) and (max-width:767px) {
     .home-banner .home-banner-block {
         height: auto
    }
     .home-banner .home-banner-pic, .home-banner .home-banner-altered-pic {
         position: static;
         width: 150px;
         float: left
    }
     .home-banner .home-banner-altered-pic {
         width: 110px;
    }
     .home-banner .home-banner-content {
         margin-left: 0;
         position: relative;
         text-align: center;
         z-index: 9;
    }
     .home-banner h1 {
         font-size: 28px;
         text-align: left
    }
     .home-banner-content .rec-txt, .banner-section-testim .rec-txt {
         font-size: 16px;
         line-height: 20px;
         margin: 0;
         padding: 20px;
    }
     .home-banner-content .lose-pound-txt, .banner-section-testim .lose-pound-txt {
         font-size: 15px;
         text-align: center
    }
     .home-banner-content .btn.btn-grn {
         width: auto;
         display: block
    }
     .home-banner .home-banner-altered {
         font-size: 18px;
         margin-left: 0;
    }
     .home-banner-altered .subscribe-info {
         font-size: 16px;
         text-align: center;
         width: auto;
         margin: 0;
         line-height: 20px;
         padding: 20px 0
    }
     .home-banner-content h1 {
         padding-top: 30px
    }
     .home-banner .home-banner-altered ul {
         margin-left: 120px
    }
     .home-banner .home-banner-altered ul li {
         margin-bottom: 10px;
         line-height: 26px
    }
     .home-banner .home-banner-altered {
         padding-top: 25px
    }
     .home-banner .home-banner-pic, .home-banner .home-banner-altered-pic {
         margin-top: 20px
    }
     .get-started-today-block .btn.btn-grn {
         width: auto;
         display: block
    }
     .as-seen-on-block h5 {
         padding-top: 0
    }
     footer .social ul li {
         margin: 0 5px;
    }
     .form-signup-bottom {
         background: none;
         border-top: solid 1px #e5e5e5
    }
     .home-banner {
         padding-bottom: 0px;
    }
     .owl-theme .owl-controls {
         bottom: -25px
    }
     .as-seen-on-block .seen-on-block {
         margin-right: 20px;
         margin-left: 20px;
         margin-top: 20px
    }
     .home-banner-content .btn.btn-grn {
         font-size: 20px;
         padding: 4px 10px
    }
     .valpak-offers h3 {
         text-align: center
    }
     .enter-to-win .input-group .form-control {
         width: auto;
    }
     .home-banner-valpak {
         background: none;
         height: auto
    }
     .home-banner-valpak .weight-loss-info {
         height: auto
    }
     .banner-valpak-info {
         background-color: #fff;
         position: static;
         right: 0;
         height: 100%;
         width: 100%;
         top: 0;
         min-height: 100px;
         padding: 0
    }
     .banner-valpak-info h2, .banner-valpak-info h3, .banner-valpak-info p, .banner-valpak-info ul {
         color: #444
    }
     .banner-valpak-info h2 {
         font-size: 30px
    }
     .banner-valpak-info h3 {
         font-size: 20px
    }
     .banner-valpak-info h3 {
         font-size: 16px
    }
     .landing-header .call {
         font-size: 14px;
         position: absolute;
         right: 0;
         top: 20px;
         padding-right: 20px
    }
     .landing-header .call span {
         font-size: 10px;
    }
     .home-banner-valpak .arrow-down {
         bottom: 0;
         width: 34px;
         background-size: 100%
    }
     .home-banner-valpak .story-name {
         display: none
    }
     .banner-valpak-info {
         padding: 15px
    }
     .banner-valpak-info h2 {
         font-size: 28px;
    }
     .banner-valpak-info p.detail {
         font-size: 20px;
         line-height: 20px;
    }
     .banner-valpak-info p.info-req {
         position: static;
    }
     .banner-fw-mob {
         display: block
    }
     .shipping-sticker-mob {
         display: block
    }
     .shipping-sticker {
         display: none
    }
     .valpak-offers .offer-block {
         margin-bottom: 20px
    }
     .banner-valpak-info p.info-req {
         width: 100%
    }
     .home-banner-altered .form-inline {
         margin-left: 0px;
    }
     .view-plans-block .block {
         padding: 30px 20px 0;
    }
     .as-seen-on-block h5 {
         padding-bottom: 0
    }
     .home-banner.success-story .home-banner-content {
         height: auto;
         margin-left: 20px;
         padding-right: 0;
         padding-top: 20px;
    }
     .home-banner.success-story .home-banner-pic {
         position: static;
         float: none;
         width: auto;
    }
     .home-banner.success-story .home-banner-content h1 {
         margin: 0;
         padding: 0
    }
     .home-banner.success-story .home-banner-content .rec-txt {
         font-size: 20px;
         line-height: 21px;
         margin: 0px 0 8px;
         padding: 10px 0
    }
     .home-banner.success-story .result-info {
         position: static;
    }
     .info-block iframe {
         width: 100%
    }
     .info-block .story-info {
         margin: 20px 0;
         text-align: center
    }
     .testimonials-slider.become-success-story .succ-pic {
         position: static;
    }
     .testimonials-slider.become-success-story .details {
         margin-left: 0px;
         padding-top: 35px;
         width: auto;
    }
     .testimonials-slider.become-success-story {
         height: auto;
         padding-bottom: 30px
    }
     .testimonials-slider.become-success-story .details h2 {
         text-align: center
    }
     .testimonials-slider .help-inspire {
         text-align: center
    }
     .form-signup-bottom.in {
         padding-top: 30px
    }
     .testimonials-slider.become-success-story .details ol {
         padding-top: 25px
    }
     .home-banner-block.how-it-works .food-pic {
         position: static;
         padding: 20px 20px 0 20px
    }
     .home-banner-block.how-it-works h1 {
         padding-top: 0px;
    }
     .banner-content-header {
         width: auto;
    }
     .home-banner-block.how-it-works p {
         font-size: 18px;
         line-height: 24px;
         padding-right: 0
    }
     .process .info-block .details {
         margin-left: 0px;
         text-align: center
    }
     .process .info-block p {
         font-size: 16px;
         line-height: 21px;
    }
     .process .what-to-expect .what-to-expect-pic {
         top: 140px;
         width: 130px;
         position: static;
         float: right
    }
     .process .what-to-expect .block {
         margin-right: 0px;
         padding-bottom: 30px;
    }
     .process .what-to-expect p {
         font-weight:300;
         font-size: 18px;
         line-height: 21px;
    }
     .user-signup-block .form-block, .user-signup-block .message-block, .error-block {
         width: auto;
    }
     .heating-ins-video {
         width: 100%;
    }
     .heating-ins-video iframe {
         width: 100% !important;
    }
     .heating-instrucions {
         width: auto
    }
     .menu-item-details h3 {
         border-bottom: 3px solid #638c1c;
         font-size: 28px;
    }
     .menu-item-details td.right-cell {
         padding-right: 10px;
    }
     ul.vitamin-info {
         font-size: 11px
    }
     .select-your-menu .offer-block {
         float: none;
         width: 100%;
         margin-bottom: 30px;
    }
     .select-your-menu .offer-block .details {
         height: auto
    }
     .select-your-menu .menu-info-block {
         height: auto;
    }
     .select-your-menu .offer-block .offer-info {
         border-right: 1px solid #b1b1b1;
         padding-bottom: 25px;
         padding-left: 15px;
         padding-right: 15px;
    }
     .heating-instrucions h2 {
         font-size: 34px;
    }
     .info-block h3 {
         padding-top: 15px;
         text-align: center
    }
     .info-block p {
         text-align: center
    }
     .home-banner-block.how-it-works .btn.btn-grn, .process .text-center .btn.btn-grn {
         display: block;
         margin: 0
    }
     .info-img-mob {
         display: block
    }
     .info-img-dp {
         display: none
    }
     .select-your-menu .menu-info-block ul.list2, .select-your-menu .learn-more-link {
         margin-top: 0
    }
     .food-steps-block {
         position: relative;
         padding-top: 30px;
         width: 65px
    }
     .food-steps-block .value-added {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         text-align: center
    }
     .selected-column-right {
         display: none
    }
     .food-steps-block .step-num {
         display: none
    }
     .food-steps-block .of-total {
         display: none
    }
     .food-steps-block .selected-txt {
         display: none
    }
     .food-steps-block .step-type {
         font-size: 12px;
    }
     .food-steps-block {
         width: 22%
    }
     .food-steps-block.step4 {
         width: 100%
    }
     .food-section-scroll .col-menu {
         width: 100%;
         border: 0;
         margin-right: 10px
    }
     .food-section-scroll {
         width: auto
    }
     .food-section-scroll.you-choose {
         width: auto
    }
     .food-section-scroll .col-menu .menu-meal {
         float: none;
         margin: 10px;
    }
     .testimonial-home-banner {
         z-index: 1;
         margin: 0;
         float: left;
         position: relative;
         width: 180px;
    }
     .testimonial-home-banner .name-info {
         color: #58595b;
         font-weight:300;
         font-size: 14px;
         left: 10px;
         line-height: 17px;
         position: absolute;
         top: 30px;
    }
     .testimonial-home-banner .name-info2 {
         top: 20px;
    }
     .home-banner-content h1 {
         text-align: center;
         padding-top: 10px;
         border-top: solid 1px #e9e9e9;
         margin-top: 0;
         border: 0
    }
     .bx-controls {
         display: none
    }
     .sticky-footer ul li {
         font-size: 14px;
         text-align: center;
         width: 25%;
    }
     .sticky-footer ul li a {
         padding: 5px 5px;
    }
     .sticky-footer ul li.spicy-icon {
         display: none
    }
     .nutri-banner-content h1 {
         margin-top: 80px;
         font-size:30px
    }
     h2.t2 {
         font-size: 24px;
    }
     .testimonials-slider .cation-txt {
         bottom: 0;
         font-size: 14px;
         height: auto;
         line-height: 20px;
         text-align: center;
         padding-top: 10px;
         padding-bottom: 10px;
         position: static;
         color: #000;
         background-color: #fff
    }
     .get-started-today-block h2 {
         font-size: 24px
    }
     .nutrition-section .food-menu a, .nutrition-section .food-menu.effect-ruby {
         width: auto;
    }
     .nutrition-section .food-menu span {
         font-size: 12px;
    }
     .nutrition-section .food-menu.effect-ruby {
         margin-left: -10px;
         margin-right: -10px
    }
     .food-section-scroll .col-menu .menu-meal {
         margin: 0px;
    }
     .food-steps-block .selection-type .of-total {
         display: none
    }
     .meal-type-bar .in-hurry-txt, .auto-fill-txt, .auto-fill-note {
         display: none
    }
     .food-steps-block .step-type {
         text-transform: none;
         font-weight: 400
    }
     .food-steps-block.step4 {
         width: 34%
    }
     .food-steps-block .btn.btn-grn {
         margin: -20px 0 0 0;
         padding: 5px 10px;
         width: auto;
         float: right
    }
     .food-steps-block {
         margin-top: 20px;
         padding-top: 15px;
         padding-bottom: 20px
    }
     .food-steps-block .caret.caret-right {
         display: none
    }
     .top-bar li.help-ins-header {
         position: absolute;
         margin: 0;
         font-size: 12px;
         margin-left: 30px;
         background: url(/img/call-icon.png) no-repeat left;
         top: 0
    }
     .top-bar li.help-ins-header .need-help-txt {
         display: none
    }
     .top-bar li.help-ins-header span.call {
         font-size: 18px
    }
     .top-bar li.help-ins-header span.call a {
         text-decoration: none
    }
     .meal-type-bar {
         height: 35px
    }
     .meal-type-bar .meal-type-title {
         padding-top: 8px;
         font-size: 18px
    }
     .meal-type-bar .meal-type-title {
         width: auto
    }
     .home-banner-content h1 {
         font-size: 25px;
         margin-top:0px;
         min-height: 80px;
         padding-left: 10px;
         padding-right: 10px;
         margin-bottom:10px
    }
     .cta {
         margin-top: 5px
    }
     .testimonial-home-banner .name-info {
         display: none
    }
     .hide-mob {
         display: none
    }
     .visible-mob {
         display: block
    }
     .home-banner .home-banner-block .result-info {
         position: absolute;
         bottom: -45px;
         left: 0px;
         color: #848484;
         font-size: 8px;
         line-height: 9px
    }
     .home-banner .home-banner-block {
         margin-left: 180px;
    }
     .home-banner.how-it-works .home-banner-block {
         margin-left: 0px;
    }
     .home-banner {
         background: url(/img/home-banner-bg2.png) no-repeat center bottom;
         padding-bottom: 15px
    }
     .home-banner.home-page {
         padding-bottom: 0
    }
     .banner-section-testim .shop-by-block {
         padding-left: 20px;
         padding-right: 20px
    }
     .sucess-stories-banner {
         height: 250px;
         background-size: cover
    }
     .sucess-stories-banner h1 {
         color: #fff;
         font-size: 30px;
         margin-bottom: 10px;
         margin-top: 50px;
    }
     .sucess-stories-banner p.desc {
         font-size: 18px;
    }
     .hide-desktop {
         display: inline
    }
     .banner-section-testim .rec-txt span {
         display: block
    }
     .home-banner-block.how-it-works .banner-content-header {
         margin-left: 0
    }
     .btn.btn-grn.login {
         margin: 0 30px;
         width: auto;
    }
     .login-return .or-divider {
         background-color: #e5e5e5;
         height: 3px;
         top: 0;
         width: 100%;
         margin: 30px 0;
         left: 0;
         position: relative
    }
     .login-return .or-divider span {
         left: 50%;
         top: 50%;
    }
     .login-return .close-modal {
         height: 18px;
         right: 10px;
         top: 10px;
         width: 18px;
         background-size: 100%
    }
     .checkout .heading-section {
         height: auto;
         padding-bottom: 50px
    }
     .checkout .heading-section p {
         float: none;
         margin-top: 25px;
         text-align: left;
    }
     .checkout .heading-section h2 {
         padding-top: 15px;
    }
     .checkout .checkout-form {
         float: none;
         width: auto;
    }
     .checkout-form .have-code .form-control {
         display: inline-block;
         width: 182px;
    }
     .checkout-form .nav-tabs li a {
         width: 100%;
    }
     .checkout-form .nav-tabs > li {
        /* float: none;
         */
         margin-bottom: -1px;
    }
     .checkout-form .nav-tabs li {
        /* margin: 0;
        */
         border: 0
    }
     .checkout-form .nav-tabs li a {
        /* border-radius: 0;
         */
         margin: 0
    }
     .checkout-form .nav-tabs li.credit-card a {
         background: none;
         text-indent: 0;
    }
     .checkout-form .nav-tabs li.active.credit-card a {
         background: none;
        /* text-indent: 0;
         background-color: #638c1c */
         background-color: #fff;
         border: solid 1px #d1d3d4;
         border-bottom: 0;
    }
     .checkout-form .nav-tabs li.paypal a {
         background: none;
         text-indent: 0;
    }
     .checkout-form .nav-tabs li.active.paypal a {
         background: none;
        /* text-indent: 0;
         background-color: #638c1c */
         background-color: #fff;
         border: solid 1px #d1d3d4;
         border-bottom: 0;
    }
     .checkout-form .nav-tabs li.amazon a {
         background: none;
         text-indent: 0;
    }
     .checkout-form .nav-tabs li.active.amazon a {
         background: none;
        /* text-indent: 0;
         background-color: #638c1c */
         background-color: #fff;
         border: solid 1px #d1d3d4;
         border-bottom: 0;
    }
     .checkout-form .authorize-net {
         background-size: 100%;
         height: 60px;
         width: 60px;
         left:auto;
         right:10px;
         top:20px
    }
     .checkout-form .credit-cards, .checkout-form .safe{
        float:none
    }
     .checkout-form .safe {
         font-size: 13px;
         line-height: 22px
    }
     .checkout-form .step2-section .col-field {
         margin-bottom: 15px
    }
     .checkout .heading-section {
         margin-left: -15px;
         margin-right: -15px;
         padding-left: 15px;
         padding-right: 15px
    }
     .checkout .right-section {
         background: url(/img/shade-checkout.png) no-repeat center top;
         padding-top: 30px;
         width: auto;
         padding-left: 15px;
         padding-right: 15px;
         margin-left: -15px;
         margin-right: -15px;
         float: none
    }
     .checkout-form .have-code label {
         display: block
    }
     .order-subs .key-btns li {
         width: 150px;
         margin-right: 10px
    }
     .order-subs .key-btns {
         height: auto
    }
     .order-options-block h1 {
         font-size: 32px
    }
     .order-options-block p.info {
         font-size: 16px;
         padding-left: 15px;
         padding-right: 15px
    }
     .order-options-block .order-options-wrap {
         width: auto;
    }
     .order-options-block .plan-block {
         float: none;
         width: auto;
         margin: 15px;
         max-width: 330px;
         margin: 0 auto 30px
    }
     .order-options-block .plan-block-info {
         height: auto;
         padding-bottom: 100px
    }
     .order-options-block .plan-block.subscription {
         float: none;
    }
     .order-options-block .note {
         padding-left: 15px;
         padding-right: 15px
    }
     .order-options-block h1 sup {
         font-size: 18px;
         top: -10px;
    }
     .order-options-block .plan-block.subscription .save-monthly.twomeals {
         margin-top: 35px;
    }
     .order-opt-left{
        padding-right:0
    }
     .order-opt-right{
        padding-left:0
    }
     .select-your-menu .menu-info-block ul.list2, .select-your-menu .learn-more-link{
        margin-top:0
    }
     .select-your-menu h2{
         font-size:24px
    }
     .select-your-menu h3{
        font-size:20px
    }
     .select-your-menu .promo-code-100off{
         padding:0 20px 20px 20px;
         width:280px;
         margin:0 auto
    }
     .select-menu-banner .sales-lady-pic {
         width: 101px;
    }
     .select-menu-banner .menu-benefits {
         margin-left: 110px;
         width: auto;
    }
     .select-menu-banner .menu-benefits h2 {
         font-size: 33px;
         line-height: 33px;
         margin-top: 15px;
    }
     .select-menu-banner .menu-benefits p.subtext {
         font-size: 23px;
         line-height: 23px;
         margin-top:15px
    }
     .select-menu-banner .menu-benefits h2 span, .select-menu-banner .menu-benefits p.subtext span{
         display:block
    }
     .hide-mobi{
        display:none
    }
     .select-your-menu .offer-block.rev{
        float:left
    }
     .shipping-status{
        text-align:center
    }
     .shipping-status label{
         margin:0 15px 10px;
         line-height:17px;
    }
     .shipping-status .btn.btn-ye{
        font-size:14px;
         display:inline-block;
         padding:0 10px;
    }
     .shipping-status .zip-field{
        display:inline-block;
         width:120px
    }
     .success-story-img{
        max-width:none;
         margin-right:0px
    }
     .nutri-banner{
         height:auto
    }
     .nutri-banner-content {
         position: static;
         height:auto;
    }
     .nutri-banner-content h1 {
         margin-top:30px;
         margin-bottom:10px
    }
     .top-bar li.call {
         font-size: 14px;
         margin-left: 10px;
    }
}
 @media (min-width:768px) and (max-width:1023px) {
     .owl-carousel .before-after-pic {
         color: #58595b;
         float: left;
         width: 400px;
    }
     .owl-carousel .before-after-info {
         padding-top: 60px;
    }
     .home-banner-content h1 {
         padding: 30px 0 0;
         font-size: 30px
    }
     .home-banner .home-banner-pic {
         left: -45px;
    }
     h1 {
         font-size: 34px;
    }
     .home-banner-content .rec-txt, .banner-section-testim .rec-txt {
         font-size: 20px;
         line-height: 22px;
         margin: 10px 20px 8px;
    }
     .home-banner-content .lose-pound-txt, .banner-section-testim .lose-pound-txt {
         font-size: 18px;
    }
     .home-banner .home-banner-altered {
         font-size: 22px;
    }
     .home-banner .home-banner-altered ul li {
         line-height: 40px
    }
     .home-banner-altered .form-inline {
         margin-left: 40px
    }
     .banner-valpak-info h2 {
         font-size: 35px;
    }
     .banner-valpak-info h3 {
         font-size: 34px;
    }
     .banner-valpak-info p.detail {
         font-size: 25px;
         line-height: 24px;
    }
     .banner-valpak-info {
         width: 50%;
    }
     .banner-valpak-info ul {
         padding: 20px 0
    }
     .home-banner .home-banner-altered-pic {
         left: 0px;
         width: 200px
    }
     .home-banner .home-banner-pic {
         width: 370px
    }
     .seen-on-block {
         padding-bottom: 20px
    }
     .home-banner-valpak {
         background-position : -210px 0;
    }
     .valpak-offers h3 {
         text-align: center
    }
     .valpak-offers .offer-block {
         height: 760px;
         margin: 0 6px 40px;
         width: 31.6%;
    }
     .enter-to-win .input-group .form-control {
         width: 100%;
    }
     .enter-to-win .form-inline {
         width: 70%;
         margin: 0 auto
    }
     .home-banner-valpak .shipping-sticker {
         width: 100px;
         bottom: 30px
    }
     .home-banner .home-banner-altered {
         margin-left: 275px;
    }
     .home-banner.success-story .home-banner-pic {
         width: 380px;
    }
     .home-banner .home-banner-block {
         height: auto;
    }
     .home-banner.success-story .home-banner-content {
         height: auto;
         margin-left: 410px;
         padding-top: 30px;
    }
     .home-banner.success-story .result-info {
         position: static
    }
     .home-banner-block.how-it-works .food-pic {
         top: 16px;
         width: 370px;
         right: -20px
    }
     .home-banner-block.how-it-works h1 {
         padding-bottom: 10px;
         padding-top: 30px;
    }
     .banner-content-header {
         width: 400px;
    }
     .home-banner-block.how-it-works p {
         font-size: 18px;
         line-height: 21px;
    }
     .home-banner-block.how-it-works .food-pic {
         right: -10px
    }
     .process .info-block .details {
         margin-left: 0px;
    }
     .home-banner-altered .form-inline {
         padding-bottom: 20px
    }
     .select-your-menu .offer-block {
         float: left;
         width: 30%;
         margin-left: 3%;
         margin-bottom: 25px;
    }
     .select-your-menu .offer-block .offer-info {
         border-right: solid 1px #bfbfbf
    }
     .select-your-menu .menu-info-block {
         height: 415px;
    }
     .home-banner .home-banner-block {
         padding-bottom: 20px
    }
     .process .what-to-expect .what-to-expect-pic {
         right: -10px;
    }
     .process .what-to-expect .block {
         margin-right: 262px;
    }
     .testimonials-slider.become-success-story .succ-pic {
         right: -240px;
    }
     .testimonials-slider.become-success-story {
         height: auto;
    }
     .testimonials-slider.become-success-story .details {
         width: 440px;
    }
     .become-success-story .divider-bottom {
         bottom: -30px;
    }
     .home-banner .home-banner-content {
         margin-left: 258px;
    }
     .home-banner .home-banner-altered {
         margin-left: 215px;
    }
     .select-your-menu .offer-block.three-meal {
         margin-left: 21.5%
    }
     .home-banner .home-banner-pic {
         left: -30px;
    }
     .home-banner .home-banner-block {
         height: 400px
    }
     .testimonial-home-banner {
         width: 400px
    }
     .home-banner .home-banner-content {
         margin-left: 338px;
    }
     .testimonial-home-banner .name-info {
         font-size: 20px;
         line-height: 22px;
    }
     .nutrition-section .food-menu.effect-ruby, .nutrition-section .food-menu a {
         width: auto;
    }
     .nutrition-section .food-menu span {
         font-size: 24px
    }
     .nutrition-menu .menu-item {
         width: auto;
    }
     .sticky-footer ul li a {
         color: #636466;
         padding: 5px 24px;
    }
     .sticky-footer ul li {
         font-size: 20px;
    }
     .testimonials-slider .cation-txt {
         font-size: 20px
    }
     .testimonials-slider .bx-wrapper .bx-pager {
         bottom: 24px;
         width: 98%;
    }
     h2.t2 {
         font-size: 30px
    }
     .get-started-today-block h2 {
         font-size: 30px;
    }
     .sticky-footer .order-now-block {
         display: block;
         right: 10px
    }
     .order-now-block .order-btn {
         padding-left: 10px;
         padding-right: 10px
    }
     .food-steps-block.step4 {
         position: absolute;
         right: 0;
         top: 0
    }
     .selected-column-right {
         width: 230px
    }
     .selected-column-right.you-choose {
         width: 160px
    }
     .help-ins-header {
         position: absolute;
         right: 30px;
         top: 0;
         font-size: 13px
    }
     .sticky-footer ul li a {
         padding: 5px 16px;
    }
     .step-title-section .step-arrow {
         display: none
    }
     .food-section-scroll .col-menu {
         float: left;
         width: 33.3333%;
         border-right: solid 4px #d2cec7;
         padding-top: 15px;
         padding-left: 2px;
         padding-right: 2px
    }
     .food-section-scroll .col-menu {
         float: none;
         width: auto;
    }
     .slide-ipad-food {
         margin-bottom: 30px
    }
     .home-banner .home-banner-block.how-it-works {
         height: auto;
         min-height: 320px
    }
     .checkout .checkout-form {
         float: none;
         width: auto
    }
     .checkout-form .have-code label {
         display: block
    }
     .checkout-form .have-code .form-control {
         display: inline-block;
    }
     .order-subs .key-btns li{
        width:140px
    }
     .select-menu-banner .menu-benefits {
         width: auto;
    }
     .select-menu-banner .menu-benefits h2{
        font-size:40px
    }
     .shipping-status{
        text-align:center
    }
     .shipping-status label{
         margin:0 15px 10px;
         line-height:17px;
    }
     .shipping-status .btn.btn-ye{
        font-size:14px;
         display:inline-block;
         padding:0 10px;
    }
     .shipping-status .zip-field{
        display:inline-block;
         width:120px
    }
}
 @media (min-width:479px) and (max-width:767px) {
     .home-banner .home-banner-pic {
         left: -5px;
         position: absolute;
         top: 0;
         bottom: auto
    }
     .home-banner .home-banner-content {
         margin-left: 130px;
    }
     .home-banner .home-banner-altered ul {
         margin-left: 150px;
    }
     .owl-carousel .before-after-pic {
         float: left;
         width: 200px;
    }
     .owl-carousel .before-after-info {
         text-align: left;
    }
     .before-after-info h2, .get-started-today-block h2 {
         font-size: 26px;
    }
     .before-after-info h5 {
         font-size: 16px;
    }
     .home-banner .home-banner-pic {
         width: 270px;
    }
     .home-banner .home-banner-pic {
         position: static
    }
     .home-banner .home-banner-content {
         margin-left: 0
    }
     .home-banner.success-story .home-banner-pic {
         width: 400px;
    }
     .home-banner .home-banner-block {
         height: 330px;
    }
     .home-banner.success-story .home-banner-content {
         height: auto;
         margin-left: 410px;
         padding-top: 30px;
    }
     .home-banner.success-story .result-info {
         position: static
    }
     .home-banner.success-story .home-banner-pic {
         position: absolute;
         left: 0;
         bottom: 0
    }
     .home-banner.success-story .home-banner-content {
         height: auto;
         margin-left: 220px;
    }
     .home-banner.success-story .home-banner-pic {
         width: 200px
    }
     .home-banner.success-story .home-banner-block {
         height: auto
    }
     .home-banner-block.how-it-works .food-pic {
         right: 0;
         top: 36px;
         width: 260px;
         float: right
    }
     .home-banner-block.how-it-works h1 {
         padding-top: 40px
    }
     .home-banner .home-banner-block {
         height: auto;
    }
     .enter-to-win .input-group .form-control {
         width: 100%;
    }
     .select-your-menu .offer-block {
         float: left;
         width: 44%;
         margin-left: 3%;
         margin-right: 3%
    }
     .select-your-menu .menu-info-block {
         height: 415px;
    }
     .home-banner .home-banner-altered-pic {
         width: 160px;
    }
     .owl-carousel .before-after-pic {
         width: 240px;
    }
     .home-banner .home-banner-altered ul {
         font-size: 28px;
    }
     .home-banner .home-banner-altered ul li {
         margin-bottom: 20px
    }
     .home-banner .home-banner-altered {
         margin-left: 60px;
         margin-top: 40px;
    }
     .home-banner .home-banner-altered-pic {
         width: 145px
    }
     .home-banner-content p span {
         display: block
    }
     .home-banner-altered .form-inline {
         clear: both
    }
     .testimonial-home-banner .name-info {
         left: 55px;
         top: 50px
    }
     .testimonial-home-banner {
         width: 230px;
    }
     .home-banner-content h1 {
         font-size: 30px;
         min-height: 115px;
         margin-top: 20px;
         border: 0
    }
     .home-banner-content .rec-txt, .banner-section-testim .rec-txt {
         padding: 20px;
    }
     .home-banner .home-banner-content {
         margin-left: 50px;
    }
     .home-banner .home-banner-block .result-info {
         font-size: 11px;
         line-height: 12px;
         margin-top: 10px;
         position: static
    }
     .order-options-block .plan-block {
         float: left;
         width: 45%;
         margin: 0 0 30px 15px
    }
     .order-options-block .plan-block.subscription {
         float: right;
         width: 45%;
         margin: 0 15px 30px 15px
    }
     .order-options-block .btn.btn-grn {
         font-size: 15px;
    }
     .order-options-block p.desc {
         font-size: 16px;
         line-height: 20px;
    }
     .order-options-block ul.menu-list {
         font-size: 20px;
    }
     .order-options-block ul.menu-list li span {
         font-size: 13px;
    }
     .order-options-block ul.menu-info {
         font-size: 13px;
    }
     .order-options-block .order-price-option {
         font-size: 14px;
    }
     .order-options-block .order-price-option .price {
         font-size: 22px;
    }
     .order-options-block .order-price-option .price .sup {
         font-size: 18px;
         top: -3px;
    }
     .order-options-block .plan-block-info {
         height: 765px;
         padding-left: 15px;
         padding-right: 15px;
    }
     .order-options-block .plan-block.subscription .save-monthly {
         font-size: 18px
    }
     .order-options-block .plan-block h3 {
         font-size: 19px;
         line-height: 25px;
         padding: 7px;
    }
}
 @media (min-width:320px) and (max-width:550px) {
     .valpak-offers .offer-block {
         background-color: #fff;
         border-radius: 4px;
         box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
         color: #58595b;
         float: none;
         height: auto;
         width: 100%;
         margin-bottom: 25px;
    }
     .valpak-offers .offer-block .offer-info p {
         height: auto;
    }
     .valpak-offers .offer-block .offer-info ul {
         height: auto;
    }
     .valpak-offers .offer-block .btn.btn-grn {
         font-size: 15px;
    }
     .ptf-page h2.title span {
         display: block;
    }
     .ptf-page h2.title, .testimonials-slider.become-success-story .details h2 {
         font-size: 34px
    }
     .testimonials-slider.become-success-story .details h2 span {
         display: block
    }
     .home-banner-content .rec-txt {
         clear: both;
    }
}
 @media (min-width:320px) and (max-width:359px) {
     .food-section-scroll .col-menu {
         margin-right: 5px
    }
}
 @media (min-width:320px) and (max-width:1023px) {
     .food-section-scroll .col-menu .menu-meal {
         background-color: #fff;
         border: 0;
         float: none;
         border-bottom: 1px solid #bbb7af;
    }
     .step-title-section .step-arrow {
         display: none
    }
     .food-section-scroll .col-menu .menu-meal {
         height: 76px;
         padding: 2px 0;
         position:relative
    }
     .food-section-scroll .col-menu img {
         float: left;
         width: 70px
    }
     .food-section-scroll .col-menu img {
         min-width: 50px;
         min-height: 50px
    }
     .food-section-scroll .col-menu .menu-meal h5 {
         margin-left: 80px;
         text-align: left;
         font-size: 12px;
         width: 100px;
         font-weight:700
    }
     .food-section-scroll .col-menu .select-item-row {
         margin-left: 90px
    }
     .food-section-scroll .col-menu .inp-field {
         position: absolute;
         left: 40px;
         top: 0;
         width: 44px
    }
     .food-section-scroll .col-menu a.plus {
         position: absolute;
         left: 90px;
         top: 0
    }
     .food-section-scroll .col-menu a.minus {
         position: absolute;
         left:-4px;
         top: 0
    }
     .food-section-scroll .col-menu a.update-btn {
         height: 60px;
         width:40px;
         line-height: 60px;
         font-size: 20px;
         border-radius: 4px
    }
     .food-section-scroll .col-menu .form-control {
         font-size: 14px;
         height: 60px;
    }
     .checkout-mobile {
         background: #e5e5e5;
         height: 40px;
         position: fixed;
         bottom: 0;
         width: 100%;
         left: 0;
         right: 0;
         padding: 3px 10px;
         z-index: 99999
    }
     .checkout-mobile p {
         float: left;
         color: #638c1c;
         font-size: 13px;
         line-height: 35px
    }
     .checkout-mobile .btn.btn-grn {
         font-size: 12px;
         padding: 8px 23px 8px 10px;
         margin: 0;
         position: absolute;
         right: 10px;
         top: 2px
    }
     .checkout-mobile .caret.caret-right {
         border-bottom: 4px solid transparent;
         border-left: 4px solid;
         border-top: 4px solid transparent;
         color: #fff;
         margin-left: 5px;
         right: 7px;
         top: 14px;
    }
     .steps-mob {
         margin: 10px 0 0 0;
         display: block
    }
     .steps-mob .nav-tabs {
         border-bottom: solid 1px #638c1c
    }
     .steps-mob .nav-tabs > li {
         width: 33.33333%;
         margin: 0;
         border: 0
    }
     .steps-mob.you-choose .nav-tabs > li {
         width: 25%;
    }
     .twomeals .steps-mob .nav-tabs > li {
         width: 50%;
    }
     .steps-mob .nav-tabs > li > a {
         display: block;
         font-size: 11px;
         text-align: center;
         background-color: #ccc;
         color: #fff;
         text-align: center;
         padding: 5px 0;
         border: 0;
         margin-bottom: 0
    }
     .steps-mob .nav-tabs > li.last {
         margin: 0;
         right: -2px
    }
     .steps-mob .nav-tabs > li > a span {
         display: block;
         font-size: 11px;
         text-align: center
    }
     .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
         color: #fff;
         cursor: default;
         background-color: #638c1c;
         border: 0
    }
     .steps-mob {
         display: block
    }
     .steps-mob .nav-tabs > li span.title {
         text-transform: uppercase;
         font-size: 12px;
         line-height: 14px;
         font-weight: 700
    }
     .steps-mob.you-choose .nav-tabs > li span.title {
         font-size: 11px;
    }
     .steps-mob .nav-tabs > li span.select-items {
         font-size: 11px;
         line-height: 11px
    }
     .container-mob {
         padding-left: 10px;
         padding-right: 10px
    }
     .hide-steps-mob {
         display: none
    }
     .checkout-mobile {
         display: block
    }
     .selected-column-right {
         display: none
    }
     .food-section-scroll {
         width: auto;
    }
     .food-section-scroll.you-choose {
         width: auto;
    }
     .food-section-scroll .col-menu .menu-meal {
         float: none;
         width: auto
    }
     .food-section-scroll .tab-content > .tab-pane {
         display: none;
         visibility: hidden
    }
     .food-section-scroll .tab-content > .tab-pane.active {
         display: block;
         visibility: visible
    }
     .food-section-scroll .col-menu {
         padding-top: 0
    }
     .meal-type-bar {
         display: none
    }
     .auto-fill-txt.autofil-mob {
         display: block;
         position: absolute;
         right: 0;
         top: 0;
         padding: 1px 10px;
         width: auto;
         line-height: 30px;
         font-size: 14px
    }
     .step-title-section {
         border: 0
    }
     .autofil-info {
         border-bottom: solid 1px #bbb7af;
         padding: 10px 0 0;
         position: relative;
         height: 50px
    }
     .autofil-info p {
         margin-right: 100px;
         font-size: 12px;
         line-height: 14px
    }
     .autofil-info {
         display: block
    }
     .food-sel-nav {
         display: none
    }
     .top-bar li.logo-fsel.logo-fsel {
         position: absolute;
         width: 177px;
         left: 10px;
         top: 9px;
         display: block
    }
     .top-bar li.help-ins-header {
         margin-right: 10px
    }
     .food-section-scroll .col-menu.snacks {
         width: 100%;
    }
     .twomeals .food-section-scroll .col-menu {
         width: 100%
    }
}
 @media (min-width:768px) and (max-width:1023px) {
     .autofil-info p {
         margin-right: 100px;
         font-size: 14px;
         line-height: 30px
    }
     .food-section-scroll .col-menu .menu-meal {
         width: 49%;
         float: left
    }
     .top-bar li.help-ins-header {
         top: -13px;
    }
     .checkout-mobile {
         height: 60px
    }
     .checkout-mobile .btn.btn-grn {
         font-size: 18px;
         padding: 8px 43px 8px 20px;
         right: 10px;
         top: 10px;
    }
     .checkout-mobile .caret.caret-right {
         border-bottom: 8px solid transparent;
         border-left: 8px solid;
         border-top: 8px solid transparent;
         color: #fff;
         margin-left: 5px;
         right: 18px;
         top: 13px;
    }
     .checkout-mobile p {
         font-size: 22px;
         margin-top: 10px;
         margin-left: 5px
    }
     .footer {
         padding-bottom: 70px
    }
     .selected-column-right {
         display: block
    }
     .autofil-info p {
         font-size: 14px;
         line-height: 17px;
         margin-right: 100px;
    }
     .food-section-scroll .col-menu .menu-meal {
         float: none;
         width: auto;
         position:relative
    }
     .food-section-scroll .col-menu {
         border-right: 0
    }
     .slide-ipad-food {
         float: left;
         width: 490px
    }
     .selected-column-right {
         padding-top: 45px
    }
     .selected-column-right.you-choose {
         width: 230px
    }
     .checkout-form .nav-tabs > li.active > a, .checkout-form .nav-tabs > li.active > a:hover, .checkout-form .nav-tabs > li.active > a:focus {
         color: #333;
         cursor: default;
         background-color: #fff;
         border: solid 1px #d1d3d4;
         border-bottom: 0;
    }
     .step-form {
         padding-right: 100px
    }
     .checkout .right-section {
         background: url(/img/shade-checkout.png) no-repeat center top;
         padding-top: 30px;
         width: auto;
         padding-left: 15px;
         padding-right: 15px;
         margin-left: -15px;
         margin-right: -15px;
         float: none;
         margin-right: 100px
    }
     .checkout .right-section table {
         width: 100%
    }
}
 @media (min-width:320px) and (max-width:359px) {
     .logo-fsel {
         width: 145px
    }
}
 @media (max-width:398px) {
     .payment-section .nav > li > a > img {
         width:100%;
    }
     .nav-tabs li.credit-card a {
         width:120px;
    }
     .nav-tabs li.paypal a {
         width:90px;
    }
     .nav-tabs li.amazon a {
         width:90px;
    }
}
 @media (max-width:320px) {
     .payment-section .nav > li > a > img {
         width:100%;
    }
     .nav-tabs li.credit-card a {
         width:100px;
    }
     .nav-tabs li.paypal a {
         width:80px;
    }
     .nav-tabs li.amazon a {
         width:80px;
    }
}
 @media (min-width:320px) and (max-width:480px) {
     .select-your-menu .menu-info-block.subscribe{
        height:auto
    }
     .select-your-menu .offer-block.rev{
        float:none
    }
}
/* amazon payments */
 #addressBookWidgetDiv {
     min-width: 300px;
     max-width: 600px;
     min-height: 228px;
     max-height: 400px;
}
 #walletWidgetDiv {
     min-width: 300px;
     max-width:600px;
     min-height: 228px;
     max-height: 400px;
}
/* Mobile optimized and small window */
 #addressBookWidgetDiv {
     width: 100%;
     height: 228px;
     display:none;
}
 #walletWidgetDiv {
     width: 100%;
     height: 228px;
     display:none;
}
/* Desktop and tablet */
 .text-messages-success{
    min-height:400px
}
 .text-messages p{
    text-align:center
}
 .text-messages h2 span{
    display:block
}
 .text-messages .text-message-note{
     font-style:italic;
     margin-top:15px
}
 .text-messages-success{
     padding-top:100px
}
 @media only screen and (min-width: 768px) {
     #addressBookWidgetDiv {
         width: 480px;
         height: 228px;
    }
     #walletWidgetDiv {
         width: 480px;
         height: 228px;
    }
     .text-messages h2 span{
        display:inline
    }
}
 .checkout-form .error-highlight .form-control {
     border: 1px solid #ff0000;
     color:#ff0000
}
 .checkbox label.error-highlight {
    color:#ff0000
}
 .confirm-info .error-highlight .form-control {
     border: 1px solid #ff0000;
     color:#ff0000
}
 .confirm-info label.error-highlight {
    color:#ff0000
}
 .icon-hover-info{
	position:absolute ;
	bottom: 8px;
	padding:0;
	margin:0;
	list-style:none;
	left: 5px;
	text-align:left
}
 .icon-hover-info .icon{
     float:left;
     width:25px;
     height:20px;
     background:url(/wp-content/themes/ptfoods/images/food-info-icon.png) no-repeat left 0;
     margin-right:10px;
     position:relative
}
 .icon-hover-info .icon.info-measure-icon{
     background-position:-35px 0
}
 .hover-icon-info{
     display:none;
     background-color:#fff;
     border:solid 1px #ccc;
     box-shadow:0 0 15px 5px rgba(0,0,0,.1);
     padding:10px;
     position:absolute;
     width:200px;
     left:0;
     top:27px;
     z-index:999
}
 .icon-hover-info li:hover .hover-icon-info{
    display:block
}
 .icon-modal-info{
    margin:20px 0
}
 .allergy-info-modal .icon-modal-info p{
    font-size:12px;
     padding:0;
}
 .icon-modal-info .icon{
     float:left;
     width:25px;
     height:20px;
     background:url(/wp-content/themes/ptfoods/images/food-info-icon.png) no-repeat left 0;
     margin-right:10px;
     position:relative
}
 .icon-modal-info .icon.info-measure-icon{
     background-position:-35px 0
}
 @media (max-width: 767px) {
     .custom-float-right {
         float:none;
    }
     .food-section-scroll .col-menu .select-item-row {
         margin-left: 0px;
         float: right;
         position: absolute;
         right: 127px;
         top: 5px;
    }
}
 .step-title-section .fivesteps .step5{
     width:100px
}
 .step-title-section .fivesteps .step4.cont{
     width:150px
}
 .step-title-section .fivesteps .step5 .step-arrow{
     right:-30px
}
 .step-title-section .fivesteps .food-steps-block .caret.caret-right{
     right:17px
}
 .step-title-section .fivesteps .food-steps-block .btn.btn-grn {
     padding: 10px 38px 10px 30px;
     margin-top: 15px;
     font-weight: 700;
     position: relative;
}
 .container h1.header-bg-img {
     padding: 50px 20px 80px;
     text-align: center;
     position: relative;
     color: #579035;
     font-weight: bold;
     margin-bottom: 0;
}
 .header-bg-img:before {
     content: "";
     display: block;
     position: absolute;
     z-index: -1;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     opacity: 0.2;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .header-bg-img:after {
     content: "";
     position: absolute;
     z-index: -1;
     width: 100%;
     height: 100%;
     background: linear-gradient(transparent, #fff);
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .header-bg-img--table-plates:before {
     background-image: url('https://www.personaltrainerfood.com/img/entree-group-overhead-v1 (1).jpg')
}





/* External CSS files */
.stories-page .stories-banner {
	position: relative;
	min-height: 451px
}
.stories-page .stories-banner .intro {
	position: absolute;

	left: 20px;
	width: 330px;
	 top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stories-page .stories-banner .intro h1 {
}
.stories-page .stories-banner .intro p {
	font-size: 24px;
	font-weight: 300;
	line-height:1.2; padding-top:10px
}
.stories-page .stories-banner .banner-img {
	width: 708px;
	height: 451px;
	position: relative;
	right: -120px;
	float: right
}
.stories-page .customer-review {
	background-color: #f1f1f1;
	padding: 35px 0
}
.stories-page .customer-review a.story-block {
	background-color: #fff;
	height: 250px;
	position: relative;
	display: block;
	margin-bottom: 30px;
	color: #333;
	transition: all .3s;
}
.stories-page .customer-review a.story-block:hover {
	box-shadow: 0 15px 20px rgba(0,0,0,0.2);
	transform: translate(0, -4px);
}
.stories-page .customer-review .story-block .pic {
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	height: 240px;
}
.stories-page .customer-review .story-block.left .pic {
	width: 225px;
	left: 0;
	background-position:bottom left
}
.stories-page .customer-review .story-block.right .pic {
	width: 165px;
	right: 0;
	left: auto;
	background-position:bottom right
}
.stories-page .customer-review .story-block .info {
	position: absolute;
	top: 20px
}
.stories-page .customer-review .story-block.left .info {
	left: 162px;
}
.stories-page .customer-review .story-block.right .info {
	left: 30px;
}
.stories-page .customer-review .story-block .info .name {
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 8px
}
.stories-page .customer-review .story-block .info .loose-weight {
	font-size: 20px;
	font-weight: 900
}


.sharebox-stories h2{  font-size:38px; max-width:590px; margin:0 auto; text-align:center; padding:20px 0}






.giftcard-section{position:relative; padding-bottom:30px}

.giftcard-section .story-widget{padding:40px 0 20px 0; color:#fff}
.gc-note{font-style:italic; text-align:center; color:#999; font-weight:300}



.stories-detail-page h1 {
	font-size: 38px
}
.stories-detail-page .crumbs {
	background-color: transparent
}
.stories-detail-page .crumbs li{padding-left:0}
.stories-detail-page .crumbs li a {
	position: relative;
	margin-right:8px;
	color: #333
}
.stories-detail-page {
	padding: 30px 0
}
.stories-detail-page .info {
	padding-top: 90px
}
.stories-detail-page .info h2 {
	font-size: 36px;
	font-weight: 300;
	padding-bottom:15px
}
.stories-detail-page .info h3 {
	font-size: 20px;
	font-weight: 900;
	padding-bottom:15px
}
.stories-detail-page .info .weight-loss-info {
}
.stories-detail-page .info .quote {
	font-style: italic
}

.img-story-large{ position:relative}

.img-story-large .txt-before{ position:absolute; bottom: 85px;
    left: 0; }




@media (min-width:768px) and (max-width:1100px){


.stories-page .stories-banner .banner-img {
     width: 65%;
    height: auto;
    float: none;
    right: 0;
    margin-left: 35%;

}
.stories-page .stories-banner{min-height:100px}
.stories-page .stories-banner .intro{width:32%}

}


@media(max-width:767px){

	.stories-page .stories-banner .intro {
	position: static;
	width: auto;
	text-align:center; padding-top:25px;

  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.stories-page .stories-banner .banner-img {
	width: auto;
	position: relative;
	right: 0;
	float: none;
	height:auto

}
.stories-page .stories-banner .intro h1, .sharebox-stories h2{font-size:30px}
.stories-page .stories-banner{min-height:100px}
.stories-page .stories-banner .intro p{font-size:17px; padding-left:15px; padding-right:15px}


.stories-detail-page .info{text-align:center; padding-top:10px; padding-bottom:50px}

}


/* THIRDinteractive CSS */

.accord1 li{
  list-style:none;
}
.accord1 li p{
  padding: 2px 0;
}
.accord-content{
  display:none;
  font-weight: 500;
  font-size:15px;
}

.accord-content img.alignleft, .accord-content img.alignright {
  width: 48%;
}

#faqlist h3 {
  padding-bottom: 18px;
}

#faqlist h4 {
    position: relative;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #477900;
}

#faqlist img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#faqlist img.alignleft, #faqlist img.alignright {
  width: 48%;
}

#faqlist img.alignleft {
  float:left;
}

#faqlist img.alignright {
  float:right;
}

/* FAQ CSS from old external file */

.faq-container-block {padding-top: 65px; color: #414042; background:url('/wp-content/themes/ptfoods/images/faq-shade-bg.png') no-repeat top center;}
.faq-container-block h3 {font-weight: 400}
.faq-container-block .panel-group {padding-top: 20px;padding-bottom: 40px}
.faq-container-block h5 {font-size: 13px;font-weight: 600;font-style: normal; margin-bottom:10px}
.faq-container-block .fques {font-style: italic}
.faq-sidebar {background-color: #f7f7f7;border-radius: 6px;padding: 25px;border: solid 1px #eee;text-align: center}
.faq-sidebar p {margin: 40px 0;font-style: italic}
.faq-sidebar h4 {margin: 0 0 20px 0;font-size: 18px;font-weight: 600}
.faq-sidebar h5 {margin: 20px 0 20px 0;font-size: 18px;font-weight: 600;line-height: 2}
.faq-sidebar .btn.order-btn-faq {margin: 0;font-size: 20px;padding: 10px 30px}
.faq-sidebar .btn.btn-search {margin-left: -1px;}
.faq-sidebar .form-control {height: 42px}
.faq-container-block .faqslinks{ padding:0 0 45px 45px; margin:0; list-style:none}
.faq-container-block .faqslinks li { padding-bottom: 0; font-weight: 600; position:relative}
.faq-container-block .faqslinks li a.trigger {position: relative; font-size: 18px;margin: 0 0 10px 0; color: #414042; font-weight:400;}
.faq-container-block .faqslinks li a.trigger:hover {color: #337700; text-decoration:underline}
.faq-container-block .faqslinks li a.trigger:before {content: '';position: absolute;left: -27px; top: 11px; width: 17px; height: 3px; background-color: #337700;transform:rotate(90deg); border-radius:2px; transition: .3s ease;}
.faq-container-block .faqslinks li a.trigger:after {content: '';position: absolute;left: -20px; top: 4px; width: 3px; height: 17px; background-color: #337700;transform: rotate(90deg);transition: .3s ease;border-radius:2px; }
/*faq css*/
.faq-title-block {
	background: url(/wp-content/themes/ptfoods/images/faq-qmark-icon.png) no-repeat center 20px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 25px
}
.faq-title-block h2 {
	font-size: 48px;
	color: #636466;
	font-weight:300;
	margin-bottom: 20px
}
.faq-title-block p {
	font-size: 24px;
	color: #636466;
	font-weight:300;
}
.faq-list {
	margin-top: 7px;
	padding: 0;
	list-style: none;
	height: 20px;
	color: #000
}
.faq-list li span {
	margin-left: 25px
}
.faq-list li {
	float: left;
	font-size: 13px;
}
.faq-list li a.text {
}
.faq-list li a.play {
}
.answer {
	border: solid 1px #ccc;
	padding: 10px 20px;
	background-image: linear-gradient(bottom, rgb(237,237,237) 18%, rgb(255,255,255) 59%);
	background-image: -o-linear-gradient(bottom, rgb(237,237,237) 18%, rgb(255,255,255) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 18%, rgb(255,255,255) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 18%, rgb(255,255,255) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 18%, rgb(255,255,255) 59%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, rgb(237,237,237)), color-stop(0.59, rgb(255,255,255)) );
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	font-size: 16px;
	color: #595959;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 60px;
}

.more-faqs {

    text-align: center;
    font-size: 24px;
    color: #636466;
    padding-bottom:40px;

}

.terms h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}

.terms h3 {
  font-size: 20px;
  font-weight: 400;
}
.menu-item .trustpilot-widget, .stories-page .trustpilot-widget {
  display:block!important;
  clear:both;
}

.tbox-widget-wrapper {
  position: relative;
  height: 800px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.page-id-23  .get-started-today-block {
  padding: 0px 0 40px;
}

.page-id-23 .get-started-today-block h2 span {
  font-size: 18px;
}

.page-id-23  .get-started-today-block .btn.btn-grn {
  font-size: 15px;
  padding: 5px 10px;
  width: 250px;
}

/* GRAVITY FORMS */
.ptf-custom-form {
  width: 480px;
  margin: 0 auto;
}

.ptf-custom-form label {
  display:none!important;
}

.ptf-custom-form .gform_body {
  width:80%!important;
  float:left!important;
}

.ptf-custom-form ul.gform_fields li.gfield {
  padding: 0!important;
}

.ptf-custom-form .ginput_container_email input {
  width: 100%!important;
  padding: 0 10px!important;
  height: 42px!important;
  line-height: 42px!important;
  color:#999;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: solid 1px #ccc;
  font-family: 'Raleway', sans-serif!important;
  color:#222;
}

.ptf-custom-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.ptf-custom-form .gform_footer {
  width: 20%!important;
  clear:none!important;
  margin:0!important;
  float:right!important;
}

.ptf-custom-form .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
  background-color:#ff7002;
  color:#fff;
  border: none;
  padding: 0!important;
  height: 42px!important;
  line-height: 42px!important;
  width: 100%!important;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ptf-custom-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px!important;
}

.ptf-custom-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

    max-width: 100% !important;

}
.gform_wrapper .field_description_below .gfield_description { padding-top: 0 !important; text-align: center; text-transform: uppercase; color: #999; }
#gform_3 .gform_title {
  display: none;
}

#gform .gfield_label {
  display:none!important;
}

#gform_3 #field_3_3 {
  width: 54%;
  float:left;
  clear:none!important;
}

#gform_3 .top_label input.medium, #gform_3 .gform_wrapper .top_label select.medium {
  width:100%;
}

#gform_3 #field_3_3 input {
  border: solid 2px #648a24;
  color: #648a24;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  background: url('/wp-content/themes/ptfoods/images/bg-phone-icon.png') no-repeat 0 0;
  background-size: contain;
  padding-left: 45px;
}

#gform_3 #field_3_2 {
  float:right;
  width: 46%;
  clear:none!important;
}

#label_3_2_1 {
  font-size: 19px;
  color:#c0c0c0;
  font-weight: 400;
  padding-top: 6px;
}

#gform_wrapper_3.gform_wrapper ul li.gfield {
  margin-top: 0;
}

.gchoice_3_2_1 input[type="checkbox"] {
  display:none!important;
}

.gchoice_3_2_1 input[type="checkbox"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    background:url('/wp-content/themes/ptfoods/images/cb_checks.png') 0 0 no-repeat;
    background-size: cover;
    cursor:pointer;
}
.gchoice_3_2_1 input[type="checkbox"]:checked + label span {
    background-position:0 -30px;
    background-size: cover;
}

/*
.gchoice_3_2_1 span {
  border:solid 1px green;
  height: 29px;
  width: 37px;
  background: url('/wp-content/themes/ptfoods/images/check-icon-exit-pop.png') 0 0 no-repeat;
  background-size: cover;
}
*/

.modal-body .gform_wrapper ul li.gfield {
  clear:none!important;
}

/* TrustPilot Grid */
.page-id-15173 .trustpilot-widget {
  display: block!important;
  position:relative!important;
}




/* FASTING */
.fasting {
  color: #638c1c;
  font-size: 1.4vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

.fasting h3 {
  padding-bottom: 1.2vw;
  color: #638c1c;
  font-weight: 600;
  font-size: 2.7vw;
}

.fasting p {
  padding-bottom: 3.2vw;
}

.fasting .top_banner {
  text-align: center;
}

.fasting .top_banner img {
  margin: 0 auto;
}

.new_fasting_what_is {
  display: block;
  clear:both;
  position: relative;
  border-top: solid 1px #e5e5e5;
  margin-top: 10px;
}

.new_fasting_what_is .new_fasting_image_wrapper {
  width: 40%;
  float:left;
}

.new_fasting_what_is .new_fasting_image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.new_fasting_what_is .new_fasting_text_wrapper {
  width: 52%;
  float:right;
  text-align: center;
  padding-top: 3vw;
}

.new_fasting_what_is .new_fasting_text_wrapper p, .new_fasting_what_is .new_fasting_text_wrapper ul {
  padding: 0 80px 0 0;
  padding-bottom: 1.6vw;
}

.fast-banner {
  text-align: center;
  color: #638c1c;
}

.fast-banner .info h1 {
    font-size: 2.8vw;
    font-weight: 500;
    padding-top: 6vw;
    color: #638c1c;
}

.new_what_t_fast_now img {
  float: right;
  width: 30%;
}

.fast-banner .video-container {
    width: 60%;
    margin: 80px auto 0;
}

.new_what_to_fast_now {
  padding: 40px 0;
  border-top: solid 1px #e5e5e5;
}

.new_what_to_fast_now .col1 {
  text-align: center;
  padding: 4vw 0 0 11vw;
}

.new_what_to_fast_now .fast_image_2 {
  float: right;
  width: 30%;
}

.new_what_to_fast_now .fast_image_2 img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial_fast, .fast_questions {
  border-top: solid 1px #e5e5e5;
  margin-top: 10px;
  padding:6vw 0;
  display: block;
  clear:both;
  text-align: center;
}

.testimonial_fast .row, .fast_questions .row {
  margin: 0;
}

.testimonial_fast .title {
  display: block;
  color: #3a7bc8;
  font-size: 2vw;
  font-weight: 700;
}

.testimonial_fast img, .fast_questions img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial_fast .col-image p, .fast_questions .col-image p {
  font-size: 12px;
  padding: 0 10%;
}

.fast_questions ul {
  padding: 20px;
}

.fast_questions .list-1 {
  float:left;
  width: 50%;
  padding: 5%;
}

.fast_questions .list-2 {
  float:right;
  width: 50%;
  clear: right;
  padding: 5%;
}

.fast_tips {
  padding: 0 20px 40px 20px;
}

.fast_tips_image_wrapper {
  width: 27.5%;
  float:left;
}

.fast_tips_image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.fast_tips_text_wrapper {
  width: 70%;
  float:right;
}

.fast-content {
  text-align: center;
  padding: 40px 20px;
}

@media (max-width:992px) {
  .fasting {
    font-size: 17px;
  }

  .new_fasting_what_is .new_fasting_image_wrapper {
    display: none;
  }

  .new_fasting_what_is .new_fasting_text_wrapper {
    width: 100%;
    float:none;
    padding: 8vw 0 20px 8vw;
  }

  .fasting h3 {
    padding: 0 0 3vw 0;
    font-size: 28px;
  }

  .new_fasting_what_is .new_fasting_text_wrapper p , .new_fasting_what_is .new_fasting_text_wrapper ul {
    padding: 0 40px 3.2vw 40px;
  }

  .new_fasting_what_is .sale-fasting-content-2 {
    padding-left: 25%;
    background-image:url('/wp-content/themes/ptfoods/uploads/lemon-mob-img.png');
    background-position: 0 35%;
    background-size: 28% auto;
    background-repeat: no-repeat;
  }

  .fast-banner {
    background-position: right;
  }

  .fast-banner .info h1 {
      font-size: 6.5vw;
  }

  .fast-banner .video-container {
    width: 60%;
    margin: 20px auto 40px;
  }

  .new_what_to_fast_now .col1 {
    text-align: center;
    padding: 4vw 5vw 0 5vw;
  }

  .testimonial_fast .title {
    font-size: 26px;
  }

  .testimonial_fast .col-image {
    display: none;
  }
  .testimonial_fast .col-text {
    width: 100%;
  }
  .fast_tips_image_wrapper {
    display: none;
  }

  .fast_tips_text_wrapper {
    width: 100%;
    float:none;
    display: block;
    clear:both;
  }
}

@media (max-width:800px) {
  .fast_questions .list-1, .fast_questions .list-2{
    float:none;
    display: block;
    width: 100%;
    clear:both;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* MEAL PLANS */
.page-template-meal-plans #accordion {
  max-width: 980px;
  margin: 40px auto;
}

.sale-banner-menu {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.discount-info {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 10px;
}

.page-template-meal-plans .shipping-status {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media(max-width:767px) {
  .select-your-menu .offer-block.get-started {
    width: 100%;
  }

  .shipping-status .btn.btn-ye {
      background: #fff;
      border: solid 1px #333;
      color: #333;
  }
  .select-your-menu .order-mob .offer-block h4.details-title .btn-ye {
    position: absolute;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    right: 5px;
    top: 1px;
    font-size: 14px;
    z-index: 99;
  }
  .sale-banner-menu, .discount-info, .page-template-meal-plans  .offer-block, .page-template-meal-plans .select-menu-top-section, .page-template-meal-plans .dont-missout {
    padding: 0 20px;
  }
}

@media(max-width:360px) {
  .select-your-menu .offer-block.get-started .details {
      height: auto;
  }
}
