<!DOCTYPE html>
<html lang="en-US">
<head><meta charset="UTF-8"/><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(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),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);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
		
		<link rel="profile" href="https://gmpg.org/xfn/11" />
		
				<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
		<meta name='robots' content='max-image-preview:large' />
<!-- Grow Social by Mediavine v.2.16.3 https://marketplace.mediavine.com/grow-social-pro/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Helene In Between - Home" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://heleneinbetween.com/" />
<meta property="og:site_name" content="Helene in Between" />
<meta property="og:updated_time" content="2022-05-02T00:47:34+00:00" />
<meta property="article:published_time" content="2018-08-23T15:18:12+00:00" />
<meta property="article:modified_time" content="2022-05-02T00:47:34+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Helene In Between - Home" />
<meta name="twitter:description" content="" />
<meta property="fb:app_id" content="573293739426312" />
<!-- Grow Social by Mediavine v.2.16.3 https://marketplace.mediavine.com/grow-social-pro/ -->

	<!-- This site is optimized with the Yoast SEO Premium plugin v15.5 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Helene In Between - Home - Helene in Between</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CLora%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CEpicRide%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CNova%20Flat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMerriweather%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMontserrat%3A300%2C400%2C500%7CRoboto%3A400%2C500%7COpen%20Sans%3A400%7CAbril%20Fatface%3Aregular&#038;subset=latin-ext,latin&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CLora%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CEpicRide%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CNova%20Flat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMerriweather%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMontserrat%3A300%2C400%2C500%7CRoboto%3A400%2C500%7COpen%20Sans%3A400%7CAbril%20Fatface%3Aregular&#038;subset=latin-ext,latin&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CLora%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CEpicRide%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CNova%20Flat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMerriweather%3A300%2C300i%2C400%2C400i%2C500%2C500i%2Ckdf-post-info-category700%7CMontserrat%3A300%2C400%2C500%7CRoboto%3A400%2C500%7COpen%20Sans%3A400%7CAbril%20Fatface%3Aregular&#038;subset=latin-ext,latin&#038;display=swap" /></noscript><style id="rocket-critical-css">.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important}#sbi_lightbox .sbi_lb-image-wrap-outer{direction:ltr!important}body:after{content:url(https://heleneinbetween.com/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbi_lightbox{position:absolute;left:0;width:100%;z-index:100000;text-align:center;line-height:0;font-weight:400}.sbi_lightbox .sbi_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbi_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.sbi_lb-outerContainer:after{content:"";display:table;clear:both}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{position:relative;padding:4px;top:0;left:0;width:100%;height:100%;bottom:0;right:0}.sbi_lb-loader{position:absolute;width:100%;top:50%;left:0;height:20px;margin-top:-10px;text-align:center;line-height:0}.sbi_lb-nav{top:0;left:0;width:100%;z-index:10}.sbi_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.sbi_lb-next,.sbi_lb-prev{height:100%;display:block}.sbi_lb-nav a.sbi_lb-prev{width:50px;left:-70px;padding-left:10px;padding-right:10px;float:left;opacity:.5}.sbi_lb-nav a.sbi_lb-next{width:50px;right:-70px;padding-left:10px;padding-right:10px;float:right;opacity:.5}.sbi_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0 0;background:url(https://heleneinbetween.com/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbi_lb-dataContainer{margin:0 auto;padding-top:10px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbi_lb-data:after,.sbi_lb-dataContainer:after{content:"";display:table;clear:both}.sbi_lb-data{padding:0 4px;color:#ccc}.sbi_lb-data .sbi_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbi_lb-data .sbi_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbi_lb-data .sbi_lb-number{display:block;float:left;clear:both;padding:5px 0 15px 0;font-size:12px;color:#999}.sbi_lb-data .sbi_lb-close{display:block;float:right;width:30px;height:30px;font-size:18px;color:#aaa;text-align:right;outline:0;opacity:.7}.sbi_lb-nav{height:auto}.sbi_lb-container{padding:0}#sbi_mod_error,#sbi_mod_link{display:none}#sbi_mod_error{border:1px solid #ddd;background:#eee;color:#333;margin:0 0 10px 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error span{font-size:12px;font-style:italic}#sbi_lightbox .sbi_lightbox_action{float:left;position:relative;padding:0 0 0 10px;margin:5px 0 0 10px;border-left:1px solid #666;font-size:12px}#sbi_lightbox .sbi_lightbox_action a{display:block;float:left;color:#999;text-decoration:none}#sbi_lightbox .sbi_lightbox_action .fa,#sbi_lightbox .sbi_lightbox_action svg{margin-right:5px}#sbi_lightbox .sbi_lightbox_action.sbi_instagram .fa{font-size:13px}#sbi_lightbox .sbi_lightbox_tooltip{display:none;position:absolute;width:100px;bottom:22px;left:0;padding:5px 10px;margin:0;background:rgba(255,255,255,.9);color:#222;font-size:12px;line-height:1.4;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sbi_lightbox .sbi_tooltip_social a .fa,#sbi_lightbox .sbi_tooltip_social a svg{font-size:16px;margin:0;padding:5px}#sbi_lightbox .sbi_tooltip_social a#sbi_facebook_icon .fa,#sbi_lightbox .sbi_tooltip_social a#sbi_pinterest_icon .fa,#sbi_lightbox .sbi_tooltip_social a#sbi_twitter_icon .fa{padding-top:4px;font-size:18px}#sbi_lightbox .sbi_tooltip_social a svg{font-size:19px;padding:3px 4px;margin:auto}#sbi_lightbox .sbi_share_close{position:absolute;top:-16px;right:-16px;height:20px;width:20px;background:#fff;border-radius:50%!important;box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sbi_lightbox .sbi_share_close svg{width:12px!important;height:14px!important}#sbi_lightbox #sbi_mod_box{width:285px;padding:8px 10px}#sbi_lightbox .sbi_tooltip_social{width:145px;padding:5px 5px 4px 5px}#sbi_lightbox .sbi_tooltip_social a{color:#333;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@media all and (max-width:640px){.sbi_lightbox .sbi_lb-image{margin:auto!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;border-radius:0}#sbi_lightbox .sbi_lb-nav,#sbi_lightbox .sbi_lb-next,#sbi_lightbox .sbi_lb-prev{display:none!important}}#sbi_lightbox .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#sbi_lightbox svg:not(:root).svg-inline--fa{box-sizing:unset;overflow:visible;width:1em}#sbi_lightbox .svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.sbi_lightbox .sbi_lb-image{margin:0;padding:0!important}h4{overflow-wrap:break-word}ul{overflow-wrap:break-word}p{overflow-wrap:break-word}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body{overflow-x:hidden}.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #00a0d2}.wpcf7 form.resetting .wpcf7-response-output{display:none}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu{position:relative}.is-menu a{background:0 0!important;line-height:1;outline:0}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu form label{margin:0;padding:0}.is-menu .search-icon-path{fill:#848484}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}}.is-form-style label{display:inline-block!important;padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:solid 1px #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}iframe{max-width:100%}.clearfix:after{clear:both}a,body,div,form,h4,html,i,iframe,label,li,p,span,strong,ul{background:0 0;border:0;margin:0;outline:0;padding:0;vertical-align:baseline}body{background-color:#fff}a img{border:none}ul{margin:15px 0}header,nav{display:block}img{height:auto;max-width:100%}.clearfix:after,.clearfix:before{content:" ";display:table}html{overflow-y:scroll!important}body{font-family:Lora,serif;font-size:16px;font-weight:400;line-height:1.69em;color:#565050;overflow-x:hidden!important;-webkit-font-smoothing:antialiased}h4{margin:20px 0;letter-spacing:.2em;text-transform:uppercase;font-family:Montserrat,sans-serif;color:#000}h4{font-weight:500}h4{font-size:14px;line-height:1.57em}a,p a{color:#000;text-decoration:none}p{margin:10px 0}ul{list-style-position:inside}ul ul{margin:0;padding:0 0 0 15px}.text-align-left{text-align:left}.mkdf-wrapper{position:relative;left:0;z-index:1000}.mkdf-wrapper .mkdf-wrapper-inner{width:100%;overflow:hidden}.mkdf-content{position:relative;margin-top:0;background-color:#fff;z-index:100}.mkdf-full-width{z-index:100;position:relative}.mkdf-vertical-align-containers .mkdf-position-center-inner,.mkdf-vertical-align-containers .mkdf-position-left-inner,.mkdf-vertical-align-containers .mkdf-position-right-inner{display:inline-block;vertical-align:middle}.mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner{padding-top:70px;padding-bottom:40px}.mkdf-grid{margin:0 auto;width:1100px}.mkdf-vertical-align-containers{position:relative;width:100%;height:100%;padding:0 20px;box-sizing:border-box}.mkdf-vertical-align-containers .mkdf-position-left{position:relative;height:100%;float:left;z-index:2}.mkdf-vertical-align-containers .mkdf-position-center{position:absolute;left:0;width:100%;height:100%;text-align:center;z-index:1}.mkdf-vertical-align-containers .mkdf-position-right{position:relative;height:100%;float:right;text-align:right;z-index:2}.mkdf-vertical-align-containers .mkdf-position-center:before,.mkdf-vertical-align-containers .mkdf-position-left:before,.mkdf-vertical-align-containers .mkdf-position-right:before{content:"";height:100%;display:inline-block;vertical-align:middle;margin-right:0}.wpb_content_element,.wpb_row{margin-bottom:0!important}.mkdf-grid-col-12:after,.mkdf-grid-col-12:before,.mkdf-grid-row:after,.mkdf-grid-row:before{content:" ";display:table}.mkdf-grid-row{margin-left:-15px;margin-right:-15px}.mkdf-grid-row:after{clear:both}.mkdf-grid-col-12{min-height:1px;padding-left:15px;padding-right:15px;position:relative;box-sizing:border-box}.mkdf-grid-col-12{float:left;width:100%}.mkdf-grid-col-12:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-12{width:100%;float:none}}input[type=text]{position:relative;width:100%;margin:0 0 25px;padding:9px 16px;font-size:12px;font-weight:400;line-height:calc(50px - (9px * 2) - 2px);color:#959595;background-color:#fff;border:1px solid #c6c6c6;border-radius:0;outline:0;-webkit-appearance:none;box-sizing:border-box;font-family:Montserrat,sans-serif;font-style:italic}input[type=text]::-webkit-input-placeholder{color:inherit}input:-moz-placeholder[type=text]{color:inherit;opacity:1}input[type=text]::-moz-placeholder{color:inherit;opacity:1}input:-ms-input-placeholder[type=text]{color:inherit}.wpcf7-form p{margin:0}.wpcf7-form textarea{display:block;margin-bottom:17px;max-width:100%}.mkdf-owl-slider .owl-nav .owl-next,.mkdf-owl-slider .owl-nav .owl-prev{position:absolute;top:50%;padding:0;margin:0;color:#000;background:0 0;border:0;border-radius:0;outline:0;-webkit-appearance:none;z-index:3;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-owl-slider .owl-nav .owl-next>span,.mkdf-owl-slider .owl-nav .owl-prev>span{position:relative;display:inline-block;vertical-align:middle;line-height:1.1em;background-color:#fff;padding:15px 10px}.mkdf-owl-slider .owl-nav .owl-next>span svg,.mkdf-owl-slider .owl-nav .owl-prev>span svg{height:15px!important;width:42px!important}.mkdf-owl-slider .owl-nav .owl-next>span:before,.mkdf-owl-slider .owl-nav .owl-prev>span:before{display:block;line-height:inherit}.mkdf-owl-slider .owl-nav .owl-prev{left:-40px}.mkdf-owl-slider .owl-nav .owl-next{right:-40px}@media only screen and (max-width:1366px){.mkdf-owl-slider .owl-nav .owl-prev{left:-30px}.mkdf-owl-slider .owl-nav .owl-next{right:-30px}}.mkdf-owl-slider .owl-dots{text-align:center;margin:16px 0 0}.mkdf-prev-icon svg line{-webkit-transform-origin:64% 0;-moz-transform-origin:64% 0;transform-origin:64% 0}.mkdf-next-icon svg line{-webkit-transform-origin:64% 0;-moz-transform-origin:64% 0;transform-origin:64% 0}#mkdf-back-to-top{position:fixed;width:63px;right:37px;bottom:35px;margin:0;z-index:10000;opacity:0;visibility:hidden}#mkdf-back-to-top>span{position:relative;display:block;width:61px;height:61px;line-height:63px;border-radius:100%;font-size:43px;text-align:center;font-family:EpicRide,serif;color:#000;background-color:#fff;border:1px solid #fff;overflow:hidden}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=search]::-ms-clear{display:none}input[type=text]::-ms-clear{display:none}@font-face{font-display:swap;font-family:EpicRide;src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/fonts/epicRide.ttf) format("truetype")}.mkdf-page-header .widget{display:inline-block;vertical-align:middle;margin:0;position:relative}.mkdf-page-header .widget .mkdf-custom-text-widget>ul{margin:0}.mkdf-page-header .widget .mkdf-custom-text-widget>ul>li{list-style-type:none;font-family:Montserrat,sans-serif;font-size:10px;font-weight:500;letter-spacing:.33em;text-transform:uppercase;text-align:left}.mkdf-header-divided .mkdf-page-header .widget .mkdf-custom-text-widget>ul>li{padding:32px 0;box-sizing:border-box}.mkdf-page-header .widget .mkdf-custom-text-widget>ul>li .sub-menu{position:absolute;top:calc(100% - 1px);left:0;width:auto;min-width:142px;padding:10px 30px;margin:0;list-style:none;z-index:10;opacity:0;visibility:hidden;box-sizing:border-box;background-color:#fff;border:1px solid #f3f3f3;text-align:left}.mkdf-page-header .widget .mkdf-custom-text-widget>ul>li .sub-menu li .mkdf-custom-text-item{color:#565050!important;font-family:Lora,serif;font-size:15px;font-weight:400;text-transform:capitalize;letter-spacing:.02em}.mkdf-light-header .mkdf-page-header .widget .mkdf-custom-text-widget>ul>li .sub-menu li .mkdf-custom-text-item span{color:#959595!important}.mkdf-page-header .widget .mkdf-custom-text-widget>ul>li .sub-menu li .mkdf-custom-text-item:before{content:'\25CF';color:#f7775e;opacity:0;position:absolute;left:23px}.mkdf-owl-slider .owl-dots.disabled,.mkdf-owl-slider .owl-nav.disabled{display:none}.mkdf-page-header{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0;padding:0;z-index:110;box-sizing:border-box}.mkdf-page-header a img{display:block}.mkdf-page-header .mkdf-vertical-align-containers{padding:0 40px}.mkdf-page-header .mkdf-menu-area{position:relative;height:100px;background-color:#fff;box-sizing:border-box}.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a{max-height:100px}.mkdf-page-header .mkdf-menu-area .widget{display:inline-block;vertical-align:middle;margin:0}.mkdf-menu-area-shadow-disable .mkdf-page-header .mkdf-menu-area{box-shadow:none}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-light-logo{opacity:1}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-dark-logo,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-normal-logo{opacity:0}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget a,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget span{color:#fff!important}.mkdf-logo-wrapper{display:inline-block;vertical-align:middle;line-height:1}.mkdf-logo-wrapper a{position:relative;display:inline-block;vertical-align:top;max-width:100%}.mkdf-logo-wrapper a img{height:100%;width:auto}.mkdf-logo-wrapper a img.mkdf-normal-logo{opacity:1}.mkdf-logo-wrapper a img.mkdf-dark-logo{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%)}.mkdf-logo-wrapper a img.mkdf-light-logo{opacity:0;-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);transform:translateY(-200%)}.mkdf-main-menu{position:relative;display:inline-block;vertical-align:middle;height:100%;width:auto}.mkdf-main-menu ul{list-style:none;margin:0;padding:0;text-align:left}.mkdf-main-menu ul li{position:relative;display:inline-block;float:left;padding:0;margin:0}.mkdf-main-menu ul li a{font-size:15px;line-height:24px;color:#575757;letter-spacing:.33em;font-family:Lora,serif}.mkdf-main-menu ul li a i:before{margin:0 7px 0 0}.mkdf-main-menu>ul{position:relative;display:inline-block;width:100%;vertical-align:middle;height:100%}.mkdf-main-menu>ul>li{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.mkdf-main-menu>ul>li>a{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 14px;color:#000;font-size:10px;font-weight:500;line-height:23px;box-sizing:border-box;font-family:Montserrat,sans-serif;text-transform:uppercase}.mkdf-main-menu>ul>li>a>span.item_outer{position:relative;display:block}.mkdf-main-menu>ul>li>a>span.item_outer .item_text{position:relative;display:inline-block;vertical-align:top}.mkdf-main-menu>ul>li.has_sub>a .mkdf-menu-arrow{display:none}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed){box-sizing:border-box}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a{color:#fff}.mkdf-drop-down .second{position:absolute;display:block;left:-10px;top:100%;visibility:hidden;overflow:hidden;opacity:0;z-index:10}.mkdf-drop-down .second.right{right:-5px;left:auto}.mkdf-drop-down .second .inner{position:relative;display:block;padding:0;margin:0;z-index:997;border:1px solid #f3f3f3}.mkdf-drop-down .second .inner ul li{display:block;float:none;height:auto}.mkdf-drop-down .second .inner ul li a{display:block;float:none;margin:0;padding:5px 21px 5px 22px;font-size:15px;text-transform:capitalize;letter-spacing:.02em}.mkdf-drop-down .second .inner ul li a .item_outer{position:relative;display:block;overflow:hidden;padding:0 30px 0 0;box-sizing:border-box}.mkdf-drop-down .second .inner ul li a:before{content:'\25CF';color:#f7775e;opacity:0;position:absolute;left:15px}.mkdf-drop-down .second .inner ul li.sub>a .item_outer:after{position:absolute;display:inline-block;vertical-align:middle;top:-1px;right:0;content:'\f3d3';font-family:Ionicons;font-size:17px;font-weight:400;font-style:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mkdf-drop-down .second .inner ul.right li a:before{right:5px;left:auto}.mkdf-drop-down .second .inner ul.right li a .item_outer{padding:0 0 0 30px}.mkdf-drop-down .second .inner ul.right li a .item_outer:before{content:''}.mkdf-drop-down .second .inner ul.right li.sub>a .item_outer:after{right:auto;left:0;content:"\f3d2"}.mkdf-drop-down .second .inner ul.right li a{text-align:right}.mkdf-drop-down .second .inner ul.right li ul{left:-100%}.mkdf-drop-down .narrow .second .inner ul{position:relative;display:inline-block;vertical-align:middle;background-color:#fff;padding:14px 0 18px}.mkdf-drop-down .narrow .second .inner ul li{width:210px}.mkdf-drop-down .narrow .second .inner ul li ul{position:absolute;left:100%;top:-14px;height:auto;opacity:0;overflow:hidden;z-index:10;-webkit-transform:translateZ(0);border:1px solid #f3f3f3;padding:14px 0 18px}.mkdf-drop-down .narrow .second .inner ul.right li ul{left:-100%}.mkdf-header-divided .mkdf-page-header .mkdf-logo-wrapper a img{margin:0 auto}.mkdf-header-divided .mkdf-page-header .mkdf-menu-area{opacity:0}.mkdf-header-divided .mkdf-page-header .mkdf-main-menu{width:auto;margin:0}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left{text-align:right}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left .mkdf-divided-left-widget-area{display:inline-block;float:left;height:100%;vertical-align:middle}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left .mkdf-divided-left-widget-area .mkdf-divided-left-widget-area-inner{display:table;height:100%}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left .mkdf-divided-left-widget-area .mkdf-divided-left-widget-area-inner>*{display:table-cell;vertical-align:middle}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left .mkdf-position-left-inner{height:100%;text-align:left;padding-right:20px}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right{text-align:left}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-divided-right-widget-area{display:inline-block;float:right;height:100%;vertical-align:middle}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-divided-right-widget-area .mkdf-divided-right-widget-area-inner{display:table;height:100%}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-divided-right-widget-area .mkdf-divided-right-widget-area-inner>*{display:table-cell;vertical-align:middle}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-position-right-inner{height:100%;padding-left:20px}.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-center{position:absolute;width:100%}.mkdf-mobile-header{position:relative;display:none;z-index:110}.mkdf-mobile-header .mkdf-mobile-header-inner{position:relative;height:70px;background-color:#fff;border-bottom:1px solid #f2f2f2;box-sizing:border-box}.mkdf-mobile-header .mkdf-mobile-header-inner .mkdf-mobile-header-holder{position:relative;z-index:2;height:100%}.mkdf-mobile-header .mkdf-grid{height:100%;width:100%;padding:7px 0;box-sizing:border-box}.mkdf-mobile-header .mkdf-vertical-align-containers .mkdf-position-right{max-width:80%}.mkdf-mobile-header .mkdf-mobile-logo-wrapper a{display:block}.mkdf-mobile-header .mkdf-mobile-logo-wrapper img{display:block;height:100%;width:auto}.mkdf-mobile-header .mkdf-mobile-menu-opener{position:relative;display:inline-block;vertical-align:middle;z-index:2}.mkdf-mobile-header .mkdf-mobile-menu-opener a{display:table;height:100%}.mkdf-mobile-header .mkdf-mobile-menu-opener a>*{position:relative;display:table-cell;vertical-align:middle;line-height:1em}.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-icon-pack .mkdf-mobile-menu-icon{font-size:20px}.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-icon-pack .mkdf-mobile-menu-icon *,.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-icon-pack .mkdf-mobile-menu-icon :before{display:block;line-height:inherit}.mkdf-mobile-header .mkdf-mobile-side-area{background-color:#fff;height:100vh;min-height:100vh;overflow:hidden;padding:56px 51px 80px 75px;box-sizing:border-box;position:fixed;top:0;right:0;width:420px;max-width:100%;z-index:9999;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(170%,0,0);-moz-transform:translate3d(170%,0,0);transform:translate3d(170%,0,0)}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-mobile-side-area-inner{height:calc(100vh - 136px);min-height:calc(100vh - 136px);overflow:hidden}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-mobile-widget-area{position:absolute;bottom:0;left:0;width:100%;display:block;height:60px;box-sizing:border-box}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-mobile-widget-area>*{box-sizing:border-box;float:left;height:60px;margin:0;text-align:center;line-height:60px;display:inline-block;vertical-align:middle;font-size:24px}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-mobile-widget-area .mkdf-mobile-widget-area-inner{position:relative;width:100%}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-close-mobile-side-area-holder{display:block;position:absolute;top:19px;right:21px;z-index:1000}.mkdf-mobile-header .mkdf-mobile-side-area .mkdf-close-mobile-side-area-holder i{color:#f7775e;font-size:22px}.mkdf-mobile-header .mkdf-mobile-nav{opacity:0;-webkit-transform:translateX(50px);-moz-transform:translateX(50px);transform:translateX(50px)}.mkdf-mobile-header .mkdf-mobile-nav ul{padding:0;margin:0;list-style-type:none}.mkdf-mobile-header .mkdf-mobile-nav ul li{position:relative;padding:0;margin:0;-webkit-transform:translateZ(0)}.mkdf-mobile-header .mkdf-mobile-nav ul li a{position:relative;display:block;padding:5px 0;margin:0;font-size:15px;line-height:35px;color:#565050;text-transform:uppercase;font-weight:500;font-family:Montserrat,sans-serif;letter-spacing:.23em}.mkdf-mobile-header .mkdf-mobile-nav ul ul{display:none;margin-left:15px}.mkdf-mobile-header .mkdf-mobile-nav ul ul li a{font-weight:400;font-size:15px;line-height:23px;font-family:Lora,serif;letter-spacing:0;text-transform:capitalize}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow{position:absolute;right:0;top:0;width:50px;height:auto;padding:9px 12px 9px 0;font-size:15px;line-height:inherit;text-align:right;box-sizing:border-box}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow .mkdf-sub-arrow{display:inline-block;line-height:1}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow .ion-ios-arrow-down{display:none}.mkdf-mobile-header .mkdf-mobile-nav>.mkdf-grid>ul>li:last-child>a{border-bottom:none}.mkdf-search-opener-holder:before,.mkdf-search-opener:before{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);content:''}.mkdf-search-opener{position:relative;display:inline-block;vertical-align:middle;font-size:15px;line-height:1;margin:0 12px}.mkdf-search-opener:before{height:15px;width:2px;background:#c9c9c9;position:absolute;left:-14px;top:50%;transform:translateY(-50%)}.mkdf-search-opener .mkdf-search-opener-wrapper{display:block}.mkdf-search-opener .mkdf-search-opener-wrapper>*{position:relative;display:inline-block;vertical-align:middle;line-height:1.1em}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-search-opener{color:#fff!important}.mkdf-search-opener-holder{position:relative;display:inline-flex;justify-content:flex-end;align-items:center;width:43px}.mkdf-search-opener-holder:before{height:15px;width:1px;background-color:#f2f2f2;left:0;top:50%;position:absolute;transform:translateY(-50%)}.mkdf-search-opener-holder .mkdf-search-opener{z-index:15;text-align:center}.mkdf-search-opener-holder .mkdf-search-opener span{width:100%}.mkdf-search-opener-holder .mkdf-search-opener:before{display:none}.mkdf-search-opener-holder .mkdf-on-side-search-form{position:relative;right:0;width:0;opacity:0;display:inline-block}.mkdf-search-opener-holder .mkdf-on-side-search-form .mkdf-field-holder input[type=text]{margin-bottom:0;padding:0 0 0 7px;line-height:43px;font-family:Lora,serif;font-weight:400;color:#888;border:none;font-size:14px;background-color:transparent}.mkdf-search-opener-holder .mkdf-on-side-search-form button{position:absolute;width:40px;float:left;color:#000;font-size:20px;background-color:transparent;border:none;outline:0;z-index:10;display:none}.mkdf-search-opener-holder .mkdf-on-side-search-form button .mkdf-onside-btn-icon{display:block;width:20px;height:20px;background-color:transparent}.mkdf-light-header .mkdf-search-opener-holder .mkdf-on-side-search-form:before,.mkdf-light-header .mkdf-search-opener-holder:before{background-color:#fff}.mkdf-light-header .mkdf-search-opener-holder .mkdf-on-side-search-form .mkdf-field-holder input[type=text]{color:#fff}.mkdf-social-icon-widget-holder{position:relative;display:inline-block;vertical-align:middle;margin:0;line-height:1.1em}.mkdf-social-icon-widget-holder .mkdf-social-icon-widget{color:inherit;line-height:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-social-icon-widget-holder{color:#fff!important}.mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder{display:inline-block;vertical-align:middle;margin:0 10px 0 0;text-align:center}html{height:100%;overflow-x:hidden}@font-face{font-display:swap;font-family:"dripicons-v2";src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.eot);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.woff) format("woff"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.ttf) format("truetype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.svg#dripicons-v2) format("svg");font-weight:normal;font-style:normal}[data-icon]:before{font-family:"dripicons-v2"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" dripicons-"]:before{font-family:"dripicons-v2"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dripicons-cross:before{content:"\39"}@font-face{font-display:swap;font-family:'ElegantIcons';src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.eot);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.woff) format('woff'),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.ttf) format('truetype'),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:'ElegantIcons';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon_search,.icon_menu,.social_facebook,.social_pinterest,.social_instagram{font-family:'ElegantIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon_search:before{content:"\55"}.icon_menu:before{content:"\61"}.social_facebook:before{content:"\e093"}.social_pinterest:before{content:"\e095"}.social_instagram:before{content:"\e09a"}.fa,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-angle-down:before{content:"\f107"}.fa-envelope:before{content:"\f0e0"}.fa-facebook-square:before{content:"\f082"}.fa-instagram:before{content:"\f16d"}.fa-linkedin:before{content:"\f08c"}.fa-pinterest:before{content:"\f0d2"}.fa-share:before{content:"\f064"}.fa-times:before{content:"\f00d"}.fa-twitter:before{content:"\f099"}@font-face{font-display:swap;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.eot);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.eot);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.eot);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa{font-family:Font Awesome\ 5 Free}.fa{font-weight:900}@font-face{font-display:swap;font-family:"Ionicons";src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/fonts/ionicons.eot?v=2.0.0);src:url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/fonts/ionicons.woff?v=2.0.0) format("woff"),url(https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}p{color:#000000;font-family:Nova Flat;font-size:20px}.mkdf-page-header .mkdf-menu-area{height:95px!important}.mkdf-search-opener{color:#000000}@media only screen and (max-width:1200px){.mkdf-grid{width:950px}}@media only screen and (max-width:1024px){.mkdf-grid{width:768px}}@media only screen and (max-width:768px){.mkdf-grid{width:600px}}@media only screen and (max-width:680px){.mkdf-grid{width:420px}}@media only screen and (max-width:480px){h4{word-wrap:break-word}.mkdf-grid{width:300px}}@media only screen and (max-width:320px){.mkdf-grid{width:90%}}@media only screen and (max-width:1024px){.mkdf-page-header{display:none}}@media only screen and (max-width:1024px){.mkdf-mobile-header{display:block}}.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-sm-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px){.vc_col-sm-12{float:left}.vc_col-sm-12{width:100%}}.wpb_text_column :last-child{margin-bottom:0}.wpb_content_element{margin-bottom:35px}.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table}.vc_column-inner::after{clear:both}.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_btn3-container{display:block;margin-bottom:21.73913043px;max-width:100%}.vc_general.vc_btn3{display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;background-image:none;background-color:transparent;color:#5472d2;border:1px solid transparent;box-sizing:border-box;word-wrap:break-word;text-decoration:none;position:relative;top:0;line-height:normal;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:14px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px}.vc_btn3.vc_btn3-shape-rounded{border-radius:5px}.vc_btn3.vc_btn3-size-md{font-size:14px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px}.vc_btn3.vc_btn3-color-juicy-pink,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{color:#fff;background-color:#f4524d}.vc_btn3-container.vc_btn3-left{text-align:left}.vc_gitem_row{margin-left:0;margin-right:0;margin-bottom:0;padding:inherit;box-sizing:border-box}.vc_gitem_row .vc_gitem-col{box-sizing:border-box;padding:10px;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.vc_gitem-post-data{margin-bottom:15px}:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/prev.png) left 48% no-repeat;opacity:0}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/next.png) right 48% no-repeat;opacity:0}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}rs-fw-forcer{display:block;width:100%}rs-module{position:relative;overflow:hidden;display:block}rs-sbg{display:block}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0px;left:0px;z-index:0;width:100%;height:100%;display:block}rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0px;left:0px}rs-slide,rs-slide:before{display:block;visibility:hidden}rs-module rs-layer,rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child{margin-bottom:0}rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex){outline:none!important}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap{display:block}rs-layer-wrap,rs-mask-wrap{transform-style:flat}@-moz-document url-prefix(){rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0px;width:100%;height:100%}rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}</style>
	<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
	<link rel="canonical" href="https://heleneinbetween.com/" />
	<meta name="twitter:label1" content="Est. reading time">
	<meta name="twitter:data1" content="8 minutes">
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://heleneinbetween.com/#website","url":"https://heleneinbetween.com/","name":"Helene in Between","description":"Lifestyle and Travel blog helping Bloggers Succeed Online.","potentialAction":[{"@type":"SearchAction","target":"https://heleneinbetween.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://heleneinbetween.com/#webpage","url":"https://heleneinbetween.com/","name":"Helene In Between - Home - Helene in Between","isPartOf":{"@id":"https://heleneinbetween.com/#website"},"datePublished":"2018-08-23T15:18:12+00:00","dateModified":"2022-05-02T05:47:34+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://heleneinbetween.com/"]}]}]}</script>
	<meta name="msvalidate.01" content="62601480FB45963D6D4F9B2D14EE338D" />
	<meta name="google-site-verification" content="eiPblDem3Uew-G574JWw1d5v_NPKFXVuJrqGuQiMqeg" />
	<!-- / Yoast SEO Premium plugin. -->


<script type="rocketlazyloadscript" data-rocket-type='application/javascript'>console.log('PixelYourSite Free version 9.3.5');</script>
<link rel='dns-prefetch' href='//scripts.mediavine.com' />
<link rel='dns-prefetch' href='//secure.gravatar.com' />
<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//widget.getyourguide.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Helene in Between &raquo; Feed" href="https://heleneinbetween.com/feed" />
<link rel="alternate" type="application/rss+xml" title="Helene in Between &raquo; Comments Feed" href="https://heleneinbetween.com/comments/feed" />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.2.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='preload'  href='https://heleneinbetween.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/blocks.style.build.css?ver=1.3.9' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/css/broadcasts.css?ver=2.1.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/css/product.css?ver=2.1.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-includes/css/classic-themes.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 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;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/libs/nouislider-14.6.2/nouislider.css?ver=14.6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/ImageComparisonSlider.css?ver=2.2.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.5.1' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.2.16.3.css?ver=2.16.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='dpsp-frontend-style-pro-inline-css' type='text/css'>

			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
</style>
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=2302' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/worldcountrieshtmlmap/static/css/map.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.1' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/style.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler-child/style.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/modules.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='backpacktraveler-mikado-modules-inline-css' type='text/css'>
.page-id-79444 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .page-id-79444 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner { padding: 0px ;}.page-id-79444 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .page-id-79444 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner { padding: 0px ;}.page-id-79444.mkdf-header-top-menu .mkdf-page-header .mkdf-logo-area { margin-top: 95px;}.page-id-79444 .mkdf-page-header .mkdf-vertical-align-containers, .page-id-79444 .mkdf-top-bar .mkdf-vertical-align-containers { padding-left: 25px;padding-right: 25px;}.page-id-79444 .mkdf-page-header .mkdf-menu-area { background-color: rgba(255, 255, 255, 0);height: 95px !important;border-bottom: 1px solid rgba(255,255,255,0.13);}
</style>
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/dripicons.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/style.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/css/fontawesome-all.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/css/ionicons.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/linea-icons/style.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/linear-icons/style.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/simple-line-icons/simple-line-icons.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/style_dynamic.css?ver=1644980576' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/modules-responsive.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/style_dynamic_responsive.css?ver=1644980576' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />

<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/core-dashboard/assets/css/core-dashboard.min.css?ver=6.2' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.10.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/cache/busting/1/sccss.css?ver=1677478081' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://heleneinbetween.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/jetpack/css/jetpack.css?ver=12.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.3' id='jquery-core-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/libs/nouislider-14.6.2/nouislider.js?ver=14.6.2' id='nouislider-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/ImageComparisonSlider.js?ver=2.2.0' id='wpbaimages-js-js' defer></script>
<script type='text/javascript' async="async" data-noptimize="1" data-cfasync="false" src='https://scripts.mediavine.com/tags/helene-in-between.js?ver=6.2' id='mv-script-wrapper-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/worldcountrieshtmlmap/static/js/jquery.nicescroll.js?ver=6.2' id='worldcountries-html5-map-nicescroll-js' defer></script>
<script type="rocketlazyloadscript" async defer data-rocket-src="https://widget.getyourguide.com/dist/pa.umd.production.min.js" data-gyg-partner-id="1TSAS6E"></script><script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=6.2' id='jquery-bind-first-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3' id='js-cookie-pys-js' defer></script>
<script type='text/javascript' id='pys-js-extra'>
/* <![CDATA[ */
var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","name":"PageView","pixelIds":["1954067881544306"],"eventID":"a478bad3-0515-437a-bc68-f2ea90609a0a","params":{"page_title":"Helene In Between - Home","post_type":"page","post_id":79444,"plugin":"PixelYourSite","user_role":"guest","event_url":"heleneinbetween.com\/"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":[],"triggerEvents":[],"triggerEventTypes":[],"facebook":{"pixelIds":["1954067881544306"],"advancedMatching":[],"removeMetadata":false,"contentParams":{"post_type":"page","post_id":79444,"content_name":"Helene In Between - Home"},"commentEventEnabled":true,"wooVariableAsSimple":false,"downloadEnabled":true,"formEventEnabled":true,"ajaxForServerEvent":true,"serverApiEnabled":false,"wooCRSendFromServer":false},"debug":"","siteUrl":"https:\/\/heleneinbetween.com","ajaxUrl":"https:\/\/heleneinbetween.com\/wp-admin\/admin-ajax.php","ajax_event":"8f8d4ba8e4","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_google_ads_consent_category":null,"cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false},"woo":{"enabled":false},"edd":{"enabled":false}};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=9.3.5' id='pys-js' defer></script>
<link rel="https://api.w.org/" href="https://heleneinbetween.com/wp-json/" /><link rel="alternate" type="application/json" href="https://heleneinbetween.com/wp-json/wp/v2/pages/79444" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://heleneinbetween.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://heleneinbetween.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.2" />
<link rel='shortlink' href='https://wp.me/P7CHWn-kFm' />
<link rel="alternate" type="application/json+oembed" href="https://heleneinbetween.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fheleneinbetween.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://heleneinbetween.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fheleneinbetween.com%2F&#038;format=xml" />
				<style type="text/css" id="cst_font_data">
					@font-face {font-family: "GlamourAbsolute_Condensed";font-display: auto;font-fallback: ;font-weight: 400;src: url(https://heleneinbetween.com/wp-content/uploads/2020/02/GlamourAbsolute_Condensed.otf) format('OpenType');} @font-face {font-family: "GlamourAbsolute_Extended";font-display: auto;font-fallback: ;font-weight: 400;src: url(https://heleneinbetween.com/wp-content/uploads/2020/02/GlamourAbsolute_Extended.otf) format('OpenType');} @font-face {font-family: "GlamourAbsolute_Regular";font-display: auto;font-fallback: ;font-weight: 400;src: url(https://heleneinbetween.com/wp-content/uploads/2020/02/GlamourAbsolute_Regular.otf) format('OpenType');}				</style>
					<style>img#wpstats{display:none}</style>
		<meta name="generator" content="Elementor 3.12.0; features: a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
      <meta name="onesignal" content="wordpress-plugin"/>
            <script>

      window.OneSignal = window.OneSignal || [];

      OneSignal.push( function() {
        OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
                      OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
                      OneSignal.SERVICE_WORKER_PARAM = { scope: "/" };
        OneSignal.setDefaultNotificationUrl("https://heleneinbetween.com");
        var oneSignal_options = {};
        window._oneSignalInitOptions = oneSignal_options;

        oneSignal_options['wordpress'] = true;
oneSignal_options['appId'] = 'a450442f-002b-4178-8980-19bdddd90aec';
oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
oneSignal_options['welcomeNotification'] = { };
oneSignal_options['welcomeNotification']['title'] = "";
oneSignal_options['welcomeNotification']['message'] = "";
oneSignal_options['path'] = "https://heleneinbetween.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
oneSignal_options['promptOptions'] = { };
oneSignal_options['promptOptions']['actionMessage'] = "Get on the list! Get notifications when I post:";
oneSignal_options['promptOptions']['acceptButtonText'] = "YES PLEASE!";
oneSignal_options['promptOptions']['cancelButtonText'] = "No thanks";
oneSignal_options['promptOptions']['siteName'] = "https://heleneinbetween.com";
oneSignal_options['notifyButton'] = { };
oneSignal_options['notifyButton']['enable'] = true;
oneSignal_options['notifyButton']['position'] = 'bottom-right';
oneSignal_options['notifyButton']['theme'] = 'default';
oneSignal_options['notifyButton']['size'] = 'medium';
oneSignal_options['notifyButton']['showCredit'] = true;
oneSignal_options['notifyButton']['text'] = {};
                OneSignal.init(window._oneSignalInitOptions);
                OneSignal.showSlidedownPrompt();      });

      function documentInitOneSignal() {
        var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");

        var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); };        for(var i = 0; i < oneSignal_elements.length; i++)
          oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
      }

      if (document.readyState === 'complete') {
           documentInitOneSignal();
      }
      else {
           window.addEventListener("load", function(event){
               documentInitOneSignal();
          });
      }
    </script>
