I just wanted to share that we found a little problem with TB Nex: On Google Chrome radio buttons don't appear or appear greyed out whit this theme.
The problem is with this piece of css around line 981 of page.css:
/* not show box-shadow on iphone*/
input, textarea, select,
.block.contact-form .form-text,
.form-textarea-wrapper textarea{
-webkit-appearance: none !important;
}
and can be solved with this css which should be loaded after page.css: