.quiz-modal-questions {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# BLOG: Sale Optin Image for 2024 Spring Sale
--------------------------------------------------------------*/

#sale-in-post-banner-desktop {
    display: block;
}

#sale-in-post-banner-mobile {
    display: none;
}

@media (max-width: 767px) {
    #sale-in-post-banner-mobile {
        display: block;
    }
    #sale-in-post-banner-mobile img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #sale-in-post-banner-desktop {
        display: none;
    }
}

/*--------------------------------------------------------------
# BLOG: Affiliate Shortcode Styles
--------------------------------------------------------------*/

.blog .widget.quiz-post-cta-new.affiliate .img {
    width:  40% !important;
    display:  block !important;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: 50% 70%;
}

.blog .widget.quiz-post-cta-new.affiliate a {
    cursor:  pointer;
    text-decoration: none !important;
}

.blog .widget.quiz-post-cta-new.affiliate {
    float:  none !important;
}

.blog .widget.quiz-post-cta-new.affiliate h2 a {
    color:  #293643 !important
}

.blog .widget.quiz-post-cta-new.affiliate p, .blog .widget.quiz-post-cta-new.affiliate h2 {
    width: 100% !important;
    padding-left: 0px;
    text-align: left !important;
}

.blog .widget.quiz-post-cta-new.affiliate h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-size: 30px !important;
}

.blog .widget.quiz-post-cta-new.affiliate {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0px;
}

.blog .widget.quiz-post-cta-new.affiliate .btn {
    color:  #fff;
    background-color: #27A2FF;
    border-radius: 0px;
}

.blog .widget.quiz-post-cta-new.affiliate .btn:hover{
    background-color: #8ed1fc !important;
}

.blog .widget.quiz-post-cta-new.affiliate .text-container {
    text-align:  left;
}

@media (max-width: 1023px) and (min-width: 551px) {

    .blog .widget.quiz-post-cta-new.affiliate .btn {
        font-size:  14px !important;
    }

    .blog .widget.quiz-post-cta-new.affiliate img {
      height: 100%;
      width: auto !important;
      background-size: cover !important;
      background-position-x: 5px;
    }
}

@media only screen and (max-width: 550px) {
    .blog .widget.quiz-post-cta-new.affiliate .img {
        width:  100% !important;
        display:  block !important;
        float: none;
        display: block;
        margin: 0 auto 18px;
        background-size: cover !important;
        max-width: 300px;
        height: 164px;
    }

    .blog .widget.quiz-post-cta-new.affiliate p {
        margin: 10px 0px 20px !important;
    }

    .widget.quiz-post-cta-new.affiliate .text-container {
        padding: 10px 30px 30px !important;
    }
    
    .blog .widget.quiz-post-cta-new.affiliate h2 {
        font-size:  18px !important;
        line-height:  1.2 !important;
        padding:  0px !important;
        margin-top:  0px;
        margin-bottom:  0px;
    }

    .blog .widget.quiz-post-cta-new.affiliate p {
        font-size:  14px !important;
        line-height:  1.2 !important;
    }
}
/*--------------------------------------------------------------
# BLOG: Sub-Navigation
--------------------------------------------------------------*/

.alm-btn-wrap {
    z-index: 0;
}

#blog-subnav-container {
    width:100%;
    border-bottom: 1px #E3E3E3 solid;
}

#blog-subnav {
    margin: auto;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 0 36px;
}

#blog-subnav ul {
    clear: both;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 1204px;
}

.merger-podcast-subnav-container #blog-subnav ul {
    max-width: 1110px;
}

#blog-subnav ul li {
    display: inline-block;
    list-style-type: none;
}

#blog-subnav ul li a {
    color: #272727;
    padding: 22px 30px 23px 20px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    letter-spacing: 0.6px;
}

#blog-subnav ul li a:after {
    display: block;
    content: "";
    width: 11px;
    height: 5px;
    background: url('../../images/2017-images/blog-nav-dd-arrow.png') center no-repeat;
    position: absolute;
    top: 25px;
    right: 12px;
}

#blog-subnav ul li a:hover {
    background: #F6F7F7;
}

@media only screen and (max-width: 1263px) {
    #blog-subnav ul {
        max-width: 1022px;
    }
    .merger-podcast-subnav-container #blog-subnav ul {
        max-width: 965px;
    }
    #blog-subnav ul li a {
        padding: 22px 25px 23px 9px;
    }
    #blog-subnav ul li a:after {
        right: 7px;
    }
}

@media only screen and (max-width: 1117px) {
    #blog-subnav ul {
        max-width: 955px;
    }
    .merger-podcast-subnav-container #blog-subnav ul {
        max-width: 895px;
    }
    #blog-subnav ul li a {
        padding: 22px 28px 23px 9px;
        font-size: 10px;
    }
    #blog-subnav ul li a:after {
        right: 12px;
    }
}

/* Category Dropdowns */

#blog-subnav .cat-dropdown {
    width: 100%;
    float: left;
    background: #F6F7F7;
    padding: 40px 25px 20px;
    position: absolute;
    top: 170px;
    left: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    display: none;
    z-index:10;
}
#blog-subnav ul li:hover .cat-dropdown {
    display: block;
}

#blog-subnav .cat-dropdown a {
    padding: 0;
    display: inline;
}

#blog-subnav .cat-dropdown a:hover {
    background: transparent;
}

#blog-subnav .cat-dropdown a:after {
    display: none;
}

#blog-subnav .cat-dropdown .title {
    width: 100%;
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    margin: 10px auto -20px;
    text-align: center;
    border-top: 1px #D5D5D5 solid;
    position: relative;
}

#blog-subnav .cat-dropdown .title em {
    position: relative;
    top: -31px;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    background: #F6F7F7;
}

#blog-subnav .cat-dropdown .featured {
    width: 48%;
    margin-right: 2%;
    float: left;
}

#blog-subnav .cat-dropdown .featured article {
    background: #E6E6E6;
    padding-right: 30px;
    height: 280px;
    width: 100%;
    position: relative;
}

#blog-subnav .cat-dropdown .featured article .article-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#blog-subnav .cat-dropdown .featured article .img {
    width: 400px;
    height: 280px;
    float: left;
    background: #178BFB;
    display: block;
    margin-right: 44px;
    background-size: cover !important;
}

#blog-subnav .cat-dropdown .featured article .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.featured-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#blog-subnav .cat-dropdown .featured article h2 {
    margin-bottom: 10px;
}

#blog-subnav .cat-dropdown .featured article h2 a {
    font-size: 35px;
    color: #000;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 25px;
    text-decoration: none;
}

#blog-subnav .cat-dropdown .featured article h2 a:hover {
    text-decoration: underline;;
}

#blog-subnav .cat-dropdown .featured article .meta {
    color: #9D9D9D;
    font-size: 14px;
}

#blog-subnav .cat-dropdown .featured article .meta a {
    color: #1CA4FC;
    text-decoration: none;
}

#blog-subnav .cat-dropdown .featured article .meta a:hover {
    text-decoration: underline;
}

#blog-subnav .cat-dropdown .recent {
    width: 50%;
    float: left;
}

#blog-subnav .cat-dropdown .recent article {
    float: left;
    width: 48%;
    height: 130px;
    margin-bottom: 19px;
    margin-right: 2%;
    background: #E6E6E6;
    padding-right: 13px;
}

#blog-subnav .cat-dropdown .recent article .img {
    width: 213px;
    height: 130px;
    background: #178BFB;
    display: block;
    margin-right: 20px;
    float: left;
    background-size: cover !important;
}

#blog-subnav .cat-dropdown .recent article .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#blog-subnav .cat-dropdown .recent article h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#blog-subnav .cat-dropdown .recent article h2 a {
    color: #000;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none;
}

#blog-subnav .cat-dropdown .recent article h2 a:hover {
    text-decoration: underline;
}



/*--------------------------------------------------------------
# BLOG: Misc Styles
--------------------------------------------------------------*/

.blog .post-content blockquote,
.blog .post-content blockquote {
    padding: 20px 18px;
    margin: 0 0 20px;
    font-size: 18px !important;
    border-left: 5px solid #F8F8F8;
}

.blog .post-content blockquote p,
.blog .post-content blockquote p {
    font-size: 18px;
    margin-bottom: 20px;
}

#main.blog .recipe-extras {
    padding: 30px;
}

#main.blog .recipebutton {
    background: #6faf18;
    color: white;
    font-family: "Lato", sans-serif;
    padding: 16px;
    font-size: 18px;
    margin: 20px auto;
    width: 200px;
    line-height: 26px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    text-decoration: none !important;
    display: inline-block;
}

#main.blog .recipebutton:hover {
    background: #5da523;
}
#main.blog #one-col .post-content p iframe,
#main.blog #one-col .post-content iframe,
#main.blog #two-col .post-content p iframe,
#main.blog #two-col .post-content iframe,
.instagram-media-registered  {
    margin: 0 auto !important;
    display: block !important;
}

.recipe .i-want-this-wrap,
#main.blog #one-col .post-content .i-want-this-wrap,
#main.blog #two-col .post-content .i-want-this-wrap {
    position: relative;
    max-width: 240px;
    z-index: 800;
    margin: 20px auto 60px auto;
}

.recipe .i-want-this-wrap a.green-btn,
#main.blog #one-col .post-content .i-want-this-wrap a.green-btn,
#main.blog #two-col .post-content .i-want-this-wrap a.green-btn {
    background: #6faf18;
    /*background: url('../../images/i-want-this-button-arrow.png') 91% 45% no-repeat, radial-gradient(circle at center, #6faf18, #6faf18);*/
    display: block;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.recipe .i-want-this-wrap a.green-btn:hover,
#main.blog #one-col .post-content .i-want-this-wrap a.green-btn:hover,
#main.blog #two-col .post-content .i-want-this-wrap a.green-btn:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none !important;
}

