Looks like the input for the radio button has an of opacity 0 on it
.row-fluid .inputs-list input[type="radio"] {
opacity: 0;
}
Changing this value to 1 would fix the buttons, but also I see that there are coded span element's to create more visually pleasing radio circles. So either I'd get rid of those and make the opacity 1 or show both and make the span:before element unclickable.
Looks like the input for the radio button has an of opacity 0 on it
.row-fluid .inputs-list input[type="radio"] {
opacity: 0;
}
Changing this value to 1 would fix the buttons, but also I see that there are coded span element's to create more visually pleasing radio circles. So either I'd get rid of those and make the opacity 1 or show both and make the span:before element unclickable.