inspecting the elements, I realized that adding this code in flatsome, solved my problem
.white.button.is-outline {
background-color: transparent;
color: white !important;
}
.white.is-outline:hover {
background-color: #fff !important;
border-color: #fff;
color: #333 !important;
}