/*--------------------------------------------------------------
# General Stuff
--------------------------------------------------------------*/
@font-face{
    font-family: yotpo-widget-font;
    font-display: swap;
    src: url('../../fonts/yotpo.eot');
    src: url('../../fonts/yotpo.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yotpo.woff') format('woff'),
         url('../../fonts/yotpo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

section {
    padding: 60px 0;
}

section h2,
.industry-experts h2 {
    text-align: center;
    font-size: 39px;
    color: #2c2e2f;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: 'proxima-nova';
    font-weight: 800;
    line-height: 52px;
}

.review-stars {
    width: 107px;
    margin: 0 auto;
    margin-right: 7px;
    display: inline-block;
    font-size: 16.6px;
}

.star::before {
    content: "\e60e";
    color: #27A2FF;
    font-family: "yotpo-widget-font" !important;
}

.star.half::before {
    content: "\e61a";
}

.verified-customer {
    color: #333;
    font-size: 12.5px;
}

.verified-customer img {
    display: inline;
    position: relative;
    bottom: -4px;
    margin-right: 9px;
}

.fade-left,
.fade-right {
    position: absolute;
    height: 98%;
    top: 1%;
    width: 65px;
    pointer-events: none;
    z-index: 1;
}

.fade-left {
    left: 0;
    background-image: linear-gradient(to left, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 90%);
}

.fade-right {
    right: 0;
    background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 90%);
}

.rating {
    font-size: 0.77em;
}

.btn-blue {
    margin: 0px auto;
    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;
    transition: ease all 0.2s;
}

.btn-blue:hover {
    background: #138EEB;
}

.slider-btn {
    position: absolute;
    top: 41%;
    margin-top: -29px;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    text-indent: -9999px;
    cursor: pointer;;
    display: block;
    border: 1px #E5E5E9 solid;
    background: #F8F8F8 url('../../images/2017-images/slider-arrow.png') center no-repeat;
    overflow: hidden;
    z-index: 10;
}

.slider-btn:hover {
    background-color: #EAEBEB;
}

.slider-btn.prev {
    left: -350px;
}

.slider-btn.next {
    left: auto;
    right: -350px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

main#reviews .featured-logo-section .logo-section-inner-slider a.active {
    background: #1CA4FC;
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
}

main#reviews .featured-logo-section .logo-section-inner-slider a {
    background: #DDDDDD;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 8px;
    outline: 0;
    border-radius: 100%;
}

#reviews .bx-wrapper .bx-pager.bx-default-pager a {
    background: #DDDDDD;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 8px;
    outline: 0;
    border-radius: 100%;
}

#reviews .bx-wrapper .bx-pager.bx-default-pager a:hover,
#reviews .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1CA4FC;
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
}

@media (max-width: 1499px) {
    .slider-btn.prev {
        left: -250px;
    }
    .slider-btn.next {
        right: -250px;
    }
}

@media (max-width: 1299px) {
    .slider-btn.prev {
        left: -100px;
    }
    .slider-btn.next {
        right: -100px;
    }
}

@media (max-width: 1099px) {
    .slider-btn.prev {
        left: -110px;
    }
    .slider-btn.next {
        right: -110px;
    }
}

@media (max-width: 1024px) {
    section {
        padding: 50px 0;
    }

    section h2,
    .industry-experts h2 {
        max-width: 532px;
    }

    .slider-btn.prev {
        left: -15px;
    }
    .slider-btn.next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 40px 0;
    }

    section h2,
    .industry-experts h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .slider-btn.prev {
        left: -10px;
    }
    .slider-btn.next {
        right: -10px;
    }
}


/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
#hero-banner {
    background: url('../../images/2017-images/2021-reviews-page/Header-Image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 162px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-banner h1 {
    text-align: center;
    font-size: 44px;
    color: #2c2e2f;
    margin: 0 auto;
    font-family: 'proxima-nova';
    font-weight: 800;
    line-height: 52px;
    max-width: 575px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #hero-banner {
        background-image: url('../../images/2017-images/2021-reviews-page/Header-Image-Retina.png');
    }
}

