/*

[Pricing Table Style 7]

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 !important;
    margin-bottom: 0px !important;
    list-style: none !important;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/*------------------------------------*\
    2. PRICING TABLE - HEADER
\*------------------------------------*/
.pt-7--header {
    background-color: #fff;
}
.pt-7--header.empty {
    min-height: 211px;
    background-color: transparent;
}

.pt-7-header--head {
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    overflow: hidden;
}
.pt-7-header--head.border-left {
    border-left: 1px solid #e9e9e9;
}

.pt-7-header--caption {
    display: inline-block;
    margin-bottom: 0;
    padding: 25px 0 5px;
    border-bottom: 1px solid #ff5252;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .12em;
}

.pt-7-header--price {
    margin: 10px 0;
    color: #303030;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}
.pt-7-header--price span {
    font-size: 24px;
    font-weight: 500;
}

.pt-7-header--plan {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #ff5252;
    color: #fff;
    padding: 20px 0;
	border-right: 1px solid #e9e9e9;
}

/*------------------------------------*\
    3. PRICING TABLE - BODY
\*------------------------------------*/
.pt-7--body {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.14);
    text-align: center;
}
.pt-7--body ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}
.pt-7--body ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-weight: 300;
}
.pt-7--body ul li:first-child {
    padding-top: 13px;
}
.pt-7--body.bold ul li {
    font-weight: 500;
}

/*------------------------------------*\
    4. PRICING TABLE - FOOTER
\*------------------------------------*/
.pt-7--footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.14);
}
.pt-7--footer a {
    height: auto;
    padding: 4px 30px;
}
.pt-7--footer a:hover,
.pt-7--footer a:focus {
	text-decoration: none;
}