/* Force the pink wizard booking step progress bar to turn gold */
.booking-wizard-steps, 
.wizard-progress, 
.booking-steps-wrapper,
.step-item.active,
.step-item.active:before {
    background-color: #C3A66B !important;
    background: #C3A66B !important;
    border-color: #C3A66B !important;
}
.booking-wizard-steps .step-text,
.step-item.active .step-text {
    color: #FFFFFF !important;
}