.recipe .i-want-this-wrap a.green-btn.open,
#main.blog #one-col .post-content .i-want-this-wrap a.green-btn.open,
#main.blog #two-col .post-content .i-want-this-wrap a.green-btn.open {
    /*background: #6faf18;*/
    /*background: url('../../images/i-want-this-button-arrow.png') 91% 45% no-repeat, radial-gradient(circle at center, #5da523, #5da523);*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.recipe .i-want-this-wrap a.green-btn.open + ul,
#main.blog #one-col .post-content .i-want-this-wrap a.green-btn.open + ul,
#main.blog #two-col .post-content .i-want-this-wrap a.green-btn.open + ul {
    display: block;
    opacity: 1;
}

.recipe .i-want-this-wrap ul,
#main.blog #one-col .post-content .i-want-this-wrap ul,
#main.blog #two-col .post-content .i-want-this-wrap ul {
    position: absolute;
    margin: 0;
    width: 220px;
    z-index: 0;
    display: none;
    opacity: 0;
    margin-left: 0;
    transition: .3s;
    list-style-type: none;
    padding-left: 20px !important;
}

.recipe .i-want-this-wrap ul li,
#main.blog #one-col .post-content .i-want-this-wrap ul li,
#main.blog #two-col .post-content .i-want-this-wrap ul li {
    list-style: none;
    margin: 0 !important;
    padding-left: 0 !important;
    background: none !important;
}

.recipe .i-want-this-wrap ul li a,
#main.blog #one-col .post-content .i-want-this-wrap ul li a,
#main.blog #two-col .post-content .i-want-this-wrap ul li a {
    text-decoration: none;
    color: white !important;
    text-align: center;
    display: block;
    transition: .2s;
    padding: 5px;
    border-bottom: 1px solid #111;
    background: #222;
    font-size: 18px;
}

.recipe .i-want-this-wrap ul li a:hover,
#main.blog #one-col .post-content .i-want-this-wrap ul li a:hover,
#main.blog #two-col .post-content .i-want-this-wrap ul li a:hover {
    background: #333;
    text-decoration: none !important;
}

.recipe .i-want-this-wrap ul li:last-child a,
#main.blog #one-col .post-content .i-want-this-wrap ul li:last-child a,
#main.blog #two-col .post-content .i-want-this-wrap ul li a:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-content .inline-ad {
    width:100%;
    float: left;
    margin: 50px 0px;
}
.post-content .inline-ad img {
    float: left;
    width:28%;
    margin-right: 5%;
    border-right: 1px solid #ddd;
}
.post-content .inline-ad div {
    width: 65%;
    float: right;
    height: 250px;
    position: relative;
}
.post-content .inline-ad div span.title {
    font-size:36px;
    color:#3DAFFF;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.post-content .inline-ad div span.title span {
    color:#999;
}
.post-content .inline-ad div span.text {
    font-size: 18px;
    line-height: 1.8;
    display: block;
    color: #666;
}
.post-content .inline-ad div a {
    position: absolute;
    bottom: 0px;
    padding: 20px 55px;
    background-color: #ffa242;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none !important;
    letter-spacing: 2px;
}
.post-content .inline-ad div a:hover {
    background-color: #ef9232;
}

.la_orm_calculator {
    color: #3F3F3F;
    position: relative;
    margin: 30px 0;
}
.la_orm_calculator table {
    table-layout: fixed;
    color: #3F3F3F;
    width: 100%;

}

.la-slider-input-wrap {
    margin-bottom: 30px;
}

#orm_weight_value,
#orm_reps_value,
#orm_max,
.slider-text-wrap {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;

}

#orm_weight_value,
#orm_reps_value {
    border: 1px solid #E8E8E8;
    width: 80px;
    margin: 0 4px 10px;
    padding: 5px;
}

#orm_max {
    border: none;
    text-align: center;
    display: block;
    width: 100%;
}

.orm_percentage,
.orm_value {
    font-size: 14px;
    font-weight: bold;
}

.estimated-reps-table td,
.orm_table td {
    padding: 10px 5px;
}

.estimated-reps {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px !important;
}

.orm_reps {
    width: 6%;
    font-weight: bold;
}

.bb {
    border-bottom: 1px solid #E8E8E8 !important;
}

.test-name {
    font-weight: bold;
    width: 10%;
}

.ui-slider-handle:focus {
    outline: none;
}

.ui-slider:hover {
    cursor: pointer;
}

table.blog-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: gray;
    margin: 30px 0;
}

table.blog-table th,
table.blog-table td {
    padding: 5px;
    text-align: center;
}

table.blog-table th {
    font-size: 15px;
    font-weight: bold;
}

table.blog-table caption {
    padding: 20px 0;
}

table.blog-table tr {
    border-bottom: 1px solid #e8e8e8 !important;
}

.pibfi_pinterest {
    display: block !important;
    margin: auto;
}

#main.blog.recipes #comments {
    margin-bottom: 10px;
}













/*--------------------------------------------------------------
# BLOG: Featured Articles
--------------------------------------------------------------*/

.blog #splash-blog {
    width: 100%;
    background: #F6F7F7;
    clear: both;
    padding: 65px 0 70px;
    margin-bottom: 65px;
}

.blog #splash-blog .container {
    max-width: 1420px;
}

.blog #splash-blog .featured {
    width: 100%;
    display: block;
    color: #293643;
    text-transform: capitalize;
    font-size: 33px;
    margin: 0 auto 65px;
    text-align: center;
}

.blog #splash-blog article {
    float: left;
    display: block;
    position: relative;
    background: #00589A;
}

.blog #splash-blog article a.link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.blog #splash-blog article h2 a {
    color: #fff;
    text-decoration: none;
}

.blog #splash-blog article h2 a:hover {
    text-decoration: underline;
}

.blog #splash-blog article .meta {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.blog #splash-blog article .meta a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.blog #splash-blog article .meta a:hover {
    text-decoration: underline;
}

.blog #splash-blog article#article-1 {
    width: 66.7%;
    height: 482px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    box-shadow: inset 0 -200px 100px 0 rgba(0, 0, 0, .45);
}

.blog #splash-blog article#article-1 h2 {
    font-size: 37px;
    margin-bottom: 5px;
    line-height: 1.2;
    max-width: 70%;
    color: #fff;
}

.blog #splash-blog article#article-1 .bot {
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 30px;
}

.blog #splash-blog article.small {
    width: 33.3%;
    height: 241px;
    box-shadow: inset 0 -100px 50px 0 rgba(0, 0, 0, .45);
}

.blog #splash-blog article.small h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.2;
    padding: 18px 23px;
    width: 90%;
    font-size: 21px;
}

.blog #content {
    width: 100%;
    clear: both;
    margin: auto;
    max-width: 1420px;
    padding: 0 40px 20px;
    overflow: hidden;
}

.blog .left-col {
    width: 66.4%;
    float: left;
}

.blog .left-col #latest-articles {
    width: 100%;
    float: left;
    padding-top: 32px;
}

.blog .left-col #latest-articles .latest {
    width: 100%;
    display: block;
    color: #293643;
    text-transform: capitalize;
    font-size: 33px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
}

.blog .left-col #latest-articles a {
    text-decoration: none;
    color: #333;
}

.blog .left-col #latest-articles article {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.blog .left-col #latest-articles a:hover {
    color: #00A2FF;
}

.blog .left-col #latest-articles article .img {
    width: 379px;
    max-width: 100%;
    height: 192px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 10px;
    color: #000;
    float: left;
}

.blog .left-col #latest-articles article .img.blogspanimg {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.blog .left-col #latest-articles article .img.blog-img-elem {
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .left-col #latest-articles article h2,
.blog .left-col #latest-articles article h4 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog .left-col #latest-articles article h2 a,
.blog .left-col #latest-articles article h4 a {
    color: #293643;
    text-decoration: none;
}

.blog .left-col #latest-articles article h2 a:hover,
.blog .left-col #latest-articles article h4 a:hover  {
    color: #00A2FF;
}

.blog .left-col #latest-articles article .meta {
    font-size: 14px;
    color: #797F82;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.blog .left-col #latest-articles article .meta a {
    color: #00A2FF;
    text-decoration: none;
}

.blog .left-col #latest-articles article .post-excerpt p {
    color: #333;
    text-decoration: none;
    line-height: 1.3;
}
.blog .left-col #latest-articles article .post-excerpt p a:hover {
    color: #00A2FF;
}


















/*--------------------------------------------------------------
# BLOG: Opt-In
--------------------------------------------------------------*/

.blog .left-col #latest-articles #blog-opt-in {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    text-align: center;
    color: #fff;
    border: 1px #D2D2D2 solid;
    margin: 0 auto 70px auto;
    padding: 50px 37px;
    box-shadow: inset 0 0 0 9px #F7F7F7;
    clear: both;
}

.blog .left-col #latest-articles #blog-opt-in h3 {
    font-size: 28px;
    color: #293643;
    line-height: 1.2;
    letter-spacing: .5px;
    margin-bottom: 17px;
    text-align: center;
}

.blog .left-col #latest-articles #blog-opt-in h3 span {
    color: #1BA3FB;
    display: block;
    margin-bottom: 10px;
}

.blog .left-col #latest-articles #blog-opt-in p {
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.5px;
    color: #797F83;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.blog .left-col #latest-articles #blog-opt-in form {
    max-width: 664px;
    margin: 0 auto 20px;
    clear: both;
}

.blog .left-col #latest-articles #blog-opt-in form input[type="email"] {
    float: left;
    width: 482px;
    height: 47px;
    border: 1px #D2D2D2 solid;
    background: #fff url('../../images/2017-images/blog-email-input-icon.png') 18px no-repeat;
    padding: 17px 16px 16px 50px;
    font-size: 12px;
}

.blog .left-col #latest-articles #blog-opt-in form input[type="email"]:focus {
    border: 1px #1CA4FC solid;
    color: #797F83;
}

.blog .left-col #latest-articles #blog-opt-in form input[type="submit"] {
    float: right;
    width: 172px;
    height: 47px;
    text-align: center;
    color: #fff;
    background: #1BA3FB;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1.5px;
    line-height: 47px;
    font-size: 13px;
}

.blog .left-col #latest-articles #blog-opt-in form input[type="submit"]:hover {
    background: #008EDF;
}

.blog .left-col #latest-articles #blog-opt-in p.privacy {
    text-align: center;
    color: #797F82;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}









/*--------------------------------------------------------------
# BLOG: Sidebar
--------------------------------------------------------------*/

.blog .sidebar {
    float: right;
    width: 30.5%;
    max-width: 390px;
    margin-top: 21px;
}

body.single .blog .sidebar {
    margin-top: 0;
}

.blog .sidebar .widget {
    margin-bottom: 70px;
    width: 100%;
    clear: both;
    display: block;
}

.blog .sidebar .custom-sidebar-box img {
    width: 100%;
}

#sidebar-legion-sticky-img a {
       display: block;
}

.blog .sidebar #about {
    padding-bottom: 28px;
}

.blog .sidebar #about .about-container {
    padding: 30px 48px 41px;
    background: #F8F8F8;
    width: 100%;
}

.blog .sidebar #about span.img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.blog .sidebar #about span.img img {
    display: block;
}

.blog .sidebar #about p {
    font-size: 19px;
    text-align: center;
    color: #000;
    line-height: 1.5;
    margin: 5px 0px 32px 0px;
}

.blog .sidebar #about p a {
    color: #585858;
    text-decoration: none;
}

.blog .sidebar #about p a:hover {
    color: #00A2FF;
}

.blog .sidebar #about a.btn {
    width: 100%;
    background: #27a2ff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 19px;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.blog .sidebar #about a.btn:hover {
    background: #138EEB;
}

.blog .sidebar #about a.about-link-wrap {
    margin: 0;
    display: block;
    color: #333;
    text-decoration: none;
}

.blog .sidebar #about a:hover {
    text-decoration: none;
}

/* Lose Weight */

.blog .sidebar #lose-weight {
    background: url('../../images/2017-images/blog-sidebar-lose-pounds.jpg') center no-repeat;
    background-size: cover;
    height: 378px;
    padding: 33px 45px 30px;
    display: none;
}

.blog .sidebar #lose-weight h3 {
    font-size: 21px;
    color: #666666;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 200px;
}

.blog .sidebar #lose-weight p {
    font-size: 19px;
    line-height: 1.5;
    max-width: 116px;
    color: #666666;
    margin-bottom: 25px;
}

.blog .sidebar #lose-weight .btn {
    max-width: 302px;
    width: 100%;
    background: #e48310;
    height: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.blog .sidebar #lose-weight a.btn:hover {
    background: #d2780d;
}

/* Sidebar Quiz */

.blog .sidebar #quiz-sidebar-box {
    padding: 40px;
    background: url('../../images/2017-images/blog-sidebar-quiz-bg.jpg') center no-repeat;
    background-size: cover;
    height: auto;
    text-decoration: none;
    margin-bottom: 0;
}

.blog .sidebar #quiz-sidebar-box .img {
    display: block;
    margin: 0 auto 30px;
    width: 145px;
    height: 170px;
    background: url('../../images/2017-images/blog-sidebar-quiz-icon.png') center no-repeat;
}

.blog .sidebar #quiz-sidebar-box h3 {
    text-align: center;
    font-size: 27px;
    color: #2194EA;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog .sidebar #quiz-sidebar-box p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 25px;
}

.blog .sidebar #quiz-sidebar-box .btn {
    max-width: 302px;
    width: 100%;
    background: #e48310;
    height: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.blog .sidebar #quiz-sidebar-box .btn:hover {
    background: #d2780d;
}

.blog .sidebar #store-sidebar-box {
    display: block;
    margin-bottom: 0;
}

#store-sidebar-box.stuck #lead-sidebar {
    margin-bottom: 0;
}

.blog .sidebar #store-sidebar-box .img {
    display: block;
    width: 100%;
    max-width: 390px;
    height: 327px;
    background: url('https://legionathletics.com/wp-content/uploads/2020/01/save-20-percent-on-all-legion-supplements-banner-390x327-v2.png') center no-repeat;
    background-size: contain;
}

.blog .sidebar #fourth-sidebar-box {
    background-size: cover;
    height: auto;
    text-decoration: none;
    margin-bottom: 0;
}

.blog .sidebar #fourth-sidebar-box .img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    height: 570px;
    background: url('../../images/legion_fourth_sale_390x570.png') center no-repeat;
    background-size: contain;
}

