Contact Us
Please fill out the form below and we’ll get back to you with all the info you need to add our warmth and beauty to your special day.
/* Make Squarespace checkboxes and radio buttons display in two columns */ .form-wrapper .field-list .form-item[data-type="checkbox"] .option, .form-wrapper .field-list .form-item[data-type="radio"] .option { width: 48%; display: inline-block; margin-right: 4%; box-sizing: border-box; } @media screen and (max-width: 640px) { .form-wrapper .field-list .form-item[data-type="checkbox"] .option, .form-wrapper .field-list .form-item[data-type="radio"] .option { width: 100%; /* Go back to single column on mobile */ } }