Superior Court of California, County of Santa Barbara

Ken

Sterling

, Esq.

Expertise

Location

Santa Barbara

Phone

805-962-8000

Rate

$5000 Per Day

Address:

508 Brinkerhoff Avenue
Santa Barbara, CA 93101

Fee Structure:
TBD
Administrative Costs:
None
Payment Responsibility:
Joint and several for client and attorney.
Deposit:
Due at time engagement is booked and confirmed.
Expenses:
None
Deposits will be refunded if the matter is settled or continued and written notice is received fifteen (15) days in advance of the scheduled mediation date. The mediator will do his best to provide a refund to the extent that other matters are scheduled and heard within the reserved time.
Cancellation Policy:
document.addEventListener("DOMContentLoaded", function () { // Target each individual card inside your loop grid const panelistCards = document.querySelectorAll('.panelist-detail-row'); panelistCards.forEach(card => { // 1. Locate the panelist's name inside this specific card // Note: Change '.elementor-heading-title' if your name uses a different widget/class const nameElement = card.querySelector('.elementor-heading-title'); if (nameElement) { const name = nameElement.textContent.trim(); // 2. Find the email link inside this card (looks for mailto:) const emailLink = card.querySelector('a[href^="mailto:"]'); if (emailLink) { emailLink.setAttribute('aria-label', `Email ${name}`); } // 3. Find the phone link inside this card (looks for tel:) const phoneLink = card.querySelector('a[href^="tel:"]'); if (phoneLink) { phoneLink.setAttribute('aria-label', `Call ${name}`); } } }); });