/*--------------------------------------------------------------
# ABOUT PAGE NEW
-------------------------------------------------------------- */

.about h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 0px 0px 40px;
}

.about div.our-story,
.about div.the-science,
.about div.the-process,
.about div.the-truth,
.about div.giving-back,
.about div.advisory-board,
.about div.review-board,
.about div.funding {
    width:40%;
    display: inline-block;
    min-width:400px;
}

.about .row {
    position:relative;
    float: left;
    margin:80px 0px;
    width: 100%;
}

.about img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about div.our-story {
    float: left;
}

.about img.our-story {
    float: right;
    right: 0;
}

.about div.the-science {
    float: right;
}

.about img.the-science {
    float: left;
    left: -60px;
}

.about div.the-process {
    float: left;
}

.about img.the-process {
    float: right;
    right: 113px;
    /* max-width: 203px; */
}

.about div.the-truth {
    float: right;
}

.about img.the-truth {
    float: left;
    left: 0;
}

.about div.giving-back {
    float: left;
}

.about img.giving-back {
    float: right;
    right: 6px;
}

.about div.advisory-board {
    float: left;
}

.about img.advisory-board {
    float: right;
    right: 90px;
}

.about div.review-board {
    float: right;
}

.about img.review-board {
    float: left;
    left: 60px;
}

.about div.funding {
    float: left;
}

.about img.funding {
    float: right;
    right: 75px;
}

.about a {
    margin: 50px 0px 0px;
    width: 200px;
    height: 56px;
    background-color: #27A2FF;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    letter-spacing: 0;
    line-height: 56px;
    text-align: center;
}

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













@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .about img.our-story {
        content:url("../../images/2017-images/about-icons-2019/Our-Story-v2@2x.png");
        max-width: 414px;
        height: 320px;
    }
    .about img.the-science {
        content:url("../../images/2017-images/about-icons-2019/about-the-science@2x.png");
        max-width: 451px;
        height: 341px;
    }
    .about img.the-process {
        content:url("../../images/2017-images/about-icons-2019/about-The-Process-v2@2x.png");
        max-width: 203px;
        height: 278px;
    }
    .about img.the-truth {
        content:url("../../images/2017-images/about-icons-2019/about-the-truth@2x.png");
        max-width: 446px;
        height: 335px;
    }
    .about img.giving-back {
        content:url("../../images/2017-images/about-icons-2019/about-giving-back@2x.png");
        max-width: 407px;
        height: 267px;
    }
}













@media (max-width: 1024px) {
    .about img {
        width: 45%;
    }
    .about img.our-story {
        width: 40%;
    }
    .about img.the-science {
        left: 0px;
    }
    .about img.the-process {
        width: 20%;
    }
    .about img.advisory-board {
        right: 0;
        width: 40%;
    }
    .about img.review-board {
        left: 0;
        width: 40%;
    }
    .about img.funding {
        right: 0;
        width: 40%;
    }
    .about img.advisory-board,
    .about img.review-board,
    .about img.funding,
    .about img.our-story,
    .about img.the-science,
    .about img.the-process,
    .about img.the-truth,
    .about img.giving-back {
        height: initial;
    }
    .about div.advisory-board,
    .about div.review-board,
    .about div.funding,
    .about div.our-story,
    .about div.the-science,
    .about div.the-process,
    .about div.the-truth,
    .about div.giving-back {
        width: 50%;
        min-width: initial;
    }
}













@media (max-width: 768px) {
    .about div.row {
        text-align: center;
        margin: 0 0 80px 0;
    }
    .about img {
        position: relative;
        float: none !important;
        width: 100%;
        margin-bottom:40px;
        height: initial;
    }
    .about img.our-story {
        width: 90%;
    }
    .about img.the-science,
    .about img.the-truth {
        position: relative;
        left: -9px;
    }
    .about img.the-process {
        right: 0;
        width: 50%;
    }
    .about img.giving-back {
        position: relative;
    }
    .about div.advisory-board,
    .about div.review-board,
    .about div.funding,
    .about div.our-story,
    .about div.the-science,
    .about div.the-process,
    .about div.the-truth,
    .about div.giving-back {
        width:100%;
        text-align: center;
        min-width: initial;
    }
    .about a {
        margin: 0px auto;
    }
}




















