﻿@media only screen and (max-width: 425px) {
    .offer-wall-categories {
        background-color: transparent !important;
        box-shadow: none;
    }

    .offer-wall-category-bottom-arrows img {
        display: none;
    }

    .offer-wall-category-arrow div {
        color: #009933 !important;
        padding: unset !important;
    }

    .offer-wall-category-index {
        display: inline-block !important;
        width: 20px;
        font-size: 49px;
        font-weight: 700;
        background-color: #212153;
        color: #fff !important;
        border-radius: 15px 0 0 15px;
        padding-left: 40px;
        text-align: center;
        margin-right: 5px;
        float: left;
        min-height: 74.5%;
        padding: 13px !important;
        font-family: 'Open Sans', sans-serif;
    }

    .offer-wall-category-arrow-row {
        min-height: 100px;
        width: 99%;
        float: left;
        margin-bottom: 4px;
        cursor: pointer;
        border: 1px solid #212153;
        border-radius: 15px;
        background: white;
    }

        .offer-wall-category-arrow-row div {
            color: #212153;
            padding: 7px 5px;
            vertical-align: middle;
        }

    .offer-wall-category-img {
        display: none;
    }

    .offer-wall-category-description {
        font-weight: normal;
        line-height: unset;
        font-size: 14px;
        width: 75%;
        color: black;
        font-weight: 200;
        font-family: 'Open Sans', sans-serif;
    }

        .offer-wall-category-description div {
            color: #212153;
            padding: 7px 5px;
            display: table-cell;
            vertical-align: middle;
        }

    .offer-wall-category-middle div p {
        display: table-cell;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .offer-wall-category-title {
        display: inline-block !important;
        color: black;
        font-weight: bold;
        font-size: 16px;
        font-weight: 700;
    }

    .container-nitro {
        padding: 2px;
    }
}

@media only screen and (max-width:320px){
    .offer-wall-category-title {
        font-size: 14px;
    }

    .progress{
        display:none;
    }

    .meter {
        margin: 2px auto!important;
    }

    .offer-wall-category-arrow-row {
        margin-bottom: 2px;
    }
}
