/** ---------------------------------------- */
/** PRICING */
/** ---------------------------------------- */

.plan-row {
	margin-top: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.plan-header {
	font-size: 1.3em;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
.plan-price {
	font-size: 1.1em;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
.plan-features {
	font-size: 0.85em;
	margin-top: 20px;
	margin-bottom: 0px;
}
.plan-buttons {
	margin-top: 30px;
	margin-bottom: 20px;
}
.plan-A {
	margin-left: 0%;
	width: 17%;
	text-align: left;
	font-style: italic;
}
.plan-B {
	width: 22%;
	margin-left: -2%;
	text-align: center;
}
.plan-C {
	width: 22%;
	margin-left: 2%;
	text-align: center;
	font-size: 1.4em;
	margin-top: -0.15em;
}
.plan-D {
	width: 22%;
	margin-left: 2%;
	text-align: center;
	font-size: 1.4em;
	margin-top: -0.15em;
}

.plan-features .plan-D {
	font-size: 1.0em;
}

.plan-C a, .plan-C a:visited, .plan-D a, .plan-D a:visited,  {
	color: rgb(0, 197, 255);
}

i.fa-check, i.fa-check-text {
	font-size: 1.0em;
	color: green;
}

#pricing {
	text-align: center;
}

#pricing h3 {
	color: black;
}

#pricing a.button {
	display: inline-block;
	text-transform: uppercase;
	width: 98%;
	max-width: 160px;
	border: 1px solid rgb(25, 187, 255);
	color: rgb(25, 187, 255);
	text-align: center;
	padding: 16px;
	border-radius: 35px;
}

#pricing a.trial {
	font-size: 1.05em;
}

#pricing a.coupon {
	font-size: 1.2em;
	border: none;
}

#pricing a.buy {
	background-color: rgb(25, 187, 255);
	color: white;
	padding: 13.5px 16px;
	margin-top: +0.15em;
}

#pricing a.group {
	padding: 7.5px 20px;
	font-size: 0.8em;
	margin-top: +0.15em;
}

#pricing a.trial:before {
	content:"Download";
}

#pricing a.coupon:before {
	content:"Get Coupon";
}

#pricing a.buy:before {
	content:"Buy Pro";
}

#pricing a.group:before {
	content:"Group License";
}

#pricing a.discount {
	text-decoration: underline;
}


/** ---------------------------------------- */
/** MOBILE                                   */
/** ---------------------------------------- */

@media screen and (max-width: 650px) {
	.plan-A {
		font-size: 0.8em;
	}
	.plan-B {
		font-size: 0.8em;
		margin-left: 5%;
	}
	.plan-C {
		font-size: 1.0em;
		margin-top: -0.1em;
	}
	.plan-D {
		font-size: 1.0em;
		margin-top: -0.1em;
	}
	
	.plan-price .plan-B {
		font-size: 1.0em;
	}

	.plan-features .plan-D {
		font-size: 0.8em;
	}
	
	.plan-header {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	.plan-price {
		font-size: 0.7em;
		margin-bottom: 10px;
	}
	
	.plan-features {
		margin-bottom: -10px;
	}
	
	#pricing i.fa-check-text {
		font-size: 0.8em;
		color: green;
	}
	
	#pricing a.trial, #pricing a.buy, #pricing a.group {
		font-size: 0.9em;
	}
	
	#pricing a.trial:before {
		content:"Get App";
		font-size: 1.1em;
	}
	
	#pricing a.group {
		padding: 13.5px 20px;
		text-align: center;
	}

	#pricing a.group:before {
		content:"Buy 5+";
	}
}
