

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

Pricing tables 

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

.cd-pricing {
	/*  width: 90%;*/
	/*  width: 100%;*/
	/*  max-width: 280px;*/
	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: PlatformLight;
}

.cd-pricing > li {
	position: relative;
	margin: 0 auto 2.5em;
/*	background-color: #f1f3f3;*/
	list-style: none;
	/*  border-radius: .3em .3em .25em .25em;*/
	/*  box-shadow: 0 2px 8px rgba(2, 4, 5, 0.5);*/
}

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

.cd-pricing > li.empty-box::after {
	/* placeholder visible when .cd-form is open - in this case same color of the background */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.cd-pricing-features .cd-price span {
	font-size: 2.5rem;
/*     letter-spacing: 1px; */
	font-family: PlatformRegular;
	font-weight: 600;
/*	letter-spacing: -2px;*/
}

.cd-pricing-features .cd-price  sub {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	top: -10px;
	position: relative;
	display: block;
	font-family: PlatformLight;
	padding-bottom: 5px;
	/*    margin-top: 5px; */
}

@media only screen and (min-width: 768px) {
	.cd-pricing {
		max-width: 1000px;
	}
	
	.cd-pricing span {
		font-size: 4.5rem;
	    /* letter-spacing: 8px; */
		font-family: "PlatformRegular", 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: PlatformLight;
	}
	
	.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: 28.0%;*/
		width: 23%;
		float: left;
		/*    margin-right: 8%;*/
		/*    margin-right: 5%;*/
	}
}

.cd-pricing-header {
	padding: 1em;
	background-color: #2cb6df  !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: #2cb6df;
	
}

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

.cd-pricing-header h2 {
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: PlatformRegular;
	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: PlatformLight;
	line-height: 1.5;
	margin-bottom: .8em;
	list-style: none;
	padding: 0 20px;
	text-align: center;
}

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


.cd-pricing-features li img{
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 40px;
	float: left;
}


.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-old {
    display: inline-block;
    width: 100%;
    font-family: PlatformLight;
    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: PlatformRegular;
}

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

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

/*
.cd-pricing-footer a {
    padding: 1rem 1.5rem;
    text-align: center;
	font-family: PlatformLight;
	background-color: #2cb6df;
	text-decoration: none;
	margin-bottom: 20px;
	
}
*/

/*
.cd-pricing-footer a {
    border: 1px solid #17ade4;
    color: #fff;
}
*/

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

.cd-pricing-footer a:hover {
    background-color: #0f90c0;
}

.success-form p{
	font-family: PlatformLight;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
    /* background-color: darkseagreen; */
	padding: 200px 0;
}


.error-form {
	font-family: PlatformLight;
	font-size: 22px;
	color: #000;
	text-align: center;
	padding: 50px 0;
	/*	background-color: indianred;*/
}


.success-form {
	padding: 70px 0;
	background-color: #fff;
}

/*
.success-form p  {
	color: #000;
	font-family: PlatformLight;
	text-align: center;
	letter-spacing: 0;
}

.success-form p span {
	font-family: PlatformRegular;
}
*/


/*.cd-pricing-features em::before {*/
  /* this is the icon (check or cross) next to the plan feature */
/*
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: url(../img/cd-icons-plan.svg) no-repeat -24px 0;
}
*/

