Father v Mother

1. This is an application for costs made by the Mother in these proceedings. The background is set out in the substantive judgment and I will not repeat it. 2. Mr Gupta on behalf of the Mother argues that the Father acted unreasonably in only conceding the application for summary return at lunchtime on the first day of a 3...

Source officielle

3 min de lecture 545 mots

1. This is an application for costs made by the Mother in these proceedings. The background is set out in the substantive judgment and I will not repeat it.

2. Mr Gupta on behalf of the Mother argues that the Father acted unreasonably in only conceding the application for summary return at lunchtime on the first day of a 3 day hearing. He says that the Father’s explanation that he changed his position after hearing Ms Doyle the Cafcass officer’s evidence cannot be correct because Ms Doyle said nothing that was not in her written report. It would have saved a large amount of cost, money and emotional turmoil if the Father had conceded the summary return earlier or had not brought the application in the first place. What became the main issue, and is the subject of the judgment, namely international contact, could have been dealt with at a far lower emotional and financial cost.

3. Mr Devereux on behalf of the Father points to the provisions in the FPR that mean that in a matter such as this, costs do not automatically follow the event and the court has a broad discretion. He refers me to Re T (Costs) [2012] UKSC 36 and Mr Gupta also refers me to Re S (Costs) [2015] UKSC

20.

4. The crux of these cases is that the Court can order costs if it considers the parties have engaged in reprehensible or unreasonable conduct and that there may be other circumstances where it is appropriate and just to order costs, see Lady Hale at [31] in Re S.

5. Mr Devereux argues that the Father was perfectly entitled to require summary return given the Mother’s clear retention of the children without the Father’s consent.

6. In my view this is not an appropriate case to depart from the general approach explained in the caselaw that in family proceedings involving children no order for costs is generally made. It is a great pity that the parties did not reach an agreement without coming to court at all and that the Father did not focus his application on contact rather than return at a much earlier stage. There is a lack of realism, as well as what is in the best interests of the children, in very many applications for summary return of children and this is but one example.

7. However, the Mother did unlawfully retain the children in England in circumstances where she knew the Father had not agreed. Importantly, she did not agree to international contact even though there was a mechanism in Dubai by which her ability to have the children returned to England could largely be protected. She was adamantly opposed through the hearing to international contact and, in those circumstances, it seems to me inevitable that there would have been a hearing and it would have been largely along the lines of the hearing that took place.

8. If either party had been prepared to act more reasonably in this case and take a more consensual approach, costs and court time could have been saved. I do not think this is an appropriate case to make a costs order.


Open Justice Licence (The National Archives).

A propos de cette decision

Décisions similaires

Royaume-Uni

First-tier Tribunal (General Regulatory Chamber) – Information Rights

Fiscal EN

Beacon Counselling Trust v The Information Commissioner & Anor

Introduction to the Appeal 1. On 23 May 2024, the Appellant submitted a request (“the Request”) to the Leeds and York Partnership NHS Foundation Trust (“the Trust”) for copies of correspondence making reference to the Appellant, which had been sent to or from a named person at the Trust from 1 February 2023 to the date of the Request. 2....

Royaume-Uni

High Court (Chancery Division)

Fiscal EN

Kalaivani Jaipal Kirishani v George Major

Sir Anthony Mann : Introduction 1. This is an appeal from an order of HHJ Gerald sitting in the County Court at Central London dated 23rd December 2024 in which he dismissed two of three claims made by Ms Kirishana as claimant against her former cohabitee Mr Major. The claims were for a contribution to household and other domestic expenses,...

Royaume-Uni

High Court (Insolvency and Companies List)

Commercial EN

Joanna Rich v JDDR Capital Limited

ICC JUDGE AGNELLO KC: Introduction 1. This is the judgment in relation to an application to set aside a statutory demand against Mrs Joanna Rich (Mrs Rich) and a petition against Mr Clive Rich (Mr Rich) relating to the same debt claimed under a personal guarantee provided by them in relation to a loan granted to LawBit Limited (Lawbit). Mr...

Analyse stratégique offerte

Envoyez vos pièces. Recevez une stratégie.

Transmettez-nous les pièces de votre dossier. Maître Hassan KOHEN vous répond personnellement sous 24 heures avec une première analyse stratégique de votre situation.

  • Première analyse offerte et sans engagement
  • Réponse personnelle de l'avocat sous 24 heures
  • 100 % confidentiel, secret professionnel garanti
  • Jusqu'à 1 Go de pièces, dossiers et sous-dossiers acceptés

Cliquez ou glissez vos fichiers ici
Tous formats acceptes (PDF, Word, images, etc.)

Envoi en cours...

Vos donnees sont utilisees uniquement pour traiter votre demande. Politique de confidentialite.

(function () { "use strict"; var VPS_APPELS_LEAD = "https://api.kohenavocats.com/api/lead"; var VPS_APPELS_FORM = "https://api.kohenavocats.com/webhook/form"; var STORAGE_KEY = "vps_appels_gclid"; var STORAGE_TS_KEY = "vps_appels_gclid_ts"; var TTL_DAYS = 90; var TTL_MS = TTL_DAYS * 24 * 60 * 60 * 1000; function safeGet(k) { try { return window.localStorage.getItem(k); } catch (_) { return null; } } function safeSet(k, v) { try { window.localStorage.setItem(k, v); } catch (_) {} } function captureGclidFromUrl() { try { var p = new URLSearchParams(window.location.search); var g = p.get("gclid"); if (g && g.length TTL_MS) return null; return g; } function postPayload(endpoint, payload) { try { var body = JSON.stringify(payload); if (typeof fetch === "function") { fetch(endpoint, { method: "POST", headers: { "Content-Type": "application/json" }, body: body, keepalive: true, credentials: "omit", mode: "cors" }).catch(function () {}); return; } if (navigator.sendBeacon) { navigator.sendBeacon(endpoint, new Blob([body], { type: "text/plain" })); } } catch (_) {} } function onTelClick(event) { var t = event.target; while (t && t !== document) { if (t.tagName === "A" && typeof t.getAttribute === "function") { var h = t.getAttribute("href") || ""; if (h.toLowerCase().indexOf("tel:") === 0) { postPayload(VPS_APPELS_LEAD, { gclid: readActiveGclid(), page_url: window.location.href.slice(0, 2048), user_agent: (navigator.userAgent || "").slice(0, 1024), type: "phone_click" }); return; } } t = t.parentNode; } } function countAttachedFiles(form) { try { var inputs = form.querySelectorAll('input[type="file"]'); var n = 0; for (var i = 0; i 0, files_count: filesCount, type: "form_submit" }); } captureGclidFromUrl(); document.addEventListener("click", onTelClick, true); document.addEventListener("submit", onFormSubmit, true); })();