/* Element Styles */

@media (min-width: 64em) {
	.wpb_content_element.fightmnd_tally_section {
		/*margin-top: -60px;*/
	}
}

.wpb_content_element.fightmnd_tally_section .col-header {
	max-width: 240px;
}

.wpb_content_element.fightmnd_tally_section .col-header .subheader {
	
}

.wpb_content_element.fightmnd_tally_section .col-header .header {
	text-transform: uppercase;
	margin: 0;
}

.wpb_content_element.fightmnd_tally_section .col-meter {
	
}

.wpb_content_element.fightmnd_tally_section .meter-container {
	
}

.wpb_content_element.fightmnd_tally_section .meter-label {
	font-family: 'Pressura';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.192em;
	color: #000;
	position: relative;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	line-height: 30px;
}

.wpb_content_element.fightmnd_tally_section .meter-label::after {
}

.wpb_content_element.fightmnd_tally_section .meter {
	background-color: #D8D8D8;
	width: 100%;
	height: 23px;
	border-radius: 23px;
	margin: 23px 0 0;
	position: relative;
}

.wpb_content_element.fightmnd_tally_section .meter .fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	border-radius: 23px 0 0 23px;
	border-right: 2px solid #fff;
}

.wpb_content_element.fightmnd_tally_section .meter .fill::after {
	content: " ";
	width: 2px;
	height: 46px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: inherit;
}

@media (max-width: 64em) {
	.wpb_content_element.fightmnd_tally_section .meter {
		margin-top: 18px;
	}
	.wpb_content_element.fightmnd_tally_section .meter .fill::after {
		height: 42px;
	}
}

@media (max-width: 40em) {
	.wpb_content_element.fightmnd_tally_section .col-header .header {
		margin: 0 0 20px;
	}
	.wpb_content_element.fightmnd_tally_section .col-meter {
		min-width: 100%;
		margin-top: -64px;
	}
	.wpb_content_element.fightmnd_tally_section .meter-label {
		margin-top: 14px;
		left: auto !important;
		transform: none;
		display: block;
		text-align: right;
}
	.wpb_content_element.fightmnd_tally_section .meter {
		margin-top: 10px;
	}
	.wpb_content_element.fightmnd_tally_section .meter .fill::after {
		display: none;
	}
}