body {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    margin: 0px!important;
}

.noScroll,
.noScroll-ios {
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.noScroll-ios {
    /* top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed */
}

.gym-app-parent {
    width: 80%;
    margin: 0px auto 0;
    text-align: center;
}

.img-banner-large {
    width: 100%;
}

.gym-welcome-header .header-content {
    background: #FFF;
    font-weight: bold;
    font-family: 'Nunito' !important;
    letter-spacing: 2px;
    border: 2px solid #f8971d;
    font-size: 25px;
    width: 70%;
    margin: 0 auto;
    display: inline-block;
}

.keep-in-touch-text {
    font-weight: bold;
}

.gym-welcome-header {
    text-align: center;
    line-height: 2em;
    background: linear-gradient(#f8971d, #f8971d) center/100% 2px no-repeat;
}

.gym-page-content {
    text-align: left;
    font-size: 19px;
    line-height: 1.5em;
}

.gym-app-parent h1,
.gym-app-parent h2,
.gym-app-parent h3,
.gym-app-parent h4,
.gym-app-parent h5,
.gym-app-parent h6,
.gym-app-parent p {
    text-align: left;
}

.gym-app-child {
    max-width: 700px;
    margin: 40px auto 0;
}

.gym-page-header {
    color: #f8971d;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: 400;
}

.gym-app-child .form-container {
    margin-top: 50px;
}

.form-container .keep-in-touch-header {
    width: 100%;
}

.keep-in-touch-p {
    width: 75%;
    margin: 30px auto;
    font-size: 19px;
    color: #999;
    text-align: center !important;
}


/*Email Form CSS*/

.email-input {
    width: 320px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 18px;
}

.email-input-submit {
    background-color: transparent;
    color: #f8971c;
    font-size: 16px;
    height: 30px;
    display: inline-block;
    border: 0px;
    margin: 15px 0;
    font-weight: 600;
    border-bottom: 2px solid #f8971c;
}

.email-input-submit:hover{
    color:#000;
    border-bottom: 2px solid #000;
}

.email-label-error {
    display: block;
    color: #FF0000;
    font-size: 12px;
}

#thankyouform {
    display: none;
    font-family: 'Nunito', sans-serif;
    left: 0;
    position: fixed;
    top: 199px;
    z-index: 100;
}


/*End Eamil Form CSS*/


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 25px;
    width: 50%;
    /* Could be more or less, depending on screen size */
    border: 7px solid #f8971d;
}

.modal-body {
    text-align: left;
    margin: 25px;
}


/* The Close Button */

.modal-close {
    color: #f8971d;
    float: right;
    font-size: 20px;
    font-weight: bold;
    border-radius: 33px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    margin: -18px -16px;
}


/*Thank you Modal*/

#thank-you-content {
    background-color: #f8971d !important;
    border: 7px solid #fefefe !important;
}

.modal-body .thank-you-p {
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 1em 3em;
}

.modal-close:hover,
.modal-close:focus {
    color: rgb(175, 164, 164);
    text-decoration: none;
    cursor: pointer;
}

.modal-img {
    width: 40%;
}

#footer-terms {
    font-size: 10px;
    margin-bottom: 30px;
}

#footer-terms a:link,
a:visited {
    color: #000000;
}

.img-banner-large {
    display: block;
    width: 100%;
}

.img-banner-small {
    display: none;
    width: 100%;
}


/* Phase 2 Implementation */


/* Accordion */

button.accordion {
    background-color: #f8971c;
    /* color: #444; */
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    color: #FFF;
    margin-top: -7px;
    margin-right: 3px;
    margin-bottom: -2px;
    text-align: center;
}

button.accordion.active,
button.accordion:hover {
    background-color: #f8971c;
}

button.accordion:after {
    content: '\002B';
    /* color: #777; */
    font-weight: bold;
    margin-left: 5px;
    color: #FFF;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    text-align: justify;
    border: 2px solid #f8971c;
    border-top-style: none;
}

.accordion.active+div.panel {
    border-bottom-style: solid;
    padding: 0 40px;
}

.accordion+div.panel {
    border-bottom-style: none;
    padding: 0 40px;
}

.gym-page-header-bold {
    font-weight: 700;
}