@media (max-width: 1024px) {
    #hero-banner {
        padding: 98px 0 135px;
    }

    #hero-banner h1 {
        font-size: 39px;
    }
}
@media (max-width: 991px) {
    #hero-banner {
        background-image: url('../../images/2017-images/2021-reviews-page/Mobile-Header-Image-Retina-2.png');
    }
}
@media (max-width: 767px) {


    #hero-banner h1 {
        font-size: 28px;
        line-height: 35px;
        max-width: 236px;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# Featured In Icons
--------------------------------------------------------------*/
.featured-logo-section {
    margin: 57px 0 42px;
    overflow: hidden;
}

.featured-logo-section .container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.featured-logo-section .logo-section-inner-slider {
    display: none;
}

.featured-logo-section img,
.featured-logo-section .featured-five-star-reviews {
    display: inline-block;
    margin: 0 22px;
    vertical-align: middle;
}

.featured-logo-section .featured-five-star-reviews {
    width: 135px;
    text-align: center;
}

.featured-logo-section .featured-five-star-reviews span {
    display: block;
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.3;
}

.featured-logo-section img:first-of-type {
    margin-left: 0;
}

.featured-logo-section img:last-of-type {
    margin-right: 0;
}

.featured-logo-section img#abc-logo {
    width: 35px;
}

.featured-logo-section img#elle-logo {
    width: 63px;
}

.featured-logo-section img#mens-health-logo {
    width: 114px;
}

.featured-logo-section img#muscle-strength-logo {
    width: 42px;
}

.featured-logo-section img#womens-health-logo {
    width: 114px;
}

.featured-logo-section img#inc-500-logo {
    width: 49px;
}

.featured-logo-section img#esquire-logo,
.featured-logo-section img#mens-fitness-logo {
    width: 118px;
}

@media (max-width: 1199px) {
    .featured-logo-section .logo-section-inner {
        display: none;
    }
    .featured-logo-section .logo-section-inner-slider.tablet {
        display: block;
    }

    .featured-logo-section .logo-section-inner-slider ul {
        display: flex;
    }

    .featured-logo-section .logo-section-inner-slider li {
        background-image: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .featured-logo-section .logo-section-inner-slider li.featured-in-5-stars div {
        text-align: center;
    }

    .featured-logo-section .logo-section-inner-slider li.featured-in-5-stars div span {
        display: block;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.3;
        margin-top: 15px;
    }

    .featured-logo-section img {
        margin: 0 50px;
    }
}

@media (max-width: 1024px) {
    .featured-logo-section {
        margin: 40px 0 0;
    }
}

@media (max-width: 767px) {
    .featured-logo-section {
        margin: 30px 0 0px;
    }

    .featured-logo-section .logo-section-inner-slider.tablet {
        display: none;
    }

    .featured-logo-section .logo-section-inner-slider.mobile {
        display: block;
        max-width: 340px;
        margin: 0 auto;
    }

    .featured-logo-section .logo-section-inner-slider li {
        display: flex;
        justify-content: space-around;
    }

    .featured-logo-section img {
        margin: 0;
    }

    .featured-logo-section .logo-section-inner-slider .bxslider #womens-health-logo,
    .featured-logo-section .logo-section-inner-slider .bxslider #mens-health-logo {
        margin-left: 66px;
    }

    .featured-logo-section .logo-section-inner-slider .bxslider #esquire-logo,
    .featured-logo-section .logo-section-inner-slider .bxslider #mens-fitness-logo {
        margin-left: 45px;
    }

    .featured-logo-section .logo-section-inner-slider .bxslider #mens-fitness-logo,
    .featured-logo-section .logo-section-inner-slider .bxslider #elle-logo {
        position: relative;
        bottom: -9px;
    }

    .logo-section-inner-slider .bx-controls {
        padding-top: 4px;
    }

    .featured-logo-section img#abc-logo {
        width: 30px;
    }
    
    .featured-logo-section img#elle-logo {
        width: 50px;
    }
    
    .featured-logo-section img#muscle-strength-logo {
        width: 35px;
    }
    
    .featured-logo-section img#mens-fitness-logo,
    .featured-logo-section img#mens-health-logo,
    .featured-logo-section img#womens-health-logo {
        width: 85px;
    }
    
    .featured-logo-section img#inc-500-logo {
        width: 40px;
    }
    
    .featured-logo-section img#esquire-logo {
        width: 82px;
    }

    .featured-logo-section .featured-in-5-stars .five-stars {
        width: 80px;
    }

    .featured-logo-section .logo-section-inner-slider li.featured-in-5-stars div span {
        font-size: 14px;
    }
}





