/*------------------------------------------------------------------
Pricing
-------------------------------------------------------------------*/
.etww-pricing {
    .etww-pricing-header {
        background-color: #fff;
        color: #444;
        border: 1px solid #e9e9e9;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        padding: 15px 20px;
        text-align: center;
    }

    .etww-pricing-cost {
        background-color: #fafafa;
        border: 1px solid #e9e9e9;
        padding: 20px 0;
        border-top: 0;
        border-bottom: 0;
        text-align: center;
    }

    .etww-pricing-amount {
        display: inline-block;
        color: #13aff0;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
    }

    .etww-pricing-per {
        display: inline-block;
        font-size: 12px;
        color: #999;
    }

    .etww-pricing-content {
        font-size: 14px;
        line-height: 16px;
        color: #9d9d9d;
        border: 1px solid #e9e9e9;
        text-align: center;

        p {
            margin: 0;
        }

        ul {
            margin: 0;
            padding: 0;
            list-style: none;

            li {
                padding: 12px 5px;
                margin: 0;
                line-height: inherit;

                &.etww-even {
                    background-color: #f5f5f5;
                }

                img {
                    display: inline-block;
                    margin-right: 5px;
                }
            }
        }
    }

    .etww-pricing-button {
        padding: 15px;
        border: 1px solid #e9e9e9;
        border-top: 0;
        text-align: center;

        a {
            float: none;
            margin: 0 auto;
        }
    }

    &.featured {
        .etww-pricing-header,
        .etww-pricing-cost,
        .etww-pricing-content,
        .etww-pricing-button {
            border-color: rgba(0,0,0,0.15);
        }
    }
}

/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .etww-pricing { margin-bottom: 30px; }
}