<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<meta name="generator" content="Powered by Slider Revolution 6.5.5 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://heleneinbetween.com/wp-content/uploads/2020/01/logo_icon_01_S2n_icon.ico" sizes="32x32" />
<link rel="icon" href="https://heleneinbetween.com/wp-content/uploads/2020/01/logo_icon_01_S2n_icon.ico" sizes="192x192" />
<link rel="apple-touch-icon" href="https://heleneinbetween.com/wp-content/uploads/2020/01/logo_icon_01_S2n_icon.ico" />
<meta name="msapplication-TileImage" content="https://heleneinbetween.com/wp-content/uploads/2020/01/logo_icon_01_S2n_icon.ico" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">function setREVStartSize(e){
			//window.requestAnimationFrame(function() {				 
				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;	
				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;	
				try {								
					var pw = document.getElementById(e.c).parentNode.offsetWidth,
						newh;
					pw = pw===0 || isNaN(pw) ? window.RSIW : pw;
					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
					e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);		
					if(e.layout==="fullscreen" || e.l==="fullscreen") 						
						newh = Math.max(e.mh,window.RSIH);					
					else{					
						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];					
						e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
											
						var nl = new Array(e.rl.length),
							ix = 0,						
							sl;					
						e.tabw = e.tabhide>=pw ? 0 : e.tabw;
						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
						e.tabh = e.tabhide>=pw ? 0 : e.tabh;
						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;					
						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
						sl = nl[0];									
						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}															
						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);					
						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);
					}
					var el = document.getElementById(e.c);
					if (el!==null && el) el.style.height = newh+"px";					
					el = document.getElementById(e.c+"_wrapper");
					if (el!==null && el) {
						el.style.height = newh+"px";
						el.style.display = "block";
					}
				} catch(e){
					console.log("Failure at Presize of Slider:" + e)
				}					   
			//});
		  };</script>
