Superior Court of California, County of Santa Barbara

Janean

Acevedo 

Daniels

Expertise

Location

Goleta

Phone

805-284-4428

Rate

Please contact mediator directly for fee information.

Address:

1160 Via del Rey
Goleta, CA 93117

Fee Structure:

Please contact mediator directly for fee information.

Administrative Costs:
None
Payment Responsibility:
Shared between parties unless otherwise agreed. Attorneys and clients are jointly responsible for all fees.
Deposit:
Fee to be paid 30 days in advance of mediation.
Expenses:
None
If the mediation is canceled or rescheduled within 30 days of the scheduled date, a fee in the amount of the daily rate will be incurred by the requesting party. If we are able to rebook the date with a new party, the fees may be waived.
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}`); } } }); });