/* Element Styles */

.wpfox_stat_circle {
	
}

.wpfox_stat_circle .circle-container {
	position: relative;
	border-radius: 50%;
	background-color:#00a3d8;	
}

.wpfox_stat_circle .circle-wrapper {
	position: relative;
}

.wpfox_stat_circle .circlebgimage {
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	border-radius: 50%;
	opacity: 0.45;
}

.wpfox_stat_circle .pie-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	overflow: hidden;
	border-radius: 50%;
}

.wpfox_stat_circle .pie {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.wpfox_stat_circle .pie .pie-line {
	width: 60%;
	height: 1.1%;
	background-color: #c9ece2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center left;
	transition: background-color 0s;
}

.wpfox_stat_circle .circle-wrapper:not(.scrolleffectactive) .pie .pie-line {
	transition-delay: 0s !important;
}

.wpfox_stat_circle .circleoverlay {
	position: absolute;
	width: 55%;
	height: 55%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	text-align: center;
}

.wpfox_stat_circle .circlecontent {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.wpfox_stat_circle .paw-icon::before {
	content: "\e912";
	font-family: 'mdspca-icons';
	font-size: 45px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -60%);
}

.wpfox_stat_circle h2 {
	color: #0054a6;
	font-family: 'Jost';
	font-size: 69px;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.wpfox_stat_circle h2 .stat-value {
	font-size: 104px;
	letter-spacing: -0.06em;
	margin-right: 0.05em;
	margin-left: 0.05em;
}

.wpfox_stat_circle h4 {
	font-family: 'Jost';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.45;
	letter-spacing: 0.03em;
}

.wpfox_stat_circle h4 .subheading {
	font-family: 'Roboto';
	font-size: 15px;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	max-width: 60%;
	margin: 0 auto;
	line-height: 1.25;
	font-weight: 400;
}

@media (max-width: 63.999em) {
	.wpfox_stat_circle .circle-wrapper {
		max-width: 300px;
		margin: 0 auto 2em;
	}
	.wpfox_stat_circle .circlecontent {
		top: 55%;
	}
	.wpfox_stat_circle h2 {
		font-size: 35px;
		line-height: 33px;
	}

	.wpfox_stat_circle h2 .stat-value {
		font-size: 52px;
	}

	.wpfox_stat_circle h4 {
		font-size: 12px;
	}

	.wpfox_stat_circle h4 .subheading {
		font-size: 12px;
		line-height: 1.12;
	}
}

@media (max-width: 39.999em) {
}



.wpfox_stat_circle .below-content {
	text-align: center;
	padding-top: 2.5em;
}

.wpfox_stat_circle .below-content h2 {
	font-family: 'Libre Baskerville';
	font-size: 56px;
	font-weight: 400;
	margin-bottom: 0.09em;
}

.wpfox_stat_circle .below-content h2 .stat-value {
	font-size: 95px;
	margin-left: 0.12em;
}

.wpfox_stat_circle .below-content h2.stat-small {
	font-size: 46px;
}

.wpfox_stat_circle .below-content h2.stat-small .stat-value {
	font-size: 65px;
}

.wpfox_stat_circle .below-content h4 {
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 2;
}

.wpfox_stat_circle .below-content h4 .subheading {
	font-size: 13px;
	font-weight: 500;
	max-width: 100%;
}

@media (max-width: 63.999em) {
	.wpfox_stat_circle .below-content h2 {
		font-size: 56px;
	}

	.wpfox_stat_circle .below-content h2 .stat-value {
		font-size: 78px;
		margin-bottom: 0.3em;
		display: inline-block;
	}

	.wpfox_stat_circle .below-content h2.stat-small {
		font-size: 36px;
	}

	.wpfox_stat_circle .below-content h2.stat-small .stat-value {
		font-size: 58px;
	}

	.wpfox_stat_circle .below-content h4 {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (max-width: 39.999em) {
	.wpfox_stat_circle .below-content h2 {
		font-size: 56px;
	}

	.wpfox_stat_circle .below-content h2 .stat-value {
		font-size: 60px;
		margin-bottom: 0.3em;
	}

	.wpfox_stat_circle .below-content h2.stat-small {
		font-size: 26px;
	}

	.wpfox_stat_circle .below-content h2.stat-small .stat-value {
		font-size: 50px;
	}

	.wpfox_stat_circle .below-content h4 {
		font-size: 13px;
		line-height: 1.4;
	}
}



/* Inside a Sidepanel */

.sidepanel .wpfox_stat_circle {
	margin: 0;
}

.sidepanel .wpfox_stat_circle .circle-wrapper {
	max-width: 204px;
	margin: 0 auto;
}

.sidepanel .wpfox_stat_circle .pie .pie-line {
	height: 1.5%;
}

.wpfox_stat_circle .paw-icon::before {
	font-size: 45px;
	transform: translate(-50%, -63%);
}