.blog .sidebar #fourth-sidebar-box .btn:hover {
    background: #d2780d;
}

.blog .sidebar #legion-live img {
    width: 100%;
}

.blog .sidebar #social-count ul {
    float: left;
    width:  100%;
    text-align: center;
    color: #fff;
}

.blog .sidebar #social-count li {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 20px 14px 43px;
    position: relative;
    text-align: center;
}

.blog .sidebar #social-count li .number {
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-bottom: 14px;
}

.blog .sidebar #social-count li a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,.1);
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 14px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.blog .sidebar #social-count li a:hover {
    background: rgba(0,0,0,.2);
}

.blog .sidebar #social-count li.facebook {
    background: #3871CE
}

.blog .sidebar #social-count li.twitter {
    background: #48BBF3;
}

.blog .sidebar #social-count li.instagram {
    background: #444444;
}

.blog .sidebar #social-count li.facebook:before {
    display: inline-block;
    background: url('../../images/blog-sidebar-facebook-icon.png') center no-repeat;
    background-size: 100%;
    content: "";
    position: relative;
    width: 12px;
    height: 22px;
    margin-bottom: 10px;
}

.blog .sidebar #social-count li.twitter:before {
    display: inline-block;
    background: url('../../images/blog-sidebar-twitter.png') center no-repeat;
    background-size: 100%;
    content: "";
    position: relative;
    width: 24px;
    height: 22px;
    margin-bottom: 10px;
}

.blog .sidebar #social-count li.instagram:before {
    display: inline-block;
    background: url('../../images/blog-sidebar-instagram.png') center no-repeat;
    background-size: 100%;
    content: "";
    position: relative;
    width: 20px;
    height: 22px;
    margin-bottom: 10px;
}

.blog .sidebar #popular h4,
.blog .sidebar .widget h4 {
    font-size: 25px;
    font-weight: 700;
    color: #293643;
    margin: 0 auto 35px;
    position: relative;
}

.blog .sidebar #popular h4 a,
.blog .sidebar .widget h4 a {
    text-decoration: none;
    color: #293643;
}

.blog .sidebar #popular h4 a:hover,
.blog .sidebar .widget h4 a:hover {
    text-decoration: underline;
}

.blog .sidebar #popular article {
    width: 100%;
    clear: both;
    margin-bottom: 23px;
    min-height: 72px;
}

.blog .sidebar #popular article .img {
    display: block;
    float: left;
    width: 144px;
    height: 80px;
    margin-right: 16px;
}

.blog .sidebar #popular article h5 {
    font-size: 19px;
    line-height: 1.3;
    display: flex;
}

.blog .sidebar #popular article h5 a {
    color: #000;
    text-decoration: none;
}

.blog .sidebar #popular article h5 a:hover {
    text-decoration: underline;
}

.blog .sidebar #sidebar-legion-sticky-img img {
    width: 100%;
}

.blog .sidebar #lead-sidebar {
    background: url('../../images/2017-images/sidebar-optin-lead-2020.png') no-repeat;
    background-size: 372px;
    padding-top: 60px;
    height: 380px;
    float: none;
}

.blog .sidebar #lead-sidebar.quiz-cta {
    background: url('../../images/2017-images/sidebar-quiz-cta-v2.png') no-repeat;
    background-size: 372px;
    padding-top: 55px;
    padding-left: 30px;
    height: 380px;
    float: none;
}

.blog .sidebar #lead-sidebar.quiz-cta-new {
    background: #F8F8F8;
    height: auto;
    padding: 25px 0 30px;
}

.blog .sidebar #lead-sidebar.quiz-cta-new .text-container {
    text-align: center;
}

.blog .sidebar #lead-sidebar.quiz-cta-new p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 18px;
}

.blog .sidebar #lead-sidebar.quiz-cta-new img {
    max-width: 250px;
    margin: -30px 0 -20px 0;
    position: relative;
    z-index: 0;
}

.blog .sidebar #lead-sidebar.quiz-cta-new #quiz-btn {
    display: inline-block;
    text-align: center;
    height: 60px;
    padding: 21px 10px !important;
    width: 100%;
}

.blog .sidebar #lead-sidebar.meal-plan-tool {
    background: #F8F8F8;
    background-size: cover;
    width: auto !important;
    padding: 23px 30px 35px 30px !important;
    margin-bottom: 50px !important;
    height: auto;
    text-align: center;
}

.blog .sidebar #lead-sidebar h2 {
    width: 240px;
    font-size: 23px;
    text-align: left;
    margin: 0px 0px 25px;
}

.blog .sidebar #lead-sidebar.quiz-cta h2 {
    margin-bottom: 57px;
    font-size: 24px;
    color: #293643;
}

.blog .sidebar #lead-sidebar.meal-plan-tool h2 {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 20px 0px 25px;
}

.blog .sidebar #lead-sidebar.meal-plan-tool img {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
}

.blog .sidebar #lead-sidebar.quiz-cta-new a#quiz-btn,
.blog .sidebar #lead-sidebar.quiz-cta a#quiz-btn,
.blog .sidebar #lead-sidebar.meal-plan-tool input[type="submit"] {
    border: none;
    background-color: #27a2ff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 35px;
    transition: ease background-color 0.2s;
    margin-top: 30px;
}

.blog .sidebar #lead-sidebar.quiz-cta a#quiz-btn:hover,
.blog .sidebar #lead-sidebar.meal-plan-tool input[type="submit"]:hover {
    background-color: #138EEB;
}

.blog .sidebar #lead-sidebar.quiz-cta-new h2 {
    text-align: center;
    font-size: 27px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.6;
}

.blog .sidebar #lead-sidebar.quiz-cta-new div.inner {
    margin: 0px 35px;
}

.blog .sidebar #lead-sidebar.quiz-cta-new h2 span.brush {
    margin:  0;
    padding: 20px 30px 20px 45px;
    line-height: 2;
    position: relative;
    z-index: 1;
}

.blog .sidebar #lead-sidebar.quiz-cta-new h2 span.brush > span {
    position: relative;
    z-index: 2;
}

.blog .sidebar #lead-sidebar.quiz-cta-new a#quiz-btn {
    margin-top: 25px;
}

.blog .sidebar #lead-sidebar form {
    width: 60%;
    min-width: 190px;
}

.blog .sidebar #lead-sidebar input[name="email"] {
    border: 1px solid #f2f2f2;
}

.blog .sidebar #lead-sidebar form input[type="submit"] {
    background-color: #d44d34;
}

.blog .sidebar #lead-sidebar form input[type="submit"]:hover {
    opacity: .9;
}

.blog .sidebar #lead-sidebar #lead-sidebar-sending,
.blog .sidebar #lead-sidebar #lead-sidebar-success {
    width: 190px;
}

.blog .sidebar #lead-sidebar #lead-sidebar-sending p,
.blog .sidebar #lead-sidebar #lead-sidebar-success p,
.blog #lead-sidebar .already-subbed p {
    text-transform: initial;
}

.blog .sidebar #lead-sidebar.meal-plan-tool form {
    width: 100%;
    text-align: center !important;
    padding: 0px;
}

.blog .sidebar #lead-sidebar.meal-plan-tool input {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.blog .lead-inpost {
    background: url('../../images/2017-images/Tablet-Small-1410x430-no-text-2020-v2.png') no-repeat;
    background-size: cover;
    padding-top: 30px;
    height: 254px;
    /*margin-top: 35px;*/
    margin-bottom: 38px;
}

.blog .lead-inpost.quiz-cta {
    background: url('../../images/2017-images/Tablet-Small-1410x430-no-logo-2021-v2.png') no-repeat;
    background-size: cover;
    padding-top: 30px;
    height: 254px;
    margin-bottom: 38px;
}

.blog .meal-plan-tool {
    background: url('../../images/2017-images/blog-optin-desktop-bg-1.png') no-repeat;
    background-size: cover;
    padding-top: 30px;
    height: 254px;
    /*margin-top: 35px;*/
    margin-bottom: 38px;
}

.blog .meal-plan-tool img {
    display: none;
}

.blog #latest-articles .lead-inpost {
    margin-bottom: 60px;
}

.blog .lead-inpost.quiz-cta .text-container {
    width: 515px;
    text-align: center;
}

.blog .lead-inpost h2,
.blog .meal-plan-tool h2 {
    width: 550px;
    font-size: 25px !important;
    text-align: left !important;
    margin: 30px 0px 25px !important;
    padding: 0px 50px;
    font-weight: bold;
    font-size: 32px !important;
    line-height: 1.1 !important;
    /*text-transform: uppercase;*/
}

.blog .meal-plan-tool h2 {
    margin-top: 8px !important;
    margin-bottom: 9px !important;
}

.blog .lead-inpost.quiz-cta h2 {
    text-align: center !important;
    font-size: 42px !important;
    color: #293643;
    width: 100%;
    padding: 0px 30px;
    margin-top: 4px !important;
    margin-bottom: 32px !important;
}

.blog .lead-inpost.quiz-cta a#quiz-btn {
    background-color: #27A2FF;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 35px;
    text-decoration: none;
    transition: ease all 0.5s;
}

.blog .lead-inpost.quiz-cta a#quiz-btn:hover {
    background: #138EEB;
}

.blog .meal-plan-tool h2 {
    text-align: center !important;
}

.blog .lead-inpost form {
    width: 550px;
    margin-bottom: 0px !important;
}

.blog .lead-inpost form.pushpull-form-inpost,
.blog .lead-inpost form.pushpull-form-inpost-2 {
    width: 100%;
}

.blog .meal-plan-tool form {
    width: 585px;
    margin-bottom: 0px !important;
}

.single-post .blog .meal-plan-tool form {
    width: 580px;
}

.blog .widget.meal-plan-tool-button {
    width: 100%;
    text-align: center;
}

.blog .widget.meal-plan-tool-button button {
    background-color: #d44d34;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
    margin: 0px auto;
    width: 200px;
}

.blog .meal-plan-tool input[name="email"],
.blog .lead-inpost input[name="email"] {
    border: 1px solid #e6e6e6 !important;
}

.blog .meal-plan-tool form input[type="submit"],
.blog .lead-inpost form input[type="submit"] {
    background-color: #27A2FF;
}

.blog .meal-plan-tool form input,
.blog .lead-inpost form input {
    width: 45% !important;
    margin: 0px 2%;
}

.blog .meal-plan-tool .lead-inpost-sending,
.blog .meal-plan-tool .lead-inpost-success,
.blog .lead-inpost .lead-inpost-sending,
.blog .lead-inpost .lead-inpost-success {
    width: 550px;
}

.blog #lead-sidebar.meal-plan-tool .lead-inpost-sending,
.blog #lead-sidebar.meal-plan-tool .lead-inpost-success {
    width: auto;
}

.blog .meal-plan-tool .lead-inpost-sending p,
.blog .meal-plan-tool .lead-inpost-success p,
.blog .meal-plan-tool .already-subbed p,
.blog .lead-inpost .lead-inpost-sending p,
.blog .lead-inpost .lead-inpost-success p,
.blog .lead-inpost .already-subbed p {
    text-transform: initial;
}

.blog .lead-inpost .lead-inpost-sending p,
.blog .lead-inpost .lead-inpost-success p {
    margin-top: 40px;
    max-width: 400px;
    margin: 0 auto !important;
}

.blog .widget.opt-in,
.blog .sidebar .widget.opt-in {
    width: 100%;
    background-color: #F8F8F8;
    padding: 40px 40px 0px 40px;
    float: left;
    clear: both;
    margin-top: 8px;
}

.blog .widget.opt-in.meal-plan-tool {
    padding: 14px 40px 0px 30px;
}

.left-col .widget.opt-in {
    margin-bottom: 60px;
    margin-top: 0px;
}

.blog .widget.opt-in h2,
.blog .sidebar .widget.opt-in h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0px -15px;
    font-size: 35px;
    line-height: 1.3;
}

.blog .widget.opt-in h2 span.brush,
.blog .sidebar .widget.opt-in h2 span.brush {
    background-position: 8px;
    background-repeat: no-repeat;
    color: #fff;
    margin: -15px -30px -15px -15px;
    padding: 15px 30px 15px 15px;
}

