/*------------------------------------------------------------------
[Pricing]
-------------------------------------------------------------------*/
.vcex-pricing-table {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.vcex-pricing {
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.vcex-pricing-header {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background: #e5e5e5;
    text-align: center;
    color: #444;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.vcex-pricing.featured .vcex-pricing-header {
    border-color: rgba(0,0,0,0.15);
    background-color: $accent__main;
    color: #fff;
}

.vcex-pricing-cost {
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #e4e4e4;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.vcex-pricing-ammount {
    display: inline;
    color: #7dbd21;
    font-size: 36px;
    padding: 20px 0 0;
    font-weight: 200;
    line-height: 1.35;
}

.vcex-pricing-per {
    display: inline;
    font-size: 0.923em;
    color: #999;
    padding-top: 7px;
}

.vcex-pricing-content {
    font-size: 1em;
    text-align: center;
    padding: 15px;
    border: 1px solid #e8e8e8;

    ul {
        margin: 0 !important;
        list-style: none !important;

        li {
            margin: 0 0 5px !important;
            padding: 0 !important;

            &:last-child {
                margin-bottom: 0 !important
            }

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

        }

    }

}

.vcex-pricing-button {
    text-align: center;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-top: 0 !important;

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

}

// VC fixes
.wpb_column .vcex-pricing {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.wpb_column .vcex-pricing:after {
    @include clear-after;
}
