/*  
Theme Name: Brixton Child
Description: Brixton - Premium Wordpress Theme
Version:1.2
Author:gljivec
Theme URI:http://themeforest.net/
Author URI:http://premiumcoding.com/
License URI:http://themeforest.net/
Template: brixton
*/

@import url("../brixton/style.css");  

/*your content goes from here*/


.custom-pricing-table .rpt_head .rpt_price{
    padding-bottom:50px !important;
    display:block;
    position: relative;
}


.custom-pricing-table .rpt_price:after{
        content:'';
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;	
	border-bottom: 25px solid #444444;

    position: absolute;
    bottom: 0;
left: 50%;
margin-left:-25px;
}

.custom-pricing-table .rpt_title{
        text-align:center;
        text-transform:uppercase;
}


.custom-pricing-table .rpt_features {
    background: #444444 !important;
    color:#fff !important;
    text-align:left !important;
}

.custom-pricing-table .rpt_features .rpt_feature {
    color:#fff !important;
    border-bottom: 1px dotted #4A4A4A !important;
    color: #fff !important;
}

.custom-pricing-table .rpt_foot {
    border-top: #5A5858 solid 1px !important;
}

.pt-icon{float:left;}