<!DOCTYPE html>
<html lang="en-US">
<head >
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style id="pluginthemexcss">/**
 * Styling moved from theme's CSS file to here
 * Theme information must remain in theme's style.css file due to Wordpress setup
 * Minifying + optimization is handled by WP Rocket
 */


/*
HTML5 Reset
----------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 20px 0;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-line; 
	box-shadow: 1px 1px 3px #CCC; 
	padding: 17px; 
	margin: 17px 0;
}


/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	font-family: sans-serif; /* Google Fonts crash Safari */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}

/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #010101;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
}


::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #fb6a4a;
	text-decoration: none;
}

.single .content a, 
aside a, 
.site-footer a {
	text-decoration: underline; /* accessibility */
}

a:hover,
a:focus {
	opacity: 0.7;
}

p,
nav#breadcrumbs {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.content .wp-block-list { 
	padding-left: 37px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

.wp-block-pullquote blockquote::before {
	top: -77px;
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.3;
	margin: 37px 0 21px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto; /* used for Modern Sidebar */
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}



.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"] {
	letter-spacing: 2px;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"] {
	background: #fff;
	color: #010101;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.content-sidebar-wrap,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	background: #fff;
	margin: 0 auto;
	padding: 15px 24px;
}

/* Content */
.content {
	float: right;
	width: 728px; 
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
	min-width: 300px !important;
}

/* WordPress
--------------------------------------------- */

.search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

