﻿

@media only screen and (max-width : 768px) {
    .collapse-body.no-lr-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .collapse-body .thumbnail {
        /*border: none;*/
        border-bottom: 1px solid #eee;
        margin: 0 0 5px 0;
        padding: 0;
        height: 225px;
    }
}

    @media screen and (max-width: 480px) {
        .collapse-body .thumbnail {
            height: 180px;
        }
    }
    @media screen and (max-width: 375px) {
        .collapse-body .thumbnail {
            height: 160px;
        }
    }
    /* Use this style when on an a SMALL device */
    /*.collapse-body .icon-reward {
        margin: 0 0;
        display: inline-block;
        vertical-align: top;
        width: 80px;
        margin-left: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }*/

@media only screen and (max-width : 768px) {

    .collapse-body .caption {
        width: 60%;
        display: inline-block;
        margin-left: 20px;
    }

    .collapse-body .thumbnail .heading-reward {
        text-align: left;
        font-size: 1.25em;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0;
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 50px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .collapse-body .thumbnail .heading-reward.mobile-heading-reward {
            margin-top: -120px;
            margin-left: 140px;
        }

    .collapse-body .thumbnail .heading-reward-center {
        text-align: center;
        font-size: 1.25em;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 10px;
    }

    h4.sub-heading-reward.text-left {
        text-align: left;
        font-size: 0.8em;
        letter-spacing: 2px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .collapse-body .caption-mobile {
        width: 100%;
        margin-left: 0;
    }

    .rewardCardBtn {
        font-size: 12px;
    }


    .collapse-body .thumbnail .description-reward {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 65px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        padding-top: 0;
    }

        .collapse-body .thumbnail .description-reward.mobile-description-reward {
            margin-left: 140px;
        }

    .collapse-body .btn-reward {
        display: none;
    }

    .reward-container {
        padding-left: 0;
        padding-right: 0;
    }
    /* from rewardTile.css */

    .thumbnail {
        margin: 10px 10px;
        background-color: #fcfcfc;
        border: 1px solid #eee;
    }

    .icon-reward {
        /*padding: 50px 0;*/
    }

    .btn-reward {
        font-size: 0.8em;
        letter-spacing: 1px;
        font-weight: bold;
        padding: 1.5em 0 1.5em 0;
        margin: 0 auto;
        max-width: 70%;
        text-transform: uppercase;
    }

    .btn-rounded {
        border-radius: 50px;
    }

    .heading-reward {
        text-align: center;
        padding-top: 1em;
        font-weight: bold;
        margin-top: 55px;
    }


    .description-reward {
        font-family: serif;
        padding: 20px 0;
    }

    .thumbnail .description-reward {
        display: none;
    }

    .md-content {
        text-align: center;
        padding: 10px 100px;
    }

        .md-content .caption {
            margin-top: -3em;
        }

    .link-reward,
    .link-reward:link,
    .link-reward:visited {
        font-size: 0.8em;
        letter-spacing: 1px;
        font-weight: bold;
        padding: 20px 0 50px;
        display: block;
    }

        .link-reward:hover,
        .link-reward:active {
            text-decoration: none;
        }
    /* end from rewardTile.css */

    /* rewar modal */
    .modal-dialog-reward {
        padding: 0;
    }
}
/* Use this style when on an a MOBILE device */
.collapse-body .icon-reward.mobile-icon-reward {
    display: block;
    vertical-align: top;
    width: 80px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: auto;
}

.mobile-reward-heading {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4A4A4A;
    line-height: 30px;
    text-align: center;
}

.mobile-reward-subHeading {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    color: #4A4A4A;
    text-align: center;
}


/* Use this style when on an a iPad device */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 768px) {
    .collapse-body .thumbnail {
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
        height: 191px;
    }
}*/

/* Use this style when on an a SMALLER (iphone5) device */
@media only screen and (max-width : 768px) {

    .collapse-body .caption {
        margin-left: 10px;
    }
    /* Use this style when on an a SMALL device */
    /*.collapse-body .icon-reward {
        margin: 0 0;
        display: inline-block;
        vertical-align: top;
        width: 80px;
        margin-left: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }*/
}
