Superior Court of California, County of Santa Barbara

Location

Santa Barbara

Phone

805-284-1660

Rate

$2,000 half day (up to around 4-5 hours). $4,000 full day (up to around 9-10 hours). Or $500 hourly. No extra charge for preparation time. Lower rates for cases with amounts at stake below $50,000 and certain others involving parties with limited resources.

John Derrick
Address:

21 E. Pedregosa Street
Santa Barbara, CA 93101

Fee Structure:
TBD
Administrative Costs:
Zero for CADRe/CMADRESS cases.
Payment Responsibility:
Split equally between parties, unless otherwise agreed.
Deposit:
None
Expenses:
None
No cancellation fees.
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}`); } } }); });