.blog .sidebar .widget.opt-in h2 span {
    white-space: nowrap;
}

.left-col .widget.opt-in h2 span.brush {
    margin: -15px -10px -15px -10px;
}

.blog .widget.opt-in p,
.blog .sidebar .widget.opt-in p {
    font-size: 19px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    margin: 25px 0px;
}

.blog .widget.opt-in p {
    margin-top: 52px;
}

.blog .widget.opt-in.meal-plan-tool p {
    width: 550px;
    margin: 0 0 17px !important;
    padding: 0 28px;
    font-weight: 300;
}

.blog #lead-sidebar.widget.opt-in.meal-plan-tool p {
    width: 100%;
    padding: 0;
}

.blog .widget.opt-in form,
.blog .sidebar .widget.opt-in form {
    margin-bottom: 60px;
}

.blog .widget.opt-in form input,
.blog .sidebar .widget.opt-in form input {
    width: 100%;
    height: 60px;
}

.blog .widget.opt-in form input[type="email"],
.blog .sidebar .widget.opt-in form input[type="email"] {
    background: #fff url('../../images/2017-images/email.png') 18px no-repeat;
    border: none;
    margin-bottom: 25px;
    font-size: 15px;
    padding-left: 50px;
}

.blog .widget.opt-in.meal-plan-tool form input[type="email"] {
    margin-left: 1%;
    margin-right: 0px;
    float: none;
}

.single-post .blog .widget.opt-in.meal-plan-tool form input[type="email"] {
    margin-right: 0;
}

.blog .widget.opt-in.meal-plan-tool form input[type="submit"] {
    margin-left: 0;
}

.single-post .blog .widget.opt-in.meal-plan-tool form input[type="submit"] {
    margin-left: 6px;
}

.left-col .widget.opt-in form input[type="email"] {
    float: left;
    width: 60%;
}

.blog .widget.opt-in form input[type="submit"],
.blog .sidebar .widget.opt-in form input[type="submit"] {
    border: none;
    background-color: #27a2ff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.left-col .widget.opt-in form input[type="submit"] {
    float: right;
    width: 38%;
}

.left-col .widget.opt-in.meal-plan-tool form input[type="submit"] {
    float: none;
    margin-left: 6px;
}

.blog .widget.opt-in form input[type="submit"]:hover,
.blog .sidebar .widget.opt-in form input[type="submit"]:hover {
    background-color: #138EEB;
}

.blog .widget.opt-in p.quote:before,
.blog .sidebar .widget.opt-in p.quote:before {
    content:"";
    background: url('../../images/2017-images/quote.png') 0px no-repeat;
    width: 23px;
    height:16px;
    display: inline-block;
    top: -5px;
    position: relative;
    margin-right: 10px;
}

.blog .widget.opt-in p.quote,
.blog .sidebar .widget.opt-in p.quote {
    color: #000;
    font-style: italic;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
}

.left-col .widget.opt-in p.quote {
    float:left;
    width: calc(100% - 215px);
    text-align: center;
    padding: 13px 0px 0px;
    margin: 0px;
    max-width: 550px;
}


.blog .widget.opt-in p.attribution,
.blog .sidebar .widget.opt-in p.attribution {
    background: url('../../images/2017-images/bengreenfield.png') 0px no-repeat;
    padding: 15px 0px 0px 90px;
    text-align: left;
    font-size: 14px;
    height: 100px;
    color: #333;
    margin-bottom: 0px;
}

.blog .widget.opt-in p.attribution span,
.blog .sidebar .widget.opt-in p.attribution span {
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.left-col .widget.opt-in p.attribution {
    float:right;
    background: url('../../images/2017-images/bengreenfield.png') 0px no-repeat;
    background-position: right;
    padding: 15px 90px 0px 0px;
    margin: 0px;
    text-align: right;
    width: 205px;
}

.blog .widget.no-img {
    background: url('../../images/2017-images/inpost-bg.png') no-repeat;
    background-size: cover;
    padding: 20px 20px 0;
    height: auto;
    /*margin-top: 35px;*/
    margin-bottom: 38px;
    border: 1px solid #F8F8F8;
}

.blog .widget.no-img form {
    margin-bottom: 10px;
}


.blog .widget.no-img div p {
    font-style: normal;
    margin: 50px 0 !important;
}


.blog .widget.no-img form input {
    width: 45% !important;
    margin: 0px 2%;
}

.blog .widget.no-img h2 {
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 32px !important;
    line-height: 1.1 !important;
    color: #293643;
    margin: 20px 0 20px !important;
}

.blog .widget.no-img p {
    margin: 20px 0 !important;
    font-size: 16px;
    font-style: italic;
}

.blog .widget.no-img form input[type="email"] {
    background: #fff url('../../images/2017-images/email.png') 18px no-repeat;
    border: none;
    margin-bottom: 25px;
    font-size: 15px;
    padding-left: 50px;
    border: 1px solid #e6e6e6 !important;
}

.blog #latest-articles .after-opt-in {
    float: left;
}
.blog.podcast-page #latest-articles .bot .alm-btn-wrap {
    float: left;
    width: 100%;
}


.blog .widget.quiz-post-cta-new {
    padding: 0px;
    background: #f0f7ff;
    height: auto;
    display: flex;
    padding: 0px !important;
    border-radius: 10px;
    overflow: hidden;
}

.blog .widget.below-post.quiz-post-cta-new {
    margin-bottom: 0px;
}

.blog .widget.quiz-post-cta-new h2 {
    width: auto;
    text-align: center !important;
    margin: 0px !important;
    font-size: 27px !important;
    padding: 0px 40px;
    line-height: 1.3 !important;
}

.blog .widget.quiz-post-cta-new p {
    margin-top: 23px;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.blog .widget.below-post.quiz-post-cta-new .text-container {
    width: 100%;
    text-align: center;
}

.blog .widget.below-post.quiz-post-cta-new p {
    font-size: 18px !important;
    font-weight: 400;
    max-width: 600px;
    margin: 20px auto 35px !important;
}

.blog .widget.below-post.quiz-post-cta-new.diet-quiz h2 {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
}

.blog .widget.below-post.quiz-post-cta-new.diet-quiz p {
    max-width: 100%;
}


.blog .widget.quiz-post-cta-new img {
    max-height: 335px;
}

.blog .widget.quiz-post-cta-new .img {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin:  0px;
    min-width: 160px;
}

.blog .widget.quiz-post-cta-new .text-container {
    padding: 35px 40px 40px;
    text-align: center;
}

.blog .widget.push-pull-inpost .text-container,
.blog .widget.push-pull-inpost-2 .text-container {
    padding: 35px 40px 15px;
}

.blog .widget.quiz-post-cta-new .btn {
    border: none;
    background-color: #ec971f;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 60px;
    transition: ease all 0.2s;
    text-decoration: none !important;
    color: white !important;
    margin: 0px auto;
    display: inline-block;
    border-radius: 5px;
}

.blog .widget.quiz-post-cta-new .btn:hover {
    background-color: #d6790b;
}

@media (max-width: 1333px) {
    .blog .widget.quiz-post-cta-new h2 {
        padding: 0;
    }
    .blog .widget.quiz-post-cta-new p {
        margin: 25px 0 35px !important;
    }
}

@media (max-width: 768px) {
    .blog .widget.push-pull-inpost .text-container,
    .blog .widget.push-pull-inpost-2 .text-container {
        padding: 35px 40px 40px;
    }
}

@media (max-width: 550px) {
    .blog .widget.quiz-post-cta-new {
        flex-direction: column;
    }
    .blog .widget.quiz-post-cta-new .img {
        /*padding-top: 100%;*/
        display: none;
    }
    .blog .widget.quiz-post-cta-new .text-container {
        padding: 35px 30px 40px;
    }
    .blog .widget.quiz-post-cta-new .btn {
        padding: 15px 40px;
    }
    .blog .widget.below-post.quiz-post-cta-new h2 {
        font-size: 25px !important;
    }
}

@media (max-width: 400px) {
    .blog .widget.quiz-post-cta-new .img {
        height:  0px;
        padding-top: 100%;
        background-position-y: 0px !important;
    }
}


@media (max-width: 355px) {
    .blog .widget.quiz-post-cta-new .img {

    }

    .blog .widget.quiz-post-cta-new .btn {

    }
}

@media screen and (max-width: 1599px) {
    body.single-post #attentive_overlay > iframe.scroll {
        left: -70px !important;
    }
}

@media (max-width: 1465px) {
    .single-post .blog .meal-plan-tool form {
        width: 570px;
    }
}

@media (max-width: 1420px) {
    .blog .meal-plan-tool {
        text-align: center;
        height: auto;
        padding: 23px 0 10px !important;
    }

    .blog .meal-plan-tool h2 {
        margin: 8px auto !important;
    }

    .blog .widget.opt-in.meal-plan-tool p {
        margin: 0 auto 16px !important;
    }

    .blog .meal-plan-tool img {
        display: inline;
        width: 260px;
        margin-bottom: 20px;
    }

    .blog .meal-plan-tool form {
        margin: 0 auto;
    }

    .blog .meal-plan-tool .lead-inpost-sending,
    .blog .meal-plan-tool .lead-inpost-success,
    .blog .lead-inpost .lead-inpost-sending,
    .blog .lead-inpost .lead-inpost-success {
        width: 100%;
    }

    .blog .widget.opt-in p {
        margin-top: 34px;
    }
}

/*@media (max-width: 1330px) {
    .blog .widget.no-img p {
        font-size: 15px !important;
        margin: 15px auto !important;
    }
    .blog .widget.no-img {
        padding: 20px 20px 0;
    }
}
*/
/*@media (max-width: 1024px) {
    .blog .widget.no-img p {
        font-size: 18px !important;
        margin: 25px auto !important;
    }
}

@media (max-width: 902px) {
    .blog .widget.no-img p {
        font-size: 16px !important;
        margin: 20px auto !important;
    }
    .blog .widget.no-img {
        padding: 5px 20px 0;
    }
}
*/
@media (max-width: 767px) {

    .blog .widget.quiz-post-cta-new.affiliate p, .blog .widget.quiz-post-cta-new.affiliate h2 {
        width: 100% !important;
        padding-left: 0px;
        text-align: center !important;
    }

    .blog .widget.quiz-post-cta-new.affiliate .text-container {
        text-align: center;
    }

    .blog .widget.no-img {
        /*background: #f6f6f6;*/
        height: auto;
    }
    .blog .widget.no-img form {
        margin-bottom: 20px;
    }

    .blog .widget.no-img form input {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .left-col .widget.opt-in.meal-plan-tool form input[type="submit"],
    .blog .widget.opt-in.meal-plan-tool form input[type="email"],
    .single-post .blog .widget.opt-in.meal-plan-tool form input[type="submit"] {
        margin-left: 0;
    }

}


/*--------------------------------------------------------------
# BLOG: In-Post One Week Optin
--------------------------------------------------------------*/

.blog .widget.opt-in.inpost-opt-in {
    margin-bottom: 30px;
    margin-top: 0;
}

.blog .widget.opt-in.inpost-opt-in h2 {
    margin-bottom: 0 !important;
    color: #000 !important;
    line-height: 1.3 !important;
    font-size: 38px !important;
}

.blog .widget.opt-in.inpost-opt-in p {
    color: #666 !important;
}

.blog .widget.opt-in.inpost-opt-in form input[type="email"] {
    float: left;
    width: 60%;
}

.blog .widget.opt-in.inpost-opt-in form input[type="submit"] {
    float: right;
    width: 38%;
}











/*--------------------------------------------------------------
# BLOG: Newsletter Signup
--------------------------------------------------------------*/

.blog #sign-up {
    max-width: 1320px;
    height: 293px;
    margin: 0 auto;
    background: #fff;
    padding: 47px 30px;
    text-align: center;
    border: 1px #D2D2D2 solid;
    box-shadow: inset 0 0 0 9px #F7F7F7;
    margin-bottom: 70px;
    clear: both;
    position: relative;
}

.blog #sign-up h3 {
    margin-bottom: 18px;
    font-size: 28px;
    color: #293643;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.blog #sign-up p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 auto 33px;
    position: relative;
    letter-spacing: 0.5px;
    color: #797F82;
}

.blog #sign-up form {
    display: inline-block;
    max-width: 664px;
    width: 100%;
    margin-bottom: 18px;
}

.blog #sign-up form input[type="email"] {
    display: inline-block;
    border: 1px #D2D2D2 solid;
    background: #fff url('../../images/2017-images/blog-email-input-icon.png') 18px no-repeat;
    float: left;
    width: 482px;
    height: 47px;
    padding: 15px 14px 14px 50px;
    font-size: 12px;
}

.blog #sign-up form input[type="email"]:focus {
    border-color: #1CA4FC;
}

.blog #sign-up form input[type="submit"] {
    float: right;
    width: 172px;
    height: 47px;
    text-align: center;
    color: #fff;
    background: #1BA3FB;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.5px;
    line-height: 47px;
    letter-spacing: 1.5px;
    font-size: 13px;
}

.blog #sign-up form input[type="submit"]:hover {
    background: #008EDF;
}

.blog #sign-up p.privacy {
    text-align: center;
    color: #797F82;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# BLOG: Popup modals
--------------------------------------------------------------*/

.quiz-modal {
    padding: 0px;
    border-radius: 10px;
    max-width: 830px;
    overflow: hidden;
    background: transparent;
}

.quiz-modal .flex-container {
    display: flex;
}

.quiz-modal div.text {
    padding: 50px;
    background: #fff;
}

.quiz-modal .button {
    width: 250px;
    height: 55px;
    background-color: #27A2FF;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    line-height: 56px;
    float: none;
    transition: ease all 0.2s;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.quiz-modal .button:hover {
    background: #138EEB;
}

.quiz-modal .decline-text {
    text-decoration: none;
    transition: ease all 0.2s;
    color: #666;
    font-size: 14px;
}

.quiz-modal .decline-text:hover {
    color: #999;
}

.quiz-modal .img {
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    min-width: 365px;
}

.quiz-modal .success-message {
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .quiz-modal .flex-container {
        flex-direction: column;
    }
    .quiz-modal .img {
        min-width: 320px;
    }
    .quiz-modal.supps-quiz .img {
        background-position-y: -15px !important;
        padding-top: 61%;
    }
    .quiz-modal.diet-quiz .img {
        background-image: url('../../images/2017-images/nikita-mobile.jpg') !important;
        background-size: contain !important;
        padding-top: 66%;
    }
    .quiz-modal div.text {
        padding: 25px;
    }
    .quiz-modal h2 {
        font-size: 22px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    .quiz-modal p {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .quiz-modal .success-message {
        margin-bottom: 20px;
    }
}


/*--------------------------------------------------------------
# BLOG: Popup modals
--------------------------------------------------------------*/

.exit-modal {
    padding: 0px;
    border-radius: 10px;
    max-width: 797px;
    overflow: hidden;
    background: transparent;
}

.exit-modal h2 {
    font-size: 44px;
    margin-bottom: 0px;
}

.exit-modal h3 {
    font-size: 31px;
    font-weight: 800;
    line-height: 38px;
    max-width: 349px;
    display: block;
    margin: 8px auto 15px auto;
}

.exit-modal p {
    font-size: 16px;
    max-width: 382px;
    display: block;
    margin: 0 auto 20px auto;
    line-height: 24px;
}

.exit-modal .flex-container {
    display: flex;
    background: #fff;
}

.exit-modal div.text {
    padding: 43px 30px 43px 0px;
    background: #fff;
    width: 114%;
    min-height: 384px;
}

.exit-modal .button {
    width: 250px;
    height: 55px;
    background-color: #27A2FF;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    line-height: 56px;
    float: none;
    transition: ease all 0.2s;
    border-radius: 5px;
    margin-bottom: 15px;
}

.exit-modal .button:hover {
    background: #138EEB;
}

.exit-modal .decline-text {
    text-decoration: none;
    transition: ease all 0.2s;
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.exit-modal .decline-text:hover {
    color: #999;
}

.exit-modal .img {
    width: 100%;
}

.exit-modal img {
    width: 292px;
    top: 75px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.exit-modal input[type="email"] {
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #ffffff;
    color: #000;
    padding: 15px 20px;
    font-size: 14px;
    margin-right: 4px;
    width: 100%;
    max-width: 206px;
}

.exit-modal input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: #2499f5;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
}

@media only screen and (max-width: 823px) {
    .exit-modal {
        max-width: 465px;
    }

    .exit-modal .img {
        display: none;
    }

    .exit-modal div.text {
        width: 100%;
        padding: 43px 30px 43px 30px;
        min-height: 384px;
    }
}

@media only screen and (max-width: 459px) {
    .exit-modal div.text {
        min-height: 480px;
    }

    .exit-modal input[type="email"] {
        width: 100%;
        max-width: 285px;
        margin-bottom: 15px;
    }

    .exit-modal input[type="submit"] {
        width: 100%;
        max-width: 285px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 349px) {
    .exit-modal h2 {
        font-size: 38px;
    }

    .exit-modal h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .exit-modal p {
        font-size: 14px;
        line-height: 21px;
    }

    .exit-modal div.text {
        min-height: 449px;
    }
}


/*--------------------------------------------------------------
# BLOG: More From Legion
--------------------------------------------------------------*/

.blog .alm-load-more-btn.more {
    background: #27A2FF !important;
    border: 1px #27A2FF solid;
    text-align: center;
    height: 47px;
    width: 260px;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    transition: ease background-color 0.2s;
}

.blog .alm-load-more-btn.more.loading {
    padding-left: 20px !important;
}

.blog .alm-load-more-btn.more:hover {
    background: #138EEB !important;
}

.blog .alm-load-more-btn.more.loading:hover {
    color: #fff;
}

.blog button.alm-load-more-btn.loading:before {
    top: 9px !important;
    left: 9px !important;
    margin: 0 !important;
    background: url('../../images/2017-images/blog-loading.svg') center no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
}

.alm-btn-wrap .alm-load-more-btn.done {
    background-color: #e2e2e2 !important;
}

/*--------------------------------------------------------------
# BLOG: Supplements
--------------------------------------------------------------*/

.quiz-post-box {
    width: 100%;
    height: auto;
    background: url('../../images/2017-images/blog-col-quiz-bg.png') center no-repeat;
    background-size: cover;
    padding: 50px 90px 60px;
    margin-bottom: 70px;
    clear: both;
    text-decoration: none;
}

.quiz-post-box .img {
    width: 195px;
    height: 219px;
    background: url('../../images/2017-images/blog-col-quiz-icon.png') center no-repeat;
    float: left;
    margin-right: 80px;
    margin-top: 10px;
}

.quiz-post-box h3 {
    font-size: 33px;
    color: #2897E9;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}

.quiz-post-box p {
    font-size: 19px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.quiz-post-box .btn {
    max-width: 364px;
    width: 100%;
    background: #e48310;
    height: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 0;
}

.quiz-post-box .btn:hover {
    background: #d2780d
}










/*--------------------------------------------------------------
# Popular Podcasts Sidebar
--------------------------------------------------------------*/

.popularPodcasts {
    margin-bottom: 30px;
    /*border: 1px solid #ebebeb;*/
}

.popularPodcasts .rpc-tab {
    margin: 0;
    padding-bottom: 13px;
}

.popularPodcasts .rpc-tab a > span,
.sidebarPostTitle a > span {
    position: relative;
    color: #333;
}

.popularPodcasts .rpc-tab a > span:hover {
    text-decoration: underline;
}

.popularPodcasts article,
.guides .rpc-tab a span {
    border: none;
    padding: 0 25px 13px 20px;
    margin-bottom: 0px !important;
    position: relative;
}

.popularPodcasts a > span:before,
.guides .rpc-tab a > span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    position: absolute;
    top: 9px;
    left: -20px;
    margin-top: -5px;
}

#sidebarPopularArticles {
    padding-bottom: 20px;
}

#sidebarPopularArticles.sidebarPopular a > span:before {
    display: none;
}

#sidebarPopularArticles.sidebarPopular .sidebarPost {
    border: none;
    padding: 17px 18px 0 18px;
}

#sidebarPopularArticles.sidebarPopular .sidebarPostTitle {
    width: calc(100% - 160px);
    position: relative;
    top: -6px;
}

#sidebarPopularArticles.sidebarPopular .sidebarPostTitle:hover {
    text-decoration: underline;
}



/*--------------------------------------------------------------
# Featured Articles / Quiz (?)
--------------------------------------------------------------*/

.featured-quiz-splash {
    width: 100%;
    height: 387px;
    padding: 80px 0 100px;
    background: url('../../images/2017-images/featured-quiz-background.jpg') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    position: relative;
}

.featured-quiz-splash h3 {
    text-align: left;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.featured-quiz-splash p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    max-width: 542px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.featured-quiz-splash a.quiz-button {
    display: block;
    width: 172px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #1CA4FC;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 13px;
    text-transform: uppercase;
}

.featured-quiz-splash a.quiz-button:hover,
.featured-quiz-splash a.quiz-button:active,
.featured-quiz-splash a.quiz-button:focus {
    background: #25b0ff;
}








/*--------------------------------------------------------------
# Quiz Splash
--------------------------------------------------------------*/

.blog .quiz-splash {
    width: 100%;
    height: 332px;
    padding: 55px 0;
    background: url('../../images/2017-images/quiz-background.jpg') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    position: relative;
}

.blog .quiz-splash h3 {
    text-align: center;
    color: #41494E;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.blog .quiz-splash p {
    font-size: 22px;
    text-align: center;
    color: #3B4449;
    line-height: 1.2;
    margin: 0 auto 55px;
    letter-spacing: 1px;
}

.blog .quiz-splash a.quiz-button {
    display: block;
    width: 212px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #1CA4FC;
    font-weight: 300;
    text-decoration: none;
    margin: auto;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
    text-transform: uppercase;
}

.blog .quiz-splash a.quiz-button:hover,
.blog .quiz-splash a.quiz-button:active,
.blog .quiz-splash a.quiz-button:focus {
    background: #25b0ff;
}










/*--------------------------------------------------------------
# BLOG: Recommended
--------------------------------------------------------------*/

.blog #recommended {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

.blog #recommended h3 {
    font-size: 33px;
    color: #293643;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog #recommended article {
    float: left;
    width: 33.33333%;
    margin-bottom: 30px;
    padding: 9px;
}

.blog #recommended article:last-child {
    margin-right: 0;
}

.blog #recommended article .img {
    background-size: cover !important;
    height: 148px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.blog #recommended article .img:after {
    position: absolute;
    content: "";
    display: block;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px rgba(255,255,255,.5) solid;
}

.blog #recommended article h4 {
    font-size: 19px;
    line-height: 1.4;
}

.blog #recommended article h4 a {
    color: #293643;
    text-decoration: none;
}

.blog #recommended article h4 a:hover {
    text-decoration: underline;
}

#main.blog .recipe .intro ul li {
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 46px;
    background: url('../../images/2017-images/list-item.png') left center no-repeat;
    font-size: 18px;
    min-height: 24px;
    line-height: 1.5;
}






/*--------------------------------------------------------------
# PRODUCT: Sticky Bar
--------------------------------------------------------------*/

#main .sticky-bar {
    z-index: 6;
}

#main #blog-sticky {
    width: 100%;
    clear: both;
    height: 45px;
    text-align: center;
    position: relative;
    background: #f5f4f4;
    border-top: solid 1px #ccc;
    display: none;
    position: fixed;
    bottom: 0px;
}

/*#blog-sticky .sticky-add-to-cart {
    background: #27A2FF;
    transition: all 0.2s;
    height: 45px !important;
    max-height: none !important;
    width: 40% !important;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
}*/

#main #blog-sticky .review-text {
    display: none;
}

#main #blog-sticky .sticky-bar-inner {
    max-width: 1100px;
    margin: 0px auto;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    width: 100%;
}

#main #blog-sticky {
  height: 65px;
  padding-right: 0;
  bottom: -65px;
  transition: all 300ms ease-in !important;
}

