DELETE FROM KEYWORDS WHERE ID_DOMAINE=36209753DoneDoneDone
URL:legal-aid.co.za
Connection: Keep-Alive
Date: Sat, 02 Nov 2024 16:36:21 GMT
Keep-Alive: timeout=5, max=100
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Location: https://legal-aid.co.za/
Server: Apache
Set-Cookie: mwai_session_id=6726550593c51; path=/; secure; HttpOnly
Vary: Accept-Encoding,Cookie
X-Redirect-By: WordPress
Location => https://legal-aid.co.za/
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://legal-aid.co.za/xmlrpc.php">
<title>Legal Aid South Africa</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Legal Aid South Africa » Feed" href="https://legal-aid.co.za/feed/" />
<!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script src="//www.googletagmanager.com/gtag/js?id=G-C62KCVEK8J" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
var mi_version = '9.2.1';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/legal-aid.co.za\/"};
if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
} else {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
}
var disableStrs = [
'ga-disable-G-C62KCVEK8J',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}
if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if (mi_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}
function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}
if (type === 'event') {
parameters.send_to = monsterinsights_frontend.v4_id;
var hookName = name;
if (typeof parameters['event_category'] !== 'undefined') {
hookName = parameters['event_category'] + ':' + name;
}
if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
MonsterInsightsDualTracker.trackers[hookName](parameters);
} else {
__gtagDataLayer('event', name, parameters);
}
} else {
__gtagDataLayer.apply(null, arguments);
}
}
__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dZGIzZG': true,
});
if ( MonsterInsightsLocations.page_location ) {
__gtagTracker('set', MonsterInsightsLocations);
}
__gtagTracker('config', 'G-C62KCVEK8J', {"forceSSL":"true","link_attribution":"true","page_path":location.pathname + location.search + location.hash} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
</script>
<!-- / Google Analytics by MonsterInsights -->
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/legal-aid.co.za\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link rel='stylesheet' id='scap.flashblock-css' href='https://legal-aid.co.za/wp-content/plugins/compact-wp-audio-player/css/flashblock.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='scap.player-css' href='https://legal-aid.co.za/wp-content/plugins/compact-wp-audio-player/css/player.css?ver=6.5.5' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--strong-red: #9e0022;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='ctf_styles-css' href='https://legal-aid.co.za/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.2.4' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://legal-aid.co.za/wp-includes/css/dashicons.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='cff-css' href='https://legal-aid.co.za/wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css?ver=4.2.5' type='text/css' media='all' />
<link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://legal-aid.co.za/wp-content/uploads/maxmegamenu/style.css?ver=a1e75c' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.31.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.24.7' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.7' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-34310-css' href='https://legal-aid.co.za/wp-content/uploads/elementor/css/post-34310.css?ver=1717797259' type='text/css' media='all' />
<link rel='stylesheet' id='cffstyles-css' href='https://legal-aid.co.za/wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css?ver=4.2.5' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.24.7' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.24.7' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-global-css' href='https://legal-aid.co.za/wp-content/uploads/elementor/css/global.css?ver=1717797256' type='text/css' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.24.7' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-11080-css' href='https://legal-aid.co.za/wp-content/uploads/elementor/css/post-11080.css?ver=1717797289' type='text/css' media='all' />
<link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://legal-aid.co.za/wp-content/themes/zeko/style.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='zeko-style-css' href='https://legal-aid.co.za/wp-content/themes/zeko-child/style.css?ver=1.1.8.1537858499' type='text/css' media='all' />
<link rel='stylesheet' id='zeko_fonts_url-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7COswald%3A200%2C300%2C400%2C500%2C600%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css' href='https://legal-aid.co.za/wp-content/themes/zeko/assets/fonts/genericons.css' type='text/css' media='all' />
<link rel='stylesheet' id='zeko-blocks-style-css' href='https://legal-aid.co.za/wp-content/themes/zeko/assets/css/blocks.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='slick-css' href='https://legal-aid.co.za/wp-content/themes/zeko/assets/css/slick.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='eael-general-css' href='https://legal-aid.co.za/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.0.7' type='text/css' media='all' />
<link rel='stylesheet' id='um_modal-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-modal.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_ui-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/jquery-ui.min.css?ver=1.13.2' type='text/css' media='all' />
<link rel='stylesheet' id='um_tipsy-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/tipsy/tipsy.min.css?ver=1.0.0a' type='text/css' media='all' />
<link rel='stylesheet' id='um_raty-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/raty/um-raty.min.css?ver=2.6.0' type='text/css' media='all' />
<link rel='stylesheet' id='select2-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/select2/select2.min.css?ver=4.0.13' type='text/css' media='all' />
<link rel='stylesheet' id='um_fileupload-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-fileupload.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_confirm-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/um-confirm/um-confirm.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='um_datetime-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.min.css?ver=3.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='um_datetime_date-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.date.min.css?ver=3.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='um_datetime_time-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.time.min.css?ver=3.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='um_fonticons_ii-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/fonticons-ii.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_fonticons_fa-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/fonticons-fa.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_fontawesome-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-fontawesome.min.css?ver=6.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='um_common-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/common.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_responsive-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-responsive.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_styles-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-styles.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_crop-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/libs/cropper/cropper.min.css?ver=1.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='um_profile-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-profile.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_account-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-account.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_misc-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-misc.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='um_default_css-css' href='https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/css/um-old-default.min.css?ver=2.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='wpr-text-animations-css-css' href='https://legal-aid.co.za/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/text-animations.min.css?ver=1.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpr-addons-css-css' href='https://legal-aid.co.za/wp-content/plugins/royal-elementor-addons/assets/css/frontend.min.css?ver=1.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' />
<script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/compact-wp-audio-player/js/soundmanager2-nodebug-jsmin.js?ver=6.5.5" id="scap.soundmanager2-js"></script>
<script type="text/javascript" data-cfasync="false" src="https://legal-aid.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" data-cfasync="false" src="https://legal-aid.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" id="file_uploads_nfpluginsettings-js-extra">
/* <![CDATA[ */
var params = {"clearLogRestUrl":"https:\/\/legal-aid.co.za\/wp-json\/nf-file-uploads\/debug-log\/delete-all","clearLogButtonId":"file_uploads_clear_debug_logger","downloadLogRestUrl":"https:\/\/legal-aid.co.za\/wp-json\/nf-file-uploads\/debug-log\/get-all","downloadLogButtonId":"file_uploads_download_debug_logger"};
/* ]]> */
</script>
<script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.20" id="file_uploads_nfpluginsettings-js"></script>
<script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.1" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/legal-aid.co.za","hash_tracking":"true","v4_id":"G-C62KCVEK8J"};/* ]]> */
</script>
<script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.24.7" id="font-awesome-4-shim-js"></script>
<script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/ultimate-member/assets/js/um-gdpr.min.js?ver=2.8.9" id="um-gdpr-js"></script>
<link rel="https://api.w.org/" href="https://legal-aid.co.za/wp-json/" /><link rel="alternate" type="application/json" href="https://legal-aid.co.za/wp-json/wp/v2/pages/11080" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://legal-aid.co.za/xmlrpc.php?rsd" />
<link rel="canonical" href="https://legal-aid.co.za/" />
<link rel='shortlink' href='https://legal-aid.co.za/' />
<link rel="alternate" type="application/json+oembed" href="https://legal-aid.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flegal-aid.co.za%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://legal-aid.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flegal-aid.co.za%2F&format=xml" />
<meta name="generator" content="MYOB"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- OneAll.com / Social Login for WordPress / v5.9.0 -->
<script data-cfasync="false" type="text/javascript">
(function() {
var oa = document.createElement('script'); oa.type = 'text/javascript';
oa.async = true; oa.src = 'https://legalaidbluetek.api.oneall.com/socialize/library.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(oa, s);
})();
</script>
<style type="text/css" id="pf-main-css">
@media screen {
.printfriendly {
z-index: 1000; position: relative
}
.printfriendly a, .printfriendly a:link, .printfriendly a:visited, .printfriendly a:hover, .printfriendly a:active {
font-weight: 600;
cursor: pointer;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline:none;
font-size: 14px !important;
color: #0089c4 !important;
}
.printfriendly.pf-alignleft {
float: left;
}
.printfriendly.pf-alignright {
float: right;
}
.printfriendly.pf-aligncenter {
justify-content: center;
display: flex; align-items: center;
}
}
.pf-button-img {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
margin: 0;
display: inline;
vertical-align: middle;
}
img.pf-button-img + .pf-button-text {
margin-left: 6px;
}
@media print {
.printfriendly {
display: none;
}
}
</style>
<style type="text/css" id="pf-excerpt-styles">
.pf-button.pf-button-excerpt {
display: none;
}
</style>
<link type="text/css" href="https://legal-aid.co.za/wp-content/plugins/screenreader/libraries/controller/css/main.css" rel="stylesheet" charset="utf-8"/><script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/screenreader/languages/en-GB.js" charset="utf-8"></script><script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/screenreader/libraries/tts/soundmanager/soundmanager2.js" charset="utf-8"></script><script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/screenreader/libraries/tts/tts.js" charset="utf-8" defer="defer"></script><script type="text/javascript" src="https://legal-aid.co.za/wp-content/plugins/screenreader/libraries/controller/controller.js" charset="utf-8" defer="defer"></script> <script type="text/javascript">
window.soundManager.url = 'https://legal-aid.co.za/wp-content/plugins/screenreader/libraries/tts/soundmanager/swf/';
window.soundManager.debugMode = false;
window.soundManager.defaultOptions.volume = 80;
var screenReaderConfigOptions = { baseURI: 'https://legal-aid.co.za/wp-content/plugins/screenreader/',
token: 'f941077597ed9dba8d081522509e24ae',
langCode: 'en',
chunkLength: 90,
screenReaderVolume: '80',
position: 'bottomright',
scrolling: 'fixed',
targetAppendto: 'html',
targetAppendMode: 'bottom',
preload: 0,
autoBackgroundColor: 1,
readPage: 0,
readChildNodes: 0,
ieHighContrast: 1,
ieHighContrastAdvanced: 1,
selectMainpageareaText: 1,
excludeScripts: 1,
readImages: 0,
readImagesAttribute: 'alt',
readImagesOrdering: 'before',
mainpageSelector: '*[name*=main], *[class*=main], *[id*=main]',
showlabel: 0,
screenreader: 0,
highcontrast: 1,
highcontrastAlternate: 1,
colorHue: 180,
colorBrightness: 6,
dyslexicFont: 1,
fontsize: 1,
fontsizeDefault: 100,
fontsizeMin: 50,
fontsizeMax: 200,
fontsizeSelector: '',
fontSizeOverride: 1,
fontSizeHeadersIncrement: 20,
toolbarBgcolor: '#EEE',
template: 'main.css',
accesskey_play: 'P',
accesskey_pause: 'E',
accesskey_stop: 'S',
accesskey_increase: 'O',
accesskey_decrease: 'U',
accesskey_reset: 'R',
accesskey_highcontrast: 'H',
accesskey_highcontrast2: 'J',
accesskey_highcontrast3: 'K',
accesskey_dyslexic: 'D',
accesskey_skiptocontents: 'C',
accesskey_minimized: 'L',
volume_accesskeys: 1,
readerEngine: 'proxy',
useMobileReaderEngine: 0,
mobileReaderEngine: 'proxy',
hideOnMobile: 0,
useMinimizedToolbar: 0,
showSkipToContents: 0,
skipToContentsSelector: '',
removeLinksTarget: 0
};
</script> <style type="text/css">
.um_request_name {
display: none !important;
}
</style>
<style type="text/css">
.overlay-bg {
opacity: 0.4;
}
</style>
<style type="text/css">
body { background:; }
/*--------------------------------------------------------------
# Accent Color
--------------------------------------------------------------*/
.emphasis, .dropcap, .entry-content a, .entry-content a:visited, .entry-meta a, .site-footer a, .site-info a, #secondary a, .site-description, .site-description a, .front-child-page .more-link, ul.list li:before, ul.slick-dots .slick-active button, .panel-content .recent-posts h3.entry-title a:after,
.project-archive-content-wrapper h3.entry-title a:after, .project-terms a:hover, .scroll-to-top:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce .star-rating span:before,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover, .nav-links a, a.author-link, #comments a,
.woocommerce .site-main .woocommerce-review-link, #tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical,
body .tribe-events-month-event-title a:hover, #tribe-events-content a:hover, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a:hover, .tribe-events-list-widget .tribe-events-widget-link a:hover,
.ps-member-is-online, .ps-focus-title>span>span, .woocommerce ul.products li.product a.added_to_cart, .entry-summary a.woocommerce-review-link, h3.pet-title:hover { color:#9d2722; }
button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation li.color a, .entry-content a.button, .button, .featured-post, .project-terms a.current-type, .bypostauthor::before,
.site-footer .social-links a:hover::before, .site-footer .social-links a:focus::before, .give-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a, .front-page-content-area .button, .front-page-content-area .entry-content a.button, .pets-search-form .button, div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button { background:#9d2722; }
.front-child-page h2.entry-title:before, .panel-content h2.entry-title:before, .wrap.footer-image-info h3:before, .page-template-full-width-page h1.entry-title:before, .page-template-causes-page .entry-header h1:before,
.page-template-testimonial-page .entry-header h1:before, .single h1.entry-title:before, .blog h2.entry-title:before, .archive h2.entry-title:before, .search h3.entry-title:before, .page-template-grid-page .entry-header h1:before,
.woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .page-template-grid-page .entry-header h1:before, .page-template-left-sidebar-page .entry-header h1:before,
.page-template-right-sidebar-page .entry-header h1:before { background-color:#9d2722; }
.dropcap { border-right-color:#9d2722; }
blockquote { border-left-color:#9d2722; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info { border-top-color:#9d2722; }
.entry-content a.button, .button, .causes-projects .post-thumbnail, .page-template-grid-page .post-thumbnail, .give_forms .post-thumbnail, body .zeko-panel .panel-content .give-form-title, .panel-content .recent-posts .post-thumbnail img,
.front-page-content-area .button, .main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation .current-menu-item > a, .main-navigation li.color a, .main-navigation .sub-menu a:hover, .front-page-content-area .button, .front-page-content-area .entry-content a.button, .main-navigation.toggled a:hover,
.main-navigation.toggled a:focus, .main-navigation ul .current-menu-item ul ul li a, .main-navigation .sub-menu .current-menu-item > a { border-bottom-color:#9d2722; }
/*--------------------------------------------------------------
# White Background and Border Color
--------------------------------------------------------------*/
.site-header, .header-top, .site-footer .widget-area-block { background-color:; }
.hero, .featured-image-block .wrap, .zeko-panel:nth-child(2n+1) .panel-content, .zeko-panel:nth-child(2n+1), .featured-slider .slider-navigation, .panel-content .testimonials .entry-content, .comment-content,
.wrap.footer-image-info, .social-links, h1.give-form-title.entry-title, .woocommerce .woocommerce-ordering select, form[id*=give-form] .give-donation-amount .give-currency-symbol, .fixed-mobile-menu .main-navigation.fixed { background:; }
.main-navigation.toggled ul ul a, .featured-slider:after, .front-page-content-area .entry-content a, .front-page-content-area .entry-content a:hover, .front-page-content-area .entry-content .edit-link a:hover { border-bottom-color:; }
/*--------------------------------------------------------------
# White Text Color
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation li.color a, .hero-container-inner, .front-page-content-area .entry-title, .front-page-content-area .button,
.entry-content a.button, .button, body .button:hover, .button:hover, .hero .edit-link a, .featured-post, .project-terms a.current-type, .bypostauthor::before, .site-footer .social-links a::before, .give-btn,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, .woocommerce span.onsale, .entry-content a.button, .entry-content a.button:visited, .front-page-content-area .button:visited, .front-page-content-area .button:hover, .entry-content a.button:hover,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.entry-content a.button:visited, .front-page-content-area .button:visited, .front-page-content-area .entry-content a, .front-page-content-area .entry-content a:hover, .front-page-content-area .entry-content .edit-link a:hover, .front-page-content-area .entry-content .button:hover, .front-page-content-area .entry-content a.button,
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button { color:; }
/*--------------------------------------------------------------
# Black Background and Border Color
--------------------------------------------------------------*/
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .entry-content a.button:focus,
.button:focus, .main-navigation li.color a:focus, .main-navigation li.color a:hover, .overlay-bg, body .button:hover, .button:hover, .site-footer .social-links a::before, .give-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.front-page-content-area .button:hover, .entry-content a.button:hover, .front-page-content-area .entry-content .button:hover, div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus { background:; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color:; }
body .button:hover, .button:hover, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-checkout #payment ul.payment_methods,
.front-page-content-area .entry-content .button:hover, .front-page-content-area .button:hover, .front-page-content-area .entry-content a.button:hover { border-bottom-color:; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li { border-left-color:; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li { border-right-color:; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li { border-top-color:; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after { box-shadow: 0 0 0; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-checkout #payment, .woocommerce .quantity .qty, .woocommerce .woocommerce-ordering select, .front-page-content-area .button:hover, .entry-content a.button:hover, .menu-toggle:hover, .menu-toggle:focus { border-color:; }
/*--------------------------------------------------------------
# Black Text Color
--------------------------------------------------------------*/
mark, body, button, input, select, textarea, a:hover, a:focus, a:active, .site-title a, .main-navigation a, .menu-toggle, .featured-slider button.slick-prev:after, .featured-slider button.slick-next:after,
.featured-slider button.slick-prev:after, .featured-slider button.slick-next:after, ul.slick-dots button, .zeko-panel .testimonials .entry-header h2, .entry-title a, .project-terms a, .woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-checkout #payment div.payment_box, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb,
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .main-navigation a:visited, .main-navigation a,
.tribe-events-day .tribe-events-day-time-slot h5, body .tribe-events-month-event-title a, #tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .ps-alert, h3.pet-title { color:; }
.front-page-content-area .button, .front-page-content-area .entry-content a.button { border-bottom-color:#9d2722; }
/*--------------------------------------------------------------
# Light Gray Background Color
--------------------------------------------------------------*/
.contact-form, .panel-content, .zeko-panel, .blog .post.sticky, .entry-author, .testimonials .entry-content, .project-terms a, #comments, .widget.jetpack_subscription_widget, .site-footer a.scroll-to-top, .give_forms .give-form-wrap,
body .zeko-panel .panel-content .give-form-wrap, .main-navigation ul, .page-template .give-form-wrap, body .wpcf7, .widget.widget_mc4wp_form_widget, div#buddypress, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop,
.widget_peepsowidgetme, .tribe-events-list .tribe-events-event-cost span, body .pets-search-form, .wpforms-form { background:; }
.site-info, .menu-toggle:focus, .woocommerce-checkout #payment div.payment_box, .ps-alert { background-color:; }
/*--------------------------------------------------------------
# Light Gray Border Color
--------------------------------------------------------------*/
td, th, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .main-navigation li.color a:focus, .menu-toggle, .menu-toggle:focus, .blog .post.sticky,
.entry-author, .testimonials .entry-content, .panel-content .testimonials .entry-content, #secondary .widget, .widget .tagcloud a, .widget .tagcloud a:visited, .widget.widget_tag_cloud a, .widget.widget_tag_cloud a:visited,
.wp_widget_tag_cloud a, .wp_widget_tag_cloud a:visited, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus, .widget.jetpack_subscription_widget, .site-footer a.scroll-to-top, .give_forms .give-form-wrap, h1.give-form-title.entry-title, body .zeko-panel .panel-content .give-form-wrap,
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text, .widget.widget_mc4wp_form_widget, .give-form-wrap, div#buddypress, body .pets-search-form { border-color:; }
.header-top, .main-navigation, .blog .entry-meta, .archive .entry-meta, .search .entry-meta, .posts-navigation, .post-navigation .nav-links, .single .entry-footer, .archive h1.page-title, .search h1.page-title,
#secondary h2.widget-title, #secondary h3.widget-title, .widget ul li, form[id*=give-form] .give-donation-amount .give-currency-symbol, .tribe-events-list .type-tribe_events { border-bottom-color:; }
.main-navigation, .front-child-page article:nth-child(2n), .blog .entry-meta, .archive .entry-meta, .search .entry-meta, .single .entry-meta, .posts-navigation, body:not(.zeko-front-page).blog .entry-footer, .post-navigation .nav-links,
.single .entry-footer, .widget ul li, .social-links, .site-footer .widget-area-block, form[id*=give-form] .give-donation-amount .give-currency-symbol, .front-child-page article:nth-child(3n),
.front-child-page article:nth-child(4n), .front-child-page article:nth-child(5n), .front-child-page article:nth-child(6n), .front-child-page article:nth-child(7n), .front-child-page article:nth-child(8n), .front-child-page article:nth-child(9n),
.front-child-page article:nth-child(10n) { border-top-color:; }
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before { border-left-color:; }
hr, .menu-toggle:hover { background-color:; }
@media screen and (min-width: 60em) {
/*--------------------------------------------------------------
# Accent Color
--------------------------------------------------------------*/
.panel-content .recent-posts .inner-content:hover, .causes-projects .project-archive-content-wrapper:hover, .give_forms .project-archive-content-wrapper:hover, .main-navigation a:hover,
.main-navigation a:focus { border-bottom-color:#9d2722; }
.panel-content .recent-posts .entry-summary:nth-of-type(2):after, .panel-content .recent-posts .entry-summary:nth-of-type(3):after { border-color:#9d2722; }
.panel-content .recent-posts .entry-meta a { color:#9d2722; }
.featured-slider .caption .category a { background:#9d2722; }
/*--------------------------------------------------------------
# White Background and Border Color
--------------------------------------------------------------*/
.featured-slider .entry-title a:hover, .featured-slider .category a:hover { border-bottom-color:; }
.featured-slider:after { border-color:; }
.site-header .search-box, .site-header .search-box-wrapper, .panel-content .recent-posts .inner-content, .causes-projects .project-archive-content-wrapper, .give_forms .project-archive-content-wrapper, .featured-slider .caption-innen:after { background:; }
/*--------------------------------------------------------------
# White Text Color
--------------------------------------------------------------*/
.featured-slider .caption-innen, .featured-slider .entry-title a, .featured-slider .caption .category a { color:; }
/*--------------------------------------------------------------
# Black Text Color
--------------------------------------------------------------*/
.site-header .search-toggle:before, .site-header .search-toggle.active:before { color:; }
.site-header .search-field:focus { border-color:; }
/*--------------------------------------------------------------
# Light Gray Background Color
--------------------------------------------------------------*/
.panel-content .recent-posts .inner-content:hover, .main-navigation ul ul, .main-navigation ul ul ul ul, .main-navigation ul ul ul ul ul ul, .main-navigation ul ul ul ul ul ul ul ul, .main-navigation ul ul ul ul ul ul ul ul ul ul,
.main-navigation ul ul ul a:hover, .main-navigation ul ul ul a:focus, .main-navigation ul ul ul li:hover, .main-navigation ul ul ul li:focus, .main-navigation ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul li:hover, .main-navigation ul ul ul ul ul li:focus, .main-navigation ul ul ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul li:focus, .main-navigation ul ul ul ul ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul ul ul ul li:hover, .main-navigation ul ul ul ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul ul ul ul ul ul li:hover, .main-navigation ul ul ul ul ul ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul, .main-navigation ul ul ul ul ul, .main-navigation ul ul ul ul ul ul ul, .main-navigation ul ul ul ul ul ul ul ul ul, .main-navigation ul ul ul ul ul ul ul ul ul ul ul,
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul li:hover, .main-navigation ul ul li:focus, .main-navigation ul ul ul a:hover, .main-navigation ul ul ul a:focus, .main-navigation ul ul ul li:hover,
.main-navigation ul ul ul li:focus, .main-navigation ul ul ul ul a:hover, .main-navigation ul ul ul ul a:focus, .main-navigation ul ul ul ul li:hover, .main-navigation ul ul ul ul li:focus, .main-navigation ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul li:hover, .main-navigation ul ul ul ul ul ul li:focus, .main-navigation ul ul ul ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul ul li:focus, .main-navigation ul ul ul ul ul ul ul ul ul ul a:hover, .main-navigation ul ul ul ul ul ul ul ul ul ul a:focus, .main-navigation ul ul ul ul ul ul ul ul ul ul li:hover, .main-navigation ul ul ul ul ul ul ul ul ul ul li:focus,
.causes-projects .project-archive-content-wrapper:hover, .give_forms .project-archive-content-wrapper:hover { background:; }
/*--------------------------------------------------------------
# Light Gray Border Color
--------------------------------------------------------------*/
.site-header .search-form { border-color:; }
.post-navigation .nav-next { border-left-color:; }
.comment-meta { border-bottom-color:; }
.main-navigation ul { background: transparent; }
}
/*--------------------------------------------------------------
# PeepSo
--------------------------------------------------------------*/
body .ps-btn.ps-btn-join { background:!important; }
body .ps-btn.ps-btn-join { color:!important; }
#peepso-wrap .ps-btn-login, .ps-btn-primary, .ps-progress-bar>span, .ps-btn-login, .ps-button-action { background:#9d2722!important; }
#peepso-wrap .ps-btn-login:hover, .ps-btn-primary:hover, .ps-btn-login:hover, .ps-button-action:hover { background:!important; }
body .ps-btn.ps-btn-join:hover { background-color:!important; }
.ps-input:focus, .ps-select:focus { border-color:#9d2722!important; }
@media screen and ( max-width: 59.999em ) {
.hero-container-outer { background:; }
}
</style>
<meta name="generator" content="Elementor 3.24.7; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<style>
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
@media screen and (max-height: 1024px) {
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
@media screen and (max-height: 640px) {
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
</style>
<style type="text/css">
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
</style>
<link rel="icon" href="https://legal-aid.co.za/wp-content/uploads/2021/09/cropped-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://legal-aid.co.za/wp-content/uploads/2021/09/cropped-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://legal-aid.co.za/wp-content/uploads/2021/09/cropped-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://legal-aid.co.za/wp-content/uploads/2021/09/cropped-favicon-270x270.png" />
<style id="wpr_lightbox_styles">
.lg-backdrop {
background-color: rgba(0,0,0,0.6) !important;
}
.lg-toolbar,
.lg-dropdown {
background-color: rgba(0,0,0,0.8) !important;
}
.lg-dropdown:after {
border-bottom-color: rgba(0,0,0,0.8) !important;
}
.lg-sub-html {
background-color: rgba(0,0,0,0.8) !important;
}
.lg-thumb-outer,
.lg-progress-bar {
background-color: #444444 !important;
}
.lg-progress {
background-color: #a90707 !important;
}
.lg-icon {
color: #efefef !important;
font-size: 20px !important;
}
.lg-icon.lg-toogle-thumb {
font-size: 24px !important;
}
.lg-icon:hover,
.lg-dropdown-text:hover {
color: #ffffff !important;
}
.lg-sub-html,
.lg-dropdown-text {
color: #efefef !important;
font-size: 14px !important;
}
#lg-counter {
color: #efefef !important;
font-size: 14px !important;
}
.lg-prev,
.lg-next {
font-size: 35px !important;
}
/* Defaults */
.lg-icon {
background-color: transparent !important;
}
#lg-counter {
opacity: 0.9;
}
.lg-thumb-outer {
padding: 0 10px;
}
.lg-thumb-item {
border-radius: 0 !important;
border: none !important;
opacity: 0.5;
}
.lg-thumb-item.active {
opacity: 1;
}
</style> <style id="egf-frontend-styles" type="text/css">
p {color: #000000;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;} h1 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-decoration: none;text-transform: none;} h2 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-transform: none;} h3 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-transform: none;} h4 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-transform: none;} h5 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-transform: none;} h6 {color: #9d2722;font-family: 'Arial', sans-serif;font-style: normal;font-weight: 400;text-transform: none;} </style>
<style type="text/css">/** Mega Menu CSS: fs **/</style>
</head>
Legal Aid South Africa
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Apache',redirection='https://legal-aid.co.za/',Status='200',err='',[TITRE]=N'Legal Aid South Africa',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=36209753
0 Legal Aid South Africa
0. Legal (5)--------->0
1. Aid (3)--------->0
2. South (5)--------->0
3. Africa (6)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Legal',36209753),(N'Aid',36209753),(N'South',36209753),(N'Africa',36209753)