/*--------------------------------------------------------------
# CONTACT PAGE: Main Form
--------------------------------------------------------------*/

.slideout-form.contact {
    width: 549px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 58px 62px;
    background: #fff;
}

.slideout-form.contact .close-form-toggle {
    top: 35px;
    right: 35px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../../images/2017-images/contact-close-button.png') center no-repeat;
    position: absolute;
    cursor: pointer;
}

.slideout-form.contact .close-form-toggle:hover {
    opacity: 0.8;
}

.slideout-form.contact .img {
    width: 89px;
    height: 45px;
    background: url('../../images/2017-images/contact-email-icon.png') center no-repeat;
    display: block;
    position: relative;
    left: -18px;
    margin: 0 auto 25px;
}

.slideout-form.contact h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #00A2FF;
    font-size: 33px;
    margin-bottom: 18px;
}

.slideout-form.contact p {
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 52px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

.slideout-form.contact form {
    width: 100%;
    clear: both;
    padding: 0 10px;
}

.slideout-form.contact form input[type="text"],
.slideout-form.contact form input[type="email"] {
    width: 100%;
    height: 50px;
    border: 1px #C2C2C2 solid;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    padding: 12px 20px;
}

.slideout-form.contact form input[type="text"]:focus,
.slideout-form.contact form input[type="email"]:focus,
.slideout-form.contact textarea:focus {
    border-color: #00A2FF;
}

.slideout-form.contact textarea {
    width: 100%;
    height: 116px;
    border: 1px #C2C2C2 solid;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.slideout-form.contact form input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #2AC790;
    text-align: center;
    border: none;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 12px;
    display: block;
}

.slideout-form.contact form input[type="submit"]:hover {
    background: #25b885;
}


/*--------------------------------------------------------------
# CONTACT PAGE: Big Search
--------------------------------------------------------------*/

.contact #big-search {
    width: 100%;
    height: 387px;
    background: #1BA4FC;
    padding: 105px 0 120px;
}

.contact #big-search .container {
    max-width: 883px;
}

.contact #big-search h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 42px;
    font-weight: 700;
    text-align: center;
}

.contact #big-search form {
    width: 100%;
    clear: both;
    position: relative;
}

.contact #big-search form input[type="search"]::-webkit-input-placeholder {
    color: #333333;
}

.contact #big-search form input[type="search"] {
    width: 100%;
    background: #fff;
    height: 73px;
    letter-spacing: 0.5px;
    color: #333333;
    border: none;
    -webkit-appearance: none;
    padding: 16px 93px 16px 32px;
    font-size: 16px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.09);
}

.contact #big-search form input[type="search"]::-webkit-input-placeholder {
  color: #a2a2a2;
  font-style: italic;
}

.contact #big-search form input[type="search"]::-moz-placeholder {
  color: #a2a2a2;
  font-style: italic;
}

.contact #big-search form input[type="search"]::-ms-input-placeholder {
  color: #a2a2a2;
  font-style: italic;
}

.contact #big-search form input[type="submit"] {
    position: absolute;
    width: 73px;
    height: 73px;
    background: #fff url('../../images/2017-images/contact-search-icon.png') center no-repeat;
    display: block;
    right: 0;
    border: none;
    top: 0;
}

.contact #big-search form input[type="submit"]:hover {
    background-color: #ECEEEF;
}



/*--------------------------------------------------------------
# CONTACT PAGE: FAQ
--------------------------------------------------------------*/

.contact .faq {
    width: 100%;
    clear: both;
}

.contact .faq h2 {
    font-size: 33px;
    color: #293643;
    margin-bottom: 65px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 65px;
}

.contact .faq .categories {
    padding: 65px 0 46px;
}

.contact .faq .categories .container {
    max-width: 1250px;
}

.contact .faq .categories .option {
    width: 25%;
    height: 195px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
}

.contact .faq .categories .option span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #5C5C5C;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-top: 151px;
}

.contact .faq .categories .option:hover span,
.contact .faq .categories .option.active span {
    color: #1BA3FB;
}

.contact .faq .categories .option.active:after {
    width: 38px;
    height: 18px;
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -19px;
    background: url('../../images/2017-images/contact-faq-category-arrow.png') center no-repeat;
    content: "";
    display: block;
}

