﻿.pricing-table.highlighted {
    box-shadow: 0 0 0px 5px rgba(243, 91, 63, 1);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
    border-color: #f35b3f !important;
}

.pricing-table:hover:not(.highlighted) {
    box-shadow: 0 0 0px 5px rgba(102, 102, 102, 1);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

    .pricing-table.highlighted .price-value, .pricing-table:hover:not(.highlighted) .price-value {
        color: #fff;
        background: #f35b3f;
    }

    .pricing-table.highlighted .currency, .pricing-table:hover:not(.highlighted) .currency {
        color: #fff;
    }

.pricing-description-header {
    height: 4rem;
    line-height: normal;
    text-align: center;
}

.pricing-table .price-value {
    padding: 30px 0;
    margin: 1em -1em;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

    .pricing-table .price-value:before {
        content: "";
        border-top: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        top: 0;
        left: 46%;
    }

.pricing-table .month {
    display: block;
    font-size: 15px;
    font-weight: 900;
    /*color: #fff;*/
    text-transform: uppercase;
}

.pricing-table .amount {
    display: inline-block;
    font-size: 50px;
    /*color: #fff;*/
    position: relative;
}

.pricing-table .currency {
    position: absolute;
    top: -1px;
    left: -35px;
}

.pricing-table .value {
    font-size: 20px;
    position: absolute;
    top: 21px;
    right: -27px;
}

.price-value.showcase {
    color: #fff;
    background: #f35b3f;
}

.text-muted {
    color: #6c757d;
}

.bg-danger .text-muted {
    color: #ccc;
}

ul {
    list-style: none;
    padding: 0;
    padding-left: 1em;
}

li {
    padding-left: 1.3em;
}

    li.li-check:before {
        content: "\f00c"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
        color: #4CAF50;
    }

    li.li-times:before {
        content: "\f00d"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
        color: #f35b3f;
    }

.category {
    font-size: 36px;
}

.category, .bs-caption {
    text-align: center;
}

.bg-danger .category, .bg-danger .bs-caption {
    color: #fff;
}

.bg-danger ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.jumbotron h1 {
    margin-bottom: 40px;
}

.roomy-50 {
    padding: 50px 0px;
}

.p-top-100 {
    padding: 100px;
}

.bs-pricing-four {
    font-size: 16px;
}

    .bs-pricing-four .btn,
    .bs-pricing-four .navbar > li > a.btn {
        border: none;
        border-radius: 3px;
        position: relative;
        padding: 12px 30px;
        margin: 10px 1px;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .bs-pricing-four .btn {
        border-radius: 30px;
    }
        /* btn-danger */
        .bs-pricing-four .btn.btn-danger {
            color: #FFFFFF;
            background-color: #f35b3f;
            border-color: #f35b3f;
            box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
        }

            .bs-pricing-four .btn.btn-danger:focus,
            .bs-pricing-four .btn.btn-danger:active,
            .bs-pricing-four .btn.btn-danger:hover {
                box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
            }
        /* btn-success */
        .bs-pricing-four .btn.btn-success {
            color: #FFFFFF;
            background-color: #4caf50;
            border-color: #4caf50;
            box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
        }

            .bs-pricing-four .btn.btn-success:focus,
            .bs-pricing-four .btn.btn-success:active,
            .bs-pricing-four .btn.btn-success:hover {
                box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
            }
        /* btn-white */
        .bs-pricing-four .btn.btn-white {
            color: #3C4857;
            background-color: #fff;
            border-color: #fff;
            box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
        }

            .bs-pricing-four .btn.btn-white:focus,
            .bs-pricing-four .btn.btn-white:active,
            .bs-pricing-four .btn.btn-white:hover {
                box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0px rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
            }

    .bs-pricing-four .bs {
        display: inline-block;
        position: relative;
        width: 100%;
        /*margin-bottom: 30px;*/
        /*border-radius: 6px;*/
        color: #444;
        /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
    }

        .bs-pricing-four .bs.bs-background-img {
            background: url(images/pricing-bg-image.jpg) no-repeat center center;
            background-size: cover;
            position: relative;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            transition: all 1s;
        }

            .bs-pricing-four .bs.bs-background-img:hover {
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
            }

    .bs-pricing-four .bs-background-img,
    .bs-pricing-four .bs-background-img h1 small {
        color: #fff;
    }

.bg-danger {
    background-color: #f35b3f;
}

.bs-pricing-four .bg-danger,
.bs-pricing-four .bg-danger h1 small {
    color: #fff;
}

.bs-pricing-four .bs-background-img:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*display: bs;*/
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}

.bs-pricing-four .bs-pricing {
    text-align: center;
    position: relative;
}

    .bs-pricing-four .bs-pricing .bs-caption {
        margin-top: 30px;
    }

    .bs-pricing-four .bs-pricing .cotent {
        padding: 15px;
        margin-bottom: 0px;
        z-index: 2;
        position: relative;
    }

    .bs-pricing-four .bs-pricing ul {
        list-style: none;
        padding: 0;
        padding-left: 1em;
        margin: 10px auto;
    }

        .bs-pricing-four .bs-pricing ul li {
            text-align: left;
            padding: 12px 0;
            border-bottom: 1px solid rgba(153, 153, 153, 0.3);
        }

.heading-title {
    margin-bottom: 100px;
}

.pricingTable {
    text-align: left;
    background: #ecedef;
    padding: 30px 0;
}

    .pricingTable .title {
        font-size: 22px;
        font-weight: 600;
        color: #2e282a;
        text-transform: uppercase;
        margin: 0 0 30px 0;
    }

    .pricingTable .price-value {
        padding: 30px 0;
        background: #ba5289;
        margin-bottom: 30px;
        position: relative;
    }

        .pricingTable .price-value:before {
            content: "";
            border-top: 15px solid #fff;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            top: 0;
            left: 46%;
        }

    .pricingTable .month {
        display: block;
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
    }

    .pricingTable .amount {
        display: inline-block;
        font-size: 50px;
        color: #fff;
        position: relative;
    }

    .pricingTable .currency {
        position: absolute;
        top: -1px;
        left: -35px;
    }

    .pricingTable .value {
        font-size: 20px;
        position: absolute;
        top: 21px;
        right: -27px;
    }

    .pricingTable .pricing-content {
        padding: 0;
        margin: 0 0 30px 0;
        list-style: none;
    }

        .pricingTable .pricing-content li {
            font-size: 16px;
            color: #868686;
            line-height: 35px;
        }

    .pricingTable .pricingTable-signup {
        display: inline-block;
        padding: 8px 40px;
        background: #fca4a7;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        border: 2px solid #fca4a7;
        border-radius: 30px;
        transition: all 0.5s ease 0s;
    }

        .pricingTable .pricingTable-signup:hover {
            background: #fff;
            color: #fca4a7;
        }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

.card-header {
    background-color: #fff;
}

@media (max-width: 575px) {
    .card-deck div:nth-of-type( 1n ) {
        display: block;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .plan-romance {
        min-height: 180px;
    }

    .category {
        font-size: 33px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .plan-romance {
        min-height: 100px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .plan-romance {
        min-height: 80px;
    }
}

@media (min-width: 1200px) {
    .plan-romance {
        min-height: 60px;
    }
}

/* add css for margin fix -- this will not be needed after beta */
.card-deck .card {
    margin-left: 15px;
    margin-right: 15px;
}

    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }
