.new-templates.dark-feature {
	position: relative;
}

.new-templates.dark-feature::before {
	content: "";
	position: absolute;
	display: block !important;
	margin: 0px;
	inset: 0px;
	height: 50%;
	background: #2d2d2d !important;
}

.new-templates.dark-feature .featurecontent {
	position: relative;
}

.new-templates.dark-feature .featurecontent .container {
	padding: 0px;
	width: 100%;
}

.new-templates.dark-feature .featurecontent .container .row {
	margin: 0px;
}

.new-templates.dark-feature .featurecontent .stat-bar {
	color: #333;
	background: #f2f2f2;
}

.new-templates.dark-feature .featurecontent .stat-bar :is(span, p) {
	color: inherit;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__stat {
	color: #000;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__stat > span {
	flex: unset !important;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__listing {
	display: flex;
	flex-flow: column;
	margin: 0px;
	padding: 0px;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item {
	margin: 0px;
	padding: 5px 40px;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item .stat-bar__item-content {
	margin: 0px;
	padding: 0px;
}

.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item::before {
	display: none;
	left: -2px;
	top: 40px;
	bottom: 40px;
	height: auto;
	width: 2px;
	background: #333;
}

@media only screen and (min-width: 768px) {
	.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__listing {
		flex-flow: row;
	}

	.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item {
		padding: 40px;
	}

	.new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item:not(:first-of-type)::before {
		display: block;
	}
}

/* Section par */
section:not(.fullwidth).new-templates.dark-feature .sectionpar {
	padding: 0px 15px;
	width: 100%;
	max-width: 1600px;
}

@media (min-width: 768px) {
	section:not(.fullwidth).new-templates.dark-feature .sectionpar {
		padding: 0px 50px;
	}
}

/* Color variations */
body.page-primary-col--red .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__stat {
	color: #e0301e;
}
body.page-primary-col--red .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item::before {
	background: #e0301e;
}

body.page-primary-col--rose .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__stat {
	color: #d93954;
}
body.page-primary-col--rose .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item::before {
	background: #d93954;
}

body.page-primary-col--orange .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__stat {
	color: #d04a02;
}
body.page-primary-col--orange .new-templates.dark-feature .featurecontent .stat-bar .stat-bar__item::before {
	background: #d04a02;
}
