

/* -------------------------------- 

Pricing tables 

-------------------------------- */

.cd-pricing {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

.cd-pricing li ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	font-family: GothamLight;
}

.cd-pricing > li {
	position: relative;
	margin: 0 auto 2.5em;
/*	background-color: #ADAFAF;*/
	list-style: none;
	/*  border-radius: .3em .3em .25em .25em;*/
}

.cd-pricing > li.empty-box {
	box-shadow: none;
	list-style: none;
}

.cd-pricing > li.empty-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.cd-pricing-features .cd-price span {
	font-size: 2.5rem;
	font-family: GothamRegular;
	font-weight: 600;
}

.cd-pricing-features .cd-price  sub {
	font-size: .9rem;
	margin: 0;
	padding: 0;
	top: -10px;
	position: relative;
	display: block;
	font-family: GothamLight;
	padding-bottom: 5px;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cd-pricing {
		max-width: 1000px;
	}
	
	.cd-pricing span {
		font-size: 4.5rem;
		font-family: "GothamRegular", Calibri, Arial, sans-serif;
		font-weight: 600;
		letter-spacing: -2px;
	}
	
	.cd-pricing sub {
		font-size: 1.2rem;
		font-size: 13px;
		margin: 0;
		padding: 0;
		top: -10px;
		position: relative;
		display: block;
		font-family: GothamLight;
	}
	
	.cd-pricing > li {
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0;
	}
	
	.cd-pricing > li:last-of-type {
		margin-right: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-pricing > li {
		width: 23%;
		float: left;
	}
}

.cd-pricing-header {
	padding: 1em;
	background-color: #D52B1E  !important;
	border-radius: .25em .25em 0 0;
	text-align: center;
/*	box-shadow: inset 0 1px 0 #c1cfa2;*/
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-attachment: none !important;
	background-image: none !important;
	background-color: #D52B1E;
	
}

.cd-pricing-header h2, .cd-pricing-header .cd-price {
	line-height: 1.2;
}

.cd-pricing-header h2 {
	font-size: 1.3rem;
	color: #FFFFFF;
	font-family: GothamRegular;
	font-weight: 400;
	margin: 0;
	
}

.cd-pricing-header .cd-price {
	display: inline-block;
	font-weight: bold;
}

.cd-pricing-header .cd-price::after {
	clear: both;
	content: "";
	display: table;
}

.cd-pricing-header span {
	float: left;
}

.cd-pricing-header span:nth-of-type(2) {
	/*  color: #c1cfa2;*/
}

.cd-pricing-header span:nth-of-type(2)::before {
	content: '/';
}

@media only screen and (min-width: 768px) {
	.cd-pricing-header h2 {
		font-size: 1.4rem;
	}
}

.cd-pricing-features {
	padding: 1em 1em 2em;
}

.cd-pricing-features .cd-price {
	border-bottom: 1px solid #e2e4e6;
	padding-bottom: 15px;
	width: 100%;
	padding: 0 35%;
	margin-bottom: 20px;
}

.cd-pricing-features li {
	font-family: GothamRegular;
	line-height: 1;
	margin-bottom: .8em;
	list-style: none;
	padding: 0 10px;
	text-align: center;
	font-size: 1.1rem;
}


.cd-pricing-features li span{
    font-family: GothamMedium;
    font-size: 18px;
    background-color: #ededed;
    padding: 3px 6px;
    color: #D52B1E;
    line-height: 1.5;
}

.cd-pricing-features li:last-of-type {
	margin-bottom: 0;
}

.cd-pricing-features em {
	position: relative;
	/*  padding-left: 28px;*/
}


.cd-pricing-footer {
    padding-bottom: .5em;
    background-color: #e4e4e4;
    margin-top: 5px;
    color: #000;
    padding-top: 20px;
}


.cd-pricing-footer .price-value sub.price {
    display: inline-block;
    width: 100%;
    font-family: GothamRegular;
    font-size: 1.3rem;
    color: #333;
    position: relative;
    top: 5px;
}

.cd-pricing-footer .price-value sub.price-old {
    display: inline-block;
    width: 100%;
    font-family: GothamLight;
    font-size: 15px;
    color: #333;
    position: relative;
    top: 5px;
}


.cd-pricing-footer .price-value sub.price-old s {
    font-size: 18px;
    color: #333;
    padding-left: 5px;
}


.cd-pricing-footer .price-value .price-unit {
    position: relative;
    top: 0px;
    font-size: 25px;
    font-weight: 200;
    letter-spacing: -0.4px;
	font-family: GothamRegular;
}

.cd-pricing-footer .price-value .price-number {
    font-size: 38px;
    text-align: center;
    position: relative;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.cd-pricing-footer .price-value {
    padding-top: 10px;
    text-align: center;
    padding: 0 20px;
	font-family: GothamRegular;
	
}

.cd-pricing-footer a {
    display: inline-block;
    padding: 1.2rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    background-color: #D52B1E;
    width: 80%;
	font-family: GothamRegular;
	font-size: .8rem;
    letter-spacing: 1px;
	margin: 30px 30px 30px 35px;
}

.cd-pricing-footer a:hover {
    background-color: #ac0027;
	    color: #FACC2E;
}