#wistia-container {
    height: 0px;
    visibility: hidden;
    pointer-events: none;
}






/*--------------------------------------------------------------
# Instagram Testimonials
--------------------------------------------------------------*/
.instagram-testimonials {
    position: relative;
    max-width: 100vw;
    width: 100%;
    margin: auto;
}

#instagram-testimonials .bx-viewport {
    padding-top: 10px;
    height: 425px !important;
}

#instagram-testimonials .bx-wrapper {
    margin-bottom: 134px;
}

#instagram-testimonials .bx-wrapper .bx-pager {
    bottom: -64px;
}

#instagram-testimonials .card {
    height: 402px;
    width: 287px;
    max-width: 287px;
    margin: 0 5px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 11px rgba(60, 60, 60, 0.2);
    transition: box-shadow ease .2s;
}

#instagram-testimonials .card.video-preview:hover {
    box-shadow: 0 5px 11px rgb(39, 162, 255, 0.3);
}

#instagram-testimonials .card.video-preview {
    cursor: pointer;
}

#instagram-testimonials .card-head {
    display: flex;
    justify-content: space-between;
    margin: 6px 0 16px;
}

#instagram-testimonials .video-preview .card-head {
    margin: 11px 0 22px;
}

#instagram-testimonials .card-head > span {
    display: flex;
    align-items: center;
}

#instagram-testimonials .card-head .insta-profile {
    width: 35px;
    border-radius: 50%;
    margin-right: 16px;
}

#instagram-testimonials .handle {
    font-weight: 600;
}

#instagram-testimonials .img-large {
    height: 316px;
}

#instagram-testimonials .video-preview .img-large {
    position: relative;
}

#instagram-testimonials .video-preview svg {
    position: absolute;
    left: 47.5%;
    top: 47%;
    width: 20px;
    height: 20px;
    z-index: 99;
}

#instagram-testimonials .video-preview svg path {
    transition: ease .2s;
}

#instagram-testimonials .video-preview:hover svg path {
    fill: #27A2FF;
}

#instagram-testimonials .video-preview .img-large::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 2.4px 8.4px rgba(0, 0, 0, 0.25));
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: linear-gradient( 
    133.28deg
    , rgba(255, 255, 255, 0.4) -3.19%, rgba(255, 255, 255, 0.4) 100%);
    pointer-events: none;
    transition: ease .2s;
}

#instagram-testimonials .video-preview:hover .img-large::before {
    width: 89px;
    height: 89px;
}

#instagram-testimonials .video-preview .img-large::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 2.4px 8.4px rgba(0, 0, 0, 0.25));
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    transition: ease .2s;
}

#instagram-testimonials .video-preview:hover .img-large::after {
    width: 65px;
    height: 65px;
}

#instagram-testimonials .img-large img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    #instagram-testimonials .bx-wrapper {
        margin-bottom: 38px;
    }
    #instagram-testimonials .bx-wrapper .bx-pager {
        bottom: -52px;
    }

    #instagram-testimonials .bxslider {
        margin-left: 50%;
        margin-right: 50%;
    }

    #instagram-testimonials .bx-controls {
        display: none;
    }
}

