/* Pricing Table 7
-------------------------------------------------- */

.w-pricing-table.pt-type7 {
    position: relative;
    background: #fcfcfc;
    padding: 70px 40px;
    margin: 0px 15px 0px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
}

.blox.dark .w-pricing-table.pt-type7 {
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.14);
}

.w-pricing-table.pt-type7.featured {
    margin-top: 0;
    padding-top: 110px;
    background: #fff;
}

.w-pricing-table.pt-type7.featured:before {
    display: block;
    content: "FEATURED";
    text-align: center;
    height: 41px;
    line-height: 41px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #437df9;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
}

.w-pricing-table.pt-type7 .plan-title {
    font-size: 30px;
    color: #437df9;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding-bottom: 15px;
}

.w-pricing-table.pt-type7 .plan-price {
    margin: 10px 0;
    line-height: 1;
    font-weight: 700;
}

.w-pricing-table.pt-type7 .plan-price span {
    font-size: 71px;
}

.w-pricing-table.pt-type7 .plan-price span.price-symbol {
    font-size: 31px;
    margin-right: 6px;
    vertical-align: top;
}

.w-pricing-table.pt-type7 .plan-price small {
    font-size: 21px;
    letter-spacing: 1px;
    margin-left: 3px;
    text-transform: lowercase;
    font-weight: 500;
    vertical-align: super;
}

.w-pricing-table.pt-type7 .plan-price span,
.w-pricing-table.pt-type7 .plan-price small {
    color: #2a2a2a;
}

.w-pricing-table.pt-type7 .pt-features {
    padding-top: 10px;
    color: #aaa;
    margin-bottom: 30px;
    list-style: none;
}

.w-pricing-table.pt-type7 .pt-features li {
    font-size: 19px;
    color: #444;
    font-weight: 300;
    line-height: 1.7;
}

.blox.dark .w-pricing-table.pt-type7 .pt-features li {
    color: #aaa;
}

.w-pricing-table.pt-type7 .pt-footer {
    padding-top: 12px;
    text-align: center;
}

.w-pricing-table.pt-type7 .pt-footer a.magicmore {
    display: inline-block;
    background: #437df9;
    color: #fff;
    padding: 14px 36px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all .28s ease;
    -webkit-transition: all .28s ease;
}

.w-pricing-table.pt-type7 .pt-footer a.magicmore:after {
    display: none;
}

#wrap .w-pricing-table.pt-type7 .pt-footer a.magicmore:hover {
    background-color: #222;
    color: #fff !important;
}

@media (max-width: 991px) {
    .w-pricing-table.pt-type7 {
        padding: 40px 25px;
    }

    .w-pricing-table.pt-type7 .plan-price span {
        font-size: 50px;
    }

    .w-pricing-table.pt-type7 .plan-price span.price-symbol {
        font-size: 25px;
    }

    .w-pricing-table.pt-type7 .plan-price small {
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width:767px) {
    .w-pricing-table.pt-type7.featured {
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-pricing-table.pt-type7 {
        padding: 40px 15px;
    }

    .w-pricing-table.pt-type7 .plan-price span {
        font-size: 40px;
    }

    .w-pricing-table.pt-type7 .plan-price span.price-symbol {
        font-size: 17px;
    }

    .w-pricing-table.pt-type7 .plan-price small {
        font-size: 12px;
    }

    .w-pricing-table.pt-type7 .pt-footer a.magicmore {
        font-size: 11px;
        padding: 9px 18px;
    }

    .w-pricing-table.pt-type7 .plan-title {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .w-pricing-table.pt-type7 .pt-features li {
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .w-pricing-table.pt-type7 {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 30px;
    }

    .w-pricing-table.pt-type7 .plan-price span {
        font-size: 57px;
    }

    .w-pricing-table.pt-type7 .plan-price span.price-symbol {
        font-size: 28px;
    }

    .w-pricing-table.pt-type7 .plan-price small {
        font-size: 17px;
        letter-spacing: 0.6px;
    }
}

.sub-text p {
    text-align: center;
    color: #808080;
}

.w-pricing-table.pt-type7 .pt-features .feature-icon {
    font-family: 'themify';
    padding-right: 5px;
    color: #437df9;
}

.w-pricing-table.pt-type7 .pt-features .not-available-icon:before {
    content: "\e646";
}

.w-pricing-table.pt-type7 .pt-features .available-icon:before {
    content: "\e64c";
}