.vc_progress_bar {
	&.wpb_content_element {
		margin-bottom: 60px;
	}
	.vc_single_bar_wrapper {
		padding-bottom: 4px;
		.vc_single_bar {
			background: #f5f5f5;
		}
		+ .vc_single_bar_wrapper {
			margin-top: 40px;
		}
	}
	.vc_single_bar_title {
		@extend %clearfix;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.2;
		.vc_label_units {
			float: right;
			font-weight: normal;
		}
	}
	.vc_general {
		&.vc_single_bar {
			height: 3px;
			border-radius: 0;
			box-shadow: none;
			.vc_label {
				padding: 0;
			}
			.vc_bar {
				border-radius: 0;
				&:before {
					position: absolute;
					top: -4px;
					left: 0;
					width: 12px;
					height: 12px;
					border-radius: 50%;
					background: inherit;
					content: '';
				}
			}
		}
	}
}