.gym-page-content {
    color: #f8971d;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.wrapper-actions {
    margin-top: 10px;
}

.gym-app-child .btn-feedback:not(:last-child) {
    margin-right: 20px;
}

.gym-app-child .btn-feedback {
    background-color: transparent;
    color: #f8971c;
    font-size: 16px;
    width: 310px;
    display: inline-block;
    border: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    border: 2px solid #f8971c;
    letter-spacing: 1px;
    padding: 8px 0;
}

.gym-app-child .btn-feedback:hover,
.gym-app-child .btn-close:hover,
.gym-app-child .btn-feedback:focus,
.gym-app-child .btn-close:focus {
    background-color: #f8971c;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    border: 2px solid #FFF;
}

.btn-feedback:hover {
    background-color: transparent;
}

.gym-page-actions {
    margin-top: 20px;
}

.get-candid-button {
    text-decoration: none;
}
.candid-wall-cell .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.candid-wall-load-more {
    background-color: #f8971c;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    border-radius: 0px;
    opacity: 1;
}

i.candid-icon {
    display: none !important;
}

.candid-caption {
    display: none !important;
}

.profile-wrap {
    display: none !important;
}

.candid-shortcuts {
    display: none !important;
}

.overlay-img-container {
    width: 100% !important;
}

#candid-overlay .profile-wrap {
    display: none !important;
}

.candid-wall-overlay-text div {
    display: none !important;
}

.gym-app-parent .title-text {
    font-size: 17px;
    color: #f8971c;
    text-align: center;
}

.title-bold {
    font-size: 17px;
    font-weight: 700;
    color: #f8971c !important;
    margin-top: 27px;
}

.btn-faq {
    cursor: pointer;
    text-decoration: underline;
    color: #f8971c;
}

.btn-faq:hover {
    text-decoration: underline;
}
.candid-wall-container {
    border-top: #f8971c solid 6px;
}




/* Responsive */

@media screen and (max-width: 768px) {
    #candid-overlay .candid-close, #candid-progress .candid-close{
        right: 2px !important;
        top: 2px;
        background-color: #000;
        border-radius: 21px;
        background-size: 13px;
        width: 23px;
        height: 23px;    
        background-position: center;
        background-repeat: no-repeat;
        opacity: 1;
    }
    
    
    #candid-progress .candid-progress-inner {
        width: 250px !important;
    }
    .gym-app-child .btn-feedback:not(:last-child) {
        margin-right: 0px;
    }
    .noScroll-ios .modal-content {
        margin: 60% auto;
    }
    .modal-content {
        margin: 60% auto;
    }
    .keep-in-touch-header {
        margin-bottom: 20px !important;
    }
    .keep-in-touch-p {
        margin: 0px;
        margin-bottom: 20px;
    }
    .gym-app-child .form-container {
        width: 90%;
        margin: 68px auto 0px auto;
    }
    .gym-page-content {
        text-align: center;
        line-height: 1.5em;
        width: 75%;
        margin: auto;
        font-size: 16px;
    }
    .modal-img {
        width: 30%;
    }
    .img-banner-small {
        display: block !important;
    }
    .gym-welcome-header .header-content {
        font-size: 20px;
    }
    .gym-page-header {
        font-size: 19px;
        width: 75%;
        margin: 0 auto;
    }
    .gym-app-parent {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .gym-welcome-content {
        width: 60%;
    }
    .keep-in-touch-p {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .email-input-submit {
        font-size: 16px;
        height: 30px;
        font-weight: bold;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .email-input {
        width: 100%;
    }
    .modal-content {
        width: 80%;
    }
    .thank-you-p {
        margin: 10px 0 !important;
        font-size: .8em !important;
    }
    #footer-terms {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
    .email-label-error {
        text-align: left;
    }
    .img-banner-large {
        display: none !important;
        width: 99%;
    }
    /* Phase -2 */
    .candid-wall-load-more {
        background-color: #f8971c;
        width: 47%;
        margin: 0 auto;
    }
    .title-text {
        font-size: 14px;
    }
    .btn-feedback:not(:last-child) {
        margin-right: 0;
    }
    button.accordion {
        font-size: 17px;
    }
}