/**
Theme Name: Support Hohepa
Author: Quest Marketing Ltd
Author URI: http://wpastra.com/about/
Description: A theme for Support Hohepa.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: support-hohepa
Template: astra
*/

.ast-builder-menu-1 {
    font-family: "Hohepa Sans", Sans-serif;
    font-weight: 600;
}

#progress {
	float: left;
	border-radius: 20px 0 0 20px;
	height: 24px;
	background: #fff;
	z-index: 333;
}
#countdown-wrap {
	width: 100%;
	height: 130px;
	font-family: "Hohepa Sans", Sans-serif;
	font-weight: 600;
	color: #fff;
}
#goals-wrap {
  	margin-bottom: 6px;
	font-weight: 600;
}
#goal-start {
	font-size: 22px;
	float: left;
}
#goal {
	font-size: 22px;
	text-align: right;
}
#glass {
	width: 100%;
	height: 24px;
	border-radius: 20px;
	background: #49C8F5;
	float: left;
	overflow: hidden;
	background-color: #49C8F5;
}
.goal-stat {
	margin-top: 12px;
	float: left;
	text-align: right;
}
@media only screen and (max-width: 540px) {
	.goal-stat {
		width: 100%;
		text-align: center;
	}
}
.goal-number {
	display: block;
	font-size: 28px;
	font-weight: 600;
}