.header-container {
    background-color: #f8f8f8 !important;
}

.michael-matthews {
    background: #fff !important;
}

.menu li.michael-matthews {
    background: transparent !important;
}

.michael-matthews h1 {
    text-align: center;
    padding: 62px 50px 58px 50px;
    font-size: 39px;
    font-weight: bold;
    color: #2a3644;
}

.michael-matthews .michael-matthews-red {
    background-color: #f8f8f8;
    width: 30.3%;
    border-radius: 0px 5px 0px 0px;
    position: relative;
    height: 493px;
}

.michael-matthews .left {
    width: 58%;
    padding: 145px 50px 0px 140px;
}

.bottom-content-wrap {
    background-color:  #fff !important;
}

.michael-matthews .left h1 {
    padding: 0px;
    font-size: 23px;
    color: #666;
    text-align: left;
    line-height: 1.55;
    font-weight: normal;
}

.michael-matthews .michael-matthews-head {
    position: relative;
}

.michael-matthews .michael-matthews-head img {
    position: absolute;
    left: -42%;
    top: 0px;
    z-index: 1;
    min-width: 329px !important;
}

.michael-matthews .michael-matthews-main {
    padding-bottom: 10px;
}

.michael-matthews .michael-matthews-main .wrapper {
    top:0px;
    padding: 0px;
    color: #333;
    text-align: center;
    font-size: 17px;
    border-radius: 5px !important;
    background-color: #f8f8f8;
    margin: auto;
    max-width: 1090px;
    position: relative;
    min-width: auto;
}

.michael-matthews .michael-matthews-main .wrapper .inner {
    padding: 80px;
    padding-top: 0px;
    padding-bottom: 30px;
    margin: 20px 90px 0px 90px;
    text-align: left;
    font-size: 14px;
    color: #444;
}

.michael-matthews .michael-matthews-main .wrapper .inner p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 17px;
}

.michael-matthews .michael-matthews-main .wrapper .inner.last {
    padding: 0;
    margin: 0 auto;
}

.michael-matthews .michael-matthews-main .wrapper .inner.last p {
    margin-bottom: 0;
}

.michael-matthews .photo-left {
    float: left;
    width: 50%;
    font-size: 36px !important;
}

.michael-matthews .photo-left.pad {
    padding-top: 80px;
    padding-right: 75px;
    line-height: 1.4 !important;
    font-size: 34px !important;
    text-align: left;
}

