<!doctype html>
<html lang="en-GB">
<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>Bricycles &#8211; Brighton &amp; Hove Cycling Campaign</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel="alternate" type="application/rss+xml" title="Bricycles &raquo; Feed" href="https://bricycles.org.uk/feed/" />
<link rel="alternate" type="application/rss+xml" title="Bricycles &raquo; Comments Feed" href="https://bricycles.org.uk/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://bricycles.org.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbricycles.org.uk%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://bricycles.org.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbricycles.org.uk%2F&#038;format=xml" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-3JPBRSRWWG"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '10.2.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/bricycles.org.uk\/?option=com_rd_rss&id=3"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-3JPBRSRWWG',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-3JPBRSRWWG', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='sbi_styles-css' href='https://bricycles.org.uk/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.11.0' media='all' />
<link rel='stylesheet' id='sb-elementor-shared-style-css' href='https://bricycles.org.uk/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/css/sb-elementor.css?ver=1.0.0' media='all' />
<style id="wp-emoji-styles-inline-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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='jetpack-forms-layout-css' href='https://bricycles.org.uk/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/../dist/contact-form/css/jetpack-forms-layout.css?ver=15.8' media='all' />
<link rel='stylesheet' id='mediaelement-css' href='https://bricycles.org.uk/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://bricycles.org.uk/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0' media='all' />
<style id="jetpack-sharing-buttons-style-inline-css">
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
/*# sourceURL=https://bricycles.org.uk/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons/view.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='hello-elementor-css' href='https://bricycles.org.uk/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://bricycles.org.uk/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://bricycles.org.uk/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=4.1.0' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.49.0' media='all' />
<link rel='stylesheet' id='elementor-post-2913-css' href='https://bricycles.org.uk/wp-content/uploads/elementor/css/post-2913.css?ver=1780795891' media='all' />
<link rel='stylesheet' id='widget-posts-css' href='https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.1.0' media='all' />
<link rel='stylesheet' id='widget-call-to-action-css' href='https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css?ver=4.1.0' media='all' />
<link rel='stylesheet' id='e-transitions-css' href='https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=4.1.0' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.1.1' media='all' />
<link rel='stylesheet' id='widget-gallery-css' href='https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/css/widget-gallery.min.css?ver=4.1.0' media='all' />
<link rel='stylesheet' id='elementor-gallery-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css?ver=1.2.0' media='all' />
<link rel='stylesheet' id='elementor-post-3414-css' href='https://bricycles.org.uk/wp-content/uploads/elementor/css/post-3414.css?ver=1780795959' media='all' />
<link rel='stylesheet' id='elementor-post-3427-css' href='https://bricycles.org.uk/wp-content/uploads/elementor/css/post-3427.css?ver=1780795891' media='all' />
<link rel='stylesheet' id='elementor-post-3919-css' href='https://bricycles.org.uk/wp-content/uploads/elementor/css/post-3919.css?ver=1780795892' media='all' />
<link rel='stylesheet' id='elementor-gf-local-rubik-css' href='http://bricycles.org.uk/wp-content/uploads/elementor/google-fonts/css/rubik.css?ver=1742629872' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' />
<script async data-wp-strategy="async" id="monsterinsights-frontend-script-js" src="https://bricycles.org.uk/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.2.2"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>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":"https:\/\/bricycles.org.uk","hash_tracking":"false","v4_id":"G-3JPBRSRWWG"};</script>
<script id="jquery-core-js" src="https://bricycles.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://bricycles.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<link rel="https://api.w.org/" href="https://bricycles.org.uk/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://bricycles.org.uk/wp-json/wp/v2/pages/3414" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bricycles.org.uk/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<link rel="canonical" href="https://bricycles.org.uk/" />
<link rel='shortlink' href='https://bricycles.org.uk/' />
	<style>img#wpstats{display:none}</style>
		<meta name="generator" content="Elementor 4.1.1; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-logmark-cutout_BonY-e1774383879416-150x150.png" sizes="32x32" />
<link rel="icon" href="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-logmark-cutout_BonY-600x600.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-logmark-cutout_BonY-600x600.png" />
<meta name="msapplication-TileImage" content="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-logmark-cutout_BonY-600x600.png" />
</head>
<body class="home wp-singular page-template page-template-elementor_header_footer page page-id-3414 wp-theme-hello-elementor elementor-default elementor-template-full-width elementor-kit-2913 elementor-page elementor-page-3414">


<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<header data-elementor-type="header" data-elementor-id="3427" class="elementor elementor-3427 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-773f005 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="773f005" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-af48a44" data-id="af48a44" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-674d4bd elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="674d4bd" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://bricycles.org.uk">
							<img width="300" height="109" src="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-primary-logo-e1774382648690-300x109.png" class="attachment-medium size-medium wp-image-9671" alt="" srcset="https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-primary-logo-e1774382648690-300x109.png 300w, https://bricycles.org.uk/wp-content/uploads/2026/03/BRICYCLES-LOGO-primary-logo-e1774382648690.png 711w" sizes="(max-width: 300px) 100vw, 300px" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-de13fbf" data-id="de13fbf" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6743d7 e-grid-align-right elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="e6743d7" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-34c2301" href="http://www.facebook.com/bricycles" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-x-twitter elementor-repeater-item-b89c018" href="http://www.twitter.com/bricycles" target="_blank">
						<span class="elementor-screen-only">X-twitter</span>
						<i aria-hidden="true" class="fab fa-x-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-564db34" href="http://www.instagram.com/bricyclesbtn" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-f0fef59" href="https://bsky.app/profile/bricycles.org.uk" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 512"><path d="M105 0h302c57.927.155 104.845 47.073 105 104.996V407c-.155 57.926-47.073 104.844-104.996 104.998L105 512C47.074 511.844.156 464.926.002 407.003L0 105C.156 47.073 47.074.155 104.997 0H105zm68.234 144.309c33.5 25.237 69.538 76.398 82.764 103.853 13.229-27.455 49.27-78.616 82.768-103.853 24.179-18.205 63.346-32.295 63.346 12.534 0 8.95-5.116 75.211-8.119 85.971-10.428 37.393-48.44 46.931-82.251 41.159 59.101 10.092 74.134 43.513 41.665 76.938-61.664 63.48-88.63-15.927-95.535-36.274-1.991-5.856-1.708-5.991-3.745 0-6.905 20.347-33.869 99.754-95.533 36.274-32.47-33.425-17.437-66.846 41.664-76.938-33.811 5.772-71.823-3.766-82.251-41.159-3.003-10.76-8.119-77.021-8.119-85.971 0-44.829 39.173-30.739 63.346-12.534z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d83410d elementor-button-info elementor-align-right elementor-widget elementor-widget-button" data-id="d83410d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="https://bricycles.org.uk/membership">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Join Bricycles</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a36d3ca elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a36d3ca" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fe39652" data-id="fe39652" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-69c173e elementor-nav-menu--dropdown-mobile elementor-nav-menu--stretch elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="69c173e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas e-plus-icon\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-shutter-out-horizontal">
				<ul id="menu-1-69c173e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-3414 current_page_item menu-item-3639"><a href="https://bricycles.org.uk/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3640"><a href="https://bricycles.org.uk/about/" class="elementor-item">About us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://bricycles.org.uk/about/get-involved/" class="elementor-sub-item">Get involved</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4488"><a href="https://bricycles.org.uk/about/constitution/" class="elementor-sub-item">Constitution</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3648"><a href="https://bricycles.org.uk/campaigning/" class="elementor-sub-item">Campaigning</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3638"><a href="https://bricycles.org.uk/category/news/" class="elementor-item">News</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6446"><a href="https://bricycles.org.uk/calendar/" class="elementor-sub-item">Calendar</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6179"><a href="https://bricycles.org.uk/newsletters/" class="elementor-sub-item">Newsletters</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3642"><a href="#" class="elementor-item elementor-item-anchor">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3645"><a href="https://bricycles.org.uk/new-to-cycling/" class="elementor-sub-item">New to cycling?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://bricycles.org.uk/family-cycling/" class="elementor-sub-item">Family cycling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3643"><a href="https://bricycles.org.uk/cycle-hire-repair/" class="elementor-sub-item">Cycle hire &#038; repair</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3646"><a href="https://bricycles.org.uk/useful-links/" class="elementor-sub-item">Useful links</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3730"><a href="https://bricycles.org.uk/contact-us/" class="elementor-item">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4647"><a href="https://bricycles.org.uk/membership/" class="elementor-item">Join &#038; Donate</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4650"><a href="https://bricycles.org.uk/membership/join-bricycles/" class="elementor-sub-item">Join Bricycles</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4648"><a href="https://bricycles.org.uk/membership/make-a-donation/" class="elementor-sub-item">Make a donation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4649"><a href="https://bricycles.org.uk/membership/membership-renewal/" class="elementor-sub-item">Renew membership</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4651"><a href="https://bricycles.org.uk/membership/update-your-details/" class="elementor-sub-item">Update your details</a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-69c173e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-3414 current_page_item menu-item-3639"><a href="https://bricycles.org.uk/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3640"><a href="https://bricycles.org.uk/about/" class="elementor-item" tabindex="-1">About us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://bricycles.org.uk/about/get-involved/" class="elementor-sub-item" tabindex="-1">Get involved</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4488"><a href="https://bricycles.org.uk/about/constitution/" class="elementor-sub-item" tabindex="-1">Constitution</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3648"><a href="https://bricycles.org.uk/campaigning/" class="elementor-sub-item" tabindex="-1">Campaigning</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3638"><a href="https://bricycles.org.uk/category/news/" class="elementor-item" tabindex="-1">News</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6446"><a href="https://bricycles.org.uk/calendar/" class="elementor-sub-item" tabindex="-1">Calendar</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6179"><a href="https://bricycles.org.uk/newsletters/" class="elementor-sub-item" tabindex="-1">Newsletters</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3642"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3645"><a href="https://bricycles.org.uk/new-to-cycling/" class="elementor-sub-item" tabindex="-1">New to cycling?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://bricycles.org.uk/family-cycling/" class="elementor-sub-item" tabindex="-1">Family cycling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3643"><a href="https://bricycles.org.uk/cycle-hire-repair/" class="elementor-sub-item" tabindex="-1">Cycle hire &#038; repair</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3646"><a href="https://bricycles.org.uk/useful-links/" class="elementor-sub-item" tabindex="-1">Useful links</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3730"><a href="https://bricycles.org.uk/contact-us/" class="elementor-item" tabindex="-1">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4647"><a href="https://bricycles.org.uk/membership/" class="elementor-item" tabindex="-1">Join &#038; Donate</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4650"><a href="https://bricycles.org.uk/membership/join-bricycles/" class="elementor-sub-item" tabindex="-1">Join Bricycles</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4648"><a href="https://bricycles.org.uk/membership/make-a-donation/" class="elementor-sub-item" tabindex="-1">Make a donation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4649"><a href="https://bricycles.org.uk/membership/membership-renewal/" class="elementor-sub-item" tabindex="-1">Renew membership</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4651"><a href="https://bricycles.org.uk/membership/update-your-details/" class="elementor-sub-item" tabindex="-1">Update your details</a></li>
</ul>
</li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</header>
				<div data-elementor-type="wp-page" data-elementor-id="3414" class="elementor elementor-3414" data-elementor-post-type="page">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-5bb6cbd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5bb6cbd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fb70cad" data-id="fb70cad" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aa1a1ea elementor-widget elementor-widget-text-editor" data-id="aa1a1ea" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2>We&#8217;re campaigning to make cycling accessible for everyone in the city of Brighton &amp; Hove.</h2><h3>We&#8217;re calling for:<br />• More protected cycle lanes<br />• Improved junction crossings to connect cycle routes safely<br />• Neighbourhoods that prioritise walking, wheeling and cycling</h3>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2c1b3aa elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2c1b3aa" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12f9a72" data-id="12f9a72" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ca0e952 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ca0e952" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:34,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid" role="list">
				<article class="elementor-post elementor-grid-item post-9499 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bricycles.org.uk/2026/02/bricycles-summer-picnic-save-the-date/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img fetchpriority="high" decoding="async" width="225" height="300" src="https://bricycles.org.uk/wp-content/uploads/2026/01/IMG_20260128_114559674-1-225x300.jpg" class="attachment-medium size-medium wp-image-9482" alt="" /></div>
		</a>
				<div class="elementor-post__text">
				<h2 class="elementor-post__title">
			<a href="https://bricycles.org.uk/2026/02/bricycles-summer-picnic-save-the-date/" >
				Bricycles Summer Picnic &#8211; Save the date!			</a>
		</h2>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			15 February 2026		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>Sunday 28th June 2026 Dust off your hampers and pump up your tyres the Bricycles Summer Picnic is back! This year, we’re heading to Hove Lawns (find us near the Peace Statue) for an afternoon of sun(?), cycling chat, and</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://bricycles.org.uk/2026/02/bricycles-summer-picnic-save-the-date/" aria-label="Read more about Bricycles Summer Picnic &#8211; Save the date!" tabindex="-1" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9495 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-brighton-and-hove tag-cycling tag-maintenance" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bricycles.org.uk/2026/02/safety-shouldnt-be-seasonal/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="226" src="https://bricycles.org.uk/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-26-at-20.31.12-1-300x226.jpeg" class="attachment-medium size-medium wp-image-9468" alt="" /></div>
		</a>
				<div class="elementor-post__text">
				<h2 class="elementor-post__title">
			<a href="https://bricycles.org.uk/2026/02/safety-shouldnt-be-seasonal/" >
				Safety Shouldn&#8217;t Be Seasonal			</a>
		</h2>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			15 February 2026		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>We hope you had an enjoyable Christmas and didn&#8217;t get too cold cycling in the icy snap we had recently. We noted the lack of gritting on cycle paths when we had light snow coverage, and have been collecting evidence</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://bricycles.org.uk/2026/02/safety-shouldnt-be-seasonal/" aria-label="Read more about Safety Shouldn&#8217;t Be Seasonal" tabindex="-1" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9455 post type-post status-publish format-standard has-post-thumbnail hentry category-events-and-rides tag-bicycle tag-brighton-and-hove tag-communityride tag-cycling tag-family" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bricycles.org.uk/2026/01/kidical-mass-hove-sunday-26-april-2026/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="300" src="https://bricycles.org.uk/wp-content/uploads/2026/01/KMHove_logo-300x300.jpg" class="attachment-medium size-medium wp-image-9457" alt="Kidical Mass Hove logo" /></div>
		</a>
				<div class="elementor-post__text">
				<h2 class="elementor-post__title">
			<a href="https://bricycles.org.uk/2026/01/kidical-mass-hove-sunday-26-april-2026/" >
				Kidical Mass Hove &#8211; Sunday 26 April 2026			</a>
		</h2>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			23 January 2026		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>The friends and family bicycle ride is back in Hove on Sunday 26 September 2026. This will be the sixth Kidical Mass ride in the city since the rides started in 2023.  Kidical Mass celebrates the joy of getting around</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://bricycles.org.uk/2026/01/kidical-mass-hove-sunday-26-april-2026/" aria-label="Read more about Kidical Mass Hove &#8211; Sunday 26 April 2026" tabindex="-1" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9404 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bricycles.org.uk/2025/12/western-road-red-route-call-to-action/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="112" src="https://bricycles.org.uk/wp-content/uploads/2025/12/RedRoute_BHCC-300x112.jpeg" class="attachment-medium size-medium wp-image-9406" alt="" srcset="https://bricycles.org.uk/wp-content/uploads/2025/12/RedRoute_BHCC-300x112.jpeg 300w, https://bricycles.org.uk/wp-content/uploads/2025/12/RedRoute_BHCC-800x300.jpeg 800w, https://bricycles.org.uk/wp-content/uploads/2025/12/RedRoute_BHCC-768x288.jpeg 768w, https://bricycles.org.uk/wp-content/uploads/2025/12/RedRoute_BHCC.jpeg 961w" sizes="(max-width: 300px) 100vw, 300px" /></div>
		</a>
				<div class="elementor-post__text">
				<h2 class="elementor-post__title">
			<a href="https://bricycles.org.uk/2025/12/western-road-red-route-call-to-action/" >
				Western Road Red Route &#8211; Call to Action!			</a>
		</h2>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			16 December 2025		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>Brighton &amp; Hove Council has launched a consultation on plans to introduce a Red Route on Western Road (between Holland Road and Montpelier Road), and we need your help to make it happen. If you have ever cycled down Western</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://bricycles.org.uk/2025/12/western-road-red-route-call-to-action/" aria-label="Read more about Western Road Red Route &#8211; Call to Action!" tabindex="-1" >
			Read More »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d0d36f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d0d36f3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-11d3ad7" data-id="11d3ad7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d0d2142 elementor-cta--layout-image-right elementor-cta--valign-top elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action" data-id="d0d2142" data-element_type="widget" data-e-type="widget" data-widget_type="call-to-action.default">
				<div class="elementor-widget-container">
							<a class="elementor-cta" href="https://bricycles.org.uk/2023/02/the-cycle-network-of-brighton-hove/">
					<div class="elementor-cta__bg-wrapper">
				<div class="elementor-cta__bg elementor-bg" style="background-image: url(https://bricycles.org.uk/wp-content/uploads/2023/02/Cycle-Network-Feb-2023-screen-grab-1021x1024.png);" role="img" aria-label="Cycle Network Feb 2023 screen grab"></div>
				<div class="elementor-cta__bg-overlay"></div>
			</div>
							<div class="elementor-cta__content">
				
									<h2 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
						The Entire City Cycle Network					</h2>
				
									<div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
						Use our interactive map to plan your journeys, discover new routes and see how current routes compare to the city’s network plans.					</div>
				
							</div>
						</a>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5188c92" data-id="5188c92" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-acca4c5 elementor-cta--layout-image-right elementor-cta--valign-top elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action" data-id="acca4c5" data-element_type="widget" data-e-type="widget" data-widget_type="call-to-action.default">
				<div class="elementor-widget-container">
							<a class="elementor-cta" href="https://bricycles.org.uk/2021/09/join-bricycles-and-get-cheap-insurance/">
					<div class="elementor-cta__bg-wrapper">
				<div class="elementor-cta__bg elementor-bg" style="background-image: url(https://bricycles.org.uk/wp-content/uploads/2021/09/LekkerBikes-Jordaan-Men-Women-Sand-Cream.jpg);" role="img" aria-label="LekkerBikes-Jordaan-Men-Women-Sand-Cream"></div>
				<div class="elementor-cta__bg-overlay"></div>
			</div>
							<div class="elementor-cta__content">
				
									<h2 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
						Join Bricycles to get exclusive news and discounts					</h2>
				
									<div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
						Join Bricycles from just £5 a year and get discounts on repairs and cycle training for children					</div>
				
							</div>
						</a>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ea6aaeb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ea6aaeb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-123f6be" data-id="123f6be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-80e03f4 elementor-widget elementor-widget-spacer" data-id="80e03f4" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-acdc000 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="acdc000" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7281f32" data-id="7281f32" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-73ba392 elementor-widget elementor-widget-gallery" data-id="73ba392" data-element_type="widget" data-e-type="widget" data-settings="{&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns&quot;:4,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8270.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Ed &amp; Jesse, Eastern Road" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgxMiwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC8yMDIwMDgwNi1BU0JfODI3MC5qcGVnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8270.jpeg" data-width="854" data-height="1280" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2021/04/Nikki-scaled-e1618239186479.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Nikki" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDYxNiwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjFcLzA0XC9OaWtraS1zY2FsZWQtZTE2MTgyMzkxODY0NzkuanBnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2021/04/Nikki-scaled-e1618239186479.jpg" data-width="1433" data-height="1849" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2021/03/Martin-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Martin, Boundary Road" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQwMSwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjFcLzAzXC9NYXJ0aW4tc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6IjczYmEzOTIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2021/03/Martin-scaled.jpg" data-width="2439" data-height="2560" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2021/04/Andrew-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Andrew, the Pepperpot" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDYxNSwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjFcLzA0XC9BbmRyZXctc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6IjczYmEzOTIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2021/04/Andrew-scaled.jpg" data-width="1440" data-height="2560" aria-label="Andrew, the Pepperpot" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8407.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Sanaz, Madeira Drive" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgyMywidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC8yMDIwMDgwNi1BU0JfODQwNy5qcGVnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8407.jpeg" data-width="854" data-height="1280" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8244.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Sheila, Queen&#039;s Park. Photo by Adam Bronkhorst" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgxMSwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC8yMDIwMDgwNi1BU0JfODI0NC5qcGVnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8244.jpeg" data-width="854" data-height="1280" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8331.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="20200806-ASB_8331" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgxNywidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC8yMDIwMDgwNi1BU0JfODMzMS5qcGVnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8331.jpeg" data-width="854" data-height="1280" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item" href="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8497.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="73ba392" data-elementor-lightbox-title="Sue, Old Shoreham Road" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgyOCwidXJsIjoiaHR0cHM6XC9cL2JyaWN5Y2xlcy5vcmcudWtcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC8yMDIwMDgwNi1BU0JfODQ5Ny5qcGVnIiwic2xpZGVzaG93IjoiNzNiYTM5MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://bricycles.org.uk/wp-content/uploads/2020/08/20200806-ASB_8497.jpeg" data-width="854" data-height="1280" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<footer data-elementor-type="footer" data-elementor-id="3919" class="elementor elementor-3919 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-3fef4113 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3fef4113" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-4561728" data-id="4561728" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f8f3293 elementor-nav-menu__align-start elementor-nav-menu--dropdown-mobile elementor-nav-menu__text-align-center elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="f8f3293" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas e-plus-icon\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-f8f3293" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-3414 current_page_item menu-item-3639"><a href="https://bricycles.org.uk/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3640"><a href="https://bricycles.org.uk/about/" class="elementor-item">About us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://bricycles.org.uk/about/get-involved/" class="elementor-sub-item">Get involved</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4488"><a href="https://bricycles.org.uk/about/constitution/" class="elementor-sub-item">Constitution</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3648"><a href="https://bricycles.org.uk/campaigning/" class="elementor-sub-item">Campaigning</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3638"><a href="https://bricycles.org.uk/category/news/" class="elementor-item">News</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6446"><a href="https://bricycles.org.uk/calendar/" class="elementor-sub-item">Calendar</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6179"><a href="https://bricycles.org.uk/newsletters/" class="elementor-sub-item">Newsletters</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3642"><a href="#" class="elementor-item elementor-item-anchor">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3645"><a href="https://bricycles.org.uk/new-to-cycling/" class="elementor-sub-item">New to cycling?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://bricycles.org.uk/family-cycling/" class="elementor-sub-item">Family cycling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3643"><a href="https://bricycles.org.uk/cycle-hire-repair/" class="elementor-sub-item">Cycle hire &#038; repair</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3646"><a href="https://bricycles.org.uk/useful-links/" class="elementor-sub-item">Useful links</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3730"><a href="https://bricycles.org.uk/contact-us/" class="elementor-item">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4647"><a href="https://bricycles.org.uk/membership/" class="elementor-item">Join &#038; Donate</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4650"><a href="https://bricycles.org.uk/membership/join-bricycles/" class="elementor-sub-item">Join Bricycles</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4648"><a href="https://bricycles.org.uk/membership/make-a-donation/" class="elementor-sub-item">Make a donation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4649"><a href="https://bricycles.org.uk/membership/membership-renewal/" class="elementor-sub-item">Renew membership</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4651"><a href="https://bricycles.org.uk/membership/update-your-details/" class="elementor-sub-item">Update your details</a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-f8f3293" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-3414 current_page_item menu-item-3639"><a href="https://bricycles.org.uk/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3640"><a href="https://bricycles.org.uk/about/" class="elementor-item" tabindex="-1">About us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://bricycles.org.uk/about/get-involved/" class="elementor-sub-item" tabindex="-1">Get involved</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4488"><a href="https://bricycles.org.uk/about/constitution/" class="elementor-sub-item" tabindex="-1">Constitution</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3648"><a href="https://bricycles.org.uk/campaigning/" class="elementor-sub-item" tabindex="-1">Campaigning</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-3638"><a href="https://bricycles.org.uk/category/news/" class="elementor-item" tabindex="-1">News</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6446"><a href="https://bricycles.org.uk/calendar/" class="elementor-sub-item" tabindex="-1">Calendar</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6179"><a href="https://bricycles.org.uk/newsletters/" class="elementor-sub-item" tabindex="-1">Newsletters</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3642"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3645"><a href="https://bricycles.org.uk/new-to-cycling/" class="elementor-sub-item" tabindex="-1">New to cycling?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://bricycles.org.uk/family-cycling/" class="elementor-sub-item" tabindex="-1">Family cycling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3643"><a href="https://bricycles.org.uk/cycle-hire-repair/" class="elementor-sub-item" tabindex="-1">Cycle hire &#038; repair</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3646"><a href="https://bricycles.org.uk/useful-links/" class="elementor-sub-item" tabindex="-1">Useful links</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3730"><a href="https://bricycles.org.uk/contact-us/" class="elementor-item" tabindex="-1">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4647"><a href="https://bricycles.org.uk/membership/" class="elementor-item" tabindex="-1">Join &#038; Donate</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4650"><a href="https://bricycles.org.uk/membership/join-bricycles/" class="elementor-sub-item" tabindex="-1">Join Bricycles</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4648"><a href="https://bricycles.org.uk/membership/make-a-donation/" class="elementor-sub-item" tabindex="-1">Make a donation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4649"><a href="https://bricycles.org.uk/membership/membership-renewal/" class="elementor-sub-item" tabindex="-1">Renew membership</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4651"><a href="https://bricycles.org.uk/membership/update-your-details/" class="elementor-sub-item" tabindex="-1">Update your details</a></li>
</ul>
</li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b70d6f2" data-id="b70d6f2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1c4f87f e-grid-align-right elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="1c4f87f" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-34c2301" href="http://www.facebook.com/bricycles" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-b89c018" href="http://www.twitter.com/bricycles" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i aria-hidden="true" class="fab fa-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-564db34" href="http://www.instagram.com/bricyclesbtn" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-94e2987" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 512"><path d="M105 0h302c57.927.155 104.845 47.073 105 104.996V407c-.155 57.926-47.073 104.844-104.996 104.998L105 512C47.074 511.844.156 464.926.002 407.003L0 105C.156 47.073 47.074.155 104.997 0H105zm68.234 144.309c33.5 25.237 69.538 76.398 82.764 103.853 13.229-27.455 49.27-78.616 82.768-103.853 24.179-18.205 63.346-32.295 63.346 12.534 0 8.95-5.116 75.211-8.119 85.971-10.428 37.393-48.44 46.931-82.251 41.159 59.101 10.092 74.134 43.513 41.665 76.938-61.664 63.48-88.63-15.927-95.535-36.274-1.991-5.856-1.708-5.991-3.745 0-6.905 20.347-33.869 99.754-95.533 36.274-32.47-33.425-17.437-66.846 41.664-76.938-33.811 5.772-71.823-3.766-82.251-41.159-3.003-10.76-8.119-77.021-8.119-85.971 0-44.829 39.173-30.739 63.346-12.534z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<footer class="elementor-section elementor-top-section elementor-element elementor-element-d084b38 elementor-section-height-min-height elementor-section-items-top elementor-section-boxed elementor-section-height-default" data-id="d084b38" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
						</div>
		</footer>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<!-- Instagram Feed JS -->
<script type="text/javascript">
var sbiajaxurl = "https://bricycles.org.uk/wp-admin/admin-ajax.php";
</script>
			<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<script id="elementor-webpack-runtime-js" src="https://bricycles.org.uk/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.1.1"></script>
<script id="elementor-frontend-modules-js" src="https://bricycles.org.uk/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.1"></script>
<script id="jquery-ui-core-js" src="https://bricycles.org.uk/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"4.1.1","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"e_pro_atomic_form":true,"e_pro_variables":true,"e_pro_interactions":true},"urls":{"assets":"https:\/\/bricycles.org.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/bricycles.org.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/bricycles.org.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"b85864d545","atomicFormsSendForm":"11db0bbfcd"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":3414,"title":"Bricycles%20%E2%80%93%20Brighton%20%26%20Hove%20Cycling%20Campaign","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
</script>
<script id="elementor-frontend-js" src="https://bricycles.org.uk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.1"></script>
<script id="smartmenus-js" src="https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1"></script>
<script id="imagesloaded-js" src="https://bricycles.org.uk/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script>
<script id="swiper-js" src="https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script>
<script id="elementor-gallery-js" src="https://bricycles.org.uk/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js?ver=1.2.0"></script>
<script id="jetpack-stats-js-before">
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"181129682","post":"3414","tz":"1","srv":"bricycles.org.uk","j":"1:15.8"} ]);
_stq.push([ "clickTrackerInit", "181129682", "3414" ]);
//# sourceURL=jetpack-stats-js-before
</script>
<script data-wp-strategy="defer" defer id="jetpack-stats-js" src="https://stats.wp.com/e-202624.js"></script>
<script id="elementor-pro-webpack-runtime-js" src="https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.1.0"></script>
<script id="wp-hooks-js" src="https://bricycles.org.uk/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://bricycles.org.uk/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/bricycles.org.uk\/wp-admin\/admin-ajax.php","nonce":"045be74547","urls":{"assets":"https:\/\/bricycles.org.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/bricycles.org.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/bricycles.org.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script id="elementor-pro-frontend-js" src="https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.1.0"></script>
<script id="pro-elements-handlers-js" src="https://bricycles.org.uk/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.1.0"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://bricycles.org.uk/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://bricycles.org.uk/wp-includes/js/wp-emoji-loader.min.js
</script>

</body>
</html>
