Contact

Address

Mailing address:

24819 W Loomis Rd
Wind Lake, WI 53185

Ship’s address:

Port Superior Marina
34480 Port Superior Road
Bayfield, WI 53184

    /* Checkbox spacing */ .wpcf7-list-item { margin-bottom: 10px; display: block; } /* Inputs and textarea */ .wpcf7 input[type=”text”], .wpcf7 input[type=”email”], .wpcf7 input[type=”tel”], .wpcf7 textarea { width: 100%; padding: 5px; border: 1px solid #ccc; border-radius: 6px; background: #fafafa; } .wpcf7 textarea { height: 200px; } .wpcf7-form .fieldh { display: none; } /* Focus state */ .wpcf7 input:focus, .wpcf7 textarea:focus { border-color: #0077cc; background: #fff; outline: none; } /* Labels */ .wpcf7 form label { margin-bottom: 6px; display: block; } /* Submit button */ .wpcf7-submit { background: #0077cc; color: #fff; padding: 14px 28px; border-radius: 6px; border: none; font-size: 16px; cursor: pointer; } .wpcf7-submit:hover { background: #005fa3; }


    5 + 6 =

    document.addEventListener(‘wpcf7invalid’, function(event) { const response = event.detail.apiResponse; if (response.spam_redirect) { window.location.href = “https://bing.com”; } });