@media (max-width: 767px) {
    #instagram-testimonials .bx-wrapper {
        margin-bottom: 26px;
    }

    #instagram-testimonials .bx-wrapper .bx-pager {
        bottom: -42px;
    }

    #instagram-testimonials .bxslider {
        margin-left: 10%;
        margin-right: 10%;
    }
}





/*--------------------------------------------------------------
# Bestseller Reviews
--------------------------------------------------------------*/

#bestseller-reviews {
    background: #fff;
    padding: 0px 0 140px;
    margin-top:  -28px;
}

#bestseller-reviews h2 {
    margin-bottom: 36px;
}

#bestseller-reviews .bottles {
    max-width: 1065px;
    margin: 0 auto;
}

#bestseller-reviews .bottles ul {
    display: flex;
    justify-content: space-around;
}

#bestseller-reviews .bottles li {
    text-align: center;
    cursor: pointer;
    min-width: 193px;
}

#bestseller-reviews .bottles img {
    width: 140px;
    transition: width ease-in-out 0.2s;
}

#bestseller-reviews .bottles li > div {
    padding: 12px 36px 16px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#bestseller-reviews .bottles li.selected > div {
    background: #fff;
    border-top: solid 2px #27A2FF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

#bestseller-reviews .bottles strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 1.14em;
}

#bestseller-reviews .bottles li.selected strong {
    color: #27A2FF;
}

#bestseller-reviews .bottles span {
    color: #666666;
    font-size: 0.94em;
    font-weight: 600;
}

#bestseller-reviews .bottles li.selected span {
    color: #333;
}


#bestseller-reviews .review-cards {
    position: relative;
    max-width: 1104px;
    margin: 0 auto;
    padding: 35px 20px;
    background: #fff;
    border-radius: 14px;
}

#bestseller-reviews .slider-btn.prev {
    left: -100px
}
#bestseller-reviews .slider-btn.next {
    right: -100px
}

#bestseller-reviews .review-cards li {
    position: relative;
    height: 310px;
    max-width: 325px;
    background: #FFF;
    border: solid #d6d4d4 1px;
    border-radius: 14px;
    padding: 24px 28px 0px;
    margin: 0 15px;
}
#bestseller-reviews .review-cards li > p {
    font-weight: lighter;
    line-height: 1.5;
    font-size:  18px;
}

#bestseller-reviews .review-cards .card-bottom {
    position: absolute;
    bottom: 26px;
    width: calc(100% - 56px);
}

#bestseller-reviews .review-cards .review-stars {
    font-size: 12px;
    width: 73px;
}

#bestseller-reviews .review-cards .star::before {
    color: #fc9a26;
}

#bestseller-reviews .review-cards .reviewer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 14px;
    margin-bottom: 25px;
    color: #333;
}

#bestseller-reviews .review-cards a {
    width: 141px;
    height: 36px;
    line-height: 36px;
    font-size: 0.75em;
}

#bestseller-reviews .bx-wrapper {
    margin-bottom: 0;
}

#bestseller-reviews .bx-wrapper .bx-pager {
    bottom: -85px;
}

@media (max-width: 1330px) {
    #bestseller-reviews .slider-btn.prev {
        left: -30px;
    }
    #bestseller-reviews .slider-btn.next {
        right: -30px;
    }
}

@media (max-width: 1189px) {
    #bestseller-reviews .slider-btn {
        display: none;
    }
}

