#wfspb-top-bar > #wfspb-progress {
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#wfspb-top-bar.top_bar > #wfspb-progress{
	bottom: -23px;
}
#wfspb-top-bar.bottom_bar > #wfspb-progress{
	top: -23px;
}

#wfspb-top-bar.bottom_bar > #wfspb-progress.wfsb-effect-2 {
	top: -29px;
}
#wfspb-top-bar.top_bar > #wfspb-progress.wfsb-effect-2 {
	bottom: -29px;
}
#wfspb-top-bar > #wfspb-progress, #wfspb-top-bar > #wfspb-progress > #wfspb-current-progress {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px ;
	border-radius: 10px;
}

#wfspb-top-bar #wfspb-progress::before, #wfspb-top-bar #wfspb-progress::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent rgb(18, 25, 49) transparent;
}


#wfspb-top-bar #wfspb-progress::before {
	left: 10%;
}

#wfspb-top-bar #wfspb-progress::after {
	right: 10%;
}

#wfspb-top-bar.top_bar #wfspb-progress::before, #wfspb-top-bar.top_bar #wfspb-progress::after{
	top: -10px;
}

#wfspb-top-bar.bottom_bar #wfspb-progress::before, #wfspb-top-bar.bottom_bar #wfspb-progress::after{
	bottom: -10px;
}