#main #blog-sticky.stuck {
  bottom: 0px;
}

/*#main #blog-sticky .review-text,
#main #blog-sticky .sticky-add-to-cart {
    display: none;
}

#main #blog-sticky.stuck .review-text,
#main #blog-sticky.stuck .sticky-add-to-cart {
    display: block;
}
*/
#main #blog-sticky .sticky-bar-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  width: 100%;
}

#main #blog-sticky .review-text .both-star {
  position: relative;
  width: 138.55px;
  height: 25px;
  margin-bottom: 4px;
}

#main #blog-sticky .review-text {
    display: block;
    max-width: 174px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#main #blog-sticky .review-text a {
    text-decoration: none;
    display: inline-block;
}

#main #blog-sticky .review-text .both-star:before,
#main #blog-sticky .review-text .both-star:after {
    content: "";
    position: absolute;
    background: url(../../images/2017-images/empty-star.png);
    width: 100%;
    height: 100%;
    background-size: cover !important;
    left: 0px;
}

#main #blog-sticky .review-text .both-star:after {
    background: url(../../images/2017-images/fill-star.png) !important;
    top: 0;
    left: 0;
    width: var(--width) !important;
    background-size: cover !important;
}

#main #blog-sticky .review-text p {
    font-family: proxima-nova;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #1C304B;
    margin-top: 4.5px;
}

#main #blog-sticky .review-text p span.total-review {
    font-weight: 400;
    margin-left: 5px;
    position: relative;
}

#main #blog-sticky .review-text p span.total-review:after {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #1C304B;
    top: 0;
    left: 0;
    position: absolute;
}

#main #blog-sticky .sticky-add-to-cart {
    background: #27A2FF;
    transition: all 0.2s;
    height: 45px !important;
    max-height: none !important;
    width: 40% !important;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
}

#main #blog-sticky .sticky-add-to-cart:hover {
    background: #138EEB;
}




@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .blog .sidebar #store-sidebar-box .img {
        background: url('https://legionathletics.com/wp-content/uploads/2020/01/save-20-percent-on-all-legion-supplements-banner-retina-v2.png') center no-repeat;
        background-size: contain;
    }

    .blog .left-col #latest-articles #blog-opt-in form input[type="email"],
    .blog #sign-up form input[type="email"],
    .blog #two-col #sign-up input[type="email"],
    .blog #two-col .blue-sign-up input[type="email"] {
        background: #fff url('../../images/2017-images/blog-email-input-icon@2x.png') 18px no-repeat;
        background-size: 18px;
    }

    #blog-subnav ul li a:after {
        background: url('../../images/2017-images/blog-nav-dd-arrow@2x.png') center no-repeat;
        background-size: 8px;
    }

    .featured-quiz-splash {
        background: url('../../images/2017-images/featured-quiz-background@2x.jpg') center no-repeat;
        background-size: cover;
    }

    .blog .sidebar #sidebar-opt-in {
        background: #F1F1F1 url('../../images/blog-sidebar-optin@2x.png') left top no-repeat;
        background-size: 100%;
    }

    .blog .sidebar #sidebar-opt-in .privacy:before {
        background: url('../../images/blog-sidebar-optin-lock@2x.png') center no-repeat;
        background-size: 100%;
    }

    .blog .sidebar #sidebar-opt-in form input[type="email"] {
        background: #fff url('../../images/blog-optin-email-icon@2x.png') 16px no-repeat;
        background-size: 20px;
    }

    .blog .post-social .a2a_s_facebook:before {
        background: url('../../images/2017-images/share-facebook@2x.png') center no-repeat;
        background-size: 8px;
    }

    .blog .post-social .a2a_s_twitter:before {
        background: url('../../images/2017-images/share-twitter@2x.png') center no-repeat;
        background-size: 17px;
    }

    .blog .post-social .a2a_s_email:before {
        background: url('../../images/2017-images/share-email@2x.png') center no-repeat;
        background-size: 18px;
    }

    .blog .sidebar #lose-weight {
        background: url('../../images/2017-images/blog-sidebar-lose-pounds@2x.jpg') center no-repeat;
        background-size: cover;
    }

    .blog .sidebar #quiz-sidebar-box {
        background: url('../../images/2017-images/blog-sidebar-quiz-bg@2x.jpg') center no-repeat;
        background-size: cover;
    }

    .blog .sidebar #quiz-sidebar-box .img {
        background: url('../../images/2017-images/blog-sidebar-quiz-icon@2x.png') center no-repeat;
        background-size: 145px;
    }

    .blog .sidebar #lead-sidebar {
        background: url('../../images/2017-images/sidebar-optin-lead-2020@2x.png') no-repeat;
        background-size: 372px;
    }

    .blog .sidebar #lead-sidebar.quiz-cta {
        background: url('../../images/2017-images/sidebar-quiz-cta-v2-@2x.png') no-repeat;
        background-size: 372px;
    }
}





@media only screen and (max-width: 1699px) {

    #blog-subnav .cat-dropdown .recent article .img {
        width: 160px;
    }

    #blog-subnav .cat-dropdown .featured article h2 a {
        font-size: 27px;
    }
}


@media only screen and (max-width: 1499px) {
    #blog-subnav .cat-dropdown .featured article .img {
        width: 350px;
    }
    #blog-subnav .cat-dropdown .recent article .img {
        width: 150px;
    }
}

@media screen and (max-width: 1401px) {
    #main.blog .recipes-fruit-document .container {
        padding: 48px 34px 55px 34px;
   }

   #main.blog .recipes-fruit-document .img {
        width: 317px;
        background-size: 100%;
   }

   #main.blog.recipes .sidebar {
        margin-top: 0;
   }
}


@media only screen and (max-width: 1399px) {

    #blog-subnav .cat-dropdown .featured article .img {
        width: 250px;
    }
    #blog-subnav .cat-dropdown .recent article .img {
        width: 130px;
    }

}


@media (max-width: 1330px) and (min-width: 1024px) {

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 {
        font-size: 26px !important;
    }
    .blog .sidebar #lead-sidebar.quiz-cta-new h2 .brush {
        background-size: contain !important;
        background-position: 0px 4px !important;
        padding: 20px 30px 20px 40px !important;
    }
}

@media (max-width: 1180px) and (min-width: 1024px) {

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 {
        font-size: 22px !important;
    }
    .blog .sidebar #lead-sidebar.quiz-cta-new h2 .brush {

    }
}


@media (max-width: 1320px) and (min-width: 769px) {
    .quiz-post-box {
        padding: 50px;
        max-width: 626px;
        margin: 0 auto 50px;
    }
    .quiz-post-box h3 {
        font-size: 27px;
    }

    .quiz-post-box .img {
        width: 164px;
        height: 184px;
        background-size: contain;
        margin-top: 31px;
        margin-right: 55px;
    }

    .quiz-post-box .btn {
        max-width: 307px;
        font-size: 19px;
    }

    .quiz-post-box p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1299px) {

     #blog-subnav .cat-dropdown .recent article h2 a {
        font-size: 15px;
     }
     #blog-subnav .cat-dropdown .recent article .img {
        width: 115px;
     }
}


@media only screen and (max-width: 1199px) {
    #blog-subnav .cat-dropdown .recent article {
        width: 100%;
        margin-right: 0;
    }
    #blog-subnav .cat-dropdown .recent article:nth-child(4),
    #blog-subnav .cat-dropdown .recent article:nth-child(5) {
        display: none;
    }

    #blog-subnav .cat-dropdown .featured article .img {
        width: 100%;
     }

     #blog-subnav .cat-dropdown .featured article {
        padding-right: 0;
        text-shadow: none;
    }

    #blog-subnav .cat-dropdown .featured article .img {
        width: 100%;
    }

    #blog-subnav .cat-dropdown .featured article .article-container {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        background: rgba(0,0,0,.9);
        transform: none;
        top: auto;
    }

    #blog-subnav .cat-dropdown .featured article h2 a {
        color: #fff;
        font-size: 18px;
    }

    #blog-subnav .cat-dropdown .featured article .meta a {
        color: #fff;
    }

    #main.blog .recipes-fruit-document .img {
        width: 300px;
        margin-right: 20px;
    }
}


@media screen and (max-width: 1184px) and (min-width: 1025px) {
    .blog .post-social .a2a_s_default, .blog .post-social .a2a_svg {
        width: 181px;
        margin-right: 10px;
    }
    .blog .post-social .a2a_svg:after {
        font-size: 11px;
    }
}

@media screen and (max-width: 1145px) and (min-width: 1025px) {

    #main.blog .recipes-fruit-document .container {
        padding: 21px 34px 31px 34px;
    }

    #main.blog .recipes-fruit-document h4 {
        font-size: 25px;
    }

    #main.blog .recipes-fruit-document .img {
        width: 271px;
        margin-right: 10px;
    }

    #main.blog .recipes-fruit-document a {
        padding: 20px 30px;
    }

}





