<!DOCTYPE html>
<html lang="en-GB" prefix="og: https://ogp.me/ns#">
<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
</script>
	
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.visitcornwall.tv/" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:site_name" content="Visit Cornwall TV" />
<meta property="og:title" content="Visit Cornwall TV Welcome" />
<meta name="twitter:title" content="Visit Cornwall TV Welcome" />
<meta property="og:image" content="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Tater-Du-lighthouse2-by-Reading-Tom.jpg" />
<meta name="twitter:image:src" content="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Tater-Du-lighthouse2-by-Reading-Tom.jpg" />
<meta property="og:description" content="On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more." />
<meta name="twitter:description" content="On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more." />
<meta name="twitter:creator" content="@@VisitCornwall" />
<meta name="twitter:site" content="@@VisitCornwall" />

	<!--[if lt IE 9]>
	<script src="https://VisitCornwall.b-cdn.net/wp-content/themes/luxe/js/html5/dist/html5shiv.js"></script>
	<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
	<![endif]-->
	<!--[if IE 8]>
	<link rel="stylesheet" type="text/css" href="https://VisitCornwall.b-cdn.net/wp-content/themes/luxe/css/ie8.css"/>
	<![endif]-->
	<!--[if IE 7]>
	<link rel="stylesheet" type="text/css" href="https://VisitCornwall.b-cdn.net/wp-content/themes/luxe/css/ie7.css"/>
	<![endif]-->
	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
	<meta charset="UTF-8">
	
			<meta name="ahrefs-site-verification" content="70ea04f1bc5b7e5978370d2ceeec29b8f51954695ba03e228c5ba407fb5ca2c1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-QCD5RH1J5Z"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-QCD5RH1J5Z');
</script>



<meta property="fb:admins" content="1081893834,744553713"/>

<script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3458994722015640"
     crossorigin="anonymous"></script>
	
		
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open%20Sans%7CPoiret%20One%3A400&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%7CPoiret%20One%3A400&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%7CPoiret%20One%3A400&#038;display=swap" /></noscript><link rel="stylesheet" href="https://visitcornwall.b-cdn.net/wp-content/cache/min/1/21318406b83ae3a8ca58980753d32828.css" media="all" data-minify="1" />
<meta name="description" content="On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://www.visitcornwall.tv/" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV" />
<meta property="og:description" content="On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more." />
<meta property="og:url" content="https://www.visitcornwall.tv/" />
<meta property="og:site_name" content="Visit Cornwall TV" />
<meta property="og:updated_time" content="2021-10-20T15:45:01+01:00" />
<meta property="article:published_time" content="2019-08-26T09:52:17+01:00" />
<meta property="article:modified_time" content="2021-10-20T15:45:01+01:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV" />
<meta name="twitter:description" content="On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more." />
<meta name="twitter:site" content="@visitcornwall" />
<meta name="twitter:creator" content="@visitcornwall" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Gordon" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="2 minutes" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://www.visitcornwall.tv/#person","name":"Gordon","sameAs":["https://www.facebook.com/VisitCornwall","https://twitter.com/visitcornwall"]},{"@type":"WebSite","@id":"https://www.visitcornwall.tv/#website","url":"https://www.visitcornwall.tv","name":"Gordon","publisher":{"@id":"https://www.visitcornwall.tv/#person"},"inLanguage":"en-GB","potentialAction":{"@type":"SearchAction","target":"https://www.visitcornwall.tv/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg","url":"https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg","width":"200","height":"200","inLanguage":"en-GB"},{"@type":"WebPage","@id":"https://www.visitcornwall.tv/#webpage","url":"https://www.visitcornwall.tv/","name":"Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV","datePublished":"2019-08-26T09:52:17+01:00","dateModified":"2021-10-20T15:45:01+01:00","about":{"@id":"https://www.visitcornwall.tv/#person"},"isPartOf":{"@id":"https://www.visitcornwall.tv/#website"},"primaryImageOfPage":{"@id":"https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg"},"inLanguage":"en-GB"},{"@type":"Person","@id":"https://www.visitcornwall.tv/author/gordon/","name":"Gordon","url":"https://www.visitcornwall.tv/author/gordon/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/77a135c7c1cf94165539bf21d2e02699?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/77a135c7c1cf94165539bf21d2e02699?s=96&amp;d=mm&amp;r=g","caption":"Gordon","inLanguage":"en-GB"}},{"@type":"Article","headline":"Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV","keywords":"Visit Cornwall","datePublished":"2019-08-26T09:52:17+01:00","dateModified":"2021-10-20T15:45:01+01:00","author":{"@id":"https://www.visitcornwall.tv/author/gordon/","name":"Gordon"},"publisher":{"@id":"https://www.visitcornwall.tv/#person"},"description":"On the Visit Cornwall TV site, you will find Guides to Gardens, Festivals, Lifeboat Stations, Lighthouses, Beaches and much more.","name":"Visit Cornwall TV - A Welcome from Cornwall &raquo; Visit Cornwall TV","@id":"https://www.visitcornwall.tv/#richSnippet","isPartOf":{"@id":"https://www.visitcornwall.tv/#webpage"},"image":{"@id":"https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg"},"inLanguage":"en-GB","mainEntityOfPage":{"@id":"https://www.visitcornwall.tv/#webpage"}}]}</script>
<meta name="google-site-verification" content="WsEP0EWkL5HnyyWtkVObKM7eh9YCTOKWIZQnQo18mE8" />
<meta name="msvalidate.01" content="39D7495D3DBED3F7870D9E2C2C75C2D3" />
<meta name="yandex-verification" content="621e883e5c73498e" />
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel='dns-prefetch' href='//visitcornwall.b-cdn.net' />
<link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link href='//visitcornwall.b-cdn.net' rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Visit Cornwall TV &raquo; Visit Cornwall TV &#8211; A Welcome from Cornwall Comments Feed" href="https://www.visitcornwall.tv/welcome-to-visit-cornwall-tv/feed/" />
<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>
	
<style id='rank-math-toc-block-style-inline-css' type='text/css'>
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>












<style id='bfa-font-awesome-v4-shim-inline-css' type='text/css'>

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome') format('svg');
			}

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome') format('svg');
			}

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome') format('svg');
				unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
			}
		
