
/* Pricing Table 8
-------------------------------------------------- */

.w-pricing-table.pt-type8 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fcfcfc;
    margin: 0px 15px 0px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    border: none;
    overflow: hidden;
    box-shadow: 0 3px 14px -3px rgba(0, 0, 0, 0.1);
}

.w-pricing-table.pt-type8:hover {
    background: #363636;
    box-shadow: 0 3px 33px -3px rgba(0, 0, 0, 0.2);
}

.w-pricing-table.pt-type8 .pt-header {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    padding: 62px 20px;
    text-align: left;
}

.w-pricing-table.pt-type8 .plan-title {
    font-size: 20px;
    color: #437df9;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz--transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.w-pricing-table.pt-type8 .plan-title .plan-title-line {
    content: '';
    background: #437df9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
}

.w-pricing-table.pt-type8 .plan-price {
    line-height: 1;
    font-weight: 700;
    text-align: left;
}

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

.w-pricing-table.pt-type8 .plan-price small {
    font-size: 20px;
    color: #666666;
    font-weight: 100;
    margin-left: 20px;
    text-transform: lowercase;
}

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

.w-pricing-table.pt-type8:hover .plan-price small {
    color: #bcbcbc;
}

.w-pricing-table.pt-type8:hover .plan-title,
.w-pricing-table.pt-type8:hover .plan-price span,
.w-pricing-table.pt-type8:hover .pt-content {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz--transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.w-pricing-table.pt-type8:hover .plan-title {
    background: #363636;
}

.w-pricing-table.pt-type8:hover .plan-title-line {
    background: #ffffff;
}

.w-pricing-table.pt-type8 .pt-content {
    color: #666666;
    font-size: 15px;
    margin-top: 40px;
    line-height: 26px;
    margin-bottom: 60px;
    padding: 20px 50px 40px 50px;
}

.w-pricing-table.pt-type8 .pt-footer {
    padding: 20px 35px 50px;
    text-align: center;
}

.w-pricing-table.pt-type8 .pt-footer a.magicmore {
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 21px 40px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.w-pricing-table.pt-type8:hover .pt-footer a.magicmore {
    color: #363636;
}

#wrap .w-pricing-table.pt-type8:hover .pt-footer a.magicmore {
    background: #ffffff;
}

@media (max-width: 1280px) {
    .w-pricing-table.pt-type8 {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 8px;
    }
    .w-pricing-table.pt-type8 .pt-header {
        width: 180px;
        height: 180px;
    }
    .w-pricing-table.pt-type8 .plan-price span.price-symbol {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .w-pricing-table.pt-type8 {
        padding: 40px 0px;
    }
    .w-pricing-table.pt-type8 .pt-header {
        width: 160px;
        height: 160px;
    }
    .w-pricing-table.pt-type8 .pt-content {
        font-size: 16px;
        padding: 20px 25px 40px 20px;
    }
    .w-pricing-table.pt-type8 .plan-title {
        font-size: 18px;
    }
    .w-pricing-table.pt-type8 .pt-footer a.magicmore {
        font-size: 12px;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .w-pricing-table.pt-type8 {
        padding: 40px 15px;
    }
    .w-pricing-table.pt-type8 .pt-footer a.magicmore {
        font-size: 11px;
        padding: 9px 18px;
    }
    .w-pricing-table.pt-type8 .plan-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