.michael-matthews .photo-wrapper.grey {
    background-color: #f6f6f6;
    margin: 0px;
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.michael-matthews .photo-wrapper .michael-matthews-body-changed {
    padding-top: 140px;
}

.michael-matthews .photo-wrapper.grey .photo-left {
    padding-left: 140px;
}

.michael-matthews .photo-wrapper.grey .photo-left {
    padding-left: 140px;
    width: 460px;
}

.michael-matthews .photo-wrapper.grey .photo-left .bls-image {
    width: 65%;
}

.michael-matthews .photo-wrapper.grey .photo-left .awards-badges-images {
    display: flex;
    justify-content: center;
    position: relative;
    right: -2px;
}

/* .michael-matthews .photo-wrapper.grey .photo-left .awards-badges-images img {
    width: 33%;
    padding: 0 10px;
} */
.michael-matthews .photo-wrapper.grey .photo-left .awards-badges-images .awards-badge {
    width: 33%;
    padding: 0 10px;
}

.michael-matthews .photo-wrapper {
    margin: 75px 0px;
}

.michael-matthews-main a {
    color: #1BA3FB;
    text-decoration-line: underline;
}

.michael-matthews-main .social a {
    text-decoration: none;
    margin: 0 2px;
}

.michael-matthews-main .social a {
    position: relative;
    display: inline-block;
}

.michael-matthews-main .social a:before {
    content:  "";
    right: 50px;
    top: 19px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-style: initial;
    letter-spacing: .5px;
    position: absolute;
}

.michael-matthews-main .social a.fb:before {
    content: "Facebook";
}

.michael-matthews-main .social a.ig:before {
    content: "Instagram";
}

.michael-matthews-main .social a.yt:before {
    content: "Youtube";
}

.michael-matthews-main .social a.tw:before {
    content: "Twitter";
}

.michael-matthews-main .social-mobile a {
    text-decoration: none;
    margin: 0 2px;
}

.michael-matthews .photo-right {
    width:50%;
    /* min-height: 360px; */
    border-radius: 5px;
    float: right;
}

.michael-matthews .photo-right.shadow img {
    box-shadow: 0px 0px 40px -6px #ccc;
    border-radius: 5px;
}
.michael-matthews .photo-right a img {
    width:100%;
    max-width: 400px;
    background-color:  #f8f8f8 !important;
}

.michael-matthews .grey .photo-right {
    padding: 0px 125px 0px 0px;
    font-size: 17px;
    color: #444;
}

.michael-matthews .grey .photo-right p {
    text-align: left;
    /* margin-bottom: 10px; */
    line-height: 1.8;
}

.michael-matthews .book-2 {
    margin: 0px;
}

.michael-matthews .book-2 .photo-left {
    width: 57%;
    padding-top: 40px;
}

.michael-matthews .book-2 .photo-right {
    width: 43%;
    padding-top: 40px;
    padding-left: 55px;
}

/* .michael-matthews .book-2 .photo-right img {
} */

.michael-matthews ul {
    margin-bottom: 30px;
}

.coaching ol {
    list-style: decimal;
    padding-left: 0px;
    margin-bottom: 30px;
    clear: both;
}


.coaching ul {
    list-style-type: square !important;
}


.coaching ol li {
    line-height: 1.6;
    list-style-type: none;
    counter-increment: step-counter;
    position: relative;
    margin-bottom: 46px;
    padding-left: 60px;
    padding-top: 3px;
    font-size: 17px;
}

.coaching ol li:before {
    content: counter(step-counter);
    background-color: #00a8ff;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 7px 2px;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 30px;
    width: 37px;
    font-style: normal;
    height: 37px;
    font-size: 16px;
}

.michael-matthews ul li::before {
    content: "■";
    margin-right:  15px;
    margin-top:  4px;
    font-size:  12px;
    color: #27A2FF;
}

.michael-matthews ul li {
    padding: 12px;
    padding-left: 30px;
    font-size: 17px;
    display: flex;
    line-height:  1.5;

}

.michael-matthews .ol  {
    width: 45px;
    height: 45px;
    background-color: #c6e0f5;
    border-radius: 5px;
    border: 2px solid #1BA3FB;
    display: inline-block;
    position: relative;
    padding: 5px;
    float: left;
    top: 5px;
}

.michael-matthews .ol2  {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #1BA3FB;
    display: inline-block;
    position: relative;
    padding: 7px 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
}

.michael-matthews .indent {
    float: right;
    width: calc(100% - 80px);
}

.michael-matthews .ol-li {
    padding-top: 30px;
}

.michael-matthews .shadowbox {
    padding: 80px 115px 50px 115px;
    margin: 0px auto 60px;
    border: 1px solid #eee;
    box-shadow: 0 20px 50px #eee;
    width: 90%;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.michael-matthews .shadowbox .red {
    color: #1BA3FB;
}

.michael-matthews .shadowbox.finalbox {
    max-width: 79%;
}

.michael-matthews .shadowbox.finalbox p {
    max-width: 540px;
    margin: 0 auto 40px auto;
    color: #616161;
}

.michael-matthews .font-large {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 25px;
}

.michael-matthews .social {
    padding: 40px;
}

.michael-matthews .social img:hover {
    opacity: 0.7;
}

.michael-matthews .social-mobile {
    display: none;
}


.michael-matthews .featured-in {
    background: #fff;
    padding: 30px 170px;
}

.michael-matthews .featured-in h3 {
    color: #333;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.michael-matthews .featured-in ul {
    margin: 0px auto;
    margin-top: 25px;
    position: relative;
}

.michael-matthews .featured-in ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0px 22px;
}

.michael-matthews .featured-in ul li:before {
    display: none;
}


.michael-matthews .featured-in ul li img {
    margin: 0px auto;
    max-width: 100px;
    max-height: 70px;
    width: 100%;
}

.michael-matthews .featured-in ul li.featured-inc5000 {
    padding-top: 15px;
}

.michael-matthews .featured-in ul li.featured-inc5000 img {
    max-width: 60px;
}

.michael-matthews .featured-in ul li.featured-abc {
}

.michael-matthews .featured-in ul li.featured-abc img {
    max-width: 65px;
}

.michael-matthews .featured-in ul li.featured-menshealth {
    padding-top: 23px;
}

.michael-matthews .featured-in ul li.featured-menshealth img {
}

.michael-matthews .featured-in ul li.featured-ms {
    padding-top: 8px;
}

.michael-matthews .featured-in ul li.featured-ms img {
    max-width: 90px;
}

.michael-matthews .featured-in ul li.featured-womhealth {
    padding-top: 24px;
    clear: both;
}

.michael-matthews .featured-in ul li.featured-esquire {
    padding-top: 26px;
}

.michael-matthews .featured-in ul li.featured-elle {
    padding-top: 10px;
}

.michael-matthews .featured-in ul li.featured-mensfitness {
    padding-top: 22px;
}

.michael-matthews .featured-in .featured-happy {
    width: 448px;
    margin: 0 auto;
    background: #27a2ff;
    border-radius: 26px;
    margin-top: 25px;
    margin-bottom: -45px;
    /*box-shadow: 0px 17px 30px rgba(39, 162, 255, 0.3);*/
    padding: 17px 22px;
    position: relative;
    z-index: 1;
    top: 8px;
}

.michael-matthews .featured-in .featured-happy .left {
    font-size: 14px;
    color: #eef7ff;
    font-weight: bold;
}

.michael-matthews .featured-in .featured-happy .sep{
    font-size: 14px;
    color: #79c5ff;
    margin-left: 25px;
}

.michael-matthews .featured-in .featured-happy .stars {
    float: right;
    background: url('../../images/2017-images/page-mindpump/desktop/blue-stars.png') center no-repeat;
    background-size: contain;
    width: 69px;
    height: 10px;
    margin-right: 10px;
}

.michael-matthews .featured-in .featured-happy .right {
    font-size: 14px;
    color: #eef7ff;
    font-weight: bold;
}






/*--------------------------------------------------------------
# MEDIA QUERIES: Desktop [ MAX WIDTH: 1299 PIXELS ]
--------------------------------------------------------------*/

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

    .about #hero .container {
        max-width: 920px;
    }

    .about #hero {
        height: 421px;
    }

    .about #hero blockquote {
        top: 40px;
        width: 468px;
    }

    .about #hero blockquote p {
        font-size: 17px;
        margin-bottom: 28px;
        letter-spacing: 0;
        line-height: 1.65;
    }

    .about #hero blockquote h2 {
        font-size: 17px;
        margin-top: 0;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .about #hero .img.mike {
        width: 484px;
        height: 413px;
        background: url('../../images/2017-images/tablet-about-hero-mike@2x.png') center no-repeat;
        background-size: 484px;
        top: 8px;
        left: 0;
    }

}











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

    .michael-matthews {
        background-color: #fff !important;
    }

    .michael-matthews .michael-matthews-main .wrapper,
    .michael-matthews .wrapper {
        border: none !important;
    }

    .michael-matthews p {
        text-align: left !important;
    }

    .michael-matthews .photo-wrapper {
        margin: 40px auto 0 auto;
    }

    .michael-matthews .photo-wrapper .mike-progress-pic {
        margin-bottom: 30px;
    }

    .michael-matthews .grey .photo-left {
        /* padding-left: 40px !important; */
    }

    .michael-matthews .grey .photo-right {
        padding-right: 40px !important;
    }

    .michael-matthews .photo-left {
        padding-left: 0px !important;
        /* height:280px; */
        line-height: 1.5;
    }

    .michael-matthews .photo-left.pad {
        padding-top: 70px;
        padding-right: 50px;
        font-size: 26px !important;
        line-height: 1.5 !important;
        padding-left: 20px !important;
    }

    .michael-matthews .photo-right {
        padding-right: 0px !important;
        line-height: 1.5;
    }

    .michael-matthews .michael-matthews-head .left {
        padding: 90px 40px 0px 40px !important;
    }

    .michael-matthews ul li {
        margin-bottom: 10px;
    }

    .michael-matthews .featured-in {
        padding: 0px;
        margin: 40px 40px 0;
    }

    .michael-matthews .featured-in ul li {
        margin-bottom: 0px;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner,
    .michael-matthews .inner {
        padding: 0px !important;
        margin: 40px 40px 0px 40px;
    }

    .michael-matthews .michael-matthews-head img {
        min-width: 287px !important;
        left: -124px;
    }

    .michael-matthews .michael-matthews-red {
        width: 28%;
        border-radius: 0px;
        height: 430px;
    }

    /* .michael-matthews .photo-wrapper.grey .photo-left img {
        padding-left: 40px;
        top: 25px;
        width: 300px;
    } */
    .michael-matthews .photo-wrapper.grey .photo-left {
        width: 330px;
        padding-left: 30px;
    }

    .michael-matthews .photo-wrapper.grey .photo-right {
        width:60%;
    }

    .michael-matthews .photo-wrapper.book-2 .photo-left {
        padding-top: 0px;
        height:auto;
    }

    .michael-matthews .photo-wrapper.book-2 .photo-right {
        padding-top: 0px;
    }

    .michael-matthews-current-photo p.photo-left {
        padding-top: 120px !important;
    }

    .michael-matthews .shadowbox p {
        font-size: 20px;
        text-align: center !important;
    }

    .michael-matthews .social {
        width: 600px;
        margin: 0px auto;
    }

    .michael-matthews .shadowbox.finalbox {
        margin-bottom: 10px;
        max-width: 88%;
        padding: 60px 85px 50px 85px;
    }

    .michael-matthews .shadowbox.finalbox .font-large {
        max-width: 90%;
        margin: 0 auto;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner.last {
        padding-bottom: 0 !important;
    }

    .michael-matthews .michael-matthews-main {
        padding-bottom: 0;
    }

    .page-template-page-michael-matthews .footer {
        margin-top: 0;
    }

    .about #hero .img.mike {
        left: -100px;
    }

    .about .intro {
        padding: 35px 0 0;
    }

    .about .intro p,
    .about p {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 17px;
    }

    .about .intro .img {
        background: url('../../images/2017-images/tablet-about-trash@2x.png') center no-repeat;
        width: 217px;
        height: 174px;
        background-size: 217px;
        margin-left: 25px;
    }

    .about .intro .item {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .about .intro .item .text {
        max-width: 400px;
    }

    .about .blue-quote {
        padding: 32px 0;
        margin-bottom: 30px;
    }

    .about .blue-quote p {
        font-size: 17px;
        margin: auto;
        max-width: 648px;
    }

    .about .content {
        padding: 32px 0 10px;
    }

    .about .content .item .img.microscope {
        background: url('../../images/2017-images/tablet-about-lab@2x.png') center no-repeat;
        width: 222px;
        height: 156px;
        background-size: 222px;
        margin-right: 20px;
        margin-top: 15px;
    }

    .about .content .item.i1 {
        margin: 0;
    }

    .about .content .item.i1 .text {
        padding-top: 0;
        width: 392px;
        margin-bottom: 0;
    }

    .about p:last-child {
        margin-bottom: 30px;
    }

    .about.the-story p:last-child {
        margin-bottom: 30px;
        margin-bottom: 42px;
    }

    .about.the-story .container{
        padding-bottom: 0px;
    }

    .about .content h3 {
        font-size: 19px;
        letter-spacing: -0.5px;
        margin-top: 33px;
        margin-bottom: 50px;
    }

    .about .content .items li {
        margin-left: 70px;
    }

    .about .content .items li.cup {
        position: relative;
        top: 10px;
    }

    .about .content .items li.cup .img {
        left: 10px;
        top: 10px;
    }

    .about .content .items li.heart {
        top: 14px;
    }

    .about .content .items li,
    .about .content .items li.wide {
        width: 44%;
    }

    .about .content .items li.atom .img {
        top: 10px;
    }

    .about .content .items li.dosage .img {
        top: 10px;
        left: 7px;
    }

    .about .content .item.i2 {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .about .content .item.i2 .img.capsule {
        background: url('../../images/2017-images/tablet-about-ingredient@2x.png') center no-repeat;
        width: 208px;
        height: 167px;
        background-size: 100%;
        margin-left: 30px;
    }

    .about .content .smiley {
        margin-top: -10px;
    }
}











@media screen and (max-width: 849px) {
    .about #hero .img.mike {
        left: -169px;
    }
}











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

    .coaching ol li {
        text-align: left;
        font-size:  16px;
    }

    .michael-matthews ul {
        margin: 10px 0;
    }

    .michael-matthews .michael-matthews-main {
        padding-top: 3px;
    }

    .michael-matthews .michael-matthews-head .left {
        width: 100%;
        text-align: center;
        padding: 30px 30px 0px 30px !important;
        margin-bottom: 20px;
    }

    .michael-matthews .michael-matthews-head .right {
        margin-top: 200px;
        width: 100%;
        height:140px;
    }
    .michael-matthews .michael-matthews-head img {
        min-width: 220px !important;
        width: 220px !important;
        top: -189px;
        left: calc(50% - 110px);
    }
    .michael-matthews .michael-matthews-red {
        height: 140px;
    }

    .michael-matthews h1 {
        font-size: 30px;
        padding: 43px 30px 0px 30px;
    }

    .michael-matthews .left h1 {
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }

    .michael-matthews .photo-wrapper {
        margin: 10px 0px 0px;
    }

    .michael-matthews .photo-wrapper .mike-progress-pic {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .michael-matthews ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .michael-matthews ul li:before {
        top: 3px;
    }

    .michael-matthews .photo-wrapper.grey {
        height: auto;
        flex-direction: column;
        padding: 40px 0 35px;
    }

    .michael-matthews .grey .photo-left {
        padding: 0px 40px !important;
    }

    .michael-matthews .grey .photo-right {
        padding: 0px 40px !important;
        height: auto;
    }

    .michael-matthews .grey .photo-right p {
        font-size: 16px;
    }

    .michael-matthews .photo-left {
        width:100%;
        padding-left: 0px !important;
        height:280px;
        line-height: 1.5;
    }

    .michael-matthews .photo-left.pad {
        padding: 0px !important;
        font-size: 20px !important;
        height: auto;
        text-align: center !important;
    }

    .michael-matthews .photo-right {
        width: 100% !important;
        padding-right: 0px !important;
        height: auto;
        line-height: 1.5;
        text-align: center;
        min-height: initial;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner {
        padding: 0px 0px 20px !important;
        margin-top: 0px;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px !important;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner p a {
        font-size: 16px;
    }

    .michael-matthews .book-2 .photo-right img {
        width: 200px;
    }

    .michael-matthews .photo-wrapper.grey .photo-left .bls-image {
        width: 72%;
    }

    .michael-matthews .photo-wrapper.grey .photo-left .awards-badges-images {
        top: -13px;
    }

    .michael-matthews .photo-wrapper.grey .photo-left .awards-badges-images .awards-badge {
        width: 37%;
    }

    .michael-matthews .photo-wrapper.grey .photo-left {
        /* width: 100%; */
        margin-bottom: 30px;

    }
    .michael-matthews .photo-wrapper.grey .photo-right {
        width: 100%;
        padding: 0px;
    }
    .michael-matthews .photo-wrapper.book-2 .photo-left {
        width: 100%;
        padding-top: 0px;
        height:auto;
    }

    .michael-matthews .photo-wrapper.book-2 {
        padding: 0px;
        margin-top: 40px;
    }

    .michael-matthews .photo-wrapper.book-2 .photo-right img {
        left: initial;
        position: relative;
    }

    .michael-matthews .photo-wrapper.book-2 .photo-right {
        padding: 0px 0px 15px 0px !important;

    }

    .michael-matthews .shadowbox p {
        font-size: 18px;
        text-align: center !important;
    }

    .michael-matthews .social {
        display: none;
    }

    .michael-matthews .social-mobile {
        width: 300px;
        margin: 0px auto;
        display: block;
    }

    .michael-matthews .indent {
        float: right;
        width: calc(100% - 60px);
    }

    .michael-matthews .last {
        padding: 0px 40px !important;
    }

    .michael-matthews .shadowbox {
        padding: 30px;
    }

    .michael-matthews .font-large {
        font-size: 24px;
    }

    .michael-matthews .ol {
        width: 35px;
        height: 35px;
    }

    .michael-matthews .ol2 {
        width: 21px;
        height: 22px;
        padding: 3px 5px 0px 6px;
        font-size: 16px;
    }

    .michael-matthews .shadowbox.finalbox {
        margin-bottom: 30px;
        max-width: 84%;
        padding: 30px 18px 30px 18px;
    }

    .michael-matthews .shadowbox.finalbox p {
        font-size: 17px !important;
        max-width: 83% !important;
        margin-bottom: 20px;
    }

    .michael-matthews .michael-matthews-main .wrapper .inner.last {
        margin-bottom: 30px;
    }

    .about .intro .item {
        padding-bottom: 0;
    }

    .about .intro p, .about p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .about .intro .img {
        width: 260px;
        height: 213px;
        background: url('../../images/2017-images/phone-about-trash@2x.png') center no-repeat;
        background-size: 260px;
        float: none;
        margin: -10px auto 20px;
    }

    .about .intro .item {
        margin-bottom: 0;
    }

    .about .intro .item .text {
        padding-top: 0;
        max-width: none;
    }

    .about .blue-quote p {
        font-size: 16px;
    }

    .about .content .item.i1 .text {
        width: 100%;
    }

    .about .content .item .img.microscope {
        width: 260px;
        height: 184px;
        background: url('../../images/2017-images/phone-about-lab@2x.png') center no-repeat;
        background-size: 260px;
        margin: 0 auto 20px;
        float: none;
        display: block;
    }

    .about .content h3 {
        line-height: 1.4;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .about .content .items {
        margin-bottom: 20px;
        max-width: 340px;
    }

    .about .content .items li,
    .about .content .items li.wide {
        width: 100%;
        height: auto;
        padding-left: 69px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .about .content .items li p {
        text-align: left;
    }

    .about .content .items li.atom .img {
        width: 49px;
        height: 44px;
        background-size: 49px;
        top: 5px;
        left: -5px;
    }

    .about .content .items li.atom p {
        margin-bottom: 0;
    }

    .about .content .items li.cup .img {
        width: 51px;
        height: 34px;
        background-size: 51px;
        left: 1px;
        top: 7px;
    }

    .about .content .items li.dosage .img {
        width: 40px;
        height: 45px;
        background-size: 40px;
        top: 16px;
        left: -1px;
    }

    .about .content .items li.dosage p {
        margin-bottom: 0;
    }

    .about .content .items li.heart .img {
        width: 39px;
        height: 33px;
        background-size: 39px;
        top: 13px;
        left: -2px;
    }

    .about .content .smiley {
        display: none;
    }

    .about .content .item.i2 {
        margin-bottom: 0;
    }

    .about .content .item.i2 .text {
        width: 100%;
        padding-top: 0;
    }

    .about .content .item.i2 .img.capsule {
        background: url('../../images/2017-images/phone-about-ingredient@2x.png') center no-repeat;
        width: 258px;
        height: 206px;
        background-size: 258px;
        margin: 15px auto 40px;
        float: none;
    }

    .michael-matthews .featured-in {
        /* padding: 30px 0px 20px 0px; */
        position: relative;
    }

    .michael-matthews .featured-in .featured-happy {
        width: calc(100% - 60px);
        text-align: center;
        border-radius: 26px;
        margin-bottom: 0;
        padding: 25px 25px;
        position: absolute;
        bottom: -42px;
        top: inherit;
    }

    .michael-matthews .featured-in .reviews {
        display: inline-block;
    }

    .michael-matthews .featured-in ul {
        right: 0;
    }

    .michael-matthews .featured-in ul li {
        width: 50% !important;
        margin-bottom: 15px;
        padding: 0 !important;
    }

    .michael-matthews .featured-in ul li img {
        max-width: 100px !important;
        height: 65px;
        object-fit: contain;
        padding: 0 !important;
        margin-bottom: 0;
    }

    .michael-matthews .featured-in ul li.featured-inc5000 img {
        padding-top: 13px !important;
        padding-bottom: 10px !important;
    }

    .michael-matthews .featured-in ul li.featured-ms img {
        padding-top: 13px !important;
    }

    .michael-matthews .featured-in ul li.featured-esquire img {
        position: relative;
        top: 3px;
    }

    .michael-matthews .featured-in .featured-happy .left {
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .michael-matthews .featured-in .featured-happy .sep {
        display: none
    }

    .michael-matthews .featured-in .featured-happy .center {
        font-size: 15px;
    }

    .michael-matthews .featured-in .featured-happy .right {
        font-size: 14px;
    }

    .michael-matthews .featured-in .featured-happy .stars {
        float: left;
        margin-right: 8px;
        top: 1px;
        background-position: right;
        left: -6px;
    }

    .about .browse-our-store h3 {
        font-size: 24px;
        line-height: 1.6;
        padding: 0 30px;
    }
}











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

    .about #hero .img.mike {
        left: -229px;
    }

    .about #hero blockquote {
        width: 60%;
        right: 23px;
        top: 22px;
    }

    .about #hero blockquote p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about #hero blockquote h2 {
        font-size: 14px;
    }

}









@media screen and (max-width: 474px) {
    .about #hero {
        background: url('../../images/2017-images/phone-about-splash-bg@2x.jpg') center no-repeat;
        background-size: cover;
        height: 350px;
        margin-bottom: 600px;
    }

    .about #hero .img.mike {
        width: 320px;
        height: 354px;
        background: url('../../images/2017-images/phone-about-hero-mike@2x.png') center no-repeat;
        background-size: 320px;
        top: -4px;
        left: 0;
    }

    .about #hero blockquote {
        padding: 0;
        width: auto;
        position: relative;
        top: 373px;
        right: 0;
        left: 0;
    }

    .about #hero blockquote p {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.5px;
    }

    .about #hero blockquote h2 {
        font-size: 18px;
        letter-spacing: 0.5px;
        position: relative;
    }

    .about #hero blockquote h2:after {
        width: calc(100% + 60px);
        height: 1px;
        content: "";
        display: block;
        background: #F0F0F0;
        position: absolute;
        bottom: -33px;
        left: -30px;
    }

}





