/* Pricing Table 10
-------------------------------------------------- */

.w-pricing-table.pt-type10 {
    position: relative;
    background: #fff;
    padding: 50px 20px 20px;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 5px 22px -6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

.w-pricing-table.pt-type10:hover {
    box-shadow: 0 8px 64px -14px #437df9;
}

.w-pricing-table.pt-type10.featured {
    margin-top: -20px;
    padding-top: 90px;
    background: #fff;
}

.w-pricing-table.pt-type10.featured:before {
    display: block;
    content: "FEATURED";
    text-align: center;
    height: 38px;
    line-height: 39px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
}

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

.w-pricing-table.pt-type10 .plan-price {
    margin: 10px -21px 20px;
    padding: 15px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #437df9;
}

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

.w-pricing-table.pt-type10 .plan-price span.price-symbol {
    font-size: 13px;
    margin-right: 0;
    vertical-align: top;
    font-weight: 300;
}

.w-pricing-table.pt-type10 .plan-price small {
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 3px;
    text-transform: lowercase;
    font-weight: 300;
    vertical-align: baseline;
}

.w-pricing-table.pt-type10 .plan-price span,
.w-pricing-table.pt-type10 .plan-price small {
    color: #fff;
}

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

.w-pricing-table.pt-type10 .pt-features li {
    font-size: 16px;
    color: #888;
    font-weight: 300;
    line-height: 1.86;
}

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

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

.w-pricing-table.pt-type10 .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-type10 .pt-footer a.magicmore:after {
    display: none;
}

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

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

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

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