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

.kta_pricing_table_parent:last-child .kta_pricing_header {
    border-radius: 0 10px 0 0 !important;
}
.kta_pricing_table_parent:first-child .kta_pricing_header {
    border-radius: 10px 0 0 !important;
}
.kta_pricing_table_parent:last-child .kta_pricing_footer {
    border-radius: 0 0 10px 0 !important;
}
.kta_pricing_table_parent:first-child .kta_pricing_footer {
    border-radius: 0 0 0 10px !important;
}
.kta_pricing_table span i {
    color: #fff;
}
.price_button a.read_more:hover {
    background-color: #999999 !important;
    border: 1px solid #000 !important;
}
.kta_pricing_table {
    text-align: center;
    position: relative;
    margin-right: 1px;
    border: 10px solid rgba(204, 204, 204, .3);
}
.kta_pricing_table h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.kta_price h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 60px;
}
.kta_price em {
    color: #000;
}
.kta_pricing_table ul {
    margin: 0!important;
    list-style: none!important;
}
.kta_pricing_table ul li {
    color: #111;
    padding: 10px 0;
    font-size: 13px;
    margin-bottom: 0px!important;
}
.kta_pricing_table strong {
    color: #000;
}
.kta_pricing_footer a {
    background-color: #303030!important;
    border: 1px solid #000;
    padding: 5px 12px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 13px;
    -moz-transition: all 0.2s ease 0s;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: normal!important;
}
.kta_pricing_footer a:hover {
    background-color: #111111!important;
    color: #ffffff !important;
}
.kta_pricing_table h1 sub {
    font-size: 30%;
}
.kta_pricing_header {
    background-color: #FF9D01;
    background-image: url(../images/pricing_header_bg.png);
    padding-top: 30px;
}
.kta_pricing_table .kta_price {
    background-color: #fea501;
    overflow: hidden;
    padding-bottom: 30px;
}
.kta_pricing_table .kta_pricing_content {
    background-color: #f1eeb8;
}
.kta_pricing_table .kta_pricing_footer {
    background-color: #fea501;
    padding: 30px 0px;
}
.pmpro_btn,
.pmpro_btn:link {
    border: none!important;
}
.kta-false::before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    padding-right: 10px;
    color: red;
}
.kta-true::before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    color: green;
}
.pmpro_btn.pmpro_btn-select {
    border: medium none;
    font-size: 15px;
    padding: 6px 19px;
}