.contact .faq .categories .option.returns span {
    padding-top: 161px;
}

.contact .faq .questions {
    background: #F6F7F7;
    padding: 60px 0 70px;
}

.contact .faq .questions .question {
    border-bottom: 1px #E7E7E7 solid;
}

.contact .item p.question:hover {
    border-bottom: 1px #80CEFA solid;
    color: #293644;
}

.contact .faq .questions .container {
    max-width: 905px;
}

.contact .faq .questions .answer {
    background: #fff;
}

.contact .item p.question:before {
    background: #FFFFFF;
}

.contact .item p.question:after {
    right: 0;
}

#faq-support .request-a-refund {
    text-align: center;
    margin: 20px 0 10px;
    padding: 20px 20px 0;
}

#faq-support .request-a-refund .request-a-refund-btn {
    display: inline-block;
    background-color: #27A2FF;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
    transition: ease all 0.5s;
    padding: 16px 32px;
}

/* Phone */

.icon-tab-delivery-orders {
    background: url('../../images/2017-images/contact-faq-delivery-orders.png') 40px 21px no-repeat;
}

.icon-tab-returns {
    background: url('../../images/2017-images/contact-faq-returns.png') 85px 4px no-repeat;
}

.icon-tab-supplement {
    background: url('../../images/2017-images/contact-faq-supplement.png') center 3px no-repeat;
}

.icon-tab-diet-exercise {
    background: url('../../images/2017-images/contact-faq-diet-exercise.png') center top no-repeat;
}

.icon-tab-delivery-orders:hover,
.icon-tab-delivery-orders.active {
    background: url('../../images/2017-images/contact-faq-delivery-orders-hover.png') 40px 21px no-repeat;
}

.icon-tab-returns:hover,
.icon-tab-returns.active {
    background: url('../../images/2017-images/contact-faq-returns-hover.png') 85px 4px no-repeat;
}

.icon-tab-supplement:hover,
.icon-tab-supplement.active {
    background: url('../../images/2017-images/contact-faq-supplement-hover.png') center 3px no-repeat;
}

.icon-tab-diet-exercise:hover,
.icon-tab-diet-exercise.active {
    background: url('../../images/2017-images/contact-faq-diet-exercise-hover.png') center top no-repeat;
}

body.page-template-page-contact .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar {
    display: none;
}












/*--------------------------------------------------------------
# CONTACT PAGE: CONTACT US
--------------------------------------------------------------*/

.contact .contact-us {
    padding: 75px 0 60px;
}

.contact .contact-us header {
    margin-bottom: 40px;
    text-align: center;
}

.contact .contact-us header h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.contact .contact-us h3,
.contact .contact-us h3 a,
.contact .contact-us p,
#contact-text-us h3,
#contact-text-us h3 a {
    color: #000;
}

.contact .contact-us header p {
    font-size: 17px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.contact .contact-us .container {
    max-width: 917px;
}

.contact .contact-us p.choose-topic {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.contact .contact-us .options {
    max-width: 825px;
}

.contact .contact-us .options a {
    width: 261px;
    height: 177px;
    float: left;
    background: #F7F7F7;
    padding-top:    127px;
    display: block;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    margin-right: 21px;
    margin-bottom: 21px;
}

.contact .contact-us .options a:hover {
    color: #fff;
}

.contact .contact-us .options a.delivery-orders {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-delivery-orders.png') center 43px no-repeat;
}

.contact .contact-us .options a.delivery-orders:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-delivery-orders-hover.png') center 43px no-repeat;
}

.contact .contact-us .options a.nutrition {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-nutrition.png') center 37px no-repeat;
}

.contact .contact-us .options a.nutrition:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-nutrition-hover.png') center 37px no-repeat;
}

.contact .contact-us .options a.returns {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-returns.png') center 42px no-repeat;
    margin-right: 0;
}

.contact .contact-us .options a.returns:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-returns-hover.png') center 42px no-repeat;
}

.contact .contact-us .options a.marketing-press {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-marketing.png') center 33px no-repeat;
}

.contact .contact-us .options a.marketing-press:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-marketing-hover.png') center 33px no-repeat;
}

.contact .contact-us .options a.share-your-success {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-share-success.png') center 32px no-repeat;
}

.contact .contact-us .options a.share-your-success:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-share-success-hover.png') center 32px no-repeat;
}

.contact .contact-us .options a.wholesale {
    background: #F7F7F7 url('../../images/2017-images/contact-topic-wholesale.png') center 37px no-repeat;
    margin-right: 0;
}

.contact .contact-us .options a.wholesale:hover {
    background: #1BA3FB url('../../images/2017-images/contact-topic-wholesale-hover.png') center 37px no-repeat;
}

.contact .contact-us [class^=styles_callUs_] [class^=styles_left_] {
    line-height: 1.8;
}













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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact #big-search form input[type="submit"] {
        background: #fff url('../../images/2017-images/contact-search-icon@2x.png') center no-repeat;
        background-size: 20px;
    }

    .icon-tab-delivery-orders {
        background: url('../../images/2017-images/contact-faq-delivery-orders@2x.png') 40px 21px no-repeat;
        background-size: 186px;
    }

    .icon-tab-delivery-orders:hover,
    .icon-tab-delivery-orders.active {
        background: url('../../images/2017-images/contact-faq-delivery-orders-hover@2x.png') 40px 21px no-repeat;
        background-size: 186px;
    }

    .icon-tab-returns {
        background: url('../../images/2017-images/contact-faq-returns@2x.png') 85px 4px no-repeat;
        background-size: 138px;
    }

    .icon-tab-returns:hover,
    .icon-tab-returns.active  {
        background: url('../../images/2017-images/contact-faq-returns-hover@2x.png') 85px 4px no-repeat;
        background-size: 138px;
    }

    .icon-tab-supplement {
        background: url('../../images/2017-images/contact-faq-supplement@2x.png') center 3px no-repeat;
        background-size: 109px;
    }

    .icon-tab-supplement:hover,
    .icon-tab-supplement.active  {
        background: url('../../images/2017-images/contact-faq-supplement-hover@2x.png') center 3px no-repeat;
        background-size: 109px;
    }

    .icon-tab-diet-exercise {
        background: url('../../images/2017-images/contact-faq-diet-exercise@2x.png') center top no-repeat;
        background-size: 129px;
    }

    .icon-tab-diet-exercise:hover,
    .icon-tab-diet-exercise.active,
    [class^="icon-tab-diet-exercise"][class^="styles_active_"]  {
        background: url('../../images/2017-images/contact-faq-diet-exercise-hover@2x.png') center top no-repeat;
        background-size: 129px;
    }

    .contact .contact-us .options a.delivery-orders {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-delivery-orders@2x.png') center 43px no-repeat;
        background-size: 76px;
    }

    .contact .contact-us .options a.delivery-orders:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-delivery-orders-hover@2x.png') center 43px no-repeat;
        background-size: 76px;
    }

    .contact .contact-us .options a.nutrition {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-nutrition@2x.png') center 37px no-repeat;
        background-size: 49px;
    }

    .contact .contact-us .options a.nutrition:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-nutrition-hover@2x.png') center 37px no-repeat;
        background-size: 49px;
    }

    .contact .contact-us .options a.returns {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-returns@2x.png') center 42px no-repeat;
        background-size: 50px;
    }

    .contact .contact-us .options a.returns:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-returns-hover@2x.png') center 42px no-repeat;
        background-size: 50px;
    }

    .contact .contact-us .options a.marketing-press {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-marketing@2x.png') center 33px no-repeat;
        background-size: 54px;
    }

    .contact .contact-us .options a.marketing-press:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-marketing-hover@2x.png') center 33px no-repeat;
        background-size: 54px;
    }

    .contact .contact-us .options a.share-your-success {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-share-success@2x.png') center 32px no-repeat;
        background-size: 58px;
    }

    .contact .contact-us .options a.share-your-success:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-share-success-hover@2x.png') center 32px no-repeat;
        background-size: 58px;
    }

    .contact .contact-us .options a.wholesale {
        background: #F7F7F7 url('../../images/2017-images/contact-topic-wholesale@2x.png') center 37px no-repeat;
        margin-right: 0;
        background-size: 56px;
    }

    .contact .contact-us .options a.wholesale:hover {
        background: #1BA3FB url('../../images/2017-images/contact-topic-wholesale-hover@2x.png') center 37px no-repeat;
        background-size: 56px;
    }

    .slideout-form.contact .close-form-toggle {
        background: url('../../images/2017-images/contact-close-button@2x.png') center no-repeat;
        background-size: 12px;
    }

    .contact .faq .categories .option.active:after {
        background: url('../../images/2017-images/contact-faq-category-arrow@2x.png') center no-repeat;
        background-size: 38px;
    }

    .slideout-form.contact .img {
        background: url('../../images/2017-images/contact-email-icon@2x.png') center no-repeat;
        background-size: 89px;
    }

}