@media (max-width: 1024px) {
    #bestseller-reviews {
        padding: 40px 0 70px;
    }

    #bestseller-reviews .bottles {
        margin: 0 35px;
    }

    #bestseller-reviews .bottles ul {
        justify-content: initial;
        scrollbar-width: none;
        overflow:  auto;
    }

    #bestseller-reviews .bottles ul::-webkit-scrollbar {
        display: none;
    }

    #bestseller-reviews .bottles li {
        min-width: 25%;
    }

    #bestseller-reviews .bottles li > div {
        padding: 12px 0 20px;
    }

    #bestseller-reviews .review-cards {
        padding: 35px 0px;
        padding-left: 18px;
        padding-bottom:  28px;
    }

    #bestseller-reviews .bx-wrapper .bx-pager {
        bottom: -75px;
    }
}

@media (max-width: 767px) {
    #bestseller-reviews {
        padding: 33px 0 0;
    }

    #bestseller-reviews h2 {
        margin-bottom: 30px;
    }

    #bestseller-reviews .bottles {
        margin: 0;
    }

    #bestseller-reviews .bottles li {
        min-width: 40%;
    }

    #bestseller-reviews .bottles li:first-of-type {
        margin-left: 15px;
    }

    #bestseller-reviews .bottles img {
        width: 110px;
    }

    #bestseller-reviews .bottles li > div {
        padding: 12px;
    }

    #bestseller-reviews .bottles strong,
    #bestseller-reviews .bottles span {
        font-size: 0.9em;
    }

    #bestseller-reviews .review-cards {
        padding: 20px 0;
    }

    #bestseller-reviews .review-cards li {
        height: 316px;
        max-width: 295px;
    }

    #bestseller-reviews .review-cards li > p {
        font-size: 0.9em;
    }

    #bestseller-reviews .bx-wrapper .bx-pager {
        bottom: -62px;
    }
}


/*--------------------------------------------------------------
# More Reviews
--------------------------------------------------------------*/
#more-reviews {
    padding-top:  0px;
    margin-top:  -21px;
}

#more-reviews header {
    text-align: center;
    margin-bottom: 50px;
}

#more-reviews h2 {
    margin-bottom: 34px;
}

#more-reviews header strong {
    font-size: 1.2em;
    color: #333;
}
#more-reviews header p {
    color: #666666;
    font-size: 0.95em;
    margin-top: 17px;
}

#more-reviews .reviews {
    max-width: 1169px;
    margin: 0 auto;
    border-top: 0.5px solid #D5DDE6;
}

#more-reviews .row {
    display: flex;
    justify-content: space-between;
}

#more-reviews .product-review {
    display: flex;
    width: 50%;
    padding: 50px 0;
    border-bottom: 0.5px solid #D5DDE6;
}

#more-reviews .row:last-of-type .product-review {
    border-bottom: none;
}

#more-reviews .product-review:first-child {
    margin-right: 50px;
}

#more-reviews .product-review:last-child {
    margin-left: 50px;
}

#more-reviews .bottle-img img {
    position: relative;
    width: 140px;
}

#more-reviews .ratings-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#more-reviews .ratings-date .date {
    font-size: 0.77em;
    color: #949494;
    position: relative;
    bottom: -2px;
}

#more-reviews .content {
    position: relative;
    width: 75%;
    padding-bottom: 16%;
    margin-left: 22px;
}

#more-reviews .content strong.blue {
    display: inline-block;
    font-size: 1.17em;
    color: #27A2FF;
    margin-bottom: 25px;
}

#more-reviews .content .review-text {
    font-size: 1.1em;
    line-height: 1.35;
}

#more-reviews .content .reviewer {
    position: absolute;
    bottom: 32px;
    font-size: 1.1em;
}

#more-reviews .content .reviewer strong {
    border-right: solid 1px #D5DDE6;
    margin-right: 18px;
    padding: 3.5px 18px 3.5px 0;
    color: #333;
}

#more-reviews .content .product-name {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    color: #666666;
}

@media (min-width: 1025px) {
    #more-reviews .forge .bottle-img img {
        top: -12px;
    }
    #more-reviews .triton .bottle-img img {
        top: -9px;
    }
    #more-reviews .fortify .bottle-img img {
        top: -13px;
    }
    #more-reviews .genesis .bottle-img img {
        top: -12px;
    }
    #more-reviews .plant .bottle-img img {
        top: -13px;
    }
    #more-reviews .casein .bottle-img img {
        top: -11px;
    }
}

@media (max-width: 1024px) {
    #more-reviews {
        padding: 40px 0 50px;
        margin-top:  -12px;
    }

    #more-reviews header {
        margin-bottom: 28px;
    }

    #more-reviews h2 {
        margin-bottom: 14px;
    }

    #more-reviews .reviews {
        margin: 0 45px;
    }

    #more-reviews .product-review,
    #more-reviews .product-review:first-child,
    #more-reviews .product-review:last-child {
        margin: 0;
        padding: 27px 0;
        flex-direction: column;
    }

    #more-reviews .bottle-img {
        text-align: center;
    }

    #more-reviews .content {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #more-reviews .ratings-date {
        flex-direction: column;
        margin-bottom: 16px;
    }

    #more-reviews .ratings-date .date {
        padding-top: 15px
    }

    #more-reviews .content strong.blue {
        margin-bottom: 17px;
    }

    #more-reviews .content .review-text {
        margin: 0 auto auto;
        width: 85%;
        font-size: 1em;
    }

    #more-reviews .content .reviewer {
        width: 100%;
        position: relative;
        bottom: initial;
        padding-top: 15px;
        margin-bottom: 21px;
    }

    #more-reviews .content .product-name {
        width: 100%;
        position: relative;
        bottom: initial;
    }

    #more-reviews .btn-blue {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #more-reviews {
        padding: 63px 0 40px;
        margin: 0 20px;
    }

    #more-reviews header,
    #more-reviews h2 {
        margin: 0 auto;
    }

    #more-reviews header strong,
    #more-reviews header p {
        display: none;
    }

    #more-reviews .reviews {
        border-top: none;
        margin: 0;
    }

    #more-reviews .row {
        flex-direction: column;
    }

    #more-reviews .product-review,
    #more-reviews .product-review:first-child,
    #more-reviews .product-review:last-child {
        width: 100%;
        border: none;
        padding-bottom: 0;
    }

    #more-reviews .btn-blue {
        margin-top: 36px;
    }
}




/*--------------------------------------------------------------
# Support Reviews
--------------------------------------------------------------*/
#support-reviews {
    background: #fff;
    padding-bottom: 88px;
    padding-top: 0;
    margin-top: -10px;
}

#support-reviews h2 {
    margin-bottom: 54px;
}

.support-reviews {
    position: relative;
    max-width: 1155px;
    width: 100%;
    margin: auto;
}

.support-reviews .fade-left,
.support-reviews .fade-right {
    display: none;
}

.support-reviews .slider-btn.prev {
    left: -141px;
    top: 50%;
}
.support-reviews .slider-btn.next {
    right: -141px;
    top: 50%;
}

.support-reviews li {
    position: relative;
    height: 365px;
    max-width: 355px;
    background: #FFF;
    border: solid #d6d4d4 1px;
    border-radius: 14px;
    padding: 40px;
    margin: 0 15px;
}

.support-reviews .review-text {
    font-weight: lighter;
    line-height: 1.5;
    font-size:  18px;
}

.support-reviews .card-bottom {
    position: absolute;
    bottom: 40px;
}

.support-reviews .card-bottom > p {
    margin-bottom: 10px;
}

.support-reviews .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -77px;
}

@media (max-width: 1499px) {
    .support-reviews .slider-btn.prev {
        left: -55px;
    }
    .support-reviews .slider-btn.next {
        right: -55px;
    }
}
@media (max-width: 1299px) {
    .support-reviews .slider-btn.prev {
        left: -13px;
    }
    .support-reviews .slider-btn.next {
        right: -13px;
    }
}

