I have visited the URL you attached. To make the current menu item color the same you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> CSS.
.whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a {
color: #B28592;
}