/*--------------------------------------------------------------
# MEDIA QUERIES: Tablet [ MAX WIDTH: 1024px PIXELS ]
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
    .contact #big-search {
        height: 337px;
        padding: 93px 0 120px;
    }

    .contact #big-search h1 {
        font-size: 32px;
        margin-bottom: 39px;
    }

    .contact #big-search form input[type="search"],
    .contact #big-search form input[type="submit"] {
        height: 58px;
    }

    .contact #big-search form input[type="submit"] {
        width: 87px;
    }

    .contact .faq .categories .option.delivery-orders,
    .icon-tab-delivery-orders {
        background-size: 119px;
        background-position: 23px 17px;
    }

    .contact .faq .categories .option.returns,
    .icon-tab-returns {
        background-size: 89px;
        background-position: 47px 6px;
    }


    .contact .faq .categories .option.supplement,
    .icon-tab-supplement {
        background-size: 70px;
    }

    .contact .faq .categories .option.diet-exercise,
    .icon-tab-diet-exercise {
        background-size: 84px;
    }

    .contact [class^=styles_tab_].icon-tab-returns>span {
        padding-top: 105px;
    }

    .contact .contact-us {
        padding: 36px 0 24px;
    }

    .contact .contact-us header h2 {
        font-size: 27px;
        margin-bottom: 6px;
    }

    .contact .contact-us header p {
        font-size: 18px;
        max-width: 638px;
        margin: auto;
    }

    .contact .contact-us header {
        margin-bottom: 38px;
    }

    .contact .contact-us p.choose-topic {
        letter-spacing: 1.5px;
        margin-bottom: 27px;
    }

    .contact .contact-us .options a {
        width: 212px;
        height: 145px;
        font-size: 12px;
        margin-bottom: 17px;
        margin-right: 17px;
        padding-top: 106px;
        letter-spacing: 1px;
    }

    .contact .contact-us .options a.delivery-orders {
        background-size: 63px;
        background-position: 70px 36px;
    }

    .contact .contact-us .options a.nutrition {
        background-size: 41px;
        background-position: 90px 31px;
    }

    .contact .contact-us .options a.returns {
        background-size: 42px;
        background-position: center 35px;
    }

    .contact .contact-us .options a.marketing-press {
        background-size: 45px;
        background-position: center 28px;
    }

    .contact .contact-us .options a.share-your-success {
        background-size: 49px;
        background-position: center 25px;
    }

    .contact .contact-us .options a.wholesale {
        background-size: 47px;
        background-position: center 30px;
    }

    .icon-tab-delivery-orders:hover,
    .icon-tab-delivery-orders.active {
        background: url('../../images/2017-images/contact-faq-delivery-orders-hover@2x.png') center 12px no-repeat;
        background-size: 141px;
    }

    .icon-tab-returns:hover,
    .icon-tab-returns.active  {
        background: url('../../images/2017-images/contact-faq-returns-hover@2x.png') 42px top no-repeat;
        background-size: 100px;
    }

    .icon-tab-supplement:hover,
    .icon-tab-supplement.active  {
        background: url('../../images/2017-images/contact-faq-supplement-hover@2x.png') center top no-repeat;
        background-size: 80px;
    }

    .icon-tab-diet-exercise:hover,
    .icon-tab-diet-exercise.active,
    [class^="icon-tab-diet-exercise"][class^="styles_active_"]  {
        background: url('../../images/2017-images/contact-faq-diet-exercise-hover@2x.png') center top no-repeat;
        background-size: 95px;
    }
}







/*--------------------------------------------------------------
# MEDIA QUERIES: Phone [ MAX WIDTH: 767 PIXELS ]
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .contact #big-search {
        height: 160px;
        padding: 40px 0;
    }

    .contact #big-search h1  {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .contact #big-search form input[type="search"] {
        font-size: 14px;
        padding: 16px 40px 16px 14px;
        height: 47px;
    }

    .contact #big-search form input[type="submit"] {
        width: 44px;
        height: 47px;
        background-size: 16px;
    }

    .icon-tab-delivery-orders {
        background: #F6F7F7 url('../../images/2017-images/phone-contact-faq-delivery-orders@2x.png') center no-repeat;
        background-size: 55px;
    }

    .icon-tab-returns {
        background: #F6F7F7 url('../../images/2017-images/phone-contact-faq-returns@2x.png') center no-repeat;
        background-size: 47px;
    }

    .icon-tab-supplement {
        background: #F6F7F7 url('../../images/2017-images/phone-contact-faq-supplement@2x.png') center no-repeat;
        background-size: 41px;
    }

    .icon-tab-diet-exercise {
        background: #F6F7F7 url('../../images/2017-images/phone-contact-faq-diet-exercise@2x.png') center no-repeat;
        background-size: 51px;
        border-right: none !important;
    }

    #faq-delivery-0,
    #faq-general-0,
    #faq-supplement-0,
    #faq-diet-0 {
        position: relative;
    }

    #faq-delivery-0:before,
    #faq-general-0:before,
    #faq-supplement-0:before,
    #faq-diet-0:before {
        color: #1BA3FB;
        text-align: center;
        width: 100%;
        left: 0;
        top: -125px;
        display: block;
        font-size: 18px;
        position: absolute;
        font-weight: 600;
    }

    #faq-delivery-0:before {
        content: "Delivery Orders";
    }

    #faq-general-0:before {
        content: "General";
    }

    #faq-supplement-0:before {
        content: "Supplement Questions";
    }

    #faq-diet-0:before {
        content: "Diet & Exercise";
    }

    #faq-support .request-a-refund {
        margin: 10px 0;
        padding: 10px 20px;
    }

    .contact .contact-us {
        padding-bottom: 0;
    }

    .contact .contact-us header h2 {
        font-size: 22px;
        padding: 0 30px;
    }

    .contact .contact-us header p {
        font-size: 16px;
        padding: 0 30px
    }

    .contact .contact-us p.choose-topic {
        padding: 0 25px;
        line-height: 1.4;
    }

    .contact .contact-us .container {
        padding: 0;
    }

    .contact .contact-us .options a {
        margin-right: 0;
        margin-bottom: 0;
        width: 50%;
        height: 163px;
        font-size: 13px;
        line-height: 1.4;
        padding: 107px 30px 0;
        position: relative;
    }

    .contact .contact-us .options a.delivery-orders {
        background-size: 78px;
        background-position: center 39px;
    }

    .contact .contact-us .options a.nutrition {
        background-size: 49px;
        background-position: center 31px;
    }

    .contact .contact-us .options a.returns {
        background-size: 51px;
        background-position: center 40px;
    }

    .contact .contact-us .options a.marketing-press {
        background-size: 55px;
        background-position: center 25px;
    }

    .contact .contact-us .options a.share-your-success {
        background-size: 59px;
        background-position: center 25px;
    }

    .contact .contact-us .options a.wholesale {
        background-size: 57px;
        background-position: center 40px;
    }

    .icon-tab-delivery-orders:hover,
    .icon-tab-delivery-orders.active {
        background: url('../../images/2017-images/contact-faq-delivery-orders-hover@2x.png') center 12px no-repeat;
        background-size: 80px;
    }

    .icon-tab-returns:hover,
    .icon-tab-returns.active  {
        background: url('../../images/2017-images/contact-faq-returns-hover@2x.png') center 10px no-repeat;
        background-size: 63px;
    }

    .icon-tab-supplement:hover,
    .icon-tab-supplement.active  {
        background: url('../../images/2017-images/contact-faq-supplement-hover@2x.png') center 13px no-repeat;
        background-size: 50px;
    }

    .icon-tab-diet-exercise:hover,
    .icon-tab-diet-exercise.active,
    [class^="icon-tab-diet-exercise"][class^="styles_active_"]  {
        background: url('../../images/2017-images/contact-faq-diet-exercise-hover@2x.png') center 9px no-repeat;
        background-size: 60px;
    }
}