</style>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/alligator-popup/js/popup.js?ver=1637593008' id='popup-js' defer></script>
<script type="rocketlazyloadscript" id="cookie-notice-front-js-before" data-rocket-type="text/javascript">
var cnArgs = {"ajaxUrl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","nonce":"7fccd6fe3a","hideEffect":"fade","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":false,"cookieName":"cookie_notice_accepted","cookieTime":7862400,"cookieTimeRejected":2592000,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/cookie-notice/js/front.min.js?ver=1637593013' id='cookie-notice-front-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://VisitCornwall.b-cdn.net/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-includes/js/jquery/jquery-migrate.min.js?ver=1637593008' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" id="foobox-free-min-js-before" data-rocket-type="text/javascript">
/* Run FooBox FREE (v2.7.32) */
var FOOBOX = window.FOOBOX = {
	ready: true,
	disableOthers: false,
	o: {wordpress: { enabled: true }, countMessage:'image %index of %total', captions: { dataTitle: ["captionTitle","title","elementorLightboxTitle"], dataDesc: ["captionDesc","description","elementorLightboxDescription"] }, rel: '', excludes:'.fbx-link,.nofoobox,.nolightbox,a[href*="pinterest.com/pin/create/button/"]', affiliate : { enabled: false }},
	selectors: [
		".foogallery-container.foogallery-lightbox-foobox", ".foogallery-container.foogallery-lightbox-foobox-free", ".gallery", ".wp-block-gallery", ".wp-caption", ".wp-block-image", "a:has(img[class*=wp-image-])", ".foobox"
	],
	pre: function( $ ){
		// Custom JavaScript (Pre)
		
	},
	post: function( $ ){
		// Custom JavaScript (Post)
		
		// Custom Captions Code
		
	},
	custom: function( $ ){
		// Custom Extra JS
		
	}
};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/foobox-image-lightbox/free/js/foobox.free.min.js?ver=1637593013' id='foobox-free-min-js' defer></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=G-FYGK19N4ED' id='google_gtagjs-js' async></script>
<script type="rocketlazyloadscript" id="google_gtagjs-js-after" data-rocket-type="text/javascript">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.visitcornwall.tv"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "G-FYGK19N4ED");
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://www.visitcornwall.tv/wp-json/" /><link rel="alternate" type="application/json" href="https://www.visitcornwall.tv/wp-json/wp/v2/pages/7157" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.visitcornwall.tv/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.3.2" />
<link rel='shortlink' href='https://www.visitcornwall.tv/' />
<link rel="alternate" type="application/json+oembed" href="https://www.visitcornwall.tv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.visitcornwall.tv%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.visitcornwall.tv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.133.0" /><style type="text/css" id="tve_global_variables">:root{--tcb-background-author-image:url(https://secure.gravatar.com/avatar/77a135c7c1cf94165539bf21d2e02699?s=256&d=mm&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://VisitCornwall.b-cdn.net/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png);}</style><style id="wplmi-inline-css" type="text/css">
 span.wplmi-user-avatar { width: 16px;display: inline-block !important;flex-shrink: 0; } img.wplmi-elementor-avatar { border-radius: 100%;margin-right: 3px; }
</style>
		<style type="text/css">body { background:#ffffff; }.cnt .sAs .twr { background:#ffffff; }.cnt article h1.entry-title a { color:#002f66; }.cnt article h2.entry-title a { color:#002f66; }.bSe h1 { color:#002f66; }.bSe h2 { color:#002f66; }.bSe h3 { color:#002f66; }.bSe h4 { color:#002f66; }.bSe h5 { color:#002f66; }.bSe h6 { color:#002f66; }.cnt article p { color:#424040; }.cnt .bSe article { color:#424040; }.cnt article h1 a, .tve-woocommerce .bSe .awr .entry-title, .tve-woocommerce .bSe .awr .page-title{font-family:Poiret One,sans-serif;}.bSe h1{font-family:Poiret One,sans-serif;}.bSe h2, .tve-woocommerce .bSe h2, .cnt article .entry-title{font-family:Poiret One,sans-serif;}.bSe h3, .tve-woocommerce .bSe h3{font-family:Poiret One,sans-serif;}.bSe h4{font-family:Poiret One,sans-serif;}.bSe h5{font-family:Poiret One,sans-serif;}.bSe h6{font-family:Poiret One,sans-serif;}.cnt, .bp-t, .tve-woocommerce .product p, .tve-woocommerce .products p{font-family:PT Serif,sans-serif;}article strong {font-weight: bold;}.bSe h1, .bSe .entry-title { font-size:32px; }.cnt { font-size:17px; }.thrivecb { font-size:17px; }.out { font-size:17px; }.aut p { font-size:17px; }.cnt p { line-height:1.5em; }.lhgh { line-height:1.5em; }.dhgh { line-height:1.5em; }.dhgh { font-size:17px; }.lhgh { font-size:17px; }.thrivecb { line-height:1.5em; }.cnt .cmt, .cnt .acm { background-color:#34495e; }.trg { border-color:#34495e transparent transparent; }.str { border-color: transparent #34495e transparent transparent; }.pgn a:hover, .pgn .dots a:hover { background-color:#34495e; }.brd ul li { color:#34495e; }.bSe a { color:#030b77; }.bSe .faq h4{font-family:PT Serif,sans-serif;}article strong {font-weight: bold;}header ul.menu > li > a { color:#000000; }header .phone .apnr, header .phone .apnr:before, header .phone .fphr { color:#000000; }header nav ul.menu > li > a:hover { color:#535299; }header .phone:hover .apnr, header .phone:hover .apnr:before, header .phone:hover .fphr { color:#535299; }header nav > ul > li.current_page_item > a:hover { color:#535299; }header nav > ul > li.current_menu_item > a:hover { color:#535299; }header nav > ul > li.current_menu_item > a:hover { color:#535299; }header nav > ul > li > a:active { color:#535299; }header #logo > a > img { max-width:300px; }header ul.menu > li.h-cta > a { color:#FFFFFF!important; }header ul.menu > li.h-cta > a { background:#323232; }header ul.menu > li.h-cta > a { border-color:#323232; }header nav ul.menu > li.h-cta > a:hover { color:#FFFFFF!important; }header nav ul.menu > li.h-cta > a:hover { background:#acacac; }header nav ul.menu > li.h-cta > a:hover { border-color:#acacac; }</style>
		
<!-- Google AdSense meta tags added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense meta tags added by Site Kit -->
<meta name="generator" content="Elementor 3.21.8; features: e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">

<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');
</script>
<!-- End Meta Pixel Code -->

      <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        var url = window.location.origin + '?ob=open-bridge';
        fbq('set', 'openbridge', '757204537651954', url);
      </script>
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>fbq('init', '757204537651954', {}, {
    "agent": "wordpress-6.3.2-3.0.16"
})</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
    fbq('track', 'PageView', []);
  </script>
<!-- Meta Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=757204537651954&ev=PageView&noscript=1" />
</noscript>
<!-- End Meta Pixel Code -->
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ffffff; }
</style>
	
<!-- Google AdSense snippet added by Site Kit -->
<script type="rocketlazyloadscript" async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3458994722015640&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous" data-rocket-type="text/javascript"></script>

<!-- End Google AdSense snippet added by Site Kit -->
<style type="text/css" id="thrive-default-styles"></style>			<style type="text/css">ins.adsbygoogle {
background: none;
}


.cnt article p{
margin-bottom:15px!important;}

.bspr{
display:none;
}

.display-posts-listing .listing-item { clear: both; } 
.display-posts-listing img { float: left; margin: 0 20px 40px 0; }

h1 { font-size: 40px !important; }
h2 { font-size: 30px !important; }
h3 { font-size: 25px !important; }
h4 { font-size: 20px !important; }
h5 { font-size: 15px !important; }

.cnt .inf .by ul li:nth-child(3) a {
display: none !important;
}

.far.red {
    background-color: #87003e;
}
.far.blue {
    background-color: #332428b;
}

.shortcode_tabs.horz_tabs .scT>ul li.tS {
  background: footer .ftw {
display: none;
}

.display-posts-listing .listing-item { clear: both; } 
.display-posts-listing img { float: left; margin: 0 20px 40px 0; }

h1 { font-size: 40px !important; }
h2 { font-size: 30px !important; }
h3 { font-size: 25px !important; }
h4 { font-size: 20px !important; }
h5 { font-size: 15px !important; }

.cnt .inf .by ul li:nth-child(3) a {
display: none !important;
}

.far.red {
    background-color: #87003e;
}
.far.blue {
    background-color: #332428b;
}

.shortcode_tabs.horz_tabs .scT>ul li.tS {
  background: #87003e !important;
  border: 1px solid #87003e !important;
}
 !important;
  border: 1px solid #87003e !important;
}
</style>
			</head>
<body data-rsssl=1 class="home page-template-default page page-id-7157 custom-background cookies-not-set elementor-default elementor-kit-511258">

<div class="flex-cnt">
	<div id="floating_menu" >
				<header class="" style="">
									<div class="wrp side_logo has_phone" id="head_wrp">
				<div class="h-i">
												<div id="logo">
								<a class="lg left" href="https://www.visitcornwall.tv/">
									<img src="https://visitcornwall.b-cdn.net/wp-content/uploads/2015/05/LogoSite.png"
									     alt="Visit Cornwall TV"/>
								</a>
							</div>
																<div class="hmn">
						<div class="awe rmn right">&#xf039;</div>
						<div class="clear"></div>
					</div>
					<div id="nav_right" class="mhl">
																									<!-- Cart Dropdown -->
							<nav class="right"><ul id="menu-menu-1" class="menu"><li  id="menu-item-8687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-7157 current_page_item"><a  href="https://www.visitcornwall.tv/">Home</a></li>
<li  id="menu-item-4478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  title="Cornwall Videos" href="https://www.visitcornwall.tv/cornwall-videos/">Videos</a><ul class="sub-menu">	<li  id="menu-item-4633" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Cycle Routes Videos" href="https://www.visitcornwall.tv/cornwall-cycle-routes-videos/" class=" colch ">Cycle Routes</a></li>
	<li  id="menu-item-4751" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Bodmin Wenford Railway Videos" href="https://www.visitcornwall.tv/bodmin-wenford-railway-videos/" class=" colch ">Bodmin Wenford Railway</a></li>
	<li  id="menu-item-7045" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Kayaking Videos" href="https://www.visitcornwall.tv/cornwall-kayaking-videos/" class=" colch ">Cornwall Kayaking</a></li>
	<li  id="menu-item-7032" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Diving Videos" href="https://www.visitcornwall.tv/cornwall-diving-videos/" class=" colch ">Cornwall Diving</a></li>
	<li  id="menu-item-5649" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Lifeboat Videos" href="https://www.visitcornwall.tv/cornwall-lifeboat-videos/" class=" colch ">Lifeboat Videos</a></li>
	<li  id="menu-item-7033" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Seals Videos" href="https://www.visitcornwall.tv/cornwall-seal-videos/" class=" colch ">Cornwall Seals</a></li>
	<li  id="menu-item-7044" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Festival Videos" href="https://www.visitcornwall.tv/cornwall-festival-videos/" class=" colch ">Cornwall Festivals</a></li>
	<li  id="menu-item-5646" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Gardens Videos" href="https://www.visitcornwall.tv/cornwall-gardens-videos/" class=" colch ">Garden Videos</a></li>
</ul></li>
<li  id="menu-item-5255" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  title="Cornwall Beaches" href="https://www.visitcornwall.tv/beaches-cornwall/">Beaches</a><ul class="sub-menu">	<li  id="menu-item-510394" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/beaches-cornwall/" class=" colch ">The Beaches Cornwall</a></li>
	<li  id="menu-item-5269" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/st-ives-beaches/" class=" colch ">St Ives Beaches</a></li>
	<li  id="menu-item-5270" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/falmouth-beaches/" class=" colch ">Falmouth Beaches</a></li>
	<li  id="menu-item-5302" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/newquay-beaches/" class=" colch ">Newquay Beaches</a></li>
	<li  id="menu-item-511212" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/surf-safety-cornwall/" class=" colch ">Surf Safety</a></li>
	<li  id="menu-item-511213" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/beach-safety-in-cornwall/" class=" colch ">Beach Safety</a></li>
</ul></li>
<li  id="menu-item-5311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  title="Cornwall Visitor Information" href="https://www.visitcornwall.tv/cornwall-visitor-information/">Visitor Info.</a><ul class="sub-menu">	<li  id="menu-item-512470" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-holiday/" class=" colch ">Cornwall HolidayStuff</a></li>
	<li  id="menu-item-5481" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-lifeboat-stations/" class=" colch ">Cornwall Lifeboat Stations</a></li>
	<li  id="menu-item-5326" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Farmers Markets" href="https://www.visitcornwall.tv/cornwall-farmers-markets/" class=" colch ">Farmers Markets</a></li>
	<li  id="menu-item-5327" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Golf Courses" href="https://www.visitcornwall.tv/cornwall-golf-courses/" class=" colch ">Golf Courses</a></li>
	<li  id="menu-item-5329" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="The Lighthouses of Cornwall" href="https://www.visitcornwall.tv/the-lighthouses-of-cornwall/" class=" colch ">Lighthouses</a></li>
	<li  id="menu-item-5328" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Museums" href="https://www.visitcornwall.tv/museums-in-cornwall/" class=" colch ">Museums</a></li>
	<li  id="menu-item-511120" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/gardens-of-cornwall-2/" class=" colch ">Gardens of Cornwall</a></li>
	<li  id="menu-item-5331" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Beaches" href="https://www.visitcornwall.tv/beaches-cornwall/" class=" colch ">Beaches</a></li>
	<li  id="menu-item-5332" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Tourist Information Centres Cornwall" href="https://www.visitcornwall.tv/cornwall-tourist-information-centres/" class=" colch ">Tourist Info Centres</a></li>
	<li  id="menu-item-5439" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-accommodation/" class=" colch ">Cornwall Accommodation</a></li>
</ul></li>
<li  id="menu-item-5348" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  href="https://www.visitcornwall.tv/cornwall-visitor-guides/">Guides</a><ul class="sub-menu">	<li  id="menu-item-5362" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Disabled Facilities Cornwall" href="https://www.visitcornwall.tv/disabled-facilities-cornwall/" class=" colch ">Disabled Facilities</a></li>
	<li  id="menu-item-5365" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/dog-friendly-cornwall/" class=" colch ">Dog Friendly Cornwall</a></li>
	<li  id="menu-item-5369" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="National Trust in Cornwall" href="https://www.visitcornwall.tv/national-trust-in-cornwall/" class=" colch ">National Trust</a></li>
	<li  id="menu-item-5637" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Penzance Night Riviear Sleeper" href="https://www.visitcornwall.tv/penzance-sleeper-night-riviera/" class=" colch ">Sleeper Night Riviera</a></li>
	<li  id="menu-item-5366" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Getting Married in Cornwall" href="https://www.visitcornwall.tv/getting-married-in-cornwall/" class=" colch ">Getting Married</a></li>
	<li  id="menu-item-5367" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Honeymoons in Cornwall" href="https://www.visitcornwall.tv/honeymoons-in-cornwall/" class=" colch ">Honeymoons</a></li>
	<li  id="menu-item-5835" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall History Culture and Heritage" href="https://www.visitcornwall.tv/cornwall-history-culture-heritage/" class=" colch ">History and Culture</a></li>
	<li  id="menu-item-510402" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/the-roseland-peninsula/" class=" colch ">The Roseland Peninsula</a></li>
	<li  id="menu-item-5438" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Blue Badge Guides" href="https://www.visitcornwall.tv/cornwall-blue-badge-guides/" class=" colch ">Blue Badge Guides</a></li>
	<li  id="menu-item-511186" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-surf-schools/" class=" colch ">Cornwall Surf Schools</a></li>
	<li  id="menu-item-5360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  title="Cornwall Fishing Guide" href="https://www.visitcornwall.tv/cornwall-fishing-guide/" class=" colch ">Fishing in Cornwall</a><ul class="sub-menu">		<li  id="menu-item-5349" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="North Cornwall Fishing Guide" href="https://www.visitcornwall.tv/north-cornwall-fishing-guide/">North Cornwall</a></li>
		<li  id="menu-item-5350" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="South West Cornwall Fishing Guide" href="https://www.visitcornwall.tv/south-west-cornwall-fishing-guide/">South West</a></li>
		<li  id="menu-item-5355" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="West Cornwall Fishing Guide" href="https://www.visitcornwall.tv/west-cornwall-fishing-guide/">West Cornwall</a></li>
</ul></li>
	<li  id="menu-item-5361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  href="https://www.visitcornwall.tv/cornwall-surfers-guide/" class=" colch ">Cornwall Surfers Guide</a><ul class="sub-menu">		<li  id="menu-item-5352" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Surfers Guide East Cornwall" href="https://www.visitcornwall.tv/surfers-guide-east-cornwall/">East Cornwall</a></li>
		<li  id="menu-item-5353" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Surfers Guide West Cornwall" href="https://www.visitcornwall.tv/surfers-guide-west-cornwall/">West Cornwall</a></li>
		<li  id="menu-item-5354" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Surfers Guide North Cornwall" href="https://www.visitcornwall.tv/surfing-guide-north-cornwall/">North Cornwall</a></li>
</ul></li>
	<li  id="menu-item-5368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  title="Divers Guide to Cornwall" href="https://www.visitcornwall.tv/divers-guide-cornwall/" class=" colch ">Diving in Cornwall</a><ul class="sub-menu">		<li  id="menu-item-5357" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Cornwall Diving &#8211; A Divers Guide Guide to South West Cornwall" href="https://www.visitcornwall.tv/cornwall-divers-guide-south-west-cornwall/">West Coast</a></li>
		<li  id="menu-item-5358" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="East Cornwall Divers Guide" href="https://www.visitcornwall.tv/cornwall-divers-guide-east-coast-cornwall/">East Coast</a></li>
		<li  id="menu-item-5363" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Divers Guide to the North Coast" href="https://www.visitcornwall.tv/cornwall-divers-guide-north-coast/">North Coast</a></li>
		<li  id="menu-item-5359" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Divers Guide to Far West Cornwall" href="https://www.visitcornwall.tv/cornwall-divers-guide-far-west/">Far west Coast</a></li>
</ul></li>
	<li  id="menu-item-5356" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Windsurfing Guide Cornwall" href="https://www.visitcornwall.tv/cornwall-windsurfing-guide/" class=" colch ">Windsurfing</a></li>
	<li  id="menu-item-5351" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/storm-watching/" class=" colch ">Storm Watching Videos</a></li>
	<li  id="menu-item-5532" class="menu-item menu-item-type-post_type menu-item-object-page"><a  title="Film Locations in Cornwall" href="https://www.visitcornwall.tv/film-locations-in-cornwall/" class=" colch ">Film locations</a></li>
	<li  id="menu-item-5371" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-air-ambulance/" class=" colch ">Cornwall Air Ambulance</a></li>
</ul></li>
<li  id="menu-item-9016" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a  href="https://www.visitcornwall.tv/visit-cornwall-tv-blog-out-and-about-in-cornwall/">Blog / News</a><ul class="sub-menu">	<li  id="menu-item-510430" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/news-from-cornwall/" class=" colch ">News from Cornwall</a></li>
</ul></li>
<li  id="menu-item-7822" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.visitcornwall.tv/cornwall-accommodation-deals/">Today’s Deal Finder</a></li>
</ul></nav>											</div>
										<div class="clear"></div>
				</div>
			</div>
					</header>
			</div>
	
			<div class="bspr"></div>
		<!--Start the wrapper for all the content-->
	<div class="wrp cnt">	
	<div class="sAsCont">
				<aside class="sAs left">
							<section id="media_image-3"><div class="scn"><div class="awr"><div class="twr"><p class="upp ttl">Accommodation Finder</p></div><a href="https://www.visitcornwall.tv/cornwall-accommodation-deals/"><img width="284" height="115" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06.jpg" class="image wp-image-512143  attachment-full size-full" alt="Cornwall Hotels" decoding="async" style="max-width: 100%; height: auto;" srcset="https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06.jpg 284w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06-150x61.jpg 150w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06-65x26.jpg 65w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06-220x89.jpg 220w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2021/10/Screen-Shot-2021-10-06-at-18.50.06-247x100.jpg 247w" sizes="(max-width: 284px) 100vw, 284px" /></a></div></div></section><section id="fluentform_widget-2"><div class="scn"><div class="awr"><div class="twr"><p class="upp ttl">NEWSLETTER</p></div><div class='fluentform ff-default fluentform_wrapper_2 ffs_default_wrap'><form data-form_id="2" id="fluentform_2" class="frm-fluent-form fluent_form_2 ff-el-form-top ff_form_instance_2_2 ff-form-loading ffs_default" data-form_instance="ff_form_instance_2_2" method="POST" ><fieldset  style="border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;">
                    <legend class="ff_screen_reader_title" style="display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;">Newsletter Subscription Form</legend><input type='hidden' name='__fluent_form_embded_post_id' value='7157' /><input type="hidden" id="_fluentform_2_fluentformnonce" name="_fluentform_2_fluentformnonce" value="05aee4feed" /><input type="hidden" name="_wp_http_referer" value="/" /><div class='ff-el-group'><div class="ff-el-input--label asterisk-right"><label for='ff_2_2_email' aria-label="Email">Email</label></div><div class='ff-el-input--content'><input type="email" name="email" id="ff_2_2_email" class="ff-el-form-control" placeholder="Email Address" data-name="email"  aria-invalid="false" aria-required=false></div></div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type="submit" class="ff-btn ff-btn-submit ff-btn-md ff_btn_style" >Subscribe to our Newsletter</button></div></fieldset></form><div id='fluentform_2_errors' class='ff-errors-in-stack ff_form_instance_2_2 ff-form-loading_errors ff_form_instance_2_2_errors'></div></div>        <script type="text/javascript">
            window.fluent_form_ff_form_instance_2_2 = {"id":"2","settings":{"layout":{"labelPlacement":"top","helpMessagePlacement":"with_label","errorMessagePlacement":"inline","asteriskPlacement":"asterisk-right"},"restrictions":{"denyEmptySubmission":{"enabled":false}}},"form_instance":"ff_form_instance_2_2","form_id_selector":"fluentform_2","rules":{"email":{"required":{"value":false,"message":"This field is required"},"email":{"value":true,"message":"This field must contain a valid email"}}}};
                    </script>
        </div></div></section><section id="search-3"><div class="scn"><div class="awr"><section>
	<div>
		<form action="https://www.visitcornwall.tv/" method="get" class="srh">
			<div>
				<input type="text" placeholder="What are you looking for?"
				       class="search-field" name="s"/>
				<button type="submit" class="search-button sBn">&#xe610;</button>
			</div>
		</form>
	</div>
</section></div></div></section>			
		</aside>
			</div>
<div class="bSeCont">
		<section class="bSe right">
													<article>
		<div class="awr">
							<h1 class="entry-title"><a href="https://www.visitcornwall.tv/">Visit Cornwall TV &#8211; A Welcome from Cornwall</a></h1>
						<p>On the Visit Cornwall TV site, you will find Guides to <a href="https://www.visitcornwall.tv/cornwall-gardens-videos/">Gardens</a>, <a href="https://www.visitcornwall.tv/cornwall-festival-videos/">Festivals</a>, <a href="https://www.visitcornwall.tv/cornwall-lifeboat-stations/">Lifeboat Stations</a>, <a href="https://www.visitcornwall.tv/lighthouses-cornwall/">Lighthouses</a>, <a href="https://www.visitcornwall.tv/beaches-cornwall/">Beaches</a> and much more.</p>
<p>We make use of social media shared videos as well as the officially produced VisitCornwall tourist board videos to give you a feel of the real Visit Cornwall experience.</p>
<h3>Beaches</h3>
<p><img decoding="async" class="alignleft wp-image-5150" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg" alt="Visit Cornwall TVConstantine Bay " width="175" height="119" srcset="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-500x340.jpg 500w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-150x102.jpg 150w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-960x653.jpg 960w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-600x408.jpg 600w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-300x204.jpg 300w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-65x44.jpg 65w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-220x150.jpg 220w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-147x100.jpg 147w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-294x200.jpg 294w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-514x350.jpg 514w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-632x430.jpg 632w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-779x530.jpg 779w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-485x330.jpg 485w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-400x272.jpg 400w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-50x34.jpg 50w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell-800x545.jpg 800w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/Constantine-Bay-Beach-by-Robert-Linsdell.jpg 1357w" sizes="(max-width: 175px) 100vw, 175px" title="Visit Cornwall TV - A Welcome from Cornwall 1">Cornwall is the most popular regional holiday destination in the UK. The spectacular and varied coastline combined with some of the UK&#8217;s finest beaches attracts visitors here all year round.</p>
<p>The beaches range from the surf lovers curling swells that sweep in from the Atlantic to child-friendly gently sloping sandcastle building paradises and everything between.</p>
<div class="divi ddivi"></div>
<h3></h3>
<h3>Industrial Heritage</h3>
<p><img loading="lazy" decoding="async" class=" wp-image-4669 alignleft" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_3500-e1413832151929-375x500.jpg" alt="Visit Cornwall Industrial Heritage" width="173" height="231" title="Visit Cornwall TV - A Welcome from Cornwall 2">Explore an industrial heritage that is visible as you travel around the county. Visit old mine engine houses and manor houses portrayed in and used as locations in the fictional TV series like Poldark. The wealth created by the mines funded some of the larges estates and manor houses of Cornwall.  Many of which are now in the hands of the <a href="https://www.visitcornwall.tv/cornwall-videos/lanhydrock-national-trust-cornwall/">National Trust in Cornwall</a>.</p>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<p>&nbsp;</p>
<div class="divi ddivi"></div>
<h3>Maritime Heritage</h3>
<p>Visit fishing ports like Newlyn where large trawlers and drift net boats fish as far afield as the Portuguese coast staying away for days. Enjoy small fishing villages like Cadgwidth where the small boats go out from the small beach. Crewed as single-handed to lay and collect crab pots or using hand lines and returning each day.</p>
<div class="divi ddivi"></div>
<p><img loading="lazy" decoding="async" class=" wp-image-6646 alignleft" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-500x334.jpg" alt="IMG 0704" width="177" height="118" srcset="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-500x334.jpg 500w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-150x100.jpg 150w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-600x400.jpg 600w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-300x200.jpg 300w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-65x43.jpg 65w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-220x147.jpg 220w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-525x350.jpg 525w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-495x330.jpg 495w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-400x267.jpg 400w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704-50x33.jpg 50w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/09/IMG_0704.jpg 640w" sizes="(max-width: 177px) 100vw, 177px" title="Visit Cornwall TV - A Welcome from Cornwall 3">Falmouth on the south coast is one of the world&#8217;s largest natural harbours and welcomes cruise liners from around the world. It is rich in maritime history. Mail ships delivered packets to all corners of the world. It is where the first news of the victory at Trafalgar was brought to shore. It is home to the <a href="https://nmmc.co.uk/" target="_blank" rel="noopener noreferrer">Maritime Museum</a>.  There is so much to discover, explore and enjoy in Cornwall.</p>
<p>&nbsp;</p>
<div class="divi ddivi"></div>
<p><img loading="lazy" decoding="async" class="size-full wp-image-5304 alignleft" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2.png" alt="The Newquay Guide" width="154" height="171" srcset="https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2.png 154w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2-135x150.png 135w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2-59x65.png 59w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2-90x100.png 90w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2014/10/CoverLogo2-45x50.png 45w" sizes="(max-width: 154px) 100vw, 154px" title="Visit Cornwall TV - A Welcome from Cornwall 4">Newquay with its surf and music culture, the spectacular Fistral beach is the spiritual home for UK Surfers. With 9 beaches and the widest choice of accommodation, Newquay is Cornwall&#8217;s most popular destination.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="divi ddivi"></div>
<p><img loading="lazy" decoding="async" class="wp-image-7807 alignleft" src="https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-500x200.jpg" alt="Visit Cornwall St Ives Harbour" width="175" height="70" srcset="https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-500x200.jpg 500w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-150x60.jpg 150w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-768x307.jpg 768w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-960x383.jpg 960w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-600x240.jpg 600w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-65x26.jpg 65w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-220x88.jpg 220w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-250x100.jpg 250w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-350x140.jpg 350w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-300x120.jpg 300w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-710x284.jpg 710w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford-844x337.jpg 844w, https://VisitCornwall.b-cdn.net/wp-content/uploads/2016/06/St-Ives-Harbour-John-Stratford.jpg 1024w" sizes="(max-width: 175px) 100vw, 175px" title="Visit Cornwall TV - A Welcome from Cornwall 5">St Ives enjoys a special place in the art scene. The Tate Museum, the Barbara Hepworth Garden are just two of galleries visitors will enjoy. St Ives has attracted artists for many years due to the particular quality of light found in its coastal setting.</p>
<div class="divi ddivi"></div>
<h2>Finding Accommodation in Cornwall</h2>
<p>Visit Cornwall TV offers you a range of accommodation searches from Hotels to Holiday Homes with prices and availability being updated 24 hours a day seven days a week. Click on accommodation links available on all of the pages on Visit Cornwall TV.</p>
<h2>Visit Cornwall TV Newsletter</h2>
<div class='fluentform ff-default fluentform_wrapper_2 ffs_default_wrap'><form data-form_id="2" id="fluentform_2" class="frm-fluent-form fluent_form_2 ff-el-form-top ff_form_instance_2_3 ff-form-loading ffs_default" data-form_instance="ff_form_instance_2_3" method="POST" ><fieldset  style="border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;">
                    <legend class="ff_screen_reader_title" style="display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;">Newsletter Subscription Form</legend><input type='hidden' name='__fluent_form_embded_post_id' value='7157' /><input type="hidden" id="_fluentform_2_fluentformnonce" name="_fluentform_2_fluentformnonce" value="05aee4feed" /><input type="hidden" name="_wp_http_referer" value="/" /><div class='ff-el-group'><div class="ff-el-input--label asterisk-right"><label for='ff_2_3_email' aria-label="Email">Email</label></div><div class='ff-el-input--content'><input type="email" name="email" id="ff_2_3_email" class="ff-el-form-control" placeholder="Email Address" data-name="email"  aria-invalid="false" aria-required=false></div></div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type="submit" class="ff-btn ff-btn-submit ff-btn-md ff_btn_style" >Subscribe to our Newsletter</button></div></fieldset></form><div id='fluentform_2_errors' class='ff-errors-in-stack ff_form_instance_2_3 ff-form-loading_errors ff_form_instance_2_3_errors'></div></div>        <script type="text/javascript">
            window.fluent_form_ff_form_instance_2_3 = {"id":"2","settings":{"layout":{"labelPlacement":"top","helpMessagePlacement":"with_label","errorMessagePlacement":"inline","asteriskPlacement":"asterisk-right"},"restrictions":{"denyEmptySubmission":{"enabled":false}}},"form_instance":"ff_form_instance_2_3","form_id_selector":"fluentform_2","rules":{"email":{"required":{"value":false,"message":"This field is required"},"email":{"value":true,"message":"This field must contain a valid email"}}}};
                    </script>
        
<p>AWIN as Requested.</p>
				<div class="clear"></div>
			</div>
		</article>
<div class="spr"></div>											
		
	</section>
	</div>
<div class="clear"></div>
</div> <!-- End of wrapper div -->
</div>
<div class="clear"></div>
<footer>
	
	<section class="ftw">
		<div class="wrp cnt">
						<div class="clear"></div>
		</div>
	</section>

	<div class="clear"></div>

			<section class="fmn">
			<div class="wrp cnt">
				<div class="footer_menu_container"><ul id="menu-footer-navigation" class="footer_menu"><li id="menu-item-7152" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7152"><a href="https://www.visitcornwall.tv/contact-us/">Contact Us</a></li>
<li id="menu-item-512487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-512487"><a href="https://www.visitcornwall.tv/cornwall-holiday/">Holiday Essentials</a></li>
<li id="menu-item-7153" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7153"><a href="https://www.visitcornwall.tv/privacy-policy-visitcornwall-tv/">Privacy</a></li>
<li id="menu-item-9021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9021"><a href="https://www.visitcornwall.tv/letter-from-cornwall-newsletter/">Newsletter</a></li>
<li id="menu-item-510904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-510904"><a href="https://www.visitcornwall.tv/cornwall-accommodation-deals/">Today&#8217;s Deal Finder</a></li>
</ul></div>			</div>
		</section>
	
	<section class="copy">
		<div class="wrp cnt">
			<p>
									© Copyright 2021  Visit Cornwall TV. 											</p>
							<ul class="fsc">
																<li>
							<a href="https://facebook.com/visitcornwall" target="_blank">
								<span class="awe">&#xe60b;</span>
							</a>
						</li>
																<li>
							<a href="https://twitter.com/visitcornwall"
							   target="_blank">
								<span class="awe">&#xe60a;</span>
							</a>
						</li>
																								</ul>
					</div>
	</section>

	</footer>

<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>( $ => {
	/**
	 * Displays toast message from storage, it is used when the user is redirected after login
	 */
	if ( window.sessionStorage ) {
		$( window ).on( 'tcb_after_dom_ready', () => {
			const message = sessionStorage.getItem( 'tcb_toast_message' );

			if ( message ) {
				tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
				sessionStorage.removeItem( 'tcb_toast_message' );
			}
		} );
	}

	/**
	 * Displays toast message
	 *
	 * @param {string}   message  - message to display
	 * @param {Boolean}  error    - whether the message is an error or not
	 * @param {Function} callback - callback function to be called after the message is closed
	 */
	function tcbToast( message, error, callback ) {
		/* Also allow "message" objects */
		if ( typeof message !== 'string' ) {
			message = message.message || message.error || message.success;
		}
		if ( ! error ) {
			error = false;
		}
		TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
	}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
</script><div id="pum-509436" class="pum pum-overlay pum-theme-8038 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:509436,&quot;slug&quot;:&quot;fluentform-test&quot;,&quot;theme_id&quot;:8038,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;500&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
								   	aria-labelledby="pum_popup_title_509436">

	<div id="popmake-509436" class="pum-container popmake theme-8038 pum-responsive pum-responsive-medium responsive size-medium">

				

							<div id="pum_popup_title_509436" class="pum-title popmake-title">
				Subscriber Survey			</div>
		

		

				<div class="pum-content popmake-content" tabindex="0">
			<style>
    .ff_conv_app_7 { background-color: #FFFFFF; }.ff_conv_app_7 .ffc-counter-div span { color: rgb(1, 25, 82); }.ff_conv_app_7 .ffc-counter-div .counter-icon-span svg { fill: rgb(1, 25, 82) !important; }.ff_conv_app_7 .f-label-wrap, .ff_conv_app_7 .f-answer { color: rgb(1, 25, 82) !important; }.ff_conv_app_7 .f-label-wrap .f-key { border-color: rgb(1, 25, 82) !important; }.ff_conv_app_7 .f-answer .f-radios-wrap ul li { background-color: rgba(1, 25, 82,0.1) !important; }.ff_conv_app_7 .f-answer .f-radios-wrap ul li.f-selected { background-color: rgba(1, 25, 82,0.3) !important; }.ff_conv_app_7 .f-answer .f-radios-wrap ul li.f-selected .f-key { background-color: rgb(1, 25, 82) !important; color: white; }.ff_conv_app_7 .f-answer .f-radios-wrap ul li.f-selected svg { fill: rgb(1, 25, 82) !important; }.ff_conv_app_7 .f-answer input, .ff_conv_app_7 .f-answer textarea{ color: rgb(1, 25, 82) !important; box-shadow: rgb(1, 25, 82)  0px 1px; }.ff_conv_app_7 .f-answer input:focus, .ff_conv_app_7 .f-answer textarea:focus { box-shadow: rgb(1, 25, 82)  0px 2px !important; }.ff_conv_app_7 .f-answer textarea::placeholder, .ff_conv_app_7 .f-answer input::placeholder { color: rgb(1, 25, 82) !important; }.ff_conv_app_7 .text-success { color: rgb(1, 25, 82) !important; }.ff_conv_app_7 .fh2 .f-text { color: #191919; }.ff_conv_app_7 .fh2 .f-tagline, .ff_conv_app_7 .f-sub .f-help { color: rgba(25,25,25, 0.70); }.ff_conv_app_7 .q-inner .o-btn-action, .ff_conv_app_7 .footer-inner-wrap .f-nav { background-color: #0445AF; }.ff_conv_app_7 .q-inner .o-btn-action span, .ff_conv_app_7 .footer-inner-wrap .f-nav a { color: #FFFFFF; } .ff_conv_app_7 .f-enter .f-enter-desc { color: #0445AF; }.ff_conv_app_7 .footer-inner-wrap .f-nav a svg { fill: #FFFFFF; }.ff_conv_app_7 .f-answer .f-radios-wrap ul li.f-selected .f-key { color: #FFFFFF; }.ff_conv_app_7 .footer-inner-wrap .f-nav a.ffc_power { display: none !important; } .ff-btn-submit { background-color:rgba(6, 49, 94, 1);border-color:#409EFF;color:#ffffff; } .wpf_has_custom_css.ff-btn-submit:hover { background-color:#ffffff;border-color:#409EFF;color:#409EFF; } </style>
<div class="ffc_conv_wrapper ffc_inline_form">
    <div class="frm-fluent-form ff_conv_app fluent_form_7 ff_conv_app_frame ff_conv_app_7 ffc_media_hide_mob_no" data-form_id="7">
        <div data-var_name="fluent_forms_global_var_1" class="ffc_conv_form" style="width: 100%" id="ffc_app_instance_1"></div>
    </div>
</div>
		</div>


				

							<button type="button" class="pum-close popmake-close" aria-label="Close">
			×			</button>
		
	</div>

</div>
<div id="pum-9135" class="pum pum-overlay pum-theme-8038 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:9135,&quot;slug&quot;:&quot;jclass-racing&quot;,&quot;theme_id&quot;:8038,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
								   	aria-labelledby="pum_popup_title_9135">

	<div id="popmake-9135" class="pum-container popmake theme-8038 pum-responsive pum-responsive-medium responsive size-medium">

				

							<div id="pum_popup_title_9135" class="pum-title popmake-title">
				J Class Racing in Falmouth Bay - July 2012			</div>
		

		

				<div class="pum-content popmake-content" tabindex="0">
			<div id="flowplayer-video-9089" style="max-width:px;background-image:url(https://rhosvideos.s3.amazonaws.com/JClass_PLAY.jpg);" class="flowplayer-video flowplayer-video-9089 flowplayer-9089 fp-default timeline-default is-splash" >

	
	<video preload="metadata">
		<source type="video/mp4" src="https://rhosvideos.s3.amazonaws.com/JClass.mp4">	</video>

	
	
</div>

<!-- Flowplayer single video config -->
<script type="rocketlazyloadscript">
jQuery( document ).ready( function( $ ) {
	fpVideo9089 = $(".flowplayer-video-9089").flowplayer(
		[]	);
});
</script>

		</div>


				

							<button type="button" class="pum-close popmake-close" aria-label="Close">
			×			</button>
		
	</div>

</div>
<div id="pum-9066" class="pum pum-overlay pum-theme-8038 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:9066,&quot;slug&quot;:&quot;doc-martin-2&quot;,&quot;theme_id&quot;:8038,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:&quot;&quot;,&quot;extra_selectors&quot;:&quot;&quot;}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
								   >

	<div id="popmake-9066" class="pum-container popmake theme-8038 pum-responsive pum-responsive-medium responsive size-medium">

				

				

		

				<div class="pum-content popmake-content" tabindex="0">
			<p style="text-align: center;"><div id="flowplayer-video-9038" style="max-width:px;background-image:url(https://visitcornwall.s3.amazonaws.com/DocMartin2_Play.jpg);" class="flowplayer-video flowplayer-video-9038 flowplayer-9038 fp-default timeline-default is-splash" >

	
	<video preload="metadata">
		<source type="video/mp4" src="https://visitcornwall.s3.amazonaws.com/DocMartin2.mp4">	</video>

	
	
</div>

<!-- Flowplayer single video config -->
<script type="rocketlazyloadscript">
jQuery( document ).ready( function( $ ) {
	fpVideo9038 = $(".flowplayer-video-9038").flowplayer(
		[]	);
});
</script>
</p>
		</div>


				

							<button type="button" class="pum-close popmake-close" aria-label="Close">
			×			</button>
		
	</div>

</div>
<div id="pum-8047" class="pum pum-overlay pum-theme-8038 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:8047,&quot;slug&quot;:&quot;dronevideo-october-2017&quot;,&quot;theme_id&quot;:8038,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;do_default&quot;:null,&quot;cookie&quot;:{&quot;name&quot;:null}}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;responsive_min_width&quot;:false,&quot;responsive_max_width&quot;:false,&quot;position_bottom&quot;:false,&quot;position_right&quot;:false,&quot;position_left&quot;:false,&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width_unit&quot;:&quot;px&quot;,&quot;responsive_max_width_unit&quot;:&quot;px&quot;,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:&quot;1999999998&quot;,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
								   >

	<div id="popmake-8047" class="pum-container popmake theme-8038 pum-responsive pum-responsive-medium responsive size-medium">

				

				

		

				<div class="pum-content popmake-content" tabindex="0">
			<div class='rve'><iframe id='player566' src='//www.youtube.com/embed/tQHf1rWpbAI?not_used=1&rel=0&modestbranding=1&showinfo=0&fs=0' height='400' width='100%' frameborder='0' allowfullscreen ></iframe></div>
		</div>


				

							<button type="button" class="pum-close popmake-close" aria-label="Close">
			×			</button>
		
	</div>

</div>
<div id="pum-8043" class="pum pum-overlay pum-theme-8038 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:8043,&quot;slug&quot;:&quot;the-port-of-truro&quot;,&quot;theme_id&quot;:8038,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;do_default&quot;:null,&quot;cookie&quot;:{&quot;name&quot;:null}}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;responsive_min_width&quot;:false,&quot;responsive_max_width&quot;:false,&quot;position_bottom&quot;:false,&quot;position_right&quot;:false,&quot;position_left&quot;:false,&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width_unit&quot;:&quot;px&quot;,&quot;responsive_max_width_unit&quot;:&quot;px&quot;,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:&quot;1999999998&quot;,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
								   >

	<div id="popmake-8043" class="pum-container popmake theme-8038 pum-responsive pum-responsive-medium responsive size-medium">

				

				

		

				<div class="pum-content popmake-content" tabindex="0">
			<div class='rve'><iframe id='player913' src='//www.youtube.com/embed/f62hifQMW5g?not_used=1&rel=0&modestbranding=1&showinfo=0&fs=0' height='400' width='100%' frameborder='0' allowfullscreen ></iframe></div>
		</div>


				

							<button type="button" class="pum-close popmake-close" aria-label="Close">
			×			</button>
		
	</div>

</div>
    <!-- Meta Pixel Event Code -->
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Meta Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div><style type="text/css" id="tve_notification_styles"></style>
<div class="tvd-toast tve-fe-message" style="display: none">
	<div class="tve-toast-message tve-success-message">
		<div class="tve-toast-icon-container">
			<span class="tve_tick thrv-svg-icon"></span>
		</div>
		<div class="tve-toast-message-container"></div>
	</div>
</div><style>:root{--ss-fsidebar-spacing: 6px} #ss-floating-bar{left: 0;}</style>		<div id="ss-floating-bar" class="ss-left-sidebar ss-small-icons ss-with-spacing ss-rectangle-icons">

			<div class="ss-floating-bar__inner">
				
		<ul class="ss-social-icons-container">

							<li class="">

					
						
						<a href="#" aria-label="Facebook" data-ss-ss-link="https://www.facebook.com/sharer.php?t=Visit%20Cornwall%20TV%20%E2%80%93%20A%20Welcome%20from%20Cornwall&#038;u=https%3A%2F%2Fwww.visitcornwall.tv%2F" class="ss-facebook-color" rel="nofollow noopener" data-ss-ss-network-id="facebook" data-ss-ss-post-id="7157" data-ss-ss-location="sidebar" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" data-has-api="true"> 
					
						<span class="ss-share-network-content">
							<i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 16.098C32 7.208 24.837 0 16 0S0 7.207 0 16.098C0 24.133 5.851 30.792 13.5 32V20.751H9.437v-4.653H13.5V12.55c0-4.034 2.389-6.263 6.043-6.263 1.751 0 3.582.315 3.582.315v3.961h-2.018c-1.987 0-2.607 1.241-2.607 2.514v3.02h4.438l-.71 4.653H18.5V32C26.149 30.792 32 24.133 32 16.098z" /></svg></i>

							
							
						</span>

											</a>
					
											<span class="ss-share-network-tooltip">Facebook</span>
									</li>
							<li class="">

					
						
						<a href="#" aria-label="Twitter" data-ss-ss-link="https://twitter.com/intent/tweet?text=Visit+Cornwall+TV+%E2%80%93+A+Welcome+from+Cornwall&#038;url=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;via=visitCornwall" class="ss-twitter-color" rel="nofollow noopener" data-ss-ss-network-id="twitter" data-ss-ss-post-id="7157" data-ss-ss-location="sidebar" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share"> 
					
						<span class="ss-share-network-content">
							<i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></i>

							
							
						</span>

											</a>
					
											<span class="ss-share-network-tooltip">Twitter</span>
									</li>
							<li class="">

					
						
						<a href="#" aria-label="Email" data-ss-ss-link="mailto:?body=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;subject=Visit%20Cornwall%20TV%20%E2%80%93%20A%20Welcome%20from%20Cornwall" class="ss-envelope-color" rel="nofollow noopener" data-ss-ss-network-id="envelope" data-ss-ss-post-id="7157" data-ss-ss-location="sidebar" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share"> 
					
						<span class="ss-share-network-content">
							<i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 12.964v14.179c0 1.571-1.286 2.857-2.857 2.857h-26.286c-1.571 0-2.857-1.286-2.857-2.857v-14.179c0.536 0.589 1.143 1.107 1.804 1.554 2.964 2.018 5.964 4.036 8.875 6.161 1.5 1.107 3.357 2.464 5.304 2.464h0.036c1.946 0 3.804-1.357 5.304-2.464 2.911-2.107 5.911-4.143 8.893-6.161 0.643-0.446 1.25-0.964 1.786-1.554zM32 7.714c0 2-1.482 3.804-3.054 4.893-2.786 1.929-5.589 3.857-8.357 5.804-1.161 0.804-3.125 2.446-4.571 2.446h-0.036c-1.446 0-3.411-1.643-4.571-2.446-2.768-1.946-5.571-3.875-8.339-5.804-1.268-0.857-3.071-2.875-3.071-4.5 0-1.75 0.946-3.25 2.857-3.25h26.286c1.554 0 2.857 1.286 2.857 2.857z"></path></svg></i>

							
							
						</span>

											</a>
					
											<span class="ss-share-network-tooltip">Email</span>
									</li>
							<li class="">

					
						
						<a href="#" aria-label="Copy Link" data-ss-ss-link="https://www.visitcornwall.tv/" class="ss-copy-color" rel="nofollow noopener" data-ss-ss-network-id="copy" data-ss-ss-post-id="7157" data-ss-ss-location="sidebar" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share"> 
					
						<span class="ss-share-network-content">
							<i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.313 28v-18.688h-14.625v18.688h14.625zM25.313 6.688c1.438 0 2.688 1.188 2.688 2.625v18.688c0 1.438-1.25 2.688-2.688 2.688h-14.625c-1.438 0-2.688-1.25-2.688-2.688v-18.688c0-1.438 1.25-2.625 2.688-2.625h14.625zM21.313 1.313v2.688h-16v18.688h-2.625v-18.688c0-1.438 1.188-2.688 2.625-2.688h16z"></path></svg></i>

							
							
						</span>

											</a>
					
											<span class="ss-share-network-tooltip">Copy Link</span>
									</li>
			
			
				<li>
					<a href="#" class="ss-share-all ss-shareall-color" rel="nofollow noopener">
						<span class="ss-share-network-content">
							<i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.333 15.333h-8v-8c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v8h-8c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h8v8c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-8h8c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z"></path></svg></i>

												</span>
					</a>

											<span class="ss-share-network-tooltip">More Networks</span>
					
				</li>
					</ul>
		
				<span class="ss-hide-floating-bar">					
					<svg width="5" height="8" viewBox="0 0 5 8">
						<path d="M4.25 0.75L0.75 4L4.25 7.25" />
					</svg>
				</span>
			</div>

		</div><!-- END #ss-floating-bar -->
		<style>form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409EFF; color: #ffffff; }</style><style>form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409EFF; color: #ffffff; }</style>


<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after" data-rocket-type="text/javascript">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.visitcornwall.tv","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after" data-rocket-type="text/javascript">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type='text/javascript' id='thrive-main-script-js-extra'>
/* <![CDATA[ */
var ThriveApp = {"ajax_url":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/themes\/luxe","translations":{"ProductDetails":"Product Details"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/themes/luxe/js/script.min.js?ver=1637593020' id='thrive-main-script-js' defer></script>
<script type='text/javascript' id='tve-dash-frontend-js-extra'>
/* <![CDATA[ */
var tve_dash_front = {"ajaxurl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"post_id":"7157"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js?ver=1643626810' id='tve-dash-frontend-js' defer></script>
<script type='text/javascript' id='fluent_forms_conversational_form-js-extra'>
/* <![CDATA[ */
var fluent_forms_global_var_1 = {"fluent_forms_admin_nonce":"f271645408","ajaxurl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","nonce":"6764c8f91e","form":{"id":"7","questions":[{"id":null,"name":null,"title":"","type":"FlowFormWelcomeScreenType","ff_input_type":"welcome_screen","container_class":"","placeholder":null,"maxLength":null,"required":false,"requiredMsg":null,"errorMessage":null,"validationRules":[],"tagline":null,"style_pref":{"layout":"default","media":"","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false,"settings":{"label":"","description":"<p style=\"text-align: center;\"><strong>\"Letter from Cornwall\"<\/strong><\/p>\n<p style=\"text-align: center;\">Thank you for helping us to improve our newsletter.<\/p>\n<p style=\"text-align: center;\">You will be able to select the frequency you receive our Newsletter and your answers will help us to improve the content and relevance.<\/p>","align":"center","conditional_logics":[],"button_style":"default","button_size":"md","container_class":"","current_state":"normal_styles","background_color":"#409EFF","color":"#ffffff","hover_styles":{"backgroundColor":"#ffffff","borderColor":"#409EFF","color":"#409EFF","borderRadius":"","minWidth":""},"normal_styles":{"backgroundColor":"#409EFF","borderColor":"#409EFF","color":"#ffffff","borderRadius":"","minWidth":""},"button_ui":{"text":"Start Here","type":"default"}},"subtitle":"<p style=\"text-align: center;\"><strong>\"Letter from Cornwall\"<\/strong><\/p>\n<p style=\"text-align: center;\">Thank you for helping us to improve our newsletter.<\/p>\n<p style=\"text-align: center;\">You will be able to select the frequency you receive our Newsletter and your answers will help us to improve the content and relevance.<\/p>"},{"id":"email","name":"email","title":"Your Email","type":"FlowFormEmailType","ff_input_type":"input_email","container_class":"","placeholder":"Email Address","maxLength":null,"required":true,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":true,"message":"This field is required"},"email":{"value":true,"message":"This field must contain a valid email"}},"tagline":"","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_1.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false},{"id":"input_radio","name":"input_radio","title":"Letter From Cornwall Newsletter - How often would you like you like to receive it?","type":"FlowFormMultipleChoiceType","ff_input_type":"input_radio","container_class":"","placeholder":null,"maxLength":null,"required":false,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":false,"message":"This field is required"}},"tagline":"","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_5.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false,"options":[{"label":"Anytime one is published.","value":"Anytime one is published.","calc_value":"","image":"","id":0},{"label":"No more than one a week.","value":"No more than one a week.","calc_value":"","image":"","id":1},{"label":"No more than once a month.","value":"No more than once a month.","calc_value":"","image":"","id":2}],"nextStepOnAnswer":true},{"id":"input_radio_1","name":"input_radio_1","title":"When did you last visit Cornwall?","type":"FlowFormMultipleChoiceType","ff_input_type":"input_radio","container_class":"","placeholder":null,"maxLength":null,"required":false,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":false,"message":"This field is required"}},"tagline":"","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_3.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false,"options":[{"label":"within the last 2 years","value":"In last 2 Years","calc_value":"","image":"","id":0},{"label":"within the last 5 Years","value":"within the last 5 Years","calc_value":"","image":"","id":1},{"label":"Never","value":"Never","calc_value":"","image":"","id":2}],"nextStepOnAnswer":true},{"id":"input_radio_3","name":"input_radio_3","title":"What is the main attraction of Cornwall for you?","type":"FlowFormMultipleChoiceType","ff_input_type":"input_radio","container_class":"","placeholder":null,"maxLength":null,"required":false,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":false,"message":"This field is required"}},"tagline":"","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_2.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false,"options":[{"label":"The Coastline and Beaches","value":"The Coastline and Beaches","calc_value":"","image":"","id":0},{"label":"A Family Holiday","value":"A Family Holiday","calc_value":"","image":"","id":1},{"label":"Walking Holiday (Coastal Path etc)","value":"Walking Holiday (Coastal Path etc)","calc_value":"","image":"","id":2},{"label":"Other","value":"Other","calc_value":"","image":"","id":3}],"nextStepOnAnswer":true},{"id":"description","name":"description","title":"You ticked other.  Please tell us briefly what it is that attracts you to Cornwall.","type":"FlowFormLongTextType","ff_input_type":"textarea","container_class":"","placeholder":"","maxLength":"","required":false,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":false,"message":"This field is required"}},"tagline":"","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_4.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":{"type":"any","status":true,"conditions":[{"field":"input_radio_3","value":"Other","operator":"="}]},"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false},{"id":"input_radio_4","name":"input_radio_4","title":"Would you like a copy of your submission sent to your email address?","type":"FlowFormMultipleChoiceType","ff_input_type":"input_radio","container_class":"","placeholder":null,"maxLength":null,"required":false,"requiredMsg":"This field is required","errorMessage":"This field is required","validationRules":{"required":{"value":false,"message":"This field is required"}},"tagline":"Press Submit to finish the survey.","style_pref":{"layout":"default","media":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/public\/img\/conversational\/demo_1.jpg","brightness":0,"alt_text":"","media_x_position":50,"media_y_position":50},"conditional_logics":[],"calculation_settings":null,"is_calculable":false,"has_save_and_resume":false,"options":[{"label":"Yes","value":"yes","calc_value":"","image":"","id":0},{"label":"No","value":"no","calc_value":"","image":"","id":1}],"nextStepOnAnswer":true}],"image_preloads":[],"submit_button":{"uniqElKey":"el_1524065200616","element":"button","attributes":{"type":"submit","class":""},"settings":{"align":"left","button_style":"","container_class":"","help_message":"","background_color":"","button_size":"lg","color":"","button_ui":{"type":"default","text":"Submit","img_url":""},"normal_styles":{"backgroundColor":"rgba(6, 49, 94, 1)","borderColor":"#409EFF","color":"#ffffff","borderRadius":"","minWidth":""},"hover_styles":{"backgroundColor":"#ffffff","borderColor":"#409EFF","color":"#409EFF","borderRadius":"","minWidth":""},"current_state":"normal_styles"},"editor_options":{"title":"Submit Button"}},"hasPayment":false,"hasCalculation":false,"reCaptcha":false,"hCaptcha":false,"turnstile":false,"has_per_step_save":false,"has_resume_from_last_step":false,"has_save_link":false,"step_completed":0},"assetBaseUrl":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/fluentform\/app\/Services\/FluentConversational\/public","i18n":{"skip_btn":"SKIP","confirm_btn":"OK","continue":"Continue","keyboard_instruction":"Press <b>Enter \u21b5<\/b>","multi_select_hint":"Choose as many as you like","single_select_hint":"Choose one option","progress_text":"{percent}% completed","long_text_help":"<b>Shift \u21e7<\/b> + <b>Enter \u21b5<\/b> to make a line break.","invalid_prompt":"Please fill out the field correctly","key_hint_text":"Key","key_hint_tooltip":"Press the key to select"},"form_id":"7","hasPro":"1","is_inline_form":"1","design":{"background_color":"#FFFFFF","question_color":"#191919","answer_color":"rgb(1, 25, 82)","button_color":"#0445AF","button_text_color":"#FFFFFF","background_image":"","background_brightness":"-54","disable_branding":"yes","hide_media_on_mobile":"no","key_hint":"yes","asteriskPlacement":"asterisk-right","disable_scroll_to_next":"yes"},"extra_inputs":{"__fluent_form_embded_post_id":7157,"_fluentform_7_fluentformnonce":"05aee4feed","_wp_http_referer":"\/"},"uploading_txt":"Uploading","upload_completed_txt":"100% Completed","paymentConfig":null,"date_i18n":{"previousMonth":"Previous Month","nextMonth":"Next Month","months":{"shorthand":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"longhand":["January","February","March","April","May","June","July","August","September","October","November","December"]},"weekdays":{"longhand":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shorthand":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],"rangeSeparator":" to ","weekAbbreviation":"Wk","scrollTitle":"Scroll to increment","toggleTitle":"Click to toggle","amPM":["AM","PM"],"yearAriaLabel":"Year","firstDayOfWeek":1}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/fluentform/app/Services/FluentConversational/public/js/conversationalForm.js?ver=1637593022' id='fluent_forms_conversational_form-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-includes/js/jquery/ui/core.min.js?ver=1637593014' id='jquery-ui-core-js' defer></script>
<script type='text/javascript' id='popup-maker-site-js-extra'>
/* <![CDATA[ */
var pum_vars = {"version":"1.19.1","pm_dir_url":"https:\/\/VisitCornwall.b-cdn.net\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","restapi":"https:\/\/www.visitcornwall.tv\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"8037","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/www.visitcornwall.tv\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-509436":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"8038","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"500","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":509436,"slug":"fluentform-test"},"pum-9135":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"8038","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":0,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":9135,"slug":"jclass-racing"},"pum-9066":{"triggers":[{"type":"click_open","settings":{"cookie_name":"","extra_selectors":""}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"8038","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":0,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":9066,"slug":"doc-martin-2"},"pum-8047":{"triggers":[{"type":"click_open","settings":{"extra_selectors":"","do_default":null,"cookie":{"name":null}}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":8038,"size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":0,"position_left":0,"position_right":0,"position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":0,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"responsive_min_width_unit":"px","responsive_max_width_unit":"px","overlay_zindex":"1999999998","theme_slug":"lightbox","id":8047,"slug":"dronevideo-october-2017"},"pum-8043":{"triggers":[{"type":"click_open","settings":{"extra_selectors":"","do_default":null,"cookie":{"name":null}}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":8038,"size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":0,"position_left":0,"position_right":0,"position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":0,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"responsive_min_width_unit":"px","responsive_max_width_unit":"px","overlay_zindex":"1999999998","theme_slug":"lightbox","id":8043,"slug":"the-port-of-truro"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/uploads/pum/pum-site-scripts.js?ver=1637593022' id='popup-maker-site-js' defer></script>
<script type='text/javascript' id='fluent-form-submission-js-extra'>
/* <![CDATA[ */
var fluentFormVars = {"ajaxUrl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","forms":[],"step_text":"Step %activeStep% of %totalStep% - %stepTitle%","is_rtl":"","date_i18n":{"previousMonth":"Previous Month","nextMonth":"Next Month","months":{"shorthand":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"longhand":["January","February","March","April","May","June","July","August","September","October","November","December"]},"weekdays":{"longhand":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shorthand":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],"rangeSeparator":" to ","weekAbbreviation":"Wk","scrollTitle":"Scroll to increment","toggleTitle":"Click to toggle","amPM":["AM","PM"],"yearAriaLabel":"Year","firstDayOfWeek":1},"pro_version":"5.0.10","fluentform_version":"5.2.0","force_init":"","stepAnimationDuration":"350","upload_completed_txt":"100% Completed","upload_start_txt":"0% Completed","uploading_txt":"Uploading","choice_js_vars":{"noResultsText":"No results found","loadingText":"Loading...","noChoicesText":"No choices to choose from","itemSelectText":"Press to select","maxItemText":"Only %%maxItemCount%% options can be added"},"input_mask_vars":{"clearIfNotMatch":false}};
var fluentFormVars = {"ajaxUrl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","forms":[],"step_text":"Step %activeStep% of %totalStep% - %stepTitle%","is_rtl":"","date_i18n":{"previousMonth":"Previous Month","nextMonth":"Next Month","months":{"shorthand":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"longhand":["January","February","March","April","May","June","July","August","September","October","November","December"]},"weekdays":{"longhand":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shorthand":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],"rangeSeparator":" to ","weekAbbreviation":"Wk","scrollTitle":"Scroll to increment","toggleTitle":"Click to toggle","amPM":["AM","PM"],"yearAriaLabel":"Year","firstDayOfWeek":1},"pro_version":"5.0.10","fluentform_version":"5.2.0","force_init":"","stepAnimationDuration":"350","upload_completed_txt":"100% Completed","upload_start_txt":"0% Completed","uploading_txt":"Uploading","choice_js_vars":{"noResultsText":"No results found","loadingText":"Loading...","noChoicesText":"No choices to choose from","itemSelectText":"Press to select","maxItemText":"Only %%maxItemCount%% options can be added"},"input_mask_vars":{"clearIfNotMatch":false}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/fluentform/assets/js/form-submission.js?ver=1698641283' id='fluent-form-submission-js' defer></script>
<script type='text/javascript' id='socialsnap-js-js-extra'>
/* <![CDATA[ */
var socialsnap_script = {"ajaxurl":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","on_media_width":"250","on_media_height":"250","nonce":"36766d65d0","post_id":"7157"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://visitcornwall.b-cdn.net/wp-content/cache/min/1/wp-content/plugins/socialsnap/assets/js/socialsnap.js?ver=1637593013' id='socialsnap-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var tcb_current_post_lists=JSON.parse('[]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">/*<![CDATA[*/if ( !window.TL_Const ) {var TL_Const={"security":"b848f5ee9b","ajax_url":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":1,"custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"]};} else { window.TL_Front && TL_Front.extendConst && TL_Front.extendConst({"security":"b848f5ee9b","ajax_url":"https:\/\/www.visitcornwall.tv\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":1,"custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"]})} /*]]> */</script>
		<div id="ss-all-networks-popup" class="ss-popup-overlay" data-nonce="a4a9f51bfb">
			<div class="ss-popup">

				<div class="ss-popup-heading">
					<span>Share via</span>
					<a href="#" class="ss-close-modal" rel="nofollow noopener">
						<svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.883 16.667l7.058-7.058c0.517-0.517 0.517-1.367 0-1.883s-1.367-0.517-1.883 0l-7.058 7.058-7.058-7.058c-0.517-0.517-1.367-0.517-1.883 0s-0.517 1.367 0 1.883l7.058 7.058-7.058 7.058c-0.517 0.517-0.517 1.367 0 1.883 0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392l7.058-7.058 7.058 7.058c0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392c0.517-0.517 0.517-1.367 0-1.883l-7.058-7.058z"></path></svg>					</a>
				</div><!-- END .ss-popup-heading -->

				<div class="ss-popup-content">
					<div class="ss-popup-networks ss-clearfix">
						
							<div class="ss-popup-network ss-popup-facebook">
								<a href="#" aria-label="Facebook" data-ss-ss-link="https://www.facebook.com/sharer.php?t=Visit%20Cornwall%20TV%20%E2%80%93%20A%20Welcome%20from%20Cornwall&#038;u=https%3A%2F%2Fwww.visitcornwall.tv%2F" data-id="facebook" class="ss-facebook-color" data-ss-ss-network-id="facebook" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" data-has-api="true" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 16.098C32 7.208 24.837 0 16 0S0 7.207 0 16.098C0 24.133 5.851 30.792 13.5 32V20.751H9.437v-4.653H13.5V12.55c0-4.034 2.389-6.263 6.043-6.263 1.751 0 3.582.315 3.582.315v3.961h-2.018c-1.987 0-2.607 1.241-2.607 2.514v3.02h4.438l-.71 4.653H18.5V32C26.149 30.792 32 24.133 32 16.098z" /></svg></span>
									<span>Facebook</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-twitter">
								<a href="#" aria-label="X (Twitter)" data-ss-ss-link="https://twitter.com/intent/tweet?text=Visit+Cornwall+TV+%E2%80%93+A+Welcome+from+Cornwall&#038;url=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;via=visitCornwall" data-id="twitter" class="ss-twitter-color" data-ss-ss-network-id="twitter" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></span>
									<span>X (Twitter)</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-linkedin">
								<a href="#" aria-label="LinkedIn" data-ss-ss-link="https://www.linkedin.com/shareArticle?title=Visit%20Cornwall%20TV%20%E2%80%93%20A%20Welcome%20from%20Cornwall&#038;url=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;mini=true" data-id="linkedin" class="ss-linkedin-color" data-ss-ss-network-id="linkedin" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M29.632 0C30.939 0 32 1.032 32 2.307v27.384C32 30.966 30.939 32 29.632 32H2.36C1.058 32 0 30.966 0 29.69V2.308C0 1.032 1.058 0 2.36 0h27.272zM9.149 11.638h-4.77V27h4.77V11.638zm12.133-.382c-2.318 0-3.874 1.273-4.509 2.48h-.066v-2.098H12.14V27h4.76v-7.599c0-2.004.378-3.946 2.858-3.946 2.447 0 2.475 2.29 2.475 4.072V27H27v-8.423c0-4.138-.893-7.32-5.718-7.32v-.001zM6.764 4A2.766 2.766 0 004 6.769a2.765 2.765 0 105.528 0A2.767 2.767 0 006.765 4h-.001z" /></svg></span>
									<span>LinkedIn</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-mix">
								<a href="#" aria-label="Mix" data-ss-ss-link="https://mix.com/add?url=https%3A%2F%2Fwww.visitcornwall.tv%2F" data-id="mix" class="ss-mix-color" data-ss-ss-network-id="mix" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="28" height="32" viewBox="0 0 28 32" xmlns="http://www.w3.org/2000/svg"><path d="M0 4v21.806c0 3.512 5.5 3.631 5.5 0v-14.912c0.494-3.306 5.5-3.15 5.5 0.406v10.956c0 3.619 6 3.625 6 0v-7.256c0.331-3.419 5.5-3.281 5.5 0.269v1.487c0 3.744 5.5 3.538 5.5 0v-12.756h-28z"></path></svg></span>
									<span>Mix</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-envelope">
								<a href="#" aria-label="Email" data-ss-ss-link="mailto:?body=https%3A%2F%2Fwww.visitcornwall.tv%2F&#038;subject=Visit%20Cornwall%20TV%20%E2%80%93%20A%20Welcome%20from%20Cornwall" data-id="envelope" class="ss-envelope-color" data-ss-ss-network-id="envelope" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 12.964v14.179c0 1.571-1.286 2.857-2.857 2.857h-26.286c-1.571 0-2.857-1.286-2.857-2.857v-14.179c0.536 0.589 1.143 1.107 1.804 1.554 2.964 2.018 5.964 4.036 8.875 6.161 1.5 1.107 3.357 2.464 5.304 2.464h0.036c1.946 0 3.804-1.357 5.304-2.464 2.911-2.107 5.911-4.143 8.893-6.161 0.643-0.446 1.25-0.964 1.786-1.554zM32 7.714c0 2-1.482 3.804-3.054 4.893-2.786 1.929-5.589 3.857-8.357 5.804-1.161 0.804-3.125 2.446-4.571 2.446h-0.036c-1.446 0-3.411-1.643-4.571-2.446-2.768-1.946-5.571-3.875-8.339-5.804-1.268-0.857-3.071-2.875-3.071-4.5 0-1.75 0.946-3.25 2.857-3.25h26.286c1.554 0 2.857 1.286 2.857 2.857z"></path></svg></span>
									<span>Email</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-print">
								<a href="#" aria-label="Print" data-ss-ss-link="#" data-id="print" class="ss-print-color" data-ss-ss-network-id="print" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="30" height="32" viewBox="0 0 30 32" xmlns="http://www.w3.org/2000/svg"><path d="M6.857 27.714h16v-4.571h-16v4.571zM6.857 16.286h16v-6.857h-2.857c-0.946 0-1.714-0.768-1.714-1.714v-2.857h-11.429v11.429zM27.429 17.429c0-0.625-0.518-1.143-1.143-1.143s-1.143 0.518-1.143 1.143 0.518 1.143 1.143 1.143 1.143-0.518 1.143-1.143zM29.714 17.429v7.429c0 0.304-0.268 0.571-0.571 0.571h-4v2.857c0 0.946-0.768 1.714-1.714 1.714h-17.143c-0.946 0-1.714-0.768-1.714-1.714v-2.857h-4c-0.304 0-0.571-0.268-0.571-0.571v-7.429c0-1.875 1.554-3.429 3.429-3.429h1.143v-9.714c0-0.946 0.768-1.714 1.714-1.714h12c0.946 0 2.25 0.536 2.929 1.214l2.714 2.714c0.679 0.679 1.214 1.982 1.214 2.929v4.571h1.143c1.875 0 3.429 1.554 3.429 3.429z"></path></svg></span>
									<span>Print</span>
								</a>
							</div>

						
							<div class="ss-popup-network ss-popup-copy">
								<a href="#" aria-label="Copy Link" data-ss-ss-link="https://www.visitcornwall.tv/" data-id="copy" class="ss-copy-color" data-ss-ss-network-id="copy" data-ss-ss-post-id="7157" data-ss-ss-location="popup" data-ss-ss-permalink="https://www.visitcornwall.tv/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore -->
									<span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.313 28v-18.688h-14.625v18.688h14.625zM25.313 6.688c1.438 0 2.688 1.188 2.688 2.625v18.688c0 1.438-1.25 2.688-2.688 2.688h-14.625c-1.438 0-2.688-1.25-2.688-2.688v-18.688c0-1.438 1.25-2.625 2.688-2.625h14.625zM21.313 1.313v2.688h-16v18.688h-2.625v-18.688c0-1.438 1.188-2.688 2.625-2.688h16z"></path></svg></span>
									<span>Copy Link</span>
								</a>
							</div>

											</div><!-- END .ss-popup-networks -->

					<div class="ss-powered-by">Powered by <a href="https://socialsnap.com/?utm_source=WordPress&amp;utm_medium=link&amp;utm_campaign=inthewild" target="_blank" rel="nofollow noopener"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="30" height="32" viewBox="0 0 30 32" xmlns="http://www.w3.org/2000/svg"><path d="M22.293 0.146l7.602 4.172c0.386 0.201 0.386 0.541 0 0.757l-16.688 9.147c-1.684 0.943-2.241 2.271-1.669 3.461 0 0.093 0 0.201-0.201 0.263-0.207 0.088-0.441 0.088-0.649 0l-10.399-5.702c-0.386-0.201-0.386-0.541 0-0.757l20.628-11.311c0.428-0.225 0.937-0.236 1.375-0.031zM7.892 31.854l-7.602-4.172c-0.386-0.201-0.386-0.541 0-0.757l16.688-9.147c1.684-0.943 2.241-2.271 1.669-3.461 0-0.093 0-0.201 0.201-0.263 0.207-0.088 0.442-0.088 0.649 0l10.399 5.702c0.386 0.201 0.386 0.541 0 0.757l-20.628 11.311c-0.428 0.225-0.937 0.237-1.375 0.031z"></path></svg>Social Snap</a></div><!-- END .ss-powered-by -->
				</div><!-- END .ss-popup-content -->
			</div><!-- END .ss-popup -->
		</div><!-- END #ss-all-networks-popup -->

		
		<div id="ss-copy-popup" class="ss-popup-overlay">
			<div class="ss-popup">

				<div class="ss-popup-heading">
					<span>Copy link</span>
					<a href="#" class="ss-close-modal" rel="nofollow noopener">
						<svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.883 16.667l7.058-7.058c0.517-0.517 0.517-1.367 0-1.883s-1.367-0.517-1.883 0l-7.058 7.058-7.058-7.058c-0.517-0.517-1.367-0.517-1.883 0s-0.517 1.367 0 1.883l7.058 7.058-7.058 7.058c-0.517 0.517-0.517 1.367 0 1.883 0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392l7.058-7.058 7.058 7.058c0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392c0.517-0.517 0.517-1.367 0-1.883l-7.058-7.058z"></path></svg>					</a>
				</div><!-- END .ss-popup-heading -->

				<div class="ss-popup-content">

					<div class="ss-copy-action">
						<input type="text" readonly="readonly" value="https://www.visitcornwall.tv/" class="ss-copy-action-field" aria-label="Copy" />
						<a href="#" class="ss-button" rel="nofollow noopener">Copy<span class="ss-share-network-tooltip">Copied</span></a>
						<svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.313 28v-18.688h-14.625v18.688h14.625zM25.313 6.688c1.438 0 2.688 1.188 2.688 2.625v18.688c0 1.438-1.25 2.688-2.688 2.688h-14.625c-1.438 0-2.688-1.25-2.688-2.688v-18.688c0-1.438 1.25-2.625 2.688-2.625h14.625zM21.313 1.313v2.688h-16v18.688h-2.625v-18.688c0-1.438 1.188-2.688 2.625-2.688h16z"></path></svg>					</div><!-- END .ss-copy-action -->

					<div class="ss-powered-by">Powered by <a href="https://socialsnap.com/?utm_source=WordPress&amp;utm_medium=link&amp;utm_campaign=inthewild" target="_blank" rel="nofollow noopener"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="30" height="32" viewBox="0 0 30 32" xmlns="http://www.w3.org/2000/svg"><path d="M22.293 0.146l7.602 4.172c0.386 0.201 0.386 0.541 0 0.757l-16.688 9.147c-1.684 0.943-2.241 2.271-1.669 3.461 0 0.093 0 0.201-0.201 0.263-0.207 0.088-0.441 0.088-0.649 0l-10.399-5.702c-0.386-0.201-0.386-0.541 0-0.757l20.628-11.311c0.428-0.225 0.937-0.236 1.375-0.031zM7.892 31.854l-7.602-4.172c-0.386-0.201-0.386-0.541 0-0.757l16.688-9.147c1.684-0.943 2.241-2.271 1.669-3.461 0-0.093 0-0.201 0.201-0.263 0.207-0.088 0.442-0.088 0.649 0l10.399 5.702c0.386 0.201 0.386 0.541 0 0.757l-20.628 11.311c-0.428 0.225-0.937 0.237-1.375 0.031z"></path></svg>Social Snap</a></div><!-- END .ss-powered-by -->
				</div><!-- END .ss-popup-content -->
			</div><!-- END .ss-popup -->
		</div><!-- END #ss-copy-popup -->

		            <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
                
                window.addEventListener('elementor/popup/show', function (e) {
                    var ffForms = jQuery('#elementor-popup-modal-' + e.detail.id).find('form.frm-fluent-form');

                    /**
                     * Support conversation form in elementor popup
                     * No regular form found, check for conversational form
                     */
                    if (!ffForms.length) {
                        const elements = document.getElementsByClassName('ffc_conv_form');
                        if (elements.length) {
                            let jsEvent = new CustomEvent('ff-elm-conv-form-event', {
                                detail: elements
                            });
                            document.dispatchEvent(jsEvent);
                        }
                    }
                    if (ffForms.length) {
                        jQuery.each(ffForms, function(index, ffForm) {
                            jQuery(ffForm).trigger('reInitExtras');
                            jQuery(document).trigger('ff_reinit', [ffForm]);
                        });
                    }
                });
                            </script>
            
		<!-- Cookie Notice plugin v2.4.18 by Hu-manity.co https://hu-manity.co/ -->
		<div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(0,0,0,1);"><div class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container">We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.</span><span id="cn-notice-buttons" class="cn-buttons-container"><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button cn-button-custom button" aria-label="OK Got it!">OK Got it!</a></span><span id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" title=""></span></div>
			
		</div>
		<!-- / Cookie Notice plugin --><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780975773 -->