@media only screen and (max-width: 1024px) {
    .blog .sidebar #lead-sidebar.quiz-cta-new,
    .blog .sidebar #about,
    .blog .sidebar #popular,
    .blog .sidebar #sidebar-books,
    .blog .sidebar #sidebar-tools,
    .blog .sidebar #sidebar-guides,
    .blog .sidebar #sidebar-legion-sticky-img {
        display: none;
    }

    #blog-subnav-container {
        display: none;
    }

    #blog-subnav {
        height: 45px;
        padding: 0 21px;
        background: #FFFFFF;
    }

    #blog-subnav ul li a {
        padding: 16px 27px 16px 6px;
        color: #636363;
    }

    #blog-subnav ul li a:hover {
        background: #fff;
    }

    #blog-subnav ul li a:after {
        top: 20px;
        background: url('../../images/2017-images/tablet-blog-nav-dd-arrow@2x.png') center no-repeat;
        background-size: 8px;
    }

    .blog #splash-blog {
        padding: 47px 0;
        margin-bottom: 47px;
    }

    .blog #splash-blog .featured {
        font-size: 24px;
        margin: 0 auto 30px;
    }

    .blog #splash-blog article#article-1 {
        height: 296px;
    }

    .blog #splash-blog article.small {
        height: 148px;
    }

    .blog #splash-blog article#article-1 h2 {
        font-size: 24px;
        max-width: 78%;
    }

    .blog #splash-blog article .meta {
        font-size: 14px;
    }

    .blog #splash-blog article.small h2 {
        font-size: 15px;
        padding: 18px;
    }

    .blog #content {
        padding: 0 45px 50px;
    }

    .blog .left-col {
        width: 100%;
    }

    .blog .left-col #latest-articles .latest {
        font-size: 24px;
        margin-bottom: 27px;
    }

    .blog .left-col #latest-articles article {
        margin-bottom: 10px;
    }

    .blog .left-col #latest-articles article h2,
    .blog .left-col #latest-articles article h4 {
        font-size: 24px;
    }

    .blog .left-col #latest-articles article .meta {
        font-size: 12px;
    }

    .blog .left-col #latest-articles #blog-opt-in {
        height: 331px;
        padding: 44px 37px;
    }

    .blog .left-col #latest-articles #blog-opt-in h3 {
        margin-bottom: 14px;
    }

    .blog .left-col #latest-articles #blog-opt-in h3 span {
        display: block;
    }

    .blog .left-col #latest-articles #blog-opt-in form,
    .blog #sign-up form,
    .blog #two-col #sign-up form {
        max-width: 587px;
        margin: 0 auto 11px;
    }

    .blog .left-col #latest-articles #blog-opt-in p {
        font-size: 16px;
        line-height: 1.7;
        padding: 0;
        letter-spacing: -0.1px;
    }

    .blog .left-col #latest-articles #blog-opt-in form input[type="email"],
    .blog #sign-up form input[type="email"],
    .blog #two-col #sign-up input[type="email"] {
        width: 405px;
    }

    .blog .left-col #latest-articles #blog-opt-in p.privacy {
        letter-spacing: 0.5px;
    }

    .blog .sidebar {
        display: block;
        width: 100%;
        margin: auto;
        float: none;
    }

    .blog .sidebar #lead-sidebar.meal-plan-tool {
        margin-bottom: 0 !important;
    }

    .blog .sidebar #about {
        padding-top: 4px;
        padding-bottom: 23px;
        margin-bottom: 33px;
    }

    .blog .sidebar #about .about-container {
        padding: 30px 21px;
    }

    .blog .sidebar #about p {
        font-size: 16px;
        margin: -5px 0 24px 0;
    }

    .blog .sidebar #about a.btn {
        font-size: 13px;
        height: 47px;
        line-height: 47px;
    }

    .blog .sidebar #lose-weight {
        background: url('../../images/2017-images/phone-blog-sidebar-lose-pounds@2x.jpg') center no-repeat;
        background-size: cover;
        padding: 40px 18px 17px;
        height: 317px;
        margin-bottom: 24px;
    }

    .blog .sidebar #lose-weight h3 {
        font-size: 16px;
        width: 150px;
    }

    .blog .sidebar #lose-weight p {
        font-size: 15px;
        width: 95px;
    }

    .blog .sidebar #lose-weight a.btn {
        font-size: 13px;
        height: 47px;
        line-height: 47px;
    }

    .blog #sign-up {
        padding: 44px 30px;
        margin-bottom: 0;
    }

    .blog #sign-up h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .blog #sign-up p {
        font-size: 16px;
    }

    body.page-template-page-podcast #oneweek-sidebar,
    body.blog #oneweek-sidebar,
    body.category #oneweek-sidebar {
        display: none;
    }

    #main.blog #two-col .post-container {
        width: 100%;
    }

    .blog #two-col {
        padding: 40px 45px 70px;
    }

    .post-template-success-story-post #two-col {
        padding-bottom: 25px;
    }

    .blog #recommended {
        background: #F6F7F7;
        margin: 0 auto 30px;
        padding: 38px 30px 0;
        width: 100%;
    }

    .blog #recommended .article-container {
        padding: 0;
    }

    .blog #recommended article .img {
        width: 100%;
        height: 142px;
    }

    .blog #recommended h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 32px;
    }

    .blog #recommended article h4 {
        text-align: center;
        font-size: 18px;
    }

    #main.blog.recipes .breadcrumbs {
        padding-right: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }

    #main.blog .all-recipes {
        width: 100%;
        padding: 0;
    }

    #main.blog.recipes #two-col {
        padding: 0;
    }

    #main.blog .recipe,
    #main.blog .recipe-intro {
        margin-bottom: 0;
        padding: 40px 45px;
        border-top: 0;
    }

    #main.blog .recipe h3,
    #main.blog .recipe-intro h3 {
        font-size: 40px;
    }

    #main.blog .book-extra {
        border-top: 0;
        margin-bottom: 0;
    }

    #main.blog .book-extra .col.two {
        width: 100%;
    }

    #main.blog .book-extra .col.one {
        padding: 55px 45px 50px 50px;
    }

    #main.blog .book-extra .col.two a, #main.blog .book-extra .col.two span {
        width: 33.033%;
        border-bottom: 0;
        height: 115px;
        padding: 42px 0;
        border-right: 1px #DDDDDD solid;
        float: left;
    }

    #main.blog .book-extra .col.two a:last-child {
        border-right: 0;
    }

    #main.blog .recipes-fruit-document {
        margin-bottom: 0;
        background: #F6F5F2;
    }

    #main.blog .recipes-fruit-document .container {
        padding: 40px 30px;
        text-align: center;
    }

    #main.blog .recipes-fruit-document h4 {
        text-align: left;
        font-size: 27px;
    }
    #main.blog .recipes-fruit-document p {
        text-align: left;
        font-size: 19px;
    }

    #main.blog .recipes-fruit-document .img {
        background-size: 100%;
        width: 330px;
        height: 239px;
        margin-bottom: 30px;
        margin-top: 0;
        margin-right: 30px;
    }

    #main.blog .recipe-extras {
        margin-bottom: -30px;
    }

    #main.blog .recipe-extras #want-more h2 {
        font-size: 36px;
        line-height: 1.4;
        padding: 26px 100px;
        margin-bottom: 0;
    }

    #main.blog .recipe-extras #want-more .book-container {
        padding: 0;
        margin-bottom: 30px;
    }

    #main.blog .recipe-extras #want-more .book {
        padding: 44px;
    }

    #main.blog .recipe-extras #want-more .book .img.shredded {
        margin-right: 30px;
        margin-left: 0;
    }

    #main.blog.recipes #one-col .author-info {
        width: 100%;
        margin: 0 auto 40px;
        border: 5px #EDEDED solid;
        background: #F6F5F2;
    }
    #main.blog .recipe-extras .extras-container {
        margin-bottom: 20px;
    }

    #main.blog .recipe-extras #want-more .book .img.eat-green {
        margin-top: 0;
        margin-right: 0;
        margin-left: 40px;
    }

    #main.blog .recipe-extras #want-more .book.eat-green .why-buy {
        margin-bottom: 50px;
    }

    #main.blog.recipes #one-col #sign-up {
        margin: 0 -50px 35px -50px;
        width: calc(100% + 100px);
        padding: 45px 40px;
    }

    #main.blog.recipes #one-col #sign-up h3 {
        padding: 0;
        font-size: 25px;
    }

    #main.blog.recipes .post-social {
        margin: 40px 0 30px;
    }

    #main.blog.recipes #comments {
        /*margin-top: 0;*/
        margin-bottom: 10px;
    }

    #main.blog.recipes #recommended article .img {
        height: 130px;
    }

    #main.blog.recipes #sign-up form {
        width: 100%;
        margin: 0 auto 25px;
    }

    #main.blog.recipes #sign-up h3 {
        font-size: 25px;
    }

    #main.blog.recipes #sign-up p {
        font-size: 18px;
    }

    #main.blog.recipes #one-col .featured-img {
        height: 325px;
    }

    #main.blog.recipes .recipe-extras #want-more .book .why-buy p {
        margin-bottom: 20px;
    }

    #main.blog.recipes .recipe-extras #want-more .book .why-buy .container {
        padding: 20px 30px;
    }

    #main.blog.recipes #one-col .author-info img {
        max-width: 304px;
    }

    #main.blog.recipes #one-col .author-info {
        padding: 25px 331px 25px 30px;
    }

    .blog #latest-articles .lead-inpost {
        margin-bottom: 30px;
    }

    .blog .sidebar #lead-sidebar.quiz-cta {
        height: 305px;
        margin: 0;
    }
}






