Superior Court of California, County of Santa Barbara
Location

Encino

Phone

310-442-2125

Rate

Full-Day Mediation - $3,600/Half-Day Mediation - $2400

Address:

16501 Ventura Blvd., Suite 610
Encino, CA 91436

Fee Structure:

Both of which include all preparation time, pre-mediation telephone conferences with counsel and unlimited follow-up by email and/or telephone if the matter does not resolve at mediation.

Administrative Costs:
None
Payment Responsibility:
Joint and Several for client and attorney.
Deposit:
Payment in full at least 72 hours prior to scheduled mediation.
Expenses:
None
No charge if canceled or rescheduled at least one week prior to scheduled; otherwise, there will be a cancellation charge of 50%.
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}`); } } }); });