/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */
/*
Theme Name: Modern - Bootstrap Pricing Tables
Theme URI: http://adamthemes.com/
Author: AdamThemes
Author URI: http://adamthemes.com/
Description: Modern - Bootstrap Pricing Tables by AdamThemes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pricing, table, css3, modern, adamthemes, bootstrap
*---------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
// . Sections
// . Block Pricing  
// . Block Table Color
// . Pricing Buttons
// . Bootstrap col-md-12 class
// . FontAwesome fa class
// . Bootstrap tab-space class

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* ======= SECTIONS  ======= */
.section-pricing {
    z-index: 3;
    position: relative;
}

.section-gray {
    background: #E5E5E5;
}

/* ======= BLOCK PRICING ======= */

.block {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.87);
    background: #e9d4c45c;
    /*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);*/
}

.block-caption {
    font-weight: 700;    
    color: #3C4857;
}

.block-plain {
    background: transparent;
    box-shadow: none;
}

.block .category:not([class*="text-"]) {
    color: #3C4857;
    font-size: 16px;
}

.block-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.block-raised {
    /*box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
}

.block-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}

.block-background .block-caption {
    color: #FFFFFF;
    margin-top: 10px;
}

.block-pricing.block-background:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.block-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}

[class*="pricing-"] {
    padding: 0px 0 60px 0;
    padding: 0px 0 0px 0;
}



.block-pricing {
    text-align: center;
}

.block-pricing .block-caption {
    margin-top: 30px;
}

.block-pricing .table {
    /*padding: 15px !important;*/
    margin-bottom: 0px;    
}

    .block-pricing .table h6 {
        margin-top: 0px;
        padding-top: 25px;
    }

.block-pricing .icon {
    padding: 10px 0 0px;
    color: #3C4857;
}

.block-pricing .icon i {
    font-size: 55px;
    border: 1px solid #ececec;
    border-radius: 50%;
    width: 130px;
    line-height: 130px;
    height: 130px;
}

.block-pricing h1 small {
    font-size: 18px;
}

.block-pricing h1 small:first-child {
    position: relative;
    top: -17px;
    font-size: 26px;
}

.block-pricing ul {
    list-style: none;
    padding: 15px;
    max-width: 240px;
    margin: 15px auto;
    margin-bottom: 0px;
}

.block-pricing ul li {
    color: #3C4857;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    position: relative;
}

    .block-pricing ul li.empty {
        border-bottom: 0px;
    }

    .block-pricing ul li.head {
        font-weight: bold;
        color: #97c680 !important;
    }

    .block-pricing ul li.service {
        text-align:left;
    }
    .block-pricing ul li.service.disabled {
        color: #a7a7a7;
    }

    .block-pricing ul li.service .btn {
        /*margin-bottom: 10px;*/
    }

.block-pricing ul li:last-child {
    border: 0;
}

.block-pricing ul li b {
    color: #3C4857;
}

.block-pricing ul li i {
    /*top: 6px;*/
    position: absolute;
    right: 5px;
    top: 15px;
}

.services-ul {
    background-color: #fff;
    border-radius: 20px;    
}

    .services-ul li {
        color: #3C4857 !important;
        border-bottom: 1px solid rgba(153, 153, 153, 0.3) !important;
    }

        .services-ul li:first-child {
            border-bottom: 0px !important;
            padding-top: 20px;
        }

        .services-ul li:last-child {
            text-align: center !important;
            border-bottom: 0px !important;
            padding-top: 20px !important;
        }

.block-pricing.block-background ul li,
.block-pricing [class*="table-"] ul li {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}

.block-pricing.block-background ul li b,
.block-pricing [class*="table-"] ul li b {
    color: #FFFFFF;
}

.block-pricing.block-background [class*="text-"],
.block-pricing [class*="table-"] [class*="text-"] {
    color: #FFFFFF;
}

.block-pricing.block-background:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.block .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}


.block [class*="table-"] .block-caption a,
.block [class*="table-"] .block-caption,
.block [class*="table-"] .icon i,
.block [class*="table-"] .per-month {
    color: #FFFFFF;
}

.block-pricing .block-caption {
    margin-top: 20px;
    margin-bottom: 0px;
}

.per-month {
    display: block;
    margin-bottom: 30px;
    
}

.block [class*="table-"] h1 small,
.block [class*="table-"] h2 small,
.block [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}

/* ======= BLOCK TABLE COLOR ======= */

.block .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
    border-radius: 6px;
    box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.block .table-info {
    background: linear-gradient(60deg, #97c680, #97c680);
    border-radius: 20px;
    /*box-shadow: 0 2px 2px 0 rgb(151, 198, 128), 0 3px 1px -2px rgb(151, 198, 128), 0 1px 5px 0 rgb(151, 198, 128);*/
}

.block .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
    border-radius: 6px;
    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);
}

.block .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
    border-radius: 6px;
}

.block .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}

.block .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
    border-radius: 6px;
    box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}

.block [class*="table-"] .category,
.block [class*="table-"] .block-description {
    color: rgba(255, 255, 255, 1);
}