<style id="sccss">.is_menu a{display:none;}
</style><link rel="preload" type="text/css"  href="https://heleneinbetween.com/?custom-css=4e4f21629a" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  /><style type="text/css" data-type="vc_custom-css">.page-id-610 .rev_slider .mkdf-btn {
    padding: 14px 41px 15px;
    font-weight: 500;
}
.aboutslide{min-height:500px;}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1580738027044{padding-top: 60px !important;}.vc_custom_1580812383350{margin-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1580812265531{margin-top: 25px !important;padding-bottom: 50px !important;}.vc_custom_1580737704323{margin-top: 50px !important;padding-bottom: 100px !important;background-color: #f7f2ee !important;}.vc_custom_1581347189712{margin-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1580738117364{padding-top: 108px !important;background: #f7f2ee url(http://backpacktraveler.mikado-themes.com/wp-content/uploads/2018/08/h1-backround-1.jpg?id=735) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1580738027044{padding-top: 60px !important;}.vc_custom_1580737424473{padding-top: 118px !important;padding-bottom: 43px !important;}.vc_custom_1535980447119{padding-top: 112px !important;}.vc_custom_1580822626939{padding-top: 60px !important;padding-right: 30px !important;padding-bottom: 112px !important;padding-left: 30px !important;background-color: #f7f2ee !important;}.vc_custom_1536064626280{padding-top: 92px !important;}.vc_custom_1536071714218{padding-top: 100px !important;padding-bottom: 20px !important;}.vc_custom_1536065944664{padding-top: 100px !important;padding-bottom: 80px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>			<style type="text/css">
					</style>
		<form  class="is-search-form is-form-style is-form-style-2 is-form-id-78507 " action="https://heleneinbetween.com/" method="get" role="search" ><label for="is-search-input-78507"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-78507" name="s" value="" class="is-search-input" placeholder="SEARCH..." autocomplete=off /></label><input type="hidden" name="id" value="78507" /></form><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script></head>
<body class="home page-template page-template-full-width page-template-full-width-php page page-id-79444 backpacktraveler-core-1.5.2 has-grow-sidebar has-grow-sidebar-mobile backpacktraveler is_safari backpacktraveler child-child-ver-1.0.0 backpacktraveler-ver-2.0.2 mkdf-grid-1300 mkdf-content-is-behind-header mkdf-wide-dropdown-menu-content-in-grid mkdf-light-header mkdf-no-behavior mkdf-dropdown-animate-height mkdf-header-divided mkdf-menu-area-shadow-disable mkdf-menu-area-in-grid-shadow-disable mkdf-menu-area-in-grid-border-disable mkdf-logo-area-border-disable mkdf-logo-area-in-grid-border-disable mkdf-header-vertical-shadow-disable mkdf-header-vertical-border-disable mkdf-default-mobile-header mkdf-sticky-up-mobile-header mkdf-on-side-search wpb-js-composer js-comp-ver-6.10.0 vc_responsive elementor-default elementor-kit-84478" itemscope itemtype="http://schema.org/WebPage">
	
    <div class="mkdf-wrapper">
        <div class="mkdf-wrapper-inner">
            
<header class="mkdf-page-header">
		
    	        
    <div class="mkdf-menu-area">
	    	    
        	            
        <div class="mkdf-vertical-align-containers">
            <div class="mkdf-position-left"><!--
             --><div class="mkdf-divided-left-widget-area">
                    <div class="mkdf-divided-left-widget-area-inner">
	                    <div class="mkdf-position-left-inner-wrap">
                            <div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="mkdf-custom-text-widget">
    <ul>
        <li>
            <a href="#" class="mkdf-custom-text-toggle"><span>destinations</span></a>
            <ul class="sub-menu">
                <li>
                    <a href="https://heleneinbetween.com/tag/germany" class="mkdf-custom-text-item"><span>Germany </span></a>
                </li>
                <li>
                    <a href="https://heleneinbetween.com/tag/france" class="mkdf-custom-text-item"><span>France</span></a>
                </li>
                <li>
                    <a href="https://heleneinbetween.com/tag/austria" class="mkdf-custom-text-item"><span>Austria</span></a>
                </li>

                <li>
                    <a href="https://heleneinbetween.com/tag/spain" class="mkdf-custom-text-item"><span>Spain</span></a>
                </li>
							   <li>
                    <a href="https://heleneinbetween.com/tag/italy" class="mkdf-custom-text-item"><span>Italy</span></a>
                </li>
   <li>
                    <a href="https://heleneinbetween.com/tag/england" class="mkdf-custom-text-item"><span>England</span></a>
                </li>
							   <li>
                    <a href="https://heleneinbetween.com/tag/ireland" class="mkdf-custom-text-item"><span>Ireland</span></a>
                </li>
   <li>
                    <a href="https://heleneinbetween.com/tag/greece" class="mkdf-custom-text-item"><span>Greece</span></a>
                </li>
		<li>
                    <a href="https://heleneinbetween.com/tag/america" class="mkdf-custom-text-item"><span>USA</span></a>
                </li>
            </ul>
        </li>
			
    </ul>
</div></div></div>            <div class="mkdf-search-opener-holder">
                <form action="https://heleneinbetween.com/" class="mkdf-on-side-search-form" method="get">
    <div class="mkdf-form-holder">
        <div class="mkdf-form-holder-inner">
            <div class="mkdf-field-holder">
                <input type="text" placeholder="Search..." name="s" class="mkdf-search-field" autocomplete="off" required/>
            </div>
            <button class="mkdf-onside-btn" type="submit">
                <span class="mkdf-onside-btn-icon"></span>
            </button>
        </div>
    </div>
</form>                <a  style="color: #959595;" class="mkdf-search-opener mkdf-icon-has-hover mkdf-search-opener-icon-pack" href="javascript:void(0)">
            <span class="mkdf-search-opener-wrapper">
	            <span aria-hidden="true" class="mkdf-icon-font-elegant icon_search " ></span>                            </span>
                </a>
            </div>
        	                    </div>
	                </div>
	            </div>
	            <div class="mkdf-position-left-inner">
                    
	<nav class="mkdf-main-menu mkdf-drop-down mkdf-divided-left-part mkdf-default-nav">
	    <ul id="menu-left-new" class="clearfix"><li id="nav-menu-item-88543" class="menu-item menu-item-type-custom menu-item-object-custom  narrow"><a href="https://heleneinbetween.com/blog" class=""><span class="item_outer"><span class="item_text">Blog</span></span></a></li>
<li id="nav-menu-item-81341" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  has_sub narrow"><a href="https://heleneinbetween.com/about" class=""><span class="item_outer"><span class="item_text">About</span><i class="mkdf-menu-arrow fa fa-angle-down"></i></span></a>
<div class="second"><div class="inner"><ul>
	<li id="nav-menu-item-81343" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/about-me" class=""><span class="item_outer"><span class="item_text">About</span></span></a></li>
	<li id="nav-menu-item-87064" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/sponsor-ddc" class=""><span class="item_outer"><span class="item_text">Contact/ Work With Me</span></span></a></li>
	<li id="nav-menu-item-81345" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/?page_id=79492" class=""><span class="item_outer"><span class="item_text">Blog</span></span></a></li>
	<li id="nav-menu-item-81346" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/tag/life" class=""><span class="item_outer"><span class="item_text">Lifestyle</span></span></a></li>
	<li id="nav-menu-item-81350" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/f-a-q" class=""><span class="item_outer"><span class="item_text">Ask Helene</span></span></a></li>
	<li id="nav-menu-item-81351" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children sub"><a href="https://heleneinbetween.com/landing" class=""><span class="item_outer"><span class="item_text">Travel</span></span></a>
	<ul>
		<li id="nav-menu-item-81353" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children "><a href="https://heleneinbetween.com/landing" class=""><span class="item_outer"><span class="item_text">Travel</span></span></a>
		<ul>
			<li id="nav-menu-item-81354" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/01/how-to-plan-a-trip-to-europe-the-ultimate-guide.html" class=""><span class="item_outer"><span class="item_text">How to Plan a Trip to Europe: The Ultimate Guide</span></span></a></li>
			<li id="nav-menu-item-81355" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/01/best-destinations-to-travel-to-in-europe-2020.html" class=""><span class="item_outer"><span class="item_text">Best Destinations to Travel to in Europe 2020</span></span></a></li>
			<li id="nav-menu-item-81356" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/08/ultimate-guide-traveling-dogs.html" class=""><span class="item_outer"><span class="item_text">The Ultimate Guide to Traveling with Dogs</span></span></a></li>
			<li id="nav-menu-item-81357" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/landing" class=""><span class="item_outer"><span class="item_text">Click Here to See All Travel Posts</span></span></a></li>
		</ul>
</li>
		<li id="nav-menu-item-81358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children "><a href="https://heleneinbetween.com/landing" class=""><span class="item_outer"><span class="item_text">Europe</span></span></a>
		<ul>
			<li id="nav-menu-item-81359" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/01/how-to-plan-a-trip-to-europe-the-ultimate-guide.html" class=""><span class="item_outer"><span class="item_text">How to Plan a Trip to Europe: The Ultimate Guide</span></span></a></li>
			<li id="nav-menu-item-81360" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/01/best-destinations-to-travel-to-in-europe-2020.html" class=""><span class="item_outer"><span class="item_text">Best Destinations to Travel to in Europe 2020</span></span></a></li>
			<li id="nav-menu-item-81361" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/01/travel-next-europe.html" class=""><span class="item_outer"><span class="item_text">Where Should You Travel Next in Europe?</span></span></a></li>
			<li id="nav-menu-item-81362" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/europe" class=""><span class="item_outer"><span class="item_text">View All Europe Posts</span></span></a></li>
		</ul>
</li>
		<li id="nav-menu-item-81363" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children "><a href="https://heleneinbetween.com/tag/tips" class=""><span class="item_outer"><span class="item_text">Tips</span></span></a>
		<ul>
			<li id="nav-menu-item-81364" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/02/how-i-became-a-full-time-travel-blogger.html" class=""><span class="item_outer"><span class="item_text">How I Became a Full Time Travel Blogger</span></span></a></li>
			<li id="nav-menu-item-81365" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/03/best-travel-makeup-and-tips.html" class=""><span class="item_outer"><span class="item_text">Best Travel Makeup and Tips</span></span></a></li>
			<li id="nav-menu-item-81366" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2016/07/saved-money-move-abroad.html" class=""><span class="item_outer"><span class="item_text">How We Saved Money To Move Abroad</span></span></a></li>
			<li id="nav-menu-item-81367" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/01/ultimate-guide-packing-like-travel-blogger.html" class=""><span class="item_outer"><span class="item_text">The Ultimate Guide to Packing Like a Travel Blogger</span></span></a></li>
			<li id="nav-menu-item-81906" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/05/guide-saving-money-travel-world.html" class=""><span class="item_outer"><span class="item_text">Your Guide to Saving Money to Travel the World</span></span></a></li>
		</ul>
</li>
		<li id="nav-menu-item-81368" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children "><a href="https://heleneinbetween.com/tag/life-abroad" class=""><span class="item_outer"><span class="item_text">Location Independence</span></span></a>
		<ul>
			<li id="nav-menu-item-81369" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/11/how-to-get-a-german-work-visa.html" class=""><span class="item_outer"><span class="item_text">How to Get a German Work Visa</span></span></a></li>
			<li id="nav-menu-item-81370" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/10/moving-home-after-living-abroad.html" class=""><span class="item_outer"><span class="item_text">Moving “Home” After Living Abroad</span></span></a></li>
			<li id="nav-menu-item-81371" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/09/transatlantic-crossing-on-cunards-queen-mary-2.html" class=""><span class="item_outer"><span class="item_text">Transatlantic Crossing on Cunard’s Queen Mary 2</span></span></a></li>
			<li id="nav-menu-item-81372" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/11/how-i-made-15000-last-month-while-traveling-full-time.html" class=""><span class="item_outer"><span class="item_text">How I Made $15,000 Last Month While Traveling Full Time</span></span></a></li>
			<li id="nav-menu-item-81905" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/life-abroad" class=""><span class="item_outer"><span class="item_text">All Life Abroad!</span></span></a></li>
		</ul>
</li>
		<li id="nav-menu-item-81373" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/landing" class=""><span class="item_outer"><span class="item_text">View All Travel</span></span></a></li>
	</ul>
</li>
</ul></div></div>
</li>
</ul>	</nav>

                </div>
            </div>
            <div class="mkdf-position-center"><!--
             --><div class="mkdf-position-center-inner">
                    
	
	<div class="mkdf-logo-wrapper">
		<a itemprop="url" href="https://heleneinbetween.com/" style="height: 640px;">
			<img itemprop="image" class="mkdf-normal-logo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201280'%3E%3C/svg%3E" width="2560" height="1280"  alt="logo" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png"/><noscript><img itemprop="image" class="mkdf-normal-logo" src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png" width="2560" height="1280"  alt="logo"/></noscript>
			<img itemprop="image" class="mkdf-dark-logo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201280'%3E%3C/svg%3E" width="2560" height="1280"  alt="dark logo" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png"/><noscript><img itemprop="image" class="mkdf-dark-logo" src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png" width="2560" height="1280"  alt="dark logo"/></noscript>			<img itemprop="image" class="mkdf-light-logo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201280'%3E%3C/svg%3E" width="2560" height="1280"  alt="light logo" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png"/><noscript><img itemprop="image" class="mkdf-light-logo" src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo.png" width="2560" height="1280"  alt="light logo"/></noscript>		</a>
	</div>

                </div>
            </div>
            <div class="mkdf-position-right"><!--
             --><div class="mkdf-position-right-inner">
                    
<nav class="mkdf-main-menu mkdf-drop-down mkdf-divided-right-part mkdf-default-nav">
    <ul id="menu-right-new" class="clearfix"><li id="nav-menu-item-82316" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  has_sub narrow"><a href="https://heleneinbetween.com/blogging-resources" class=""><span class="item_outer"><span class="item_text">Blogging</span><i class="mkdf-menu-arrow fa fa-angle-down"></i></span></a>
<div class="second"><div class="inner"><ul>
	<li id="nav-menu-item-81312" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children sub"><a href="https://heleneinbetween.com/tag/instagram" class=""><span class="item_outer"><span class="item_text">Instagram</span></span></a>
	<ul>
		<li id="nav-menu-item-81313" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/07/the-best-instagram-captions-and-ideas.html" class=""><span class="item_outer"><span class="item_text">The Best Instagram Captions and Ideas</span></span></a></li>
		<li id="nav-menu-item-81314" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/04/how-to-grow-your-instagram-followers-and-engagement-with-one-small-change.html" class=""><span class="item_outer"><span class="item_text">How to Grow Your Instagram Followers and Engagement with One Small Change</span></span></a></li>
		<li id="nav-menu-item-81315" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/04/10-perfect-instagram-theme-ideas-you-can-create.html" class=""><span class="item_outer"><span class="item_text">10 Perfect Instagram Theme Ideas You Can Create</span></span></a></li>
		<li id="nav-menu-item-81316" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/instagram" class=""><span class="item_outer"><span class="item_text">See All Instagram Tips!</span></span></a></li>
	</ul>
</li>
	<li id="nav-menu-item-81317" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children sub"><a href="https://heleneinbetween.com/tag/blogging-resources" class=""><span class="item_outer"><span class="item_text">Blogging</span></span></a>
	<ul>
		<li id="nav-menu-item-81318" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/02/5-blogging-mistakes-how-to-fix-them.html" class=""><span class="item_outer"><span class="item_text">5 Blogging Mistakes + How to Fix Them</span></span></a></li>
		<li id="nav-menu-item-81319" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/07/10-things-every-blog-needs-to-make-money.html" class=""><span class="item_outer"><span class="item_text">10 Things Every Blog Needs to Make Money</span></span></a></li>
		<li id="nav-menu-item-81320" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/09/what-i-wish-i-knew-before-becoming-a-full-time-blogger.html" class=""><span class="item_outer"><span class="item_text">What I Wish I Knew Before Becoming a Full Time Blogger</span></span></a></li>
		<li id="nav-menu-item-81321" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/blogging-resources" class=""><span class="item_outer"><span class="item_text">See All Blogging Resources</span></span></a></li>
	</ul>
</li>
	<li id="nav-menu-item-81322" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children sub"><a href="https://heleneinbetween.com/tag/social-media" class=""><span class="item_outer"><span class="item_text">Social Media</span></span></a>
	<ul>
		<li id="nav-menu-item-81323" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/03/best-posts-blogging-social-media.html" class=""><span class="item_outer"><span class="item_text">My Best Posts On Blogging &#038; Social Media</span></span></a></li>
		<li id="nav-menu-item-81324" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/08/50-best-instagram-tips-ever.html" class=""><span class="item_outer"><span class="item_text">50 Best Instagram Tips… Ever</span></span></a></li>
		<li id="nav-menu-item-81325" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2016/04/the-one-pinterest-strategy-that-changed.html" class=""><span class="item_outer"><span class="item_text">The ONE Pinterest Strategy That Changed The Game</span></span></a></li>
		<li id="nav-menu-item-81326" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/06/5-different-instagram-strategies-you-need-to-try.html" class=""><span class="item_outer"><span class="item_text">5 Different Instagram Strategies You Need to Try</span></span></a></li>
	</ul>
</li>
</ul></div></div>
</li>
<li id="nav-menu-item-81327" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub narrow"><a href="https://heleneinbetween.com/tag/photography-2" class=""><span class="item_outer"><span class="item_text">Photo Tips</span><i class="mkdf-menu-arrow fa fa-angle-down"></i></span></a>
<div class="second"><div class="inner"><ul>
	<li id="nav-menu-item-81329" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children sub"><a href="https://heleneinbetween.com/tag/camera" class=""><span class="item_outer"><span class="item_text">Camera Gear</span></span></a>
	<ul>
		<li id="nav-menu-item-81330" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/10/raw-vs-jpeg-which-should-you-photograph-in.html" class=""><span class="item_outer"><span class="item_text">Raw VS Jpeg – Which Should You Photograph In?</span></span></a></li>
		<li id="nav-menu-item-81331" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/10/the-ultimate-guide-to-buying-a-new-camera-beginner-to-intermediate.html" class=""><span class="item_outer"><span class="item_text">The Ultimate Guide to Buying a New Camera (Beginner to Intermediate)</span></span></a></li>
		<li id="nav-menu-item-81332" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/06/free-summer-mobile-lightroom-presets.html" class=""><span class="item_outer"><span class="item_text">Free Summer Mobile Lightroom Presets</span></span></a></li>
		<li id="nav-menu-item-81333" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/01/free-mobile-lightroom-presets.html" class=""><span class="item_outer"><span class="item_text">Free Mobile Lightroom Presets</span></span></a></li>
	</ul>
</li>
	<li id="nav-menu-item-81334" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children sub"><a href="https://heleneinbetween.com/tag/presets" class=""><span class="item_outer"><span class="item_text">Free Lightroom Presets</span></span></a>
	<ul>
		<li id="nav-menu-item-81335" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/06/free-summer-mobile-lightroom-presets.html" class=""><span class="item_outer"><span class="item_text">Free Summer Mobile Lightroom Presets</span></span></a></li>
		<li id="nav-menu-item-81336" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/01/free-mobile-lightroom-presets.html" class=""><span class="item_outer"><span class="item_text">Free Mobile Lightroom Presets</span></span></a></li>
		<li id="nav-menu-item-81337" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/04/how-to-use-lightroom-presets-on-your-mobile-free-plus-new-presets-for-travel-and-lifestyle-photography.html" class=""><span class="item_outer"><span class="item_text">How to Use Lightroom Presets on Your Mobile (FREE!) Plus New Presets for Travel and Lifestyle Photography</span></span></a></li>
	</ul>
</li>
</ul></div></div>
</li>
<li id="nav-menu-item-81338" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  has_sub narrow"><a href="https://heleneinbetween.mykajabi.com/" class=""><span class="item_outer"><span class="item_text">Shop/ Courses</span><i class="mkdf-menu-arrow fa fa-angle-down"></i></span></a>
<div class="second"><div class="inner"><ul>
	<li id="nav-menu-item-81339" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://learn.heleneinbetween.com/" class=""><span class="item_outer"><span class="item_text">Courses</span></span></a></li>
	<li id="nav-menu-item-81340" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://learn.heleneinbetween.com/offers/Fmg4WXLu/checkout" class=""><span class="item_outer"><span class="item_text">Free Course! Start a Blog</span></span></a></li>
	<li id="nav-menu-item-81911" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.mykajabi.com/presets" class=""><span class="item_outer"><span class="item_text">Lightroom Presets</span></span></a></li>
</ul></div></div>
</li>
</ul></nav>

                </div>
	            <div class="mkdf-divided-right-widget-area">
		            <div class="mkdf-divided-right-widget-area-inner">
			            <div class="mkdf-position-right-inner-wrap">
				            <div class="widget mkdf-social-icons-group-widget text-align-left">                                    <a class="mkdf-social-icon-widget-holder mkdf-icon-has-hover" href="https://instagram.com/heleneinbetween" target="_blank">
                        <span class="mkdf-social-icon-widget social_instagram"></span>                    </a>
                                                    <a class="mkdf-social-icon-widget-holder mkdf-icon-has-hover"                         href="https://www.facebook.com/HeleneInBetween" target="_blank">
                        <span class="mkdf-social-icon-widget social_facebook"></span>                    </a>
                                                    <a class="mkdf-social-icon-widget-holder mkdf-icon-has-hover"                         href="https://www.pinterest.com/helenesula/" target="_blank">
                        <span class="mkdf-social-icon-widget social_pinterest"></span>                    </a>
                                                                </div>			            </div>
		            </div>
	            </div>
            </div>
        </div>
	            
            </div>
	
    	
		
	</header>


<header class="mkdf-mobile-header">
		
	<div class="mkdf-mobile-header-inner">
		<div class="mkdf-mobile-header-holder">
            <div class="mkdf-vertical-align-containers">
                <div class="mkdf-position-left"><!--
                 --><div class="mkdf-position-left-inner">
                        
<div class="mkdf-mobile-logo-wrapper">
	<a itemprop="url" href="https://heleneinbetween.com/" style="height: 125px">
		<img itemprop="image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20250'%3E%3C/svg%3E" width="500" height="250"  alt="Mobile Logo" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo-mobile-new.png"/><noscript><img itemprop="image" src="https://heleneinbetween.com/wp-content/uploads/2020/02/new-logo-mobile-new.png" width="500" height="250"  alt="Mobile Logo"/></noscript>
	</a>
</div>

                    </div>
                </div>
                <div class="mkdf-position-right"><!--
                 --><div class="mkdf-position-right-inner">
                                                                            <div class="mkdf-mobile-menu-opener mkdf-mobile-menu-opener-icon-pack">
                                <a href="javascript:void(0)">
                                                                        <span class="mkdf-mobile-menu-icon">
                                        <span aria-hidden="true" class="mkdf-icon-font-elegant icon_menu "></span>                                    </span>
                                </a>
                            </div>
                                            </div>
                </div>
            </div>
		</div>
		<div class="mkdf-mobile-side-area">
    <div class="mkdf-close-mobile-side-area-holder">
        <i class="mkdf-icon-dripicons dripicon dripicons-cross " ></i>    </div>
    <div class="mkdf-mobile-side-area-inner">
    <nav class="mkdf-mobile-nav" role="navigation" aria-label="Mobile Menu">
        <div class="mkdf-grid">
            <ul id="menu-new-primary-menu" class=""><li id="mobile-menu-item-88550" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/blog" class=""><span>Blog</span></a></li>
<li id="mobile-menu-item-81377" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/landing" class=""><span>Travel</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
<ul class="sub_menu">
	<li id="mobile-menu-item-81379" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/travel" class=""><span>Travel</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81908" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/01/how-to-plan-a-trip-to-europe-the-ultimate-guide.html" class=""><span>How to Plan a Trip to Europe: The Ultimate Guide</span></a></li>
		<li id="mobile-menu-item-81380" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/02/best-things-to-do-in-dallas-texas.html" class=""><span>Best Things To Do in Dallas, Texas</span></a></li>
		<li id="mobile-menu-item-81381" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/01/best-destinations-to-travel-to-in-europe-2020.html" class=""><span>Best Destinations to Travel to in Europe 2020</span></a></li>
		<li id="mobile-menu-item-81382" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/01/perfect-one-week-london-and-paris-itinerary.html" class=""><span>Perfect One Week London and Paris Itinerary</span></a></li>
		<li id="mobile-menu-item-81383" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/landing" class=""><span>Click Here to See All Travel Posts</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81384" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/landing" class=""><span>Europe</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81385" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/01/how-to-plan-a-trip-to-europe-the-ultimate-guide.html" class=""><span>How to Plan a Trip to Europe: The Ultimate Guide</span></a></li>
		<li id="mobile-menu-item-81386" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/01/travel-next-europe.html" class=""><span>Where Should You Travel Next in Europe?</span></a></li>
		<li id="mobile-menu-item-81387" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/01/best-destinations-to-travel-to-in-europe-2020.html" class=""><span>Best Destinations to Travel to in Europe 2020</span></a></li>
		<li id="mobile-menu-item-81388" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/europe" class=""><span>See All Europe Posts</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81389" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/tips" class=""><span>Tips</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81390" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/03/best-travel-makeup-and-tips.html" class=""><span>Best Travel Makeup and Tips</span></a></li>
		<li id="mobile-menu-item-81391" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/08/ultimate-guide-traveling-dogs.html" class=""><span>The Ultimate Guide to Traveling with Dogs</span></a></li>
		<li id="mobile-menu-item-81392" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/01/ultimate-guide-packing-like-travel-blogger.html" class=""><span>The Ultimate Guide to Packing Like a Travel Blogger</span></a></li>
		<li id="mobile-menu-item-81393" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/05/guide-saving-money-travel-world.html" class=""><span>Your Guide to Saving Money to Travel the World</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81394" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/life-abroad" class=""><span>Location Independence</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81395" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/07/how-to-move-to-germany-as-a-freelancer.html" class=""><span>How to Move to Germany as a Freelancer</span></a></li>
		<li id="mobile-menu-item-81396" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/10/moving-home-after-living-abroad.html" class=""><span>Moving “Home” After Living Abroad</span></a></li>
		<li id="mobile-menu-item-81397" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/09/transatlantic-crossing-on-cunards-queen-mary-2.html" class=""><span>Transatlantic Crossing on Cunard’s Queen Mary 2</span></a></li>
		<li id="mobile-menu-item-81909" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/life-abroad" class=""><span>All Life Abroad</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81399" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/landing" class=""><span>View All Travel</span></a></li>
</ul>
</li>
<li id="mobile-menu-item-81400" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/about" class=""><span>About</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
<ul class="sub_menu">
	<li id="mobile-menu-item-81402" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/about-me" class=""><span>About</span></a></li>
	<li id="mobile-menu-item-87063" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/sponsor-ddc" class=""><span>Contact/Work With Me</span></a></li>
	<li id="mobile-menu-item-81403" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/f-a-q" class=""><span>F. A. Q.</span></a></li>
	<li id="mobile-menu-item-81404" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.com/blog" class=""><span>Blog</span></a></li>
	<li id="mobile-menu-item-81405" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/life" class=""><span>Lifestyle</span></a></li>
</ul>
</li>
<li id="mobile-menu-item-81407" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/photography-2" class=""><span>Photo Tips</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
<ul class="sub_menu">
	<li id="mobile-menu-item-81409" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/camera" class=""><span>Camera Gear</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81410" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2017/10/the-ultimate-guide-to-buying-a-new-camera-beginner-to-intermediate.html" class=""><span>The Ultimate Guide to Buying a New Camera (Beginner to Intermediate)</span></a></li>
		<li id="mobile-menu-item-81411" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/10/raw-vs-jpeg-which-should-you-photograph-in.html" class=""><span>Raw VS Jpeg – Which Should You Photograph In?</span></a></li>
		<li id="mobile-menu-item-81412" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/06/free-summer-mobile-lightroom-presets.html" class=""><span>Free Summer Mobile Lightroom Presets</span></a></li>
		<li id="mobile-menu-item-81413" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/01/free-mobile-lightroom-presets.html" class=""><span>Free Mobile Lightroom Presets</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81414" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/presets" class=""><span>Free Lightroom Presets</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81415" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/06/free-summer-mobile-lightroom-presets.html" class=""><span>Free Summer Mobile Lightroom Presets</span></a></li>
		<li id="mobile-menu-item-81416" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2019/01/free-mobile-lightroom-presets.html" class=""><span>Free Mobile Lightroom Presets</span></a></li>
	</ul>
</li>
</ul>
</li>
<li id="mobile-menu-item-81417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/influence" class=""><span>Blogging</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
<ul class="sub_menu">
	<li id="mobile-menu-item-81419" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/instagram" class=""><span>Instagram</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81420" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/01/ultimate-guide-instagram-stories.html" class=""><span>The Ultimate Guide to Instagram Stories</span></a></li>
		<li id="mobile-menu-item-81421" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/07/the-best-instagram-captions-and-ideas.html" class=""><span>The Best Instagram Captions and Ideas</span></a></li>
		<li id="mobile-menu-item-81422" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/04/10-perfect-instagram-theme-ideas-you-can-create.html" class=""><span>10 Perfect Instagram Theme Ideas You Can Create</span></a></li>
		<li id="mobile-menu-item-81423" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag "><a href="https://heleneinbetween.com/tag/instagram" class=""><span>Click here to See All Instagram Tips!</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81424" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/blogging-resources" class=""><span>Blogging</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81425" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/02/5-blogging-mistakes-how-to-fix-them.html" class=""><span>5 Blogging Mistakes + How to Fix Them</span></a></li>
		<li id="mobile-menu-item-81426" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2020/09/what-i-wish-i-knew-before-becoming-a-full-time-blogger.html" class=""><span>What I Wish I Knew Before Becoming a Full Time Blogger</span></a></li>
		<li id="mobile-menu-item-81427" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/02/11-surprising-ways-make-money-blogging.html" class=""><span>11 Surprising Ways To Make Money Blogging</span></a></li>
		<li id="mobile-menu-item-81428" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/blogging-resources" class=""><span>Click Here for All Blogging Resources</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81429" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children  has_sub"><a href="https://heleneinbetween.com/tag/social-media" class=""><span>Social Media</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81430" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2023/03/best-posts-blogging-social-media.html" class=""><span>My Best Posts On Blogging &#038; Social Media</span></a></li>
		<li id="mobile-menu-item-81431" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2016/04/the-one-pinterest-strategy-that-changed.html" class=""><span>The ONE Pinterest Strategy That Changed The Game</span></a></li>
		<li id="mobile-menu-item-81432" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/08/50-best-instagram-tips-ever.html" class=""><span>50 Best Instagram Tips… Ever</span></a></li>
		<li id="mobile-menu-item-81433" class="menu-item menu-item-type-post_type menu-item-object-post "><a href="https://heleneinbetween.com/2018/06/5-different-instagram-strategies-you-need-to-try.html" class=""><span>5 Different Instagram Strategies You Need to Try</span></a></li>
	</ul>
</li>
	<li id="mobile-menu-item-81434" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  has_sub"><a href="https://heleneinbetween.mykajabi.com/" class=""><span>Shop / Courses</span></a><span class="mobile_arrow"><i class="mkdf-sub-arrow ion-ios-arrow-forward"></i><i class="ion-ios-arrow-down"></i></span>
	<ul class="sub_menu">
		<li id="mobile-menu-item-81435" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.mykajabi.com/" class=""><span>Courses</span></a></li>
		<li id="mobile-menu-item-81910" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.mykajabi.com/presets" class=""><span>Lightroom Presets</span></a></li>
		<li id="mobile-menu-item-81436" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://heleneinbetween.mykajabi.com/offers/Fmg4WXLu" class=""><span>Free Course! Start a Blog</span></a></li>
		<li id="mobile-menu-item-84209" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://heleneinbetween.com/shop-insta" class=""><span>Shop My Looks</span></a></li>
	</ul>
</li>
</ul>
</li>
<li class=" astm-search-menu is-menu is-dropdown menu-item"><a href="#" aria-label="Search Icon Link"><svg width="20" height="20" class="search-icon" role="img" viewBox="2 9 20 5" focusable="false" aria-label="Search">
						<path class="search-icon-path" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></a><form  class="is-search-form is-form-style is-form-style-2 is-form-id-78507 " action="https://heleneinbetween.com/" method="get" role="search" ><label for="is-search-input-78507"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-78507" name="s" value="" class="is-search-input" placeholder="SEARCH..." autocomplete=off /></label></form></li></ul>        </div>
    </nav>
    </div>
    <div class="mkdf-mobile-widget-area">
        <div class="mkdf-mobile-widget-area-inner">
                    </div>
    </div>
</div>
	</div>
	
	</header>

			<a id='mkdf-back-to-top' href='#'>
                <span class="mkdf-label-stack">
                    Top                </span>
			</a>
			        
            <div class="mkdf-content" style="margin-top: -95px">
                <div class="mkdf-content-inner">
<div class="mkdf-full-width">
    	<div class="mkdf-full-width-inner">
        					<div class="mkdf-grid-row">
				<div class="mkdf-page-content-holder mkdf-grid-col-12">
					<section class="wpb-content-wrapper"><span id="dpsp-post-sticky-bar-markup" data-mobile-size="720"></span><span id="dpsp-post-content-markup" data-image-pin-it="false"></span><div class="vc_row wpb_row vc_row-fluid" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_revslider_element wpb_content_element">
			<!-- START Home 2 REVOLUTION SLIDER 6.5.5 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_4_1_wrapper" data-source="gallery" style="visibility:hidden;background:transparent;padding:0;">
				<rs-module id="rev_slider_4_1" style="" data-version="6.5.5">
					<rs-slides>
						<rs-slide style="position: absolute;" data-key="rs-4" data-title="Slide" data-anim="ms:600;r:0;" data-in="o:0;" data-out="a:false;">
							<img src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" title="3-photos-header2" width="2048" height="1043" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//heleneinbetween.com/wp-content/uploads/2020/02/3-photos-header2.jpg" data-bg="p:center bottom;" data-no-retina>
<!--
							--><rs-layer
								id="slider-4-slide-4-layer-2" 
								data-type="text"
								data-xy="x:c;xo:2px,2px,2px,0;y:m;yo:-82px,-47px,-24px,-7px;"
								data-text="w:normal;s:48,46,35,22;l:54,64,50,32;ls:2px,10px,5px,2px;fw:300,300,300,400;a:center;"
								data-dim="w:1103px,953px,592px,339px;h:auto,auto,auto,119px;"
								data-rsp_o="off"
								data-rsp_bd="off"
								data-frame_0="y:50px;tp:600;"
								data-frame_1="tp:600;e:power2.out;st:300;sp:600;sR:300;"
								data-frame_999="o:0;tp:600;st:w;sR:3100;"
								style="z-index:6;font-family:glamourabsolute_regu;"
							>A Travel & Lifestyle Blog 
Helping You Live Your Best Life 
							</rs-layer><!--
-->						</rs-slide>
					</rs-slides>
				</rs-module>
				<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
					setREVStartSize({c: 'rev_slider_4_1',rl:[1240,1024,778,480],el:[676,690,600,630],gw:[1300,1441,850,480],gh:[676,690,600,630],type:'hero',justify:'',layout:'fullscreen',offsetContainer:'',offset:'',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider41"]!==undefined) {window.RS_MODULES.modules["revslider41"].once = false;window.revapi4 = undefined;window.RS_MODULES.checkMinimal()}
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
</div></div></div></div></div><div class="mkdf-row-grid-section-wrapper "  ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_row-fluid vc_custom_1580738027044" ><div class="btslide wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h3 style="text-align: center" class="vc_custom_heading" >FEATURED POST:</h3><div class="mkdf-blog-slider-holder mkdf-bs-slider">
	<ul class="mkdf-blog-slider mkdf-owl-slider" data-number-of-items="1" data-enable-pagination="no">
		<li class="mkdf-blog-slider-item">
    <div class="mkdf-blog-slider-item-inner">
        <div class="mkdf-item-text-wrapper">
            <div class="mkdf-item-text-holder">
		        

<h3 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
            The Best Places for Spring in Europe            </a>
    </h3><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/europe-destinations" rel="category tag">Europe</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a></div>                <div class="mkdf-item-excerpt">
			        		<div class="mkdf-post-excerpt-holder">
			<p itemprop="description" class="mkdf-post-excerpt">
				
Spring unfurls in Europe unlike any other place in the world. Roses the size of your hand, beautiful weather, and a cheery atmosphere seem to take hold of the whole continent.&nbsp;If			</p>
		</div>
				        	<div class="mkdf-post-read-more-button">
		<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" target="_self"  class="mkdf-btn mkdf-btn-medium mkdf-btn-simple mkdf-blog-list-button"  >    <span class="mkdf-btn-text">Keep Reading...</span>    </a>	</div>
                </div>
		                            <div class="mkdf-item-content-bottom">
				        	<div class="mkdf-blog-share">
		<div class="mkdf-social-share-holder mkdf-list">
		<ul>
		<li class="mkdf-facebook-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="window.open(&#039;http://www.facebook.com/sharer.php?u=https%3A%2F%2Fheleneinbetween.com%2F2023%2F03%2Fthe-best-places-for-spring-in-europe.html&#039;, &#039;sharer&#039;, &#039;toolbar=0,status=0,width=620,height=280&#039;);">
	 				<span class="mkdf-social-network-icon social_facebook_circle"></span>
			</a>
</li><li class="mkdf-twitter-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="window.open(&#039;https://twitter.com/intent/tweet?text=+%5B%26hellip%3B%5D https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html&#039;, &#039;popupwindow&#039;, &#039;scrollbars=yes,width=800,height=400&#039;);">
	 				<span class="mkdf-social-network-icon social_twitter_circle"></span>
			</a>
</li><li class="mkdf-pinterest-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="popUp=window.open(&#039;http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fheleneinbetween.com%2F2023%2F03%2Fthe-best-places-for-spring-in-europe.html&description=The Best Places for Spring in Europe&media=https%3A%2F%2Fheleneinbetween.com%2Fwp-content%2Fuploads%2F2019%2F05%2Fbest-places-spring-europe.jpg&#039;, &#039;popupwindow&#039;, &#039;scrollbars=yes,width=800,height=400&#039;);popUp.focus();return false;">
	 				<span class="mkdf-social-network-icon social_pinterest_circle"></span>
			</a>
</li>	</ul>
</div>	</div>
                    </div>
		                    </div>
        </div>
        <div class="mkdf-item-content-right">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
					<img width="900" height="1452" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%201452'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" data-lazy-sizes="(max-width: 900px) 100vw, 900px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" /><noscript><img width="900" height="1452" src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" sizes="(max-width: 900px) 100vw, 900px" /></noscript>					</a>
					</div>
        </div>
    </div>
</li>	</ul>
</div>
</div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1580812383350" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-6075" data-1367-1600="0px 40px" data-1025-1366="0px 40px" data-769-1024="40px 40px 0px" data-681-768="30px 30px 0px" data-680="20px 20px 0px">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-6075" style="padding: 0px 93px">
			<h3 style="text-align: center" class="vc_custom_heading" >Recent Posts</h3><div class="mkdf-blog-slider-holder mkdf-bs-carousel">
	<ul class="mkdf-blog-slider mkdf-owl-slider" data-number-of-items="5" data-slider-margin="9" data-slider-padding="no" data-enable-navigation="yes">
		<li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
					<img width="650" height="1049" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201049'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" data-lazy-sizes="(max-width: 650px) 100vw, 650px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" /><noscript><img width="650" height="1049" src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" sizes="(max-width: 650px) 100vw, 650px" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
            The Best Places for Spring in Europe            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/europe-destinations" rel="category tag">Europe</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/ultimate-guide-to-starting-a-travel-blog-and-making-money.html" title="Ultimate Guide to Starting a Travel Blog and Making Money">
					<img width="650" height="867" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%20867'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3.jpg 1530w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-600x800.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-225x300.jpg 225w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-768x1024.jpg 768w" data-lazy-sizes="(max-width: 650px) 100vw, 650px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3.jpg" /><noscript><img width="650" height="867" src="https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3.jpg 1530w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-600x800.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-225x300.jpg 225w, https://heleneinbetween.com/wp-content/uploads/2018/07/vespa-working-laptop-3-of-3-768x1024.jpg 768w" sizes="(max-width: 650px) 100vw, 650px" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/ultimate-guide-to-starting-a-travel-blog-and-making-money.html" title="Ultimate Guide to Starting a Travel Blog and Making Money">
            Ultimate Guide to Starting a Travel Blog and Making Money            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/resources-2/blogging-resources-2" rel="category tag">Blogging</a>, <a href="https://heleneinbetween.com/category/resources-2" rel="category tag">Resources</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-ultimate-guide-to-new-englands-best-fall-foliage-spots-20-places-and-hidden-gems-you-must-visit.html" title="The Ultimate Guide to New England's Best Fall Foliage Spots: 20 Places and Hidden Gems You Must Visit">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2023/03/nh-lake-smoke-house-1-of-1-650x1300.jpg" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2023/03/nh-lake-smoke-house-1-of-1-650x1300.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/the-ultimate-guide-to-new-englands-best-fall-foliage-spots-20-places-and-hidden-gems-you-must-visit.html" title="The Ultimate Guide to New England's Best Fall Foliage Spots: 20 Places and Hidden Gems You Must Visit">
            The Ultimate Guide to New England's Best Fall Foliage Spots: 20 Places and Hidden Gems You Must Visit            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/usa" rel="category tag">USA</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/perfect-3-day-charleston-itinerary.html" title="Perfect 3 Day Charleston Itinerary">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2021/05/3-day-charletson-instagram-stories-650x1300.jpeg" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2021/05/3-day-charletson-instagram-stories-650x1300.jpeg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/perfect-3-day-charleston-itinerary.html" title="Perfect 3 Day Charleston Itinerary">
            Perfect 3 Day Charleston Itinerary            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/instagrammable-dallas-texas-for-pictures.html" title="Most Instagrammabe Spots in Dallas for Pictures">
					<img width="650" height="975" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%20975'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55.jpg 853w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-600x900.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-200x300.jpg 200w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-768x1152.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-682x1024.jpg 682w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-400x600.jpg 400w" data-lazy-sizes="(max-width: 650px) 100vw, 650px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55.jpg" /><noscript><img width="650" height="975" src="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55.jpg 853w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-600x900.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-200x300.jpg 200w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-768x1152.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-682x1024.jpg 682w, https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-400x600.jpg 400w" sizes="(max-width: 650px) 100vw, 650px" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/instagrammable-dallas-texas-for-pictures.html" title="Most Instagrammabe Spots in Dallas for Pictures">
            Most Instagrammabe Spots in Dallas for Pictures            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a>, <a href="https://heleneinbetween.com/category/destinations/usa" rel="category tag">USA</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/perfect-one-week-florida-itinerary-central-and-south-florida.html" title="Perfect One Week Florida Itinerary: Central and South Florida">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-28-of-70-650x1300.jpg" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-28-of-70-650x1300.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/perfect-one-week-florida-itinerary-central-and-south-florida.html" title="Perfect One Week Florida Itinerary: Central and South Florida">
            Perfect One Week Florida Itinerary: Central and South Florida            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/usa" rel="category tag">USA</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/best-gifts-for-harry-potter-fans.html" title="Best Gifts for Harry Potter Fans">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-phone-68-of-114-650x1300.jpg" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-phone-68-of-114-650x1300.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/best-gifts-for-harry-potter-fans.html" title="Best Gifts for Harry Potter Fans">
            Best Gifts for Harry Potter Fans            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/lifestyle/gifts" rel="category tag">Gifts</a>, <a href="https://heleneinbetween.com/category/lifestyle" rel="category tag">Lifestyle</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/one-week-ireland-travel-guide.html" title="One Week Ireland Travel Guide">
					<img width="650" height="1049" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201049'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide.jpg 793w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-600x968.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-768x1240.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-634x1024.jpg 634w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-610x985.jpg 610w" data-lazy-sizes="(max-width: 650px) 100vw, 650px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide.jpg" /><noscript><img width="650" height="1049" src="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide.jpg 793w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-600x968.jpg 600w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-768x1240.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-634x1024.jpg 634w, https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-610x985.jpg 610w" sizes="(max-width: 650px) 100vw, 650px" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/one-week-ireland-travel-guide.html" title="One Week Ireland Travel Guide">
            One Week Ireland Travel Guide            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/ireland-destinations" rel="category tag">Ireland</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/guide-and-itinerary-for-the-wizarding-world-of-harry-potter-in-orlando.html" title="Guide and Itinerary for the Wizarding World of Harry Potter in Orlando">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-phone-7-of-114-650x1300.jpg" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2023/03/florida-march-2023-phone-7-of-114-650x1300.jpg" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/guide-and-itinerary-for-the-wizarding-world-of-harry-potter-in-orlando.html" title="Guide and Itinerary for the Wizarding World of Harry Potter in Orlando">
            Guide and Itinerary for the Wizarding World of Harry Potter in Orlando            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a>, <a href="https://heleneinbetween.com/category/destinations/usa" rel="category tag">USA</a></div>            		</div>
	</div>
</li><li class="mkdf-blog-slider-item">
	<div class="mkdf-blog-slider-item-inner">
		<div class="mkdf-item-image">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/harry-potter-filming-locations-best-places-to-travel-for-potterheads.html" title="A Magical Guide to the Best Harry Potter Places to Visit">
					<img width="650" height="1300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%201300'%3E%3C/svg%3E" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2022/02/the-best-places-to-travel-if-you-love-harry-potter-650x1300.png" /><noscript><img width="650" height="1300" src="https://heleneinbetween.com/wp-content/uploads/2022/02/the-best-places-to-travel-if-you-love-harry-potter-650x1300.png" class="attachment-backpacktraveler_mikado_image_portrait size-backpacktraveler_mikado_image_portrait wp-post-image" alt="" decoding="async" /></noscript>					</a>
					</div>
        </div>
		<div class="mkdf-bli-content">
			

<h4 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/harry-potter-filming-locations-best-places-to-travel-for-potterheads.html" title="A Magical Guide to the Best Harry Potter Places to Visit">
            A Magical Guide to the Best Harry Potter Places to Visit            </a>
    </h4><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a>, <a href="https://heleneinbetween.com/category/destinations/united-kingdom" rel="category tag">United Kingdom</a></div>            		</div>
	</div>
</li>	</ul>
</div>
		</div>
	</div>
</div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1580812265531" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-7888" data-1367-1600="0px 40px" data-1025-1366="0px 40px" data-769-1024="40px 40px 0px" data-681-768="30px 30px 0px" data-680="20px 20px 0px">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-7888" style="padding: 0px 93px">
			<h3 style="text-align: center" class="vc_custom_heading" >As seen in</h3>
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="1024" height="95" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%2095'%3E%3C/svg%3E" class="vc_single_image-img attachment-large" alt="" decoding="async" title="as seen on2020" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1024x95.jpg 1024w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-300x28.jpg 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-768x71.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1536x143.jpg 1536w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-600x56.jpg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1024x95.jpg" /><noscript><img width="1024" height="95" src="https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1024x95.jpg" class="vc_single_image-img attachment-large" alt="" decoding="async" title="as seen on2020" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1024x95.jpg 1024w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-300x28.jpg 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-768x71.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-1536x143.jpg 1536w, https://heleneinbetween.com/wp-content/uploads/2020/02/as-seen-on2020-600x56.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript></div>
		</figure>
	</div>
		</div>
	</div>
</div></div></div></div></div></div><div class="mkdf-row-grid-section-wrapper "  ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_row-fluid" ><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_revslider_element wpb_content_element">
			<!-- START Home1 REVOLUTION SLIDER 6.5.5 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_2_2_wrapper" data-source="gallery" style="visibility:hidden;background:#f7f2ee;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;">
				<rs-module id="rev_slider_2_2" style="" data-version="6.5.5">
					<rs-slides>
						<rs-slide style="position: absolute;" data-key="rs-2" data-title="Slide" data-anim="r:0;">
							<img width="1" height="1" src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" alt="Slide" title="Helene In Between &#8211; Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/transparent.png" data-bg="c:#f7f2ee;" data-no-retina>
<!--
							--><rs-layer
								id="slider-2-slide-2-layer-7" 
								data-type="text"
								data-rsp_ch="on"
								data-xy="xo:111px;yo:100px;"
								data-text="l:22;a:inherit;"
								data-frame_0="tp:600;"
								data-frame_1="tp:600;sR:10;"
								data-frame_999="o:0;tp:600;st:w;sR:8690;"
								style="z-index:9;font-family:'Open Sans';"
							> 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-9" 
								data-type="image"
								data-xy="x:c;xo:-616px,-501px,106px,-55px;y:m;yo:-27px,-8px,397px,116px;"
								data-text="l:22;a:inherit;"
								data-dim="w:1191px,923px,923px,923px;h:794px,615px,614px,614px;"
								data-basealign="slide"
								data-rsp_o="off"
								data-rsp_bd="off"
								data-frame_0="tp:600;"
								data-frame_1="tp:600;e:none;st:60;sp:1200;sR:60;"
								data-frame_999="o:0;tp:600;st:w;sR:7740;"
								style="z-index:8;"
							><img src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" alt="a" class="tp-rs-img rs-lazyload" width="1800" height="1200" data-lazyload="//heleneinbetween.com/wp-content/uploads/2018/08/h4-slider-img-1.png" data-no-retina> 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-11" 
								data-type="text"
								data-color="#0a0a0a"
								data-rsp_ch="on"
								data-xy="x:c;xo:251px,232px,0,0;y:m;yo:-98px,-106px,4px,-217px;"
								data-text="w:normal;s:28,28,30,20;l:38,38,40,30;ls:4px;a:left,left,center,center;"
								data-dim="w:591px,591px,464px,464px;h:auto,auto,82px,82px;"
								data-basealign="slide"
								data-rsp_o="off"
								data-frame_0="tp:600;"
								data-frame_1="tp:600;st:600;sp:800;sR:600;"
								data-frame_999="o:0;tp:600;st:w;sR:7600;"
								style="z-index:12;font-family:'Montserrat';"
							>Grab FREE Mobile Lightroom presets and edit your photos like a pro in one click! 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-12" 
								class="rev-btn"
								data-type="button"
								data-rsp_ch="on"
								data-xy="x:c;xo:520px,460px,340px,0;yo:399px,352px,260px,517px;"
								data-text="w:normal;s:15,13,9,25;l:32,28,20,30;fw:500;"
								data-dim="minh:0px,none,none,none;"
								data-basealign="slide"
								data-padding="r:20,18,13,25;l:20,18,13,25;"
								data-frame_999="o:0;st:w;"
								data-frame_hover="c:#000;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;"
								style="z-index:15;background-color:#000000;font-family:'Roboto';"
							>GO 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-13" 
								data-type="text"
								data-color="#0a0a0a"
								data-xy="x:c;xo:632px,589px,0,2px;y:m;yo:102px,197px,342px,-89px;"
								data-text="w:normal;l:22;a:inherit;"
								data-dim="w:1381px,1334px,675px,281px;h:229px,230px,334px,185px;"
								data-basealign="slide"
								data-rsp_bd="off"
								data-frame_0="tp:600;"
								data-frame_1="tp:600;st:900;sp:1200;sR:900;"
								data-frame_999="o:0;tp:600;st:w;sR:6900;"
								style="z-index:10;font-family:'Open Sans';"
							><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpcf7 no-js" id="wpcf7-f79566-p79444-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f79566-p79444-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="79566" />
<input type="hidden" name="_wpcf7_version" value="5.7.5.1" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f79566-p79444-o1" />
<input type="hidden" name="_wpcf7_container_post" value="79444" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<div class="mkdf-form-travel">
	<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name" value="" type="text" name="your-name" /></span><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email" value="" type="email" name="your-email" /></span><input class="wpcf7-form-control has-spinner wpcf7-submit" type="submit" value="SUBSCRIBE" />
	</p>
</div><p style="display: none !important;"><label>&#916;<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="_wpcf7_ak_js" value="38"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div></div></div> 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-14" 
								data-type="text"
								data-color="#0a0a0a"
								data-rsp_ch="on"
								data-xy="x:c;xo:251px,232px,0,0;y:m;yo:80px,-106px,4px,68px;"
								data-text="w:normal;s:20,20,30,20;l:33,33,40,30;ls:0px,0px,4px,4px;fw:500,500,400,400;a:left,left,center,center;"
								data-dim="w:591px,591px,464px,464px;h:auto,auto,82px,82px;"
								data-basealign="slide"
								data-rsp_o="off"
								data-frame_0="tp:600;"
								data-frame_1="tp:600;st:600;sp:800;sR:600;"
								data-frame_999="o:0;tp:600;st:w;sR:7600;"
								style="z-index:11;font-family:'Montserrat';"
							>EXPLORE MORE PHOTO EDITING TIPS AND TRICKS 
							</rs-layer><!--

							--><rs-layer
								id="slider-2-slide-2-layer-17" 
								data-type="image"
								data-xy="x:c;xo:-368px,-227px,59px,499px;y:m;yo:0,0,-171px,-28px;"
								data-text="l:22;a:inherit;"
								data-dim="w:450px,242px,176px,99px;h:450px,332px,238px,133px;"
								data-vbility="t,t,t,f"
								data-basealign="slide"
								data-rsp_o="off"
								data-rsp_bd="off"
								data-frame_0="y:top;o:1;tp:600;"
								data-frame_1="tp:600;st:310;sp:1000;sR:310;"
								data-frame_999="o:0;tp:600;st:w;sR:7690;"
								style="z-index:13;"
							><img src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" class="tp-rs-img rs-lazyload" width="360" height="360" data-lazyload="//heleneinbetween.com/wp-content/uploads/2020/02/before-and-after-insta.jpg" data-no-retina> 
							</rs-layer><!--
-->						</rs-slide>
					</rs-slides>
				</rs-module>
				<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
					setREVStartSize({c: 'rev_slider_2_2',rl:[1240,1024,778,480],el:[670,550,700,750],gw:[1300,1150,850,480],gh:[670,550,700,750],type:'hero',justify:'',layout:'fullwidth',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider22"]!==undefined) {window.RS_MODULES.modules["revslider22"].once = false;window.revapi2 = undefined;window.RS_MODULES.checkMinimal()}
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
</div><div class="mkdf-row-grid-section-wrapper " ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1536071714218" ><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-0 vc_col-lg-5 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_revslider_element wpb_content_element aboutslide">
			<!-- START About REVOLUTION SLIDER 6.5.5 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_1_3_wrapper" data-source="gallery" style="visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;max-width:;">
				<rs-module id="rev_slider_1_3" style="" data-version="6.5.5">
					<rs-slides>
						<rs-slide style="position: absolute;" data-key="rs-1" data-title="Slide" data-anim="ms:600;r:0;" data-in="o:0;" data-out="a:false;">
							<img width="1" height="1" src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" alt="Slide" title="Helene In Between &#8211; Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/transparent.png" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-1-layer-1" 
								data-type="image"
								data-xy="x:c;xo:-102px,82px,92px,-1px;y:m;yo:-120px,-53px,-93px,-94px;"
								data-text="l:22;a:inherit;"
								data-dim="w:457px,402px,417px,292px;h:700px,268px,638px,447px;"
								data-basealign="slide"
								data-rsp_o="off"
								data-rsp_bd="off"
								data-blendmode="darken"
								data-frame_0="sX:0.9;sY:0.9;tp:600;"
								data-frame_1="tp:600;st:200;sp:1500;sR:200;"
								data-frame_999="o:0;tp:600;st:w;sR:7300;"
								style="z-index:5;"
							><img src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" class="tp-rs-img rs-lazyload" width="699" height="1070" data-lazyload="//heleneinbetween.com/wp-content/uploads/2020/02/aperol-rome-5-of-7-699x1070-1.jpg" data-no-retina> 
							</rs-layer><!--

							--><rs-layer
								id="slider-1-slide-1-layer-6" 
								data-type="image"
								data-rsp_ch="on"
								data-xy="x:r;yo:-31px,-31px,-23px,-15px;"
								data-text="w:normal;s:20,20,15,9;l:0,0,19,12;"
								data-dim="w:370px,370px,281px,184px;h:370px,370px,281px,184px;"
								data-basealign="slide"
								data-btrans="rZ:-16;"
								data-frame_999="o:0;st:w;"
								style="z-index:6;background-color:rgba(255,255,255,0.56);"
							><img src="//heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/assets/dummy.png" class="tp-rs-img rs-lazyload" width="637" height="637" data-lazyload="//heleneinbetween.com/wp-content/uploads/2020/02/hello-2-637x637-1.png" data-no-retina> 
							</rs-layer><!--
-->						</rs-slide>
					</rs-slides>
				</rs-module>
				<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
					setREVStartSize({c: 'rev_slider_1_3',rl:[1240,1024,778,480],el:[758,720,500,750],gw:[960,960,730,480],gh:[758,720,500,750],type:'hero',justify:'',layout:'fullwidth',mh:"500px"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider13"]!==undefined) {window.RS_MODULES.modules["revslider13"].once = false;window.revapi1 = undefined;window.RS_MODULES.checkMinimal()}
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
</div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-0 vc_col-lg-7 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-1366 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-1502" data-1367-1600="50px 0 101px 0" data-1025-1366="50px 0 125px 0" data-769-1024="20px 16% 0%" data-681-768="80px 5% 8%" data-680="0px 0 70px 0">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-1502" style="padding: 80px 0 201px 0">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<h2>I’m Helene</h2>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 20px"><span class="vc_empty_space_inner"></span></div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><span style="font-size: 20px;">An average girl who decided to live an extraordinary life. With the help of this blog I’ve become a full time traveler and life liver. My husband Michael and I write to inspire your best life and encourage you to #livealittle.</span></p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 20px"><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space"   style="height: 40px"><span class="vc_empty_space_inner"></span></div><a itemprop="url" href="https://heleneinbetween.com/category/lifestyle" target="_self"  class="mkdf-btn mkdf-btn-medium mkdf-btn-solid"  >
    <span class="mkdf-btn-text">Explore Lifestyle Posts</span>
    </a>		</div>
	</div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1580737704323 vc_row-has-fill" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-6627" data-1367-1600="0px 40px" data-1025-1366="0px 40px" data-769-1024="40px 40px 0px" data-681-768="30px 30px 0px" data-680="20px 20px 0px">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-6627" style="padding: 0px 93px">
			<h3 style="text-align: center" class="vc_custom_heading" >Travel Posts</h3>
<div class="vc_grid-container-wrapper vc_clearfix vc_grid-animation-fadeIn">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:79444,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1651470406745-475a9489-65e7-7&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://heleneinbetween.com/wp-admin/admin-ajax.php" data-vc-post-id="79444" data-vc-public-nonce="cef4bf5d78">
		<style data-type="vc_shortcodes-custom-css">.vc_custom_1419328663991{background-color: #f4f4f4 !important;}</style><div class="vc_grid vc_row vc_grid-gutter-10px vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe" class="vc_gitem-link vc-zone-link" ></a><img width="635" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20635%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="The Best Places for Spring in Europe" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg"><noscript><img width="635" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg" class="vc_gitem-zone-img" alt="The Best Places for Spring in Europe"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >The Best Places for Spring in Europe</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2021/05/3-day-charletson-instagram-stories-576x1024.jpeg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/03/perfect-3-day-charleston-itinerary.html" title="Perfect 3 Day Charleston Itinerary" class="vc_gitem-link vc-zone-link" ></a><img width="576" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="Perfect 3 Day Charleston Itinerary" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2021/05/3-day-charletson-instagram-stories-576x1024.jpeg"><noscript><img width="576" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2021/05/3-day-charletson-instagram-stories-576x1024.jpeg" class="vc_gitem-zone-img" alt="Perfect 3 Day Charleston Itinerary"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >Perfect 3 Day Charleston Itinerary</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/03/perfect-3-day-charleston-itinerary.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-682x1024.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/03/instagrammable-dallas-texas-for-pictures.html" title="Most Instagrammabe Spots in Dallas for Pictures" class="vc_gitem-link vc-zone-link" ></a><img width="682" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20682%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="Most Instagrammabe Spots in Dallas for Pictures" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-682x1024.jpg"><noscript><img width="682" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2018/03/dallas-deep-ellum-murals-35-of-55-682x1024.jpg" class="vc_gitem-zone-img" alt="Most Instagrammabe Spots in Dallas for Pictures"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >Most Instagrammabe Spots in Dallas for Pictures</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/03/instagrammable-dallas-texas-for-pictures.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-634x1024.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/03/one-week-ireland-travel-guide.html" title="One Week Ireland Travel Guide" class="vc_gitem-link vc-zone-link" ></a><img width="634" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20634%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="One Week Ireland Travel Guide" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-634x1024.jpg"><noscript><img width="634" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2017/06/one-week-ireland-travel-guide-634x1024.jpg" class="vc_gitem-zone-img" alt="One Week Ireland Travel Guide"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >One Week Ireland Travel Guide</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/03/one-week-ireland-travel-guide.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div></div></div>
	</div>
</div>		</div>
	</div>
</div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1581347189712 vc_row-o-full-height vc_row-o-columns-middle vc_row-flex" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-4053" data-1367-1600="0px 40px" data-1025-1366="0px 40px" data-769-1024="40px 40px 0px" data-681-768="30px 30px 0px" data-680="20px 20px 0px">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-4053" style="padding: 0px 93px">
			<h3 style="text-align: center" class="vc_custom_heading" >Blogging and Social Media Posts</h3>
<div class="vc_grid-container-wrapper vc_clearfix vc_grid-animation-fadeIn">
	<div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="fadeIn" data-vc-grid-settings="{&quot;page_id&quot;:79444,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1651470406746-7f3eb722-8a6d-8&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://heleneinbetween.com/wp-admin/admin-ajax.php" data-vc-post-id="79444" data-vc-public-nonce="cef4bf5d78">
		<style data-type="vc_shortcodes-custom-css">.vc_custom_1419328663991{background-color: #f4f4f4 !important;}</style><div class="vc_grid vc_row vc_grid-gutter-30px vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2017/02/carl-heyerdahl-181868-1024x682.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/03/best-posts-blogging-social-media.html" title="My Best Posts On Blogging &#038; Social Media" class="vc_gitem-link vc-zone-link" ></a><img width="1024" height="682" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20682'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="My Best Posts On Blogging & Social Media" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2017/02/carl-heyerdahl-181868-1024x682.jpg"><noscript><img width="1024" height="682" src="https://heleneinbetween.com/wp-content/uploads/2017/02/carl-heyerdahl-181868-1024x682.jpg" class="vc_gitem-zone-img" alt="My Best Posts On Blogging & Social Media"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >My Best Posts On Blogging &#038; Social Media</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/03/best-posts-blogging-social-media.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2017/02/make_money-blogging_instagram_stories-576x1024.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2023/02/11-surprising-ways-make-money-blogging.html" title="11 Surprising Ways To Make Money Blogging" class="vc_gitem-link vc-zone-link" ></a><img width="576" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="11 Surprising Ways To Make Money Blogging" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2017/02/make_money-blogging_instagram_stories-576x1024.jpg"><noscript><img width="576" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2017/02/make_money-blogging_instagram_stories-576x1024.jpg" class="vc_gitem-zone-img" alt="11 Surprising Ways To Make Money Blogging"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >11 Surprising Ways To Make Money Blogging</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2023/02/11-surprising-ways-make-money-blogging.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2019/11/Best-Black-Friday-Cyber-Monday-Deals-for-Bloggers-and-Entrepreneurs-2020-instagram-stories-1-576x1024.jpg" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2022/11/best-black-friday-cyber-monday-deals-for-bloggers-and-entrepreneurs-2021.html" title="Best Black Friday &#038; Cyber Monday Deals for Bloggers and Entrepreneurs 2022" class="vc_gitem-link vc-zone-link" ></a><img width="576" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="Best Black Friday & Cyber Monday Deals for Bloggers and Entrepreneurs 2022" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2019/11/Best-Black-Friday-Cyber-Monday-Deals-for-Bloggers-and-Entrepreneurs-2020-instagram-stories-1-576x1024.jpg"><noscript><img width="576" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2019/11/Best-Black-Friday-Cyber-Monday-Deals-for-Bloggers-and-Entrepreneurs-2020-instagram-stories-1-576x1024.jpg" class="vc_gitem-zone-img" alt="Best Black Friday & Cyber Monday Deals for Bloggers and Entrepreneurs 2022"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >Best Black Friday &#038; Cyber Monday Deals for Bloggers and Entrepreneurs 2022</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2022/11/best-black-friday-cyber-monday-deals-for-bloggers-and-entrepreneurs-2021.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div><div class="vc_grid-item vc_clearfix vc_col-sm-3 vc_grid-item-zone-c-bottom"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block" ><div data-bg="https://heleneinbetween.com/wp-content/uploads/2021/09/5-1-683x1024.png" class="vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link rocket-lazyload" style="!important;"><a href="https://heleneinbetween.com/2021/09/how-to-start-a-travel-blog-step-by-step-guide.html" title="How to Start a Travel Blog: Step by Step Guide" class="vc_gitem-link vc-zone-link" ></a><img width="683" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20683%201024'%3E%3C/svg%3E" class="vc_gitem-zone-img" alt="How to Start a Travel Blog: Step by Step Guide" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2021/09/5-1-683x1024.png"><noscript><img width="683" height="1024" src="https://heleneinbetween.com/wp-content/uploads/2021/09/5-1-683x1024.png" class="vc_gitem-zone-img" alt="How to Start a Travel Blog: Step by Step Guide"></noscript><div class="vc_gitem-zone-mini"></div></div></div><div class="vc_gitem-zone vc_gitem-zone-c vc_custom_1419328663991"><div class="vc_gitem-zone-mini"><div class="vc_gitem_row vc_row vc_gitem-row-position-top"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title" ><h4 style="text-align: left" >How to Start a Travel Blog: Step by Step Guide</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_excerpt" ><p style="text-align: left" ><p> [&hellip;]</p>
</p></div><div class="vc_btn3-container vc_btn3-left"><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" a href="https://heleneinbetween.com/2021/09/how-to-start-a-travel-blog-step-by-step-guide.html" class="vc_gitem-link vc_general vc_btn3 vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-juicy-pink" title="Read more">Read more</a></div></div></div></div></div></div><div class="vc_clearfix"></div></div></div></div>
	</div>
</div>		</div>
	</div>
</div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1580738117364 vc_row-has-fill" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-1547" data-1025-1366="0px 18%" data-769-1024="0px 16%" data-681-768="0px 8%" data-680="0px 4%">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-1547" style="padding: 0px 30%">
			<div class="mkdf-section-title-holder  mkdf-st-standard mkdf-st-title-left mkdf-st-normal-space " style="text-align: center">
	<div class="mkdf-st-inner">
					<h2 class="mkdf-st-title" >
				Follow the Journey			</h2>
							<p class="mkdf-st-text" style="color: #838383;font-size: 18px;line-height: 30px;font-weight: 400;margin-top: 13px">
				Born in Dallas, Texas I decided to travel the world and the best way to do that was to move. I lived for 3 years in Europe and now I'm back to explore America and beyond.			</p>
			</div>
</div>		</div>
	</div>
</div></div><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1536065944664" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-3455" data-1367-1600="0px 150px" data-1025-1366="0px 150px" data-769-1024="0px 80px" data-681-768="0px 80px" data-680="0px 80px">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-3455" style="padding: 0px 131px">
			<div class="mkdf-horizontal-timeline-wrapper">
    <div class="mkdf-horizontal-timeline">
        <a class="mkdf-ht-content-item" href="#" target="_self">
	<div class="mkdf-hti-content-item-inner mkdf-timeline-no-image">
        <div class="mkdf-hti-content-item-wrap">
                        <div class="mkdf-hti-content-value">
                <h6 class="mkdf-hti-title">Dallas, TX</h6>
                <p class="mkdf-hti-subtitle">2015</p>
            </div>
        </div>
        <div class="mkdf-hti-pin"></div>
	</div>
</a><a class="mkdf-ht-content-item" href="#" target="_self">
	<div class="mkdf-hti-content-item-inner mkdf-timeline-no-image">
        <div class="mkdf-hti-content-item-wrap">
                        <div class="mkdf-hti-content-value">
                <h6 class="mkdf-hti-title">Nashville, TN</h6>
                <p class="mkdf-hti-subtitle">2015</p>
            </div>
        </div>
        <div class="mkdf-hti-pin"></div>
	</div>
</a><a class="mkdf-ht-content-item" href="#" target="_self">
	<div class="mkdf-hti-content-item-inner mkdf-timeline-has-image">
        <div class="mkdf-hti-content-item-wrap">
                            <div class="mkdf-hti-content-image">
                                    </div>
                        <div class="mkdf-hti-content-value">
                <h6 class="mkdf-hti-title">Germany</h6>
                <p class="mkdf-hti-subtitle">2016-2019</p>
            </div>
        </div>
        <div class="mkdf-hti-pin"></div>
	</div>
</a><a class="mkdf-ht-content-item" href="#" target="_self">
	<div class="mkdf-hti-content-item-inner mkdf-timeline-no-image">
        <div class="mkdf-hti-content-item-wrap">
                        <div class="mkdf-hti-content-value">
                <h6 class="mkdf-hti-title">Dallas,TX</h6>
                <p class="mkdf-hti-subtitle">2020</p>
            </div>
        </div>
        <div class="mkdf-hti-pin"></div>
	</div>
</a>    </div>
</div>		</div>
	</div>
</div></div></div></div></div></div></div></div></div></div><div class="mkdf-row-grid-section-wrapper "  ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_row-fluid vc_custom_1580738027044" ><div class="btslide wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h3 style="text-align: center" class="vc_custom_heading" >A Travel and Lifestyle Blog Helping You Live Your Best Life</h3><div class="mkdf-blog-slider-holder mkdf-bs-slider">
	<ul class="mkdf-blog-slider mkdf-owl-slider" data-number-of-items="1" data-enable-pagination="no">
		<li class="mkdf-blog-slider-item">
    <div class="mkdf-blog-slider-item-inner">
        <div class="mkdf-item-text-wrapper">
            <div class="mkdf-item-text-holder">
		        

<h3 itemprop="name" class="entry-title mkdf-post-title" >
            <a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
            The Best Places for Spring in Europe            </a>
    </h3><div class="mkdf-post-info-category">
    <a href="https://heleneinbetween.com/category/destinations" rel="category tag">Destinations</a>, <a href="https://heleneinbetween.com/category/destinations/europe-destinations" rel="category tag">Europe</a>, <a href="https://heleneinbetween.com/category/resources-2/travel-2" rel="category tag">travel</a></div>                <div class="mkdf-item-excerpt">
			        		<div class="mkdf-post-excerpt-holder">
			<p itemprop="description" class="mkdf-post-excerpt">
				
Spring unfurls in Europe unlike any other place in the world. Roses the size of your hand, beautiful weather, and a cheery atmosphere seem to take hold of the whole continent.&nbsp;If			</p>
		</div>
				        	<div class="mkdf-post-read-more-button">
		<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" target="_self"  class="mkdf-btn mkdf-btn-medium mkdf-btn-simple mkdf-blog-list-button"  >    <span class="mkdf-btn-text">Keep Reading...</span>    </a>	</div>
                </div>
		                            <div class="mkdf-item-content-bottom">
				        	<div class="mkdf-blog-share">
		<div class="mkdf-social-share-holder mkdf-list">
		<ul>
		<li class="mkdf-facebook-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="window.open(&#039;http://www.facebook.com/sharer.php?u=https%3A%2F%2Fheleneinbetween.com%2F2023%2F03%2Fthe-best-places-for-spring-in-europe.html&#039;, &#039;sharer&#039;, &#039;toolbar=0,status=0,width=620,height=280&#039;);">
	 				<span class="mkdf-social-network-icon social_facebook_circle"></span>
			</a>
</li><li class="mkdf-twitter-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="window.open(&#039;https://twitter.com/intent/tweet?text=+%5B%26hellip%3B%5D https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html&#039;, &#039;popupwindow&#039;, &#039;scrollbars=yes,width=800,height=400&#039;);">
	 				<span class="mkdf-social-network-icon social_twitter_circle"></span>
			</a>
</li><li class="mkdf-pinterest-share">
	<a itemprop="url" class="mkdf-share-link" href="#" onclick="popUp=window.open(&#039;http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fheleneinbetween.com%2F2023%2F03%2Fthe-best-places-for-spring-in-europe.html&description=The Best Places for Spring in Europe&media=https%3A%2F%2Fheleneinbetween.com%2Fwp-content%2Fuploads%2F2019%2F05%2Fbest-places-spring-europe.jpg&#039;, &#039;popupwindow&#039;, &#039;scrollbars=yes,width=800,height=400&#039;);popUp.focus();return false;">
	 				<span class="mkdf-social-network-icon social_pinterest_circle"></span>
			</a>
</li>	</ul>
</div>	</div>
                    </div>
		                    </div>
        </div>
        <div class="mkdf-item-content-right">
            
	<div class="mkdf-post-image">
					<a itemprop="url" href="https://heleneinbetween.com/2023/03/the-best-places-for-spring-in-europe.html" title="The Best Places for Spring in Europe">
					<img width="900" height="1452" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%201452'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" data-lazy-sizes="(max-width: 900px) 100vw, 900px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" /><noscript><img width="900" height="1452" src="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe.jpg 900w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-186x300.jpg 186w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-768x1239.jpg 768w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-635x1024.jpg 635w, https://heleneinbetween.com/wp-content/uploads/2019/05/best-places-spring-europe-600x968.jpg 600w" sizes="(max-width: 900px) 100vw, 900px" /></noscript>					</a>
					</div>
        </div>
    </div>
</li>	</ul>
</div>
<div class="vc_btn3-container vc_btn3-left" ><a class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-classic vc_btn3-color-inverse" href="https://heleneinbetween.com/blog" title="">See More</a></div></div></div></div></div></div></div><div class="mkdf-row-grid-section-wrapper "  ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_row-fluid vc_custom_1535980447119" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-section-title-holder  mkdf-st-standard mkdf-st-title-left mkdf-st-normal-space " style="text-align: center">
	<div class="mkdf-st-inner">
					<h3 class="mkdf-st-title" >
				Explore By Topic			</h3>
					</div>
</div><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid" ><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://heleneinbetween.com/tag/europe" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="europe category" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-650x650.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-1300x1300.png 1300w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-150x150.png" /><noscript><img width="150" height="150" src="https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="europe category" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-650x650.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-1300x1300.png 1300w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/europe-category-1-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></a>
		</figure>
	</div>
<h4 style="text-align: center;font-family:Abril Fatface;font-weight:400;font-style:normal" class="vc_custom_heading" ><a href="/europe">Europe</a></h4></div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://heleneinbetween.com/tag/life-abroad" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="life abroad" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-150x150.png" /><noscript><img width="150" height="150" src="https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="life abroad" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/life-abroad-1-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></a>
		</figure>
	</div>
<h4 style="text-align: center;font-family:Abril Fatface;font-weight:400;font-style:normal" class="vc_custom_heading" ><a href="/tag/life-abroad">Life Abroad</a></h4></div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://heleneinbetween.com/tag/travel-tips" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="travel tips" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-100x100.png 100w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips.png 500w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-150x150.png" /><noscript><img width="150" height="150" src="https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="travel tips" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips-100x100.png 100w, https://heleneinbetween.com/wp-content/uploads/2020/02/travel-tips.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></a>
		</figure>
	</div>
<h4 style="text-align: center;font-family:Abril Fatface;font-weight:400;font-style:normal" class="vc_custom_heading" ><a href="/tag/tips">Travel Tips</a></h4></div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://heleneinbetween.com/tag/instagram" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="instagram category" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 150w, https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 300w, https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 1024w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/instagram-category.svg" /><noscript><img width="150" height="150" src="https://heleneinbetween.com/wp-content/uploads/2020/02/instagram-category.svg" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="instagram category" srcset="https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 150w, https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 300w, https://heleneinbetween.com/wp-content/uploads//2020/02/instagram-category.svg 1024w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></a>
		</figure>
	</div>
<h4 style="text-align: center;font-family:Abril Fatface;font-weight:400;font-style:normal" class="vc_custom_heading" ><a href="/tag/instagram">Instagram Tips</a></h4></div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://heleneinbetween.com/tag/photography-2" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="photo tips category" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-650x650.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-1300x1300.png 1300w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-150x150.png" /><noscript><img width="150" height="150" src="https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="" decoding="async" title="photo tips category" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-650x650.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-1300x1300.png 1300w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/photo-tips-category-1-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></a>
		</figure>
	</div>
<h4 style="text-align: center;font-family:Abril Fatface;font-weight:400;font-style:normal" class="vc_custom_heading" ><a href="/tag/photography-2">Photo Tips</a></h4></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1580822626939 vc_row-has-fill mkdf-content-aligment-center" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="mkdf-section-title-holder  mkdf-st-standard mkdf-st-title-left mkdf-st-normal-space " >
	<div class="mkdf-st-inner">
					<h3 class="mkdf-st-title" >
				MY TRAVEL ESSENTIALS			</h3>
					</div>
</div><div class="vc_empty_space"   style="height: 10px"><span class="vc_empty_space_inner"></span></div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<h4 style="text-align: center;">my most loved travel gear</h4>

		</div>
	</div>
<div class="mkdf-elements-holder   mkdf-one-column  mkdf-responsive-mode-768 " ><div class="mkdf-eh-item    "  data-item-class="mkdf-eh-custom-2654" data-1367-1600="57px 12% 0" data-1025-1366="34px 10% 0" data-769-1024="57px 9% 0" data-681-768="57px 4% 0">
	<div class="mkdf-eh-item-inner">
		<div class="mkdf-eh-item-content mkdf-eh-custom-2654" style="padding: 57px 20% 0">
			<div class="mkdf-image-gallery mkdf-grid-list mkdf-grid-masonry-list mkdf-disable-bottom-space  mkdf-ig-masonry-type mkdf-five-columns mkdf-medium-space  mkdf-image-behavior-custom-link">
	<div class="mkdf-ig-inner mkdf-outer-space mkdf-masonry-list-wrapper">
		<div class="mkdf-masonry-grid-sizer"></div>
		<div class="mkdf-masonry-grid-gutter"></div>
								<div class="mkdf-ig-image mkdf-item-space ">
				<div class="mkdf-ig-image-inner">
											<a itemprop="url" class="mkdf-ig-custom-link" href="https://amzn.to/2SkWjq2" target="_blank" title="osprey backpack">
											<img width="349" height="440" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20349%20440'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack.png 349w, https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack-238x300.png 238w" data-lazy-sizes="(max-width: 349px) 100vw, 349px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack.png" /><noscript><img width="349" height="440" src="https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack.png 349w, https://heleneinbetween.com/wp-content/uploads/2020/02/osprey-backpack-238x300.png 238w" sizes="(max-width: 349px) 100vw, 349px" /></noscript>											</a>
									</div>
			</div>
								<div class="mkdf-ig-image mkdf-item-space ">
				<div class="mkdf-ig-image-inner">
											<a itemprop="url" class="mkdf-ig-custom-link" href="https://amzn.to/3b47Z90" target="_blank" title="sneakers">
											<img width="650" height="650" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20650%20650'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-600x600.png 600w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-100x100.png 100w" data-lazy-sizes="(max-width: 650px) 100vw, 650px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers.png" /><noscript><img width="650" height="650" src="https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers.png 650w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-600x600.png 600w, https://heleneinbetween.com/wp-content/uploads/2020/02/sneakers-100x100.png 100w" sizes="(max-width: 650px) 100vw, 650px" /></noscript>											</a>
									</div>
			</div>
								<div class="mkdf-ig-image mkdf-item-space ">
				<div class="mkdf-ig-image-inner">
											<a itemprop="url" class="mkdf-ig-custom-link" href="https://heleneinbetween.com/2019/03/best-travel-makeup-and-tips.html" target="_blank" title="mascara">
											<img width="71" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2071%20200'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/mascara-e1580824606481.png" /><noscript><img width="71" height="200" src="https://heleneinbetween.com/wp-content/uploads/2020/02/mascara-e1580824606481.png" class="attachment-full size-full" alt="" decoding="async" /></noscript>											</a>
									</div>
			</div>
								<div class="mkdf-ig-image mkdf-item-space ">
				<div class="mkdf-ig-image-inner">
											<a itemprop="url" class="mkdf-ig-custom-link" href="https://amzn.to/3b1QciR" target="_blank" title="nikon camera">
											<img width="700" height="595" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20595'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera.png 700w, https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera-300x255.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera-600x510.png 600w" data-lazy-sizes="(max-width: 700px) 100vw, 700px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera.png" /><noscript><img width="700" height="595" src="https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera.png 700w, https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera-300x255.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/nikon-camera-600x510.png 600w" sizes="(max-width: 700px) 100vw, 700px" /></noscript>											</a>
									</div>
			</div>
								<div class="mkdf-ig-image mkdf-item-space ">
				<div class="mkdf-ig-image-inner">
											<a itemprop="url" class="mkdf-ig-custom-link" href="https://amzn.to/37Txfg5" target="_blank" title="eye mask">
											<img width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask.png 500w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-100x100.png 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask.png" /><noscript><img width="500" height="500" src="https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask.png 500w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-300x300.png 300w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-150x150.png 150w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-45x45.png 45w, https://heleneinbetween.com/wp-content/uploads/2020/02/eye-mask-100x100.png 100w" sizes="(max-width: 500px) 100vw, 500px" /></noscript>											</a>
									</div>
			</div>
			</div>
</div><div class="vc_empty_space"   style="height: 22px"><span class="vc_empty_space_inner"></span></div><a itemprop="url" href="https://heleneinbetween.com/tag/packing" target="_self"  class="mkdf-btn mkdf-btn-medium mkdf-btn-solid"  >
    <span class="mkdf-btn-text">Read More Packing Tips Here</span>
    </a>		</div>
	</div>
</div></div></div></div></div></div><div class="mkdf-row-grid-section-wrapper "  ><div class="mkdf-row-grid-section"><div class="vc_row wpb_row vc_row-fluid vc_custom_1536064626280" ><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<h3 style="text-align: center;">Follow Along on Instagram @heleneinbetween</h3>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			
<div id="sb_instagram"  class="sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_6 sbi_width_resp" style="padding-bottom: 10px;" data-feedid="*1"  data-res="auto" data-cols="6" data-colsmobile="1" data-colstablet="2" data-num="12" data-nummobile="4" data-header-size="medium" data-shortcode-atts="{&quot;feed&quot;:&quot;1&quot;}"  data-postid="79444" data-locatornonce="523fea64c5" data-options="{&quot;grid&quot;:true,&quot;avatars&quot;:{&quot;heleneinbetween&quot;:&quot;https:\/\/scontent.xx.fbcdn.net\/v\/t51.2885-15\/120557164_365944997935616_8871598558495170469_n.jpg?_nc_cat=1&ccb=1-5&_nc_sid=86c713&_nc_ohc=6FmWg0f2XF0AX_y9_03&_nc_ht=scontent.xx&edm=AL-3X8kEAAAA&oh=00_AT8XSEAJR501m-9TzN6cZpGJuSsgjRFtOh9hJjwOj0n5bg&oe=62730755&quot;,&quot;LCLheleneinbetween&quot;:1},&quot;disablelightbox&quot;:true,&quot;colsmobile&quot;:1,&quot;colstablet&quot;:&quot;2&quot;}" data-sbi-flags="ajaxPostLoad">


    <div id="sbi_images" style="padding: 5px;">
		    </div>

	<div id="sbi_load" >

	        <a class="sbi_load_btn" href="javascript:void(0);">
            <span class="sbi_btn_text">Load More</span>
            <span class="sbi_loader sbi_hidden" style="background-color: rgb(255, 255, 255);" aria-hidden="true"></span>
        </a>
	
	
</div>
	    <span class="sbi_resized_image_data" data-feed-id="*1" data-resized="[]">
	</span>
	
</div>



		</div>
	</div>
</div></div></div></div></div></div>
</section>					</div>
							</div>
		        	</div>

    </div>

</div> <!-- close div.content_inner -->
	</div> <!-- close div.content -->
					<footer class="mkdf-page-footer ">
				<div class="mkdf-footer-top-holder">
    <div class="mkdf-footer-top-inner mkdf-grid">
        <div class="mkdf-grid-row mkdf-footer-top-alignment-center">
                            <div class="mkdf-column-content mkdf-grid-col-4">
                    <div id="media_image-5" class="widget mkdf-footer-column-1 widget_media_image"><div class="mkdf-widget-title-holder"><span class="mkdf-widget-title-before"></span><h6 class="mkdf-widget-title">Explore by Map</h6></div><a href="https://heleneinbetween.com/landing"><img width="1740" height="1138" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201740%201138'%3E%3C/svg%3E" class="image wp-image-63118  attachment-full size-full" alt="" decoding="async" style="max-width: 100%; height: auto;" title="Explore by Map" data-lazy-srcset="https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin.png 1740w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-600x392.png 600w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-300x196.png 300w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-768x502.png 768w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-1024x670.png 1024w" data-lazy-sizes="(max-width: 1740px) 100vw, 1740px" data-lazy-src="https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin.png" /><noscript><img width="1740" height="1138" src="https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin.png" class="image wp-image-63118  attachment-full size-full" alt="" decoding="async" style="max-width: 100%; height: auto;" title="Explore by Map" srcset="https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin.png 1740w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-600x392.png 600w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-300x196.png 300w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-768x502.png 768w, https://heleneinbetween.com/wp-content/uploads/2016/08/wordpress-map-plugin-1024x670.png 1024w" sizes="(max-width: 1740px) 100vw, 1740px" /></noscript></a></div>                </div>
                            <div class="mkdf-column-content mkdf-grid-col-4">
                    <div id="custom_html-2" class="widget_text widget mkdf-footer-column-2 widget_custom_html"><div class="mkdf-widget-title-holder"><span class="mkdf-widget-title-before"></span><h6 class="mkdf-widget-title">Follow Us</h6></div><div class="textwidget custom-html-widget"></div></div>
            <a class="mkdf-icon-widget-holder mkdf-icon-has-hover" data-hover-color="#f7775e" href="https://www.instagram.com/heleneinbetween/" target="_blank" >
                <span class="mkdf-icon-element fab fa-instagram" style="color: #000000;font-size: 25px"></span>                <span class="mkdf-icon-text " style="font-size: 8px;color: #959595">INSTAGRAM</span>            </a>
            
            <a class="mkdf-icon-widget-holder mkdf-icon-has-hover" data-hover-color="#f7775e" href="https://www.facebook.com/HeleneInBetween" target="_blank" >
                <span class="mkdf-icon-element fab fa-facebook-f" style="color: #000000;font-size: 25px"></span>                <span class="mkdf-icon-text " style="font-size: 8px;color: #959595">Faceboook</span>            </a>
            
            <a class="mkdf-icon-widget-holder mkdf-icon-has-hover" data-hover-color="#f7775e" href="https://twitter.com/heleneinbetween" target="_blank" >
                <span class="mkdf-icon-element fab fa-twitter" style="color: #000000;font-size: 25px"></span>                <span class="mkdf-icon-text " style="font-size: 8px;color: #959595">Twitter</span>            </a>
                            </div>
                            <div class="mkdf-column-content mkdf-grid-col-4">
                                    </div>
                    </div>
    </div>
</div><div class="mkdf-footer-bottom-holder">
    <div class="mkdf-footer-bottom-inner mkdf-grid">
        <div class="mkdf-grid-row ">
                            <div class="mkdf-grid-col-6">
                    <div id="text-4" class="widget mkdf-footer-bottom-column-1 widget_text">			<div class="textwidget"></div>
		</div>                </div>
                            <div class="mkdf-grid-col-6">
                                    </div>
                    </div>
    </div>
</div>			</footer>
			</div> <!-- close div.mkdf-wrapper-inner  -->
</div> <!-- close div.mkdf-wrapper -->

		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
			window.RS_MODULES = window.RS_MODULES || {};
			window.RS_MODULES.modules = window.RS_MODULES.modules || {};
			window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];
			window.RS_MODULES.defered = true;
			window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};
			window.RS_MODULES.type = 'compiled';
		</script>
		<script type="rocketlazyloadscript">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-36084307-1', 'auto');
  ga('send', 'pageview');

</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-36084307-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-36084307-1');
</script><div id="mv-grow-data" data-settings='{&quot;floatingSidebar&quot;:{&quot;stopSelector&quot;:false},&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:true,&quot;sidebar&quot;:true,&quot;pop_up&quot;:false,&quot;sticky_bar&quot;:true},&quot;isTrellis&quot;:false},&quot;post&quot;:null,&quot;shareCounts&quot;:{&quot;facebook&quot;:3931,&quot;twitter&quot;:2210,&quot;pinterest&quot;:1432},&quot;shouldRun&quot;:true,&quot;utmParams&quot;:{&quot;utm_source&quot;:&quot;&quot;,&quot;utm_medium&quot;:&quot;social&quot;,&quot;utm_campaign&quot;:&quot;social-pug&quot;},&quot;pinterest&quot;:{&quot;pinDescriptionSource&quot;:&quot;post_pinterest_description&quot;,&quot;pinDescription&quot;:null,&quot;pinTitle&quot;:null,&quot;pinImageURL&quot;:null,&quot;pinnableImages&quot;:&quot;all_images&quot;,&quot;postImageHidden&quot;:null,&quot;postImageHiddenMultiple&quot;:null,&quot;lazyLoadCompatibility&quot;:null,&quot;buttonPosition&quot;:&quot;top-left&quot;,&quot;buttonShape&quot;:&quot;rectangular&quot;,&quot;showButtonLabel&quot;:&quot;yes&quot;,&quot;buttonLabelText&quot;:&quot;Save&quot;,&quot;buttonShareBehavior&quot;:&quot;all_images&quot;,&quot;hoverButtonShareBehavior&quot;:&quot;hover_image&quot;,&quot;minimumImageWidth&quot;:&quot;200&quot;,&quot;minimumImageHeight&quot;:&quot;200&quot;,&quot;showImageOverlay&quot;:&quot;yes&quot;,&quot;postTypeDisplay&quot;:[&quot;post&quot;],&quot;imagePinIt&quot;:&quot;0&quot;,&quot;hasContent&quot;:&quot;1&quot;,&quot;shareURL&quot;:&quot;https:\/\/heleneinbetween.com\/?utm_source=pinterest&amp;utm_medium=social&amp;utm_campaign=social-pug&quot;,&quot;bypassClasses&quot;:[&quot;mv-grow-bypass&quot;,&quot;no_pin&quot;],&quot;bypassDenyClasses&quot;:[&quot;dpsp-post-pinterest-image-hidden-inner&quot;,&quot;mv-create-pinterest&quot;],&quot;ignoreSelectors&quot;:[],&quot;hoverButtonIgnoreClasses&quot;:[&quot;lazyloaded&quot;,&quot;lazyload&quot;,&quot;td-animation-stack&quot;,&quot;ezlazyloaded&quot;,&quot;penci-lazy&quot;,&quot;ut-lazy&quot;,&quot;ut-image-loaded&quot;,&quot;ut-animated-image&quot;],&quot;disableIframes&quot;:null},&quot;stickyBar&quot;:{&quot;mobileSize&quot;:720,&quot;hasSticky&quot;:&quot;1&quot;}}'></div><script type="rocketlazyloadscript" async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='aa741e4ed6c55a57fad907470fec9fe5f4edaef26142518c7540994586dde16f';j.dataset.sumoPlatform='wordpress';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script>    <script type="rocketlazyloadscript" data-rocket-type="application/javascript">
      var ajaxurl = "https://heleneinbetween.com/wp-admin/admin-ajax.php";

      function sumo_add_woocommerce_coupon(code) {
        jQuery.post(ajaxurl, {
          action: 'sumo_add_woocommerce_coupon',
          code: code,
        });
      }

      function sumo_remove_woocommerce_coupon(code) {
        jQuery.post(ajaxurl, {
          action: 'sumo_remove_woocommerce_coupon',
          code: code,
        });
      }

      function sumo_get_woocommerce_cart_subtotal(callback) {
        jQuery.ajax({
          method: 'POST',
          url: ajaxurl,
          dataType: 'html',
          data: {
            action: 'sumo_get_woocommerce_cart_subtotal',
          },
          success: function(subtotal) {
            return callback(null, subtotal);
          },
          error: function(err) {
            return callback(err, 0);
          }
        });
      }
    </script>
    <!-- Custom Feeds for Instagram JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
var sbiajaxurl = "https://heleneinbetween.com/wp-admin/admin-ajax.php";

</script>
<script type="text/html" id="wpb-modifications"></script><noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=1954067881544306&ev=PageView&noscript=1&cd%5Bpage_title%5D=Helene+In+Between+-+Home&cd%5Bpost_type%5D=page&cd%5Bpost_id%5D=79444&cd%5Bplugin%5D=PixelYourSite&cd%5Buser_role%5D=guest&cd%5Bevent_url%5D=heleneinbetween.com%2F" alt=""></noscript>


<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		if(typeof revslider_showDoubleJqueryError === "undefined") {function revslider_showDoubleJqueryError(sliderID) {console.log("You have some jquery.js library include that comes after the Slider Revolution files js inclusion.");console.log("To fix this, you can:");console.log("1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on");console.log("2. Find the double jQuery.js inclusion and remove it");return "Double Included jQuery Library";}}
</script>
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/css/lightbox.min.css?ver=6.10.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css?ver=6.10.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=6.10.0' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />

<link rel='preload'  href='https://heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/css/rs6.css?ver=6.5.5' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
</style>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19' id='lodash-js'></script>
<script type='text/javascript' id='lodash-js-after'>
window.lodash = _.noConflict();
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/autop.min.js?ver=43197d709df445ccf849' id='wp-autop-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/blob.min.js?ver=e7b4ea96175a89b263e2' id='wp-blob-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=30ffd7e7e199f10b2a6d' id='wp-block-serialization-default-parser-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/react.min.js?ver=18.2.0' id='react-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/deprecated.min.js?ver=6c963cb9494ba26b77eb' id='wp-deprecated-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/dom.min.js?ver=e03c89e1dd68aee1cb3a' id='wp-dom-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0' id='react-dom-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6' id='wp-escape-html-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/element.min.js?ver=b3bda690cfc516378771' id='wp-element-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=20c2b06ecf04afb14fee' id='wp-is-shallow-equal-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script>
<script type='text/javascript' id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/keycodes.min.js?ver=184b321fa2d3bc7fd173' id='wp-keycodes-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/priority-queue.min.js?ver=422e19e9d48b269c5219' id='wp-priority-queue-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/compose.min.js?ver=7d5916e3b2ef0ea01400' id='wp-compose-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/private-apis.min.js?ver=6f247ed2bc3571743bba' id='wp-private-apis-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/redux-routine.min.js?ver=d86e7e9f062d7582f76b' id='wp-redux-routine-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/data.min.js?ver=90cebfec01d1a3f0368e' id='wp-data-js' defer></script>
<script type='text/javascript' id='wp-data-js-after'>
( function() {
	var userId = 0;
	var storageKey = "WP_DATA_USER_" + userId;
	wp.data
		.use( wp.data.plugins.persistence, { storageKey: storageKey } );
} )();
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/html-entities.min.js?ver=36a4a255da7dd2e1bf8e' id='wp-html-entities-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/shortcode.min.js?ver=7539044b04e6bca57f2e' id='wp-shortcode-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/dist/blocks.min.js?ver=639e14271099dc3d85bf' id='wp-blocks-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/getyourguide-widget/dist/post.js?ver=1644980494' id='gyg_wp_plugin-post-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2' id='jquery-ui-datepicker-js' defer></script>
<script type='text/javascript' id='jquery-ui-datepicker-js-after'>
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/swiper.min.js?ver=4.5.0' id='swiper-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/ofi.min.js?ver=3.2.4' id='object-fit-images-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/anime.min.js?ver=3.1.0' id='anime-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/scrollmagic/ScrollMagic.min.js?ver=2.0.7' id='scrollmagic-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/animation.anime.min.js?ver=1.0.0' id='anime-scrollmagic-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/jarallax/dist/jarallax.min.js?ver=1.12.0' id='jarallax-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/jarallax/dist/jarallax-video.min.js?ver=1.10.7' id='jarallax-video-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/vendor/resize-observer-polyfill/ResizeObserver.global.min.js?ver=1.5.0' id='resize-observer-polyfill-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/js/kiokenblocks-min.js?ver=1.3.9' id='kioken-blocks-frontend-utils-js' defer></script>
<script type='text/javascript' id='convertkit-broadcasts-js-extra'>
/* <![CDATA[ */
var convertkit_broadcasts = {"ajax_url":"https:\/\/heleneinbetween.com\/wp-admin\/admin-ajax.php","action":"convertkit_broadcasts_render","debug":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/js/broadcasts.js?ver=2.1.3' id='convertkit-broadcasts-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.5.1' id='swv-js' defer></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/heleneinbetween.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.5.1' id='contact-form-7-js' defer></script>
<script type='text/javascript' id='convertkit-js-js-extra'>
/* <![CDATA[ */
var convertkit = {"ajaxurl":"https:\/\/heleneinbetween.com\/wp-admin\/admin-ajax.php","debug":"","nonce":"498127af2a","subscriber_id":"","tag":"","post_id":"79444"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/js/convertkit.js?ver=2.1.3' id='convertkit-js-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/js/rbtools.min.js?ver=6.5.5' defer async id='tp-tools-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/js/rs6.min.js?ver=6.5.5' defer async id='revmin-js'></script>
<script type='text/javascript' id='dpsp-frontend-js-pro-js-before'>
		var dpsp_pin_button_data = {"pin_description_source":"post_pinterest_description","pinterest_pinnable_images":"all_images","pinterest_button_share_behavior":"all_images","button_position":"top_left","button_shape":"rectangular","minimum_image_width":"200","minimum_image_height":"200","show_button_text_label":"yes","button_text_label":"Save","show_image_overlay":"yes","button_share_behavior":"hover_image","post_type_display":["post"]}
	
</script>
<script type='text/javascript' async data-noptimize src='https://heleneinbetween.com/wp-content/plugins/social-pug/assets/dist/front-end-pro.2.16.3.js?ver=2.16.3' id='dpsp-frontend-js-pro-js'></script>
<script type='text/javascript' id='toc-front-js-extra'>
/* <![CDATA[ */
var tocplus = {"visibility_show":"show","visibility_hide":"hide","width":"Auto"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2302' id='toc-front-js' defer></script>
<script type='text/javascript' id='rocket-browser-checker-js-after'>
"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":"\/2018\/06\/11-reasons-to-travel-to-corfu-greece.html|\/2014\/08\/squeaking-through-crete-2.html|\/cart|\/2019\/03\/10-best-things-to-do-in-abu-dhabi.html|\/2019\/04\/southern-england-itinerary.html|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/heleneinbetween.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type='text/javascript' id='rocket-preload-links-js-after'>
(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' src='https://heleneinbetween.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2' id='jquery-ui-tabs-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.2' id='jquery-ui-accordion-js' defer></script>
<script type='text/javascript' id='mediaelement-core-js-before'>
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17' id='mediaelement-core-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2' id='mediaelement-migrate-js' defer></script>
<script type='text/javascript' id='mediaelement-js-extra'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2' id='wp-mediaelement-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.appear.js?ver=6.2' id='appear-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/modernizr.min.js?ver=6.2' id='modernizr-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.hoverIntent.min.js?ver=6.2' id='hoverintent-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.plugin.js?ver=6.2' id='jquery-plugin-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/owl.carousel.min.js?ver=6.2' id='owl-carousel-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.waypoints.min.js?ver=6.2' id='waypoints-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/fluidvids.min.js?ver=6.2' id='fluidvids-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/perfect-scrollbar.jquery.min.js?ver=6.2' id='perfect-scrollbar-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/ScrollToPlugin.min.js?ver=6.2' id='scrolltoplugin-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/parallax.min.js?ver=6.2' id='parallax-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.waitforimages.js?ver=6.2' id='waitforimages-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.prettyPhoto.js?ver=6.2' id='prettyphoto-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.easing.1.3.js?ver=6.2' id='jquery-easing-1.3-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js?ver=6.10.0' id='isotope-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/packery-mode.pkgd.min.js?ver=6.2' id='packery-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery-ui.min.js?ver=6.2' id='jquery-ui-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.ui.touch-punch.min.js?ver=6.2' id='jquery-ui-touch-punch-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/countdown/assets/js/plugins/jquery.countdown.min.js?ver=6.2' id='countdown-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/counter/assets/js/plugins/counter.js?ver=6.2' id='counter-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/counter/assets/js/plugins/absoluteCounter.min.js?ver=6.2' id='absoluteCounter-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/custom-font/assets/js/plugins/typed.js?ver=6.2' id='typed-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/full-screen-sections/assets/js/plugins/jquery.fullPage.min.js?ver=6.2' id='fullPage-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/pie-chart/assets/js/plugins/easypiechart.js?ver=6.2' id='easypiechart-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/uncovering-sections/assets/js/plugins/curtain.js?ver=6.2' id='curtain-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/shortcodes/vertical-split-slider/assets/js/plugins/jquery.multiscroll.min.js?ver=6.2' id='multiscroll-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='//maps.googleapis.com/maps/api/js?key=AIzaSyDS-UWJ_sI_VcI8HCyVkj-7k4-jcmC-mv4&#038;libraries=geometry%2Cplaces&#038;ver=6.2' id='backpacktraveler-mikado-google-map-api-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules/plugins/jquery.geocomplete.min.js?ver=6.2' id='geocomplete-js' defer></script>
<script type='text/javascript' id='backpacktraveler-mikado-modules-js-extra'>
/* <![CDATA[ */
var mkdfGlobalVars = {"vars":{"mkdfAddForAdminBar":0,"mkdfElementAppearAmount":-100,"mkdfAjaxUrl":"https:\/\/heleneinbetween.com\/wp-admin\/admin-ajax.php","sliderNavPrevArrow":"<svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  x=\"0px\" y=\"0px\" \n                width=\"41.828px\" height=\"14.833px\" viewBox=\"0 0 41.828 14.833\" enable-background=\"new 0 0 41.828 14.833\" \n                xml:space=\"preserve\">\n            <g>\n                <line fill=\"none\" stroke=\"#000000\" stroke-miterlimit=\"10\" x1=\"2.083\" y1=\"6.939\" x2=\"41.828\" y2=\"6.939\"\/>\n                <polyline fill=\"none\" stroke=\"#000000\" stroke-miterlimit=\"10\" points=\"13.083,0.689 1.583,6.939 13.083,14.022\" \/>\n            <\/g>\n            <\/svg>","sliderNavNextArrow":"<svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  x=\"0px\" y=\"0px\" \n                width=\"41.828px\" height=\"14.833px\" viewBox=\"0 0 41.828 14.833\" enable-background=\"new 0 0 41.828 14.833\" \n                xml:space=\"preserve\">\n            <g>\n                <line fill=\"none\" stroke=\"#000000\" stroke-miterlimit=\"10\" x1=\"39.745\" y1=\"7.772\" x2=\"0\" y2=\"7.772\"\/>\n                <polyline fill=\"none\" stroke=\"#000000\" stroke-miterlimit=\"10\" points=\"28.745,14.022 40.245,7.772 28.745,0.689\"\/>\n            <\/g>\n            <\/svg>","mkdfAddingToCartLabel":"Adding to Cart...","mkdfStickyHeaderHeight":0,"mkdfStickyHeaderTransparencyHeight":95,"mkdfTopBarHeight":0,"mkdfLogoAreaHeight":0,"mkdfMenuAreaHeight":95,"mkdfMobileHeaderHeight":70}};
var mkdfPerPageVars = {"vars":{"mkdfMobileHeaderHeight":70,"mkdfStickyScrollAmount":0,"mkdfHeaderTransparencyHeight":0,"mkdfHeaderVerticalWidth":0}};
var mkdfMapsVars = {"global":{"mapStyle":null,"scrollable":false,"draggable":true,"streetViewControl":true,"zoomControl":true,"mapTypeControl":true}};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/js/modules.min.js?ver=6.2' id='backpacktraveler-mikado-modules-js' defer></script>
<script type='text/javascript' id='backpacktraveler-mikado-modules-js-after'>
$('.owl-carousel').owlCarousel({
loop:true,
nav:true,
items:1,
margin:0,
autoplay:false,
autoplayHoverPause:true,
});

Autoplay.prototype.stop = function() {
    window.clearInterval(this.interval);
    this.core.settings.autoplay = false;
};
</script>
<script type='text/javascript' id='ivory-search-scripts-js-extra'>
/* <![CDATA[ */
var IvorySearchVars = {"is_analytics_enabled":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.1' id='ivory-search-scripts-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=6.2' async='async' id='remote_sdk-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.10.0' id='wpb_composer_front_js-js' defer></script>
<script defer type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1679454201' id='akismet-frontend-js'></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/js/lightbox.min.js?ver=6.10.0' id='lightbox2-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js?ver=6.10.0' id='vc_pageable_owl-carousel-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js?ver=6.10.0' id='vc_grid-js-imagesloaded-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js?ver=6.10.0' id='vc_waypoints-js' defer></script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js?ver=6.10.0' id='vc_grid-js' defer></script>
<script type='text/javascript' id='sbi_scripts-js-extra'>
/* <![CDATA[ */
var sb_instagram_js_options = {"font_method":"svg","resized_url":"https:\/\/heleneinbetween.com\/wp-content\/uploads\/sb-instagram-feed-images\/","placeholder":"https:\/\/heleneinbetween.com\/wp-content\/plugins\/instagram-feed-pro\/img\/placeholder.png","br_adjust":""};
var sbiTranslations = {"share":"Share"};
/* ]]> */
</script>
<script type='text/javascript' src='https://heleneinbetween.com/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.2.3' id='sbi_scripts-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rs-initialisation-scripts">
		var	tpj = jQuery;

		var	revapi4,revapi2,revapi1;

		if(window.RS_MODULES === undefined) window.RS_MODULES = {};
		if(RS_MODULES.modules === undefined) RS_MODULES.modules = {};
		RS_MODULES.modules["revslider41"] = {init:function() {
			window.revapi4 = window.revapi4===undefined || window.revapi4===null || window.revapi4.length===0  ? document.getElementById("rev_slider_4_1") : window.revapi4;
			if(window.revapi4 === null || window.revapi4 === undefined || window.revapi4.length==0) return;
			window.revapi4 = jQuery(window.revapi4);
			if(window.revapi4.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_4_1"); return;}
			revapi4.revolutionInit({
					revapi:"revapi4",
					sliderType:"hero",
					sliderLayout:"fullscreen",
					duration:4000,
					visibilityLevels:"1240,1024,778,480",
					gridwidth:"1300,1441,850,480",
					gridheight:"676,690,600,630",
					lazyType:"smart",
					perspectiveType:"local",
					editorheight:"676,690,600,630",
					responsiveLevels:"1240,1024,778,480",
					progressBar:{disableProgressBar:true},
					navigation: {
						onHoverStop:false
					},
					viewPort: {
						global:true,
						globalDist:"-200px",
						enable:false,
						visible_area:"20%"
					},
					fallbacks: {
						allowHTML5AutoPlayOnAndroid:true
					},
			});
			
		}} // End of RevInitScript

		if(window.RS_MODULES === undefined) window.RS_MODULES = {};
		if(RS_MODULES.modules === undefined) RS_MODULES.modules = {};
		RS_MODULES.modules["revslider22"] = {init:function() {
			window.revapi2 = window.revapi2===undefined || window.revapi2===null || window.revapi2.length===0  ? document.getElementById("rev_slider_2_2") : window.revapi2;
			if(window.revapi2 === null || window.revapi2 === undefined || window.revapi2.length==0) return;
			window.revapi2 = jQuery(window.revapi2);
			if(window.revapi2.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_2_2"); return;}
			revapi2.revolutionInit({
					revapi:"revapi2",
					sliderType:"hero",
					sliderLayout:"fullwidth",
					visibilityLevels:"1240,1024,778,480",
					gridwidth:"1300,1150,850,480",
					gridheight:"670,550,700,750",
					startDelay:500,
					lazyType:"smart",
					perspectiveType:"local",
					editorheight:"670,550,700,750",
					responsiveLevels:"1240,1024,778,480",
					progressBar:{disableProgressBar:true},
					navigation: {
						onHoverStop:false
					},
					viewPort: {
						global:true,
						globalDist:"-200px",
						enable:true,
						visible_area:"20%"
					},
					fallbacks: {
						allowHTML5AutoPlayOnAndroid:true
					},
			});
			
		}} // End of RevInitScript

		if(window.RS_MODULES === undefined) window.RS_MODULES = {};
		if(RS_MODULES.modules === undefined) RS_MODULES.modules = {};
		RS_MODULES.modules["revslider13"] = {init:function() {
			window.revapi1 = window.revapi1===undefined || window.revapi1===null || window.revapi1.length===0  ? document.getElementById("rev_slider_1_3") : window.revapi1;
			if(window.revapi1 === null || window.revapi1 === undefined || window.revapi1.length==0) return;
			window.revapi1 = jQuery(window.revapi1);
			if(window.revapi1.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_1_3"); return;}
			revapi1.revolutionInit({
					revapi:"revapi1",
					sliderType:"hero",
					visibilityLevels:"1240,1024,778,480",
					gridwidth:"960,960,730,480",
					gridheight:"758,720,500,750",
					minHeight:"500px",
					lazyType:"smart",
					perspectiveType:"local",
					editorheight:"758,720,500,750",
					responsiveLevels:"1240,1024,778,480",
					progressBar:{disableProgressBar:true},
					navigation: {
						onHoverStop:false
					},
					viewPort: {
						global:true,
						globalDist:"-200px",
						enable:false,
						visible_area:"20%"
					},
					fallbacks: {
						allowHTML5AutoPlayOnAndroid:true
					},
			});
			
		}} // End of RevInitScript

		if (window.RS_MODULES.checkMinimal!==undefined) { window.RS_MODULES.checkMinimal();};
	</script>
	<script src='https://stats.wp.com/e-202315.js' defer></script>
	<script>
		_stq = window._stq || [];
		_stq.push([ 'view', {v:'ext',blog:'112659727',post:'79444',tz:'-5',srv:'heleneinbetween.com',j:'1:12.0'} ]);
		_stq.push([ 'clickTrackerInit', '112659727', '79444' ]);
	</script><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://heleneinbetween.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><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><noscript><link rel='stylesheet' id='sbi_styles-css' href='https://heleneinbetween.com/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.2.3' type='text/css' media='all' /><link rel='stylesheet' id='wp-block-library-css' href='https://heleneinbetween.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='mediaelement-css' href='https://heleneinbetween.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /><link rel='stylesheet' id='wp-mediaelement-css' href='https://heleneinbetween.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='kioken-blocks-style-css' href='https://heleneinbetween.com/wp-content/plugins/kioken-blocks/dist/blocks.style.build.css?ver=1.3.9' type='text/css' media='all' /><link rel='stylesheet' id='convertkit-broadcasts-css' href='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/css/broadcasts.css?ver=2.1.3' type='text/css' media='all' /><link rel='stylesheet' id='convertkit-product-css' href='https://heleneinbetween.com/wp-content/plugins/convertkit/resources/frontend/css/product.css?ver=2.1.3' type='text/css' media='all' /><link rel='stylesheet' id='classic-theme-styles-css' href='https://heleneinbetween.com/wp-includes/css/classic-themes.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='nouislider-css-css' href='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/libs/nouislider-14.6.2/nouislider.css?ver=14.6.2' type='text/css' media='all' /><link rel='stylesheet' id='wpbaimages-css-css' href='https://heleneinbetween.com/wp-content/plugins/before-after-image-slider-lite/ImageComparisonSlider.css?ver=2.2.0' type='text/css' media='all' /><link rel='stylesheet' id='bcct_style-css' href='https://heleneinbetween.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' type='text/css' media='all' /><link rel='stylesheet' id='contact-form-7-css' href='https://heleneinbetween.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.5.1' type='text/css' media='all' /><link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://heleneinbetween.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.2.16.3.css?ver=2.16.3' type='text/css' media='all' /><link rel='stylesheet' id='toc-screen-css' href='https://heleneinbetween.com/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=2302' type='text/css' media='all' /><link rel='stylesheet' id='worldcountries-html5-map-style-css' href='https://heleneinbetween.com/wp-content/plugins/worldcountrieshtmlmap/static/css/map.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='ivory-search-styles-css' href='https://heleneinbetween.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.1' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-default-style-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/style.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-child-style-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler-child/style.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-modules-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/modules.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-dripicons-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/dripicons/dripicons.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-font_elegant-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/elegant-icons/style.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-font_awesome-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/font-awesome/css/fontawesome-all.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-ion_icons-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/ion-icons/css/ionicons.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-linea_icons-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/linea-icons/style.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-linear_icons-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/linear-icons/style.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-simple_line_icons-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/framework/lib/icons-pack/simple-line-icons/simple-line-icons.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-style-dynamic-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/style_dynamic.css?ver=1644980576' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-modules-responsive-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/modules-responsive.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-mikado-style-dynamic-responsive-css' href='https://heleneinbetween.com/wp-content/themes/backpacktraveler/assets/css/style_dynamic_responsive.css?ver=1644980576' type='text/css' media='all' /><link rel='stylesheet' id='backpacktraveler-core-dashboard-style-css' href='https://heleneinbetween.com/wp-content/plugins/backpacktraveler-core/core-dashboard/assets/css/core-dashboard.min.css?ver=6.2' type='text/css' media='all' /><link rel='stylesheet' id='js_composer_front-css' href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.10.0' type='text/css' media='all' /><link rel='stylesheet' id='scss-css' href='https://heleneinbetween.com/wp-content/cache/busting/1/sccss.css?ver=1677478081' type='text/css' media='all' /><link rel='stylesheet' id='jetpack_css-css' href='https://heleneinbetween.com/wp-content/plugins/jetpack/css/jetpack.css?ver=12.0' type='text/css' media='all' /><link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://heleneinbetween.com/?custom-css=4e4f21629a" /><link rel='stylesheet' id='lightbox2-css' href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/css/lightbox.min.css?ver=6.10.0' type='text/css' media='all' /><link rel='stylesheet' id='vc_pageable_owl-carousel-css-css' href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css?ver=6.10.0' type='text/css' media='all' /><link rel='stylesheet' id='vc_animate-css-css' href='https://heleneinbetween.com/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=6.10.0' type='text/css' media='all' /><link rel='stylesheet' id='rs-plugin-settings-css' href='https://heleneinbetween.com/wp-content/plugins/slider-revolution-responsive-wordpress-plugin/public/assets/css/rs6.css?ver=6.5.5' type='text/css' media='all' /></noscript></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->