/*

[Pricing Table Style 1]

Project: PriceX - Material Design Pricing Table Set
Version: 1.0
Author : themelooks.com

[Table of Contents]

1. PRICING TABLE

2. PRICING TABLE - HEADER

3. PRICING TABLE - BODY

4. PRICING TABLE - FOOTER

*/

/*------------------------------------*\
    1. PRICING TABLE
\*------------------------------------*/
.margin-bottom {
	margin-bottom: 30px;
}
.peicex_section {
	padding: 60px 0;
}
.peicex_section ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.pricing-table-1 {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fff;
    text-align: center;
    -webkit-transition: .25s;
            transition: .25s;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.pricing-table-1:hover {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

/*------------------------------------*\
    2. PRICING TABLE - HEADER
\*------------------------------------*/
.pt-1-header--title {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.pt-1-header--price {
    padding: 30px 0 15px;
    color: #fff;
    background-color: #FF5252;
}
.pt-1-header-price--sign {
    font-size: 48px;
}
.pt-1-header-price--amount {
    font-size: 48px;
    font-weight: 700;
}

/*------------------------------------*\
    3. PRICING TABLE - BODY
\*------------------------------------*/
.pt-1--body {
    margin: 20px 0;
}
.pt-1--body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
}
.pt-1--body li {
    margin-bottom: 8px;
    font-weight: 300;
}

/*------------------------------------*\
    4. PRICING TABLE - FOOTER
\*------------------------------------*/
.pt-1--footer {
    padding: 25px 0;
	border-top: 1px solid rgba(0,0,0,.1);	
	font-size: 16px;
    line-height: normal;
}
.pt-1--footer a {
    height: auto;
    padding: 3px 27px;
}
.pt-1--footer a:hover,
.pt-1--footer a:focus {
	text-decoration: none;
}