.search-form input {
	background: #fff url("/wp-content/plugins/feast-plugin/assets/images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Block Editor (Gutenberg) 
--------------------------------------------- */
figcaption {
	text-align: center;
}
@media only screen and (min-width: 600px) { 
	figcaption {
		font-size: 0.8em;
	}
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus, 
{
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	/* Above WP toolbar. */
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 37px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 37px;
}

.entry-content &gt; ol li,
.entry-content &gt; ul li {
	margin: 0 0 17px 37px;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 37px;
}

.entry-header {
	margin: 0 0 37px;
}

.entry-meta a {
	text-decoration: underline;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding: 37px 0;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	padding: 37px 0;
}

.comment-respond,
.entry-comments {
	margin: 0 0 37px;
}

.comment-author, .comment-meta { 
	display: inline-block; 
	margin: 0 17px 0 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list {
	border-top: 1px solid #eee;
}

.comment-list li {
	list-style-type: none;
	margin: 37px 0 0;
	padding: 0;
}

.comment-list article { 
	padding: 17px; 
	overflow: auto;
	border-bottom: 1px solid #F7F7F7;
}

.comment-header {
	margin: 0 0 17px;
}

.comment .avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

.form-allowed-tags {
	background: #f7f9fc;
	font-size: 12px;
	padding: 22px;
}

.comment-reply a {
	color: #555;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 12px;
	float: right;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.comment-meta {
	margin: 0;
}

@media only screen and (min-width: 600px) { 
	.comment-meta {
		float:right;
	}
}

.comment-meta {
	margin: 0;
	float:right;
}

.comment-time a, .comment-time {
	color: #555;
}

.comment-content {
	overflow-wrap: break-word;
}

.bypostauthor article {
	background: #f7f9fc;
}

.comment-author-name {
	font-weight: bold;
}

.comment-list .children {  
	margin-left: 17px;
}

.comment-list .children article { 
	border-left: 11px solid #CCC;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar a {
	font-weight: bold;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	text-align: center;
}



/*
Media Queries
----------------------------------------------------------------------------- */


@media only screen and (min-width: 1200px) {
	#before-header {
		visibility: visible;
	}
	.comment-time a, .comment-time {
		font-size: 0.8em;
	}
	.children { 
		margin-left: 17px; 
	}
	.comment-list .children article { 
		border-left: none;
	}
	aside, #breadcrumbs, .entry-meta { 
		font-size: 0.8em; 
	}
}



@media only screen and (max-width: 1079px) {
	.content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding-left: 4%;
		padding-right: 4%;
	}

	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header,
	.comment-respond {
		padding: 10px 0;
	}
  
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

}

@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<!-- Hubbub v.2.26.1 https://morehubbub.com/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Expert Vagabond Travel Blog: Digital Nomad Living Abroad" />
<meta property="og:description" content="Travel tips &amp; destination guides by Matthew Karsten. Travel blogger, digital nomad, and American Expat living abroad in France with his family." />
<meta property="og:url" content="https://expertvagabond.com/" />
<meta property="og:site_name" content="Expert Vagabond" />
<meta property="og:updated_time" content="2025-03-28T10:12:36+00:00" />
<meta property="article:published_time" content="2025-03-26T13:49:54+00:00" />
<meta property="article:modified_time" content="2025-03-28T10:12:36+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Expert Vagabond Travel Blog: Digital Nomad Living Abroad" />
<meta name="twitter:description" content="Travel tips &amp; destination guides by Matthew Karsten. Travel blogger, digital nomad, and American Expat living abroad in France with his family." />
<meta class="flipboard-article" content="Travel tips &amp; destination guides by Matthew Karsten. Travel blogger, digital nomad, and American Expat living abroad in France with his family." />
<meta property="og:image" content="https://expertvagabond.com/wp-content/uploads/expertvagabond-featured.jpg" />
<meta name="twitter:image" content="https://expertvagabond.com/wp-content/uploads/expertvagabond-featured.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<meta property="article:author" content="https://www.facebook.com/karsten.matthew" />
<meta name="twitter:creator" content="@ExpertVagabond" />
<!-- Hubbub v.2.26.1 https://morehubbub.com/ -->

	<!-- This site is optimized with the Yoast SEO Premium plugin v25.3 (Yoast SEO v25.3) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Expert Vagabond Travel Blog: Digital Nomad Living Abroad</title><link rel="preload" href="https://expertvagabond.com/wp-content/uploads/Logo-200.jpg" as="image" imagesrcset="https://expertvagabond.com/wp-content/uploads/Logo-400.jpg 2x" fetchpriority="high" /><link rel="preload" href="https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-600x600.jpg" as="image" imagesrcset="https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-600x600.jpg 600w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-267x267.jpg 267w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-100x100.jpg 100w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-360x360.jpg 360w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-180x180.jpg 180w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar.jpg 620w" imagesizes="(max-width: 600px) 100vw, 600px" fetchpriority="high" /><style id="perfmatters-used-css">.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;}.wp-block-button__link.aligncenter{text-align:center;}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none;}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit;}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit;}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em;}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor;}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none;}.wp-block-buttons{box-sizing:border-box;}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0;}.wp-block-buttons.is-content-justification-center{justify-content:center;}.wp-block-buttons.aligncenter{text-align:center;}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%;}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit;}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit;}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center;}.wp-block-columns{align-items:normal !important;box-sizing:border-box;display:flex;flex-wrap:wrap !important;}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap !important;}}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100% !important;}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1;}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0;}}:where(.wp-block-columns){margin-bottom:1.75em;}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word;}:where(.wp-block-post-comments input[type=submit]){border:none;}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff;}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000;}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit;}:where(.wp-block-file){margin-bottom:1.5em;}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}.wp-block-group{box-sizing:border-box;}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative;}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em;}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg;}@keyframes show-content-image{0%{visibility:hidden;}99%{visibility:hidden;}to{visibility:visible;}}@keyframes turn-on-visibility{0%{opacity:0;}to{opacity:1;}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible;}99%{opacity:0;visibility:visible;}to{opacity:0;visibility:hidden;}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));}to{transform:translate(-50%,-50%) scale(1);}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible;}99%{visibility:visible;}to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden;}}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1;}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8;}:root :where(.wp-block-latest-posts.is-grid){padding:0;}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0;}ol,ul{box-sizing:border-box;}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em;}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box;}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%;}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center;}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0;}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word;}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1;}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1;}.wp-block-media-text__media a{display:block;}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%;}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100% !important;}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1;}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2;}}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:root :where(p.has-background){padding:1.25em 2.375em;}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg;}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em;}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px);}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em;}.wp-block-search__button{margin-left:10px;word-break:normal;}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom;}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px;}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%;}.wp-block-search__label{width:100%;}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset !important;}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px;}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto;}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center;}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em;}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px;}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em;}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0;}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em;}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch;}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset !important;margin-right:0;padding:1ch 2ch;text-decoration:none !important;}:root :where(.wp-block-table-of-contents){box-sizing:border-box;}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(pre.wp-block-verse){font-family:inherit;}.editor-styles-wrapper,.entry-content{counter-reset:footnotes;}.wp-element-button{cursor:pointer;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.has-text-align-center{text-align:center;}.has-text-align-right{text-align:right;}.aligncenter{clear:both;}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}:where(figure){margin:0 0 1em;}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px);}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px;}}</style>
	<meta name="description" content="Travel tips &amp; destination guides by Matthew Karsten. Travel blogger, digital nomad, and American Expat living abroad in France with his family." />
	<link rel="canonical" href="https://expertvagabond.com/" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://expertvagabond.com/","url":"https://expertvagabond.com/","name":"Expert Vagabond Travel Blog: Digital Nomad Living Abroad","isPartOf":{"@id":"https://expertvagabond.com/#website"},"about":{"@id":"https://expertvagabond.com/#/schema/person/60c251e947a466ee32d6f31c5d3bd3ee"},"primaryImageOfPage":{"@id":"https://expertvagabond.com/#primaryimage"},"image":{"@id":"https://expertvagabond.com/#primaryimage"},"thumbnailUrl":"https://expertvagabond.com/wp-content/uploads/expertvagabond-featured.jpg","datePublished":"2025-03-26T17:49:54+00:00","dateModified":"2025-03-28T14:12:36+00:00","description":"Travel tips & destination guides by Matthew Karsten. Travel blogger, digital nomad, and American Expat living abroad in France with his family.","breadcrumb":{"@id":"https://expertvagabond.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://expertvagabond.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://expertvagabond.com/#primaryimage","url":"https://expertvagabond.com/wp-content/uploads/expertvagabond-featured.jpg","contentUrl":"https://expertvagabond.com/wp-content/uploads/expertvagabond-featured.jpg","width":1200,"height":1200,"caption":"Expert Vagabond Travel Blog"},{"@type":"BreadcrumbList","@id":"https://expertvagabond.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://expertvagabond.com/#website","url":"https://expertvagabond.com/","name":"Expert Vagabond","description":"Travel Blog &amp; Living Abroad","publisher":{"@id":"https://expertvagabond.com/#/schema/person/60c251e947a466ee32d6f31c5d3bd3ee"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://expertvagabond.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https://expertvagabond.com/#/schema/person/60c251e947a466ee32d6f31c5d3bd3ee","name":"Matthew Karsten","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://expertvagabond.com/#/schema/person/image/","url":"https://expertvagabond.com/wp-content/uploads/about-expertvagabond-featured.jpg","contentUrl":"https://expertvagabond.com/wp-content/uploads/about-expertvagabond-featured.jpg","width":1200,"height":1200,"caption":"Matthew Karsten"},"logo":{"@id":"https://expertvagabond.com/#/schema/person/image/"},"description":"Travel blogger, digital nomad, and American expat living abroad in France. Join me &amp; my family as we share useful travel tips from 10 years traveling around the world.","sameAs":["https://expertvagabond.com/about/","https://www.facebook.com/karsten.matthew","https://instagram.com/expertvagabond","https://www.pinterest.com/expertvagabond/","https://x.com/@ExpertVagabond","https://youtube.com/expertvagabond"]}]}</script>
	<meta name="msvalidate.01" content="04BB0C1A389E6F76D5E90ADFAF88421C" />
	<meta name="google-site-verification" content="5OXWuwDrOtFFRRgOZpCwTURosDznhaaN6A4n4gjKXcs" />
	<meta name="yandex-verification" content="4f92fdc11e4c2c5f" />
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//scripts.mediavine.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="stylesheet" id="foodie-pro-5-css" media="all" data-pmdelayedstyle="https://expertvagabond.com/wp-content/cache/perfmatters/expertvagabond.com/minify/3c136ac2dced.style.min.css?ver=5.0.0">
<link rel="stylesheet" id="wp-block-library-css" media="all" data-pmdelayedstyle="https://expertvagabond.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5">
<style id='wp-block-library-inline-css'>
.wp-block-group.is-style-full-width-slanted { -webkit-transform: skewY(1.5deg); transform: skewY(1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .wp-block-group.is-style-full-width-slanted > .wp-block-group__inner-container { -webkit-transform: skewY(-1.5deg); transform: skewY(-1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.is-style-feast-inline-heading-group h2:first-of-type, .is-style-feast-inline-heading-group h3:first-of-type { transform: translateY(-0.7em);  background: #FFF; display: inline-block; padding: 0 0.5em 0; margin: 0 0.5em; } .is-style-feast-inline-heading-group { border: 2px solid #CCC; padding: 0 1em 1em; margin: 3em 0 2em; } .is-style-feast-inline-heading-group h2:first-child+*, .is-style-feast-inline-heading-group h3:first-child+* { margin-top: 0; }
.is-style-button-right-arrow .wp-element-button::after { content: "→"; position: relative; margin-left: 0.2em; }
.is-style-button-external-arrow .wp-element-button::after { content: "↗"; position: relative; margin-left: 0.2em; }
.is-style-paragraph-right-arrow a::after { content: " →"; position: relative; margin-left: 0; }
.is-style-paragraph-external-arrow a::after { content: " ↗"; position: relative; margin-left: 0; }
.is-style-basic-columns .wp-block-column { background-color: var(--branding-color-background, #EEEEEE); color: var(--branding-color-background-text, #000000); padding: 17px 11px; }
.is-style-book-cover img { box-shadow: 4px 4px 20px #454545; transform: rotate(3deg) scale(0.9); -webkit-backface-visibility: hidden; margin-top: 10px; margin-bottom: 10px; } .is-style-book-cover { padding: 10px; }
.is-style-polaroid img { border-bottom: 50px solid #fff; border-right: 15px solid #fff; border-left: 15px solid #fff; border-top: 10px solid #fff; box-shadow: 5px 5px 15px rgba(0, 0, 0, .4); transform: rotate(-5deg) scale(0.9); -webkit-backface-visibility: hidden; margin: 10px 0; }

			.wp-block-media-text.is-style-book-cover {
				grid-template-columns: 30% 1fr;
			}
			.wp-block-media-text.is-style-book-cover img {
				box-shadow: 4px 4px 20px rgba(0,0,0,0.5);
				transform: rotate(-6deg) scale(0.9);
				-webkit-backface-visibility: hidden;
				margin-top: 10px; margin-bottom: 10px;
			}
			.wp-block-media-text.is-style-book-cover .wp-block-media-text__media {
				display: flex;
				justify-content: center;
			}
			.wp-block-media-text.is-style-book-cover .wp-block-media-text__content {
				padding: 0 0 0 40px;
			}
			@media(max-width:600px) {
				.wp-block-media-text.is-style-book-cover img {
					max-width: 200px;
				}
				.wp-block-media-text.is-style-book-cover .wp-block-media-text__content {
					padding: 20px 0 0 0;
					text-align: center;
				}
				.wp-block-media-text.is-style-book-cover .wp-block-media-text__content .wp-block-buttons {
					justify-content: center;
				}
			}
		

			.wp-block-media-text.is-style-polaroid-media-text {
				grid-template-columns: 30% 1fr;
			}
			.wp-block-media-text.is-style-polaroid-media-text img {
				transform: rotate(-10deg) scale(0.9);
				-webkit-backface-visibility: hidden;
				margin-top: 10px;
				margin-bottom: 10px;
				border: 10px solid var(--branding-color-background, #ccc);
			}
			.wp-block-group.is-style-full-width-feature-wrapper .wp-block-media-text.is-style-polaroid-media-text img,
			.wp-block-group.is-style-full-width-custom-background-feature-wrapper .wp-block-media-text.is-style-polaroid-media-text img,
			.wp-block-group.is-style-feast-branding-background .wp-block-media-text.is-style-polaroid-media-text img {
				border-color: #fff;
			}
			.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__media {
				display: flex;
				justify-content: center;
			}
			.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content {
				padding: 0 0 0 40px;
			}
			@media(max-width:600px) {
				.wp-block-media-text.is-style-polaroid-media-text img {
					max-width: 75%;
				}
				.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content {
					padding: 20px 0 0 0;
					text-align: center;
				}
				.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content .wp-block-buttons {
					justify-content: center;
				}
			}
		
.is-style-left-bar { border-left: 5px solid var(--branding-color-background, #CCC); padding-left: 22px; margin: 22px 0; } .is-style-left-bar::before { content: none; }
.is-style-feast-txt-message { background: var(--branding-color-background, #EEE); border-radius: 7px; padding: 22px; margin: 44px 0; position: relative; } .is-style-feast-txt-message::before { content: none; } .is-style-feast-txt-message::after {  content: ""; position: absolute; width: 0; height: 0; top: 100%; left: 34px; border-top: 28px solid var(--branding-color-background, #EEE); border-left: 0 solid transparent; border-right: 28px solid transparent;  } .is-style-feast-txt-message:nth-of-type(odd)::after { left: unset; right: 34px; border-right: 0 solid transparent; border-left: 28px solid transparent; } .feast-plugin .is-style-feast-txt-message *, .editor-styles-wrapper .is-style-feast-txt-message * { color: var(--branding-color-background-text, #010101); }
.is-style-foodie-pro { padding: 22px 7px 22px 27px; margin: 27px 0; } .is-style-foodie-pro::before {  content: "\201C"; display: block; font-size: 77px; height: 0; position: relative; top: -37px; left: -41px; color: var(--branding-color-primary, #010101);  }
.is-style-cookd-pro { line-height: 1.1em; font-size: 1.1em; padding: 0 15%; text-align: center; margin-bottom: 22px; } .is-style-cookd-pro::before, .is-style-cookd-pro::after { background: var(--branding-color-accents, #CCC); content: "" !important; display: block; height: 1px; margin: 10% auto; width: 50px; top: 0; left: 0; }
.is-style-seasoned-pro { border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; color: #333333; font-size: 130%; margin: 77px 37px; padding-top: 0; padding-bottom: 37px; text-align: center; } .is-style-seasoned-pro::before { background: var(--branding-color-accents, #DDDDDD); color: var(--branding-color-accents-text, #010101); -webkit-border-radius: 100%; border-radius: 100%; content: "\201C"; display: table; font-family: Times New Roman, serif; font-size: 57px; height: 0; line-height: 1; margin: -7px auto 7px; padding: 17px 15px 0; position: relative; left: 0; text-align: center; width: 47px; }
.is-style-featured-comment { line-height: 1.7em; font-size: 1.1em; padding: 0 12px; margin: 64px 0; font-weight: bold; position: relative; } .is-style-featured-comment::before { content: "Featured Comment" !important; text-transform: uppercase; color: #999;  left: 0; font-size: 0.8em;}  .is-style-featured-comment cite { float: right; text-transform: uppercase; font-size: 0.8em; color: #999; } .is-style-featured-comment cite::before { content: "⭐⭐⭐⭐⭐"; margin-right: 13px; } .is-style-featured-comment p { margin: 17px 0 !important; }
@media only screen and (min-width: 1023px) { .is-style-feast-2-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-2-column-list li { margin-left: unset; margin-right: unset; } }
@media only screen and (min-width: 1023px) { .is-style-feast-3-column-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-3-column-list li { margin-left: unset; margin-right: unset; } }
</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<style id='feast-global-styles-inline-css'>
.feast-plugin a {
	word-break: break-word;
}
.feast-plugin ul.menu a {
	word-break: initial;
}
	p.is-variation-fancy-text {
		font-style: italic;
	}
body a { color: #ff8400; }	@media (prefers-reduced-motion: no-preference) {
		:root {
			scroll-behavior: smooth;
		}
	}
button.feast-submenu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #424242;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	line-height: 0;
	right: 0;
	top: 3px;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
}
button.feast-submenu-toggle svg {
	width: 20px;
	height: 20px;
}
@media(max-width:1199px) {
	button.feast-submenu-toggle {
		display: flex;
	}
	.mmm-content ul li.menu-item-has-children {
		position: relative;
	}
	.mmm-content ul li.menu-item-has-children > a {
		display: inline-block;
		margin-top: 12px;
		margin-bottom: 12px;
		width: 100%;
		padding-right: 48px;
	}
	.mmm-content ul li.menu-item-has-children > ul.sub-menu {
		display: none;
	}
	.mmm-content ul li.menu-item-has-children.open > ul.sub-menu {
		display: block;
	}
	.mmm-content ul li.menu-item-has-children.open > button svg {
		transform: rotate(180deg);
	}
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;;
}.single .content a,
.category .content a,
.feast-modern-category-layout a,
aside a, 
.site-footer a {
	text-decoration: underline;
}
.feast-social-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
	row-gap: 9px;
	width: 100%;
	padding: 27px 0;
}
.feast-social-media.feast-social-media--align-left {
	justify-content: flex-start;
}
.feast-social-media.feast-social-media--align-right {
	justify-content: flex-end;
}
.feast-social-media a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
@media(max-width:600px) {
	.feast-social-media a {
		min-height: 50px;
		min-width: 50px;
	}
}
.feast-layout--menu-social-icons .feast-social-media {
	column-gap: 8px;
	padding: 0;
}
.modern-menu-desktop-social .feast-layout--menu-social-icons .feast-social-media .social-media__link:nth-child(n+4) {
	display: none;
}
.feast-layout .dpsp-content-wrapper { 
	display: none; 
}
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	margin: var(--feast-spacing-xl, 27px) auto;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1429)), 32px);
	box-shadow: 0 0 0 100vmax #f2f2f2;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	background-color: #f2f2f2;
}
.site-container .sidebar .is-style-full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta,
.site-container .sidebar .is-style-full-width-slanted {
	box-shadow: none;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: #f2f2f2;
}
.site-container .sidebar .is-style-full-width-feature-wrapper > *:first-child,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta > *:first-child,
.site-container .sidebar .is-style-full-width-slanted > *:first-child {
	margin-top: 0;
}
.feast-remove-top-padding {
	padding-top: 0 !important;
}
.feast-remove-bottom-padding {
	padding-bottom: 0 !important;
}
.feast-remove-top-margin {
	margin-top: 0 !important;
}
.feast-remove-bottom-margin {
	margin-bottom: 0 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
	display: flex;
	flex-direction: column;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
	display: flex;
	justify-content: center;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content {
	padding: 16px 24px 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h3,
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h2 {
	font-size: 1.625em;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
	margin: 0;
	max-width: 100%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content p {
	line-height: 1.5;
}
body .site-inner {
	padding-top: 0;
}
@media(max-width:1200px) {
	body .entry-content > .wp-block-group.is-style-full-width-feature-wrapper:nth-child(-n+2),
	body .entry-content > .wp-block-group.is-style-full-width-feature-wrapper-cta:nth-child(-n+2),
	body .entry-content > .wp-block-group.is-style-full-width-slanted:nth-child(-n+2),
	body .entry-content > .wp-block-group.full-width-feature-wrapper:nth-child(-n+2),
	body .entry-content > .wp-block-group.is-style-full-width-custom-background-feature-wrapper:nth-child(-n+2) {
		margin-top: 0 !important;
	}
}
@media(max-width:1023px) {
	body .entry {
		padding-top: 0;
	}
}
@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width:1023px) {
	.feast-layout--modern-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 600px) {
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper,
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper-cta,
	.site-container .feast-layout--modern-footer .is-style-full-width-slanted,
	.site-container .feast-layout--modern-footer .is-style-full-width-custom-background-feature-wrapper {
		margin: var(--feast-spacing-xl, 27px) -5%;
	}
}
a.wprm-recipe-jump:hover {
	opacity: 1.0 !important;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 178px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.feast-modern-category-layout {
	text-align: initial;
}
.feast-jump-to-buttons .wp-block-button__link svg path {
	fill: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-group {
	scroll-margin-top: 80px;
}
body .fsri-list .listing-item {padding:;background-color:;}body .fsri-title {}body .feast-recipe-index .fsri-list {column-gap:;row-gap:;}body .feast-category-index-list > li { padding:; }body .fsci-title,body .feast-title-overlay .fsci-title,body .entry-content .feast-title-overlay a .fsci-title,body .entry-content a .fsci-title {padding:;}body .feast-category-index .feast-category-index-list {column-gap:;row-gap:;}body.feast-plugin h2,body.feast-plugin h3,body.feast-plugin h4,body.feast-plugin h5,body.feast-plugin h6 {letter-spacing: ;}body.feast-plugin h1 {letter-spacing: ;}.feast-plugin .site-inner a,.feast-plugin.page .content a {font-style: ;text-decoration: ;}body .feastmobilenavbar,
body .desktop-inline-modern-menu ul {
	overflow: visible;
	contain: initial;
}
.feastmobilenavbar ul.menu > .menu-item {
	position: relative;
}
.feastmobilenavbar ul.menu > .menu-item:hover > .sub-menu,
.feastmobilenavbar ul.menu > .menu-item:focus-within > .sub-menu {
	left: 0;
	opacity: 1;
}
.feastmobilenavbar .menu-item-has-children .sub-menu {
	background: #fff;
	left: -9999px;
	top: 100%;
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	padding: 10px 0;
	position: absolute;
	width: auto;
	min-width: 200px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	row-gap: 0;
	height: auto;
	margin: 0;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item {
	width: 100%;
	display: block;
	clear: both;
	border-top: none !important;
	min-height: 0 !important;
	max-width: none;
	text-align: left;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item a {
	width: 100%;
	background: transparent;
	padding: 8px 30px 8px 20px;
	position: relative;
	white-space: nowrap;
	display: block;
}
@media(max-width:768px) {
	.menu-item-has-children .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		display: none;
	}
}@media(min-width:1080px) {
}

</style>
<link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://expertvagabond.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=2.26.1' media='all' />
<style id='dpsp-frontend-style-pro-inline-css'>

				@media screen and ( max-width : 720px ) {
					.dpsp-content-wrapper.dpsp-hide-on-mobile,
					.dpsp-share-text.dpsp-hide-on-mobile {
						display: none;
					}
					.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
						margin:0 2% 10px 0;
					}
					.dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count) {
						max-height: 40px;
						padding: 0;
						justify-content: center;
					}
					.dpsp-content-wrapper.dpsp-size-small .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 32px;
					}
					.dpsp-content-wrapper.dpsp-size-large .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 46px;
					}
				}
			
</style>
<style id='generateblocks-inline-css'>
h2.gb-headline-281f0659{text-align:center;color:#ffffff;}h2.gb-headline-6f48caff{text-align:center;color:#ffffff;}h2.gb-headline-158a9271{text-align:center;color:#ffffff;}:root{--gb-container-width:1100px;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}.gb-shape{line-height:0;}
</style>
<script src="https://expertvagabond.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script async="async" fetchpriority="high" data-noptimize="1" data-cfasync="false" src="https://scripts.mediavine.com/tags/expert-vagabond.js?ver=6.8.5" id="mv-script-wrapper-js"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->
<!-- Google Analytics snippet added by Site Kit -->
<script src="https://www.googletagmanager.com/gtag/js?id=GT-MQXTPLR" id="google_gtagjs-js" async></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["expertvagabond.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-MQXTPLR", {"googlesitekit_post_type":"page"});
 window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( "event", name, { ...data, event_source: "site-kit" } ); };
</script>
<style id='feast-blockandfront-styles'>.feast-about-author { background-color: #f2f2f2; color: #32373c; padding: 17px; margin-top: 57px; display: grid; grid-template-columns: 1fr 3fr !important; } .feast-about-author h2 { margin-top: 7px !important;} .feast-about-author img{ border-radius: 50% !important; }aside .feast-about-author { grid-template-columns: 1fr !important; }.wp-block-search .wp-block-search__input { max-width: 100%; background: #FFF; color: #000; }.wp-block-separator { color: #D6D6D6; border-bottom: none; margin-top: 16px; margin-bottom: 16px; }.screen-reader-text { width: 1px; height: 1px; }footer ul li, .site-footer ul li { list-style-type: none; }footer ul li, .site-footer ul li { list-style-type: none; }aside .wp-block-search { display: grid; grid-template-columns: 1fr; margin: 37px 0;  } aside .wp-block-search__inside-wrapper { display: grid !important; grid-template-columns: 1fr; } aside input { min-height: 50px; }  ​aside .wp-block-search__label, aside .wp-block-search__button { display: none; } aside p, aside div, aside ul { margin: 17px 0; }@media only screen and (max-width: 600px) { aside .wp-block-search { grid-template-columns: 1fr; } aside input { min-height: 50px; margin-bottom: 17px;} }.feast-button a { border: 2px solid #CCC; padding: 7px 14px; border-radius: 20px; text-decoration: none !important; font-weight: bold; } .feast-button { padding: 27px 7px; }a.wp-block-button__link { text-decoration: none !important; }.feast-box-primary {  padding: 17px !important; margin: 17px 0 !important;  }.feast-box-secondary { padding: 17px !important; margin: 17px 0 !important;  }.feast-box-primary li, .feast-box-secondary li {margin-left: 17px !important; }.feast-checklist li::marker { color: transparent; } .feast-checklist li:before { content: '✓'; margin-right: 17px; }.schema-faq-question { font-size: 1.2em; display: block; margin-bottom: 7px;} .schema-faq-section { margin: 37px 0; }</style>
<style id='feast-full-width'>.site-inner > div > main { width: 100% !important; } .site-inner > div > aside { display: none !important; } .wrapper-content { grid-template-columns: 1fr; } .wrapper-content #content { width: 100%; max-width: 100%; } .wrapper-content #sidebar { display: none; }</style>
<style id="feast-hide-h1">.entry-header { display: none; }</style>
<style type="text/css">
	.feast-category-index-list, .fsri-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr) );
		grid-gap: 57px 17px;
		list-style: none;
		list-style-type: none;
		margin: 17px 0 !important;
	}
	.feast-category-index-list li,
	.fsri-list li {
		text-align: center;
		position: relative;
		list-style: none !important;
		margin-left: 0 !important;
		list-style-type: none !important;
		overflow: hidden;
	}
	.feast-category-index-list li {
		min-height: 150px;
	}
	.feast-category-index-list li a.title {
		text-decoration: none;
	}
	.feast-category-index-list-overlay .fsci-title {
		position: absolute;
		top: 88%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #FFF;
		padding: 5px;
		color: #333;
		font-weight: bold;
		border: 2px solid #888;
		text-transform: uppercase;
		width: 80%;
	}
	.listing-item:focus-within, .wp-block-search__input:focus {outline: 2px solid #555; }
	.listing-item a:focus, .listing-item a:focus .fsri-title, .listing-item a:focus img { opacity: 0.8; outline: none; }
	.listing-item a, .feast-category-index-list a { text-decoration: none !important; word-break: break-word; }
	li.listing-item:before { content: none !important; } /* needs to override theme */
	.fsri-list { padding-left: 0 !important; }
	.fsri-list .listing-item { margin: 0; }
	.fsri-list .listing-item img { display: block; }
	.fsri-list .feast_3x4_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 3/4; }
	.fsri-list .feast_2x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 2/3; }
	.fsri-list .feast_4x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 4/3; }
	.fsri-list .feast_1x1_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 1/1; }
	.fsri-title, .fsci-title { text-wrap: balance; }
	.listing-item { display: grid; align-content: flex-start; } .fsri-rating, .fsri-time { place-self: end center; } /* align time + rating bottom */
	.fsri-category { padding: 8px 12px 0; }
	.feast-recipe-index .feast-category-link { text-align: right; }
	.feast-recipe-index .feast-category-link a { text-decoration: underline; }
	.feast-image-frame, .feast-image-border { border: 3px solid #DDD; }
	.feast-square-image { aspect-ratio: 1/1; object-fit: cover; }
	.feast-image-round, .feast-image-round img, .feast-category-index-list.feast-image-round svg, .feast-media-text-image-round .wp-block-media-text__media img { border-radius: 50%; }
	.entry-content .feast-title-overlay a .fsci-title, .feast-title-overlay .fsci-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #f2f2f2; padding: 12px; }
	.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image { background: inherit !important; background-color: inherit !important; border: none !important; width: 100% !important; height: auto !important; border-radius: 0 !important; }
	.feast-category-index .feast-title-overlay > li { padding-left: 0; padding-right: 0; }
	.feast-title-overlay.feast-image-round > li { border-radius: 50%; overflow: hidden; }
	.feast-title-overlay.feast-image-round > li > a { display: flex; }
	.entry-content .feast-title-overlay.feast-image-round a .fsci-title, .feast-title-overlay.feast-image-round .fsci-title { bottom: 50%; transform: translateY(50%); }
	.block-editor-block-list__block .feast-category-index .feast-title-overlay img,	.block-editor-block-list__block .feast-category-index .feast-title-overlay .fsci-title { box-sizing: border-box; }
	.feast-image-shadow { box-shadow: 3px 3px 5px #AAA; }
	.feast-line-through { text-decoration: line-through; }
	.feast-grid-full, .feast-grid-half, .feast-grid-third, .feast-grid-fourth, .feast-grid-fifth { display: grid; grid-gap: 57px 17px; }
	.feast-grid-full { grid-template-columns: 1fr !important; }
	.feast-grid-half { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.feast-grid-third { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	.feast-grid-fourth { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
	.feast-grid-fifth { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
	@media only screen and (max-width:601px) {
		.feast-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-grid-full-horizontal .listing-item { min-height: 0; }
		.feast-grid-full-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-grid-full-horizontal .listing-item a > img { width: 33%; }
		.feast-grid-full-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0; text-align: left; margin-top: 0 !important; padding: 0 16px; }
		.feast-grid-full-horizontal .fsri-rating, .feast-grid-full-horizontal .fsri-time, .feast-grid-full-horizontal .fsri-recipe-keys, .feast-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
		body .feast-recipe-index .feast-grid-full-horizontal { row-gap: 17px; }
		body .feast-recipe-index .feast-grid-full-horizontal li { margin-bottom: 0; }
	}
	@media only screen and (min-width: 600px) {
		.feast-category-index-list { grid-template-columns: repeat(4, minmax(0, 1fr) ); }
		.feast-desktop-grid-full { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-third { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-fourth { grid-template-columns: repeat(4, 1fr) !important; }
		.feast-desktop-grid-fifth { grid-template-columns: repeat(5, 1fr) !important; }
		.feast-desktop-grid-sixth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-half-horizontal, .feast-desktop-grid-third-horizontal { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half-horizontal .listing-item a, .feast-desktop-grid-full-horizontal .listing-item a, .feast-desktop-grid-third-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-desktop-grid-half-horizontal .listing-item a > img, .feast-desktop-grid-full-horizontal a > img, .feast-desktop-grid-third-horizontal .listing-item a > img { width: 33% !important; margin-bottom: 0; }
		.feast-desktop-grid-half-horizontal .listing-item a > .fsri-title, .feast-desktop-grid-full-horizontal a > .fsri-title, .feast-desktop-grid-third-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0 16px; text-align: left; margin-top: 0 !important; }
		.feast-desktop-grid-half-horizontal .fsri-rating, .feast-desktop-grid-half-horizontal .fsri-time, .feast-desktop-grid-half-horizontal .fsri-recipe-keys, .feast-desktop-grid-half-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-third-horizontal .fsri-rating, .feast-desktop-grid-third-horizontal .fsri-time, .feast-desktop-grid-third-horizontal .fsri-recipe-keys, .feast-desktop-grid-third-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-full-horizontal .fsri-rating, .feast-desktop-grid-full-horizontal .fsri-time, .feast-desktop-grid-full-horizontal .fsri-recipe-keys, .feast-desktop-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
	}
	@media only screen and (min-width:900px) {
		.feast-desktop-grid-third-horizontal { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(9, 1fr) !important; }
	}
	@media only screen and (min-width:900px) and (max-width:1200px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width:600px) and (max-width:775px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img,
		.feast-desktop-grid-half-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width: 1100px) { .full-width-content main.content { width: 1080px; max-width: 1080px; } .full-width-content .sidebar-primary { display: none;  } }
	@media only screen and (max-width: 600px) { .entry-content :not(.wp-block-gallery) .wp-block-image { width: 100% !important; } }
	@media only screen and (min-width: 1024px) {
		.feast-full-width-wrapper { width: 100vw; position: relative; left: 50%; right: 50%; margin: 37px -50vw; background: #F5F5F5; padding: 17px 0; }
		.feast-full-width-wrapper .feast-recipe-index { width: 1140px; margin: 0 auto; }
		.feast-full-width-wrapper .listing-item { background: #FFF; padding: 17px; }
	}
	.feast-prev-next { display: grid; grid-template-columns: 1fr;  border-bottom: 1px solid #CCC; margin: 57px 0;  }
	.feast-prev-post, .feast-next-post { padding: 37px 17px; border-top: 1px solid #CCC; }
	.feast-next-post { text-align: right; }
	@media only screen and (min-width: 600px) {
		.feast-prev-next { grid-template-columns: 1fr 1fr; border-bottom: none; }
		.feast-next-post { border-left: 1px solid #CCC;}
		.feast-prev-post, .feast-next-post { padding: 37px; }
	}
	.has-background { padding: 1.25em 2.375em; margin: 1em 0; }
	figure { margin: 0 0 1em; }
	div.wp-block-image > figure { margin-bottom: 1em; }
	@media only screen and (max-width: 1023px) {
		.content-sidebar .content, .sidebar-primary { float: none; clear: both; }
		.has-background { padding: 1em; margin: 1em 0; }
	}
	hr.has-background { padding: inherit; margin: inherit; }
	body { -webkit-animation: none !important; animation: none !important; }
	@media only screen and (max-width: 600px) {
		body {
			--wp--preset--font-size--small: 16px !important;
		}
	}
	@media only screen and (max-width: 600px) { .feast-desktop-only { display: none; } }
	@media only screen and (min-width: 600px) { .feast-mobile-only { display: none; } }
	summary { display: list-item; }
	.comment-form-cookies-consent > label {
		display: inline-block;
		margin-left: 30px;
	}
	@media only screen and (max-width: 600px) { .comment-form-cookies-consent { display: grid; grid-template-columns: 1fr 12fr; } }
	.bypostauthor .comment-author-name { color: unset; }
	.comment-list article header { overflow: auto; }
	.fsri-rating .wprm-recipe-rating { pointer-events: none; }
	.fsri-tasty-recipe-count {
		display: block;
		width: 100%;
		font-size: .8em;
	}
	nav#breadcrumbs { margin: 5px 0 15px; }.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
.entry-content .wp-block-group ol li, .entry-content .wp-block-group ul li {
	margin: 0 0 17px 37px;
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
	margin-left: 0;
	margin-bottom: 0;
}
</style><style>.page #breadcrumbs { display: none; } .page-child #breadcrumbs { display: block; } </style><style type="text/css" id='feastbreadcrumbstylesoverride'>
@media only screen and (max-width: 940px) {
	nav#breadcrumbs {
		display: block;
	}
}
</style><style type="text/css" id='feastfoodieprooverrides'>
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
</style><meta name="generator" content="Site Kit by Google 1.176.0" /><meta name="hubbub-info" description="Hubbub Pro 2.26.1"><link rel="icon" href="https://expertvagabond.com/wp-content/themes/genesis/images/favicon.ico" />
<!-- GetYourGuide Analytics -->

<script async defer src="https://widget.getyourguide.com/dist/pa.umd.production.min.js" data-gyg-partner-id="S9HE158" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script><!-- Let me Allez (letmeallez.js) - Stay22 -->
<script defer src="data:text/javascript;base64,DQogIChmdW5jdGlvbiAocywgdCwgYSwgeSwgdHdlbnR5LCB0d28pIHsNCiAgICBzLlN0YXkyMiA9IHMuU3RheTIyIHx8IHt9Ow0KDQogICAgLy8gSnVzdCBmaWxsIG91dCB5b3VyIGNvbmZpZ3MgaGVyZQ0KICAgIHMuU3RheTIyLnBhcmFtcyA9IHsNCiAgICAgIGFpZDogInZhZ2Fib25kbWVkaWEiLA0KICAgIH07DQoNCiAgICAvLyBMZWF2ZSB0aGlzIHBhcnQgYXMtaXM7DQogICAgdHdlbnR5ID0gdC5jcmVhdGVFbGVtZW50KGEpOw0KICAgIHR3byA9IHQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoYSlbMF07DQogICAgdHdlbnR5LmFzeW5jID0gMTsNCiAgICB0d2VudHkuc3JjID0geTsNCiAgICB0d28ucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUodHdlbnR5LCB0d28pOw0KICB9KSh3aW5kb3csIGRvY3VtZW50LCAic2NyaXB0IiwgImh0dHBzOi8vc2NyaXB0cy5zdGF5MjIuY29tL2xldG1lYWxsZXouanMiKTsNCg=="></script>	<style>
		/* Add animation (Chrome, Safari, Opera) */
		@-webkit-keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@-webkit-keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		/* Add animation (Standard syntax) */
		@keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		.mmmadminlinks {
			position: absolute;
			left: 20px;
			top: 0;
			width: 200px;
			line-height: 25px;
			text-align: left;
			display: none;
		}
		@media only screen and ( min-width: 1000px ) {
			.mmmadminlinks { display: block; }
		}

		/* The mmm's background */
		.feastmobilemenu-background {
			display: none;
			position: fixed;
			z-index: 9999;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.4);
		}

		/* Display the mmm when targeted */
		.feastmobilemenu-background:target {
			display: table;
			position: fixed;
		}

		/* The mmm box */
		.mmm-dialog {
			display: table-cell;
			vertical-align: top;
			font-size: 20px;
		}

		/* The mmm's content */
		.mmm-dialog .mmm-content {
			margin: 0;
			padding: 10px 10px 10px 20px;
			position: fixed;
			left: 0;
			background-color: #FEFEFE;
			contain: strict;
			overflow-x: hidden;
			overflow-y: auto;
			outline: 0;
			border-right: 1px #777 solid;
			border-bottom: 1px #777 solid;
			width: 320px;
			height: 90%;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

			/* Add animation */
			-webkit-animation-name: openmenu; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 0.6s; /* Chrome, Safari, Opera */
			animation-name: openmenu;
			animation-duration: 0.6s;
		}
		.mmm-content ul.sub-menu {
			padding-left: 16px;
		}
		.mmm-content li {
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li,
		.desktop-inline-modern-menu > ul.menu li {
			min-height: 50px;
			margin-left: 5px;
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li a,
		.desktop-inline-modern-menu > ul.menu li a {
			color: inherit;
			text-decoration: inherit;
		}

		/* The button used to close the mmm */
		.closebtn {
			text-decoration: none;
			float: right;
			margin-right: 10px;
			font-size: 50px;
			font-weight: bold;
			color: #333;
			z-index: 1301;
			top: 0;
			position: fixed;
			left: 270px;
			-webkit-animation-name: closebutton; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
			animation-name: closebutton;
			animation-duration: 1.5s;
		}

		.closebtn:hover,
		.closebtn:focus {
			color: #555;
			cursor: pointer;
		}
		@media (prefers-reduced-motion) { /* accessibility animation fix */
			.mmm-dialog .mmm-content, .closebtn {
			animation: none !important;
			}
		}
		.mmmheader {
			font-size: 25px;
			color: #FFF;
			height: 80px;
			display: flex;
			justify-content: space-between;
		}
		#mmmlogo {
			max-width: 200px;
			max-height: 70px;
		}
		#feast-mobile-search {
			margin-bottom: 17px;
			min-height: 50px;
			overflow: auto;
		}
		#feast-mobile-search input[type=submit] {
			display: none;
		}
		#feast-mobile-search input[type=search] {
			width: 100%;
		}

		#feast-mobile-menu-social-icons {
			margin-top: 17px;
		}

		#feast-social .simple-social-icons {
			list-style: none;
			margin: 0 !important;
		}

		.feastmobilenavbar {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1300;
			width: 100%;
			height: 80px;
			padding: 0;
			margin: 0 auto;
			box-sizing: border-box;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			background: #FFF;
			display: grid;
			grid-template-columns: repeat(7, minmax(50px, 1fr));
			text-align: center;
			contain: strict;
			overflow: hidden;
		}
		.feastmobilenavbar > div { height: 80px; }
		.admin-bar .feastmobilenavbar {
			top: 32px;
		}
		@media screen and (max-width:782px) {
			.admin-bar .feastmobilenavbar {
				top: 0;
				position: sticky;
			}
			.admin-bar .site-container, .admin-bar .body-template-content {
				margin-top: 0;
			}
		}
		.feastmobilenavbar a img {
			margin-bottom: inherit !important;
		}
		.feastmenutoggle, .feastsearchtoggle, .feastsubscribebutton {
			display: flex;
			align-items: center;
			justify-items: center;
			justify-content: center;
		}

		
		.feastsearchtoggle svg, .feastmenutoggle svg {
			width: 30px;
			height: 30px;
			padding: 10px;
			box-sizing: content-box;
			color: black;
		}
		.feastsubscribebutton {
			overflow: hidden;
		}
		.feastsubscribebutton img {
			max-width: 90px;
			padding: 15px;
			margin: 1px;
		}
		.feastsubscribebutton svg {
			color: #000;
		}
				.feastmenulogo {
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
			grid-column-end: span 4;
		}

					.desktop-inline-modern-menu .sub-menu { display: none; }
			.desktop-inline-modern-menu, .modern-menu-desktop-social { display: none; }
			@media only screen and (min-width: 1200px) {
				.desktop-inline-modern-menu, .modern-menu-desktop-social { display: block; line-height: 1.2em; }
				.feastmobilenavbar .feastmenutoggle { display: none; } /* hide menu toggle */
				.feastmobilenavbar { grid-template-columns: 1fr 3fr 1fr 50px !important; } /* rearrange grid for desktop */
				.feastmenulogo { grid-column-end: span 1 !important; }
				.desktop-inline-modern-menu ul {
					display: flex;
					justify-content: center;
					gap: 40px;
					height: 70px;
					overflow: hidden;
					margin: 0 17px;
				}
				.desktop-inline-modern-menu ul li {
					display: flex;
					justify-content: center;
					align-items: center;
					min-height: 70px;
					max-width: 20%;
					margin-left: 0 !important;
				}
				.desktop-inline-modern-menu ul li:nth-child(n+6) { display: none; }
				.modern-menu-desktop-social .simple-social-icons li:nth-child(n+4), .modern-menu-desktop-social .widgettitle { display: none; }
				.modern-menu-desktop-social { display: flex !important; justify-content: center; align-items: center; }
				body .feastmobilenavbar a { color: #000; text-decoration: none; }

			} /* end desktop query */
			/* end testing */
		
		@media only screen and ( max-width: 1199px ) {
			.feastmenulogo {grid-column-end: span 3; }
			.feastsubscribebutton { grid-column-end: span 2; }
		}
		@media only screen and (max-width: 359px) { /* 320px fix */
			.feastmobilenavbar {
				grid-template-columns: repeat(6, minmax(50px, 1fr));
			}
			.feastmenulogo {grid-column-end: span 2; }		}
				header.site-header, .nav-primary  {
			display: none !important;
			visibility: hidden;
		}
		.site-container, .body-template-content {
			margin-top: 80px; /* prevents menu overlapping content */
		}
		@media only screen and ( min-width: 1200px ) {
			.feastmobilenavbar {
				width: 100%;
				left: 0;
				padding-left: calc(50% - 550px);
				padding-right: calc(50% - 550px);
			}
							.feastsubscribebutton { display: none; }
					}
		@media print {
			.feastmobilenavbar { position: static; }
		}
						</style>

	<style id="feast-edit-font-sizes">h1 { font-size: 30px; }body { font-size: 18px; }</style>	<style id='feast-increase-content-width'>@media only screen and (min-width: 1200px) { #genesis-content { min-width: 728px; } #content-container { min-width: 728px; }  }</style>
	<style id="uagb-style-conditional-extension">@media (min-width: 1025px){body .uag-hide-desktop.uagb-google-map__wrap,body .uag-hide-desktop{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){body .uag-hide-tab.uagb-google-map__wrap,body .uag-hide-tab{display:none !important}}@media (max-width: 767px){body .uag-hide-mob.uagb-google-map__wrap,body .uag-hide-mob{display:none !important}}</style>
	<style id="feast-homepage-styling-57432">

					.entry-content>h2 {
				margin: 77px 0 47px;
				padding: 7px;
				background: #333;
				text-align: center;
				background: repeating-linear-gradient(-45deg, #333, #393939 10px, #3A3A3A 10px, #2F2F2F 20px);
				border: 5px solid #333;
				color: #FFF;
			}

			.wp-block-search {
				margin: 27px 0;
				padding: 17px;
				background: #EFEFEF;
			}

			.wp-block-search button, .wp-block-search label {
				display: none;
				visibility: hidden;
			}

			.wp-block-search input, .wp-block-search ::placeholder {
				color: #333;
				text-align: center;
			}
		
	</style>
	<noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://expertvagabond.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}</style></head>
<body class="home wp-singular page-template-default page page-id-57432 wp-theme-genesis wp-child-theme-foodiepro5 header-full-width genesis-breadcrumbs-hidden feast-plugin feast-full-width-layout full-width-content wp-6-8-5 fp-14-0-8"><div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><a href="https://expertvagabond.com/">Expert Vagabond</a></p></div></div></header><div class="feastmobilenavbar"><div class="feastmenutoggle"><a href="#feastmobilemenu"><?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve" aria-labelledby="menuicon" role="img">
	<title id="menuicon">menu icon</title>
	<g id="menu">
		<path fill="currentColor" d="M0,382.5h459v-51H0V382.5z M0,255h459v-51H0V255z M0,76.5v51h459v-51H0z"/>
	</g>
</svg>
</a></div><div class="feastmenulogo"><a href="https://expertvagabond.com"><img data-perfmatters-preload src="https://expertvagabond.com/wp-content/uploads/Logo-200.jpg" srcset="https://expertvagabond.com/wp-content/uploads/Logo-400.jpg 2x" alt="go to homepage" data-skip-lazy data-pin-nopin="true" height="70" width="200" fetchpriority="high" /></a></div><nav class="desktop-inline-modern-menu"><ul id="menu-feast-modern-mobile-menu" class="menu"><li id="menu-item-37892" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-37892"><a href="https://expertvagabond.com/destinations/">Destinations</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li id="menu-item-37891" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37891"><a href="https://expertvagabond.com/travel-blog/">All Travel Blogs</a></li>
	<li id="menu-item-38022" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38022"><a href="https://expertvagabond.com/africa/">Africa</a></li>
	<li id="menu-item-38026" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38026"><a href="https://expertvagabond.com/asia/">Asia</a></li>
	<li id="menu-item-38030" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38030"><a href="https://expertvagabond.com/caribbean/">Caribbean</a></li>
	<li id="menu-item-38032" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38032"><a href="https://expertvagabond.com/central-america/">Central America</a></li>
	<li id="menu-item-38038" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38038"><a href="https://expertvagabond.com/europe/">Europe</a></li>
	<li id="menu-item-38055" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38055"><a href="https://expertvagabond.com/north-america/">North America</a></li>
	<li id="menu-item-38049" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38049"><a href="https://expertvagabond.com/middle-east/">Middle East</a></li>
	<li id="menu-item-38059" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38059"><a href="https://expertvagabond.com/polar-regions/">Polar Regions</a></li>
</ul>
</li>
<li id="menu-item-37893" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37893"><a href="https://expertvagabond.com/travel-tips/">Travel Tips</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li id="menu-item-38060" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38060"><a href="https://expertvagabond.com/best-travel-tips/">Best Travel Tips</a></li>
	<li id="menu-item-38062" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38062"><a href="https://expertvagabond.com/how-to-find-cheap-flights/">Find Cheap Flights</a></li>
	<li id="menu-item-38063" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38063"><a href="https://expertvagabond.com/cheap-travel-accommodation/">Book A Hotel</a></li>
	<li id="menu-item-40513" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40513"><a href="https://expertvagabond.com/travel-safety-tips/">Travel Safety Guide</a></li>
	<li id="menu-item-56365" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56365"><a href="https://expertvagabond.com/travel-insurance-tips/">Get Travel Insurnace</a></li>
</ul>
</li>
<li id="menu-item-57707" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-57707"><a href="https://expertvagabond.com/travel-gear/">Gear Guides</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li id="menu-item-56570" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56570"><a href="https://expertvagabond.com/travel-gear-guide/">Ultimate Packing List</a></li>
	<li id="menu-item-56571" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56571"><a href="https://expertvagabond.com/best-travel-backpacks/">Best Travel Backpacks</a></li>
	<li id="menu-item-56572" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56572"><a href="https://expertvagabond.com/best-travel-camera/">Best Travel Cameras</a></li>
</ul>
</li>
<li id="menu-item-37895" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37895"><a href="https://expertvagabond.com/digital-nomads/">Living Abroad</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li id="menu-item-45255" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45255"><a href="https://expertvagabond.com/digital-nomad-tips/">Digital Nomad Tips</a></li>
	<li id="menu-item-38068" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38068"><a href="https://expertvagabond.com/best-travel-jobs/">Best Travel Jobs</a></li>
	<li id="menu-item-57933" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-57933"><a href="https://expertvagabond.com/moving-to-europe/">Moving To Europe</a></li>
	<li id="menu-item-57934" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-57934"><a href="https://expertvagabond.com/dual-citizenship-ireland/">Get An EU Passport</a></li>
</ul>
</li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" ><a class="social-media__link" href="https://www.instagram.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="20px" height="20px" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.youtube.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Youtube" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 576 512" width="20px" height="20px" role="graphics-symbol" aria-label="YouTube Icon"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.facebook.com/ExpertVagabond/" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="20px" height="20px" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://twitter.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 512 512" width="20px" height="20px" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#ff8400"></svg></a></div>


<p></p>
							</div>

			</div></div><div class="feastsubscribebutton"><a href="/subscribe/"><svg id="svg" version="1.1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" height="30px" width="90px" viewBox="0, 0, 400,62.365591397849464">
  <title>subscribe</title>
  <g id="svgg">
    <path fill="currentColor" id="path0" d="M26.050 5.330 C 19.725 7.308,15.771 12.123,15.771 17.846 C 15.771 25.406,19.962 29.225,32.891 33.446 C 48.466 38.530,48.556 50.896,33.017 50.896 C 25.829 50.896,22.500 48.560,20.505 42.115 C 19.726 39.597,14.337 40.411,14.337 43.046 C 14.337 56.105,41.674 61.606,48.769 49.975 C 54.448 40.665,48.765 31.572,34.767 27.571 C 23.980 24.488,20.269 20.193,23.310 14.313 C 27.257 6.680,43.728 9.562,43.728 17.886 C 43.728 19.171,44.177 19.355,47.312 19.355 C 49.283 19.355,50.896 19.252,50.896 19.127 C 50.896 9.148,37.546 1.734,26.050 5.330 M160.932 4.926 C 143.613 9.505,145.768 26.536,164.445 32.693 C 175.194 36.236,177.778 38.236,177.778 43.011 C 177.778 53.848,156.854 53.818,154.473 42.977 C 153.842 40.106,147.658 39.647,147.686 42.473 C 147.827 56.888,176.357 61.890,183.180 48.696 C 187.688 39.978,182.226 32.186,168.371 27.569 C 156.805 23.715,152.605 17.927,157.885 13.118 C 164.593 7.008,177.778 10.406,177.778 18.244 C 177.778 19.087,178.577 19.355,181.097 19.355 L 184.417 19.355 183.994 16.747 C 182.636 8.383,170.802 2.317,160.932 4.926 M205.522 5.288 C 193.113 9.929,187.498 27.839,193.471 43.728 C 200.113 61.398,225.168 60.783,229.987 42.832 L 230.709 40.143 227.272 40.143 C 224.006 40.143,223.813 40.253,223.393 42.354 C 221.152 53.560,205.804 54.266,200.382 43.412 C 197.373 37.389,197.248 24.155,200.140 17.838 C 205.236 6.706,220.504 7.247,223.462 18.664 C 224.326 21.998,230.667 22.645,230.225 19.355 C 228.759 8.450,216.195 1.295,205.522 5.288 M58.781 24.396 C 58.781 45.482,59.019 47.008,62.941 51.141 C 70.903 59.530,87.303 57.865,93.053 48.085 L 94.982 44.803 95.203 24.910 L 95.424 5.018 92.199 5.018 L 88.974 5.018 88.752 24.194 C 88.469 48.664,87.490 50.887,76.988 50.893 C 66.447 50.900,65.236 48.111,65.234 23.835 L 65.233 5.018 62.007 5.018 L 58.781 5.018 58.781 24.396 M106.093 30.538 L 106.093 56.059 118.100 55.784 C 131.707 55.472,134.341 54.673,138.131 49.704 C 142.597 43.849,140.283 32.689,134.070 30.116 L 131.852 29.197 134.377 27.481 C 140.228 23.505,140.846 14.573,135.646 9.123 C 132.673 6.006,128.030 5.018,116.357 5.018 L 106.093 5.018 106.093 30.538 M240.143 30.466 L 240.143 55.914 243.369 55.914 L 246.595 55.914 246.595 45.520 L 246.595 35.125 252.509 35.126 L 258.423 35.127 264.025 45.521 L 269.628 55.914 273.190 55.914 C 276.653 55.914,276.730 55.869,275.923 54.301 C 275.467 53.414,272.875 48.634,270.163 43.679 C 264.354 33.065,264.551 34.140,268.014 31.954 C 278.032 25.630,275.856 9.891,264.455 6.209 C 261.718 5.325,258.109 5.018,250.455 5.018 L 240.143 5.018 240.143 30.466 M284.588 30.466 L 284.588 55.914 287.814 55.914 L 291.039 55.914 291.039 30.466 L 291.039 5.018 287.814 5.018 L 284.588 5.018 284.588 30.466 M303.226 30.466 L 303.226 55.914 313.953 55.914 C 325.859 55.914,330.021 55.026,333.601 51.722 C 339.739 46.056,339.150 35.284,332.463 30.920 L 329.863 29.224 332.594 26.619 C 336.044 23.329,337.133 19.713,336.111 14.946 C 334.474 7.313,329.244 5.018,313.490 5.018 L 303.226 5.018 303.226 30.466 M348.387 30.466 L 348.387 55.914 364.559 55.914 L 380.732 55.914 380.509 53.226 L 380.287 50.538 367.563 50.342 L 354.839 50.146 354.839 41.202 L 354.839 32.258 365.950 32.258 L 377.061 32.258 377.061 29.749 L 377.061 27.240 365.950 27.240 L 354.839 27.240 354.839 18.996 L 354.839 10.753 367.384 10.753 L 379.928 10.753 379.928 7.885 L 379.928 5.018 364.158 5.018 L 348.387 5.018 348.387 30.466 M129.099 11.862 C 132.543 13.644,133.822 19.465,131.498 22.784 C 129.472 25.675,126.727 26.523,119.390 26.523 L 112.545 26.523 112.545 18.638 L 112.545 10.753 119.749 10.753 C 124.849 10.753,127.579 11.077,129.099 11.862 M263.574 12.151 C 266.573 13.979,267.549 15.950,267.549 20.179 C 267.549 27.041,264.112 29.448,253.584 29.960 L 246.595 30.299 246.595 20.526 L 246.595 10.753 253.943 10.755 C 259.953 10.758,261.706 11.011,263.574 12.151 M328.021 13.122 C 333.818 19.868,328.285 26.523,316.881 26.523 L 310.394 26.523 310.394 18.575 L 310.394 10.626 318.343 10.868 C 326.030 11.103,326.349 11.177,328.021 13.122 M129.773 33.345 C 133.706 35.379,135.094 40.558,133.031 45.495 C 131.463 49.248,128.894 50.179,120.107 50.179 L 112.545 50.179 112.545 41.219 L 112.545 32.258 120.107 32.258 C 125.465 32.258,128.283 32.575,129.773 33.345 M329.093 34.958 C 332.751 39.055,331.571 46.679,326.905 49.092 C 325.435 49.852,322.636 50.179,317.598 50.179 L 310.394 50.179 310.394 41.157 L 310.394 32.135 318.698 32.376 L 327.003 32.616 329.093 34.958 " stroke="none" fill-rule="evenodd"></path>
  </g>
</svg>
</a></div><div class="feastsearchtoggle"><a href="#feastmobilemenu"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" xml:space="preserve" xmlns:svg="//www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 100 100" aria-labelledby="searchicon" role="img">
  <title id="searchicon">search icon</title>
  <g transform="translate(0,-952.36218)">
    <path fill="currentColor" d="M 40 11 C 24.007431 11 11 24.00743 11 40 C 11 55.9926 24.007431 69 40 69 C 47.281794 69 53.935267 66.28907 59.03125 61.84375 L 85.59375 88.40625 C 86.332786 89.16705 87.691654 89.1915 88.4375 88.4375 C 89.183345 87.6834 89.175154 86.2931 88.40625 85.5625 L 61.875 59.03125 C 66.312418 53.937244 69 47.274551 69 40 C 69 24.00743 55.992569 11 40 11 z M 40 15 C 53.830808 15 65 26.16919 65 40 C 65 53.8308 53.830808 65 40 65 C 26.169192 65 15 53.8308 15 40 C 15 26.16919 26.169192 15 40 15 z " transform="translate(0,952.36218)">
    </path>
  </g>
</svg>
</a></div></div><div id="feastmobilemenu" class="feastmobilemenu-background" aria-label="main"><div class="mmm-dialog"><div class="mmm-content"><a href="https://expertvagabond.com"><img width="200" height="70" id="mmmlogo" src="https://expertvagabond.com/wp-content/uploads/Logo-200.jpg" srcset="https://expertvagabond.com/wp-content/uploads/Logo-400.jpg 2x" alt="Homepage link" data-pin-nopin="true" fetchpriority="high" /></a><div id="feast-mobile-search"><form class="search-form" method="get" action="https://expertvagabond.com/" role="search"><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website"><input class="search-form-submit" type="submit" value="Search"><meta content="https://expertvagabond.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-37892"><a href="https://expertvagabond.com/destinations/">Destinations</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37891"><a href="https://expertvagabond.com/travel-blog/">All Travel Blogs</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38022"><a href="https://expertvagabond.com/africa/">Africa</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38026"><a href="https://expertvagabond.com/asia/">Asia</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38030"><a href="https://expertvagabond.com/caribbean/">Caribbean</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38032"><a href="https://expertvagabond.com/central-america/">Central America</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38038"><a href="https://expertvagabond.com/europe/">Europe</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38055"><a href="https://expertvagabond.com/north-america/">North America</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38049"><a href="https://expertvagabond.com/middle-east/">Middle East</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-38059"><a href="https://expertvagabond.com/polar-regions/">Polar Regions</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37893"><a href="https://expertvagabond.com/travel-tips/">Travel Tips</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38060"><a href="https://expertvagabond.com/best-travel-tips/">Best Travel Tips</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38062"><a href="https://expertvagabond.com/how-to-find-cheap-flights/">Find Cheap Flights</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38063"><a href="https://expertvagabond.com/cheap-travel-accommodation/">Book A Hotel</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40513"><a href="https://expertvagabond.com/travel-safety-tips/">Travel Safety Guide</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56365"><a href="https://expertvagabond.com/travel-insurance-tips/">Get Travel Insurnace</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-57707"><a href="https://expertvagabond.com/travel-gear/">Gear Guides</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56570"><a href="https://expertvagabond.com/travel-gear-guide/">Ultimate Packing List</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56571"><a href="https://expertvagabond.com/best-travel-backpacks/">Best Travel Backpacks</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56572"><a href="https://expertvagabond.com/best-travel-camera/">Best Travel Cameras</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37895"><a href="https://expertvagabond.com/digital-nomads/">Living Abroad</a><button class="feast-submenu-toggle" aria-label="Submenu Dropdown"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="20px" height="20px" alt="Submenu Dropdown"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45255"><a href="https://expertvagabond.com/digital-nomad-tips/">Digital Nomad Tips</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-38068"><a href="https://expertvagabond.com/best-travel-jobs/">Best Travel Jobs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-57933"><a href="https://expertvagabond.com/moving-to-europe/">Moving To Europe</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-57934"><a href="https://expertvagabond.com/dual-citizenship-ireland/">Get An EU Passport</a></li>
</ul>
</li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" ><a class="social-media__link" href="https://www.instagram.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="20px" height="20px" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.youtube.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Youtube" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 576 512" width="20px" height="20px" role="graphics-symbol" aria-label="YouTube Icon"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.facebook.com/ExpertVagabond/" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="20px" height="20px" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://twitter.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 512 512" width="20px" height="20px" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#ff8400"></svg></a></div>


<p></p>
							</div>

			</div></div><a href="#" class="closebtn">×</a></div></div></div><div class="site-inner"><div class="content-sidebar-wrap"><main class="content"><article class="post-57432 page type-page status-publish has-post-thumbnail mv-content-wrapper grow-content-body entry" aria-label="Expert Vagabond Travel Blog: Digital Nomad Living Abroad"><header class="entry-header"><h1 class="entry-title">Expert Vagabond Travel Blog: Digital Nomad Living Abroad</h1>
</header><div class="entry-content">
<div class="wp-block-group is-style-default has-white-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center" id="h-travel-guides-amp-nomadic-living-abroad">Travel Guides &amp; Nomadic Living Abroad</h2>



<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile" style="grid-template-columns:auto 26%"><div class="wp-block-media-text__content">
<p class="has-text-align-center has-medium-font-size"><strong>Welcome to Expert Vagabond!</strong> Plan your next vacation using my travel tips &amp; destination guides, or learn how to become a digital nomad while working &amp; living abroad.</p>



<div class="wp-block-buttons has-custom-font-size has-small-font-size is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-font-size is-style-fill has-medium-font-size"><a class="wp-block-button__link has-luminous-vivid-orange-background-color has-background has-text-align-center wp-element-button" href="https://expertvagabond.com/about/" style="border-radius:10px"><strong>LEARN MORE &rarr;</strong></a></div>
</div>
</div><figure class="wp-block-media-text__media"><img data-perfmatters-preload decoding="async" width="600" height="600" fetchpriority="high" src="https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-600x600.jpg" alt="" class="wp-image-57506 size-large" srcset="https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-600x600.jpg 600w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-267x267.jpg 267w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-100x100.jpg 100w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-360x360.jpg 360w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar-180x180.jpg 180w, https://expertvagabond.com/wp-content/uploads/karsten-family-avatar.jpg 620w" sizes="(max-width: 600px) 100vw, 600px" data-pin-media="https://expertvagabond.com/wp-content/uploads/karsten-family-avatar.jpg"></figure></div>
</div></div>



<p></p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="h-latest-blog-posts">Latest Blog Posts</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://expertvagabond.com/virtual-reality-travel-apps/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="VR Travel Experiences" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg" data-src="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg 2000w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="VR Travel Experiences" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg 2000w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-vr-travel-apps.jpg"></noscript><div class="fsri-title">Best VR Travel Apps: Travel The World From Home</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/avoid-travel-usa/"><img decoding="async" width="360" height="540" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;540&#039;%20viewBox=&#039;0%200%20360%20540&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Statue of Liberty" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured.jpg" data-src="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-360x540.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-360x540.jpg 360w, https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-720x1080.jpg 720w, https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-180x270.jpg 180w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="540" src="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Statue of Liberty" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-360x540.jpg 360w, https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-720x1080.jpg 720w, https://expertvagabond.com/wp-content/uploads/avoid-usa-featured-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/avoid-usa-featured.jpg"></noscript><div class="fsri-title">5 Reasons To Avoid Visiting The US This Year (Plus Great Alternatives)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/moving-to-europe/"><img decoding="async" width="360" height="239" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;239&#039;%20viewBox=&#039;0%200%20360%20239&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg" data-src="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg 2000w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-900x598.jpg 900w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-768x510.jpg 768w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-960x637.jpg 960w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-1080x717.jpg 1080w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-1200x797.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="239" src="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg 2000w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-900x598.jpg 900w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-768x510.jpg 768w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-960x637.jpg 960w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-1080x717.jpg 1080w, https://expertvagabond.com/wp-content/uploads/annecy-family-photo-1200x797.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/annecy-family-photo.jpg"></noscript><div class="fsri-title">Goodbye America! (We're Moving To Europe)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/safest-cities-in-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Safe cities in Mexico" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg" data-src="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg 2000w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Safe cities in Mexico" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg 2000w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/safe-cities-in-mexico.jpg"></noscript><div class="fsri-title">20 Safest Cities in Mexico To Visit Or Live In</div></a></li></ul></div></div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="h-iceland-travel-guide">Iceland Travel Guide</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://expertvagabond.com/reykjavik-iceland-things-to-do/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Best Things To Do in Reykjavik" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg" data-src="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg 1280w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-1200x800.jpg 1200w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-600x400.jpg 600w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best Things To Do in Reykjavik" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg 1280w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-1200x800.jpg 1200w, https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog-600x400.jpg 600w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/reykjavik-things-to-do-blog.jpg"></noscript><div class="fsri-title">25 Fun Things To Do In Reykjav&iacute;k Iceland</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/northern-lights-iceland/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Northern Lights Photos in Iceland" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-1200x801.jpg 1200w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-472x315.jpg 472w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Northern Lights Photos in Iceland" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-1200x801.jpg 1200w, https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide-472x315.jpg 472w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/northern-lights-iceland-guide.jpg"></noscript><div class="fsri-title">How To See &amp; Photograph The Northern Lights</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/best-time-to-visit-iceland/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Best Time To Visit Iceland" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-1200x801.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best Time To Visit Iceland" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide-1200x801.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-seasons-iceland-guide.jpg"></noscript><div class="fsri-title">When Is The Best Time To Visit Iceland?</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/where-to-stay-iceland-hotels/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Where to Stay in Iceland" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Where to Stay in Iceland" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/where-to-stay-iceland-guide.jpg"></noscript><div class="fsri-title">Where To Stay In Iceland: Reykjavik &amp; Beyond</div></a></li></ul><div class="feast-category-link">See more  <a href="https://expertvagabond.com/europe/iceland/">Iceland &rarr;</a></div></div>

<!-- scheduled-categories-block --></div></div>



<h2 class="wp-block-heading" id="h-looking-for-something">Looking For Something?</h2>



<div class="wp-block-group is-style-full-width-custom-background-feature-wrapper"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"><form role="search" method="get" action="https://expertvagabond.com/" class="wp-block-search__button-outside wp-block-search__text-button aligncenter wp-block-search"><label class="wp-block-search__label has-medium-font-size" for="wp-block-search__input-2">Site Search</label><div class="wp-block-search__inside-wrapper "><input class="wp-block-search__input has-medium-font-size" id="wp-block-search__input-2" placeholder="search for it here + hit enter" value="" type="search" name="s" required><button aria-label="Search" class="wp-block-search__button has-medium-font-size wp-element-button" type="submit">Search</button></div></form></div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="h-mexico-travel-guide">Mexico Travel Guide</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://expertvagabond.com/merida-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Merida, Mexico" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Merida, Mexico" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/merida-mexico-travel-guide.jpg"></noscript><div class="fsri-title">10 Best Things To Do In M&eacute;rida, Mexico</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/mayan-train-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Mayan Train" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Mayan Train" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/mayan-train-mexico-guide.jpg"></noscript><div class="fsri-title">Tren Maya: Travel The Yucatan By Mayan Train</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/valladolid-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Valladolid Mexico" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Valladolid Mexico" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/valladolid-mexico-travel-guide.jpg"></noscript><div class="fsri-title">Best Things To Do In Valladolid, Mexico</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/renting-car-in-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Renting Car in Mexico" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg" data-src="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg 2000w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Renting Car in Mexico" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg 2000w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-1080x720.jpg 1080w, https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/renting-car-in-mexico.jpg"></noscript><div class="fsri-title">Renting A Car In Mexico: Everything You Need To Know</div></a></li></ul><div class="feast-category-link">See more  <a href="https://expertvagabond.com/north-america/mexico/">Mexico &rarr;</a></div></div>


<p class="has-text-align-right"></p>
</div></div>



<div class="wp-block-media-text alignwide is-stacked-on-mobile feast-about-author"><figure class="wp-block-media-text__media"><img decoding="async" width="600" height="600" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;600&#039;%20height=&#039;600&#039;%20viewBox=&#039;0%200%20600%20600&#039;%3E%3C/svg%3E" alt class="wp-image-57463 size-full perfmatters-lazy" data-pin-media="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile.jpg" data-src="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-600x600.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-600x600.jpg 600w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-267x267.jpg 267w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-100x100.jpg 100w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-768x768.jpg 768w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-720x720.jpg 720w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-360x360.jpg 360w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-180x180.jpg 180w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile.jpg 1000w" data-sizes="(max-width: 600px) 100vw, 600px" /><noscript><img decoding="async" width="600" height="600" src="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-600x600.jpg" alt="" class="wp-image-57463 size-full" srcset="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-600x600.jpg 600w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-267x267.jpg 267w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-100x100.jpg 100w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-768x768.jpg 768w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-720x720.jpg 720w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-360x360.jpg 360w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile-180x180.jpg 180w, https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile.jpg 1000w" sizes="(max-width: 600px) 100vw, 600px" data-pin-media="https://expertvagabond.com/wp-content/uploads/Matthew-Karsten-Expert-Vagabond-Profile.jpg"></noscript></figure><div class="wp-block-media-text__content">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading" id="h-hi-i-m-matthew-karsten">HI, I'M MATTHEW KARSTEN</h3>
</div></div>



<p>Nice to meet you! I'm a travel blogger, digital nomad, and American expat living abroad in France. Join me &amp; my family as we share useful travel tips from 10 years traveling &amp; living around the world.</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-text-align-right wp-element-button" href="/about/" style="border-radius:10px"><strong>MORE ABOUT ME &rarr;</strong></a></div>
</div>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="h-useful-travel-tips">Useful Travel Tips</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://expertvagabond.com/driving-in-costa-rica/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Driving in Costa Rica" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg" data-src="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg 2000w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Driving in Costa Rica" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg 2000w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/driving-costa-rica-blog.jpg"></noscript><div class="fsri-title">Driving In Costa Rica: Everything You Need To Know</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/travel-insurance-tips/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Best Travel Insurance Options" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best Travel Insurance Options" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/travel-insurance-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/travel-insurance-guide.jpg"></noscript><div class="fsri-title">Best Travel Insurance Options For Nomads</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/travel-safety-tips/"><img decoding="async" width="360" height="540" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;540&#039;%20viewBox=&#039;0%200%20360%20540&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Travel Safety Featured" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/travel-safety-featured.jpg" data-src="https://expertvagabond.com/wp-content/uploads/travel-safety-featured-360x540.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/travel-safety-featured-360x540.jpg 360w, https://expertvagabond.com/wp-content/uploads/travel-safety-featured-720x1080.jpg 720w, https://expertvagabond.com/wp-content/uploads/travel-safety-featured-180x270.jpg 180w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="540" src="https://expertvagabond.com/wp-content/uploads/travel-safety-featured-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Travel Safety Featured" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/travel-safety-featured-360x540.jpg 360w, https://expertvagabond.com/wp-content/uploads/travel-safety-featured-720x1080.jpg 720w, https://expertvagabond.com/wp-content/uploads/travel-safety-featured-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/travel-safety-featured.jpg"></noscript><div class="fsri-title">25 Important Travel Safety Tips</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/renting-car-in-greece/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Renting a Car in Greece" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg" data-src="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg 2000w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-333x222.jpg 333w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Renting a Car in Greece" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg 2000w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips-333x222.jpg 333w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/renting-car-greece-tips.jpg"></noscript><div class="fsri-title">Renting A Car In Greece: Ultimate Guide For Tourists</div></a></li></ul><div class="feast-category-link">See more  <a href="https://expertvagabond.com/travel-tips/">Travel Tips &rarr;</a></div></div>


<p class="has-text-align-right"></p>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="h-living-abroad">Living Abroad</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://expertvagabond.com/best-travel-tips/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Best Travel Tips for Traveling the World" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-1536x1024.jpg 1536w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-1200x800.jpg 1200w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-600x400.jpg 600w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best Travel Tips for Traveling the World" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-1536x1024.jpg 1536w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-1200x800.jpg 1200w, https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide-600x400.jpg 600w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/best-travel-tips-guide.jpg"></noscript><div class="fsri-title">My 50 Best Travel Tips After 10 Years Traveling The World</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/asheville-things-to-do/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Asheville Blue Ridge Parkway" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg" data-src="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg 1024w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-1200x800.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Asheville Blue Ridge Parkway" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg 1024w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL-1200x800.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/asheville-blue-ridge-lookout-XL.jpg"></noscript><div class="fsri-title">Why Is Asheville North Carolina So Cool? (Plus Things To Do!)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/venice-gondola-rides/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Venice Gondola Ride Tips" data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg" data-src="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-1200x801.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Venice Gondola Ride Tips" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg 1280w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-600x400.jpg 600w, https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide-1200x801.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/venice-italy-gondola-guide.jpg"></noscript><div class="fsri-title">Tips For Renting A Gondola In Venice (Plus Some History)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/tulum-ruins-mexico/"><img decoding="async" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt data-pin-nopin="true" aria-hidden="true" data-pin-media="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum.jpg" data-src="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900.jpg 900w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-600x400.jpg 600w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img decoding="async" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900.jpg 900w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-800x533.jpg 800w, https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum-900x900-600x400.jpg 600w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://expertvagabond.com/wp-content/uploads/mayan-ruins-tulum.jpg"></noscript><div class="fsri-title">How To Visit The Mayan Ruins Of Tulum In Mexico</div></a></li></ul></div>


<p class="has-text-align-right"></p>
</div></div>
</div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar">
			<div class="feast-layout feast-layout--modern-sidebar feast-modern-sidebar">
								
<div class="wp-block-media-text alignwide is-stacked-on-mobile is-variation-media-text-sidebar-bio"><figure class="wp-block-media-text__media"><img width="400" height="400" data-pin-nopin="true" fetchpriority="low" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;400&#039;%20height=&#039;400&#039;%20viewBox=&#039;0%200%20400%20400&#039;%3E%3C/svg%3E" alt class="wp-image-57433 size-full perfmatters-lazy" data-src="https://expertvagabond.com/wp-content/uploads/matthew-karsten-travel-blogger-headshot-1.jpg" /><noscript><img width="400" height="400" data-pin-nopin="true" fetchpriority="low" src="https://expertvagabond.com/wp-content/uploads/matthew-karsten-travel-blogger-headshot-1.jpg" alt="" class="wp-image-57433 size-full"/></noscript></figure><div class="wp-block-media-text__content">
<h3 class="wp-block-heading has-text-align-center" id="h-hi-i-m-matt">HI! I'M MATT</h3>



<p class="has-text-align-center">Travel blogger, digital nomad, and American expat living abroad in France. Join me &amp; my family as we share useful travel tips from 10 years traveling around the world.</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-button-right-arrow"><a class="wp-block-button__link wp-element-button" href="/about/" style="border-radius:10px">MORE ABOUT ME</a></div>
</div>
</div></div>



<h3 class="wp-block-heading" id="h-popular">Popular</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://expertvagabond.com/marrakesh-things-to-do/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Marrakesh Morocco" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque.jpg 1280w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-600x400.jpg 600w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Marrakesh Morocco" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque.jpg 1280w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-800x534.jpg 800w, https://expertvagabond.com/wp-content/uploads/marrakesh-koutoubia-mosque-600x400.jpg 600w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Best Things To Do In Marrakesh, Morocco</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/visiting-colosseum-rome/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Visiting the Colosseum in Rome" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Visiting the Colosseum in Rome" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/roman-colosseum-visitors-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Tips For Visiting The Colosseum In Rome</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/annecy-france-things-to-do/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Annecy France Travel Guide" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Annecy France Travel Guide" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/annecy-france-travel-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">13 Best Things To Do In Annecy, France</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/where-to-stay-cancun/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cancun Beach View in Mexico" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay.jpg 2000w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-333x222.jpg 333w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Cancun Beach View in Mexico" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay.jpg 2000w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/cancun-best-places-to-stay-333x222.jpg 333w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Where To Stay In Cancun, Mexico (5 Best Hotels)</div></a></li></ul></div>


<h3 class="wp-block-heading" id="h-seasonal">Seasonal</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://expertvagabond.com/cenotes-yucatan-mexico/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cenotes in Mexico" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Cenotes in Mexico" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/mexico-cenote-travel-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">Best Cenotes In Mexico's Yucatan Peninsula (Ultimate Guide)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/tulum-things-to-do/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Things To Do In Tulum" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Things To Do In Tulum" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/tulum-mexico-travel-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">21 Best Things To Do In Tulum, Mexico</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/how-to-become-nanny-au-pair/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Au Pair &amp; Nanny Jobs" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-1536x1024.jpg 1536w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Au Pair &amp; Nanny Jobs" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-1536x1024.jpg 1536w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/nanny-au-pair-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">How To Become A Professional Nanny (Au Pair)</div></a></li><li class="listing-item"><a href="https://expertvagabond.com/gifts-for-photographers/"><img fetchpriority="low" width="360" height="240" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;240&#039;%20viewBox=&#039;0%200%20360%20240&#039;%3E%3C/svg%3E" class="feast_2x3_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Best Gifts for Photographers" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://expertvagabond.com/wp-content/uploads/photographer-gift-guide.jpg" data-srcset="https://expertvagabond.com/wp-content/uploads/photographer-gift-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-1080x720.jpg 1080w" data-sizes="(max-width: 360px) 100vw, 360px" /><noscript><img fetchpriority="low" width="360" height="240" src="https://expertvagabond.com/wp-content/uploads/photographer-gift-guide.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best Gifts for Photographers" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://expertvagabond.com/wp-content/uploads/photographer-gift-guide.jpg 2000w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-400x267.jpg 400w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-900x600.jpg 900w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-768x512.jpg 768w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-1536x1025.jpg 1536w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-333x222.jpg 333w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-735x490.jpg 735w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-335x223.jpg 335w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-347x231.jpg 347w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-520x347.jpg 520w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-640x427.jpg 640w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-960x640.jpg 960w, https://expertvagabond.com/wp-content/uploads/photographer-gift-guide-1080x720.jpg 1080w" sizes="(max-width: 360px) 100vw, 360px" /></noscript><div class="fsri-title">15 Great Gift Ideas For Photographers</div></a></li></ul></div>							</div>

			</aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2>
			<div class="feast-layout feast-layout--modern-footer feast-modern-footer">
								
<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">↑ back to top</a></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading has-text-align-center" id="h-travel-resources">Travel Resources</h3>



<ul class="wp-block-list">
<li><a href="https://expertvagabond.com/best-travel-tips/">My Best Travel Tips</a></li>



<li><a href="https://expertvagabond.com/travel-insurance-tips/">Picking Travel Insurance</a></li>



<li><a href="https://expertvagabond.com/how-to-find-cheap-flights/">How To Find Cheap Flights</a></li>



<li><a href="https://expertvagabond.com/travel-safety-tips/">Travel Safety Advice</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading has-text-align-center" id="h-social-media">Social Media</h3>


<div class="feast-social-media feast-social-media--align-center" ><a class="social-media__link" href="https://www.facebook.com/ExpertVagabond/" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="20px" height="20px" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.youtube.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Youtube" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="20px" height="20px" role="graphics-symbol" aria-label="YouTube Icon"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.instagram.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20px" height="20px" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@expertvagabondmatt" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20px" height="20px" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://twitter.com/expertvagabond" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20px" height="20px" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#ff8400"></svg></a><a class="social-media__link" href="https://bsky.app/profile/matthewkarsten.bsky.social" target="_blank" rel="noopener noreferrer" aria-label="Bluesky" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #ff8400;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20px" height="20px" role="graphics-symbol" aria-label="Bluesky Icon"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z" fill="#ff8400"/></svg></a></div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading has-text-align-center" id="h-living-abroad">Living Abroad</h3>



<ul class="wp-block-list">
<li><a href="https://expertvagabond.com/digital-nomad-tips/">Digital Nomad Guide</a></li>



<li><a href="https://expertvagabond.com/best-travel-jobs/">Best Travel Jobs</a></li>



<li><a href="https://expertvagabond.com/digital-nomad-work-visas/">Digital Nomad Visas</a></li>



<li><a href="https://expertvagabond.com/dual-citizenship-ireland/">Getting EU Passport</a></li>
</ul>
</div>
</div>



<p class="has-text-align-center"><a href="https://expertvagabond.com/travel-blog/">Travel Blog</a> | <a href="https://expertvagabond.com/about/">About</a> | <a href="https://expertvagabond.com/policy-page/">Policy Page</a> | <a href="https://expertvagabond.com/contact/">Contact</a></p>



<p class="has-text-align-center has-small-font-size"><em>Some of the links on this website are affiliate links. We make a small percentage if you purchase products through those links. It does not cost you anything extra and helps keep this site running. As an Amazon associate we earn a small percentage from qualifying Amazon purchases.</em></p>



<p class="has-text-align-center">© 2025<strong> Expert Vagabond Travel Blog | Digital Nomad Living Abroad&nbsp;</strong></p>



<p></p>
							</div>

			</div></footer></div><div id="mv-grow-data" data-settings='{&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:false,&quot;sidebar&quot;:false,&quot;pop_up&quot;:false,&quot;sticky_bar&quot;:false},&quot;isTrellis&quot;:false,&quot;license_last4&quot;:&quot;fbc2&quot;},&quot;post&quot;:null,&quot;shareCounts&quot;:[],&quot;shouldRun&quot;:true,&quot;buttonSVG&quot;:{&quot;share&quot;:{&quot;height&quot;:32,&quot;width&quot;:26,&quot;paths&quot;:[&quot;M20.8 20.8q1.984 0 3.392 1.376t1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408-3.392-1.408-1.408-3.392q0-0.192 0.032-0.448t0.032-0.384l-8.32-4.992q-1.344 1.024-2.944 1.024-1.984 0-3.392-1.408t-1.408-3.392 1.408-3.392 3.392-1.408q1.728 0 2.944 0.96l8.32-4.992q0-0.128-0.032-0.384t-0.032-0.384q0-1.984 1.408-3.392t3.392-1.408 3.392 1.376 1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408q-1.664 0-2.88-1.024l-8.384 4.992q0.064 0.256 0.064 0.832 0 0.512-0.064 0.768l8.384 4.992q1.152-0.96 2.88-0.96z&quot;]},&quot;facebook&quot;:{&quot;height&quot;:32,&quot;width&quot;:18,&quot;paths&quot;:[&quot;M17.12 0.224v4.704h-2.784q-1.536 0-2.080 0.64t-0.544 1.92v3.392h5.248l-0.704 5.28h-4.544v13.568h-5.472v-13.568h-4.544v-5.28h4.544v-3.904q0-3.328 1.856-5.152t4.96-1.824q2.624 0 4.064 0.224z&quot;]},&quot;twitter&quot;:{&quot;height&quot;:30,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M30.3 29.7L18.5 12.4l0 0L29.2 0h-3.6l-8.7 10.1L10 0H0.6l11.1 16.1l0 0L0 29.7h3.6l9.7-11.2L21 29.7H30.3z M8.6 2.7 L25.2 27h-2.8L5.7 2.7H8.6z&quot;]},&quot;pinterest&quot;:{&quot;height&quot;:32,&quot;width&quot;:23,&quot;paths&quot;:[&quot;M0 10.656q0-1.92 0.672-3.616t1.856-2.976 2.72-2.208 3.296-1.408 3.616-0.448q2.816 0 5.248 1.184t3.936 3.456 1.504 5.12q0 1.728-0.32 3.36t-1.088 3.168-1.792 2.656-2.56 1.856-3.392 0.672q-1.216 0-2.4-0.576t-1.728-1.568q-0.16 0.704-0.48 2.016t-0.448 1.696-0.352 1.28-0.48 1.248-0.544 1.12-0.832 1.408-1.12 1.536l-0.224 0.096-0.16-0.192q-0.288-2.816-0.288-3.36 0-1.632 0.384-3.68t1.184-5.152 0.928-3.616q-0.576-1.152-0.576-3.008 0-1.504 0.928-2.784t2.368-1.312q1.088 0 1.696 0.736t0.608 1.824q0 1.184-0.768 3.392t-0.8 3.36q0 1.12 0.8 1.856t1.952 0.736q0.992 0 1.824-0.448t1.408-1.216 0.992-1.696 0.672-1.952 0.352-1.984 0.128-1.792q0-3.072-1.952-4.8t-5.12-1.728q-3.552 0-5.952 2.304t-2.4 5.856q0 0.8 0.224 1.536t0.48 1.152 0.48 0.832 0.224 0.544q0 0.48-0.256 1.28t-0.672 0.8q-0.032 0-0.288-0.032-0.928-0.288-1.632-0.992t-1.088-1.696-0.576-1.92-0.192-1.92z&quot;]}},&quot;saveThis&quot;:{&quot;spotlight&quot;:&quot;&quot;,&quot;successMessage&quot;:&quot;&quot;,&quot;consent&quot;:&quot;&quot;,&quot;consentForMailingList&quot;:&quot;&quot;,&quot;position&quot;:&quot;&quot;,&quot;mailingListService&quot;:&quot;&quot;},&quot;utmParams&quot;:[],&quot;pinterest&quot;:{&quot;pinDescriptionSource&quot;:&quot;image_alt_tag&quot;,&quot;pinDescription&quot;:null,&quot;pinTitle&quot;:null,&quot;pinImageURL&quot;:null,&quot;pinnableImages&quot;:&quot;post_images&quot;,&quot;postImageHidden&quot;:null,&quot;postImageHiddenMultiple&quot;:null,&quot;lazyLoadCompatibility&quot;:&quot;yes&quot;,&quot;buttonPosition&quot;:&quot;top-left&quot;,&quot;buttonShape&quot;:&quot;circle&quot;,&quot;showButtonLabel&quot;:null,&quot;buttonLabelText&quot;:&quot;&quot;,&quot;buttonShareBehavior&quot;:&quot;all_images&quot;,&quot;hoverButtonShareBehavior&quot;:&quot;hover_image&quot;,&quot;minimumImageWidth&quot;:&quot;&quot;,&quot;minimumImageHeight&quot;:&quot;&quot;,&quot;showImageOverlay&quot;:null,&quot;alwaysShowMobile&quot;:null,&quot;alwaysShowDesktop&quot;:null,&quot;postTypeDisplay&quot;:[&quot;post&quot;],&quot;imagePinIt&quot;:&quot;0&quot;,&quot;hasContent&quot;:&quot;1&quot;,&quot;shareURL&quot;:&quot;https:\/\/expertvagabond.com\/&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;lazy&quot;,&quot;loading&quot;,&quot;loaded&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;skip-lazy&quot;],&quot;disableIframes&quot;:null}}'></div><style id='core-block-supports-inline-css'>
.wp-container-core-buttons-is-layout-16018d1d{justify-content:center;}.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;}
</style>
<script id="feast-public-js-js-extra" defer src="data:text/javascript;base64,CnZhciBmZWFzdEpTRGF0YSA9IHsieW9hc3RGYXFFbmFibGVkIjoiIn07Cg=="></script>
<script src="https://expertvagabond.com/wp-content/cache/perfmatters/expertvagabond.com/minify/5743b133daf9.feast-public-js.min.js?ver=14.0.8" id="feast-public-js-js" defer></script>
<script id="dpsp-frontend-js-pro-js-extra" defer src="data:text/javascript;base64,CnZhciBkcHNwX2FqYXhfc2VuZF9zYXZlX3RoaXNfZW1haWwgPSB7ImFqYXhfdXJsIjoiaHR0cHM6XC9cL2V4cGVydHZhZ2Fib25kLmNvbVwvd3AtYWRtaW5cL2FkbWluLWFqYXgucGhwIiwiZHBzcF90b2tlbiI6IjQ3ZGMyN2YzNzUifTsK"></script>
<script id="dpsp-frontend-js-pro-js-before" defer src="data:text/javascript;base64,CgkJdmFyIGRwc3BfcGluX2J1dHRvbl9kYXRhID0geyJwaW5fZGVzY3JpcHRpb25fc291cmNlIjoiaW1hZ2VfYWx0X3RhZyIsInBpbnRlcmVzdF9waW5uYWJsZV9pbWFnZXMiOiJwb3N0X2ltYWdlcyIsInBpbnRlcmVzdF9idXR0b25fc2hhcmVfYmVoYXZpb3IiOiJhbGxfaW1hZ2VzIiwibGF6eV9sb2FkX2NvbXBhdGliaWxpdHkiOiJ5ZXMiLCJidXR0b25fcG9zaXRpb24iOiJ0b3BfbGVmdCIsImJ1dHRvbl9zaGFwZSI6ImNpcmNsZSIsIm1pbmltdW1faW1hZ2Vfd2lkdGgiOiIiLCJtaW5pbXVtX2ltYWdlX2hlaWdodCI6IiIsImJ1dHRvbl90ZXh0X2xhYmVsIjoiIiwiYnV0dG9uX3NoYXJlX2JlaGF2aW9yIjoiaG92ZXJfaW1hZ2UiLCJwb3N0X3R5cGVfZGlzcGxheSI6WyJwb3N0Il19CgkK"></script>
<script async data-noptimize  data-cfasync="false" src="https://expertvagabond.com/wp-content/plugins/social-pug/assets/dist/front-end-pro.js?ver=2.26.1" id="dpsp-frontend-js-pro-js"></script>
<script id="perfmatters-lazy-load-js-before">
window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
</script>
<script async src="https://expertvagabond.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.4.5" id="perfmatters-lazy-load-js"></script>
<script id="bigscoots-bfcache-js-extra" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
var bfcache = {"cookie_name":"bs_bfcache_auth","is_logged_in":"","pending_operation":"","cookie_path":"\/","cookie_domain":""};
</script>
<script src="https://expertvagabond.com/wp-content/plugins/bigscoots-cache/assets/js/bfcache-invalidation.min.js?ver=4.1.2" id="bigscoots-bfcache-js" defer data-wp-strategy="defer" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script>
<script id="bs-cache-speculation-rules" type="speculationrules">
{"prerender":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/*.php","\/wp-json\/*","\/wp-admin\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/uploads\/*","\/wp-content\/themes\/*","\/cart*","\/cart\/*","\/checkout*","\/checkout\/*","\/checkouts\/*","\/my-account\/*","\/logout\/*","\/*\/delete\/*","\/*\/print\/*","\/wprm_print\/*","\/*\\?*(^|&)(_wpnonce|ac|add-to-cart|add_to_cart|add-to-checkout|attachment_id|cart|download_id|download_media_file|edd_action|edd_options|media_file|media_type|wlmapi|wc-api|wc-ajax)=*"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prerender, .no-prerender a"}}]},"eagerness":"moderate"}]}
</script>
<script id="bs-cache-instant-prefetch-invoker-js" type="pmdelayedscript" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
document.addEventListener("DOMContentLoaded",function(){if(!(typeof HTMLScriptElement !== "undefined" && typeof HTMLScriptElement.supports === "function" && HTMLScriptElement.supports && HTMLScriptElement.supports("speculationrules"))) {document.querySelectorAll('script[type="speculationrules"]').forEach(script => script.remove());var bs_cache_instant_prefetch_script_element = document.createElement("script");bs_cache_instant_prefetch_script_element.id = "bs-cache-instant-prefetch-js", bs_cache_instant_prefetch_script_element.type = "module", bs_cache_instant_prefetch_script_element.src = "https://expertvagabond.com/wp-content/plugins/bigscoots-cache/assets/js/bs-cache-instant-prefetch-page.min.js", document.body.appendChild(bs_cache_instant_prefetch_script_element)}})
</script>
<script id="perfmatters-delayed-scripts-js">(function(){window.pmDC=0;window.pmDT=10;if(window.pmDT){var e=setTimeout(d,window.pmDT*1e3)}const t=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"];const n={normal:[],defer:[],async:[]};const o=[];const i=[];var r=false;var a="";window.pmIsClickPending=false;t.forEach(function(e){window.addEventListener(e,d,{passive:true})});if(window.pmDC){window.addEventListener("touchstart",b,{passive:true});window.addEventListener("mousedown",b)}function d(){if(typeof e!=="undefined"){clearTimeout(e)}t.forEach(function(e){window.removeEventListener(e,d,{passive:true})});if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",s)}else{s()}}async function s(){c();u();f();m();await w(n.normal);await w(n.defer);await w(n.async);await p();document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))});window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),E().then(()=>{h()})}function c(){let o={};function e(t,e){function n(e){return o[t].delayedEvents.indexOf(e)>=0?"perfmatters-"+e:e}if(!o[t]){o[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]};t.addEventListener=function(){arguments[0]=n(arguments[0]);o[t].originalFunctions.add.apply(t,arguments)};t.removeEventListener=function(){arguments[0]=n(arguments[0]);o[t].originalFunctions.remove.apply(t,arguments)}}o[t].delayedEvents.push(e)}function t(t,n){const e=t[n];Object.defineProperty(t,n,{get:!e?function(){}:e,set:function(e){t["perfmatters"+n]=e}})}e(document,"DOMContentLoaded");e(window,"DOMContentLoaded");e(window,"load");e(document,"readystatechange");t(document,"onreadystatechange");t(window,"onload")}function u(){let n=window.jQuery;Object.defineProperty(window,"jQuery",{get(){return n},set(t){if(t&&t.fn&&!o.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){if(r){e.bind(document)(t)}else{document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})}};const e=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function t(e){e=e.split(" ");e=e.map(function(e){if(e==="load"||e.indexOf("load.")===0){return"perfmatters-jquery-load"}else{return e}});e=e.join(" ");return e}if(typeof arguments[0]=="string"||arguments[0]instanceof String){arguments[0]=t(arguments[0])}else if(typeof arguments[0]=="object"){Object.keys(arguments[0]).forEach(function(e){delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}}return e.apply(this,arguments),this};o.push(t)}n=t}})}function f(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){if(e.hasAttribute("src")){if(e.hasAttribute("defer")&&e.defer!==false){n.defer.push(e)}else if(e.hasAttribute("async")&&e.async!==false){n.async.push(e)}else{n.normal.push(e)}}else{n.normal.push(e)}})}function m(){var o=document.createDocumentFragment();[...n.normal,...n.defer,...n.async].forEach(function(e){var t=e.getAttribute("src");if(t){var n=document.createElement("link");n.href=t;if(e.getAttribute("data-perfmatters-type")=="module"){n.rel="modulepreload"}else{n.rel="preload";n.as="script"}o.appendChild(n)}});document.head.appendChild(o)}async function w(e){var t=e.shift();if(t){await l(t);return w(e)}return Promise.resolve()}async function l(t){await v();return new Promise(function(e){const n=document.createElement("script");[...t.attributes].forEach(function(e){let t=e.nodeName;if(t!=="type"){if(t==="data-perfmatters-type"){t="type"}n.setAttribute(t,e.nodeValue)}});if(t.hasAttribute("src")){n.addEventListener("load",e);n.addEventListener("error",e)}else{n.text=t.text;e()}t.parentNode.replaceChild(n,t)})}async function p(){r=true;await v();document.dispatchEvent(new Event("perfmatters-DOMContentLoaded"));await v();window.dispatchEvent(new Event("perfmatters-DOMContentLoaded"));await v();document.dispatchEvent(new Event("perfmatters-readystatechange"));await v();if(document.perfmattersonreadystatechange){document.perfmattersonreadystatechange()}await v();window.dispatchEvent(new Event("perfmatters-load"));await v();if(window.perfmattersonload){window.perfmattersonload()}await v();o.forEach(function(e){e(window).trigger("perfmatters-jquery-load")})}async function v(){return new Promise(function(e){requestAnimationFrame(e)})}function h(){window.removeEventListener("touchstart",b,{passive:true});window.removeEventListener("mousedown",b);i.forEach(e=>{if(e.target.outerHTML===a){e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:true,cancelable:true}))}})}function E(){return new Promise(e=>{window.pmIsClickPending?g=e:e()})}function y(){window.pmIsClickPending=true}function g(){window.pmIsClickPending=false}function L(e){e.target.removeEventListener("click",L);C(e.target,"pm-onclick","onclick");i.push(e),e.preventDefault();e.stopPropagation();e.stopImmediatePropagation();g()}function b(e){if(e.target.tagName!=="HTML"){if(!a){a=e.target.outerHTML}window.addEventListener("touchend",A);window.addEventListener("mouseup",A);window.addEventListener("touchmove",k,{passive:true});window.addEventListener("mousemove",k);e.target.addEventListener("click",L);C(e.target,"onclick","pm-onclick");y()}}function k(e){window.removeEventListener("touchend",A);window.removeEventListener("mouseup",A);window.removeEventListener("touchmove",k,{passive:true});window.removeEventListener("mousemove",k);e.target.removeEventListener("click",L);C(e.target,"pm-onclick","onclick");g()}function A(e){window.removeEventListener("touchend",A);window.removeEventListener("mouseup",A);window.removeEventListener("touchmove",k,{passive:true});window.removeEventListener("mousemove",k)}function C(e,t,n){if(e.hasAttribute&&e.hasAttribute(t)){event.target.setAttribute(n,event.target.getAttribute(t));event.target.removeAttribute(t)}}})();</script></body></html>
