.thunderclap {
	border: 1px solid #ccc;
	font-size: 1.2rem;
	margin: 1rem auto;
	font-family: "FoundersGroteskWeb-Medium", Helvetica, Arial sans-serif;
}

/* Using 'a' selectors interferes with buttons */
.thunderclap .link {
	text-decoration: underline;
	color: #05CE7C;
}

.thunderclap-image img {
	margin: 0;
}

.thunderclap img.thumbnail {
	display: inline-block;
	width: 23%;
	max-width: 5em;
	margin: 0 2% 0 0;
}

.site-meta {
	display: inline-block;
	width: 75%;
	margin: 0;
	vertical-align: middle;
}

.thunderclap p, .thunderclap h1 {
	margin: 0;
}

.thunderclap h1+p, .thunderclap h2 + p {
	padding-top: 0;
}

.thunderclap-image h1, .thunderclap-image p, .thunderclap-content {
	padding: 1rem;
}

.thunderclap .label {
	text-transform: uppercase;
	font-size: 1rem;
}

/* Content */
.thunderclap-content .cta-button {
	/*margin: .8rem;*/
}

.thunderclap-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.thunderclap-info h2 {
	margin: 0;
}

.thunderclap-info > div {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
}

.thunderclap-info > div:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.thunderclap-goal {
	order: 1;
}

.thunderclap-meta {
	order: 2;
}

/*.site-meta:after {
	content: '';
	height: 0;
	clear: both;
}*/

.cta-button {
	order: 3;
	text-align: center;
}

/** Stats */
.thunderclap-stats {
	border-top: 1px solid #ccc;
	font-size: 1rem !important;
	font-weight: bold;
}

.thunderclap-stats .label {
	font-weight: normal;
	font-size: .8rem;
	display: block;
}

.thunderclap-stats .stat-blocks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.thunderclap-stats .stat-blocks div {
	padding: 1em 0;
	width: 32%;
}

.thunderclap-stats .stat-blocks div:first-child {
	padding-left: .5em;
}

.thunderclap-stats .stat-blocks div:last-child {
	padding-right: .5em;
}

/* Progress Bar */
.progress-bar {
	width: calc(100% - 2rem);
	margin: 1rem auto 0;
	border: 1px solid #000;
	background: #eee;
	border-radius: 1em;
	overflow: hidden;
}

.progress-bar .meter {
	height: 1rem;
	background: #21d279;
	border-radius: 1em;
}

/* Tablet/Desktop Overrides */
@media screen and (min-width: 768px) {
	.thunderclap-image img {
		width: 100% !important;
	}

	.thunderclap-button {
		font-size: 1.2em;
		width: 100%;
	}
	
	.thunderclap-info {
		flex-direction: row;
		align-items: stretch;
	}
	
	.thunderclap-info > div {
		width: 32%;
	}
	
	.thunderclap-meta {
		order: 3;
	}

	.cta-button {
		order: 2;
	}
	
	.thunderclap-info > div {
		margin: 0;
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 2%;
		margin-right: 2%;
		border-right: 1px solid #ccc;
	}
	.thunderclap-info > div:nth-child(2) {
		border: none;
		margin: 0;
		padding: 0;
	}
}