@media (max-width: 1024px) {
    #support-reviews {
        padding: 0px 0 47px;
    }

    #support-reviews h2 {
        margin-bottom: 34px;
    }

    .support-reviews {
        max-width: none;
    }

    .support-reviews .fade-left,
    .support-reviews .fade-right {
        display: block;
    }

    .support-reviews .slider-btn.prev,
    .support-reviews .slider-btn.next {
        display: none;
    }

    .support-reviews .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -63px;
    }
}

@media (max-width: 991px) {
    .support-reviews .bxslider {
        margin: 0 25%;
    }
}

@media (max-width: 767px) {
    #support-reviews {
        padding: 14px 0 27px;
        margin-top:  -20px;
    }

    #support-reviews h2 {
        margin-bottom: 30px;
    }

    .support-reviews .fade-left,
    .support-reviews .fade-right {
        display: none;
    }

    .support-reviews li {
        max-width: 337px;
        width: 100%;
        padding: 30px;
    }

    .support-reviews .review-text {
        font-size: 0.9em;
        line-height: 1.6;
    }

    .support-reviews .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -55px;
    }

    .support-reviews .bxslider {
        margin: 0;
    }
}



/*--------------------------------------------------------------
# Industry Experts
--------------------------------------------------------------*/
.industry-experts {
    padding: 0px 0 33px;
    margin-top:  -28px;
}

.industry-experts h2 {
    margin-bottom: 33px;

}

.industry-experts ul li .img.menno,
.industry-experts ul li .img.danny,
.industry-experts ul li .img.eric {
    background-position: center;
    background-repeat: no-repeat;
}

.industry-experts ul li .img.kurtis,
.industry-experts ul li .img.james {
    background-position-x: 50%;
    background-position-y: 30%;
    background-repeat: no-repeat;
}

.industry-experts h4 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 4px;
    font-weight: 700;
    padding-top: 15px;
}

.industry-experts .btn {
    background-color: #FFF;
}

@media (max-width: 1024px) {
    .industry-experts {
        padding: 40px 0 14px;
        margin-top:  -55px;
    }

    .industry-experts h2 {
        margin-bottom: 8px;
    }

    .industry-experts h4 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .industry-experts {
        padding: 23px 0 3px;
        margin-top:  -31px;
    }
    .industry-experts h2 {
        max-width: 262px;
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Money-Back Guarantee
--------------------------------------------------------------*/
#moneyback {
    background: #ffffff;
    padding-top:  0px !important;
    margin-top:  -19px;
}

#moneyback h2{
    margin-bottom:  18px;
}

#moneyback .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 960px;
    margin: 0 auto;
}

#moneyback img {
    width: 350px;
}

#moneyback .moneyback-text {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

#moneyback p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 28px;
}

@media (max-width: 1024px) {
    #moneyback .flex-container {
        flex-direction: column;
        padding-top: 28px;
    }

    #moneyback img {
        width: 263px;
    }

    #moneyback .moneyback-text {
        width: 100%;
        margin: 0px 0 0;
        padding: 0 50px;
        text-align: center;
    }

    #moneyback p {
        font-size: 1.1em;
    }

    #moneyback .btn-blue {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    #moneyback h2 {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    #moneyback {
        padding-top: 34px;
        margin-top:  -5px;
    }
    #moneyback h2 {
        max-width: 310px;
        margin-bottom:  -3px;
    }
    #moneyback img {
        width: 212px;
    }
}

@media screen and (min-width: 768px) and (max-width:  1024px) {
    #moneyback h2 {
        margin-bottom: -1px !important;
    }
}

@media (min-width: 767px) {

    #moneyback p {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 28px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

}

/*--------------------------------------------------------------
# Which Supplements? Quiz CTA
--------------------------------------------------------------*/
#which-supplements{
    padding:  22px 0;
    margin-top:  -36px;
    margin-bottom:  40px;
}

