Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - isolp.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 22:58:50 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache
Pragma: no-cache
X-Redirect-By: WordPress
Location: https://www.irishschooloflandscapepainting.com/

HTTP Code 301 Moved Permanently

http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.irishschooloflandscapepainting.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 22:58:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: no-cache
Pragma: no-cache
Link: <https://www.irishschooloflandscapepainting.com/wp-json/>; rel="https://api.w.org/", <https://www.irishschooloflandscapepainting.com/wp-json/wp/v2/pages/274>; rel="alternate"; title="JSON"; type="application/json", <https://www.irishschooloflandscapepainting.com/>; rel=shortlink
Vary: Accept-Encoding

HTTP Code 200 OK

http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: isolp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-GB">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />		<title>Irish School of Landscape Painting &#8211; With over 60 years of teaching art</title>
<meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Irish School of Landscape Painting &raquo; Feed" href="https://www.irishschooloflandscapepainting.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Irish School of Landscape Painting &raquo; Comments Feed" href="https://www.irishschooloflandscapepainting.com/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-XZQXJ72C3Y"  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.5.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/www.irishschooloflandscapepainting.com\/"};
				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-XZQXJ72C3Y',
									];

				/* 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-XZQXJ72C3Y', {"forceSSL":"true","link_attribution":"true"} );
															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.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.irishschooloflandscapepainting.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}};
/*! 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\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}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='xoo-aff-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.0.6' type='text/css' media='all' />
<style id='xoo-aff-style-inline-css' type='text/css'>

.xoo-aff-input-group .xoo-aff-input-icon{
	background-color:  #eee;
	color:  #555;
	max-width: 40px;
	min-width: 40px;
	border-color:  #ccc;
	border-width: 1px;
	font-size: 14px;
}
.xoo-aff-group{
	margin-bottom: 30px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
	background-color: #fff;
	color: #777;
	border-width: 1px;
	border-color: #cccccc;
	height: 50px;
}


.xoo-aff-group input[type="file"]{
	line-height: calc(50px - 13px);
}



.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder, .xoo-aff-group input[type="tel"]::placeholder, .xoo-aff-group .select2-selection__rendered, .xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered, .xoo-aff-group input[type="file"]::placeholder, .xoo-aff-group input::file-selector-button{
	color: #777;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus, .xoo-aff-group input[type="tel"]:focus, .xoo-aff-group input[type="file"]:focus{
	background-color: #ededed;
	color: #000;
}

[placeholder]:focus::-webkit-input-placeholder{
	color: #000!important;
}


.xoo-aff-input-icon + input[type="text"], .xoo-aff-input-icon + input[type="password"], .xoo-aff-input-icon + input[type="email"], .xoo-aff-input-icon + input[type="number"], .xoo-aff-input-icon + select, .xoo-aff-input-icon + select + .select2,  .xoo-aff-input-icon + input[type="tel"], .xoo-aff-input-icon + input[type="file"]{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


</style>
<link rel='stylesheet' id='xoo-aff-font-awesome5-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.8.1' 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='filebird-block-filebird-gallery-style-inline-css' type='text/css'>
ul.filebird-block-filebird-gallery{margin:auto!important;padding:0!important;width:100%}ul.filebird-block-filebird-gallery.layout-grid{display:grid;grid-gap:20px;align-items:stretch;grid-template-columns:repeat(var(--columns),1fr);justify-items:stretch}ul.filebird-block-filebird-gallery.layout-grid li img{border:1px solid #ccc;box-shadow:2px 2px 6px 0 rgba(0,0,0,.3);height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}ul.filebird-block-filebird-gallery.layout-masonry{-moz-column-count:var(--columns);-moz-column-gap:var(--space);column-gap:var(--space);-moz-column-width:var(--min-width);columns:var(--min-width) var(--columns);display:block;overflow:auto}ul.filebird-block-filebird-gallery.layout-masonry li{margin-bottom:var(--space)}ul.filebird-block-filebird-gallery li{list-style:none}ul.filebird-block-filebird-gallery li figure{height:100%;margin:0;padding:0;position:relative;width:100%}ul.filebird-block-filebird-gallery li figure figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}ul.filebird-block-filebird-gallery li figure figcaption a{color:inherit}

</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--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;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){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;}
: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;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='cookie-law-info-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.2.10' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.2.10' type='text/css' media='all' />
<link rel='stylesheet' id='wise-chat-libs-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/wise-chat/assets/css/wise-chat-libs.min.css?ver=3.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='wise-chat-core-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/wise-chat/assets/css/wise-chat.min.css?ver=3.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.8.5' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.8.5' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.8.5' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='xoo-el-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.9.2' type='text/css' media='all' />
<style id='xoo-el-style-inline-css' type='text/css'>

	.xoo-el-form-container button.btn.button.xoo-el-action-btn{
		background-color: #000000;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		height: 40px;
	}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	max-width: 800px;
	max-height: 600px;
}

.xoo-el-style-slider .xoo-el-modal{
	transform: translateX(800px);
	max-width: 800px;
}


.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
	color: #000000;
}
.xoo-el-srcont{
	background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #000000;
	color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	background-color: #eeeeee;
	color: #000000;
	font-size: 16px;
	padding: 12px 20px;
}
.xoo-el-main{
	padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
    font-weight: 600;
    font-size: 15px;
}



	.xoo-el-modal:before {
		vertical-align: middle;
	}

	.xoo-el-style-slider .xoo-el-srcont {
		justify-content: center;
	}

	.xoo-el-style-slider .xoo-el-main{
		padding-top: 10px;
		padding-bottom: 10px; 
	}





.xoo-el-popup-active .xoo-el-opac{
    opacity: 0.7;
    background-color: #000000;
}





</style>
<link rel='stylesheet' id='xoo-el-fonts-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.9.2' type='text/css' media='all' />
<link rel='stylesheet' id='wc-gc-css-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce-gift-cards/assets/css/frontend/woocommerce.css?ver=1.9.3' type='text/css' media='all' />
<link rel='stylesheet' id='brands-styles-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.5' type='text/css' media='all' />
<link rel='stylesheet' id='parent-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms/style.css?ver=6.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='education-lms-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C400i%2C700%2C700i%7CMontserrat%3A300%2C400%2C600%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='bootstrap-css' href='https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms/assets/css/bootstrap.min.css?ver=4.0.0' type='text/css' media='' />
<link rel='stylesheet' id='slick-css' href='https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms/assets/css/slick.css?ver=1.8' type='text/css' media='' />
<link rel='stylesheet' id='font-awesome-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' />
<link rel='stylesheet' id='education-lms-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms-child/style.css?ver=6.8.1' type='text/css' media='all' />
<style id='education-lms-style-inline-css' type='text/css'>

	        button, input[type="button"], input[type="reset"], input[type="submit"],
		    .titlebar .triangled_colored_separator,
		    .widget-area .widget-title::after,
		    .carousel-wrapper h2.title::after,
		    .course-item .course-thumbnail .price,
		    .site-footer .footer-social,
		    .single-lp_course .lp-single-course ul.learn-press-nav-tabs .course-nav.active,
		    .single-lp_course .lp-single-course ul.learn-press-nav-tabs .course-nav:hover,
		    .widget_tag_cloud a:hover,
		    .header-top .header-contact-wrapper .btn-secondary,
            .header-type3 .header-top .header-contact-wrapper .box-icon,
            a.btn-all-courses:hover,
            .course-grid-layout2 .intro-item:before,
            .learnpress .learn-press-pagination .page-numbers > li span,
            .courses-search-widget::after
		     { background: #ffb606; }

            a:hover, a:focus, a:active,
            .main-navigation a:hover,
            .nav-menu ul li.current-menu-item a,
            .nav-menu ul li a:hover,
            .entry-title a:hover,
            .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a,
            .entry-meta span i,
            .site-footer a:hover,
            .blog .entry-header .entry-date, .archive .entry-header .entry-date,
            .site-footer .copyright-area span,
            .breadcrumbs a:hover span,
            .carousel-wrapper .slick-arrow:hover:before,
            .recent-post-carousel .post-item .btn-readmore:hover,
            .recent-post-carousel .post-item .recent-news-meta span i,
            .recent-post-carousel .post-item .entry-title a:hover,
            .single-lp_course .course-info li i,
            .search-form .search-submit,
            .header-top .header-contact-wrapper li .box-icon i,
            .course-grid-layout2 .intro-item .all-course a:hover,
            .course-filter div.mixitup-control-active, .course-filter div:hover
            {
                color: #ffb606;
            }

		    .recent-post-carousel .post-item .btn-readmore:hover,
		    .carousel-wrapper .slick-arrow:hover,
		    .single-lp_course .lp-single-course .course-curriculum ul.curriculum-sections .section-header,
		    .widget_tag_cloud a:hover,
            .readmore a:hover,
            a.btn-all-courses,
            .learnpress .learn-press-pagination .page-numbers > li span,
            .course-filter div.mixitup-control-active, .course-filter div:hover {
                border-color: #ffb606;
            }
			.container { max-width: 1230px; }
		    .site-branding .site-logo, .site-logo { max-width: 90px; }
		    
		    .topbar .cart-contents { color: #fff; }
		    .topbar .cart-contents i, .topbar .cart-contents { font-size: 14px; }
	
		 .titlebar { background-color: #457992; padding-top: 5%; padding-bottom: 5%; background-image: url(); background-repeat: no-repeat; background-size: cover; background-position: center center;  }
	
</style>
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-form-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-woocommerce-menu-cart-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce-menu-cart.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.36.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-1-css' href='https://www.irishschooloflandscapepainting.com/wp-content/uploads/elementor/css/post-1.css?ver=1745366575' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-fadeInLeft-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.irishschooloflandscapepainting.com/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://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-slides-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-slides.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-grow-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-icon-box-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-menu-anchor-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-posts-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-pulse-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-testimonial-carousel-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-reviews-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-reviews.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-star-rating-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-carousel-module-base-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-counter-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-274-css' href='https://www.irishschooloflandscapepainting.com/wp-content/uploads/elementor/css/post-274.css?ver=1745366576' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-11137-css' href='https://www.irishschooloflandscapepainting.com/wp-content/uploads/elementor/css/post-11137.css?ver=1745366576' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-697-css' href='https://www.irishschooloflandscapepainting.com/wp-content/uploads/elementor/css/post-697.css?ver=1745366576' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-764-css' href='https://www.irishschooloflandscapepainting.com/wp-content/uploads/elementor/css/post-764.css?ver=1745366576' type='text/css' media='all' />
<link rel='stylesheet' id='flagallery-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/flash-album-gallery/assets/flagallery.css?ver=6.1.2' type='text/css' media='all' />
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCormorant+Garamond%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CDM+Serif+Text%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.irishschooloflandscapepainting.com/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://www.irishschooloflandscapepainting.com/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://www.irishschooloflandscapepainting.com/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://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" id="xoo-aff-js-js-extra">
/* <![CDATA[ */
var xoo_aff_localize = {"adminurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","password_strength":{"min_password_strength":3,"i18n_password_error":"Please enter a stronger password.","i18n_password_hint":"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! &quot; ? $ % ^ &amp; )."}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.0.6" id="xoo-aff-js-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.5.2" 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":"[{\"path\":\"\\\/TLM\\\/\",\"label\":\"TLM\"},{\"path\":\"\\\/WT\\\/\",\"label\":\"Wicklow-Tourism\"},{\"path\":\"\\\/luisne\\\/\",\"label\":\"Luisne\"}]","home_url":"https:\/\/www.irishschooloflandscapepainting.com","hash_tracking":"false","v4_id":"G-XZQXJ72C3Y"};/* ]]> */
</script>
<script type="text/javascript" id="cookie-law-info-js-extra">
/* <![CDATA[ */
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"","custom_integration":"","triggerDomRefresh":"","secure_cookies":""};
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#61a229","button_1_button_hover":"#4e8221","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#3566bb","button_3_button_hover":"#2a5296","button_3_link_colour":"#fff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#000","button_4_button_hover":"#000000","button_4_link_colour":"#333333","button_4_as_button":"","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":"","show_once":"8000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
var log_object = {"ajax_url":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.2.10" id="cookie-law-info-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.5" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/www.irishschooloflandscapepainting.com\/shop\/basket\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.5" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.5" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.5" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms/assets/js/slick.min.js?ver=1.8" id="slick-js"></script>
<link rel="https://api.w.org/" href="https://www.irishschooloflandscapepainting.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.irishschooloflandscapepainting.com/wp-json/wp/v2/pages/274" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.irishschooloflandscapepainting.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.1" />
<meta name="generator" content="WooCommerce 9.8.5" />
<link rel="canonical" href="https://www.irishschooloflandscapepainting.com/" />
<link rel='shortlink' href='https://www.irishschooloflandscapepainting.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.irishschooloflandscapepainting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.irishschooloflandscapepainting.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.irishschooloflandscapepainting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.irishschooloflandscapepainting.com%2F&#038;format=xml" />

<!-- <meta name='Grand Flagallery' content='6.1.2' /> -->
<style>
    		.menu-item-2943{
        		display:none !important;
    		}
		</style>	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.28.4; 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>
			</head>
<body class="home wp-singular page-template page-template-elementor_header_footer page page-id-274 page-parent wp-custom-logo wp-embed-responsive wp-theme-education-lms wp-child-theme-education-lms-child theme-education-lms woocommerce-demo-store woocommerce-no-js elementor-default elementor-template-full-width elementor-kit-1 elementor-page elementor-page-274">
		<div data-elementor-type="header" data-elementor-id="697" class="elementor elementor-697 elementor-location-header" data-elementor-post-type="elementor_library">
					<header class="elementor-section elementor-top-section elementor-element elementor-element-3a104ecc elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3a104ecc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-narrow">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-4ab99319" data-id="4ab99319" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-950efd6 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="950efd6" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.irishschooloflandscapepainting.com">
			<img fetchpriority="high" width="350" height="357" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1.png" class="attachment-full size-full wp-image-3188" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1.png 350w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1-294x300.png 294w" sizes="(max-width: 350px) 100vw, 350px" />				</a>
											</div>
				</div>
				<div class="elementor-element elementor-element-76787e8 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="76787e8" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-xs" href="/next-live-stream/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Live Stream</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6e938be elementor-hidden-tablet elementor-hidden-phone" data-id="6e938be" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7984177 elementor-hidden-phone elementor-hidden-tablet elementor-widget elementor-widget-theme-site-title elementor-widget-heading" data-id="7984177" data-element_type="widget" data-widget_type="theme-site-title.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-medium"><a href="https://www.irishschooloflandscapepainting.com">Irish School of Landscape Painting</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e8cd3d1 elementor-hidden-phone elementor-hidden-tablet elementor-widget elementor-widget-text-editor" data-id="e8cd3d1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 60 years of teaching art</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-48beaa2a" data-id="48beaa2a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6ba8b10 elementor-nav-menu__align-start elementor-nav-menu--stretch elementor-nav-menu--dropdown-mobile elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="6ba8b10" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-6ba8b10" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-274 current_page_item menu-item-2939"><a href="https://www.irishschooloflandscapepainting.com/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2944"><a href="https://www.irishschooloflandscapepainting.com/videos/" class="elementor-item">Videos</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2941"><a href="https://www.irishschooloflandscapepainting.com/gallery/" class="elementor-item">Gallery</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2952"><a href="https://www.irishschooloflandscapepainting.com/shop/" class="elementor-item">Shop</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2940"><a href="https://www.irishschooloflandscapepainting.com/contact-us/" class="elementor-item">Contact Us</a></li>
<li class="xoo-el-login-tgr menu-item menu-item-type-custom menu-item-object-custom menu-item-2946"><a class="elementor-item">Login</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2943"><a href="https://www.irishschooloflandscapepainting.com/my-collection/" class="elementor-item">My Collection</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2949"><a href="https://www.irishschooloflandscapepainting.com/my-collection/" class="elementor-sub-item">My Collection</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2942"><a href="https://www.irishschooloflandscapepainting.com/my-account/" class="elementor-sub-item">My account</a></li>
</ul>
</li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6ba8b10" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-274 current_page_item menu-item-2939"><a href="https://www.irishschooloflandscapepainting.com/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2944"><a href="https://www.irishschooloflandscapepainting.com/videos/" class="elementor-item" tabindex="-1">Videos</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2941"><a href="https://www.irishschooloflandscapepainting.com/gallery/" class="elementor-item" tabindex="-1">Gallery</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2952"><a href="https://www.irishschooloflandscapepainting.com/shop/" class="elementor-item" tabindex="-1">Shop</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2940"><a href="https://www.irishschooloflandscapepainting.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
<li class="xoo-el-login-tgr menu-item menu-item-type-custom menu-item-object-custom menu-item-2946"><a class="elementor-item" tabindex="-1">Login</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2943"><a href="https://www.irishschooloflandscapepainting.com/my-collection/" class="elementor-item" tabindex="-1">My Collection</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2949"><a href="https://www.irishschooloflandscapepainting.com/my-collection/" class="elementor-sub-item" tabindex="-1">My Collection</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2942"><a href="https://www.irishschooloflandscapepainting.com/my-account/" class="elementor-sub-item" tabindex="-1">My account</a></li>
</ul>
</li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-671fb8d" data-id="671fb8d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b9dd021 toggle-icon--cart-solid elementor-menu-cart--empty-indicator-hide elementor-menu-cart--items-indicator-bubble elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-woocommerce-menu-cart" data-id="b9dd021" data-element_type="widget" data-settings="{&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;,&quot;automatically_open_cart&quot;:&quot;no&quot;}" data-widget_type="woocommerce-menu-cart.default">
				<div class="elementor-widget-container">
							<div class="elementor-menu-cart__wrapper">
							<div class="elementor-menu-cart__toggle_wrapper">
					<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
						<div class="elementor-menu-cart__main" aria-hidden="true">
									<div class="elementor-menu-cart__close-button">
					</div>
									<div class="widget_shopping_cart_content">
															</div>
						</div>
					</div>
							<div class="elementor-menu-cart__toggle elementor-button-wrapper">
			<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
				<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&euro;</span>0.00</bdi></span></span>
				<span class="elementor-button-icon">
					<span class="elementor-button-icon-qty" data-counter="0">0</span>
					<i class="eicon-cart-solid"></i>					<span class="elementor-screen-only">Basket</span>
				</span>
			</a>
		</div>
						</div>
					</div> <!-- close elementor-menu-cart__wrapper -->
						</div>
				</div>
					</div>
		</div>
					</div>
		</header>
				</div>
				<div data-elementor-type="wp-post" data-elementor-id="274" class="elementor elementor-274" data-elementor-post-type="page">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-f238de2 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f238de2" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1471d5a" data-id="1471d5a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f03f9e3 elementor--h-position-center elementor--v-position-middle elementor-widget elementor-widget-slides" data-id="f03f9e3" data-element_type="widget" data-settings="{&quot;transition_speed&quot;:150,&quot;navigation&quot;:&quot;none&quot;,&quot;transition&quot;:&quot;fade&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-slides-wrapper elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides" dir="ltr" data-animation="fadeInLeft">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-0f2e797 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg" role="img"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">In-Person Classes</div><div class="elementor-slide-description">Painting classes in Clifden, Galway, Ireland</div><a href="https://www.irishschooloflandscapepainting.com/index.php/in-person/" class="elementor-button elementor-slide-button elementor-size-sm">View Schedule</a></div></div></div><div class="elementor-repeater-item-d73b023 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Painting LiveStream</div><div class="elementor-slide-description">2 hour Live Painting on-line classes every week<br>
with user interaction via live chat<br>
Share your work and have it critiqued by the Tutor.</div><a href="https://www.irishschooloflandscapepainting.com/index.php/live-stream/" class="elementor-button elementor-slide-button elementor-size-sm">Join the Stream<br><h1>See the Schedule</h1></a></div></div></div><div class="elementor-repeater-item-461eca2 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Courses Library</div><div class="elementor-slide-description">A library of over 110 recorded 2 hour live streams.<br>
Learn to paint in the style of Cézanne, Van Gogh, Monet, Turner<br>
Find your own unique Style.<br>
Using our own 4-step Method.<br>
Step by Step, one step at a time.</div><a href="#CoursesLibrary" class="elementor-button elementor-slide-button elementor-size-sm">View Courses</a></div></div></div><div class="elementor-repeater-item-4353fd4 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Subscribe & Join</div><div class="elementor-slide-description">Subscriptions are for 1, 3 and 6 months.<br>
Total access to all LiveStreams and our Course Library.<br>
Interact with other Artists.<br>
Share your paintings for a constructive critique.<br>
Be part of a new group of On-stream Artists.<br></div><a href="https://www.irishschooloflandscapepainting.com/index.php/subscription/" class="elementor-button elementor-slide-button elementor-size-sm">Subscribe</a></div></div></div>				</div>
																					</div>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1b084ac9 elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1b084ac9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4781e9a" data-id="4781e9a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67e3fb6b elementor-position-right elementor-vertical-align-bottom elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="67e3fb6b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="https://www.irishschooloflandscapepainting.com/index.php/live-stream/" class="elementor-icon elementor-animation-grow" tabindex="-1" aria-label="Art Live Streams">
				<i aria-hidden="true" class="fas fa-graduation-cap"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="https://www.irishschooloflandscapepainting.com/index.php/live-stream/" >
							Art Live Streams						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						<a style="color: white;" href="https://www.irishschooloflandscapepainting.com/index.php/live-stream/"> Live streamed classes Tuesday from 
11:30 - 13:30 (GMT)</a>					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2658770d" data-id="2658770d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-54624fcf elementor-position-right elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="54624fcf" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="#CoursesLibrary" class="elementor-icon elementor-animation-grow" tabindex="-1" aria-label="Courses Library">
				<i aria-hidden="true" class="fas fa-trophy"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="#CoursesLibrary" >
							Courses Library						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						A library of over 200 <br>recorded 2 hour <br>live streams					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1635b74f" data-id="1635b74f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7626e541 elementor-position-right elementor-vertical-align-bottom elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="7626e541" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="https://www.irishschooloflandscapepainting.com/index.php/subscription/" class="elementor-icon elementor-animation-grow" tabindex="-1" aria-label="Join Now">
				<i aria-hidden="true" class="far fa-edit"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="https://www.irishschooloflandscapepainting.com/index.php/subscription/" >
							Join Now						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						<a style="color: white;" href="https://www.irishschooloflandscapepainting.com/index.php/subscription/">Click here to join our classes</a>					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b59cf93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b59cf93" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f7063cf" data-id="f7063cf" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-603ea3f elementor-widget elementor-widget-image" data-id="603ea3f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="640" height="359" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-1024x575.jpg" class="attachment-large size-large wp-image-3034" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-1024x575.jpg 1024w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-600x337.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-768x431.jpg 768w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-1536x863.jpg 1536w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section-2048x1150.jpg 2048w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Livestream-Section.jpg 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e353ab4" data-id="e353ab4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-703dc5e elementor-widget elementor-widget-heading" data-id="703dc5e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Art Classes Live Stream</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b648dbe elementor-widget elementor-widget-text-editor" data-id="b648dbe" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our On-Line LiveStream classes of Live Painting are broadcast 2 hours every week and are normally part of a series of 5 lesson to make one Course.  The themes of the past have been on Monet, Cézanne, Keilland, Palmer, Pissarro, Flower and Garden Painting, Vlaminck, Turner, Seago, Laura Knight, Stanhope and Elizabeth Forbes, the Pre-Raphaelites, Constable, and over 150 lessons.   While focusing on our very experienced students, we also can help progress less experienced but talented students.  If you are concerned that the Courses are too advanced, please ask and we can offer you a Discount Code to evaluate one of our existing Courses.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0df5640 elementor-tablet-align-center elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="0df5640" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.irishschooloflandscapepainting.com/index.php/live-stream/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Join our online painting classes</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-aa7aca8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aa7aca8" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3c90592" data-id="3c90592" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dd358a9 elementor-widget elementor-widget-image" data-id="dd358a9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="640" height="427" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library-1024x683.jpg" class="attachment-large size-large wp-image-3029" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library-1024x683.jpg 1024w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library-600x400.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library-300x200.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library-768x512.jpg 768w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/courses-library.jpg 1200w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ee246c1" data-id="ee246c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-92a1614 elementor-widget elementor-widget-heading" data-id="92a1614" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Courses Library</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2720c0b elementor-widget elementor-widget-text-editor" data-id="2720c0b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>You can purchase one individual week of a course or the complete 5 weeks Course.  We offer a Free Sample of each Course and please browse these to see the amazing quality of the tutoring.  You can decide what interests you now or order a Subscription.  The Subscription will give you free access to the Courses Library and watch these whenever you wish as well as access to all online painting classes.  With the livestream you can interact with the Tutor and ask questions, share your paintings with the Tutor and she will critique it giving a better insight into your painting.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-794d419 elementor-tablet-align-center elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="794d419" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#CoursesLibrary">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Buy Now</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-86093c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="86093c2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ef0d33c" data-id="ef0d33c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c7ef4b9 elementor-widget elementor-widget-menu-anchor" data-id="c7ef4b9" data-element_type="widget" data-widget_type="menu-anchor.default">
				<div class="elementor-widget-container">
							<div class="elementor-menu-anchor" id="CoursesLibrary"></div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4f242f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4f242f6" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c4582aa" data-id="c4582aa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3ec312a elementor-widget elementor-widget-heading" data-id="3ec312a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Courses Library</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9cbc839 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="9cbc839" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-87e21ab" data-id="87e21ab" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48ad50a" data-id="48ad50a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e804d9d elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-portfolio" data-id="e804d9d" data-element_type="widget" data-settings="{&quot;columns&quot;:&quot;4&quot;,&quot;item_ratio&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.61,&quot;sizes&quot;:[]},&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;item_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="portfolio.default">
				<div class="elementor-widget-container">
							<div class="elementor-portfolio elementor-grid elementor-posts-container">
				<article class="elementor-portfolio-item elementor-post  post-11268 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/bonnard-colour-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11261--thumbnail.jpg" class="attachment-large size-large wp-image-11263" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11261--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11261--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11261--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Bonnard Colour Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-895 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/cezanne-landscape/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Cezanne-Course.jpg" class="attachment-large size-large wp-image-4109" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Cezanne-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Cezanne-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Cezanne-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Cézanne Landscape Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-897 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/cezanne-still-life/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/CezzanneStillLife-Course.jpg" class="attachment-large size-large wp-image-4110" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/CezzanneStillLife-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/CezzanneStillLife-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/CezzanneStillLife-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Cézanne Still Life Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-10987 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/connemara-en-plein-air-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10984--thumbnail.jpg" class="attachment-large size-large wp-image-10985" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10984--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10984--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10984--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Connemara En Plein Air Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11100 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/constable-countryside-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11062--thumbnail.jpg" class="attachment-large size-large wp-image-11063" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11062--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11062--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11062--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Constable Countryside Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6715 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/dragon-hunting-course-2/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6579-1626811691-thumbnail.jpg" class="attachment-large size-large wp-image-6581" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6579-1626811691-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6579-1626811691-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6579-1626811691-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Dragon Hunting Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-10903 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/forbes-rustic-scenes-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10895--thumbnail.jpg" class="attachment-large size-large wp-image-10897" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10895--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10895--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10895--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Forbes Rustic Scenes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-903 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/free-woodlands/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Free-Course.jpg" class="attachment-large size-large wp-image-4108" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Free-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Free-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Free-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Free Riverscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6908 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/free-shannon-castles-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6384-1628425482-thumbnail.jpg" class="attachment-large size-large wp-image-6653" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6384-1628425482-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6384-1628425482-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6384-1628425482-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Free Shannon Castles Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6721 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/gauguin-inspirations-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6276-1623776693-thumbnail.jpg" class="attachment-large size-large wp-image-6393" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6276-1623776693-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6276-1623776693-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6276-1623776693-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Gauguin Inspirations Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-12004 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/georgia-okeeffe-flowers/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11990-1690985697-thumbnail.jpg" class="attachment-large size-large wp-image-11992" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11990-1690985697-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11990-1690985697-thumbnail-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11990-1690985697-thumbnail-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Georgia oKeeffe Flowers Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-10227 product type-product status-publish has-post-thumbnail product_cat-course product_cat-livestreams first instock sale virtual sold-individually purchasable product-type-simple">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/product/irish-expressionism-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10220-1635895624-thumbnail.jpg" class="attachment-large size-large wp-image-10222" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10220-1635895624-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10220-1635895624-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10220-1635895624-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Irish Expressionism Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-7190 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/irish-impressionism-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7176-1633187462-thumbnail.jpg" class="attachment-large size-large wp-image-7188" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7176-1633187462-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7176-1633187462-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7176-1633187462-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Irish Impressionism Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11589 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/laura-knight-adventures-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11586--thumbnail.jpg" class="attachment-large size-large wp-image-11587" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11586--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11586--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11586--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Laura Knight Adventures Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-5258 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/matisse-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5234-1611075118-thumbnail.jpg" class="attachment-large size-large wp-image-5235" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5234-1611075118-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5234-1611075118-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5234-1611075118-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Matisse Colour Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-899 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/monet-landscape/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Monet-Course.jpg" class="attachment-large size-large wp-image-4111" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Monet-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Monet-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Monet-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Monet Landscape Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-7727 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/monet-snow-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7636-1642104870-thumbnail.jpg" class="attachment-large size-large wp-image-7705" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7636-1642104870-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7636-1642104870-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7636-1642104870-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Monet Snow Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11818 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/palette-knife-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11811-1680997696-thumbnail.jpg" class="attachment-large size-large wp-image-11813" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11811-1680997696-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11811-1680997696-thumbnail-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11811-1680997696-thumbnail-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Palette Knife Landscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11743 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/paul-nash-trees/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11684--thumbnail.jpg" class="attachment-large size-large wp-image-11686" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11684--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11684--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11684--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Paul Nash Trees Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11949 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/piper-mixed-media/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11917-1685474972-thumbnail.jpg" class="attachment-large size-large wp-image-11919" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11917-1685474972-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11917-1685474972-thumbnail-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11917-1685474972-thumbnail-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Piper Mixed Media		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-901 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/pisarro-cottages/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Pissarro-Course.jpg" class="attachment-large size-large wp-image-4112" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Pissarro-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Pissarro-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Pissarro-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Pisarro Cottages Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11173 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/post-impressionism/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11167--thumbnail.jpg" class="attachment-large size-large wp-image-11168" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11167--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11167--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11167--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Post Impressionism Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11346 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/pre-raphaelite-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11314--thumbnail.jpg" class="attachment-large size-large wp-image-11316" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11314--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11314--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11314--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Pre Raphaelite Landscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6831 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/renoir-riverscapes-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5726-1619039411-thumbnail.jpg" class="attachment-large size-large wp-image-6156" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5726-1619039411-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5726-1619039411-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5726-1619039411-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Renoir Riverscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-905 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/riverrun-garden/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/RiverRunGarden-Course.jpg" class="attachment-large size-large wp-image-4113" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/RiverRunGarden-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/RiverRunGarden-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/RiverRunGarden-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		RiverRun Garden Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6727 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/riverrun-wildflowers-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2021/08/6601-1627468316-thumbnail.jpg" class="attachment-large size-large wp-image-6758" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2021/08/6601-1627468316-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2021/08/6601-1627468316-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2021/08/6601-1627468316-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		RiverRun Wildflowers Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-7715 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/samuel-palmer-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7392-1636546649-thumbnail.jpg" class="attachment-large size-large wp-image-7393" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7392-1636546649-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7392-1636546649-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/7392-1636546649-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Samuel Palmer Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11558 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/seago-skies-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11482--thumbnail.jpg" class="attachment-large size-large wp-image-11484" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11482--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11482--thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11482--thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Seago Skies Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6736 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/shannon-castles-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6455-1627469094-thumbnail.jpg" class="attachment-large size-large wp-image-6633" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6455-1627469094-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6455-1627469094-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6455-1627469094-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Shannon Castles Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6923 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/turner-seascapes-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5334-1627468169-thumbnail.jpg" class="attachment-large size-large wp-image-6634" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5334-1627468169-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5334-1627468169-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/5334-1627468169-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Turner Seascapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-10839 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/turner-sunrise-sunset-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10534-1643127010-thumbnail.jpg" class="attachment-large size-large wp-image-10535" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10534-1643127010-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10534-1643127010-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/10534-1643127010-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Turner Sunrise Sunset Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-907 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/van-gogh-cottages/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/VanGough-Course.jpg" class="attachment-large size-large wp-image-4114" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/VanGough-Course.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/VanGough-Course-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/VanGough-Course-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Van Gogh Cottages Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-6742 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/van-gogh-landscapes-course/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6191-1621003462-thumbnail.jpg" class="attachment-large size-large wp-image-6242" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6191-1621003462-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6191-1621003462-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/6191-1621003462-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Van Gogh Landscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-11755 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/victorian-landscapes/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11736--thumbnail.jpg" class="attachment-large size-large wp-image-11738" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11736--thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11736--thumbnail-600x338.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/11736--thumbnail-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Victorian Landscapes Course		</h3>
				</div>
				</a>
		</article>
				<article class="elementor-portfolio-item elementor-post  post-5030 page type-page status-publish has-post-thumbnail hentry">
			<a class="elementor-post__thumbnail__link" href="https://www.irishschooloflandscapepainting.com/courses/vlaminck-snow/">
				<div class="elementor-portfolio-item__img elementor-post__thumbnail">
			<img loading="lazy" decoding="async" width="640" height="360" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/4403-1606355929-thumbnail.jpg" class="attachment-large size-large wp-image-4449" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/4403-1606355929-thumbnail.jpg 640w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/4403-1606355929-thumbnail-300x169.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2035/05/4403-1606355929-thumbnail-600x338.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" />		</div>
				<div class="elementor-portfolio-item__overlay">
				<h3 class="elementor-portfolio-item__title">
		Vlaminck Snow Course		</h3>
				</div>
				</a>
		</article>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-af8c556 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af8c556" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-22381af" data-id="22381af" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4c9538b elementor-widget elementor-widget-heading" data-id="4c9538b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Subscribe & Join</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b841e63 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b841e63" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f5898b4" data-id="f5898b4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-60d467b elementor-widget elementor-widget-text-editor" data-id="60d467b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our Subscription is for all LiveStreams which occur every Tuesday.&nbsp; As a bonus we give you full access to to our Courses Library.&nbsp; You can watch Cézanne, Monet, Pissarro, Van Gogh, Garden and Flower Painting, Woodland and Bluebell Painting, Cézanne Still Life, Painting on the Shannon, Gauguin Inspirations, Renoir Riverscapes, Turner Seascapes, Dragon Hunting, Irish Impressionists, RiverRun Wildflowers.&nbsp; We offer 1, 3, and 6 month Subscriptions and these are the most economic solution.&nbsp; They allow you to watch previous LiveStreams and pause, rewind and paint along with the Step by Step instructions.&nbsp; There are free sample video in the Library. so please have a look at the Courses Library.</p>
<p>Traditionally, artists have joined into Schools of painting.&nbsp; Gauguin was aligned with the Pont-Aven School and many artist traveled to Pont-Aven to learn from, study with and join other artist.&nbsp; The Irish School of Landscape Painting is today&#8217;s adventure into collaboration, sharing and learning together..</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ea3a158 elementor-widget elementor-widget-button" data-id="ea3a158" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.irishschooloflandscapepainting.com/index.php/home/subscription/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Subscribe Now</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b513aca" data-id="b513aca" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e5f3afd elementor-widget elementor-widget-image" data-id="e5f3afd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="480" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/suscribe-Image.jpg" class="attachment-large size-large wp-image-3028" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/suscribe-Image.jpg 1024w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/suscribe-Image-600x450.jpg 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/suscribe-Image-300x225.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/suscribe-Image-768x576.jpg 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-30af233 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="30af233" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99aff0e" data-id="99aff0e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7b68c54 elementor-widget elementor-widget-heading" data-id="7b68c54" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Our Teachers</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3485450 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3485450" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fb64837 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fb64837" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-narrow">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3efe536" data-id="3efe536" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d475bc7 elementor-widget elementor-widget-image" data-id="d475bc7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="640" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb.png" class="attachment-large size-large wp-image-3032" alt="Susan Webb tutor of the Art Class Livestream" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb.png 890w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-300x300.png 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-100x100.png 100w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-600x600.png 600w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-150x150.png 150w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-768x768.png 768w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Susan-Webb-450x450.png 450w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
				<div class="elementor-element elementor-element-50a07cf elementor-widget elementor-widget-heading" data-id="50a07cf" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Susan Webb</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-874581a elementor-widget elementor-widget-text-editor" data-id="874581a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Susan runs the Irish School of Landscape Painting, started by her father 60 years ago. She is an excellent teacher, sharing valuable expertise in many disciplines, with her students. A skill that was invaluable during her work with the Watercolour Challenge programme shown on Channel 4 during 1999 and now essential for the LiveStream.</p><p><a href="https://www.irishschooloflandscapepainting.com/index.php/home/susan-webb/"><span style="color: #ffb606;">View Detail</span></a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb74bce" data-id="cb74bce" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b3e2b2 elementor-widget elementor-widget-image" data-id="4b3e2b2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="469" height="469" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb.jpg" class="attachment-large size-large wp-image-3027" alt="Kenneth Webb, founder of the Irish School of Landscape Painting" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb.jpg 469w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb-300x300.jpg 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb-100x100.jpg 100w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb-150x150.jpg 150w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/Kenneth-Webb-450x450.jpg 450w" sizes="(max-width: 469px) 100vw, 469px" />															</div>
				</div>
				<div class="elementor-element elementor-element-a66edbd elementor-widget elementor-widget-heading" data-id="a66edbd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Kenneth Webb</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-f2f8a4f elementor-widget elementor-widget-text-editor" data-id="f2f8a4f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Internationally known artist Kenneth Webb is represented in Ireland by the Kenny Gallery, Galway and in the U.K. by Gladwell &amp; Patterson’s, Knightsbridge, London.<br>In 1953 he was appointed Head of the Painting School, Ulster College of Art. In 1957 he founded the Irish School of Landscape Painting and has since lectured for Queen’s University Belfast, and in the Tate Gallery, and National Gallery, London.</p>
<p><a href="https://www.irishschooloflandscapepainting.com/index.php/home/kenneth-webb/"><span style="color: #ffb606;">View Detail</span></a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ad93934 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ad93934" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-460e8e7" data-id="460e8e7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e8ed8ef elementor-widget elementor-widget-heading" data-id="e8ed8ef" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What will you learn</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2a7e71c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="2a7e71c" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dd0c404 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dd0c404" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-057e83f" data-id="057e83f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-96c4872 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="96c4872" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon elementor-animation-pulse">
				<i aria-hidden="true" class="fas fa-paint-brush"></i>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Oil, Acrylic, Watercolour						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-97539d8" data-id="97539d8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e595a9c elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e595a9c" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon elementor-animation-pulse">
				<i aria-hidden="true" class="fas fa-award"></i>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							4 Stage Method						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d1d11e5" data-id="d1d11e5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-942debf elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="942debf" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon elementor-animation-pulse">
				<i aria-hidden="true" class="far fa-image"></i>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Landscape Painting						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2e0d1cf" data-id="2e0d1cf" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5f6f968 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="5f6f968" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon elementor-animation-pulse">
				<i aria-hidden="true" class="fas fa-apple-alt"></i>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Still Life						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-0e12139" data-id="0e12139" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-86c358e elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="86c358e" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon elementor-animation-pulse">
				<i aria-hidden="true" class="far fa-money-bill-alt"></i>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							<span style="background-color: #bc294e;">Modern &amp; Old Masters</span>						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-86f67c2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="86f67c2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c834a15" data-id="c834a15" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-66f0d49 elementor-arrows-yes elementor-pagination-type-bullets elementor-review--has-separator elementor--star-style-star_fontawesome elementor-widget elementor-widget-reviews" data-id="66f0d49" data-element_type="widget" data-settings="{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="reviews.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides">
				<div class="swiper-wrapper">
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial elementor-repeater-item-fa8977a">
							<div class="elementor-testimonial__header">
											<div class="elementor-testimonial__image">
							<img decoding="async" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Martin Kelly">
													</div>
										<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Martin Kelly</span><div class="elementor-star-rating"><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-7">&#xE934;</i></div><span class="elementor-testimonial__title">CEO</span></cite>					<div class="elementor-testimonial__icon elementor-icon elementor-icon-" aria-label="Read More"></div>				</div>
										<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						Normally go to a class once a week unless I am traveling.  I tried the LiveStream and then subscribed. <br> It's fantastic!  I paint along while watching on my wide screen TV.  My timezone makes it early, but I am up at 6:00 am.					</div>
				</div>
					</div>
								</div>
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial elementor-repeater-item-a0df527">
							<div class="elementor-testimonial__header">
										<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Anne McClean</span><div class="elementor-star-rating"><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i></div><span class="elementor-testimonial__title">Primary Teacher</span></cite>					<div class="elementor-testimonial__icon elementor-icon elementor-icon-" aria-label="Read More"></div>				</div>
										<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						I loved the Cézanne Course.  How does she paint such a picture while telling us all about his life?<br>  It is helping my painting and is my favourite part of the day.					</div>
				</div>
					</div>
								</div>
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial elementor-repeater-item-aabc05e">
							<div class="elementor-testimonial__header">
											<div class="elementor-testimonial__image">
							<img decoding="async" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Maggie Newsome">
													</div>
										<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Maggie Newsome</span><div class="elementor-star-rating"><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-full">&#xE934;</i><i class="elementor-star-4">&#xE934;</i></div><span class="elementor-testimonial__title">Artist</span></cite>					<div class="elementor-testimonial__icon elementor-icon elementor-icon-" aria-label="Read More"></div>				</div>
										<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						I am retired now and have the time so I  try to watch every Live-stream on my iPad.  I will put up my Pissarro painting when I am ready.<br>I am a bit stuck and want some help from Susan.					</div>
				</div>
					</div>
								</div>
									</div>
															<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0" aria-label="Previous">
							<i aria-hidden="true" class="eicon-chevron-left"></i>						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0" aria-label="Next">
							<i aria-hidden="true" class="eicon-chevron-right"></i>						</div>
																<div class="swiper-pagination"></div>
												</div>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d32c7c6 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default" data-id="d32c7c6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-90b5f2b" data-id="90b5f2b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d9db5a1 elementor-widget elementor-widget-heading" data-id="d9db5a1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">CENTEr ACHIEVEMENTS</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6dae584 elementor-widget elementor-widget-text-editor" data-id="6dae584" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Here you can review some statistics about our School</p>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9106c2d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9106c2d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1f3fdea" data-id="1f3fdea" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51c2402 elementor-view-default elementor-widget elementor-widget-icon" data-id="51c2402" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-calendar-alt"></i>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-632abb0 elementor-widget elementor-widget-counter" data-id="632abb0" data-element_type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Years Experience</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="63" data-from-value="1" data-delimiter=",">1</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7d69cac" data-id="7d69cac" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b4e8d1a elementor-view-default elementor-widget elementor-widget-icon" data-id="b4e8d1a" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-chalkboard-teacher"></i>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-5343753 elementor-widget elementor-widget-counter" data-id="5343753" data-element_type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Classes Taught</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="8275" data-from-value="1000" data-delimiter=",">1000</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ae2c707" data-id="ae2c707" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3267b21 elementor-view-default elementor-widget elementor-widget-icon" data-id="3267b21" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-school"></i>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-369d230 elementor-widget elementor-widget-counter" data-id="369d230" data-element_type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Permanent Studios</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="2" data-from-value="" data-delimiter=","></span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div data-elementor-type="footer" data-elementor-id="764" class="elementor elementor-764 elementor-location-footer" data-elementor-post-type="elementor_library">
					<footer class="elementor-section elementor-top-section elementor-element elementor-element-5d9d781 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d9d781" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1d7b23a3" data-id="1d7b23a3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3831716 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="3831716" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.irishschooloflandscapepainting.com">
			<img width="150" height="150" src="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-image-3188" alt="" srcset="https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1-150x150.png 150w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1-300x300.png 300w, https://www.irishschooloflandscapepainting.com/wp-content/uploads/2020/10/LOGO-1-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" />				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5f123ef0" data-id="5f123ef0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7da834f8 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor" data-id="7da834f8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="line-height: 1.3;">The Irish School of Landscape Painting has been teaching Art for over 60 years continuously.&nbsp; Now with Covid-19 we are presented with new challenges which have brought us to the teaching Livestream online Painting Classes.&nbsp; This has become an opportunity for teaching a wider audience and offering richer and more appealing content.&nbsp; Subscribe to be a part of this new era of the School.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-291d9ed7 elementor-shape-square elementor-grid-3 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="291d9ed7" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-3d4d16f" href="https://www.facebook.com/ISOLPLiveStream" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<i class="fab fa-facebook-f"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-12db40b" href="https://twitter.com/search?q=irish%20school%20of%20landscape%20painting&#038;src=typed_query" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-a9400d6" href="https://www.youtube.com/channel/UCMjJ3SUUEHnqJMQeyhEO-nw" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-261cc904" data-id="261cc904" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dffea8 elementor-widget elementor-widget-heading" data-id="dffea8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Who we are</h4>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1d26cd0e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1d26cd0e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-70346981" data-id="70346981" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-230ff73b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="230ff73b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.irishschooloflandscapepainting.com/index.php/About-us">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-caret-right"></i>						</span>
										<span class="elementor-icon-list-text">About Us</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.irishschooloflandscapepainting.com/index.php/contact-us/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-caret-right"></i>						</span>
										<span class="elementor-icon-list-text">Contact</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.irishschooloflandscapepainting.com/index.php/terms-conditions/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-caret-right"></i>						</span>
										<span class="elementor-icon-list-text">Terms & Conditions</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.irishschooloflandscapepainting.com/index.php/privacy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Privacy</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.irishschooloflandscapepainting.com/wp-admin/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-sign-in-alt"></i>						</span>
										<span class="elementor-icon-list-text">Login</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</footer>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ee0edc8 elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ee0edc8" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-757808d" data-id="757808d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8bf1c62 elementor-widget elementor-widget-text-editor" data-id="8bf1c62" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Copyright © 2020 Irish School of Landscape Painting &#8211; All rights reserved</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/education-lms-child\/*","\/wp-content\/themes\/education-lms\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.</div><div class="cli-bar-btn_container"><a role='button' class="cli_settings_button" style="margin:0px 10px 0px 5px">Cookie settings</a><a role='button' data-cli_action="accept" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn">ACCEPT</a></div></div></span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Privacy &amp; Cookies Policy</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
  <div class="cli-modal-dialog" role="document">
	<div class="cli-modal-content cli-bar-popup">
		  <button type="button" class="cli-modal-close" id="cliModalClose">
			<svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
			<span class="wt-cli-sr-only">Close</span>
		  </button>
		  <div class="cli-modal-body">
			<div class="cli-container-fluid cli-tab-container">
	<div class="cli-row">
		<div class="cli-col-12 cli-align-items-stretch cli-px-0">
			<div class="cli-privacy-overview">
				<h4>Privacy Overview</h4>				<div class="cli-privacy-content">
					<div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.</div>
				</div>
				<a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a>			</div>
		</div>
		<div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container">
												<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab">
								Necessary							</a>
															<div class="wt-cli-necessary-checkbox">
									<input type="checkbox" class="cli-user-preference-checkbox"  id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked"  />
									<label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label>
								</div>
								<span class="cli-necessary-caption">Always Enabled</span>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="necessary">
								<div class="wt-cli-cookie-description">
									Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab">
								Non-necessary							</a>
															<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox"  data-id="checkbox-non-necessary" checked='checked' />
									<label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="non-necessary">
								<div class="wt-cli-cookie-description">
									Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.								</div>
							</div>
						</div>
					</div>
										</div>
	</div>
</div>
		  </div>
		  <div class="cli-modal-footer">
			<div class="wt-cli-element cli-container-fluid cli-tab-container">
				<div class="cli-row">
					<div class="cli-col-12 cli-align-items-stretch cli-px-0">
						<div class="cli-tab-footer wt-cli-privacy-overview-actions">
						
															<a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE &amp; ACCEPT</a>
													</div>
						
					</div>
				</div>
			</div>
		</div>
	</div>
  </div>
</div>
<div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
<div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
<!--googleon: all--><p class="woocommerce-store-notice demo_store" data-notice-id="c3b94024444e53a07b04585824ff9437" style="display:none;">Special Offer: 7 day free trial on our monthly subscription include access to over 100 Recordings (for new customers only) <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p>
<div class="xoo-el-container xoo-el-style-popup" style="visibility: hidden;">
    <div class="xoo-el-opac"></div>
    <div class="xoo-el-modal">
        <div class="xoo-el-inmodal">
            <span class="xoo-el-close xoo-el-icon-cross"></span>
            <div class="xoo-el-wrap">
                <div class="xoo-el-sidebar"></div>
                <div class="xoo-el-srcont">
                    <div class="xoo-el-main">
<div class="xoo-el-form-container xoo-el-form-popup" data-active="login">

	
	
	
<div class="xoo-el-header">
	<ul class="xoo-el-tabs">
		
        		  <li data-tab="login" class="xoo-el-login-tgr" style="order: 0 ">Login</li>
        
		
	</ul>
</div>
	
	
		
			
		<div data-section="login" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-login">

					
					<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo-el-username" placeholder="Username / Email"  value="" required="	" autocomplete="username"/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo-el-password" placeholder="Password"  value="" required="	" autocomplete="current-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div></div>
<div class="xoo-aff-group xoo-el-login-btm-fields">
	<label class="xoo-el-form-label">
		<input type="checkbox" name="xoo-el-rememberme" value="forever" />
		<span>Remember me</span>
	</label>
	<a class="xoo-el-lostpw-tgr" rel="nofollow" href="#">Forgot Password?</a>
</div>


<input type="hidden" name="_xoo_el_form" value="login">

<button type="submit" class="button btn xoo-el-action-btn xoo-el-login-btn" >Sign in</button>

<input type="hidden" name="xoo_el_redirect" value="/">
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
		
			
		<div data-section="lostpw" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-lostpw">

					
					

<span class="xoo-el-form-txt">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.</span>

<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="user_login" placeholder="Username / Email"  value="" required="	"/></div></div></div>

<input type="hidden" name="_xoo_el_form" value="lostPassword">

<input type="hidden" name="_wp_http_referer" value="/" />
<button type="submit" class="button btn xoo-el-action-btn xoo-el-lostpw-btn">Email Reset Link</button>
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
	
</div></div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="xoo-el-popup-notice" style="visibility: hidden;">
    <div class="xoo-el-notice-opac"></div>
    <div class="xoo-el-notice-modal">
        <div class="xoo-el-notice-inmodal">
            <span class="xoo-el-notice-close xoo-el-icon-cross"></span>
            <div class="xoo-el-notice-wrap">
               <iframe></iframe>
               <div class="xoo-el-notice-iframestyle" style="display: none;">
                   body::-webkit-scrollbar {
                        width: 7px;
                    }

                    body::-webkit-scrollbar-track {
                        border-radius: 10px;
                        background: #f0f0f0;
                    }

                    body::-webkit-scrollbar-thumb {
                        border-radius: 50px;
                        background: #dfdbdb
                    }
               </div>
            </div>
        </div>
    </div>
</div>		<div data-elementor-type="popup" data-elementor-id="11137" class="elementor elementor-11137 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:{&quot;page_views_views&quot;:1,&quot;page_views&quot;:&quot;yes&quot;,&quot;sessions_sessions&quot;:1,&quot;sessions&quot;:&quot;yes&quot;,&quot;times_times&quot;:1,&quot;times&quot;:&quot;yes&quot;,&quot;logged_in&quot;:&quot;yes&quot;,&quot;logged_in_users&quot;:&quot;all&quot;}}" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-7cdff714 elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-section-height-default" data-id="7cdff714" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50938af7" data-id="50938af7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-133d0bb9 elementor-widget__width-auto elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="133d0bb9" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
			<svg xmlns="http://www.w3.org/2000/svg" id="ba82b16a-8560-4ca1-97b9-ac41bb56bdea" data-name="Layer 1" viewBox="0 0 16.9987 16.9983"><defs><style>.b246dd63-e0cb-4127-bd6e-d273cd4a8c0b{fill:#191919;}</style></defs><path d="M9.5724,8.4983l7.2051-7.2046A.758.758,0,0,0,15.7053.2219L8.5007,7.4265,1.2892.2151A.7579.7579,0,0,0,.2243,1.2937L7.4289,8.4983.23,15.6975a.76.76,0,0,0-.0181,1.0713.75.75,0,0,0,.5405.23.7814.7814,0,0,0,.5435-.2236L8.5007,9.5706,15.71,16.78a.7691.7691,0,0,0,.5411.2149.7583.7583,0,0,0,.5263-1.291Z"></path><path class="b246dd63-e0cb-4127-bd6e-d273cd4a8c0b" d="M.9367,16.4055.9313,16.41Z"></path></svg>			</a>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7d534485 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default" data-id="7d534485" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-446f7248" data-id="446f7248" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2f790ebb elementor-invisible elementor-widget elementor-widget-heading" data-id="2f790ebb" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Make Sure this is for you</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4c5cdee5 elementor-invisible elementor-widget elementor-widget-heading" data-id="4c5cdee5" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:&quot;500&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">We offer you a Free Voucher for one LiveStream so that you can decide if this is for you.  
We want you to become part of our growing membership and interact with each other.
Email us and if it is your first time and we will send you a voucher code.  Give us some details about your painting experience, the media you are using, and what interests you.</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-4fe30c81 elementor-button-align-center elementor-widget elementor-widget-form" data-id="4fe30c81" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Coupon Form">
			<input type="hidden" name="post_id" value="11137"/>
			<input type="hidden" name="form_id" value="4fe30c81"/>
			<input type="hidden" name="referer_title" value="" />

							<input type="hidden" name="queried_id" value="274"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-">
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required">
												<label for="form-field-email" class="elementor-field-label elementor-screen-only">
								Email							</label>
														<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-lg  elementor-field-textual" placeholder="Enter Email Address Here" required="required">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-lg" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Get My Coupon</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				<div class="elementor-element elementor-element-1731f21b elementor-align-center elementor-widget elementor-widget-button" data-id="1731f21b" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">No thanks. I’m not interested.</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
					<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
				<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce-gateway-stripe/build/upe_blocks.css?ver=01e38ce4a409d9a2ff015f6088fdd03e' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css' href='https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.8.5' type='text/css' media='all' />
<script type="text/javascript" id="xoo-el-js-js-extra">
/* <![CDATA[ */
var xoo_el_localize = {"adminurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","redirectDelay":"300","html":{"spinner":"<i class=\"xoo-el-icon-spinner8 xoo-el-spinner\"><\/i>","editField":"<span class=\"xoo-el-edit-em\">Change?<\/span>","notice":{"error":"<div class=\"xoo-el-notice-error \">%s<\/div>","success":"<div class=\"xoo-el-notice-success \">%s<\/div>"}},"autoOpenPopup":"no","autoOpenPopupOnce":"no","aoDelay":"500","loginClass":"","registerClass":"","errorLog":"yes","checkout":{"loginEnabled":"yes","loginRedirect":"\/"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=2.9.2" id="xoo-el-js-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/wise-chat/assets/js/wise-chat.min.js?ver=3.3.4" id="wise-chat-js"></script>
<script type="text/javascript" id="education-lms-custom-js-extra">
/* <![CDATA[ */
var Education_LMS = {"menu_sidebar":"left","sticky_header":"0"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/themes/education-lms/assets/js/custom.js?ver=6.8.1" id="education-lms-custom-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" id="swiper-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.5" id="sourcebuster-js-js"></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.5" id="wc-order-attribution-js"></script>
<script type="text/javascript" id="flagscript-js-extra">
/* <![CDATA[ */
var FlaGallery = {"ajaxurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","nonce":"8b39c7b706","license":"","pack":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/flash-album-gallery/assets/script.js?ver=6.1.2" id="flagscript-js"></script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_310c40b53eaef4608a5cc8a3007b7541","fragment_name":"wc_fragments_310c40b53eaef4608a5cc8a3007b7541","request_timeout":"5000"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.8.5" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.28.4" id="elementor-pro-webpack-runtime-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.4" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.4" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" id="elementor-pro-frontend-js-before">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","nonce":"bdee116f44","urls":{"assets":"https:\/\/www.irishschooloflandscapepainting.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.irishschooloflandscapepainting.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.irishschooloflandscapepainting.com\/shop\/basket\/","checkout_page_url":"https:\/\/www.irishschooloflandscapepainting.com\/shop\/checkout\/","fragments_nonce":"fe5d9e06a2"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.28.4" id="elementor-pro-frontend-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.28.4","is_static":false,"experimentalFeatures":{"home_screen":true},"urls":{"assets":"https:\/\/www.irishschooloflandscapepainting.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.irishschooloflandscapepainting.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"994006eb1a"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":274,"title":"Irish%20School%20of%20Landscape%20Painting%20%E2%80%93%20With%20over%2060%20years%20of%20teaching%20art","excerpt":"","featuredImage":false}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.4" id="elementor-frontend-js"></script>
<script type="text/javascript" src="https://www.irishschooloflandscapepainting.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.28.4" id="pro-elements-handlers-js"></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

			( function ( $ ) {
				$( document ).ready( function() {

					var $checkbox = $( "#wc_gc_send_as_gift_checkbox" ),
						$gc_form  = $( ".woocommerce_gc_giftcard_form_wrapper" );

					var toggle_form = function( $checkbox, $gc_form ) {
						if ( $checkbox.is( ":checked" ) ) {
							$gc_form.show();
						} else {
							$gc_form.hide();
						}
					}

					$checkbox.on( "click", function(){
						toggle_form( $checkbox, $gc_form );
					});

					toggle_form( $checkbox, $gc_form );

				});
			}( jQuery ) );
		
 });
</script>

</body>
</html>
                               

Whois info of domain

Domain Name: ISOLP.COM
Registry Domain ID: 93675922_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-01-01T19:38:32Z
Creation Date: 2003-01-05T16:49:58Z
Registry Expiry Date: 2026-01-05T16:49:58Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: MALCOLM.NS.CLOUDFLARE.COM
Name Server: STEPHANE.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T22:58:39Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass