<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">

	<title>William Darhy &#8211; Street Photography</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="William Darhy &raquo; Feed" href="http://photoblog.william-darhy.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="William Darhy &raquo; Comments Feed" href="http://photoblog.william-darhy.com/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.9.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script
				src="//www.googletagmanager.com/gtag/js?id=UA-3548490-5"  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 = '8.9.1';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-3548490-5',
									];

				/* 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.ua;
							__gtagDataLayer(type, name, parameters);
													} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
															__gtagTracker('config', 'UA-3548490-5', {"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',
								};
								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">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/photoblog.william-darhy.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.0.3"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style 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>
	<link rel='stylesheet' id='bootstrap-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/bootstrap/css/bootstrap.min.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='slick-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/slick/slick.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='slicknav-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/css/slicknav.min.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='slick-theme-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/slick/slick-theme.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='fontawesome-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/font-awesome/css/all.min.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bosa-blocks-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/css/blocks.min.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bosa-google-font-css'  href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C400i%2C600%2C700%2C800%7CPoppins%3A300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900&#038;display=swap&#038;ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bosa-blog-dark-style-parent-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa/style.css?ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bosa-blog-dark-google-fonts-css'  href='https://fonts.googleapis.com/css2?family=Open+Sans%3Aital%2Cwght%400%2C300%3B0%2C400%3B0%2C600%3B0%2C700%3B0%2C800%3B1%2C300%3B1%2C400%3B1%2C600%3B1%2C700%3B1%2C800&#038;display=swap&#038;ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bosa-blog-dark-google-fonts-two-css'  href='https://fonts.googleapis.com/css2?family=Playfair+Display%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&#038;display=swap&#038;ver=6.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='http://photoblog.william-darhy.com/wp-includes/css/dist/block-library/style.min.css?ver=6.0.3' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<style id='wp-block-library-theme-inline-css' type='text/css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}
</style>
<link rel='stylesheet' id='mediaelement-css'  href='http://photoblog.william-darhy.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='http://photoblog.william-darhy.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.0.3' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--tan: #D2B48C;--wp--preset--color--yellow: #FDE64B;--wp--preset--color--orange: #ED7014;--wp--preset--color--red: #D0312D;--wp--preset--color--pink: #b565a7;--wp--preset--color--purple: #A32CC4;--wp--preset--color--blue: #4E97D8;--wp--preset--color--green: #00B294;--wp--preset--color--brown: #231709;--wp--preset--color--grey: #7D7D7D;--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 12px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 16px;--wp--preset--font-size--larger: 36px;--wp--preset--font-size--huge: 48px;}.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;}
</style>
<link rel='stylesheet' id='bosa-style-css'  href='http://photoblog.william-darhy.com/wp-content/themes/bosa-blog-dark/style.css?ver=6.0.3' type='text/css' media='all' />
<style id='bosa-style-inline-css' type='text/css'>
.byline { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
</style>
<link rel='stylesheet' id='jetpack_css-css'  href='http://photoblog.william-darhy.com/wp-content/plugins/jetpack/css/jetpack.css?ver=11.5.1' type='text/css' media='all' />
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.9.1' id='monsterinsights-frontend-script-js'></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\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"http:\/\/photoblog.william-darhy.com","hash_tracking":"false","ua":"UA-3548490-5","v4_id":""};/* ]]> */
</script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<link rel="https://api.w.org/" href="http://photoblog.william-darhy.com/wp-json/" /><link rel="alternate" type="application/json" href="http://photoblog.william-darhy.com/wp-json/wp/v2/pages/50" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://photoblog.william-darhy.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://photoblog.william-darhy.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.3" />
<link rel="canonical" href="http://photoblog.william-darhy.com/" />
<link rel='shortlink' href='http://photoblog.william-darhy.com/' />
<link rel="alternate" type="application/json+oembed" href="http://photoblog.william-darhy.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fphotoblog.william-darhy.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://photoblog.william-darhy.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fphotoblog.william-darhy.com%2F&#038;format=xml" />
	<style>img#wpstats{display:none}</style>
				<style>.site-header .site-branding > a {max-width: 270px;overflow: hidden;display: inline-block;}/* Site Title */.header-one .site-branding .site-title, .header-two .site-branding .site-title, .header-three .site-branding .site-title {color: #030303;}/* Tagline */.header-one .site-branding .site-description,.header-two .site-branding .site-description,.header-three .site-branding .site-description {color: #767676;}/* Site general link color */a {color: #a6a6a6;}/* Page and Single Post Title */body.single .page-title, body.page .page-title {color: #101010;}/* Site body Text */body, html {color: #333333;}/* Heading Text */h1, h2, h3, h4, h5, h6, .product-title {color: #030303;}/* Primary Background */.section-title:before, .button-primary, body[class*="woocommerce"] span.onsale, body .woocommerce.widget_price_filter .ui-slider .ui-slider-handle, #offcanvas-menu .header-btn-wrap .header-btn .button-primary {background-color: #EB5A3E;}/* Primary Border */.post .entry-content .entry-header .cat-links a, .attachment .entry-content .entry-header .cat-links a, .wrap-coming-maintenance-mode .content .button-container .button-primary {border-color: #EB5A3E;}/* Primary Color */ blockquote:before, .post .entry-content .entry-header .cat-links a, .attachment .entry-content .entry-header .cat-links a, .post .entry-meta a:before, .attachment .entry-meta a:before, .single .entry-container .cat-links:before, .post .entry-meta .tag-links:before {color: #EB5A3E;}/* Hover Background */input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .button-primary:hover, .button-primary:focus, .button-primary:active, .button-outline:hover, .button-outline:focus, .button-outline:active, .search-form .search-button:hover, .search-form .search-button:focus, .search-form .search-button:active, .page-numbers:hover, .page-numbers:focus, .page-numbers:active, #back-to-top a:hover, #back-to-top a:focus, #back-to-top a:active, .section-highlight-post .slick-control li.slick-arrow:not(.slick-disabled):hover, .section-highlight-post .slick-control li.slick-arrow:not(.slick-disabled):focus, .section-highlight-post .slick-control li.slick-arrow:not(.slick-disabled):active, .alt-menu-icon a:hover .icon-bar, .alt-menu-icon a:focus .icon-bar, .alt-menu-icon a:active .icon-bar, .alt-menu-icon a:hover .icon-bar:before, .alt-menu-icon a:hover .icon-bar:after, .alt-menu-icon a:focus .icon-bar:before, .alt-menu-icon a:focus .icon-bar:after, .alt-menu-icon a:active .icon-bar:before, .alt-menu-icon a:active .icon-bar:after, #offcanvas-menu .close-offcanvas-menu button:hover,#offcanvas-menu .close-offcanvas-menu button:active, .highlight-post-slider .post .entry-meta .cat-links a:hover, .highlight-post-slider .post .entry-meta .cat-links a:focus, .highlight-post-slider .post .entry-meta .cat-links a:active, .site-footer .social-profile ul li a:hover, .site-footer .social-profile ul li a:focus, .site-footer .social-profile ul li a:active, #back-to-top a:hover, #back-to-top a:focus, #back-to-top a:active, .comments-area .comment-list .reply a:hover, .comments-area .comment-list .reply a:focus, .comments-area .comment-list .reply a:active, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, .infinite-scroll #infinite-handle span:hover, .infinite-scroll #infinite-handle span:focus, .infinite-scroll #infinite-handle span:active, .slicknav_btn:hover .slicknav_icon-bar, .slicknav_btn:focus .slicknav_icon-bar, .slicknav_btn:hover .slicknav_icon-bar, .slicknav_btn:hover .slicknav_icon-bar:first-child:before, .slicknav_btn:hover .slicknav_icon-bar:first-child:after, .slicknav_btn:focus .slicknav_icon-bar:first-child:before, .slicknav_btn:focus .slicknav_icon-bar:first-child:after, .slicknav_btn:hover .slicknav_icon-bar:first-child:before, .slicknav_btn:hover .slicknav_icon-bar:first-child:after, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .body[class*="woocommerce"] #respond input#submit:hover, body[class*="woocommerce"] #respond input#submit:focus, body[class*="woocommerce"] #respond input#submit:active, body[class*="woocommerce"] a.button:hover, body[class*="woocommerce"] a.button:focus, body[class*="woocommerce"] a.button:active, body[class*="woocommerce"] button.button:hover, body[class*="woocommerce"] button.button:focus, body[class*="woocommerce"] button.button:active, body[class*="woocommerce"] input.button:hover, body[class*="woocommerce"] input.button:focus, body[class*="woocommerce"] input.button:active, body[class*="woocommerce"] a.button.alt:hover, body[class*="woocommerce"] a.button.alt:focus, body[class*="woocommerce"] a.button.alt:active, body[class*="woocommerce"] button.button.alt:hover, body[class*="woocommerce"] button.button.alt:focus, body[class*="woocommerce"] button.button.alt:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .widget.widget_product_search [type=submit]:hover, .widget.widget_product_search [type=submit]:focus, .widget.widget_product_search [type=submit]:active, #offcanvas-menu .header-btn-wrap .header-btn .button-primary:hover, #offcanvas-menu .header-btn-wrap .header-btn .button-primary:focus, #offcanvas-menu .header-btn-wrap .header-btn .button-primary:active, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:hover, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:focus, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:active, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background-color: #086abd;}/* Hover Border */.button-outline:hover, .button-outline:focus, .button-outline:active, #offcanvas-menu .close-offcanvas-menu button:hover, #offcanvas-menu .close-offcanvas-menu button:active, .page-numbers:hover, .page-numbers:focus, .page-numbers:active, #back-to-top a:hover, #back-to-top a:focus, #back-to-top a:active, .post .entry-content .entry-header .cat-links a:hover, .post .entry-content .entry-header .cat-links a:focus, .post .entry-content .entry-header .cat-links a:active, .attachment .entry-content .entry-header .cat-links a:hover, .attachment .entry-content .entry-header .cat-links a:focus, .attachment .entry-content .entry-header .cat-links a:active, .banner-content .entry-content .entry-header .cat-links a:hover, .banner-content .entry-content .entry-header .cat-links a:focus, .banner-content .entry-content .entry-header .cat-links a:active, .slick-control li:not(.slick-disabled):hover span, .slick-control li:not(.slick-disabled):focus span, .slick-control li:not(.slick-disabled):active span, .section-banner .banner-content .button-container .button-outline:hover, .section-banner .banner-content .button-container .button-outline:focus, .section-banner .banner-content .button-container .button-outline:active, #back-to-top a:hover, #back-to-top a:focus, #back-to-top a:active, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:hover, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:focus, #offcanvas-menu .header-btn-wrap .header-btn .button-outline:active, .wrap-coming-maintenance-mode .content .social-profile ul a:hover, .wrap-coming-maintenance-mode .content .social-profile ul a:focus, .wrap-coming-maintenance-mode .content .social-profile ul a:active, .summary .yith-wcwl-add-button a:hover, .woocommerce .entry-summary a.compare.button:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {border-color: #086abd;}/* Hover Text */a:hover, a:focus, a:active, .main-navigation ul.menu ul li a:hover, .main-navigation ul.menu ul li a:focus, .main-navigation ul.menu ul li a:active, .main-navigation ul.menu > li:hover > a, .main-navigation ul.menu > li:focus > a, .main-navigation ul.menu > li:active > a, .main-navigation ul.menu > li.focus > a, .main-navigation ul.menu li.current-menu-item > a, .main-navigation ul.menu li.current_page_item > a, .main-navigation ul.menu li.current-menu-parent > a, .comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:active, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:focus, .posts-navigation .nav-previous a:active, .posts-navigation .nav-next a:hover, .posts-navigation .nav-next a:focus, .posts-navigation .nav-next a:active, .post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:active, .post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus, .post-navigation .nav-next a:active, .social-profile ul li a:hover, .social-profile ul li a:focus, .social-profile ul li a:active, .post .entry-content .entry-header .cat-links a:hover, .post .entry-content .entry-header .cat-links a:focus, .post .entry-content .entry-header .cat-links a:active, .attachment .entry-content .entry-header .cat-links a:hover, .attachment .entry-content .entry-header .cat-links a:focus, .attachment .entry-content .entry-header .cat-links a:active, .banner-content .entry-content .entry-header .cat-links a:hover, .banner-content .entry-content .entry-header .cat-links a:focus, .banner-content .entry-content .entry-header .cat-links a:active, .post .entry-meta a:hover, .post .entry-meta a:focus, .post .entry-meta a:active, .attachment .entry-meta a:hover, .attachment .entry-meta a:focus, .attachment .entry-meta a:active, .banner-content .entry-meta a:hover, .banner-content .entry-meta a:focus, .banner-content .entry-meta a:active, .post .entry-meta a:hover:before, .post .entry-meta a:focus:before, .post .entry-meta a:active:before, .attachment .entry-meta a:hover:before, .attachment .entry-meta a:focus:before, .attachment .entry-meta a:active:before, .banner-content .entry-meta a:hover:before, .banner-content .entry-meta a:focus:before, .banner-content .entry-meta a:active:before, .breadcrumb-wrap .breadcrumbs .trail-items a:hover, .breadcrumb-wrap .breadcrumbs .trail-items a:focus, .breadcrumb-wrap .breadcrumbs .trail-items a:active, .site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title a:focus, .site-header .site-branding .site-title a:active, .header-icons .search-icon:hover, .header-icons .search-icon:focus, .header-icons .search-icon:active, .header-search .search-form .search-button:hover, .header-search .close-button:hover, .header-contact ul a:hover, .header-contact ul a:focus, .header-contact ul a:active, .section-banner .banner-content .entry-meta a:hover, .section-banner .banner-content .entry-meta a:focus, .section-banner .banner-content .entry-meta a:active, .site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active, .site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus, .site-footer .footer-menu ul li a:active, .comments-area .comment-list .comment-metadata a:hover, .comments-area .comment-list .comment-metadata a:focus, .comments-area .comment-list .comment-metadata a:active, .widget ul li a:hover, .widget ul li a:focus, .widget ul li a:active, body[class*="woocommerce"] .product_meta .posted_in a:hover, body[class*="woocommerce"] .product_meta .posted_in a:focus, body[class*="woocommerce"] .product_meta .posted_in a:active, body[class*="woocommerce"] .product_meta .tagged_as a:hover, body[class*="woocommerce"] .product_meta .tagged_as a:focus, body[class*="woocommerce"] .product_meta .tagged_as a:active, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce .woocommerce-MyAccount-navigation ul li a:active, .woocommerce .woocommerce-MyAccount-content p a:hover, .woocommerce .woocommerce-MyAccount-content p a:focus, .woocommerce .woocommerce-MyAccount-content p a:active, .product .product-compare-wishlist .product-compare a:hover, .product .product-compare-wishlist .product-wishlist a:hover, .section-banner .banner-content .button-container .button-text:hover, .section-banner .banner-content .button-container .button-text:focus, .section-banner .banner-content .button-container .button-text:active, .social-profile ul li a:hover, .wrap-coming-maintenance-mode .content .header-contact ul a:hover, .wrap-coming-maintenance-mode .content .header-contact ul a:focus, .wrap-coming-maintenance-mode .content .header-contact ul a:active, #offcanvas-menu .header-navigation ul.menu > li a:hover, #offcanvas-menu .header-navigation ul.menu > li a:focus, #offcanvas-menu .header-navigation ul.menu > li a:active, #offcanvas-menu .social-profile ul li a:hover, #offcanvas-menu .social-profile ul li a:focus, #offcanvas-menu .social-profile ul li a:active, #offcanvas-menu .header-contact ul li a:hover, #offcanvas-menu .header-contact ul li a:focus, #offcanvas-menu .header-contact ul li a:active, #offcanvas-menu .header-btn-wrap .header-btn .button-text:hover, #offcanvas-menu .header-btn-wrap .header-btn .button-text:focus, #offcanvas-menu .header-btn-wrap .header-btn .button-text:active, .wrap-coming-maintenance-mode .content .social-profile ul a:hover, .wrap-coming-maintenance-mode .content .social-profile ul a:focus, .wrap-coming-maintenance-mode .content .social-profile ul a:active, body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, body[class*="woocommerce"] ul.products li.product .woocommerce-loop-product__title:hover, body[class*="woocommerce"] ul.products li.product .woocommerce-loop-product__title:focus, body[class*="woocommerce"] ul.products li.product .woocommerce-loop-product__title:active, .woocommerce ul.products li.product .price ins:hover, .woocommerce ul.products li.product .price ins:focus, .woocommerce ul.products li.product .price ins:active, .widget.widget_recently_viewed_products li .product-title:hover, .widget.widget_recently_viewed_products li .product-title:active, .widget.widget_recent_reviews li .product-title:hover, .widget.widget_recent_reviews li .product-title:active, .widget.widget_products .product_list_widget li .product-title:hover,.widget.widget_products .product_list_widget li .product-title:active, .summary .yith-wcwl-add-button a:hover, .woocommerce .entry-summary a.compare.button:hover, body[class*=woocommerce] ul.products li.product .price:hover {color: #086abd;}/* Feature Posts*/.feature-posts-layout-one .feature-posts-content-wrap .feature-posts-image:before { background-color: rgba(0, 0, 0, 0.1);}.header-one .top-header,.header-two .top-header,.header-three .top-header {background-color: ;}.header-one .header-contact ul li, .header-one .header-contact ul li a, .header-one .social-profile ul li a,.header-one .header-icons .search-icon,.header-two .header-contact ul li, .header-two .header-contact ul li a, .header-two .social-profile ul li a,.header-two .header-icons .search-icon,.header-three .header-navigation ul.menu > li > a, .header-three .alt-menu-icon .iconbar-label, .header-three .social-profile ul li a {color: #333333;}@media only screen and (max-width: 991px) {.alt-menu-icon .iconbar-label {color: #333333;}header.site-header .alt-menu-icon .icon-bar, header.site-header .alt-menu-icon .icon-bar:before, header.site-header .alt-menu-icon .icon-bar:after {background-color: #333333;}.alt-menu-icon a:hover .iconbar-label,.alt-menu-icon a:focus .iconbar-label,.alt-menu-icon a:active .iconbar-label {color: #086abd;}header.site-header .alt-menu-icon a:hover .icon-bar, header.site-header .alt-menu-icon a:focus .icon-bar, header.site-header .alt-menu-icon a:active .icon-bar, header.site-header .alt-menu-icon a:hover .icon-bar:before, header.site-header .alt-menu-icon a:focus .icon-bar:before, header.site-header .alt-menu-icon a:active .icon-bar:before, header.site-header .alt-menu-icon a:hover .icon-bar:after,header.site-header .alt-menu-icon a:focus .icon-bar:after,header.site-header .alt-menu-icon a:active .icon-bar:after {background-color: #086abd;}}.header-one .alt-menu-icon .icon-bar, .header-one .alt-menu-icon .icon-bar:before, .header-one .alt-menu-icon .icon-bar:after,.header-two .alt-menu-icon .icon-bar, .header-two .alt-menu-icon .icon-bar:before, .header-two .alt-menu-icon .icon-bar:after {background-color: #333333;}.header-one .header-contact ul li a:hover, .header-one .header-contact ul li a:focus, .header-one .header-contact ul li a:active, .header-one .social-profile ul li a:hover, .header-one .social-profile ul li a:focus, .header-one .social-profile ul li a:active,.header-one .header-search-wrap .search-icon:hover,.header-one .header-search-wrap .search-icon:focus,.header-one .header-search-wrap .search-icon:active,.header-two .header-contact ul li a:hover, .header-two .header-contact ul li a:focus, .header-two .header-contact ul li a:active, .header-two .social-profile ul li a:hover,.header-two .social-profile ul li a:focus,.header-two .social-profile ul li a:active,.header-two .header-icons .search-icon:hover,.header-two .header-icons .search-icon:focus,.header-two .header-icons .search-icon:active,.header-three .header-navigation ul.menu > li > a:hover, .header-three .header-navigation ul.menu > li > a:focus, .header-three .header-navigation ul.menu > li > a:active, .header-three .social-profile ul li a:hover, .header-three .social-profile ul li a:focus, .header-three .social-profile ul li a:active {color: #086abd;}.header-one .alt-menu-icon a:hover .icon-bar, .header-one .alt-menu-icon a:focus .icon-bar, .header-one .alt-menu-icon a:active .icon-bar, .header-one .alt-menu-icon a:hover .icon-bar:before, .header-one .alt-menu-icon a:focus .icon-bar:before, .header-one .alt-menu-icon a:active .icon-bar:before, .header-one .alt-menu-icon a:hover .icon-bar:after,.header-one .alt-menu-icon a:focus .icon-bar:after,.header-one .alt-menu-icon a:active .icon-bar:after,.header-two .alt-menu-icon a:hover .icon-bar, .header-two .alt-menu-icon a:focus .icon-bar, .header-two .alt-menu-icon a:active .icon-bar, .header-two .alt-menu-icon a:hover .icon-bar:before, .header-two .alt-menu-icon a:focus .icon-bar:before, .header-two .alt-menu-icon a:active .icon-bar:before, .header-two .alt-menu-icon a:hover .icon-bar:after,.header-two .alt-menu-icon a:focus .icon-bar:after,.header-two .alt-menu-icon a:active .icon-bar:after,.home .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar, .home .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar, .home .header-two:not(.sticky-header) .alt-menu-icon a:active .icon-bar, .home .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar:before, .home .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar:before, .home .header-two:not(.sticky-header) .alt-menu-icon a:active .icon-bar:before, .home .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar:after,.home .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar:after,.home .header-two:not(.sticky-header) .alt-menu-icon a:active .icon-bar:after {background-color: #086abd;}.mid-header .overlay {background-color: ;}.header-three .site-branding .site-title a:hover,.header-three .site-branding .site-title a:focus,.header-three .site-branding .site-title a:active {color: #086abd;}.header-one .bottom-header .overlay,.header-two .bottom-header .overlay,.header-three .bottom-header,.header-three .mobile-menu-container {background-color: ;}@media only screen and (max-width: 991px) {.header-one .mobile-menu-container {background-color: ;}}.header-one .main-navigation ul.menu > li > a,.header-two .main-navigation ul.menu > li > a,.header-three .main-navigation ul.menu > li > a, .header-three .header-icons .search-icon {color: #333333;}.site-header .slicknav_btn:not(.slicknav_open) .slicknav_icon span,.site-header .slicknav_btn:not(.slicknav_open) .slicknav_icon span:first-child:before, .site-header .slicknav_btn:not(.slicknav_open) .slicknav_icon span:first-child:after {background-color: #333333;}.header-one .site-branding .site-title a:hover,.header-one .site-branding .site-title a:focus,.header-one .site-branding .site-title a:active,.header-one .main-navigation ul.menu li a:hover, .header-one .main-navigation ul.menu li a:focus, .header-one .main-navigation ul.menu li a:active, .header-one .main-navigation ul.menu li.current-menu-item > a,.header-one .main-navigation ul.menu li.current_page_item > a,.header-one .main-navigation ul.menu > li:hover > a, .header-one .main-navigation ul.menu > li:focus > a, .header-one .main-navigation ul.menu > li:active > a, .header-two .site-branding .site-title a:hover,.header-two .site-branding .site-title a:focus,.header-two .site-branding .site-title a:active,.header-two .header-search-wrap .search-icon:hover,.header-two .header-search-wrap .search-icon:focus,.header-two .header-search-wrap .search-icon:active,.header-two .main-navigation ul.menu li a:hover, .header-two .main-navigation ul.menu li a:focus, .header-two .main-navigation ul.menu > li > a:active, .header-two .main-navigation ul.menu li.current-menu-item > a,.header-two .main-navigation ul.menu li.current_page_item > a,.header-two .main-navigation ul.menu > li:hover > a, .header-two .main-navigation ul.menu > li:focus > a, .header-two .main-navigation ul.menu > li:active > a, .header-two .header-icons .search-icon:hover, .header-two .header-icons .search-icon:focus, .header-two .header-icons .search-icon:active, .home .header-two:not(.sticky-header) .main-navigation ul.menu li a:hover, .home .header-two:not(.sticky-header) .main-navigation ul.menu li a:focus, .home .header-two:not(.sticky-header) .main-navigation ul.menu li a:active,.header-three .main-navigation ul.menu > li > a:hover, .header-three .main-navigation ul.menu > li > a:focus, .header-three .main-navigation ul.menu > li > a:active, .header-three .main-navigation ul.menu li.current-menu-item > a,.header-three .main-navigation ul.menu li.current_page_item > a,.header-three .main-navigation ul.menu > li:hover > a, .header-three .main-navigation ul.menu > li:focus > a, .header-three .main-navigation ul.menu > li:active > a, .header-three .header-icons .search-icon:hover, .header-three .header-icons .search-icon:focus, .header-three .header-icons .search-icon:active {color: #086abd;}.header-three .alt-menu-icon .icon-bar, .header-three .alt-menu-icon .icon-bar:before, .header-three .alt-menu-icon .icon-bar:after {background-color: #333333;}.header-three .alt-menu-icon a:hover .icon-bar, .header-three .alt-menu-icon a:focus .icon-bar, .header-three .alt-menu-icon a:active .icon-bar, .header-three .alt-menu-icon a:hover .icon-bar:before, .header-three .alt-menu-icon a:focus .icon-bar:before, .header-three .alt-menu-icon a:active .icon-bar:before, .header-three .alt-menu-icon a:hover .icon-bar:after,.header-three .alt-menu-icon a:focus .icon-bar:after,.header-three .alt-menu-icon a:active .icon-bar:after {background-color: #086abd;}@media only screen and (max-width: 991px) {.mobile-menu-container .slicknav_menu .slicknav_menutxt {color: #333333;}.mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:before,.mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:after {background-color: #333333;}.mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_menutxt,.mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_menutxt,.mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_menutxt,.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {color: #086abd;}.mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:before,.mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span:first-child:before,.mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span:first-child:before,.mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:after,.mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span:first-child:after,.mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span:first-child:after {background-color: #086abd;}}/* Transparent Top Header */.transparent-header .header-two.site-header .top-header {background-color: ;}/* Site Title */.transparent-header .site-header.header-two:not(.sticky-header) .site-branding .site-title {color: #ffffff;}/* Tagline */.transparent-header .site-header.header-two:not(.sticky-header) .site-branding .site-description {color: #e6e6e6;}/* Top Header Color */.transparent-header .header-two.site-header .header-contact ul a,.transparent-header .header-two.site-header .header-contact ul li,.transparent-header .header-two.site-header .social-profile ul li a, .transparent-header .header-two.site-header .header-search-wrap .search-icon {color: #ffffff;}.transparent-header .header-two.site-header .header-contact ul a:hover,.transparent-header .header-two.site-header .header-contact ul a:focus,.transparent-header .header-two.site-header .header-contact ul a:active,.transparent-header .header-two.site-header .social-profile ul li a:hover, .transparent-header .header-two.site-header .social-profile ul li a:focus, .transparent-header .header-two.site-header .social-profile ul li a:active, .transparent-header .header-two.site-header .header-search-wrap .search-icon:hover,.transparent-header .header-two.site-header .header-search-wrap .search-icon:focus,.transparent-header .header-two.site-header .header-search-wrap .search-icon:active {color: #086abd;}.transparent-header .header-two:not(.sticky-header) .alt-menu-icon .icon-bar,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon .icon-bar:before, .transparent-header .header-two:not(.sticky-header) .alt-menu-icon .icon-bar:after {background-color: #ffffff;}.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar:before, .transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar:before, .transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:active .icon-bar:before, .transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:hover .icon-bar:after,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:focus .icon-bar:after,.transparent-header .header-two:not(.sticky-header) .alt-menu-icon a:active .icon-bar:after {background-color: #086abd;}/* Transparent bottom Header */.transparent-header .header-two.site-header .bottom-header .overlay {background-color: ;}/* Header Menu */.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu > li > a {color: #ffffff;}@media only screen and (max-width: 991px) {.transparent-header .header-two .alt-menu-icon .iconbar-label {color: #ffffff;}.transparent-header .header-two .alt-menu-icon a:hover .iconbar-label,.transparent-header .header-two .alt-menu-icon a:focus .iconbar-label,.transparent-header .header-two .alt-menu-icon a:active .iconbar-label {color: #086abd;}.transparent-header .header-two:not(.sticky-header) .mobile-menu-container .slicknav_menu .slicknav_menutxt {color: #ffffff;}.transparent-header .header-two:not(.sticky-header) .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span, .transparent-header .header-two:not(.sticky-header) .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:before, .transparent-header .header-two:not(.sticky-header) .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:after {background-color: #ffffff;}}/* Transparent Header bottom Hover Color*/.transparent-header .site-header.header-two:not(.sticky-header) .site-branding .site-title a:hover,.transparent-header .site-header.header-two:not(.sticky-header) .site-branding .site-title a:focus,.transparent-header .site-header.header-two:not(.sticky-header) .site-branding .site-title a:active,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li > a:hover,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li > a:focus,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li > a:active,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li:hover > a, .transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li:focus > a, .transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li:active > a,.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_menutxt,.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_menutxt,.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_menutxt,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li.current-menu-item > a,.transparent-header .header-two:not(.sticky-header) .main-navigation ul.menu li.current_page_item > a {color: #086abd;}.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:before, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span:first-child:before, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span:first-child:before, .transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:after,.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span:first-child:after,.transparent-header .header-two .mobile-menu-container .slicknav_menu .slicknav_btn:active .slicknav_icon span:first-child:after {background-color: #086abd;}#masthead .main-navigation ul.menu ul li a:hover,#masthead .main-navigation ul.menu ul li a:focus,#masthead .main-navigation ul.menu ul li a:active {color: #086abd;}.site-header .site-branding img {display: none;}@media screen and (max-width: 991px){.site-header.sticky-header .fixed-header {position: relative;}}@media screen and (max-width: 991px){.top-header {border-bottom: none;}}@media screen and (max-width: 991px){.mid-header,.bottom-header,.header-one .mobile-menu-container .slicknav_menu {border-bottom: none;}}.site-header.sticky-header .site-branding > a {max-width: 270px;}@media only screen and (min-width: 992px) {.site-header:not(.sticky-header) .header-image-wrap {height: 540px;width: 100%;position: relative;}}.header-slide-item {background-position: center center;background-repeat: no-repeat;background-size: cover;}@media only screen and (min-width: 768px) {.overlay-post .inner-banner-content {height: 400px;overflow: hidden;}}.overlay-post .inner-banner-content {background-position: center center;background-repeat: no-repeat;background-size: cover;}.overlay-post .inner-banner-content:before { background-color: rgba(0, 0, 0, 0.4);}@media only screen and (min-width: 768px) {.overlay-page .inner-banner-content {height: 400px;overflow: hidden;}}.overlay-page .inner-banner-content {background-position: center center;background-repeat: no-repeat;background-size: cover;}.overlay-page .inner-banner-content:before { background-color: rgba(0, 0, 0, 0.4);}@media only screen and (min-width: 768px) {.banner-img {height: 550px;overflow: hidden;}}.main-slider .banner-img .overlay {background-color: ;}.section-banner .banner-content .entry-title {color: #ffffff;}.banner-content .entry-content .entry-header .cat-links a {color: #ebebeb;border-color: #ebebeb;}.section-banner .banner-content .entry-meta a {color: #ebebeb;}.section-banner .banner-content .entry-meta a:before {color: #FFFFFF;} .section-banner .entry-text {color: #ffffff;}.banner-content .entry-content .entry-header .cat-links a:hover, .banner-content .entry-content .entry-header .cat-links a:focus, .banner-content .entry-content .entry-header .cat-links a:active,.banner-content .entry-title a:hover,.banner-content .entry-title a:focus,.banner-content .entry-title a:active,.section-banner .banner-content .entry-meta a:hover, .section-banner .banner-content .entry-meta a:focus, .section-banner .banner-content .entry-meta a:active,.section-banner .banner-content .entry-meta a:hover:before, .section-banner .banner-content .entry-meta a:focus:before, .section-banner .banner-content .entry-meta a:active:before {color: #a8d8ff;}.banner-content .entry-content .entry-header .cat-links a:hover, .banner-content .entry-content .entry-header .cat-links a:focus, .banner-content .entry-content .entry-header .cat-links a:active {border-color: #a8d8ff;}.main-slider .banner-img {background-position: center center;background-repeat: no-repeat;background-size: cover;}.site-footer.has-footer-bg .site-footer-inner {background-position: center center;background-repeat: no-repeat;background-size: cover;}.footer-widget-wrap {padding-top: 0px;padding-bottom: 50px;}.top-footer {background-color: ;}.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,.site-footer .product-title {color: #030303;}.site-footer .widget .widget-title:before {background-color: #030303;}.site-footer a, .site-footer .widget ul li a,.site-footer .widget .tagcloud a,.site-footer .post .entry-meta a,.site-footer .post .entry-meta a:before {color: #656565;}.widget ul li,.latest-posts-widget .post {border-bottom-color: rgba(101,101,101,0.2);}.site-footer .widget .tagcloud a {border-color: #656565;}.site-footer,.site-footer table th, .site-footer table td,.site-footer .widget.widget_calendar table {color: #656565;}.site-footer a:hover, .site-footer a:focus, .site-footer a:active, .site-footer .widget ul li a:hover, .site-footer .widget ul li a:focus, .site-footer .widget ul li a:active,.site-footer .post .entry-meta a:hover, .site-footer .post .entry-meta a:focus, .site-footer .post .entry-meta a:active,.site-footer .post .entry-meta a:hover:before, .site-footer .post .entry-meta a:focus:before, .site-footer .post .entry-meta a:active:before {color: #086abd;}.site-footer .widget .tagcloud a:hover,.site-footer .widget .tagcloud a:focus,.site-footer .widget .tagcloud a:active {background-color: #086abd;border-color: #086abd;color: #FFFFFF;}.bottom-footer {padding-top: 30px;padding-bottom: 30px;}.bottom-footer {background-color: ;}.bottom-footer {color: #656565;}.site-footer .social-profile ul li a {background-color: rgba(56,56,56,0.1);}.site-info a, .site-footer .social-profile ul li a, .footer-menu ul li a {color: #383838;}.site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active, .site-footer .footer-menu ul li a:hover,.site-footer .footer-menu ul li a:focus,.site-footer .footer-menu ul li a:active {color: #086abd;}.site-footer .social-profile ul li a:hover, .site-footer .social-profile ul li a:focus, .site-footer .social-profile ul li a:active {background-color: #086abd;}.site-footer .social-profile ul li a {font-size: 15px;}.feature-posts-content-wrap .feature-posts-image {background-position: center center;background-repeat: no-repeat;background-size: cover;}.feature-posts-content-wrap .feature-posts-image {border-radius: 0px;overflow: hidden;}.feature-posts-layout-one .feature-posts-image {-webkit-align-items: flex-end;-moz-align-items: flex-end;-ms-align-items: flex-end;-ms-flex-align: flex-end;align-items: flex-end;}.feature-posts-layout-one .feature-posts-content {margin-bottom: 20px;}.preloader-content {max-width: 40px;overflow: hidden;display: inline-block;}#primary article .entry-title {color: #101010;}#primary article .entry-title a:hover, #primary article .entry-title a:focus, #primary article .entry-title a:active {color: #086abd;}#primary article .entry-content .entry-header .cat-links a,#primary article .attachment .entry-content .entry-header .cat-links a {color: #a5a1a1;}#primary article .entry-content .entry-header .cat-links a {border-color: #a5a1a1;}#primary article .entry-content .entry-header .cat-links a:hover, #primary article .entry-content .entry-header .cat-links a:focus, #primary article .entry-content .entry-header .cat-links a:active {color: #086abd;border-color: #086abd;}#primary article .entry-meta a {color: #7a7a7a;}#primary article .entry-meta a:before {color: #ffffff;}#primary article .entry-meta a:hover,#primary article .entry-meta a:focus,#primary article .entry-meta a:active,#primary article .entry-meta a:hover:before,#primary article .entry-meta a:focus:before,#primary article .entry-meta a:active:before {color: #086abd;}#primary article .entry-text {color: #333333;}#primary article .featured-image a {border-radius: 0px;}#primary article.sticky .featured-image a { border-radius: 0px;}article.sticky {border-radius: 0px;}.feature-posts-content .feature-posts-title {color: #FFFFFF;}.feature-posts-layout-one .feature-posts-content .feature-posts-title a:after {background-color: #FFFFFF;}.feature-posts-content .feature-posts-title a:hover, .feature-posts-content .feature-posts-title a:focus, .feature-posts-content .feature-posts-title a:active {color: #a8d8ff;}.feature-posts-layout-one .feature-posts-content .feature-posts-title a:hover:after, .feature-posts-layout-one .feature-posts-content .feature-posts-title a:focus:after, .feature-posts-layout-one .feature-posts-content .feature-posts-title a:active:after {background-color: #a8d8ff;}.feature-posts-content .cat-links a {color: #FFFFFF;}.feature-posts-layout-one .feature-posts-content .cat-links a {background-color: #eb5a3e;}.feature-posts-layout-one .feature-posts-content .cat-links a:hover,.feature-posts-layout-one .feature-posts-content .cat-links a:focus,.feature-posts-layout-one .feature-posts-content .cat-links a:active {background-color: #a8d8ff;color: #FFFFFF;}.post .feature-posts-content .entry-meta a {color: #FFFFFF;}.post .feature-posts-content .entry-meta a:before {color: #FFFFFF;}.post .feature-posts-content .entry-meta a:hover, .post .feature-posts-content .entry-meta a:focus, .post .feature-posts-content .entry-meta a:active,.post .feature-posts-content .entry-meta a:hover:before, .post .feature-posts-content .entry-meta a:focus:before, .post .feature-posts-content .entry-meta a:active:before {color: #a8d8ff;}.feature-posts-layout-one .feature-posts-image {height: 320px;overflow: hidden;}.feature-posts-layout-one .feature-posts-content .feature-posts-title a:after {display: none;}.highlight-post-slider .post .entry-content .entry-title {color: #030303;}.highlight-post-slider .entry-content .entry-title a:hover,.highlight-post-slider .entry-content .entry-title a:focus,.highlight-post-slider .entry-content .entry-title a:active {color: #086abd;}.highlight-post-slider .post .cat-links a {background-color: #1f1f1f;}.highlight-post-slider .post .cat-links a {color: #FFFFFF;}.highlight-post-slider .post .cat-links a:hover,.highlight-post-slider .post .cat-links a:focus,.highlight-post-slider .post .cat-links a:active {background-color: #086abd;color: #FFFFFF;}.highlight-post-slider .post .entry-meta a {color: #7a7a7a;}.highlight-post-slider .post .entry-meta a:before {color: #EB5A3E;}.highlight-post-slider .post .entry-meta a:hover,.highlight-post-slider .post .entry-meta a:focus,.highlight-post-slider .post .entry-meta a:active,.highlight-post-slider .post .entry-meta a:hover:before,.highlight-post-slider .post .entry-meta a:focus:before,.highlight-post-slider .post .entry-meta a:active:before {color: #086abd;}.section-highlight-post .featured-image a {border-radius: 0px;overflow: hidden;}.bottom-footer-image-wrap > a {max-width: 270px;overflow: hidden;display: inline-block;}@media screen and (max-width: 767px){#back-to-top {display: none !important;}}body,body.custom-background,.site-content {background-color: #000000;color: #c7c7c7;}h1, h2, h3, h4, h5, h6, .entry-title, #primary article .entry-title, body.single .page-title, body.page .page-title,.highlight-post-slider .post .entry-content .entry-title {color: #ffffff;}table th, table td, table.wishlist_table tbody td, table.wishlist_table thead th {border-color: #262626;}input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color],textarea,.select2-container--default .select2-selection--single {background-color: #000000;border-color: #262626;color: #ffffff;}input[type=text]:focus, input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=number]:focus, input[type=number]:active, input[type=tel]:focus, input[type=tel]:active, input[type=range]:focus, input[type=range]:active, input[type=date]:focus, input[type=date]:active, input[type=month]:focus, input[type=month]:active, input[type=week]:focus, input[type=week]:active, input[type=time]:focus, input[type=time]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=color]:focus, input[type=color]:active,textarea:focus,textarea:active {border-color: #ffffff;}.button-outline {border-color: #e6e6e6;color: #e6e6e6;}.button-outline:hover, .button-outline:active, .button-outline:focus {border-color: #086abd;color: #ffffff;}.button-text,#primary .post .button-text {color: #e6e6e6;}.button-text:hover, .button-text:focus, .button-text:active {color: #086abd;}blockquote {background-color: #1a1a1a;color: #c7c7c7;}.wp-block-quote cite {color: #c7c7c7;}blockquote:before {background-color: #1a1a1a;border-bottom-color: #cccccc;border-top-color: #cccccc;}blockquote:after {background-color: #000000;color: #cccccc;}.header-one .header-contact ul li, .header-one .header-contact ul li a, .header-one .social-profile ul li a, .header-one .header-icons .search-icon, .header-two .header-contact ul li, .header-two .header-contact ul li a, .header-two .social-profile ul li a, .header-two .header-icons .search-icon, .header-three .header-navigation ul.menu > li > a, .header-three .alt-menu-icon .iconbar-label, .header-three .social-profile ul li a {color: #D5D5D5;}.header-one .alt-menu-icon .icon-bar, .header-one .alt-menu-icon .icon-bar:before, .header-one .alt-menu-icon .icon-bar:after,.header-two .alt-menu-icon .icon-bar, .header-two .alt-menu-icon .icon-bar:before, .header-two .alt-menu-icon .icon-bar:after,.header-three .alt-menu-icon .icon-bar, .header-three .alt-menu-icon .icon-bar:before, .header-three .alt-menu-icon .icon-bar:after {background-color: #D5D5D5;}.site-header .site-branding .site-title,.site-header .site-branding .site-description {color: #FFFFFF;}.site-header.sticky-header .fixed-header {background-color: #000000;}body:not(.home) .site-header .bottom-header {border-color: #000000;}.post:not(.list-post) .entry-content {border-color: #1a1a1a;}body:not(.custom-background), body.custom-background .site-content .container {background-color: #000000;}.main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li > a:focus, .main-navigation ul.menu > li > a:active {color: #086abd;}.main-navigation ul.menu ul {background-color: #050505;}.main-navigation ul.menu ul li {border-color: #1a1a1a;}.main-navigation ul.menu ul li a {color: #B1B1B1;}.main-navigation ul.menu ul li a:hover, .main-navigation ul.menu ul li a:focus, .main-navigation ul.menu ul li a:active {color: #086abd;}.site-header .bottom-header,.site-header .top-header,.site-header .mid-header,.site-footer {background-color: #000000;}.site-header.header-two .top-header {background-color: transparent;}.site-header .top-header,.header-three .mid-header,.mid-header {border-bottom-color: #292929;}.header-search {background-color: #000000;}.header-search .search-form .search-button,.header-search .close-button {color: #969696;}.header-sidebar .widget,#offcanvas-menu .header-contact, #offcanvas-menu .social-profile, #offcanvas-menu .header-btn-wrap, #offcanvas-menu .header-search-wrap, #offcanvas-menu .header-navigation, #offcanvas-menu .header-date, offcanvas-menu .header-advertisement-banner {background-color: #131313;}#offcanvas-menu .header-contact ul li,#offcanvas-menu .header-contact ul li a, #offcanvas-menu .header-contact ul li span, #offcanvas-menu .header-contact ul li i,#offcanvas-menu .social-profile ul li a {color: #FFFFFF;}.home .site-content {border-top: 1px solid #292929;}.site-content {border-top-color: #292929;}.site-header .site-branding .site-title {color: #ffffff;}.site-header .main-navigation ul.menu > li > a, .social-profile ul li a,.site-header .header-icons .search-icon {color: #D5D5D5;}.alt-menu-icon .icon-bar, .alt-menu-icon .icon-bar:before, .alt-menu-icon .icon-bar:after {background-color: #D5D5D5;}@media screen and (max-width: 991px) {.header-search-wrap .search-button {color: #ffffff;}}.section-banner .slick-slide {background-color: #060606;}.section-banner .post {background-color: #000000;}.post .entry-text,#primary .post .entry-text {color: #c7c7c7;}.highlight-post-slider .post,.wrap-ralated-posts .post .entry-content {background-color: #000000;}.site-content .list-post,.site-content .single-post {border-bottom-color: #1a1a1a;}.page-numbers {border-color: #1a1a1a;}.sticky {-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;border: 2px solid #1a1a1a;}.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,.site-footer .product-title {color: #ffffff;}.site-footer .widget .widget-title:before {background-color: #ffffff;}.site-footer .site-info a {color: #ffffff;}.site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active {color: #086abd;}.site-footer .footer-menu ul li {border-color: #2A2A2A;}.site-footer .widget .widget-title:before {background-color: #ffffff;}.breadcrumb-wrap .breadcrumbs {background-color: #080808;}.comments-area .comment-list .comment-body {background-color: #000000;border-color: #1a1a1a;}.comments-area .comment-list .comment-author .avatar {background-color: #1a1a1a;border-color: #000000;}.comments-area .comment-respond .comment-form .comment-notes {color: #cccccc;}.comments-area .comment-respond .comment-form .comment-notes span {color: #ffffff;}.author-info .author-content-wrap {background-color: #060606;}.post-navigation {border-bottom-color: #1a1a1a;border-top-color: #1a1a1a;}.comment-navigation .nav-previous a, .comment-navigation .nav-next a,.post-navigation .nav-previous a,.post-navigation .nav-next a {color: #cccccc;}.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:active,.post-navigation .nav-previous a:hover,.post-navigation .nav-previous a:focus,.post-navigation .nav-previous a:active,.post-navigation .nav-next a:hover,.post-navigation .nav-next a:focus,.post-navigation .nav-next a:active {color: #086abd;}.comments-area .comment-respond label {color: #e6e6e6;}body[class*="woocommerce"] .woocommerce-result-count,body[class*="woocommerce"] .woocommerce-ordering select,body[class*="woocommerce"] select {background-color: #0d0d0d;border-color: #0d0d0d;color: #cccccc;}body[class*="woocommerce"] ul.products li.product .price {color: #ffffff;}body[class*="woocommerce"] ul .product-inner {border-color: #1a1a1a;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs:before {border-color: #333333;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li {background-color: #333333;border-color: #333333;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li:before {box-shadow: 2px 2px 0 #333333;border-color: #333333;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li:after {box-shadow: -2px 2px 0 #333333;border-color: #333333;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li.active {background-color: #000000;border-bottom-color: #000000;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li.active:before {box-shadow: 2px 2px 0 #000000;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li.active:after {box-shadow: -2px 2px 0 #000000;}body[class*="woocommerce"] div.product .woocommerce-tabs ul.tabs li a {color: #d6d6d6;}.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {border-right-color: #454545;}.product .product-compare-wishlist {border-top-color: #454545;}.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {border-left-color: #333333;border-right-color: #333333;border-bottom-color: #333333;}.product-inner ~ a.yith-wcqv-button {border-color: #454545;color: #454545;}.widget ul li {border-bottom-color: #1a1a1a;}.widget ul li a {color: #FFFFFF;}.widget .tagcloud a {color: #e6e6e6;}.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active {color: #ffffff;}.latest-posts-widget .post {border-bottom-color: #1a1a1a;}.widget_calendar table {border-color: #1a1a1a;}.widget.widget_calendar table thead th {border-right-color: #1a1a1a;}.widget_calendar table th, .widget_calendar table td {border-bottom-color: #1a1a1a;}body.search-results .hentry,body.search-results .product {border-color: #1a1a1a;}.slicknav_btn .slicknav_icon span,.slicknav_btn .slicknav_icon span:before,.slicknav_btn .slicknav_icon span:after {background-color: #ffffff;}.slicknav_btn.slicknav_open span {background-color: transparent;}.section-banner .main-slider-three .post {background-color: transparent;}.slicknav_menu .slicknav_nav {background-color: #000000;}.slicknav_menu ul.slicknav_nav {background-color: #000000;}.slicknav_menu ul.slicknav_nav li > a {border-top-color: #1a1a1a;color: #cccccc;}.mobile-menu-container .slicknav_menu .slicknav_nav li {border-top-color: #1a1a1a;}.slicknav_menu ul.slicknav_nav li > a, .slicknav_menu ul.slicknav_nav li > .slicknav_parent-link > a {border-top-color: #1a1a1a;color: #cccccc;}.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {border-left-color: #1a1a1a;}#offcanvas-menu {background-color: #060606;}#offcanvas-menu .header-navigation ul.menu > li {border-bottom-color: #1a1a1a;}#offcanvas-menu .header-navigation ul.menu > li a {color: #cccccc;}.bottom-footer,.site-footer .social-profile ul li a, .footer-menu ul li a {color: #cccccc;}.site-footer .social-profile ul li a {background-color: rgba(255, 255, 255, 0.1);}.woocommerce-Reviews {color: #404040;}body.site-layout-box, body.site-layout-frame {background-color: #0a0a0a;}body.site-layout-box .site, body.site-layout-frame .site {background-color: #000000;}.breadcrumb-wrap {background-color: transparent;}.site-header [class*="header-btn-"].button-outline {border-color: #969696;color: #969696;}.woocommerce div.product p.price {color: #FFFFFF;}.woocommerce .product_meta,#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {border-top-color: #333333;}.woocommerce-error, .woocommerce-info, .woocommerce-message,#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,.select2-dropdown {background-color: #1a1a1a;color: #cccccc;}.comment-respond .comment-form .comment-notes span,.woocommerce-Reviews,.woocommerce-tabs .comment-respond label,.comment-respond .comment-form .comment-notes, {color: #cccccc;}.select2-container--default .select2-selection--single .select2-selection__rendered {color: #ffffff;}#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-color: #333333;}body[class*="woocommerce"] ul.products.columns-3 li.product,.woocommerce .woocommerce-MyAccount-navigation ul li,#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {border-color: #333333;}body[class*="woocommerce"] a.added_to_cart {color: #cccccc;border-color: #333333;}body .woocommerce .woocommerce-MyAccount-navigation ul li a {color: #cccccc;}body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {background-color: inherit;}.widget.widget_recently_viewed_products li .product-title, .widget.widget_recent_reviews li .product-title, .widget.widget_products .product_list_widget li .product-title {color: #ffffff;}.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce .widget.widget_product_search [type=submit]:hover, .woocommerce .widget.widget_product_search [type=submit]:focus, .woocommerce .widget.widget_product_search [type=submit]:active {background-color: #086abd;}.button-outline:hover, .button-outline:active, .button-outline:focus,.product-inner ~ a.yith-wcqv-button:hover,.product-inner ~ a.yith-wcqv-button:focus,.product-inner ~ a.yith-wcqv-button:active {border-color: #086abd;}.button-text:hover, .button-text:focus, .button-text:active, .main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li > a:focus, .main-navigation ul.menu > li > a:active, .comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:active, .post-navigation .nav-previous a:hover,.post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:active,.post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus, .post-navigation .nav-next a:active, .site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active, .woocommerce .product_meta .posted_in a:hover, .woocommerce .product_meta .posted_in a:focus, .woocommerce .product_meta .posted_in a:active, .woocommerce .product_meta .tagged_as a:hover, .woocommerce .product_meta .tagged_as a:focus, .woocommerce .product_meta .tagged_as a:active, .main-navigation ul.menu ul li a:hover, .main-navigation ul.menu ul li a:focus, .main-navigation ul.menu ul li a:active,.widget.widget_recently_viewed_products li .product-title:hover, .widget.widget_recently_viewed_products li .product-title:active, .widget.widget_recent_reviews li .product-title:hover, .widget.widget_recent_reviews li .product-title:active, .widget.widget_products .product_list_widget li .product-title:hover,.widget.widget_products .product_list_widget li .product-title:active {color: #086abd;}@media only screen and (max-width: 991px) {.mobile-menu-container .slicknav_menu .slicknav_menutxt, .alt-menu-icon .iconbar-label {color: #D5D5D5;}.header-one .bottom-header {border-bottom-color: #292929;}header.site-header .alt-menu-icon .icon-bar, header.site-header .alt-menu-icon .icon-bar:before, header.site-header .alt-menu-icon .icon-bar:after,.mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:before, .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:after {background-color: #D5D5D5;}}@media only screen and (max-width: 575px) {.comments-area .comment-list .comment-metadata {border-top-color: #1a1a1a;}}.product .product-inner .product-inner-contents {padding-top: 20px;}.products li.product .woo-product-image img {border-radius: 0px;}body[class*=woocommerce] ul.products li.product .button-cart_button_two a.button {background-color: #333333;color: #ffffff;}body[class*=woocommerce] ul.products li.product .button-cart_button_three > a {border-bottom-color: #ffffff;color: #ffffff;}body[class*=woocommerce] ul.products li.product .button-cart_button_four > a {background-color: #333333;color: #ffffff;}body[class*=woocommerce] ul.products li.product .button-cart_button_two a.button:hover,body[class*=woocommerce] ul.products li.product .button-cart_button_two a.button:focus,body[class*=woocommerce] ul.products li.product .button-cart_button_four > a:hover,body[class*=woocommerce] ul.products li.product .button-cart_button_four > a:focus {background-color: #086abd;color: #FFFFFF;}body[class*=woocommerce] ul.products li.product .button-cart_button_three > a:hover,body[class*=woocommerce] ul.products li.product .button-cart_button_three > a:focus {border-color: #086abd;color: #086abd;}body[class*=woocommerce] ul.products li.product .button-cart_button_four > a {border-radius: 0px;}body[class*=woocommerce] ul.products li.product .button-cart_button_two a.button {border-radius: 0px;}body[class*=woocommerce] ul.products li.product .button-cart_button_four {left: 10px;bottom: 10px;}body[class*="woocommerce"] ul.products li.product .onsale {top: 8px;right: 8px;}body[class*="woocommerce"] span.onsale {background-color: #EB5A3E;color: #ffffff;}body[class*="woocommerce"] span.onsale {border-radius: 0px;}body[class*=woocommerce] ul.products li .product-compare-wishlist a {opacity: 0;z-index: 99;}body[class*=woocommerce] ul.products li .product-wishlist a {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}body[class*=woocommerce] ul.products li .product-compare a {top: 50%;left: 50%;-webkit-transform: translate(-60px, -50%);-moz-transform: translate(-60px, -50%);-ms-transform: translate(-60px, -50%);-o-transform: translate(-60px, -50%);transform: translate(-60px, -50%);}body[class*=woocommerce] ul.products li .product-view a {top: 50%;left: 50%;-webkit-transform: translate(25px, -50%);-moz-transform: translate(25px, -50%);-ms-transform: translate(25px, -50%);-o-transform: translate(25px, -50%);transform: translate(25px, -50%);}body[class*=woocommerce] ul.products li .product-compare-wishlist a i {background-color: #ffffff;border-radius: 100px;line-height: 35px;height: 35px;text-align: center;width: 35px;}body[class*=woocommerce] ul.products li:hover .product-compare-wishlist a, body[class*=woocommerce] ul.products li:focus .product-compare-wishlist a {opacity: 1;}</style><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>			<style type="text/css">
				/* If html does not have either class, do not show lazy loaded images. */
				html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image {
					display: none;
				}
			</style>
			<script>
				document.documentElement.classList.add(
					'jetpack-lazy-images-js-enabled'
				);
			</script>
		<style>body,body.custom-background,.site-content {background-color: #000000;color: #c7c7c7;}h1, h2, h3, h4, h5, h6, .entry-title, #primary article .entry-title, body.single .page-title, body.page .page-title,.highlight-post-slider .post .entry-content .entry-title {color: #ffffff;}table th, table td {border-color: #262626;}input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color],textarea,.select2-container--default .select2-selection--single {background-color: #000000;border-color: #262626;color: #ffffff;}input[type=text]:focus, input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=number]:focus, input[type=number]:active, input[type=tel]:focus, input[type=tel]:active, input[type=range]:focus, input[type=range]:active, input[type=date]:focus, input[type=date]:active, input[type=month]:focus, input[type=month]:active, input[type=week]:focus, input[type=week]:active, input[type=time]:focus, input[type=time]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=color]:focus, input[type=color]:active,textarea:focus,textarea:active {border-color: #ffffff;}.button-outline {border-color: #e6e6e6;color: #e6e6e6;}.button-outline:hover, .button-outline:active, .button-outline:focus {border-color: #086abd;color: #ffffff;}.button-text,#primary .post .button-text {color: #e6e6e6;}.button-text:hover, .button-text:focus, .button-text:active {color: #086abd;}blockquote {background-color: #1a1a1a;color: #c7c7c7;}.wp-block-quote cite {color: #c7c7c7;}blockquote:before {background-color: #1a1a1a;border-bottom-color: #cccccc;border-top-color: #cccccc;}blockquote:after {background-color: #000000;color: #cccccc;}.header-four .header-group {background-color: #000000;}.header-one .header-contact ul li, .header-one .header-contact ul li a, .header-one .social-profile ul li a, .header-one .header-icons .search-icon, .header-two .header-contact ul li, .header-two .header-contact ul li a, .header-two .social-profile ul li a, .header-two .header-icons .search-icon, .header-three .header-navigation ul.menu > li > a, .header-three .alt-menu-icon .iconbar-label, .header-three .social-profile ul li a {color: #d5d5d5;}.header-three .alt-menu-icon .icon-bar, .header-three .alt-menu-icon .icon-bar:before, .header-three .alt-menu-icon .icon-bar:after {background-color: #d5d5d5;}.site-header .site-branding .site-title,.site-header .site-branding .site-description {color: #FFFFFF;}.site-header.sticky-header .fixed-header {background-color: #000000;}body:not(.home) .site-header .bottom-header {border-color: #000000;}.post:not(.list-post) .entry-content {border-color: #1a1a1a;}body:not(.custom-background), body.custom-background .site-content .container {background-color: #000000;}.main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li > a:focus, .main-navigation ul.menu > li > a:active {color: #086abd;}.main-navigation ul.menu ul {background-color: #050505;}.main-navigation ul.menu ul li {border-color: #1a1a1a;}.main-navigation ul.menu ul li a {color: #b1b1b1;}.main-navigation ul.menu ul li a:hover, .main-navigation ul.menu ul li a:focus, .main-navigation ul.menu ul li a:active {color: #086abd;}.site-header .bottom-header,.site-header .top-header,.site-header .mid-header,.site-footer {background-color: #000000;}.site-header.header-two .top-header {background-color: transparent;}.site-header .top-header,.header-three .mid-header,.mid-header {border-bottom-color: #292929;}.header-search {background-color: #000000;}.header-search .search-form .search-button,.header-search .close-button {color: #969696;}.header-sidebar .widget,#offcanvas-menu .header-contact, #offcanvas-menu .social-profile, #offcanvas-menu .header-btn-wrap, #offcanvas-menu .header-search-wrap, #offcanvas-menu .header-navigation, #offcanvas-menu .header-date, offcanvas-menu .header-advertisement-banner {background-color: #131313;}#offcanvas-menu .header-contact ul li,#offcanvas-menu .header-contact ul li a, #offcanvas-menu .header-contact ul li span, #offcanvas-menu .header-contact ul li i,#offcanvas-menu .social-profile ul li a {color: #FFFFFF;}.home .site-content {border-top: 1px solid #292929;}.site-content {border-top-color: #292929;}.site-header .site-branding .site-title {color: #ffffff;}.site-header .main-navigation ul.menu > li > a, .social-profile ul li a,.site-header .header-icons .search-icon {color: #d5d5d5;}.header-two .alt-menu-icon .icon-bar, .header-two .alt-menu-icon .icon-bar:before, .header-two .alt-menu-icon .icon-bar:after {background-color: #d5d5d5;}.section-banner .slick-slide {background-color: #060606;}.section-banner .post {background-color: #000000;}.post .entry-text,#primary .post .entry-text {color: #c7c7c7;}.section-banner .slick-control ul li {background-color: #000000;}.highlight-post-slider .post,.wrap-ralated-posts .post .entry-content {background-color: #000000;}.site-content .list-post,.site-content .single-post {border-bottom-color: #1a1a1a;}.page-numbers {border-color: #1a1a1a;}.sticky {-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;border: 2px solid #1a1a1a;}.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {color: #ffffff;}.site-footer .widget .widget-title:before {background-color: #ffffff;}.site-footer .site-info a {color: #ffffff;}.site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active {color: #086abd;}.site-footer .footer-menu ul li {border-color: #2A2A2A;}.site-footer .widget .widget-title:before {background-color: #ffffff;}.breadcrumb-wrap .breadcrumbs {background-color: #080808;}.comments-area .comment-list .comment-body {background-color: #000000;border-color: #1a1a1a;}.comments-area .comment-list .comment-author .avatar {background-color: #1a1a1a;border-color: #000000;}.comments-area .comment-respond .comment-form .comment-notes {color: #cccccc;}.comments-area .comment-respond .comment-form .comment-notes span {color: #ffffff;}.author-info .author-content-wrap {background-color: #060606;}.post-navigation {border-bottom-color: #1a1a1a;border-top-color: #1a1a1a;}.comment-navigation .nav-previous a, .comment-navigation .nav-next a,.post-navigation .nav-previous a,.post-navigation .nav-next a {color: #cccccc;}.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:active,.post-navigation .nav-previous a:hover,.post-navigation .nav-previous a:focus,.post-navigation .nav-previous a:active,.post-navigation .nav-next a:hover,.post-navigation .nav-next a:focus,.post-navigation .nav-next a:active {color: #086abd;}.comments-area .comment-respond label {color: #e6e6e6;}body.woocommerce .woocommerce-result-count,body.woocommerce .woocommerce-ordering select,body.woocommerce select {background-color: #0d0d0d;border-color: #0d0d0d;color: #cccccc;}body.woocommerce ul.products li.product .price,body.woocommerce-page ul.products li.product .price {color: #ffffff;}body.woocommerce ul .product-inner, body.woocommerce-page ul .product-inner {border-color: #1a1a1a;}body.woocommerce div.product .woocommerce-tabs ul.tabs:before {border-color: #333333;}body.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: #333333;border-color: #333333;}body.woocommerce div.product .woocommerce-tabs ul.tabs li:before {box-shadow: 2px 2px 0 #333333;border-color: #333333;}body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {box-shadow: -2px 2px 0 #333333;border-color: #333333;}body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background-color: #000000;border-bottom-color: #000000;}body.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {box-shadow: 2px 2px 0 #000000;}body.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {box-shadow: -2px 2px 0 #000000;}body.woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #d6d6d6;}.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {border-right-color: #454545;}.product .product-compare-wishlist {border-top-color: #454545;}.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {border-left-color: #333333;border-right-color: #333333;border-bottom-color: #333333;}.product-inner ~ a.yith-wcqv-button {border-color: #454545;color: #454545;}.widget ul li {border-bottom-color: #1a1a1a;}.widget ul li a {color: #FFFFFF;}.widget .tagcloud a {color: #e6e6e6;}.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active {color: #ffffff;}.latest-posts-widget .post {border-bottom-color: #1a1a1a;}.widget_calendar table {border-color: #1a1a1a;}.widget.widget_calendar table thead th {border-right-color: #1a1a1a;}.widget_calendar table th, .widget_calendar table td {border-bottom-color: #1a1a1a;}body.search-results .hentry,body.search-results .product {border-color: #1a1a1a;}.slicknav_btn .slicknav_icon span,.slicknav_btn .slicknav_icon span:before,.slicknav_btn .slicknav_icon span:after {background-color: #ffffff;}.slicknav_btn.slicknav_open span {background-color: transparent;}.section-banner .main-slider-three .post {background-color: transparent;}.slicknav_menu .slicknav_nav {background-color: #000000;}.slicknav_menu ul.slicknav_nav {background-color: #000000;}.slicknav_menu ul.slicknav_nav li > a {border-top-color: #1a1a1a;color: #cccccc;}.mobile-menu-container .slicknav_menu .slicknav_nav li {border-top-color: #1a1a1a;}#offcanvas-menu {background-color: #060606;}.woocommerce-Reviews {color: #404040;}body.site-layout-box, body.site-layout-frame {background-color: #0a0a0a;}body.site-layout-box .site, body.site-layout-frame .site {background-color: #000000;}.breadcrumb-wrap {background-color: transparent;}.site-header [class*="header-btn-"].button-outline {border-color: #969696;color: #969696;}.bottom-footer,.site-footer .social-profile ul li a, .footer-menu ul li a {color: #cccccc;}.site-footer .social-profile ul li a {background-color: rgba(255, 255, 255, 0.1);}.woocommerce div.product p.price {color: #FFFFFF;}.woocommerce .product_meta,#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {border-top-color: #333333;}body.woocommerce ul.products.columns-3 li.product, body.woocommerce-page ul.products.columns-3 li.product,.woocommerce .woocommerce-MyAccount-navigation ul li,#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {border-color: #333333;}.woocommerce-error, .woocommerce-info, .woocommerce-message,#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,.select2-dropdown {background-color: #1a1a1a;color: #cccccc;}.comment-respond .comment-form .comment-notes span,.woocommerce-Reviews,.woocommerce-tabs .comment-respond label,.comment-respond .comment-form .comment-notes {color: #cccccc;}.select2-container--default .select2-selection--single .select2-selection__rendered {color: #ffffff;}body .woocommerce .woocommerce-MyAccount-navigation ul li a {color: #cccccc;}body.woocommerce a.added_to_cart, body.woocommerce-page a.added_to_cart {color: #cccccc;border-color: #333333;}#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-color: #333333;}body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {background-color: inherit;}.widget.widget_recently_viewed_products li .product-title, .widget.widget_recent_reviews li .product-title, .widget.widget_products .product_list_widget li .product-title {color: #ffffff;}@media only screen and (max-width: 991px) {.header-search-wrap .search-button {color: #ffffff;}.mobile-menu-container .slicknav_menu .slicknav_menutxt,.alt-menu-icon .iconbar-label {color: #D5D5D5;}header.site-header .alt-menu-icon .icon-bar, header.site-header .alt-menu-icon .icon-bar:before, header.site-header .alt-menu-icon .icon-bar:after,.mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span, .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:before, .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:after {background-color: #D5D5D5;}}@media only screen and (max-width: 575px) {.comments-area .comment-list .comment-metadata {border-top-color: #1a1a1a;}}@media only screen and (min-width: 992px) {.site-header:not(.sticky-header) .header-image-wrap {height: 540px;width: 100%;position: relative;}}.feature-posts-layout-one .feature-posts-image,.feature-posts-content-wrap .feature-posts-image {height: 320px;overflow: hidden;}</style>		<style type="text/css" id="wp-custom-css">
			.wp-block-image figcaption {
  background-color: black !important;
  color: grey !important;
  text-align : center !important;
}		</style>
		<style id="kirki-inline-styles">.site-header .site-branding .site-title{font-size:42px;text-transform:none;}.site-header .site-branding .site-description{font-family:Open Sans;font-size:14px;font-weight:normal;text-transform:none;}.main-navigation ul.menu li a,.slicknav_menu .slicknav_nav li a{font-family:Open Sans;font-size:15px;font-weight:600;line-height:1.5;text-transform:uppercase;}.main-navigation .menu-description, .slicknav_menu .menu-description{font-family:Open Sans;font-size:11px;font-weight:normal;line-height:1.4;text-transform:none;}body{font-family:Open Sans;font-size:15px;font-weight:normal;}h1,h2,h3,h4,h5,h6{font-family:Open Sans;text-transform:none;font-weight:normal;}.page-title{font-family:Playfair Display;font-size:40px;font-weight:600;text-transform:capitalize;}.sidebar .widget .widget-title{font-family:Open Sans;font-size:15px;font-weight:600;line-height:1.4;text-transform:uppercase;}.site-footer .widget .widget-title{font-family:Open Sans;font-size:16px;font-weight:600;line-height:1.4;text-transform:uppercase;}.site-footer .footer-menu ul li a,.site-footer .site-info{font-family:Open Sans;font-size:14px;font-weight:600;line-height:1.6;text-transform:none;}.section-banner .banner-content .entry-title{font-family:Playfair Display;font-size:50px;font-weight:600;line-height:1.4;text-transform:none;}.section-banner .banner-content .entry-meta a{font-family:Open Sans;font-size:13px;font-weight:400;line-height:1.6;text-transform:capitalize;}.section-feature-posts-area .section-title-wrap p{font-family:Open Sans;font-size:16px;font-weight:normal;line-height:1.8;text-transform:none;}.post .feature-posts-content .entry-meta a{font-family:Open Sans;font-size:13px;font-weight:400;line-height:1.6;text-transform:capitalize;}.highlight-post-slider .post .cat-links a{font-family:Open Sans;font-size:13px;font-weight:400;line-height:1;text-transform:capitalize;}.highlight-post-slider .post .entry-content .entry-title{font-family:Open Sans;font-size:20px;font-weight:500;line-height:1.4;text-transform:none;}.highlight-post-slider .post .entry-meta a{font-family:Open Sans;font-size:13px;font-weight:500;line-height:1.6;text-transform:capitalize;}#primary article .entry-title{font-family:Playfair Display;font-size:28px;font-weight:none;line-height:1.4;text-transform:none;}#primary .entry-meta{font-family:Open Sans;font-size:13px;font-weight:400;line-height:1.6;text-transform:capitalize;}#primary .entry-text p{font-family:Open Sans;font-size:15px;font-weight:400;line-height:1.8;text-transform:initial;}.section-post-area .section-title{font-family:Playfair Display;font-size:32px;font-weight:normal;text-transform:capitalize;}.feature-posts-content-wrap .feature-posts-content .feature-posts-title{font-family:Open Sans;font-size:20px;font-weight:500;line-height:1.4;text-transform:none;}/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDTbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDYbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDZbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtXK-F2qO0g.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfedHFHGPc.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lE92JQEl8qw.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlE92JQEl8qw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlE92JQEk.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDTbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDYbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDZbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtXK-F2qO0g.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfedHFHGPc.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lE92JQEl8qw.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlE92JQEl8qw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlE92JQEk.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDTbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDYbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDZbtXK-F2qO0isEw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/playfair-display/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtXK-F2qO0g.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnedHFHGPezSQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfedHFHGPc.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lE92JQEl8qw.woff) format('woff');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlE92JQEl8qw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://photoblog.william-darhy.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlE92JQEk.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style></head>

<body class="home page-template-default page page-id-50 dark-skin no-sidebar site-layout-default author-hidden elementor-default elementor-kit-2750">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>

<div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

	<header id="masthead" class="site-header header-three">
	<div class="top-header">
										</div>
	<div class="mid-header header-image-wrap">
				<div class="header-image-slider">
		    		    	<div class="header-slide-item" style="background-image: url( http://photoblog.william-darhy.com/wp-content/uploads/2022/02/cropped-DSC_7206-Edit-Woman-waiting-for-the-metro-2007.jpg )">
		    		<div class="slider-inner"></div>
		      </div>
		    		    	<div class="header-slide-item" style="background-image: url( http://photoblog.william-darhy.com/wp-content/uploads/2022/02/cropped-DSC0045_00014-Girl-who-missed-the-subway-NYC-2007.jpg )">
		    		<div class="slider-inner"></div>
		      </div>
		    		</div>
					<ul class="slick-control">
		        <li class="header-slider-prev">
		        	<span></span>
		        </li>
		        <li class="header-slider-next">
		        	<span></span>
		        </li>
		    </ul>
					<div class="header-slider-dots"></div>
				<div class="container">
			
<div class="site-branding">
					<p class="site-title"><a href="http://photoblog.william-darhy.com/" rel="home">William Darhy</a></p>
								<p class="site-description">Street Photography</p>
			</div><!-- .site-branding -->		</div>
		<div class="overlay"></div>
	</div>
	<div class="bottom-header fixed-header">
		<div class="container">
			<div class="row align-items-center">
				<div class="col-lg-10 d-none d-lg-block">
					<nav id="site-navigation" class="main-navigation d-none d-lg-flex">
						<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">Primary Menu</button>
						<ul id="primary-menu" class="menu nav-menu"><li id="menu-item-2041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2041"><a href="http://photoblog.william-darhy.com/blog/">Blog</a></li>
<li id="menu-item-56" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-56"><a href="http://photoblog.william-darhy.com/albums/">Albums</a>
<ul class="sub-menu">
	<li id="menu-item-2613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2613"><a href="http://photoblog.william-darhy.com/myportfolio/">Portfolio</a></li>
	<li id="menu-item-2609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2609"><a href="http://photoblog.william-darhy.com/2608-2/">People Series</a></li>
	<li id="menu-item-2512" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2512"><a href="http://photoblog.william-darhy.com/subway-series/">Subway Series</a></li>
	<li id="menu-item-2482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2482"><a href="http://photoblog.william-darhy.com/bw-series/">B&#038;W Series</a></li>
	<li id="menu-item-2620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2620"><a href="http://photoblog.william-darhy.com/story-boards/">Story boards</a></li>
	<li id="menu-item-2654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2654"><a href="http://photoblog.william-darhy.com/street-digital-fresque/">People fresque</a></li>
</ul>
</li>
<li id="menu-item-2667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2667"><a href="http://photoblog.william-darhy.com/notorious-street-photography-links/">Links</a></li>
<li id="menu-item-2736" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2736"><a href="http://photoblog.william-darhy.com/about/">About</a></li>
</ul>											</nav><!-- #site-navigation -->
				</div>
				<div class="col-lg-2 d-none d-lg-block">
					<div class="header-icons">
						<!-- Search form structure -->
													<div id="search-form" class="header-search-wrap ">
								<button class="search-icon">
									<span class="fas fa-search"></span>
								</button>
							</div>
																	</div>
				</div>
			</div>
		</div>	
		<!-- header search form -->
		<div class="header-search">
			<div class="container">
				<form role="search" method="get" class="search-form" action="http://photoblog.william-darhy.com/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Search" />
			<button type="submit" class="search-button"><span class="fas fa-search"></span></button></form>				<button class="close-button">
					<span class="fas fa-times"></span>
				</button>
			</div>
		</div>
		<!-- header search form end-->
		<div class="mobile-menu-container"></div>
	</div>
	<div id="offcanvas-menu" class="offcanvas-menu-wrap">
	<div class="close-offcanvas-menu">
		<button class="fas fa-times"></button>
	</div>
	<div class="offcanvas-menu-inner">
		<div class="offcanvas-menu-content">
			<!-- header secondary menu -->
																						<!-- header search field -->
							<div class="header-search-wrap d-lg-none">
			 		<form role="search" method="get" class="search-form" action="http://photoblog.william-darhy.com/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Search" />
			<button type="submit" class="search-button"><span class="fas fa-search"></span></button></form>				</div>
						<!-- header callback button -->
			
		    <!-- header contact details -->
		    			<!-- header social icons -->
						
		</div>
		<!-- header sidebar -->
			
	</div>
</div>
</header><!-- #masthead --><div id="content" class="site-content">
	<div class="container">
		<section class="wrap-detail-page">
						<div class="row">
								<div id="primary" class="content-area col-12">
					<main id="main" class="site-main">
											
<article id="post-50" class="post-50 page type-page status-publish hentry">
	<div class="entry-content">
		
<p>I started a few years ago Street photography in NY city, then moved to Paris. I enjoy bright colors as well as Black and white, an I like above all to capture the &#8220;decisive moment&#8221; specific to street photography.</p>



<h2 id="featured-series">Featured series:</h2>



<p></p>



<h2 id="portfolio-1">Portfolio</h2>
	</div><!-- .entry-content -->

	</article><!-- #post-50 -->
					</main><!-- #main -->
				</div><!-- #primary -->
							</div>
		</section>
	</div><!-- #container -->
</div><!-- #content -->	
	
	<footer id="colophon" class="site-footer site-footer-three ">
		<div class="site-footer-inner" style="background-image: url(">
										<div class="bottom-footer">
	<div class="container">
		<div class="row align-items-center">
			<!-- social links area -->
			 <!-- social links area -->
			<div class="col-lg-12 text-center">
				<div class="footer-desc-wrap">
					
<div class="site-info">
	Copyright © 2022 Bosa Blog Dark. Powered by	<a href="//bosathemes.com" target="_blank">
		Bosa Themes	</a>
</div><!-- .site-info -->									</div>
			</div>
		</div>
	</div>
</div>		</div>
	</footer><!-- #colophon -->
</div><!-- #page -->

<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b' id='jquery-masonry-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/bootstrap/js/bootstrap.min.js?ver=0.8' id='bootstrap-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/slick/slick.min.js?ver=0.8' id='slick-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/jquery.slicknav.min.js?ver=0.8' id='slicknav-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/skip-link-focus-fix.js?ver=0.8' id='bosa-skip-link-focus-fix-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/navigation.js?ver=0.8' id='bosa-navigation-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/theia-sticky-sidebar.min.js?ver=0.8' id='theia-sticky-sidebar-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/html5shiv.min.js?ver=0.8' id='html5shiv-js'></script>
<script type='text/javascript' id='bosa-custom-js-extra'>
/* <![CDATA[ */
var BOSA = {"is_rtl":"","is_admin_bar_showing":"","responsive_header_menu_text":"Menu","header_image_slider":{"fade":false,"autoplay":0,"autoplaySpeed":4000,"fadeControl":500},"main_slider":{"fade":true,"autoplay":0,"autoplaySpeed":4000,"fadeControl":300},"home_highlight_posts":{"autoplay":0,"autoplaySpeed":4000,"slidesToShow":2},"fixed_nav":"","mobile_fixed_nav_off":"1","disable_scroll_top":"","sticky_sidebar":"1","header_two_logo":"","is_header_two":"","is_frame_layout":"","fixed_header_logo":"1","separate_logo":"","is_front_page":"1","overlay_post":"","overlay_page":"","the_custom_logo":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/themes/bosa/assets/js/custom.min.js?ver=0.8' id='bosa-custom-js'></script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.js?minify=false&#038;ver=83ec8aa758f883d6da14' id='jetpack-lazy-images-polyfill-intersectionobserver-js'></script>
<script type='text/javascript' id='jetpack-lazy-images-js-extra'>
/* <![CDATA[ */
var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};
/* ]]> */
</script>
<script type='text/javascript' src='http://photoblog.william-darhy.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.js?minify=false&#038;ver=8767d0da914b289bd862' id='jetpack-lazy-images-js'></script>
	<script src='https://stats.wp.com/e-202244.js' defer></script>
	<script>
		_stq = window._stq || [];
		_stq.push([ 'view', {v:'ext',blog:'142612983',post:'50',tz:'0',srv:'photoblog.william-darhy.com',j:'1:11.5.1'} ]);
		_stq.push([ 'clickTrackerInit', '142612983', '50' ]);
	</script>
<div id="back-to-top">
    <a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a>
</div>
<!-- #back-to-top -->

</body>
</html>
