/*
 * 
 * Plugin Name: JPro CountUp
 * Plugin URI: http://www.jryven.com/
 * Description: JPro animated content and visualization tools.
 * Author: James Ryven Valeii
 * Version: 0.1
 * Author URI: http://www.jryven.com
 * License: GPL2
 * 
 */

/* Container */
	.countup {
		display: inline-block;
		vertical-align: top;
		margin-left:15px;
		margin-bottom: 20px;
	}

/* IF "FIRST" */
	.countup.true {
		margin-left: 0px;
	}

/* ALIGNMENT */

/*CENTER*/
	.countup.center {
		display: block;
		margin: 0px auto;
	}
	.countup.center p {
		text-align: center;
		margin: 0px auto 5px;
	}

/*LEFT*/
	.countup.left {
		float: left;
	}

/*RIGHT*/
	.countup.right {
		float: right;
	}

/* TEXT FORMAT & STYLE */
	h4.countuptitle {
		text-align: center;
	}
	.countup img {
		display:block;
		margin: 0px auto;
		max-width: 100px;
		height: auto;
		margin-bottom: 1.5em;
	}
	.countup p {
		margin-bottom: 5px;
		text-align: center;
	}
	.countup p.countupcount {
		margin-top: 0px;
		min-height: 50px;
		line-height: 110%;
		letter-spacing: 2px;
		color: #bd6329;
		font-size: 5.3em !important;
		font-family: 'PT Sans', sans-serif;
	}
	.countup p.countupcontent:before {
		content: '';
		width: 40px;
		height: 3px;
		background: #05c8d4;
		display: block;
		margin: 0px auto 1.5em;
	}
	.countup p.countupcontent {
		max-width: 250px;
		color: #323232;
		font-size: 1.3em;
		line-height: 110%;
		letter-spacing: 1px;
		font-family: 'PT Sans', sans-serif;
	}

/* VIARIABLE TEXT COLOR */
	.hp-light-text .countup p.countupcontent,
	.hp-light-text .countup p.countupcount {
		color:#fff;
	}