#which-supplements .img {
    display: block;
    margin-top: 0;
    background: url('../../images/2017-images/Try-us-risk-free-v2.png') center no-repeat;
    background-size: 1075px;
    height: 425px;
    margin-top: -119px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    #which-supplements h2 {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    #which-supplements {
        padding-top: 30px;
        margin-bototm:  18px;
    }
    #which-supplements h2 {
        max-width: 310px;
    }
    #which-supplements .img {
        background: url('../../images/2017-images/Try-us-risk-free-v2-@2x.png') center no-repeat;
        background-size: 900px;
        height: 365px;
        margin-top: -90px;
        margin-bottom: 40px;
    }
}







/*--------------------------------------------------------------
# Retina Images
--------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slider-btn {
        background: #F8F8F8 url('../../images/2017-images/slider-arrow@2x.png') center no-repeat;
        background-size: 18px;
    }

    #which-supplements .img {
        background: url('../../images/2017-images/Try-us-risk-free-v2-@2x.png') center no-repeat;
        background-size: 900px;
    }
}


/*--------------------------------------------------------------
# Bestseller Slider Link Styles
--------------------------------------------------------------*/
.reviewLinkContainer {
    width: auto !important;
    position: fixed;
    top: 340px;
    margin-left:  62px;
}

#bestseller-reviews .bx-viewport {
    height:  405px !important;
}

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

  #bestseller-reviews{
    padding-bottom: 10px;
    margin-top: -31px;
  }

  .reviewLinkContainer {
    width: auto !important;
    position: fixed;
    top: 340px;
    margin-left: 47px;
}

.reviewLinkContainer {
    width: auto !important;
    position: fixed;
    top: 342px;
    margin-left: 47px;
}

}


#bestseller-reviews .review-cards {
    padding-bottom:  0px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}


/*--------------------------------------------------------------
# Body Intro Section
--------------------------------------------------------------*/
.body-intro-section{
    text-align:  center;
    margin-top:  60px;
    margin-bottom:  -4px;
}

.body-intro-section p {
    font-weight: 500;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top:  -6px;
    margin-bottom:  -4px;
    font-size:  18px;
}

.smallReviewHeaderText{
    font-size: 24px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    line-height: 30px !important;
    position: absolute;
    margin-top: 100px;
}
.smallReviewHeaderText h2{
    max-width: 400px;
    text-align: center;
    font-weight: 600;
}

#reviews #hero-banner h1 {
    max-width: 700px !important;
    margin-bottom: 50px;
}


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

     #reviews #hero-banner h1 {
         line-height:  24px;
         padding-bottom: 40px;
         margin-bottom:  40px;
         max-width:  250px !important;
         line-height: 1;
     }

     .smallReviewHeaderText {
        top: 104px;
        margin-top: 0;
     }

    .smallReviewHeaderText h2 {
        font-size: 16px;
        line-height: 18px;
        max-width:  220px;
    }

    #hero-banner {
        padding:  25px 0 !important;
        position: relative;
    }

    .body-intro-section {
        text-align: center;
        margin-top: 36px;
        margin-bottom: -4px;
    }

}

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

     #reviews #hero-banner h1 {
         padding-bottom: 40px;
         margin-bottom: 40px;
         max-width: 350px !important;
         line-height: 1;
         padding-top: 20px;
     }

    .body-intro-section {
        text-align: center;
        margin-top: 36px;
        margin-bottom: -4px;
    }


     .body-intro-section{
        margin-top:  40px !important;
     }

    .smallReviewHeaderText h2 {
        font-size: 16px;
        line-height: 18px;
        max-width:  350px;
    }

    .smallReviewHeaderText {
        font-size: 24px;
        font-weight: 500;
        font-family: "proxima-nova", sans-serif;
        line-height: 30px !important;
        position: absolute;
        margin-top: 60px;
        margin-bottom: -20px;
    }

    #hero-banner {
        padding:  34px 0 !important;
    }

}


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

    .featured-logo-section .bx-wrapper {
        margin: 0 auto 35px;
    }

}