@media only screen and (max-width: 767px) {

    #main.blog.recipes #comments {
        margin-bottom: 40px;
    }

    #blog-subnav .cat-dropdown,
    #main.blog #blog-subnav,
    #blog-subnav ul li:hover .cat-dropdown {
        display: none;
    }

    .blog .meal-plan-tool,
    .blog .lead-inpost {
        background-size: 550px;
        width: 100%;
        padding-top: 70px !important;
        height: 397px;
        margin: 40px auto;
        padding-left: 60px !important;
        max-width: 550px;
        display: block;
        float: none !important;
    }

    #main #blog-sticky {
        display: block;
    }

    #main #blog-sticky .review-text {
        display: block;
    }

    .blog .meal-plan-tool form,
    .blog .lead-inpost form{
        width: 275px;
    }

    .blog .meal-plan-tool h2,
    .blog .lead-inpost h2 {
        margin: 20px 0px 25px !important;
        padding-left: 0px;
        font-size: 32px !important;
        width: 360px;
    }

    .blog .meal-plan-tool form,
    .blog .meal-plan-tool h2 {
        width: 100% !important;
        text-align: center !important;
        padding: 0px;
    }

    .blog .meal-plan-tool h2 {
        margin-bottom: 22px !important;
    }

    .blog .widget.opt-in.meal-plan-tool p {
        width: 100%;
        margin-bottom: 29px !important;
        padding: 0;
    }

    .blog .meal-plan-tool form input,
    .blog .lead-inpost form input {
        width: 100% !important;
    }

    .blog .meal-plan-tool input[name="email"],
    .blog .lead-inpost input[name="email"] {
        margin-bottom: 10px !important;
    }

    .blog .sidebar #lead-sidebar.meal-plan-tool {
        padding-top: 12px !important;
        margin-bottom: 40px !important;
    }

    .blog .sidebar #lead-sidebar.quiz-cta {
        padding: 63px 20px 0;
        height: 317px;
        margin: 0 0 25px;
    }

    .blog .sidebar #lead-sidebar.quiz-cta h2 {
        margin-bottom: 46px;
    }

    .blog #latest-articles .lead-inpost {
        background: url('../../images/2017-images/in-post-optin-2020-small-mobile-new.png') 50% 0 no-repeat;
        background-size: 500px;
        max-width: 374px;
        padding: 60px 30px 20px 30px;
        margin-bottom: 50px;
        height: auto;
        padding: 70px 30px 40px 30px !important;
    }

    .blog #latest-articles .lead-inpost.quiz-cta,
    .blog .lead-inpost.quiz-cta {
        /* background: url('../../images/2017-images/sidebar-quiz-cta-v2-@2x.png') no-repeat;
        background-size: 372px;
        padding-top: 63px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        height: 317px;
        float: none;
        margin-bottom: 40px; */
        background: url('../../images/2017-images/Tablet-Small-1410x430-no-logo-2021-v2.png') no-repeat;
        background-size: cover;
        padding-top: 40px !important;
        height: 254px;
        margin-bottom: 38px;
        max-width: none;
    }
    .blog .lead-inpost.quiz-cta {
        margin-bottom: 0;
        padding-bottom: 20px !important;
    }

    .blog .lead-inpost.quiz-cta .text-container {
        /* width: 100%; */
        /* text-align: left; */
    }

    .blog #latest-articles .lead-inpost h2 {
        font-size: 26px !important;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center !important;
    }

    .blog #latest-articles .lead-inpost.quiz-cta h2,
    .blog .lead-inpost.quiz-cta h2 {
        /* width: 240px;
        text-align: left !important;
        margin: 0px 0px 30px !important;
        padding: 0;
        font-size: 24px !important;
        line-height: 1.3 !important; */
        text-align: center !important;
        font-size: 42px !important;
        color: #293643;
        width: 100%;
        padding: 0px 30px;
        margin-top: 4px !important;
        margin-bottom: 32px !important;
    }

    .blog .lead-inpost.quiz-cta a#quiz-btn {
        /* font-size: 18px;
        display: inline-block; */
        font-size: 20px;
    }

    .blog #latest-articles .lead-inpost form{
        width: 100%;
    }

    .blog .meal-plan-tool form input, .blog .lead-inpost form input {
        margin: 0;
    }

    .blog #latest-articles .lead-inpost .lead-inpost-sending,
    .blog #latest-articles .lead-inpost .lead-inpost-success {
        width: 100%;
        padding-top: 20px;
    }

    .blog .widget.opt-in p,
    .blog .sidebar .widget.opt-in p,
    .blog #two-col .widget.opt-in p {
        margin-top: 0;
    }

    .blog #two-col .widget.opt-in p {
        font-size: 17px;
    }

    .blog #latest-articles .lead-inpost input {
        float: none;
    }

    .blog .meal-plan-tool {
        background-color:  #f6f7f7;
        background-size: cover;
        width: auto !important;
        padding: 11px 30px 35px 30px !important;
        margin-bottom: 50px !important;
        height: auto;
        text-align: center;
    }

    .blog .meal-plan-tool img {
        display: inline;
        max-width: 260px !important;
        width: 80%;
        margin-bottom: 30px;
    }

    #main.blog .container [class^=styles_product_] {
        width: 50%;
    }

    .blog .sidebar #popular article h5 {
        font-size: 16px;
    }

    #main.blog #category-title {
        padding: 30px 0;
    }

    #main.blog #category-title h2 {
        font-size: 25px;
    }

    body.category #main.blog #content {
        max-width: 100%;
        padding: 0 30px 0;
    }

    body.category #main.blog .left-col #latest-articles article {
        width: 100%;
        margin:  0 0 25px;
    }

    body.category #main.blog .left-col #latest-articles article .bot {
        height: auto;
    }

    #blog-subnav {
        display: none;
    }

    .blog #splash-blog {
        padding: 36px 0;
        margin-bottom: 36px;
    }

    .blog #splash-blog article#article-1 {
        width: 100%;
        max-width: 560px;
        height: 231px;
        float: none;
        margin: auto;
        box-shadow: inset 0 -81px 73px 0 rgba(0, 0, 0, .45);
    }

    .blog #splash-blog article#article-1 .bot {
        padding: 22px 30px;
    }

    .blog #splash-blog article#article-1 h2 {
        font-size: 18px;
        max-width: 100%;
        letter-spacing: 0.5px;
    }

    .blog #splash-blog article .meta {
        display: none;
    }

    .blog #splash-blog .container {
        padding: 0;
    }

    .blog #splash-blog .featured {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 36px;
    }

    .blog #splash-blog article.small {
        display: none;
    }

    .blog #content {
        padding: 0 30px 3px;
    }

    .blog .left-col #latest-articles .latest {
        font-size: 18px;
        text-align: center;
    }

    .blog .left-col #latest-articles article {
        margin-bottom: 50px;
    }

    .blog #splash-blog article#article-1 .bot {
        padding: 22px 30px;
    }

    .blog .left-col #latest-articles article h2,
    .blog .left-col #latest-articles article h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .blog .article-right {
        width: calc(100% - 310px);
    }

    .blog .left-col #latest-articles article .img {
        width: 270px;
        height: 147px;
    }

    .blog .left-col #latest-articles article .meta {
        font-size: 14px;
        line-height: 1.5;
    }
    .blog .left-col .post-excerpt p {
        /*display: none;*/
        font-size: 13px;
    }

    .blog .left-col #latest-articles #blog-opt-in,
    .blog #sign-up,
    .blog #two-col #sign-up {
        width: 100%;
        margin: 20px 0 84px;
        padding: 50px 30px;
        height: auto;
        position: relative;
        top: 20px;
    }

    .blog #sign-up {
        padding: 33px 60px;
        top: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .blog .left-col #latest-articles #blog-opt-in h3 {
        font-size: 24px;
    }

    .blog .left-col #latest-articles #blog-opt-in p {
        letter-spacing: 0.25px;
    }

    .blog .left-col #latest-articles #blog-opt-in form,
    .blog #sign-up form, .blog #two-col #sign-up form {
        margin: 0 auto 3px;
    }

    .blog #two-col #sign-up {
        border: 1px #00A2FF solid;
        padding: 60px 30px 35px;
        box-shadow: inset 0 0 0 7px #CFEDFF;
        top: 0;
        width: calc(100% + 60px);
        margin: 0 -30px;
    }

    .blog .left-col #latest-articles #blog-opt-in form input[type="email"],
    .blog #sign-up form input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog .left-col #latest-articles #blog-opt-in form input[type="submit"],
    .blog #sign-up form input[type="submit"],
    .blog #two-col #sign-up input[type="submit"] {
        width: 100%;
    }

    .blog #two-col #sign-up h3 {
        font-size: 20px;
        padding: 0 20px;
        margin-bottom: 22px;
        line-height: 1.25;
    }

    .blog #two-col #sign-up input[type="email"] {
        max-width: 220px;
        margin: 0 auto 10px;
        float: none;
        width: 100%;
    }

    .blog #two-col #sign-up input[type="submit"] {
        margin: 0 auto 23px;
        max-width: 220px;
        float: none;
    }

    .blog #two-col #sign-up .privacy {
        line-height: 1.4;
        padding: 0 20px;
    }

    .blog #two-col {
        padding: 36px 30px 0;
    }

    .blog #two-col .post-content h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .quiz-post-box {
        width: 100%;
        height: auto;
        background: url('../../images/2017-images/phone-blog-col-quiz-bg@2x.jpg') center no-repeat;
        background-size: cover;
        padding: 30px 20px 22px;
        margin-bottom: 30px;
        clear: both;
    }

    .quiz-post-box .img {
        width: 140px;
        height: 144px;
        background: url('../../images/2017-images/phone-blog-col-quiz-icon@2x.png') center no-repeat;
        background-size: contain;
        float: none;
        display: block;
        margin: 0 auto 30px;
        margin-top: 0;
    }

    .quiz-post-box h3 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 14px;
    }

    .quiz-post-box p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: center;
    }

    .quiz-post-box .btn {
        width: 100%;
        height: 47px;
        line-height: 47px;
        letter-spacing: 1px;
        font-size: 13px;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }

    #main.blog.recipes {
        overflow: hidden;
    }

    #main.blog .recipe-extras .extras-container {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    #main.blog .recipe-extras {
        padding: 0;
        padding-bottom: 20px;
    }

    #main.blog.recipes .post-social {
        padding: 0 30px;
    }

    #main.blog.recipes .post-social.above-post-social  {
        padding: 0;
        /*margin-top: 0;*/
    }

    #main.blog.recipes #two-col .author-info img {
        position: static;
        max-width: 197px;
        margin: 0 auto 20px;
        display: block;
    }

    #main.blog .recipe .featured-img {
        height: 180px;
        margin: 0 -30px 30px;
        width: calc(100% + 60px);
    }

    #main.blog.recipes #two-col #sign-up,
    #main.blog.recipes #sign-up {
        width: 100%;
        margin: 0 auto;
    }

    #main.blog .recipe .instructions .get-recipe {
        padding: 18px 40px;
    }

    #main.blog .recipe-extras .new-tsc #want-more h2 {
        padding: 26px 30px;
        font-size: 19px;
    }

    #main.blog .recipe-extras #want-more .book {
        padding: 30px;
    }

    #main.blog .recipe-extras #want-more .book p {
        font-size: 16px;
    }

    #main.blog .recipe h1 {
        font-size: 21px;
        margin-bottom: 25px;
    }

    #main.blog .recipes-fruit-document .img {
        width: 291px;
        height: 210px;
        margin-bottom: 12px;
        margin: auto;
        float: none;
        clear: both;
    }

    #main.blog .recipes-fruit-document h4 {
        font-size: 20px;
        text-align: center;
    }

    #main.blog .recipes-fruit-document p {
        font-size: 16px;
        text-align: center;
    }

    .blog .sidebar .widget {
        margin-bottom: 50px;
    }

    #main.blog .recipes-fruit-document a {
        padding: 20px;
        font-size: 15px;
    }

    .blog .sidebar #quiz-sidebar-box {
        margin-bottom: 30px;
    }

    .blog .sidebar #store-sidebar-box .img {
        width: 100%;
    }

    .blog .post-excerpt {
         display: initial;
    }

    .blog .sidebar #lead-sidebar.quiz-cta-new img {
        max-width: 200px;
    }

    .blog .sidebar #lead-sidebar.quiz-cta-new p {
        font-size: 16px;
        margin-left: -13px;
        margin-right: -13px;
    }

}




@media screen and (max-width: 630px) {
    .blog #latest-articles .lead-inpost.quiz-cta, .blog .lead-inpost.quiz-cta {
        height: 100%;
    }
    .blog .lead-inpost.quiz-cta .text-container {
        width: 100%;
    }
    .blog #latest-articles .lead-inpost.quiz-cta h2, .blog .lead-inpost.quiz-cta h2 {
        padding: 0;
    }
}







@media screen and (max-width: 560px) {
    .blog .left-col #latest-articles article .img {
        width: 100%;
        float: none;
        display: block;
        margin:  0 auto 18px;
        background-size: cover !important;
        max-width: 300px;
        height: 164px;
    }

    .blog .article-right {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

    .blog .left-col #latest-articles article h2,
    .blog .left-col #latest-articles article h4 {
        max-width: 300px;
        margin: 0 auto;
    }

    .blog .left-col .post-excerpt p {
        max-width: 300px;
        margin: 15px auto 0px;
    }

    .blog .left-col #latest-articles article .meta {
        font-size: 14px;
        line-height: 1.5;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .blog #latest-articles .lead-inpost.quiz-cta,
    .blog .lead-inpost.quiz-cta {
        background: url('../../images/2017-images/sidebar-quiz-cta-v2-@2x.png') no-repeat;
        background-size: 372px;
        padding-top: 63px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        height: 317px;
        max-width: 374px;
        float: none;
        margin-bottom: 40px;
    }

    .blog .lead-inpost.quiz-cta .text-container {
        width: 100%;
        text-align: left;
    }

    .blog #latest-articles .lead-inpost.quiz-cta h2,
    .blog .lead-inpost.quiz-cta h2 {
        width: 240px;
        text-align: left !important;
        margin: 0px 0px 30px !important;
        padding: 0;
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .blog .lead-inpost.quiz-cta a#quiz-btn {
        font-size: 18px;
        display: inline-block;
    }
}









@media only screen and (max-width: 499px) {

    .blog .lead-inpost {
        background: url('../../images/2017-images/in-post-optin-2020-small-mobile-new.png') 50% 0 no-repeat;
        background-size: 500px;
        width: auto;
        padding: 70px 30px 40px 30px !important;
        margin-bottom: 0px;
        height: auto;
    }

    .blog .lead-inpost h2 {
        font-size: 26px !important;
        width: 105%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center !important;
    }

    .blog .lead-inpost form{
        width: 100%;
    }

    .blog .meal-plan-tool .lead-inpost-sending,
    .blog .meal-plan-tool .lead-inpost-success,
    .blog .lead-inpost .lead-inpost-sending,
    .blog .lead-inpost .lead-inpost-success {
        width: 100%;
        padding-top: 20px;
    }

    .left-col .widget.opt-in p.attribution,
    .left-col .widget.opt-in p.quote,
    .left-col .widget.opt-in form input {
        float: none !important;
        width: 100% !important;
    }

    .left-col .widget.opt-in p.quote,
    .left-col .widget.opt-in form {
        margin-bottom: 20px;
    }

    .blog .widget.opt-in.inpost-opt-in {
        padding: 20px !important;
        padding-bottom: 0 !important;
    }

    .blog .widget.opt-in.inpost-opt-in h2 {
        font-size: 28px !important;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .blog .widget.opt-in.inpost-opt-in h2 span.brush {
        margin: -15px -15px -15px 0px;
        background-size: 91%;
        background-position: 1px;
    }

    .blog .widget.opt-in.inpost-opt-in p {
        font-size: 15px !important;
        margin-top: 10px;
    }

    .blog .widget.opt-in.inpost-opt-in form {
        margin-bottom: 20px;
    }

    .blog .widget.opt-in.inpost-opt-in form input[type="email"] {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .blog .widget.opt-in.inpost-opt-in form input[type="submit"] {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:445px) {

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 {
        font-size: 26px !important;
        max-width: 340px;
        margin: 0px auto 15px;
    }

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 span.brush {
        padding: 20px;
        background-position: 0px;
        background-size: contain;
    }

    .blog .sidebar #lead-sidebar.quiz-cta-new {
        padding: 25px 0;
    }

    .blog .sidebar #lead-sidebar.quiz-cta-new div.inner {
        margin:  0px 30px;
    }
}





@media only screen and (max-width: 414px) {
    .blog .meal-plan-tool h2 {
        font-size: 30px !important;
    }
}


@media only screen and (max-width:380px) {

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 {
        font-size: 23px !important;
    }
}

@media only screen and (max-width:350px) {

    .blog .sidebar #lead-sidebar.quiz-cta-new h2 {
        font-size: 20px !important;
    }
    .blog .sidebar #lead-sidebar.quiz-cta-new p {
        font-size: 15px;
        margin-left: -20px;
        margin-right: -20px;
    }
}




@media only screen and (max-width: 399px) {

    .blog .lead-inpost h2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .blog .meal-plan-tool h2 {
        font-size: 26px !important;
    }
}


@media only screen and (max-width: 330px) {
    .blog #latest-articles .lead-inpost.quiz-cta h2,
    .blog .lead-inpost.quiz-cta h2 {
        font-size: 23px !important;
    }
    .blog .lead-inpost.quiz-cta a#quiz-btn {
        font-size: 15px;
    }

    .blog .meal-plan-tool,
    .blog .sidebar #lead-sidebar.meal-plan-tool {
        padding: 20px 20px 35px 20px !important;
    }

    .blog .meal-plan-tool h2 {
        font-size: 24px !important;
    }
}










