/*
	Theme Name: Nomadic Matt
	Theme URI: http://www.nomadicmatt.com
	Description: A mobile responsive and HTML5 theme developed by Chris Richardson and designed by Keith Ludlow for Nomadic Matt 
	Author: Chris Richardson & Keith Ludlow
	Author URI: http://www.rtwlabs.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Custom Stying for Nomadic Matt Pages
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

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

body {
	background-color: #fff;
	color: #000;
    font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #2da1c4;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #2da1c4;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

.clear {
	clear: both;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0px 0 20px 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444444;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444444;
	font-family: "Gotham A", "Gotham B", sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #444444;
	font-family: "Gotham A", "Gotham B", sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	padding: 16px 22px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #2da1c4;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	
	padding: 6px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.blog {
	background: #ffffff;
}

.nomadicmatt-page .site-inner {
	padding: 50px 0 20px 0;
}

.nomadicmatt-page .content-sidebar-wrap, .travel-guide .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1060px;
} 

.page-id-24768 .content-sidebar-wrap, .page-id-4510 .content-sidebar-wrap, .start-here .content-sidebar-wrap, .page-id-21013 .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1060px;
}

.alt-book .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.about-v2-wrapper, .page-id-16843 .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 825px;
}

.page-id-41861 .content-sidebar-wrap, .page-id-2 .content-sidebar-wrap {
	max-width: 1400px;
	margin: 0 auto;
}

.narrow-post .content-sidebar-wrap {
	max-width: 825px;
}

.narrow-675 .content-sidebar-wrap {
	max-width: 675px;
}

.narrow-1000 .content-sidebar-wrap {
	max-width: 1000px;
}

.home .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 100%;
}

.search .content-sidebar-wrap {
	max-width: 825px;
}

.woocommerce-page .content-sidebar-wrap {
	max-width: 1100px;
	width: 100%;
}

.woocommerce-page.woocommerce-checkout .content-sidebar-wrap {
	max-width: 1200px;
	width: 100%;
}

.woocommerce-page .site-inner #container {
	max-width: 750px;
	margin: 0 auto;
}

.site-inner {
	clear: both;	
}

.sales-landing .site-inner,
.sales-landing .wrap {
	max-width: 915px;
}

.sales-landing .site-inner {
	padding-bottom: 40px;
}

.sales-landing.sales-alt-landing .site-inner {
	max-width: 100%;
}

.nm-th .site-inner, .nm-th .wrap, .nm-te .site-inner, .nm-te .wrap, .nm-cm .site-inner, .nm-cm .wrap {
    max-width: 1000px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
--------------------------------------------- */

.content {
	float: right;
	width: 675px;
}

.sales-landing .content {
	background-color: #fff;
	padding: 0 60px 24px;
}

.sales-50-day-v2.sales-landing .content {
	padding: 0 0 24px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

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

.page820 {
	max-width: 820px;
	margin: 0 auto;
}

/* Primary Sidebar
--------------------------------------------- */

.sidebar-primary {
	float: right;
	width: 340px;
}

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

/* Secondary Sidebar
--------------------------------------------- */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fourth,
.one-fifth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}


.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 0px 0;
	width: 50px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.author-box {
	margin-bottom: 0;
	padding: 40px 40px 10px 40px;
}

.archive-description {
	padding: 0 40px;
}

.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form input[type="search"] {
	width: 80%;
}

.footer-widgets .search-form input {
	border: none;
}

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

#search-3 input[type="search"] {
	background: transparent;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 400px;
    padding: 7px 0;
    margin-bottom: 7px;
    color: #fff;
}

.nm-search-page-form {
	background-color: #f5f5f5; 
	padding: 20px;
	margin-bottom: 20px;
}

.nm-search-page-form input[type="submit"] {
	display: none;
}

.nm-search .search-form input[type="submit"], .nm-search-home .search-form input[type="submit"] { 
	display:none;
}

 .nav-primary .search-form {
	position: absolute;
    right: 1%;
    top: 6px;
    z-index: 1000;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 5;
}

#ais-wrapper {
	margin: 0 auto;
    max-width: 825px;
}

#algolia-search-box input {  
	background: #fff !important;
	color: #444 !important;
	padding: 10px 0 10px 10px !important;
	font-weight: 300 !important;
	border: 1px solid #888 !important;
	font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px !important;
}

#algolia-search-box .search-icon {
	left: 5px !important;    
}

#algolia-search-box {
    margin-bottom: 0 !important;
}

.search-form ::-moz-placeholder {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	opacity: 1;
}

.search-form ::-webkit-input-placeholder {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
}

.site-footer .search-form ::-moz-placeholder {
	color: #aaaaaa;
	font-family: "Gotham A", "Gotham B", sans-serif;
	opacity: 1;
	font-size: 13px;
}

.site-footer .search-form ::-webkit-input-placeholder {
	color: #aaaaaa;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 13px;
}

.embed-search {
	margin: 40px 0;
}

.embed-search input[type="submit"]{
	display: none;
}

.embed-search input {
	border-radius: 10px;
	border: 1px solid #000;
}

.mobile-search {
    display: none !important;
}

h4.blog-search {
    text-align: center;
}

.embed-search.blog-search-form {
    margin: 20px 40px;
}

.embed-search.blog-search-form input {
    border-radius: 5px !important;
    border: 1px solid #000000;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.feature .entry-title, .single .entry-title {
	font-size: 34px;
}

.page .entry-title {
	font-size: 45px;
	text-align: center;
	margin-bottom: 20px;
}

.page.single-destination .entry-title, .page.nm-single-destination .entry-title {
	margin-bottom: 0px;
}

.single-destination .entry-header .entry-meta, .nm-single-destination .entry-header .entry-meta { 
    text-align: center;
}

.search .entry-title {
	font-size: 28px;
	text-align: left;
}

.latest-posts-entries .entry-title {
	font-size: 21px;
	text-transform: uppercase;
	margin: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:hover {
	color: #2da1c4;
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}


.sidebar .widget-title {
	background: url('https://media.nomadicmatt.com/siteimages/blog_banner_white_@2x.png') no-repeat;
	background-size: contain;
	height: 60px;
	color: #000;
	font-size:20px;
	padding: 15px 10px;
	font-family: "Gotham A", "Gotham B", sans-serif;
	text-align: center;
	font-weight: 900;
	letter-spacing: 4px;
}

.single .sidebar .widget-title, .page .sidebar .widget-title, .archive .sidebar .widget-title, .search .sidebar .widget-title, .error404 .sidebar .widget-title {
	background: url('https://media.nomadicmatt.com/siteimages/sidebar_banner_grey_@2x.png') no-repeat;
	background-size: contain;
	background-position: top;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
	font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*
Woocommerce
---------------------------------------------------------------------------------------------------- */

.woocommerce-checkout .nav-primary, .woocommerce-cart .nav-primary {
   position: inherit;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select, .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 5px;
}

.woocommerce form select {
	height: 33px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #fff !important;
}

body.woocommerce-checkout fieldset, #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: none !important;
	padding: 0 !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	margin: 0 !important;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
	display: none !important;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 3px !important;
}

body.woocommerce-checkout {
	font-size: 17px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	font-size: 17px !important;
	line-height: 1.625 !important;
}

#stripe-payment-data p {
	margin-bottom: 5px;
}

body.woocommerce-checkout .site-header .wrap {
	border-bottom: none;
}

body.woocommerce-checkout .entry {
	background: #fff;
	border-radius: 15px;
	margin-bottom: 0 !important;
}

body.woocommerce-checkout .entry-title {
	font-size: 40px;
	border-bottom: 5px solid #f26a44;
	padding-bottom: 10px;
	text-align: left;
	max-width: 1140px;
}

body.woocommerce-cart .entry-title {
	font-size: 40px;
    margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	max-width: 1140px;
}

body.woocommerce-checkout .entry-header {
	padding: 0px 0px 0 0px;
	border-radius: 15px 15px 0 0;
}

body.woocommerce-cart .entry-header {
	padding: 15px 0px 0 0px;
	border-radius: 15px 15px 0 0;
}

body.woocommerce-checkout .entry-content {
	padding: 0 0px 0px 0px;	
}

body.woocommerce-checkout .create-account p {
	margin-bottom: 5px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 18px !important;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 6px !important;
}

body.woocommerce-checkout input, body.woocommerce-checkout select, body.woocommerce-checkout textarea {
	padding: 5px 16px !important;
}

body.woocommerce-checkout input[type="submit"] {
	padding: 8px 24px !important;
}
  
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     padding: 20px 0 20px 24px !important;
}

body.woocommerce-checkout .woocommerce form .form-row .select2-container {
    line-height: 1.6em !important;
}

body.woocommerce-checkout h3 {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
    color: #000;
    padding: 5px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {   
    border-top: none !important;
}

body.woocommerce-checkout img.ssb-checkout-image {
	width: 90px;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
}

body.woocommerce-checkout .woocommerce form .form-row label {
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100% !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin-bottom: 20px;
}

.woocommerce form .form-row .select2-container {
    line-height: 2.8em !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.ssb-checkout-guarantee {
	padding: 0;
	display: inline-block;
	border-radius: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ssb-checkout-guarantee h4 {
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
}

.ssb-checkout-guarantee img {
	margin-bottom:0;
    margin-top: 0;
}

.ssb-checkout-guarantee.testimonial img {
	border-radius: 100px;
}

body.woocommerce-checkout .woocommerce-info {
	float: left;
	width: 60%;
}

.checkout_coupon {
	width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none !important;
	background: #acc861 !important;
	border-radius: 10px !important;
	font-size: 35px !important;
    padding: 20px 20px !important;
	width: 100%;
	margin-top: 25px;
}

.place-order {
    text-align: center;
}

.ssb-stripe {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

.ssb-stripe img {
	width: 140px;
    position: relative;
    bottom: -20px;
    left: 10px;
}
        
body.woocommerce-checkout .woocommerce-error body.woocommerce-checkout .woocommerce-message {
	word-wrap: normal !important;
   	float: right;
    width: 47% !important;
    display: table !important;
}
  
 .wc_payment_method.payment_method_stripe {
 	list-style: none !important;
 }
    
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	padding: 0 !important;
	margin: 0 !important;
}
    
.ssb-checkout-accepted {
	margin: 18px 0;
}

.columns-1 li.course, .course-container li.course {
	margin-bottom: 0 !important;
}
    
.meter {
	margin: 0 !important;
}

.ssb-courses-index .entry {
	margin-bottom: 0;
}
    
    
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #aec857 !important;
    border-radius: 10px !important;
    border-bottom: 2px solid #6d7d36;
    font-size: 20px !important;
    padding: 15px 20px !important;
}
    
    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px !important;
}

.woocommerce form.login {
	width: 100%;
	max-width: 400px;
	margin: 0 auto !important;
	padding: 20px !important;
}

.woocommerce form.login input {
	padding: 8px;
}

.create-account {
	margin-bottom: 20px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #ddd !important;
}

.woocommerce-checkout .woocommerce-message {
	display: none !important;
}

.woocommerce-checkout #nav_menu-2 {
	display: none;
}

.ssb-pay-notice {
	font-size: 12px;
	color: #000;
	font-style: italic;
	text-align: center;
	display: block;
}

.ssb-checkout-product {
    position: relative;
}

.upsell-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #fff;
}

.ssb-checkout-product:hover .upsell-overlay {
  opacity: 0.9;
}

.ssb-checkout-product:hover h5 {
  opacity: 1;
}

.ssb-checkout-product h5 {
    position: absolute;
    opacity: 0;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
	transition: .5s ease;
}


.ssb-checkout-product {
	display: table;
	float: left;
    margin-bottom: 20px;
}

.ssb-checkout-product p {
	font-size: 20px;
	font-style: italic;
	color: #4d4d4d;
	margin-bottom: 10px !important;
}

.ssb-checkout-product h3 {
	text-align: left !important;
}

.ssb-checkout-product img {
	margin-bottom: 0px !important;
	height: 176px !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}

.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce a.remove {
	color: #2da1c4 !important;
	font-size: 12px !important;
}

.woocommerce a.remove:hover{
	color:#2da1c4!important; 
	background: #fff !important;
}

.woocommerce-page .blog-site-tagline {
	display: none;
}

.checkout-left {
	float: right;
	width: 35%;
	position: relative;
	padding: 0 10px 30px 10px;
	margin-bottom: 0;
}

form.woocommerce-checkout {
	float: left;
	width: 62%;
}

body.woocommerce-checkout .entry-title span {
	float: right;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
}

.about_paypal {
    display: none;
}

.woocommerce-page .site-title {
    width: 100%;
    max-width: 1035px;
}

.nm-check-title {
    font-size: 28px;
    color: #fff;
	float: right;
	margin: 15px 0 20px 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {    
    float: left;
    width: 62%;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 40% !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 120px !important;
	margin: 10px 0;
}

.cross-sells {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.woocommerce-cart .product-name, .woocommerce-cart .product-name a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: top !important;
    color: #000;
	max-width: 80%;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals.one-third {
    width: 31.623931623931625%;
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
}

.woocommerce-cart .woocommerce-error .wc-forward, .woocommerce-cart .woocommerce-message .wc-forward {
 	display: none !important;   
}

.woocommerce table.shop_table td {
    border-top: none !important;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #000 !important;
    padding: 10px;
	margin-bottom: 25px !important;
}

.nm-cart-price {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.woocommerce ul.products li.product .price del {
    display: inline-block !important;
    margin-right: 5px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100% !important;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 56% !important;
    float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 35% !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 13.5% !important;
}

.woocommerce ul.products li.product:last-child {
    margin: 0 0 2.992em 0 !important;
}

.woocommerce-cart-form {
    border-right: 1px solid #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 1em !important;
}

.woocommerce table.shop_table th {
    padding: 4px 12px !important;
}

.woocommerce table.shop_table {
    margin: 0 -1px 0px 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0.5em 0 0 0 !important;
}

body.woocommerce-cart {
	font-size: 17px;
}

.woocommerce-cart .woocommerce-message {
    display: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    background: #aec857;
    color: #fff !important;
    font-size: 16px;
    margin: 0;
    float: left !important;
    padding: 10px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0.5em 0 !important;
}

.woocommerce table.shop_table th {
    padding: 0px 12px !important;
}

.woocommerce-cart .genesis-nav-menu {
    display: none;
}

.woocommerce table.shop_table td {
    padding: 3px 12px !important;
}

ul.woocommerce-error {
    margin: 0 0 10px 0!important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set, .nm-order-review {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #acc861 !important;
}

.woocommerce.single-product ul.products li.product, .woocommerce-page.single-product ul.products li.product, .woocommerce.archive ul.products li.product, .woocommerce-page.archive ul.products li.product {
	height: 350px;
	width: 21.00% !important;
}

.woocommerce ul.products li.product .button {
    background: #acc861 !important;
    color: #fff !important;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce img, .woocommerce-page img { 
    border-radius: initial !important;
}

.wc_payment_method {
	margin-bottom: 12px !important;
}

.woocommerce-checkout .cart-subtotal {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon {
    max-width: 30px !important;
    top: 8px;
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 40px !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 1px solid #ddd !important;
    padding: 5px !important;
    background: #fafafa !important;
	width: 100%;
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
	display: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

.monster-link-th {
	padding: 15px 8px; 
	border: 2px solid #000; 
	margin: 20px 0;
}

/* Featured Content
--------------------------------------------- */
.featured-content {
	clear: both;
	overflow: hidden;
}

.latest-posts-entries .entry-content {
	margin: 10px;
}

.featured-content .entry {
 	margin-bottom: 30px;
}

.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

#text-2 {
	background: #d9dad8;
}

#text-2 h4 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0;
	 color: #fff;
}

#text-2 h5 {
	text-align: center;
	font-size: 28px;
}

#text-2 p {
	font-size: 17px;
    text-align: center;
    margin: 10px 5px;
}

#text-2 img.matt {
	width: 120px;
    margin: 0;
}

#text-2 form {
	padding: 20px;
}

#text-2 input, #text-2 select {
	background: #eef0eb;
	border-radius: 10px;
  	margin: 5px 0;
  	padding: 10px;
}	

 #text-2 select {
 	height: 44px;
 }

#text-2 input[type="submit"] {
	background: #f26a44;
	background-size: cover;
	margin: 0 auto;
  	display: block;
  	width: 100%;
  	border-radius: 0;
  	padding: 12px 24px;
}

.news-head {
	padding: 20px 20px 0 20px;
	background-color: #333331;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 170px solid transparent;
	border-right: 170px solid transparent;
	border-top: 20px solid #333331;
	margin: -5px auto 0 auto;
}

#recent-posts-3 a, #recent-posts-3 a:hover {
	color: #000;
}

#categories-2 a, #categories-2 a:hover {
	font-size: 12px;
	color: #000;
}

#categories-2 ul {
	-moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
	-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 100px;
   }

#categories-2 ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#text-3 h5, #text-9 h5, #text-554340510 h5, #text-554340515 h5 {
	text-align: center;
	text-transform: uppercase;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 19px;
	font-weight: 700;
	border-bottom: 1px dashed #aeaeae;
	border-top: 1px dashed #aeaeae;
	line-height: 0.2;
	padding: 0;
	width: 100%;
	margin: 15px auto;
}

#text-3 h5 span, #text-9 h5 span, #text-554340510 h5 span, #text-554340515 h5 span {
    background: #eef0eb;
    padding: 0 15px;
}

.single #text-3 h5 span, .single #text-9 h5 span, #text-554340510 h5 span, .single #text-554340515 h5 span {
	background: #fff;
}

.travel-hacking a, .build-blog a {
	color: #fff;
}

.make-money a, .teaching-english a {
	color: #000;
}

.widgetprepost {
	background: #656565;
	padding: 5px 10px;
	width: 340px;
}

.widgetprepost span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.widgetprepost a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}

/*
Top Choice Block
---------------------------------------------------------------------------------------------------- */

.top-choice {
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 20px;
}

.top-choice h5 {
    display: inline-block;
    height: 30px;
    line-height: 1.3;
    margin: 0;
    padding: 4px 10px;
    position: relative;
    left: -7px;
    top: 8px;
    color: #fff;
	text-transform: uppercase;
	background: #acc861;
}

.top-choice h5::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    z-index: -10;
    border: 5px solid;
    border-color: #242424 transparent transparent transparent;    
}

.top-choice h5::before {
	left: 0;
}

.top-choice h5:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	border: 15px solid #acc861;
	z-index: 1;
}

.top-choice h5:after {
	right: -14px;
	border-left-width: 0px;
	border-right-color: transparent;
}

.top-choice .top-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
}

.top-choice .top-left {
    width: 100%;
    max-width: 250px;
    margin-top: 25px;
}

.top-choice .top-left a {
    padding: 10px 20px;
    background: #f26a44;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
    font-size: 15px;
    
}

.top-choice .top-right {
	width: 100%;
	max-width: 370px;
	margin-top: -15px;
	font-size: 16px;
}

.top-choice .top-right hr {
    width: 100px;
    text-align: left;
    display: inline-block;
    border-color: #000;
}

.top-choice .top-right h4 {
    color: #000;
    margin-bottom: 10px;
}

.top-choice .top-right ul {
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
    
.top-choice .top-wrap {
    flex-direction: column;
}

.top-choice .top-left {
    margin: 25px auto 0 auto;
}

.top-choice .top-right {
   margin-top: 15px;
}

}

/*
Summary List Block
---------------------------------------------------------------------------------------------------- */

.summary-list {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.summary-list .summary-item {
    border-bottom: 1px solid #ccc;
}

.summary-list .summary-item:last-child {
    border-bottom: none;
}

.summary-list .summary-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.summary-list .summary-img {
    width: 100%;
    max-width: 200px;
}

.summary-list .summary-copy {
    width: 100%;
    max-width: 260px;
}

.summary-list .summary-copy h4 {
    color: #2da1c4;
    margin-bottom: 5px;
}

.summary-list .summary-copy h5 {
   color: #fff;
    background: #acc861;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.summary-list .summary-copy h5:after {
content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 14.5px solid #acc861;
    z-index: -1;
}

.summary-list .summary-copy h5:after {
   right: -14px;
    border-left-width: 0px;
    border-right-color: transparent;
}

.summary-list .summary-copy ul {
    margin: 0 0 0 20px;
}

.summary-list .summary-copy ul li {
    font-size: 14px;
}

.summary-list .summary-button {
    width: 100%;
    max-width: 160px;
    position: relative;
}

.summary-list .summary-button a {
   font-size: 13px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    background: #f26a44;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    margin: auto;
}

@media only screen and (max-width: 768px) { 

.summary-list .summary-wrap {
  
    flex-direction: column;
}

.summary-list .summary-img {
   order: 2;
    margin: 0 auto;
}

.summary-list .summary-copy {
    order: 1;
    margin-bottom: 10px;
}

.summary-list .summary-button {
    order: 3;
    width: 100%;
    margin: 0 auto 10px auto;
}

.summary-list .summary-button a {
    position: initial;
}

}

/*
Pro Con Block
---------------------------------------------------------------------------------------------------- */

.pro-con {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.pro-con-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.pro-con h4 {
    margin-bottom: 10px;
    font-size: 28px;
}

.pro-con .pro-con-wrap .con ul, .pro-con .pro-con-wrap .pro ul {
    margin: 0 0 0 20px;
}
.pro-con ul li {
    font-size: 16px;
}

.pro-con .con {
    width: 48%;
}

.pro-con .pro {
     width: 48%;
}

@media only screen and (max-width: 768px) {
    .pro-con-wrap {
        flex-direction: column;   
    }
    
    .pro-con .pro, .pro-con .con {
    	width: 100%;
	}
}

/*
product Block
---------------------------------------------------------------------------------------------------- */

.product-overview {
    margin-bottom: 20px;
}

.product-overview .product-wrap {
    display: flex;
    flex-direction: column;
}

.product-overview .product-wrap .product-header {
    display: flex;
    justify-content: space-between;
    background: #acc861;
}

.product-overview .product-wrap .product-header h4 {
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 5px;
    font-size: 20px;
}

.product-overview .product-wrap .product-header .product-image-head {
        max-width: 150px;
    width: 100%;
    text-align: left;
}

.product-overview .product-wrap .product-header .product-head {
        max-width: 150px;
    width: 100%;
    text-align: left;
}

.product-overview .product-wrap .product-header .product-details-head {
        max-width: 150px;
    width: 100%;
    text-align: left;
}

.product-overview .product-wrap .product-header .product-buy-head {
	max-width: 150px;
	width: 100%;
	text-align: left;
}

.product-overview .product-wrap  .product-item {
	padding: 10px 0;
	border-bottom: 2px solid #acc861;
	margin-bottom: 10px;
}

.product-overview .product-wrap  .product-item .product-listing {
	display: flex;
    justify-content: space-between;
}

.product-overview .product-wrap  .product-item .product-listing .product-image {
	max-width: 150px;
    width: 100%;
    text-align: left;
}

.product-overview .product-wrap .product-item .product-listing .product {
	max-width: 150px;
    width: 100%;
    text-align: left;
    position: relative;
}

.product-overview .product-wrap  .product-item .product-listing .product h3 {
    color: #2da1c4;
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 75px;
    margin: auto;
}

.product-overview .product-wrap .product-item .product-listing .product-details {
	max-width: 150px;
    width: 100%;
    text-align: left;
}

.product-overview.alt-design .product-wrap .product-item .product-listing .product-details {
	max-width: 300px;
}

.product-overview .product-wrap  .product-item .product-listing .product-details ul {
    margin: 0 0 0 20px;
}

.product-overview .product-wrap  .product-item .product-listing .product-buy {
	max-width: 150px;
    width: 100%;
    text-align: left;
    position: relative;
}
.product-overview.alt-design .product-wrap  .product-item .product-listing .product-buy {
	max-width: 150px;
    width: 100%;
    text-align: left;
    position: relative;
}

.product-overview .product-wrap  .product-item .product-listing .product-buy a {
	font-size: 13px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    background: #f26a44;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    margin: auto;
}

.product-overview .product-wrap .product-item .product-buy a {
	font-size: 13px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    background: #f26a44;
    text-transform: uppercase;
    height: 40px;
    margin: auto;
    display: inline-block;
    float: right;
}

.product-overview .product-wrap .product-item .pro-con {
    background: #fff;
}

@media only screen and (max-width: 768px) {
    
    .product-overview .product-wrap .product-header .product-image-head, .product-overview .product-wrap .product-header .product-details-head, .product-overview .product-wrap .product-header .product-buy-head {
        display: none;
    }
    
    .product-overview .product-wrap .product-header .product-head {
        max-width: 100%;
        text-align: center;
    }
    
    .product-overview .product-wrap .product-header h4 {
		text-align: center;
	}

	.product-overview .product-wrap .product-item .product-listing {
	   flex-wrap: wrap;
	}

    .product-overview .product-wrap .product-item .product-listing .product-buy a, .product-overview .product-wrap .product-item .product-listing .product h3  {
        position: initial;
    }
    
    .product-overview .product-wrap .product-item .product-listing .product {
		max-width: 100%;
		width: 100%;	
		order: 1;
	}

	.product-overview .product-wrap .product-item .product-listing .product-image {
		order: 2;
	}

	.product-overview .product-wrap .product-item .product-listing .product-details {
		max-width: 170px;
		order: 3;
	}

	.product-overview .product-wrap .product-item .product-listing .product-buy {
		order: 4;
	}

	.product-overview .product-wrap .product-item .product-listing .product h3 {
	text-align: center;
		margin-top: 15px;
	}

	.product-overview .product-wrap .product-item .product-listing .product-buy {
		margin: 10px auto;
	}
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Social Sharing Buttons
--------------------------------------------- */

.share-count {
	font-size: 12px;
	display: block;
	padding: 5px 5px 0 5px;
}

#inline_shares_box .fa {
	margin: 10px 5px 5px 5px
}

.social_share_icons {
	font-family: FontAwesome;
	font-size: 24px;
	color: #B8B8B8;
	width: 56px;
	background: rgba(255,255,255, 0.85);
	position: absolute;
}

.social_share_icons_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social_share_icons ul:hover {
	cursor: pointer;
}

.social_share_icons_list li {
	display: block;
	width: 56px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-left: 1px solid #E3E2E2;
	border-right: 1px solid #E3E2E2;
}

.social_share_icons_list li, .social_share_icons_list .bookmark_share {
	width: 56px;
	height: 50px;
	line-height: 1;
	text-align: center;
	border-left: 1px solid #E3E2E2;
	border-right: 1px solid #E3E2E2;
}

.social_share_icons_list .share_email {
	height: 49px;
}

.social_share_icons_list  a{
	width: 56px !important;
	height: 49px !important;
	background: none !important;
	color: #ffffff;
	text-decoration: none;
}

.social_share_icons_list li:hover a,
.social_share_icons_list a:hover,
.social_share_icons_list a:active {
	color: #ffffff; 
}

.social_share_icons_list li.clear {
	display: none;
}

.social_share_icons_list .share_google .gplus_share a {
	font-size: 24px;
}

.social_share_icons_list .share_google .gplus_share{
	background: none !important;
	width: 55px;
}

.social_share_icons_list .share_google {
	border-bottom: 1px solid #E3E2E2;
}

.social_share_icons_list .share_facebook {
	border-top: 1px solid #E3E2E2;
}

.social_share_icons_list li:hover {
	color: #ffffff;
}

.social_share_icons_list .share_facebook, .social_share_icons_list .share_facebook:hover , .social_share_icons_list .share_facebook:active {
	background: #3C5898;
	border-color: #3C5898;
}

.social_share_icons_list .share_twitter, .social_share_icons_list .share_twitter:hover, .social_share_icons_list .share_twitter:active {
	background: #6AADD0;
	border-color: #6AADD0;
}

.social_share_icons_list .share_email, .social_share_icons_list .share_email:hover, .social_share_icons_list .share_email:active {
	background: #666666;
	border-color: #666666;
}

.social_share_icons_list .share_pinterest, .social_share_icons_list .share_pinterest:hover, .social_share_icons_list .share_pinterest:active {
	background: #DE010D;
	border-color: #DE010D;
}

.social_share_icons_list .share_google, .social_share_icons_list .share_google:hover, .social_share_icons_list .share_google:active  {
	background: #CD3627;
	border-color: #CD3627;
}

#inline_shares_box.sticky{
	position:fixed
}

#inline_shares_box {
	left: 32px;

}

#inline_shares_box.fadein{
	opacity:1;
}

#inline_shares_box.fadeout{
	opacity:0;
}

@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-o-keyframes fadeout{from{opacity:1}to{opacity:0}} 

/* YARPP
--------------------------------------------- */

h4.nomadicmatt-related-posts {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

h4.nomadicmatt-related-posts span {
background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

h4.nomadicmatt-related-posts:before {
    left: 0;
}

h4.nomadicmatt-related-posts:before {
    background: #000000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100%;
}

ol.nomadicmatt-related {
	list-style: none;
	margin-left: 0 !important;
}

ol.nomadicmatt-related li {
	float: left;
	margin: 0 5px 20px 5px;
	width: 32.2%;
	background: #fff;
	min-height: 230px;
	list-style-type: none !important;
}

ol.nomadicmatt-related a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

a.related-title {
	margin: 0px 10px;
  	display: block;
}

.yarpp-related{margin:1em 0; display: table;}.yarpp-related a{text-decoration:none;font-weight:bold;}.yarpp-related .yarpp-thumbnail-title{text-align:left;font-weight:bold;font-size:96%;text-decoration:none;}.yarpp-related h3{font-weight:bold;padding:0 0 5px 0;font-size:125%;text-transform:capitalize;margin:0;}.yarpp-related .yarpp-promote{clear:both;background:url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;float:right;text-indent:-1000px;cursor:pointer;color:#666;font-size:11px;height:17px;width:78px;}

.yarpp_pro_msg{border:1px ridge #D0D0D0;padding:0.4em 2em 0.8em;text-align:justify;}.yarpp_pro_msg strong{display:inline-block;text-align:center;width:100%;color:orange;}.yarpp_help{position:relative;display:inline-block;background:transparent url('../../../../wp-includes///media.nomadicmatt.com/siteimages/wpicons.png') no-repeat -520px -20px;vertical-align:text-bottom;width:20px;height:20px;}.yarpp_help_msg{position:absolute;left:25px;display:none;border:1px solid #D0D0D0;width:250px;text-align:justify;padding:10px 15px;background-color:#FFF;box-shadow:0 0 0.4em -0.15em #333;z-index:100;}.yarpp_help:hover .yarpp_help_msg{display:block}

/* World Nomads
--------------------------------------------- */

#wn-insurance-quote-editor #qqc .qqc-background {
    position: relative;   
}

#wn-insurance-quote-editor {  
	max-width: 680px;
	background: #028cbd !important;
	padding: 30px 20px 0 !important;
}
#wn-insurance-quote-editor #qqc .qqc-background {
	background: none;
	padding: 0;
	padding-bottom: 21px;
}
#wn-insurance-quote-editor #qqc .input-group input[type="text"], #wn-insurance-quote-editor #qqc .cta-button-primary {
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#wn-insurance-quote-editor .destinations-wrapper, #wn-insurance-quote-editor #qqc .input-group.country-of-residence {
	width: 49%;
	display: inline-block;
}

#wn-insurance-quote-editor #qqc .input-group.country-of-residence {  
	display: block;
	position: absolute; 
	right: -20px;
	top: 115px;
}
#wn-insurance-quote-editor .qqc-container.province-shown #qqc .input-group.country-of-residence {
	margin-right: 20px;
}
#wn-insurance-quote-editor .qqc-container.province-shown #qqc .input-group.province {
	width: 100%;
}
#wn-insurance-quote-editor #qqc h5 { margin-bottom: 8px;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 13px;
}
#quote-destination h5:after {
	content:"\A(If your unsure where just enter Worldwide.)";
	white-space: pre; /* or pre-wrap */
}
#wn-insurance-quote-editor #qqc h1:after {
	background:url(//media.nomadicmatt.com/siteimages/nomadic_matt_logo.png) no-repeat scroll left top / 100% auto transparent;
	content:"";
	height:60px;
	max-width: 210px;
	position:absolute;
	right: 30px;
	top:0;
	width:100%
}
#wn-insurance-quote-editor #qqc .qqc-background:after {
	bottom: 0px;
	top: auto;
	left: auto;
	right: 70px;
	max-width: 170px;
}
#wn-insurance-quote-editor #qqc .cta-button-primary {
	text-align: center;
	text-shadow: none;
}
#wn-insurance-quote-editor #qqc .cta-button-primary:after {
	position: relative;
}
#wn-insurance-quote-editor #qqc h1 {
	line-height: 40px;
	margin-bottom: 10px;
	font-family: 'FjallaOne', 'Impact', sans-serif;
	font-weight: 500;
	color: #ffffff;
}
#wn-insurance-quote-editor #qqc .input-group.action button {
	margin-top: 24px;
}
#wn-insurance-quote-editor button.cta-button-primary {
	line-height: 28px;
}
@media screen and (max-width: 670px) {
  #wn-insurance-quote-editor #qqc h1:after {
		display: none;
  }
  #wn-insurance-quote-editor .destinations-wrapper, #wn-insurance-quote-editor #qqc .input-group.country-of-residence, #wn-insurance-quote-editor .qqc-container.province-shown #qqc .input-group.country-of-residence {
		width: 100%;
		margin-right: 0px;      
  }
  #wn-insurance-quote-editor #qqc .input-group.country-of-residence {
		position: relative;
		right: 0;
		top: 0;
  }
}
@media screen and (max-width: 380px) {
  #wn-insurance-quote-editor #qqc .legacy-travellers, #wn-insurance-quote-editor #qqc .traveller-age, #wn-insurance-quote-editor #qqc .input-group.action {
		width: 100%;
		margin-right: 0px;
  }
  #wn-insurance-quote-editor #qqc .input-group.action button {
		margin-top: 8px
  }
  #wn-insurance-quote-editor #qqc h1 {
		line-height: 34px;
  }
}

/*
Momondo
---------------------------------------------------------------------------------------------------- */

.mmd-widget-footer {
    display: none;
}

/*
Social Icons
---------------------------------------------------------------------------------------------------- */
.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#8d98a2}.rrssb-buttons li.rrssb-print a:hover{background-color:#717f8b}.rrssb-buttons li.rrssb-xing a{background-color:#005A5F}.rrssb-buttons li.rrssb-xing a:hover{background-color:#002a2c}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg circle,.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon{height:100%}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#8d98a2}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#5a656f}.rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon svg path{fill:#005A5F}.rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon:hover .rrssb-icon svg path{fill:#000}

.rrssb-buttons {
    margin: 20px 0;
    display: table;
}

.rrssb-buttons ul {
	margin: 0;
}

.rrssb-buttons ul li {
	list-style-type: none !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0;
	background: transparent;
}

.site-header  {
	background: #000;
}

.home .site-header {
	margin-top: 0;
}

.nm-landing-flyte .site-header {
	background: url('https://media.nomadicmatt.com/siteimages/flyte-header.jpg') no-repeat;
	background-size: cover; 
	background-position: center center;
	min-height: 580px;
}

.nm-top-social {
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

.nm-top-social a {
	float: left;
	padding: 4px 10px;
	color: #fff;
}
	
.site-header .embed-search { 
	float: right;
	margin: 0;
	width: 325px;
}
	
.site-header .embed-search input {
	padding: 10px;
	border-radius: 0;
}

.site-header .embed-search ::-webkit-input-placeholder {
    font-family: "Gotham A", "Gotham B", sans-serif, FontAwesome;
}
	
/* Title Area
--------------------------------------------- */

.site-container {
    position: relative;
}

.title-area {
	float: left;
	padding-top: 30px;
	width: 240px;
}

.header-image .title-area {
	padding: 50px 0 0 0;
}

.site-title {
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
	width: 290px;
	height: 50px;	
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

img.blog-site-tagline {
	display: block;
  	margin: 120px auto 0 auto;
}

img.home-site-tagline {
	display: block;
	margin: 125px auto 125px auto;
}

/* Full Width header no widgets
--------------------------------------------- */

.header-image .site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo hide text
--------------------------------------------- */

.header-image .site-header .wrap {
	padding: 0 15px;
}

.sales-landing.header-image .site-header .wrap {
	padding: 0 15px 50px 15px;
}

.page-id-8603.sales-landing.header-image .site-header .wrap {
	padding: 0 15px 0px 15px;
}

.header-image .site-title a {
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 50px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 828px;
}

.header-image .site-header .widget-area {
	padding: 15px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 10px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #2da1c4;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	visability: hidden;
	position: absolute;
	width: 250px;
	z-index: 99;
	font-family: Benton Sans;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
	-moz-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
	box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	padding: 15px 20px 15px;
	position: relative;
	text-transform: uppercase;
	width: 250px;
	line-height: 1.25;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #2da1c4;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	visability: visable;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background: #ffffff !important;
	color: #000000 !important;
    padding: 5px 20px 4px;
    text-transform: initial;
}

.menu-popular a {
	padding-top: 30px;
	font-size: 17px !important;
    font-weight: bold !important;
    background: #fff !important;
    color: #fff;
    padding: 12px 20px 8px !important;     
}

.menu-latest a {
	font-size: 17px !important;
    font-weight: bold !important;
    background: #fff !important;
  	color: #fff;
   	padding: 15px 20px 8px !important;   
}
    
.menu-top a {
	 padding: 15px 20px 8px !important;
}
    
.menu-bottom a {
	 padding: 5px 20px 15px !important;
}

.menu-popular a span, .menu-latest a span {
	border-bottom: 2px solid #000
}

.genesis-nav-menu .menu-blog .sub-menu {
	width: 425px;
}

.genesis-nav-menu .menu-blog .sub-menu a {
	border: none;
	width: 425px;
	padding: 6px 20px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #eeeeee !important;
}

.genesis-nav-menu .nav-shop a, .genesis-nav-menu .nav-shop a:hover {
	background: #2da1c4;
	color: #fff;
	margin: 0;
	border-radius: 10px;
}

.nav-header .search-form {
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	width: 300px;	
}

.nav-header .fa {
	font-size: 22px;
}

.nav-header .search-form input[type="search"] {
	background: #fff;
	border: 3px solid #2da1c4;
	font-size: 16px;
	line-height: 1.2;
}

.nav-header .search-form input[type="submit"] {
	display: none	
}
			
.nav-header .active .search-form {
	display: block;
}

.nav-header .active .fa {
	color: #2da1c4;
}

.nav-header .active.menu-item:hover {
position: relative !important;
}

@media only screen and (max-width: 768px) {
	.nav-header .search-form {
		top: 10px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.genesis-nav-menu .nav-shop a:hover {
		margin: 0 auto;
	}
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #000000;
	color: #fff;
	width: 100%;
	position: absolute;
  	z-index: 1000;	
}

.home .nav-primary {
	background-color: transparent;
}

.page-template-sales-page .nav-primary, .page-template-sales-alt-page .nav-primary {
	position: inherit;
}

.page-template-sales-page .title-area, .page-template-sales-alt-page .title-area, .woocommerce-page .title-area {
	float: none !important;
	padding: 15px 0;
    margin: 0 auto;
}

.page-template-sales-page .site-header .widget-area, .page-template-sales-alt-page .site-header .widget-area, .woocommerce-page .site-header .widget-area {
	display: none;
}

.page-template-sales-page .site-title, .page-template-sales-alt-page .site-title {
	position: absolute;
}

.woocommerce-page .site-inner {
	  padding: 10px 0 20px 0;
}

.woocommerce-page.single-product .site-inner, .woocommerce-page.post-type-archive-product .site-inner {
	  padding: 50px 0 20px 0;
}

.woocommerce-page .nav-primary {
	padding: 40px 0;
}

.woocommerce-page .nav-primary .wrap {
	display: none;
}
.nav-primary .wrap {
	max-width: 1400px;
}

.nav-primary a {
	color: #fff;
	font-weight: 500;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #2da1c4;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333333;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	color: #222;
	width: 100%;
}

.nav-secondary .genesis-nav-menu {
	font-family: "Gotham A", "Gotham B", sans-serif;
	letter-spacing: inherit;
	font-size: 12px;
}

.nav-secondary a {
	color: #222;
	padding: 0 10px;
}
.nav-secondary .wrap {
	float: right;
	padding: 15px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin: 13px 15px;
	text-align: left;
}

.nav-secondary .responsive-menu-icon {
	margin: 0 15px;
	text-align: right;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 26px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	color: #fff;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.alt-home .content-sidebar-wrap {
    max-width: 100%;  
}

.alt-home.nomadicmatt-page .site-inner {
    padding: 0;
    max-width: 1600px;
}

.alt-home .home-hero {
	background: url(https://media.nomadicmatt.com/2019/hero-wide.jpg) no-repeat;
	background-size: cover;
	width: 100%;
}

.alt-home .home-hero-overlay {
   background: linear-gradient(270deg,rgba(0,0,0,1) -50%,rgba(255,255,255,0) 100%);
}

.alt-home .hero-text-block {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 9% 0;
    float: right;
}

.alt-home .hero-text-block h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.alt-home .hero-text-block h3 {
    color: #fff;
    font-size: 28px;
}

.alt-home .hero-text-block input[type="submit"] {
    display: none;
}

.alt-home .hero-text-block .header-search {
    max-width: 475px;
    margin: 0 auto 15px auto;
}

.alt-home .hero-text-block .header-search input {
    padding: 12px;
}

.alt-home .hero-text-block .search-form ::-webkit-input-placeholder { 
    color: #838282;
    text-align: center;
}

.alt-home .hero-text-block p, .alt-home .hero-text-block a {
    color: #fff;
}

 .alt-home .hero-text-block a:hover {
   font-weight: bold;  
}

.alt-home .home-signup {
    background: #0E5FA3;
}

.alt-home .home-guide-item {
    width: 260px;
    height: 510px;
    margin-right: 25px; 
    text-align: center;
}

.alt-home .home-guide-item h4 {
    text-align: center;
    font-size: 20px;
    margin: 8px 0;
}

.alt-home .home-guide-item h5 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
}

.alt-home .home-guide-item a.home-guide-button {
    padding: 5px 15px;
    background: #7c953a;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
}

.alt-home .home-advice h2 {
    text-align: left;
    font-size: 34px;
    margin-bottom: 10px;
}

.alt-home .home-advice .home-wrap {
    padding: 50px 0 10px 0; 
}

.alt-home .home-advice h3 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.alt-home .home-advice {
    background: #eff1f2;
}

.alt-home .about-advice-wrap {
	justify-content: space-between;
	display: flex;
}

.alt-home .advice-list {
    width: 100%;
    max-width: 440px;
}

.alt-home .advice-list ul {
    margin-left: 20px;
}

.alt-home .home-about {
    width: 100%;
    max-width: 600px;
}

.alt-home .home-about a {
	font-weight: bold;
}

.alt-home .home-amazon {
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.alt-home .amazon-image {
    margin: 0 auto;
}

.alt-home hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 20px 0;
}

.alt-home .home-career h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

.alt-home .home-career p {
    color: #000;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.alt-home .home-career .home-wrap {
	padding: 25px 0 50px 0;
	max-width: 1140px;
	position: relative;
}

.alt-home .nmhome-guides .home-wrapper {
    padding: 80px 0 0 0;
}

.alt-home .footer-sales {
    width: 100%;
    margin: 0 auto;
}

.alt-home .home-career ul li {
	flex: 0 1 24%;
	background: transparent;
	padding: 0;
}

.alt-home .home-career ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
}

.alt-home .home-career ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-career ul li:last-of-type a:after {
    content:"";
}

/* Blog Homepage
--------------------------------------------- */

.blog .feature img.alignright {
	display: block;
	margin: 0 auto;
	float: none;
}

a.more-link {
	background: #f26a44;
	width: 120px;
  	height: 40px;
  	background-size: contain;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	float: right;
	text-align: center;
	line-height: 2.3;
}

a.more-link:hover {
	color: #fff;
}

.blog .entry-content p {
    font-size: 17px;
}

.blog .entry-content a.alignright, .blog .entry-content img.alignright, .blog .entry-content .wp-caption.alignright {
   margin-bottom: 10px !important; 
    
}

.nmhome-seenin img {
	display: block;
	margin: 0 auto;
}

.nmhome-guides p {
	text-align: center;
}

.nmhome-guides .home-wrapper {
	padding: 80px 0 80px 0;
    max-width: 1140px;
    width: 100%;
    display: table;
    margin: 0 auto;
}

.nmhome-guides h2 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
}
.nmhome-guides .books-more {
	width: 100%;
    text-align: center;
}

.nmhome-guides .books-more a {
	background: #acc861;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
    text-transform: uppercase;
}

.guide-home-wrapper {
	display: flex;
	 flex-wrap: wrap;
	 justify-content: space-evenly;
}
	
.guide-home-wrapper .home-guide {
	margin-bottom: 20px;
	width: 200px;
}

.guide-home-wrapper .home-guide h3 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.guide-home-wrapper .home-guide h4 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 14px;
	text-align: center;
}

.guide-home-wrapper .home-guide img {
	height: 267px;
	width: 200px;
}

.nmhome-posts .home-wrapper {
	padding: 80px 0 80px 0;
	max-width: 1140px;
	width: 100%;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #dfe8ed;	
}

.nmhome-posts .home-latest-image a {
	border-bottom: none;
}
 
.nmhome-posts .home-latest-image img {
	vertical-align: top;
	background: #fff;
	margin: 0 auto;
	display: block;
}

.nmhome-posts .entry-title {
	font-size: 21px;
	text-transform: uppercase;
	margin: 10px;
}

.nmhome-posts .entry-content {
	margin: 10px;
}

.nmhome-posts h3 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
}

.nmhome-posts p {
	font-size: 15px;
	margin-bottom: 0 !important;
}

.home .content .entry {
    background: #fff;
    max-width: 380px;
    min-height: auto;
}

.nmhome-plan .home-wrapper {
	padding: 80px 0 35px 0;
	max-width: 1140px;
	width: 100%;
    display: block;
    margin: 0 auto;
     border-bottom: 1px solid #dfe8ed;
}

.nmhome-plan h2 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
}

.plan-home-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
	
.plan-home-wrapper .home-plan {
	margin-bottom: 20px;
    max-width: 225px;
    width: 100%;
    text-align: center;
}

.plan-home-wrapper .home-plan img {
	display: block;
	margin: 0 auto 25px auto;
	width: 120px;
}

.plan-home-wrapper .home-plan h3 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.plan-home-wrapper .home-plan p {
	font-size: 16px;
}

.plan-home-wrapper .home-plan.shift {
	margin-top: -25px;
}

.nmhome-signup {
	background: url('https://media.nomadicmatt.com/siteimages/home/signup_bkg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.nmhome-signup .home-wrapper {
	padding: 7% 0;	
}

::-moz-placeholder {
color: #aaaaaa;
font-family: "Gotham A", "Gotham B", sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
	font-family: "Gotham A", "Gotham B", sans-serif;
}

.home h2 {
	text-align: center;
	font-size: 42px;
	margin-bottom: 50px;
}

.nmhome-guides h2 {
	margin-bottom: 25px;
}

a.blog-button {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    display: table;
    clear: both;
    margin: 0 auto;
    padding: 10px 30px;
    border: 1px solid #000;
}

a.shop-button {
	background: #acc861;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 30px;
}

.home-wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.home-hero {
	background: url('https://media.nomadicmatt.com/siteimages/bg-homepage2.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.home-hero-wrap {
	position: relative;
	width: 100%;
	height: 489px;
	max-width: 1200px;
	margin: 0 auto;
}

.hero-text {
	position: absolute;
	right: 100px;
	bottom: 50px;
	width: 590px;
    height: 335px;
    text-align: center;
}

.hero-text h2 {
	color: #fff;
	margin-bottom: 0;
}

.hero-text p {
	color: #fff;
	margin-bottom: 15px;
}

.hero-text hr {
	border: 1px solid #fff;
	width: 200px;
	margin: 10px auto;
	display: block;
}


.hero-text a.hero-button {
	background: #acc861;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
    display: inline-block;
    font-weight: bold;
    border-radius: 10px;
}

.home-signup {
	padding: 25px 0;
	display: inline-block;
	width: 100%;
	background: #2ba4c8;
}

.page .home-signup .ck_form.ck_naked {
    margin: 0;
    max-width: 100%;
}

.home-signup .ck_form.ck_naked {
	clear: none;
}

.page .home-signup .ck_form.ck_naked input {
	width: 345px;
    float: left;
    margin-right: 20px;
	height: auto;
    padding: 16px;
}

.home-signup .ck_form.ck_naked .ck_subscribe_button {
  	background: #acc861;
    border-radius: 10px;
    width: auto;
    padding: 16px 22px;
    height: auto;
}

.home-signup form input {
	width: 345px;
    float: left;
    margin-right: 20px;
}

.home-signup h3 {
	color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    width: 250px !important;
    float: left;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    text-align: initial !important;
	display: block !important;
}

.home-signup form button {
	background: #acc861;
	border-radius: 10px;
}

.home-advice h3 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
}

.home-advice .home-wrap {
padding: 80px 0 80px 0;
    max-width: 1140px;
    width: 100%;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #dfe8ed;
}

.home-career {
	background: url('https://media.nomadicmatt.com/siteimages/bg-homepage1.jpg') no-repeat;
	background-size: cover;
}

.home-career .home-wrap {
	padding: 75px 0 60px 0;
	max-width: 900px;
}

.home-career h2 {
	color: #fff;
	text-align: center;
	font-size: 42px;
	margin-bottom: 30px;
}

.home-career p {
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}

.home-career ul {
	display: flex;
	justify-content: space-between;
}

.home-career ul li {
	list-style-type: none;
	background: #acc861;
    padding: 10px;
    border-radius: 10px;
}

.home-career ul li a {
    color: #fff;
}

/* Start Here
--------------------------------------------- */

ul.start-here {
	margin: 0 !important;
  	overflow: hidden;
}

ul.start-here li {
	list-style-type: none !important;
	float: left;
	width: 32%;
	margin: 5px;
}

ul.start-here li img {
	max-width: 100%;
	vertical-align: top;
}

ul.start-here li:nth-child(1), ul.start-here li:nth-child(4), ul.start-here li:nth-child(7) {
	margin-left: 0;
	margin-right: 5px
}

ul.start-here li:nth-child(3), ul.start-here li:nth-child(6), ul.start-here li:nth-child(9) {
	margin-right: 0;
	margin-left:5px;
}

.starthere-newsletter {
	background: #eef0eb;
	display: table;
	padding: 15px;
	margin-top: 30px;
}

.starthere-newsletter img {
	float: left;
	width: 145px;
	margin: 10px 20px 0 20px;
}
  
.starthere-newsletter span {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.starthere-newsletter input[type="text"], .starthere-newsletter input[type="submit"], .starthere-newsletter select {
	display: block;
  	float: left;
  	margin: 20px 0 5px 20px;
  	border-radius: 5px;
  	height: 50px;
}

.starthere-newsletter input[type="submit"] {
	background: #f26a44;
	padding: 16px 30px;
}

.starthere-newsletter input[type="text"], .starthere-newsletter select {
 	border: none;
 	font-size: 18px;
 	padding: 8px 10px;
 	width: 18%;
 	background: #dcdee0;
}

.starthere-newsletter ::-webkit-input-placeholder {
	color:#444444;
	font-weigth: 300;
}

.starthere-newsletter :-moz-placeholder {
	color:#444444;
	font-weigth: 300;
}

.starthere-newsletter :-ms-input-placeholder {
	color:#444444;
	font-weigth: 300;
}

.start-here-main h2 {
	text-align: center;
}

.start-here-main ul.dest-budget-guides li {
    list-style-type: none!important;
    width: 200px;
	margin-bottom: 10px;
}

.start-here-main ul.dest-budget-guides {
    margin: 0 0 25px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.start-here-main ul.dest-budget-guides li:nth-child(4), .start-here-main ul.dest-budget-guides li:nth-child(8) {
    margin-right: 6px;
    margin-left: 6px;
}
.start-here-main ul.dest-budget-guides li:nth-child(1), .start-here-main ul.dest-budget-guides li:nth-child(6) {
   	margin-left: 0;
    margin-right: 6px;
}

.start-here-main ul.dest-budget-guides li:nth-child(5), .start-here-main ul.dest-budget-guides li:nth-child(10) {
   margin-right: 0;
    margin-left: 6px;
}
.start-here-main ul.nm-start-main, .start-here-main ul.nm-start-top {
	-moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count: 3;
    column-gap: 40px;
}

.start-here-main ul.nm-start-main li {
	list-style-type: none;
	margin-bottom: 10px;
}
.start-here-main ul.nm-start-main li a {
	padding-left: 5px;
}

.start-here-main ul.nm-start-main li:before {
	font-family: "FontAwesome";
	content: "\f0da";
}

.start-here-main .blocks-wrapper {
	display: flex;
    flex-direction: column;
}

.start-here-main .blocks-wrapper .block-books {
	order: 1;
}

.start-here-main .blocks-wrapper .block-news {
	order: 2;
}

/* Start Here Single
--------------------------------------------- */

.start-here-left {
	float: left;
	width: 250px;
}

.start-here-left ul {
	margin: 0 !important;
}

.start-here-left ul li {
	list-style-type: none !important;
	display: table;
	width: 100%;
	margin: 10px 0;
}

.start-here-left ul li a {
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-size: 22px;
	color: #000;
	background: #eff0ed;
	border-radius: 5px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
  	margin: 10px 0;
  	height: 80px;
  	text-align: center;
  	padding: 0 48px;
	text-transform: uppercase;
}

.start-here-left ul li a:hover, .start-here-left ul li a.active {
	color: #fff;
	background: #2ea2c4;
}

.start-here-right {
	float: right;
	max-width: 750px;
}

.start-here-item-even, .start-here-item-odd {
	min-height: 375px; 
}

.start-here-item-even {
	width: 48%;
	float: left;
	margin: 0 15px 30px 0;
	background-color: #eff0ed;
}

.start-here-item-odd {
	width: 48%;
	float: left;
	margin: 0 0 30px 15px;
	background-color: #eff0ed;
}

.start-here-item-odd h2 a, .start-here-item-even h2 a {
	font-size: 20px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	color: #000;
	text-transform: uppercase;
}

.start-here-item-odd h2, .start-here-item-even h2 {
	padding: 0 10px;
	line-height: 1;
}
.start-here-item-even h2 a:hover, .start-here-item-odd h2 a:hover {
	color: #000;	
}

.start-here-item-even p, .start-here-item-odd p {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 13px !important;
}

.start-here-item-even img, .start-here-item-odd img {
	margin: 0 auto 12px !important;
}

.start-here h4 {
    margin: 10px;
	text-align: center;
}

/* Start Here Single Alt
--------------------------------------------- */

.start-here-alt .nm-starthere-item {
	width: 100%;
    display: inline-block;
}

.start-here-alt .start-here-top-left {
	float: left;
	max-width: 700px;
	width: 100%;
}

.start-here-alt.page .start-here-top-left .entry-title {
	text-align: center;
}
.start-here-alt .start-here-top-right {
	float: right;
	max-width: 340px;
	width: 100%;
	padding: 20px 20px 0 20px;
	border: 1px solid #000;
}

.start-here-alt .start-here-top-left, .start-here-alt .start-here-top-right {
	margin-bottom: 40px;
}

.start-here-alt .nm-starthere-item h4 a {
	font-size: 20px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	color: #2da1c4;
	text-transform: uppercase;
}

.start-here-alt .nm-sh-tag {
	display: table;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}
    
.start-here-alt .nm-starthere-item p {
	font-size: 15px;
}
 
.start-here-alt .start-here-left {
	float: right;
	width: 250px;
}

.start-here-alt .start-here-left ul {
	margin: 0 !important;
}

.start-here-alt .start-here-left ul li {
	list-style-type: none !important;
	display: table;
	width: 100%;
	margin: 10px 0;
}

.start-here-alt .start-here-left ul li a {
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-size: 22px;
	color: #000;
	background: #eff0ed;
	border-radius: 5px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
  	margin: 10px 0;
  	height: 80px;
  	text-align: center;
  	padding: 0 25px;
	text-transform: uppercase;
}

.start-here-alt .start-here-left ul li a:hover, .start-here-alt .start-here-left ul li a.active {
	color: #fff;
	background: #2ea2c4;
}

.start-here-alt .start-here-right {
	float: left;
	max-width: 750px;
	margin-bottom: 20px;
}

.start-here-alt .start-here-right h3, .start-here-alt .start-here-left h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
}

.start-here-alt .start-here-item-even, .start-here-alt .start-here-item-odd {
	min-height: 375px; 
}

.start-here-alt .start-here-item-even {
	width: 48%;
	float: left;
	margin: 0 15px 30px 0;
	background-color: #eff0ed;
}

.start-here-alt .start-here-item-odd {
	width: 48%;
	float: left;
	margin: 0 0 30px 15px;
	background-color: #eff0ed;
}

.start-here-alt .start-here-item-odd h2 a, .start-here-alt .start-here-item-even h2 a {
	font-size: 20px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	color: #000;
	text-transform: uppercase;
}

.start-here-alt .start-here-item-odd h2, .start-here-alt .start-here-item-even h2 {
	padding: 0 10px;
	line-height: 1;
}
.start-here-alt .start-here-item-even h2 a:hover, .start-here-alt .start-here-item-odd h2 a:hover {
	color: #000;	
}

.start-here-alt .start-here-item-even p, .start-here-alt .start-here-item-odd p {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 13px !important;
}

.start-here-alt .start-here-item-even img, .start-here-alt .start-here-item-odd img {
	margin: 0 auto 12px !important;
}

/* start here new design */

.start-here-new.page .start-here-top-left .entry-title {
    text-align: left !important;
}

.start-here-new .top-links-box ul {
    font-size: 16px; margin: 0 0 0 20px;
}

.start-here-new .top-links-box ul li a {
color: #38c1ea;
}

.start-here-new .top-links-box ul li a:hover {
color: #fff;
}

.start-here-new .overlay {
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 447px;
    padding: 0;
}

.start-here-new .start-here-intro {
    background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/startherehero.jpg') no-repeat !important;
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    background-size: cover !important;
 
    color: #fff;
}
.start-here-new .start-here-top-left .entry-title, .start-here-new .entry-content .start-here-top-left a {
	color: #fff;
}

.start-here-new .start-here-intro {
	background: #e6e6e6;
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}

.start-here-new .start-wrapper {
	margin: 0 auto;
	max-width: 1060px;
}

.start-here-new .start-here-posts {
	display: flex;
    flex-wrap: wrap;
}

.start-here-new .start-wrapper h3 {
    margin: 30px 0;
}

.start-here-new .nm-starthere-item {
	width: 330px !important;
    display: block;
    margin: 0 10px 10px 10px;
}

.start-here-new .nm-starthere-item img {
	margin: 0 auto;
	display: block;
}

.start-here-new .nm-starthere-item h4 a {
    color: #000;
    font-weight: 500;
	font-size: 21px;
    text-transform: uppercase;
}

.start-here-new .nm-sh-tag {
    display: table;
    font-size: 20px;
    text-align: center !important;
    margin: 20px 0 !important;
    width: 100%;
}
.start-here-new .start-here-top-right h3 {
	color: #fff;
	margin-top: 0 !important;
}

.start-here-new .start-here-top-left, .start-here-new .start-here-top-right {
	padding-top: 40px;
}

.start-here-new .start-here-top-right {
    padding: 40px 20px 20px 20px !important;
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 20%, rgba(44,161,196,0.4) 100%);
    margin-bottom: 0;
 	border: none !important;
    height: 447px;
}

.start-here-new ul.nm-start-main, ul.nm-start-top {
	-moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count: 3;
    column-gap: 40px;
}

.start-here-new ul.nm-start-main li {
	list-style-type: none;
	margin-bottom: 10px;
}

.start-here-new ul.nm-start-main li a {
	padding-left: 5px;
}

.start-here-new ul.nm-start-main li:before {
	font-family: "FontAwesome";
	content: "\f0da";
}

.start-here-new h3 {
	width: 100%; 
	display: inline-block; 
	text-align: center;
	margin-top: 20px;
}

.start-here-new start-here-top-right h3 {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	.start-here-new ul.nm-start-main, .start-here-new ul.nm-start-top {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}

	.start-here-new .start-here-top-left, .start-here-new .start-here-top-right {
		margin-bottom: 0;
	}

	.start-here-new .start-here-top-left  {
		padding: 20px;
	}

	.start-here-new .start-here-top-right {
		max-width: 100%;
		height: auto;
	}

	.start-here-new .nm-starthere-item {
		margin: 0 0 15px 0;
	}
     
}

/* Destination Guide Index
--------------------------------------------- */

a.dest-nav {
	margin: 0 10px;
}

.dest-labels {
	color: #000;
	font-weight: 600;
	margin: 0 !important;
}

ul.dest-region {
	margin: 0 !important;
  	overflow: hidden;
}

ul.dest-region li {
	list-style-type: none !important;
	float: left;
	width: 255px;
	margin: 20px 6px;
}

ul.dest-region li img {
	max-width: 100%;
	vertical-align: top;
}

ul.dest-region li:nth-child(1) {
	margin-left: 0;
	margin-right: 6px;
}

ul.dest-region li:nth-child(4) {
	margin-right: 0;
	margin-left:6px;
}

img.dest-entry-divider {
	display: block;
	max-width: 70%;
	margin: 20px auto;
}

.destination-guides h2 {
	text-align: center;
}

ul.dest-budget-guides {
	margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.dest-budget-guides li {
	list-style-type: none !important;
	width: 210px;
}

ul.dest-budget-guides li img {
	max-width: 100%;
	vertical-align: top;
}

ul.dest-budget-guides li:nth-child(1), ul.dest-budget-guides li:nth-child(6) {
	margin-left: 0;
	margin-right: 6px;
}

ul.dest-budget-guides li:nth-child(4), ul.dest-budget-guides li:nth-child(8) {
	margin-right: 0;
	margin-left:6px;
}

.coming-soon {
	background: #eef0eb;
	padding: 107px 0;
}

.coming-soon h4 {
	text-align: center;
	font-size: 45px;
}

.coming-soon p {
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
}

.book-left {
	float: left;
}

.book-left img {
	width: 360px;
}

.book-right {
	float: right;
	width: 65%;
}

ul.gen-travel-tips {
	-moz-column-count: 3;
   	-moz-column-gap: 40px;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	column-count: 3;
	column-gap: 40px;
   }

ul.gen-travel-tips li {
	margin-left: 25px;
}

.dest-country-list {    
   width: 100%; height: auto
}

.dest-country-page {
	width: 100%; height: auto 
}

.dest-country-page img {
  vertical-align: top;
}

.dest-country-page a {
	float: left;
	margin: 5px;
	width: 255px;
	position: relative;
}

.dest-country-page span {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 255px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 20px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	text-transform: uppercase;
}

.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.cycle-slideshow { 
	width: 100%;  
	margin: 10px auto; 
	padding: 0; 
	position: relative; 
	display: table;
 }

.cycle-slideshow .dest-country-page { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    padding: 0; 
    display: block; 
}

.cycle-slideshow img:first-child {
    position: static; 
    z-index: 100;
}

.cycle-pager { 
    text-align: center; 
    width: 100%; 
    overflow: hidden; 
    margin-top: 20px;
}
.cycle-pager span { 
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 15px;
	display: inline-block;
	color: #2da1c4;
	cursor: pointer;
	margin: 0 8px;
	line-height: 1;
	font-weight: 400;
	transition:all ease 0.4s;
}

#per-slide-template a.cycle-pager-active {
	color: #333; 
	font-weight: 600;
}

#per-slide-template a {
	font-size: 16px;
}
#per-slide-template a:hover {
	color: #333;
}

#per-slide-template a:nth-child(1)::after, #per-slide-template a:nth-child(2)::after, #per-slide-template a:nth-child(3)::after, #per-slide-template a:nth-child(4)::after, #per-slide-template a:nth-child(5)::after {
	content: "•";
	color: #333;
	margin: 0 10px;
}

.cycle-pager > * { 
	cursor: pointer;
}

#per-slide-template {
	text-align: center;
	margin-top: 10px;
}

.cycle-prev, .cycle-next { 
	color: #2da1c4;
    font-size: 20px;
}

.cycle-prev:hover, .cycle-next:hover { 
	text-decoration: underline;
}

.cycle-prev { 
	float: left;
	display: block;
	font-weight: bold;
}

.cycle-next { 
	float: right;
	display: block;
	font-weight: bold;
}

.cycle-prev:hover, .cycle-next:hover { 
	opacity: .85; 
	filter: alpha(opacity=85);
} 

.disabled { 
	opacity: 1; 
	filter:alpha(opacity=50); 
}

@media only screen and (max-width: 768px) {
	.nomobile, .iwm_map_canvas {
		display: none !important;
	}
	.dest-labels {
    	text-align: center;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { 
    	width: 200px;
	}
    .cycle-overlay { 
    	padding: 4px; 
    }

    .cycle-caption { 
    	bottom: 4px; 
    	right: 4px; 
    }
}

/* Single Destination Guide
--------------------------------------------- */

.guide-nav {
	max-width: 675px;
  	text-align: center;
  	margin: 0 auto;
  	display: table;
}

.guide-nav a {
	float: left;
	margin: 10px;
  	padding-left: 33px;
  	background-repeat: no-repeat;
  	background-size: 30px;
  	line-height: 30px;height: 30px;
  	color: #444444 !important;
  	text-decoration: underline;
  	font-size: 17px;
}

.guide-nav a:hover {
	color: #444444;
}

a.guide-dest {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_destinations_@2x.png');
 }

.guide-costs {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_costs_@2x.png');
}

.guide-tips {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_tips_@2x.png');
 }

.guide-act {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_activities_@2x.png');
}

.guide-more {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_more_@2x.png');
}

ul.guide-places, ul.places {
	margin: 0 0 20px 0 !important;
	overflow: hidden;
}

ul.guide-places li, ul.places li {
	list-style-type: none !important;
  	background: #eef0eb;
  	text-align: left;
  	margin: 5px !important;
  	padding: 5px 10px;
  	float: left;
  	border-radius: 5px;
  	width: 30%;
}

ul.guide-places li a, ul.places li a {
	padding-left: 30px;
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_location_@2x.png');
  	background-repeat: no-repeat;
  	background-size: 21px;
}

.dgfooter-left {
	float: left;
  	width: 325px;
  	overflow: hidden;
  	border-top: 2px solid #000;
}

.dgfooter-right {
	float: right;
	width: 325px;
  	overflow: hidden;
  	border-top: 2px solid #000;
}

.dgfooter-left ul, .dgfooter-right ul {
	margin: 0 !important;
}

.dgfooter-left ul li, .dgfooter-right ul li {
	list-style-type: none  !important;
	border-bottom: 1px solid #dddddd;
	margin-left: 15px;
}

.dgfooter-left ul li:nth-child(1), .dgfooter-right ul li:nth-child(1) {
	margin-left: 0;
}

.dgfooter-left h3, .dgfooter-right h3 {	
	color: #acc961;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
	padding: 10px 0 10px 35px;
	margin: 0;
	display: block;
}

.dgfooter-left h3 {
	background-image: url('https://media.nomadicmatt.com/siteimages/more_heading_icon_@2x.png');
}

.dgfooter-right h3 {
	background-image: url('https://media.nomadicmatt.com/siteimages/resources_heading_icon_@2x.png');
}

.dgfooter-left a, .dgfooter-right a {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_airplane_@2x.png');
  	background-repeat: no-repeat;
  	background-size: 16px;
  	background-position: right center;
  	display: block;
  	margin: 5px 0;
  	font-weight: 400 !important;
}

.nm-single-destination ul.tg-2column {
	margin: 0 !important;
	clear: both;
	display: table;
}

.nm-single-destination ul.tg-2column li {
	float: left;
	width: 48%;
	list-style-type: none !important;
	margin: 10px 10px 20px 10px;
}

.nm-single-destination #destinations, .nm-single-destination #costs, .nm-single-destination #tips, .nm-single-destination #activities, .nm-single-destination #posts {
    width: 100%;
    clear: both;
    text-align: left;
    border-bottom: 2px solid #000;
	padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 30px;
	line-height: 1.4;
}

.nm-single-destination #destinations {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_destinations_@2x.png');
}

.nm-single-destination #costs {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_costs_@2x.png');
}

.nm-single-destination #tips {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_tips_@2x.png');
}

.nm-single-destination #activities {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_activities_@2x.png');
}

.nm-single-destination #posts {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_more_@2x.png');
}

.nm-single-destination .nm-guide-posts {
	display: table;
}

.nm-single-destination .nm-guide-posts ul  {
	margin: 0 !important;
}

.nm-single-destination .nm-guide-posts ul li {
    list-style-type: none !important;
	float: left;
	width: 18%;
	margin: 0 10px;
	min-height: 300px;
}

.nm-single-destination .nm-guide-posts h4 {
	font-size: 18px;
}

.nm-single-destination .one-fourth.first {
	padding-right: 10px;
}

.nm-single-destination .guide-nav {
	max-width: 725px;
  	text-align: center;
  	margin: 0 auto;
  	display: table;
}

.nm-single-destination .guide-nav a {
	float: left;
	margin: 10px;
  	padding-left: 33px;
  	background-repeat: no-repeat;
  	background-size: 30px;
  	line-height: 30px;height: 30px;
  	color: #444444 !important;
  	text-decoration: underline;
  	font-size: 17px;
}

.nm-single-destination .guide-nav a:hover {
	color: #444444;
}

.nm-single-destination a.guide-dest {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_destinations_@2x.png');
 }

.nm-single-destination .guide-costs {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_costs_@2x.png');
}

.nm-single-destination .guide-tips {
	background-image: url('https://media.nomadicmatt.com/siteimages/icon_tips_@2x.png');
 }

.nm-single-destination .guide-act {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_activities_@2x.png');
}

.nm-single-destination .guide-more {
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_more_@2x.png');
}

.nm-single-destination ul.guide-places, .nm-single-destination ul.places {
	margin: 0 0 20px 0 !important;
	overflow: hidden;
}

.nm-single-destination ul.guide-places li, .nm-single-destination ul.places li {
	list-style-type: none !important;
  	background: #eef0eb;
  	text-align: left;
  	margin: 5px !important;
  	padding: 5px 10px;
  	float: left;
  	border-radius: 5px;
  	width: 100%;
}

.nm-single-destination ul.guide-places li a, .nm-single-destination ul.places li a {
	padding-left: 30px;
  	background-image: url('https://media.nomadicmatt.com/siteimages/icon_location_@2x.png');
  	background-repeat: no-repeat;
  	background-size: 21px;
}

.single-destination ul.nav-guide {
    margin: 0 !important;
}
.single-destination ul.nav-guide li {
    list-style-type: none !important;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}
.single-destination ul.nav-guide li .fa {
    color: #fff;
    background: #2da1c4;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    padding: 6px;
    text-align: center;
    font-size: 20px;
}

.single-destination a.guide-dest {
  background-image: none;
 }

.single-destination .guide-costs {
   background-image: none;
}

.single-destination .guide-tips {
  background-image: none;
 }

.single-destination .guide-act {
   background-image: none;
}

.single-destination .guide-more {
    background-image: none;
}

.single-destination .iwm_map_canvas {
    margin-bottom: 20px;
}

.single-destination #skyscanner-white-label {
    display: table;
    margin: 0 auto;
    border: 2px solid #ccc;
}
.single-destination ol.guide-columns {
    column-count: 3;
    column-gap: 45px;
    margin: 0 0 40px 0!important;
}
.single-destination .nmguide-money-tips ol.guide-columns {
    column-count: 2;
    column-gap: 45px;
}

.single-destination .nmguide-money-tips ol.guide-columns li {
	margin-left: 20px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	column-break-inside:avoid;
}

.single-destination .nmguide-activities ol.guide-columns {
    column-count: auto;
    column-gap: auto;
    margin: 0 0 40px 0!important;
    display: flex;
    flex-wrap: wrap;
}

.single-destination ol.guide-columns.nm-guide li {
    margin: 0 15px 20px;
    width: 30%;
    padding-left: 5px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.single-destination ol.guide-columns.nm-guide li {
    margin: 0 15px 20px;
    width: 30%;
    padding-left: 5px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.nm-guide-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guide-col-1, .guide-col-2, .guide-col-3 {
	width: 100%;
    max-width: 30%;
    margin: 0 15px 20px;
}

.single-destination h3 {
    margin-top: 60px;
    width: 100%;
    display: table;
    border-bottom: 2px solid #000;
}
.single-destination .nm-guide-posts ul {
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.single-destination .nm-guide-posts ul li {
    list-style-type: none !important;
    margin: 0 10px 10px;
    flex-grow: 1;
    flex-basis: 30%;
}
.single-destination .nm-guide-posts ul li img {
    width: 100%;
}
.single-destination .nm-guide-posts ul li a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", sans-serif;
}
.single-destination .get-the-guide h3 {
    text-align: center;
}
.single-destination .get-the-guide img {
    width: 100%;
}
.single-destination .guide-budget {
    margin-top: -60px;
    border: 2px solid #000;
    padding: 10px;
    background: #eef0eb;
    position: relative;
    right: -1px;
}

.single-destination .guide-resources {
	width: 100%;
}

.single-destination .guide-posts h3,
.single-destination .guide-resources h3 {
    text-align: center;
    position: relative;
    border-bottom: none;
}
.single-destination .guide-posts h3 span,
.single-destination .guide-resources h3 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.single-destination .guide-posts h3:before,
.single-destination .guide-resources h3:before {
    left: 0;
}
.single-destination .guide-posts h3:before,
.single-destination .guide-resources h3:before {
    background: #000000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.single-destination .skyscanner-widget {
    background: #eee;
    padding: 20px;
}
.single-destination .nmguide-activites,
.single-destination .nmguide-nav-map,
.single-destination .nmguide-costs,
.single-destination .nmguide-money-tips,
.single-destination .nmguide-must-have {
    display: inline-block;
    width: 100%;
}
.single-destination .guide-activities {
    min-height: 325px;
}
.single-destination #topfive {
    position: relative;
    margin: 10px auto;
    min-height: 300px;
    z-index: 1;
}
.single-destination #topfive {
  
     perspective: 1000px;
}
.single-destination #topfive-front {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    transition: all 0.4s linear;
}
.single-destination #topfive:hover #topfive-front {
   
    -moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform: rotateY(180deg); 
    box-shadow: -5px 5px 5px #aaa;
}

.single-destination #topfive:hover img, .single-destination #topfive:hover h4 {
	display: none;
}

.single-destination .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    min-height: 280px;
}
.single-destination .face h4 {
    position: absolute;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
}
.single-destination .face.back {
	display: table;
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform: rotateY(180deg); 
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #aaa;
    font-size: 14px;
}

.single-destination .nmguide-must-have p {
	font-size: 15px;
}

.single-destination .nmguide-must-have h3 {
	font-size: 24px;
	border-bottom: 2px solid #000; 
	margin-bottom: 25px;

}

.single-destination .nmguide-must-have h4 {
	margin-bottom: 10px;
}

.single-destination .book-list ul li {
	list-style-type: none;
	float: left;
	width: 145px;
	margin: 0 6px 10px 0;
	height: 177px;
}

.dest-read {
	float: none;
	text-align: center;
    margin: 0 auto;
    display: block;
}

.nm-single-destination #mmd-flight-widget, .single-destination #mmd-flight-widget {
	display: table;
	width: 100%;
}

/* new single destination tweaks */

.page.destination-guide .entry-title {
    margin-bottom: 0px;
}

.destination-guide .entry-header .entry-meta {
    text-align: center;
}

.destination-guide .site-inner h3 {
    text-align: center;
    position: relative;
    border-bottom: none;
    margin-top: 60px;
    width: 100%;
  
}
.destination-guide .site-inner h3 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.destination-guide .site-inner h3:before {
    left: 0;
}
.destination-guide .site-inner h3:before {
    background: #000000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.destination-guide .entry-content ul.margin {
    margin-top: -25px !important;
}

.destination-guide .toc h4, .destination-guide .map h4, .destination-guide .three-fifths h4 {
    text-align: center;
}

.destination-guide .toc {
    border:2px solid #000; padding: 10px;
}

.destination-guide .toc ul {
    margin-bottom: 0;
}

.destination-guide .guide-block {
     display: inline-block;
    width: 100%;
}

.destination-guide #topfive {
    position: relative;
    margin: 10px auto;
    min-height: 300px;
    z-index: 1;
}
.destination-guide #topfive {
  
     perspective: 1000px;
}
.destination-guide #topfive-front {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    transition: all 0.4s linear;
}
.destination-guide #topfive:hover #topfive-front {
   
    -moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform: rotateY(180deg); 
    box-shadow: -5px 5px 5px #aaa;
}

.destination-guide #topfive:hover img, .destination-guide #topfive:hover h4 {
	display: none;
}

.destination-guide .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    min-height: 280px;
	 color: white;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
}
.destination-guide .face h4 {
    position: absolute;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
}
.destination-guide .face.back {
	display: table;
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform: rotateY(180deg); 
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #aaa;
    font-size: 14px;
}

.budget-table {
  display: flex;
  flex-flow: column nowrap;
  font-size: .8rem;
  margin: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;
  flex: 1 1 auto;
}

.budget-table .th {
	display: none;
	font-weight: 700;
	background-color: #4B7D95 !important;
	color: #fff;
}

.budget-table .th > .td {
	white-space: normal;
	justify-content: center;
	font-size: 16px;
}

.destination-guide .budget-table .th > .td {
	font-size: 14px;
}

.budget-table .tr {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
}

.budget-table .tr:nth-of-type(even) {
	background-color: #D9D9D9;
}

.budget-table .tr:nth-of-type(odd) {
	background-color: #ffffff;
}

.budget-table .td {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0px;
	white-space: nowrap;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}

.budget-table .td.title {
	flex-grow: 2; 
	justify-content: start;
}

.budget-table .td.cost {
	flex-grow: 2; 
}

.budget-table span {
    font-size: 20px;
}

.budget-table.custom .td .tr:nth-of-type(odd) {
	background-color: transparent;
}

.budget-table .tr.sub-title {
	background-color: #4B7D95;
	color: #fff;
}

.budget-table .tr.row-one {
	background-color: #ffffff;
}

.budget-table .tr.row-two {
	background-color: #D9D9D9;
 
}
.budget-table.custom .tr .td .tr .td {
	border: none;
}
.budget-table.custom .tr .td .tr .td:nth-of-type(odd) {
    border-top: none;
    border-bottom: none;
    border-left: 0;
    border-right: 2px solid #a9a9a9;
}

.destination-guide .book-list ul li {
	list-style-type: none;
	float: left;
	width: 145px;
	margin: 0 6px 10px 0;
	height: 177px;
}

.destination-guide a.book-buy {
    padding: 7px 10px;
    background: #acc861;
    margin: -10px 0 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 1px solid #acc861;
    border-radius: 4px;
    text-align: center;
    width: 270px;
}

.destination-guide .nm-guide-posts ul {
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.destination-guide .nm-guide-posts ul li {
    list-style-type: none !important;
    margin: 0 10px 10px;
    flex-grow: 1;
    flex-basis: 30%;
	max-width: 30%;
}
.destination-guide .nm-guide-posts ul li img {
    width: 100%;
}
.destination-guide .nm-guide-posts ul li a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", sans-serif;
}

@media only screen and (max-width: 768px) {
	.destination-guide .budget-table .th > .td {
		font-size: 8px;
	}

	.destination-guide .budget-table span {
		font-size: 10px;
	}

	.destination-guide h3 {
		font-size: 22px;
	}

	.destination-guide .toc {
		margin-bottom: 20px;
	}

	.guide-block.topfive .one-fifth {
		margin: 0 auto;
		width: 190px;
		float: none;
	}
}

/* Books Page
--------------------------------------------- */

a.book-nav {
	display: inline-block;
	margin: 10px 10px 0 10px;
	 font-size: 16px;
}

.travel-books-page strong {
		color: #000;
}

.travel-books-page h2 {
	text-align: center;
}

.travel-books-page h3 a {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 30px;
}

.book-item {
	width: 100%;
	margin: 20px 0;
	clear: both;
}

.book-entry-divider {
	margin: 40px auto;
	width: 70%;
	display: block;
}

.alt-book h3 a {
	font-size: 20px;
}
.alt-book p {
	font-size: 14px;
}

.alt-book img.alignleft {
	margin: 7px 15px 24px 0;
}

.travel-books-page ul.dest-budget-guides li {
    text-align: center;
}

.travel-books-page a.book-buy {
    padding: 5px 15px;
    background: #acc861;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border: 1px solid #acc861;
}

.travel-books-page a.book-buy:hover {
    padding: 5px 15px;
    background: #acc861;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border: 1px solid #acc861;
}

.travel-books-page .one-half, .travel-books-page .one-third {
    margin-bottom: 50px;
}

.travel-books-page .one-half h3 a, .travel-books-page .one-third h3 a {
    font-size: 18px;
}

.travel-books-page .one-half h3, .travel-books-page .one-third h3 {
    margin-top: 20px;
}

.travel-books-page ul.dest-budget-guides a.book-buy {
    padding: 5px 15px;
    background: #acc861;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}

.travel-books-page .book-item {
    display: inline-block;
    margin: 20px 0 50px 0;
}

.travel-books-page .book-item a.book-buy {
    margin: 20px 0 0 0;
}

/* Sales Page Template
--------------------------------------------- */

.sales-landing .nav-primary {
	min-height: 75px;
}

.sales-landing .sub-title {
	background: url('https://media.nomadicmatt.com/siteimages/subtitle_banner_@2x.png') no-repeat;
  	background-size: contain;
  	width: 100%;
  	display: inline-block;
  	color: #fff;
  	font-size: 27px;
  	text-align: center;
  	height: 55px;
  	line-height: 2;
  	margin-bottom: 20px;
  	background-position: center;
}

.sales-landing strong {
	color: #000;
}

.sales-landing .site-inner h3 {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 30px;
	font-weight: 900;
}

.sales-landing .sales-blue-box {
	width: 100%;
	background: #2ea2c4;
	display: table;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}

.sales-landing .sales-blue-box h3 {
	text-align: center;
	clear: none;
}

.sales-landing .sales-blue-box span {
	color: #fff;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
  	display: block;
  	
}

.sales-landing .sales-blue-box img.compass {
	margin: 45px 15px 45px 0px;
}

.sales-landing .sales-center {
	text-align: center;
}

.sales-landing .sales-testimonial {
	background: #eef0eb;
	margin: 20px 0;
  	padding: 10px;
  	display: inline-block;
}

.sales-landing img.headshot-left {
	height: 160px;
  	width: 160px;
  	border: 0;
  	padding: 5px;
  	border-radius: 9999px;
  	float: left;
  	margin: 0 20px 40px 0;
}

.sales-landing img.headshot-right {
	height: 160px;
  	width: 160px;
  	border: 0;
  	padding: 5px;
  	border-radius: 9999px;
  	float: right;
  	margin: 0 20px;
}

.sales-testimonial p:first-of-type {
	background-image: url('https://media.nomadicmatt.com/siteimages/quote_transparent_@2x.png');
  	background-repeat: no-repeat;
  	background-size: 27px;
  	background-position: left top;
  	padding-left: 40px; 	
  	margin-bottom: 10px;
}

.sales-testimonial.left p:first-of-type {
  	padding-left: 185px; 	
  	background-position: 20% 0;
}

.sales-testimonial p {
  	padding-left: 40px; 	
}

.sales-testimonial.left .testimonial-name {
	padding-left: 0px; 
}

.hintro {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
  	display: block;
  	margin-bottom: 0 !important;
}

.sales-landing h2 {
	font-size: 50px;
	color: #2ea2c4;
	text-align: center;
	text-transform: uppercase;
}

.sales-landing h3.blue {
	color: #2ea2c4;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}

.sales-landing h3.orange {
	color: #f26a44;
	font-style: italic;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin: 30px 0;
}

.sales-landing .order {
	background: #eef0eb;
	padding: 12px;
	text-align: center;
	width: 300px;
  	margin: 30px auto;
}
.sales-landing h2.worksystem {
	font-size: 38px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
	clear: both;
}

.sales-landing ul.bullets {
	list-style-type: none !important;
    	padding: 0px;
    	margin: 0px !important;
	display: table;
}

.sales-landing ul.bullets li {
	background-image: url(https://media.nomadicmatt.com/siteimages/bullet_@2x.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 30px;
	margin: 10px 0;
}

.sales-landing.sales-alt-landing ul.bullets li {
	float: left;
	width: 49%;
}

.sales-landing.sales-alt-landing ul.bullets.faq li {
	float: none;
	width: 100%;
}

.sales-landing ul.countries li {
	width: 30%;
	float: left;
}

.tonmore {
	font-size: 20px;
	font-weight: 900;
	background-image: url(https://media.nomadicmatt.com/siteimages/bullet_@2x.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 30px;
	display: table;
	margin: 20px auto;
	max-width: 600px;
	color: #000;

}

.sales-blue-box a {
	background: #acc961;
	border-radius: 20px;
	padding: 10px;
	color: #fff !important;
	font-size: 30px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	text-align: center;
	margin: 20px auto;
	display: block;
	max-width: 400px;
}

.sales-landing .sales-blue-box img.plane {
	margin: 0;
	position: absolute;
	left: 15px;
	bottom: 15px;
	float: none;
}

.sales-landing .sales-green-box {
	width: 100%;
	background: #acc961;
	display: table;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	position: relative;
}

.sales-landing .sales-green-box h3 {
	text-align: center;
	clear: none;
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Fjalla One', 'Impact', sans-serif;
}

.sales-landing .sales-green-box span {
	color: #fff;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
  	display: block;
}

.sales-landing .sales-green-box p {
	color: #000;
	font-weight: 600;
	text-align: center;
}

.sales-landing .sales-grey-box {
	width: 100%;
	background: #595959;
	display: table;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

ul.travel-hackers {
	list-style-type: none !important;
	margin: 0 !important;
}

ul.travel-hackers li {
	list-style-type: none !important;
	float: left;
	margin: 0 20px 20px 0;
	width: 47%;	
}

ul.travel-hackers li img.img-circle {
	border-radius: 500px;
	width: 110px;
	float: left;
	margin: 0 10px 10px 0;
}

.sales-landing .buy-now h3 {
	font-size: 60px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.sales-landing .buy-now {
	margin-bottom: 5px;
}

.sales-landing .buy-now p {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	padding: 0 30px;
}		

.sales-landing .buy-now a {
	background: #f26a44;
	border-radius: 5px;
	padding: 10px;
	color: #fff !important;
	font-size: 30px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	box-shadow: 0px 5px 5px 0px rgba(28,97,118,1);
	text-align: center;
	margin: 20px auto;
	display: block;
	max-width: 400px;
}

.sales-landing .buy-now img {
	float: none;
	margin: 0 auto 24px;
}

.sales-landing .bottom-box h4 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	color: #000;
	text-align: center;
	padding: 30px 30px 0 30px;
}

.sales-landing .bottom-box h3 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
	padding: 0 30px 30px 30px;
}

.sales-landing h2.faq {
	font-size: 40px;
	font-family: 'Fjalla One', 'Impact', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.sales-landing .final-buy {
	background: #eef0eb;
	margin: 0 auto;
	max-width: 550px;
	padding: 5px 0;

}

.sales-landing .final-buy a.buy {
	background: #f26a44;
	border-radius: 5px;
	padding: 10px;
	color: #fff !important;
	font-size: 30px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143,144,141,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(143,144,141,1);
	box-shadow: 0px 5px 5px 0px rgba(143,144,141,1);
	text-align: center;
	margin: 20px auto;
	display: block;
	max-width: 400px;
}

.nm-sales-table { 
	display: table; 
	width: 100%;
}

.nm-table {
	width: 100%; 
	margin: 0 auto;
}

.nm-table td {
	text-align: left;
}

/* travel hacking alt */

.ssb-course-title h1 {
	color: #fff;
	font-size: 54px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0 20px;
}

.ssb-course-title span {
	color: #fff;
	font-size: 65px;
    text-transform: initial;
}

.ssb-header-wrap {
	position: relative;
	}

img.course-icon {
	position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    z-index: 100;
}

.botb-faqs {
	background: #d3e0e6;	
}

.nmsales-faqs {
	display: table;
}

.botb-faqs .course-wrapper, .nmsales-faqs .course-wrapper {
	padding: 0px 0 30px 0;
}

.botb-faqs .botb-faq .botb-faq-item, .nmsales-faqs .nmsales-faq .nmsales-faq-item  {
	font-size: 18px;
	border-bottom: 1px solid #949899;
    padding: 10px 0;
}

.botb-faqs .botb-faq .botb-faq-item h5, .nmsales-faqs .nmsales-faq .nmsales-faq-item h5 {
	margin: 10px 0;
}

.botb-faqs .botb-faq .botb-faq-item h5 a::after, .nmsales-faqs .nmsales-faq .nmsales-faq-item h5 a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 10px;
	color: #000;
	font-size: 25px;
	float: right;
}

.botb-faqs .botb-faq .botb-faq-item h5.open a::after, .nmsales-faqs .nmsales-faq .nmsales-faq-item h5.open a::after {
    content: "\f106";
}


.sales-landing img.headshot-left {
    height: 160px;
    width: 160px;
    border: 0;
    padding: 5px;
    border-radius: 9999px;
    float: left;
    margin: 0 20px 20px 0;
}


/* misc css from old sales pages */

.sales-landing .sales-testimonial {
	clear: both;
}

.ssb-sales .course-wrapper {
    max-width: 875px;
}

.botb-featured .course-wrapper {
      max-width: 1040px;
}

.entry-title {
	max-width: 850px;
    margin: 0 auto 20px;
}

.sales-testimonial.left p:first-of-type {
    padding-left: 185px;
    background-position: 17% 0;
}

.nmsales-faqs {
    background: #d3e0e6;
	width: 100%;
}

.nmsales-faqs .course-wrapper {
    max-width: 825px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.nmth-book-spec{display:table;width:100%}.nmth-book-spec .one-third{}.nmth-book-spec .one-third img{margin-bottom:10px}.nmth-book-spec h4{text-align:center;text-transform:uppercase;padding:0 40px}
.nmth-buy{margin-bottom:20px;}.nmth-buy p{margin-bottom:55px;}.nmth-buy-opt{display:table;width:100%;max-width:500px;margin:0 auto;}.nmth-buy-opt .left{background:#1a272b;float:left;width:60%;}.nmth-buy-opt .left a{color:#fff;text-transform:uppercase;font-size:24px;text-align:center;display:block;line-height:1.2;padding:10px;}.nmth-buy-opt .right{background:#3ea0cf;}.nmth-buy-opt .right a{font-size:47px;text-align:center;display:block;color:#fff;font-weight:bold;margin-bottom:10px;}


/* $50 a day specific
--------------------------------------------- */

.sales-50-day ul.bullets {
	margin: 20px 0 !important;
}

.sales-50-day ul.countries li {
	width: 30%;
	float: left;
}
 	
/* About Page
--------------------------------------------- */

.page-id-2 h2, .page-id-41861 h2 {
	font-family: "Gotham A", "Gotham B", sans-serif;
}

.page-id-2 strong, .page-id-41861 strong {
	color: #000;
}

.about-newsletter {
	background: #eef0eb;
	display: table;
	padding: 15px 50px;
	margin-bottom: 20px;
	width: 100%;
}

.about-newsletter img {
  float: left;
  width: 145px;
  margin: 10px 20px 0 20px;
}
  
.about-newsletter span {
	font-size: 21px;
  	font-weight: 600;
  	color: #000;
}

.about-newsletter input[type="text"], .about-newsletter input[type="submit"], .about-newsletter select {
	display: block;
  	float: left;
  	margin: 20px 0 5px 5px;
  	border-radius: 5px;
  	height: 50px;
}

.about-newsletter input[type="submit"] {
	background: #f26a44;
	padding: 16px 30px;
	margin: 0 auto;
  float: none;
}

.about-newsletter input[type="text"], .about-newsletter select {
 	border: none;
 	font-size: 18px;
 	padding: 8px 10px;
 	width: 100%;
 	background: #dcdee0;
}

.about-newsletter ::-webkit-input-placeholder {
	color:#444444;
	font-weigth: 300;
}

.about-newsletter :-moz-placeholder {
	color:#444444;
	font-weigth: 300;
}

.about-newsletter :-ms-input-placeholder {
	color:#444444;
	font-weigth: 300;
}

.nm-black-divider {
	border: 2px solid #fff;
	width: 100%;
}

.about-grey-bk {
	background: #eee;
	padding: 20px;
	margin-bottom: 40px;
}

.about-grey-wrap {
	margin: 0 auto;
    max-width: 825px;
}

.about-testimonials-wrapper {
	margin: 0 auto;
    max-width: 1100px;
}

.about-testimonials {
	display: table;
	margin-bottom: 40px;
	font-size: 15px;
}

.about-testimonials em {
	display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.about-testimonials .one-fourth {
	margin-bottom: 20px;
}

.about-testimonials p { 
font-size: 16px;
	}
.about-testimonials span {
	font-weight: 700;
}

.about-testimonials img.aligncenter {
	margin: 0 auto 10px;
	width: 250px;
    height: 250px;
}

.nm-about .about-started {
	text-align: center;
	display: table;
	margin: 40px 0;
	width: 100%;
}

/* Resources Page
--------------------------------------------- */

.nm-resource-page-alt .one-third img, .nm-resource-page-alt .one-fourth img {
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.nm-resource-page-alt .one-third, .nm-resource-page-alt .one-fourth {
	font-size: 16px;
}

/* Book Club
--------------------------------------------- */

.page .book-club-newsletter .ck_form.ck_naked {
    margin: 0 auto !important;
    max-width: 100% !important;
}

.book-club-newsletter .ck_form.ck_naked .ck_form_fields {
    width: 100% !important;
   
    padding: 0 !important;
}
.book-club-newsletter {
	margin-top: 20px;
	border: 4px solid #000 !important;
	
	background: #fff !important;
    display: inline-block !important;
    padding: 15px 50px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.book-club-newsletter img {
  float: left;
  width: 145px;
  margin: 10px 20px 0 20px;
}
  
.book-club-newsletter span {
	font-size: 21px;
  	font-weight: 600;
  	color: #000;
}

.book-club-newsletter input[type="text"], .book-club-newsletter input[type="submit"], .book-club-newsletter select {
	display: block !important;
  	float: left !important;
  	margin: 5px 0 20px 5px !important;
  	border-radius: 5px !important;
  	height: 50px !important;
}

.book-club-newsletter input[type="submit"] {
	background: #f26a44;
	padding: 16px 30px;
	margin: 0 auto;
  	float: none;
}

.book-club-newsletter input[type="text"], .book-club-newsletter select {
 	border: none !important;
 	font-size: 18px;
 	padding: 8px 10px;
 	width: 100%;
 	background: #fff;
}

.book-club-newsletter input[type="text"] {
    border: none !important;
    font-size: 18px !important;
    padding: 8px 10px !important;
    width: 100% !important;
    background: #dcdee0 !important;
}

.book-club-newsletter .subscribe_button {
	background: #f26a44 !important;
    padding: 16px 30px !important;
    margin: 15px auto 0 auto !important;
    float: none !important;
    display: block !important;
	width: auto !important;
    height: auto !important;
}

.book-club-newsletter input[type="email"]{ 		
	border: none !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    padding: 10px 10px !important;
    width: 100% !important;
    background: #dcdee0 !important;
    display: block !important;
    float: left !important;
    margin: 20px 0 15px 4px !important;
    height: 50px !important;
}

.book-club-newsletter input[type="text"], .book-club-newsletter input[type="submit"], .book-club-newsletter select {
    display: block !important;
    float: left !important;
    margin: 20px 0 5px 5px !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.book-club-newsletter ::-webkit-input-placeholder {
	color:#444444 !important;
	font-weight: 300 !important;
}

.book-club-newsletter :-moz-placeholder {
	color:#444444 !important;
	font-weight: 300 !important;
}

.book-club-newsletter :-ms-input-placeholder {
	color:#444444 !important;
	font-weight: 300 !important;
}

ul.book-list {
	margin-left: 0 !important;
}

ul.book-list li {
	list-style-type: none !important;
}

/* Resources
--------------------------------------------- */

.resources-nav {
	width: 100%;
  	display: table;
  	margin: 0 auto 20px auto;
}

.resources-nav ul {
	margin: 0 !important;
}

.resources-nav ul li {
	list-style-type: none !important;
	background-color: #b7d46e;
	padding: 0 3px;
	float: left;
	margin: 10px 5px;
	border-radius: 10px;
	width: 250px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(150,175,91,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(150,175,91,1);
	box-shadow: 0px 5px 5px 0px rgba(150,175,91,1);
}

.resources-nav a {
	float: left;
	margin: 10px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-size: 35px;
	line-height: 25px;
	height: 30px;
	color: #000 !important;
	text-decoration: none;
}

.resources-nav a:hover {
	color: #000;
}

a.resources-gear {
	background-image: url('https://media.nomadicmatt.com/siteimages/travel_gear_icon.svg');
 }

.resources-companies {
  	background-image: url('https://media.nomadicmatt.com/siteimages/booking_icon.svg');
}

.resources-airfare {
	background-image: url('https://media.nomadicmatt.com/siteimages/airfare_icon.svg');
 }

.resources-accom {
  	background-image: url('https://media.nomadicmatt.com/siteimages/accommodations_icon.svg');
}

.resources-more {
  	background-image: url('https://media.nomadicmatt.com/siteimages/misc_icon.svg');
}

.resources-bookmovie {
  	background-image: url('https://media.nomadicmatt.com/siteimages/favorites_icon.svg');
}

.resources-transport {
  	background-image: url('https://media.nomadicmatt.com/siteimages/misc_icon.svg');
}

.resources-job {
  	background-image: url('https://media.nomadicmatt.com/siteimages/misc_icon.svg');
}

.resources-blogging {
  	background-image: url('https://media.nomadicmatt.com/siteimages/misc_icon.svg');
}

.page-id-5300 h2, .nm-resources-page-alt h2 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 900;
	font-size: 40px;
	text-align: center;
}

.page-id-5300 strong, .nm-resources-page-alt strong {
	color: #000;
}

.resources-item {
	float: left;
	width: 100%;
	margin: 10px 0;
}

ul.resources-booksmovies {
	margin: 0 0 30px 0 !important;
	display: table;
}

ul.resources-booksmovies li {
	list-style-type: none !important;
	float: left;
	width: 50%;
}

.book-suggestions {
	background: #eef0eb;
	border-radius: 10px;
	display: table;
	margin: 0 auto 30px auto;
	max-width: 640px;
	padding: 20px;
	font-size: 16px;
}

.book-suggestions a {
	background: #eb6448;
  	color: #fff !important;
 	 font-size: 24px;
  	font-weight: 600;
  	border-radius: 5px;
  	-webkit-box-shadow: 0px 5px 5px 0px rgba(143,144,142,1);
  	-moz-box-shadow: 0px 5px 5px 0px rgba(143,144,142,1);
  	box-shadow: 0px 5px 5px 0px rgba(143,144,142,1);
  	padding: 20px 30px;
  	display: block;
  	max-width: 420px;
  	margin: 20px auto;
  	text-align: center;
}

.nm-resource-page-alt .one-third {
    margin-bottom: 20px;
}
.nm-resource-page-alt .one-third a img.alignleft {
    width: 100%;
    height: 175px;
}
.nm-resource-page-alt .hw-widget {
    margin: 20px 0;
}
.nm-resource-page-alt .hw-widget img {
    width: auto !important;
}
.nm-resource-page-alt .hw-widget table {
    order-collapse: inherit;
    border-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    width: none;
}
.nm-resource-page-alt .hw-widget table td {
    padding: 0;
}
.nm-resource-page-alt .hw-widget table tr {} .nm-resource-page-alt .hw-widget select {
    width: 100% !important;
}
.nm-resource-page-alt .hw-widget input,
.nm-resource-page-alt .hw-widget select,
.nm-resource-page-alt .hw-widget textarea {
    border: none;
    font-weight: 600;
    padding: initial;
}
.nm-resource-page-alt .hw-widget input[type="image"] {
    background-color: transparent;
}
.nm-resource-page-alt #wn-insurance-quote-editor #qqc h1 {
    display: none !important;
}
.nm-resource-page-alt .destinations-wrapper {
    width: 100% !important;
}
.nm-resource-page-alt #wn-insurance-quote-editor {
    padding: 7px 20px 0 !important;
}
.nm-resource-page-alt #wn-insurance-quote-editor #qqc .input-group.country-of-residence {
    display: block;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
}
.nm-resource-page-alt #wn-insurance-quote-editor .button-like {
    padding-right: 25px !important;
}
.nm-resource-page-alt #wn-insurance-quote-editor #qqc .qqc-background {
    padding-top: 50px !important;
    padding-bottom: 5px !important;
}
.nm-resource-page-alt #wn-insurance-quote-editor #qqc .input-group {
    margin-bottom: 5px !important;
}
.nm-resource-page-alt .mmd-widget-form-location {
    margin-bottom: 20px;
}
.nm-resource-page-alt .mmd-widget-form-input {
    margin: 5px 0 !important;
}

/* Flyte page
--------------------------------------------- */

.nm-landing-flyte .content-sidebar-wrap {
	max-width: 1100px;
}

.nm-landing-flyte .entry-header {
position: absolute;
    top: 310px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    
}

.nm-landing-flyte .entry-header h1 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.1em;
    text-align: left;
}

.nm-landing-flyte .entry-header span {
    text-align: center;
    display: block;
    font-size: 25px;
    font-weight: bold;

}

.nm-landing-flyte h2 {
    clear: both;
    text-align: center;
}

.nm-landing-flyte .flyte-quote {
	    max-width: 80%;
    display: block;
    margin: 0 auto 20px auto;
}

.nm-landing-flyte .one-fourth img {
	margin-bottom: 20px !important;
}
.nm-landing-flyte h1, .nm-landing-flyte .one-half h3 {
	text-align: center;
}

.nm-landing-flyte .one-half ul {
	margin-left: 0;
}

.nm-landing-flyte .one-half ul li {
	list-style-type: none;
}

/* accomm page
--------------------------------------------- */

.nm-landing-accommodation .accommodation-header {
	position: absolute;
    top: 175px;
    color: #fff;
    right: 10%;
    width: 550px;
    max-width: 550px;
}

.nm-landing-accommodation .entry-header {
	    position: absolute;
    top: 195px;
    color: #fff;
    left: 5%;
    max-width: 470px;
    width: 100%;
    margin: auto;
    right: auto;
}

.nm-landing-accommodation .site-header {
	background: url('https://media.nomadicmatt.com/siteimages/nm-accommodation.jpg') no-repeat;
	background-size: cover; 
	background-position: center center;
	min-height: 600px;
}

.nm-landing-accommodation .entry-header h1 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.1em;
    text-align: left;
}

.nm-landing-accommodation .one-half {
	padding: 0 2%;
}

.nm-landing-accommodation .one-half ul li {
	list-style-type: disc;
}

.nm-landing-accommodation h2 {
    clear: both;
    text-align: center;
}

.landing-posts p {
	font-size: 15px;
}

.nm-landing-accommodation .single-testimonial {
	margin: 10px 0 30px 0;
	padding: 10px;
	display: table;
	font-size: 14px;
}
.nm-landing-accommodation .single-testimonial img {
	border-radius: 300px;
	width: 115px;
	margin-bottom: 0;
	margin-left: 10px;
}
.nm-landing-accommodation .single-testimonial p {
	margin: 0;
	font-size: 17px;
}

.nm-landing-accommodation .three-fifths p {
	font-size: 16px;
}

.nm-landing-accommodation .aff-area {
	 max-width: 100%; 
}

.nm-landing-accommodation .aff-area.aff-area-bk {
	background: #f3f3f3;
}

.nm-landing-accommodation .aff-area-wrapper {
	max-width: 1060px;
	margin: 0 auto 20px auto;
	display: table;
	padding-top: 20px;
	width: 100%;
}

.nm-landing-accommodation.nomadicmatt-page .content-sidebar-wrap {
    max-width: 100%;
}

.nm-landing-accommodation.nomadicmatt-page .site-inner {
    padding: 0px 0 20px 0;
}

.nm-landing-accommodation .three-fifths {
	width: 63.974359%;
}

.nm-landing-accommodation .two-fifths {
	width: 33.461538%; 
	background: #fff;
    box-shadow: 5px 10px 13px #aaa;
}

.nm-landing-accommodation #ss-wl-search-widget .search-tabs-box {
    display: none;
}

/* flights page
--------------------------------------------- */

.nm-landing-flights .flights-header {
	position: absolute;
    top: 125px;
    color: #fff;
    right: 16%;
    width: 400px;
    max-width: 550px;
	background: #fff;
    padding: 0;
}

.nm-landing-flights .entry-header {
	position: absolute;
    top: 195px;
    color: #fff;
    left: 3%;
    max-width: 470px;
    width: 100%;
    margin: auto;
    right: auto;
}

.nm-landing-flights .site-header {
	background: url('https://media.nomadicmatt.com/siteimages/nm-flights.jpg') no-repeat;
	background-size: cover; 
	background-position: center center;
	min-height: 600px;
}

.nm-landing-flights .entry-header h1 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.1em;
    text-align: left;
}

.nm-landing-flights .one-half {
	padding: 0 2%;
}

.nm-landing-flights .one-half ul li {
	list-style-type: disc;
}

.nm-landing-flights h2 {
    clear: both;
    text-align: center;
}

.landing-posts p {
	font-size: 15px;
}

.nm-landing-flights .single-testimonial {
	margin: 10px 0 30px 0;
	padding: 10px;
	display: table;
	font-size: 14px;
}
.nm-landing-flights .single-testimonial img {
	border-radius: 300px;
	width: 115px;
	margin-bottom: 0;
	margin-left: 10px;
}

.nm-landing-flights .single-testimonial p {
	margin: 0;
	font-size: 17px;
}

.nm-landing-flights .three-fifths p {
	font-size: 16px;
}

.nm-landing-flights .aff-area {
	 max-width: 100%; 
}

.nm-landing-flights .aff-area.aff-area-bk {
	background: #f3f3f3;
}

.nm-landing-flights .aff-area-wrapper {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto 20px auto;
	display: table;
	padding-top: 20px;
}

.nm-landing-flights.nomadicmatt-page .content-sidebar-wrap {
    max-width: 100%;
}

.nm-landing-flights.nomadicmatt-page .site-inner {
    padding: 0px 0 20px 0;
}
.nm-landing-flights .three-fifths {
	width: 63.974359%;
}


.nm-landing-flights .two-fifths {
	width: 33.461538%; 
	background: #fff;
	box-shadow: 5px 10px 13px #aaa;
}

.nm-landing-flights #ss-wl-search-widget.phone .search-wrapper {
	max-width: 100% !important;
}

.nm-landing-flights #ss-wl-search-widget .place-selector__cover, .nm-landing-flights #ss-wl-search-widget .place-selector__input {
	height: 40px !important;
	line-height: 40px !important;
}
 
.nm-landing-flights #ss-wl-search-widget .place-selector__root {
	height: 43px !important;
}
 
.nm-landing-flights #ss-wl-search-widget.phone .search-date-cover {
   height:  45px !important;
}
 
.nm-landing-flights #ss-wl-search-widget.phone .search-date-cover .month,
.nm-landing-flights #ss-wl-search-widget.phone .search-date-cover .day {
  line-height: 38px !important;
}
 
.nm-landing-flights #ss-wl-search-widget.phone .search-date .ss-icon-plus {
  line-height: 62px !important;
  font-size: 40px !important;
}
.nm-landing-flights #ss-wl-search-widget.phone .search-button .ss-icon-search {
    top: -16px !important;
}
.nm-landing-flights #ss-wl-search-widget .ss-icon-search:before {
    font-size: 40px !important;
}

.nm-landing-flights #ss-wl-search-widget #service-class .dropdown-toggle {
    line-height: 40px !important;
    height: 40px !important;
}

.nm-landing-flights #ss-wl-search-widget.phone .search-button {
	height: 50px !important;
}

/* insurance page
--------------------------------------------- */

.nm-landing-insurance .insurance-header {
	position: absolute;
    top: 125px;
    color: #fff;
    right: 10%;
}

.nm-landing-insurance .entry-header {
	    position: absolute;
    top: 195px;
    color: #fff;
    left: 5%;
    max-width: 430px;
    width: 100%;
    margin: auto;
    right: auto;
}

.nm-landing-insurance .site-header {
	background: url('https://media.nomadicmatt.com/siteimages/matt-insurance.jpg') no-repeat;
	background-size: cover; 
	background-position: center center;
	min-height: 600px;
}

.nm-landing-insurance #wn-insurance-quote-editor {
	width: 550px;
	max-width: 550px;
}

.nm-landing-insurance .entry-header h1 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.1em;
    text-align: left;
}

.nm-landing-insurance .one-half {
	padding: 0 2%;
}

.nm-landing-insurance .one-half ul li {
	list-style-type: disc;
}

.nm-landing-insurance h2 {
    clear: both;
    text-align: center;
}

.landing-posts p {
	font-size: 15px;
}

.nm-landing-insurance .single-testimonial {
	margin: 10px 0 30px 0;
	padding: 10px;
	display: table;
	font-size: 14px;
}

.nm-landing-insurance .single-testimonial img {
	border-radius: 300px;
	width: 115px;
	margin-bottom: 0;
}

.nm-landing-insurance .single-testimonial p {
	margin: 0;
	font-size: 17px;
}

.nm-landing-insurance .three-fifths p {
	font-size: 16px;
}

.nm-landing-insurance .aff-area {
	 max-width: 100%;	 
}

.nm-landing-insurance .aff-area.aff-area-bk {
	background: #f3f3f3;
}

.nm-landing-insurance .aff-area-wrapper {
	max-width: 1060px;
	margin: 0 auto 20px auto;
	display: table;
	padding-top: 20px;
}

.nm-landing-insurance.nomadicmatt-page .content-sidebar-wrap {
    max-width: 100%;
}

.nm-landing-insurance.nomadicmatt-page .site-inner {
    padding: 0px 0 20px 0;
}

.nm-landing-insurance .two-fifths {
	padding: 20px 10px;
	background: #fff;
	box-shadow: 5px 10px 13px #aaa;
}

/* affilaite pages combined
--------------------------------------------- */

.booking-menu {
	position: relative;
	top: 10px;
}

/* 50 a day page
--------------------------------------------- */

.travel-world-header {
    padding: 30px 40px 40px 40px;
    background: #f1f1f1;
    display: inline-block;
	width: 100%;
}

.travel-world-header .book-head-wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.travel-world-header .image img {
    margin: 0 auto;
    display: block;
}

.travel-world-header .amazon-review {
  margin-bottom: 30px;
}

.travel-world-header .amazon-review h3 {
    font-size: 19px;
    margin-top: 0;
	font-family: "Gotham A","Gotham B",sans-serif;
}

.travel-world-header .amazon-review h4 {
    font-size: 16px;
}

.travel-world-header p {
    margin: 0;
}


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

.destination-forms {
		font-family: "Gotham A", "Gotham B", sans-serif;
		display: table;
    	width: 100%;
		border: 4px solid #7fb324;
		padding: 8px 8px 4px 8px;
		font-size: 16px;
		margin-bottom: 20px;
		
}

.destination-forms p {
	font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 1.325;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px !important;
}

.destination-forms p span {
	color: #26a8da;
}

.destination-forms.europe {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/europe-form.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}


.destination-forms.australia {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/australia-form.jpg') no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.destination-forms.nz {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/new_zealand-form.jpg') no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.destination-forms.asia {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/southeast-asia-form.jpg') no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.destination-forms.samerica {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/south_america-form.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}

.destination-forms.camerica {
	background: url('https://www.nomadicmatt.com/wp-content/themes/nomadicmatt/images/central_america-form.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}

.destination-forms h3 {
	font-family: "Gotham", sans-serif;
	font-weight: 700 !important;
	font-size: 35px !important;
	font-style: italic;
	margin-bottom: 0;
}

.destination-forms h4 {
	font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: italic;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
}

.destination-forms h4 span {
	color: #26a8da;
}

.destination-forms ul {
	margin-left: 20px !important;
	margin-bottom: 15px !important;
}

.destination-forms ul li {
	font-weight: bold;
}

.destination-forms form p {
	margin: 0 !important;
}

.destination-forms input {
	width: 49.2%;
	margin-bottom: 15px;
	border-radius: 5px;
    border: 1px solid #26a8da;
    padding: 11px;
}

.destination-forms button {
	background-color: #26a8da;
	font-size: 18px;
	width: 100%;
	padding: 12px;
}

.destination-forms .two-fifths img {
	margin: 0 0 -12px 0;
}

/* Single Post 
--------------------------------------------- */

.nm-toc {
	background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
	max-width: 500px;
    display: table;
    font-size: 17px;
}

.nm-toc .nm-toc-title {
	text-align: center;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}

.nm-toc ol {
	margin-bottom: 5px !important;
	margin-left: 60px !important;
}

.nm-toc.alt ol {
	margin-left: 25px !important;
}

.nm-toc.alt p {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.nm-toc ol {

		margin-left: 25px !important;
	}
}

.single-post .nmth-testimonials span.one {
	text-transform: uppercase;
	color: #29a3d6;
}

.single-post .nmth-testimonials span.two {
	text-transform: uppercase;
	color: #000000;
}

.single-post .nmth-testimonials h5 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.single-post.nmth-testimonials p {
	text-align: center;
	font-size: 16px;
}

.single-booking {
	background: #C0E3EE;
	padding: 20px 10px 0;
	border: 2px solid #000;
	font-size: 17px;
}

.post-table {
  display: flex;
  flex-flow: column nowrap;
  font-size: .8rem;
  margin: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;
  flex: 1 1 auto;
}

.post-table .th {
  display: none;
  font-weight: 700;
  background-color: #4B7D95 !important;
  color: #fff;
      text-align: center;
}

.post-table .th > .td {
  white-space: normal;
  justify-content: center;
  font-size: 14px;
  flex-grow:2;
}

.post-table .tr {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.post-table .tr:nth-of-type(even) {
  background-color: #D9D9D9;
}

.post-table .tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.post-table .td {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0px;
	white-space: nowrap;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	flex-grow:2;
}

.post-table .td.title {
	flex-grow: 3; 
	justify-content: start;
}

.post-table .td.cost {
	flex-grow: 2; 
}

.post-table span {
    font-size: 16px;
}

.post-table.double-row span {
    display: contents;
}

.post-table.double-row .td.title {
    flex-grow: 4;
    justify-content: start;
}

.post-table .td.title {
    flex-grow: 6;
}

.post-table .td.distance {
    flex-grow: 3;
}

@media only screen and (max-width: 768px) {
	.post-table .th > .td {
		font-size: 8px;
	}

	.post-table span {
		font-size: 10px;
	}
}

.backpack-item {
	display: table;
    margin-bottom: 20px;
    width: 100%;
}

.feat-product {
	display: table;
	border: 2px solid #000;
	margin-bottom: 20px;
}

.feat-product h4 {
	margin: 0;
	font-size: 30px;
	background: #3acaf5;
	padding: 10px;
}

.feat-product-wrapper {
      padding: 10px;
      display: table;
}

/* Sales Landing Pages
--------------------------------------------- */
.nm-landing img.blog-site-tagline {
	display: none;
}

.nm-landing.nomadicmatt-page .site-inner {
    padding: 0;
}

.nm-landing.nomadicmatt-page .content-sidebar-wrap {
    margin: 0 auto;
    max-width: 100%
}

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

.entry {
	margin-bottom: 20px;
}

.blog .entry {
	background: transparent;
	padding: 0px;
	position: relative;
}

.blog .entry .entry-title, .archive .entry .entry-title {
   font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform: initial;
}

.nomadicmatt-page .teaser {
	margin-top: 10px;
}

.nomadicmatt-page img.entry-divider {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.page-id-41861 img.entry-divider, .page-id-2 img.entry-divider, .page-id-5300 img.entry-divider, .nm-resources-page-alt img.entry-divider {
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

p.enhance {
	font-size: 20px;
	font-weight: 400;
}

p.twenty {
	font-size: 20px;
}

p.eighteen {
	font-size: 18px;
}

p.twentyeight {
	font-size: 28px;
	color: #000;
	font-weight: 900;
}

p.twentysix {
	font-size: 26px;
	color: #000;
	font-weight: 900;
	line-height: 1.3;
}

p.twentytwo {
	font-size: 22px;
	color: #000;
	font-weight: 900;
}

img.single-entry-divider {
	width: 200px;
  	margin: 0 auto;
  	display: block;
 }
 
 .single img.single-entry-newsletter {
  	margin: 20px auto;
  	
 }

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	
}

.home .content .entry {
	background: #fff;
	max-width: 380px;
	
}

.entry-content a {
	color: #2da1c4;
	font-weight: 600;
}

.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.margin {
    margin-top: -25px !important;
}

.entry-meta {
	font-size: 14px;
}

.blog .entry-meta {
	position: absolute;
  	bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.search .entry-header .entry-meta {
	display: none;
}

.sidebar {
	font-size: 16px;
}

.single .entry-content h2 {
	font-size: 30px;
	color: #000000;
	font-weight: 900;
}

.single .entry-content h3 {
	font-size: 26px;
	color: #000;
	font-weight: 400;
}

.blog .entry-header h1.entry-title {
	font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination, #algolia-pagination {
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
}

.archive-pagination {
    display: table;
    width: 100%;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a, a.ais-pagination--link {
	background-color: #d9dad8;
	color: #888888;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	font-size: 17px;
  	font-weight: 600;
}

.ais-pagination--item__active a.ais-pagination--link,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #fff;
	color: #333333;
}

.ais-pagination--item {
    padding: 0 !important;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination-arrow {
	height: 12px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin: 0 auto 10px auto;
    max-width: 750px;
}

.entry-comments .comment-author, .entry-comments .comment-meta {
	margin-bottom: 0;
}

.entry-comments .comment-author { 
	float: left;
}

 .entry-comments .comment-meta {
	float: right;
}

.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 li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 15px 32px
}

.comment-list li li {
	margin-right: -32px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.entry-comments .entry-comments-link a {
	font-family: 'Fjalla One', 'Impact', sans-serif;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
}

img.comment-image {
	width: 32px;
	margin: 0 10px;
}

li.depth-2 article, li.depth-3 article, li.depth-4 article, li.depth-5 article, li.depth-6 article {
	border-left: 2px solid #cccccc;
	padding-left: 10px;
}

li.bypostauthor article {
	border-left: 2px solid #f26a44;
	padding-left: 10px;
}

.comment-author, a.comment-author-link {
	font-size: 18px;
	color: #028bbd;
	font-weight: 900;
}

#comments article {
	position: relative;
}
 
a.comment-reply-link {
	font-size: 12px;
	color: #028bbd;
	text-transform: uppercase;
	font-weight: 600;
}

a.comment-time-link, a.comment-edit-link {
	font-size: 14px;
	color: #888888;
}

h3.comment-reply-title {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 900;
}

.comment-respond input[type="submit"], .comment-respond input[type="submit"]:hover {
  background: #f26a44;
  border-radius: 5px;
  text-transform: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 22px;
  padding: 12px 65px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	background: #e4e6e1;
	border: none;
	border-radius: 5px;
}

.comment-header {
	margin-bottom: 15px;
	display: inline-block;
    width: 100%;
}

.postid-7170 .entry-comments, .postid-9454 .entry-comments, .postid-36326 .entry-comments, .hide-comments .entry-comments {
	display: none;
}

.nm-comment {
	text-align: center;
}

.comment-content {
	overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

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

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #2da1c4;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	padding: 60px 0 20px;
}

.footer-widgets a {
	color: rgba(255,255,255,0.75);
	font-weight: 300;
}

.footer-widgets a:hover {
	color: rgba(255,255,255,1);
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}

.footer-left {
	float: left;
}

.footer-right {
float: right;
max-width: 295px;
    width: 100%;
}

#nm-footer-stop {
	display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
}

.footer-bottom {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
	margin-bottom: 30px;
}

#nm-footer-stop input { 
	padding: 8px;
}

.footer-search {
	flex: 0 1 625px;
}
.footer-right-social {
    flex: 0 1 215px;
}
.footer-left-item {
	margin: 0 0 30px 0;
  	
}

#nm-footer-stop ul li {
	list-style: none;
}

#nm-footer-stop h4 {
	border-bottom: 1px dashed #c6edf4;
	text-transform: uppercase;
	font-size: 22px;
}

.about h4, .traveltips h4, .resources h4, #nm-footer-stop h4, .footer-right-social h4, .home-newsletter-footer h4 {
	color: #fff;
	margin-bottom: 10px;
}


.footer-right-slogan {
	float: right;
	border-left: 2px dashed #898989;
  	margin-left: 20px;
  	padding-left: 20px;
}

.footer-right-slogan img {
	width: 149px;
}

.footer-right-social {
	width: 220px;
}

.footer-right-social p {
	font-size: 14px;
}

.footer-right-social img {
	margin: 5px 3px;
}

.footer-right-social .ig, .footer-right-social .tw, .footer-right-social .gp, .footer-right-social .fb, .footer-right-social .pt {
	width: 40px;
	height: 40px;
}

.footer-right-social .fb, .footer-right-social .tw, .footer-right-social .gp, .footer-right-social .ig, .footer-right-social .pt {
	 background-image: url('https://media.nomadicmatt.com/siteimages/nm-social.png');
  	background-repeat: no-repeat;
  	display: inline-block;
	text-indent: -9999px;
    
}

.footer-right-social .fb {
  	background-position: 0 0;
}

.footer-right-social .tw {
	background-position: -40px 0;
}

.footer-right-social .gp {
	background-position: -120px 0;
}

.footer-right-social .ig {
	background-position: -80px 0;
}

.footer-right-social .pt {
	background-position: -160px 0;
}

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

.site-footer {
	background: #3a93b2;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 15px;
}

.site-footer .wrap {
	max-width: 1200px;
	padding: 20px 0 20px 0;
	position: relative;
}

.site-footer {
	color: #fff;
	font-weight: 200;
}

.site-footer a {
	color: #c6edf4;
	font-weight: 300;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .creds {
  	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.creds p {
	text-align: center;
	font-size: 14px;
}

.topbutton {
	height:45px;
	width:45px;
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:1;
	background: rgba(51, 51, 51, 0.8) url(https://media.nomadicmatt.com/siteimages/cd-top-arrow.svg) no-repeat center 50%;
	background-repeat:no-repeat;
	display:none;
}

/* Mobile Menu */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: inline-block;
    overflow: visible;
    position: absolute;
    top: 15px;
    left: 14px;
    margin: 0;
    padding: 15px;
    border: 0;
    color: inherit;
    background-color: transparent;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
}

@media only screen and (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 21px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Spring */

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}


/* Side menu */

.side-menu {
   /* display: none;*/
    color: #fff;
    background-color: #000;
   
    font-size: 16px;
    overflow-y: hidden;
  /*  max-height: 200px;*/
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    width: 100%;
}

.side-menu.closed {
   /* max-height: 0;*/
	display: none;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #85888d;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding:10px 8px;
    font-size: 16px;
}

.side-menu input[type="submit"] {
    display: none;   
}

.side-menu .mobile-search {
    margin: 10px;
}

.dashicons.close-icon {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

@media only screen and (min-width: 501px) {
    .dashicons.close-icon {
        display: none;
    }
}

.cart-title {
    display: none;
}

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

 @media only screen and (max-width: 1290px) {
	.nm-book-arrow {
		width: 50px;
		position: absolute;
		right: 6%;
   }
} 

@media only screen and (max-width: 1270px) {
	#inline_shares_box{
		left: 10px;
	}
	
	.nm-book-arrow {
		width: 50px;
		position: absolute;
		right: 5%;
	}
}

@media only screen and (max-width: 1210px) {

	.popular-posts-entries ul li {
		width: 31%;
	}

	.guide-item {
		width: 16%;
	}

	.nm-book-arrow {
		width: 50px;
		position: absolute;
		right: 3%;
   }

}

@media only screen and (max-width: 1180px) {

	.footer-right {
		max-width: 400px;
	}

	.site-footer .wrap {
		padding: 30px 10px 100px 10px;
	}

	.nm-book-arrow {
		width: 50px;
		position: absolute;
		right: 1%;
   }
}

@media only screen and (max-width: 1139px) {
	
	.nomadicmatt-page .site-inner {
		padding-left: 20px;
  		padding-right: 20px;
	}

	.title-area {
		width: 240px;
	}

	.header-image .site-header .wrap {
    		padding: 0 15px;
		 position: relative;
	}

	.genesis-nav-menu {
	   font-size: 16px;
	   }

	.site-header .widget-area {
		width: 730px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.guides-left {
		background-size: cover;
  		margin: 30px 15px 0;
	}
	
	.guide-item {
  		
  		margin: 0 25px;
	}
	
	.nm-forum {
		margin: 70px 0 20px 5px;
	}

	.forum-right {
		padding: 20px 5px;
	}
	  
	.popular-posts-entries ul li {
  		width: 320px;
	}

	.starthere-newsletter input[type="text"], .starthere-newsletter select {
		width: 17%;
	}

	.start-here-right {
		max-width: 700px;
	}

	.start-here-item-even, .start-here-item-odd {
		width: 46%;
	}

	ul.dest-region li, .dest-country-page a, .dest-country-page span {
		width: 236px;
	}

	ul.dest-budget-guides li {
		
	}

	.coming-soon {
		padding: 93px 0;
	}

	.guide-nav a {
		margin: 5px;
	}

	.dgfooter-left, .dgfooter-right {
		width: 48%;
	}

	.nm-landing-flights .aff-area.aff-area-bk, .nm-landing-flights .aff-area, .nm-landing-accommodation .aff-area.aff-area-bk, .nm-landing-accommodation .aff-area, .nm-landing-insurance .aff-area.aff-area-bk, .nm-landing-insurance .aff-area {
		padding: 0 5%;
	}

	.nm-landing-flights .entry-header h1, .nm-landing-accommodation .entry-header h1, .nm-landing-insurance .entry-header h1 {
    	text-align: center;
	}

	.nm-landing-flights .entry-header, .nm-landing-accommodation .entry-header, .nm-landing-insurance .entry-header {
	    position: absolute;
	    top: 125px;
	    color: #fff;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    right: 0;
	    margin: 0 auto;
   	 	text-align: center;
	}

	.nm-landing-flights .flights-header, .nm-landing-accommodation .accommodation-header, .nm-landing-insurance .insurance-header {
	    position: absolute;
	    top: 300px;
	    color: #fff;
	    right: 0;
	    width: 100%;
	    max-width: 550px;
	    background: #fff;
	    padding: 0;
	    left: 0;
	    margin: 0 auto;
	}

	.nm-landing-flights .site-header, .nm-landing-accommodation .site-header, .nm-landing-insurance .site-header {
    	min-height: 750px !important;
	}
}

@media only screen and (max-width: 1090px) {

	.footer-left {
    	float: none;
    	width: 700px;
    	margin: 0 auto;
    	display: table;
	}

	.footer-right {
		margin: 0 auto;
		float: none;
	}

	.nm-book-arrow {
		display: none;
   }
}

@media only screen and (max-width: 1026px) {
	
	.header-widget-area .widget_nav_menu, .nav-primary {
		display: none;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.genesis-nav-menu.responsive-menu ul > .menu-item > .sub-menu {
	    	display: none;
	}

	.genesis-nav-menu.responsive-menu ul > .menu-item > .sub-menu {
	    	display: none;
	}
	
		.genesis-nav-menu.responsive-menu ul li ul li {
	    padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu a {
	    background: transparent;
	    color: #fff;
	}
	
	.menu-latest a, .menu-popular a {
    	background: transparent !important;
	}

	.genesis-nav-menu.responsive-menu ul .menu-item,
	.responsive-menu-icon {
		display: block;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		-webkit-transition: none;
		transition:         none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.mobile-search {
	    display: block !important;
	}

	.nav-header .search-form {
	    display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
	    border-radius: 0;
	}

	.genesis-nav-menu {
		background: #000;
	}
	
	.genesis-nav-menu a {
		line-height: 1;
		padding: 18px 20px;
		margin-right: 60px;
		margin-left: 0;
		text-align: left;
	}

	.nav-secondary {
		z-index: 999;
		position: relative;
	}

	.nav-secondary .wrap {
		width: 100%;
	}

	.nav-secondary .genesis-nav-menu a {
		margin-right: 0;
		color: #fff;
	}
	
		.genesis-nav-menu .cart a, .genesis-nav-menu .cart a:hover {
			background: #7c953a;
			display: block;
			margin: 0 auto;
			width: 100%;
			text-align: left;
			padding: 13px;
			border-radius: 0;
			margin-top: 10px;
			color: #fff !important;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f0d7";
		float: right;
		font-family: FontAwesome;
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
		.genesis-nav-menu.responsive-menu ul > .menu-item-has-children:before {
		content: "\f0d7";
		float: right;
		font-family: FontAwesome;
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f0d8";
	}
	
		.genesis-nav-menu.responsive-menu ul .menu-open.menu-item-has-children:before {
		content: "\f0d8";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu ul .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		/*opacity: 1;*/
		visability: visable;
		position: relative;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		-webkit-transition: none;
		transition:         none;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu .sub-menu {
	    -moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		-webkit-transition: none;
		transition:         none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.nm-search, a.open-search {
		display: none;
	}

	.content {
		width: 100%;
	}
	
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
		text-align: center;
	}

	.nav-secondary .wrap {
    	padding: 15px 0 0 0;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
		margin: 0 auto;
	}
	
	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding: 14px 0;
		 position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    z-index: 2000;
		
	}

	.woocommerce-checkout.header-image .site-header .title-area, .woocommerce-cart.header-image .site-header .title-area, .single-product.header-image .site-header .title-area {
	    width: 240px;
	}

	.header-image .site-header .widget-area {
		position: relative;
		z-index: 1000;
		left: 0;
		padding: 11px 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	
	.genesis-nav-menu a {
		padding: 25px 10px;
	}

	.sidebar .widget-title {
		background-size: contain;
		background-position: top;
	}
	
	.footer-right {
		display: table;
	}
	
	.footer-right-social {
  		float: left;
	}
  	
  	.widgetprepost {
  		margin: 0 auto;
	}
		
	.popular-posts-entries ul li {
	  width: 235px;
	}
	
	.nm-guides {
		width: 675px;
		float: none;
		margin: 20px auto
	}
	
	.nm-forum {
		max-width: 50%;
		margin: 0 auto;
		float: none;
		text-align: left;
	}

	.home-newsletter form {
		padding: 0;
	  
	}
	.home-newsletter {
		width: 100%;
		height: auto;
	}
  
	.home-newsletter input[type="text"], .home-newsletter select {
		width: 20%;
	}

	.forum-right {
	margin-bottom: 20px;
	}

	.start-here-left {
		display: none;
	}

	.start-here-right {
		margin: 0 auto;
		float: none;
	}

	.popular-posts-entries ul {
		max-width: 765px;
		margin: 0 auto;
		display: table;
	}

	ul.gen-travel-tips li {
		text-align: left;
	} 

	.book-right {
		width: 63%;
	}

	.guide-col-1, .guide-col-2, .guide-col-3 {
		max-width: 100%;
		margin: 0 15px 0;
	}

	#custom_html-4 {
		display: none;
	}

	.matt-checkout {
	    display: none;
	}
}

@media only screen and (max-width: 900px) {

	.sales-50-day ul.countries li {
		width: 45%;
	}

	ul.travel-hackers li {
		width: 100%;
	}
}

@media only screen and (max-width: 820px) {

	.start-here-item-even, .start-here-item-odd {
	  width: 100%;
	}

	.start-here-item-odd, .start-here-item-even {
		margin: 0 0 30px 0;
	}

	.starthere-newsletter input[type="text"], .starthere-newsletter select {
		width: 90%;
	}

	ul.dest-region {
		margin: 0 auto !important;
		width: 495px;
	}

	.cycle-slideshow {
		width: 495px;
	}

	ul.dest-budget-guides li {
		
	}

	.sales-landing .sub-title {
		font-size: 24px;
		background-size: contain;
	}

	.quetsions {
		float: none;
	}

	.sales-make-money ul.interviews li {
		width: 44%;
	}

	.botb-you .right {
		padding: 15px;
	}

	.sales-landing ul.bullets li {
		float: none !important;
    width: 100% !important;
	}

	.botb-faqs .botb-faq .botb-faq-item {
		padding: 10px;
	}
}

@media only screen and (max-width: 768px) {

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fourth,
	.one-fifth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.popular-posts-entries ul li {
  		width: 30%;
	}

	.home .content .entry {
		margin: 15px auto;
		float: none;
	}

	.guide-item {
		margin: 0 11px;
	}
	.home-newsletter input[type="text"], .home-newsletter select {
		width: 18%;
	}

	.about-newsletter input[type="text"], .about-newsletter select {
		width: 100%;
	}

	.sales-make-money ul.interviews li {
		width: 100%;
	}

	.nm-guides {
		width: 100%;
	}

	.latest-posts-entries .one-third {
		margin-bottom: 5%;
	}

	.latest-posts-entries .one-third:last-child {
		margin-bottom: 0;
	}
 
	.home-latest-image {
		background: transparent;
	}

	.book-right {
  		width: 50%;
	}

	.footer-right {
		width: 100%;
	}

	.footer-right-slogan {
		float: none;
		border-left: 2px dashed #898989;
		margin-left: 0;
		padding-left: 0;
		text-align: center;
	}

	.footer-right-social {
		float: none;
		text-align: center;
		margin: 20px auto 0 auto;
		width: 100%;
	}

	.footer-left-item {
		width: 27%;
	}

	.start-here-item-even, .start-here-item-odd {
  		min-height: 410px; 
	}
	
	.footer-left {
		width: 100%;
	}

	.footer-left-item.about, .footer-left-item.traveltips, .footer-left-item {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.home .latest-posts {
		padding-top: 155px;
	}

	.guides-left .twguide {
		margin: 0 auto;
		display: block;
	}

	.guides-forum {
		display: inline-block;
	}

	.guides-left .twguide {
		width: auto;
		height: auto; 
	}

	.nm-th .entry-title, .nm-cm .entry-title, .nm-te .entry-title {
		font-size: 40px;
	}

	.nm-th .sub-title, .nm-cm .sub-title, .nm-te .sub-title {
		margin-bottom: 0;
		height: 20px;
		background-size: cover;
	}

	.sales-landing h2 {
		font-size: 35px;
	}

	.nm-th h3.nmth-intro-sub-one, .nm-cm h3.nmth-intro-sub-one, .nm-te h3.nmth-intro-sub-one {
		font-size: 25px;
	}

	.nm-th h2.nmth-help-you-title, .nm-cm h2.nmth-help-you-title, .nm-te h2.nmth-help-you-title {
		font-size: 45px;
	}

	.nm-th .nmth-interviews .one-fourth, .nm-cm .nmth-interviews .one-fourth, .nm-te .nmth-interviews .one-fourth {
		width: 100%;
	}

	.nm-th h3.nmth-get-started, .nm-cm h3.nmth-get-started, .nm-te h3.nmth-get-started {
		font-size: 50px;
	}

	.nm-th h2.nmth-faq, .nm-cm h2.nmth-faq, .nm-te h2.nmth-faq {
		font-size: 45px;
	}

	.nm-th a.buy-instant, .nm-cm a.buy-instant, .nm-te a.buy-instant {
		font-size: 25px;
	}

	.nm-th .nmth-buy-opt .left, .nm-cm .nmth-buy-opt .left, .nm-te .nmth-buy-opt .left {
		width: 100%;
	}

	.nm-single-destination ul.tg-2column li {
		width: 100%;
	}

	.nm-single-destination .nm-guide-posts ul li {
		width: 40%;
	}

	.checkout-left, form.woocommerce-checkout {
		float: none;
		width: 100%;
	}

	.nm-th-alt .nm-header h1 {
		font-size: 35px;
		padding: 5% 0;
		text-align: center;
	}

	.nm-th-alt .nm-header h3 {
		width: 100%;
		font-size: 16px;
	}

	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		float: right;
		width: 100% !important;
	}

	.nm-check-title {
		display: none;
	}

	.woocommerce .cart .button, .woocommerce .cart input.button {
		float: left !important;
		margin: 3px 0 !important;
	}
	
	.nm-landing-flights .two-fifths, .nm-landing-accommodation .two-fifths, .nm-landing-insurance .two-fifths, .nm-landing-accommodation .three-fifths {
		width: 100%;
	}

	.nmhome-guides h2 {
		font-size: 32px;
	}
	
	.footer-search {
		float: none;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.guide-home-wrapper .home-guide img {
		height: 199px;
		width: 155px;
	}

	.guide-home-wrapper .home-guide {
		margin-bottom: 20px;
		width: auto;
	}

	.footer-left-item.search {
		width: 100%;
	}

	#custom_html-2, .nm-share-advice, .yarpp-related {
		display: none;
	}

	.nm-resource-page-alt h3 {
		display: none;
	}

	.nm-resource-page-alt p.tr-excerpt {
		display: none;
	}

	.nm-landing-accommodation .single-testimonial, .nm-landing-flights .single-testimonial {
		display: none;
	}

	.travel-books-page a.book-buy {
		margin: 10px auto 10px auto !important;
		display: table;
	}
	
	.travel-books-page .one-half br {
		display: none;
	}

	ul.dest-budget-guides {
		width: 100%;
	}

	.travel-books-page ul.dest-budget-guides li {
		text-align: center;
		margin: 0 auto;
		display: table;
	}

	.gmm-bar {
		display: none;
	}

	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		font-size: 28px!important;
	}
	
.guide-activities .one-fifth {
	margin: 0 auto;
	width: 100%;
	float: none;
	}

	.single-destination .face {
		position: inherit;
		display: table;
		min-height: auto;
	}

	.single-destination .face h4 {
		position: inherit;
		color: #000;
		display: table-header-group;
	}

	.single-destination .face.back {
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		margin-bottom: 10px;
	}

    .single-destination #topfive:hover #topfive-front {
	    -moz-transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    box-shadow: none;
    }

	.single-destination .face.front img {
		margin-top: 10px;
	}

	.single-destination .nmguide-money-tips ol.guide-columns {
		column-count: 1;
	}

	.single-destination .guide-budget {
		margin-top: 0;
	}

	.single-destination #topfive:hover img, .single-destination #topfive:hover h4 {
		display: table-header-group;
	}

	.single-destination .nmguide-must-have h4, .single-destination .nmguide-must-have p {
		display: none;
	}

	.single-destination .iwm_map_canvas {
		display: none;
	}

	.single-destination .nmguide-must-have .one-half {
		width: 50% !important;
	}

	.blog .site-header, .single .site-header, .archive .site-header, .search .site-header, .page .site-header {
		min-height: 78px;
	}

	img.blog-site-tagline {
		display: none;
	}

	/* home */

	.home-career .home-wrap { 
		padding: 150px 10px 60px 10px;
	}

	.hero-text {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		left: 0;
		top: 50px;
		padding: 0 10px;
	}

	.hero-text h2 {
		font-size: 30px;
	}

	.home-signup form input {
		float: none;
		margin: 0 auto 10px auto;
		display: block;
		width: 95%;
	}


	.home-signup h3 {
		float: none;
		margin: 0 auto 10px auto !important;
		text-align: center !important;
	}

	.home-signup form button {
		float: none;
		margin: 0 auto;
		display: inherit;
	}

	.home-advice .home-wrap {
		padding: 80px 10px 80px 10px;
	}

	.home-career ul {
		flex-wrap: wrap;
	}

	.home-career ul li {
		margin: 0px auto 10px auto;
	}

	.alt-home .home-career ul li {
		flex: 1 1 100%;
		padding: 0 5%;
	}

/* start here main */

	.start-here-main ul.nm-start-main, .start-here-main ul.nm-start-top {
		column-count: 1;
	}

	.start-here-main .blocks-wrapper .block-books {
		order: 2;
	}

	.start-here-main .blocks-wrapper .block-news {
		order: 1;
	}

	body.woocommerce-checkout h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.checkout-cards {
		display: none;
	}

	body.woocommerce-cart .entry-title, body.woocommerce-checkout .entry-title, .cross-sells h2 {
		font-size: 24px;
	}

	.woocommerce-cart-form {
		border-right: none;
	}

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none !important;
	}

	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block !important;
		margin: 0 auto;
		text-align: center !important;
	}

	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff !important;
	}

	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		margin: 20px 0;
	}

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals.one-third {
		width: 100%;
		border-top: 1px solid #000;
	}

	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: inline-block !important;
	}

	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		width: 70%;
		margin: 0 auto;
	}

	.woocommerce.single-product .cart .button, .woocommerce.single-product .cart input.button {
		float: none !important;
		margin: 0 auto !important;
		display: block;
	}

	.woocommerce table.shop_table {
		text-align: center;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 44% !important;
	}

	.ssb-checkout-product img {
		height: 200px !important;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		text-align: center;
	}

	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		text-align: center;
	}
	
	.woocommerce-checkout #payment .payment_method_paypal label[for=payment_method_paypal] { 
		display: inline-block;
		padding-left: 0;
		margin-left: -23px;
	}

	#stripe-payment-data p {
		display: none;
	}
	
	.destination-guide .nm-guide-posts ul li {
		max-width: 100%;
	}
	
	/* global */
	
	.genesis-nav-menu .nav-shop a, .genesis-nav-menu .nav-shop a:hover {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: left;
		padding: 13px;
		border-radius: 0;
	}
	
	/* about */
	.nm-about.nomadicmatt-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.nm-about.nomadicmatt-page .about-v2-wrapper, .nm-about.nomadicmatt-page .about-testimonials-wrapper {
		 padding-left: 20px;
    	padding-right: 20px;
	}
	
	.about-started img.centered, .about-started img.aligncenter {
		margin: 0 auto;
	}

	.about-started .one-third {
		margin-bottom: 20px;
	}
	
	.single-optin {
		display: none;
	}
	
	.single .content-sidebar-wrap {
		display: flex;
    	flex-direction: column;
	}
	
	.single .content {
		order: 1;
	}
	
	.single .nm-dis {
		order : 2;
	}
	
	.single .rrssb-buttons {
		order: 3;
	}
	
	.single .sidebar {
		order: 4
	}
	
	.single img.entry-divider {
		order: 5;
	}
	
	.single .comment-respond {
		order: 9;
	}
	
	.single .comment-policy {
		order: 7;
	}
	
	.single .entry-comments {
		order: 8;
	}

	/* alt home new design */

	.alt-home .hero-text-block .header-search {
		max-width: 300px;
	}

	.alt-home .home-signup form button {
		float: none;
		margin: 10px auto;
		display: block;
	}

	.alt-home .about-advice-wrap {
		flex-direction: column;
	}

	.alt-home .home-about {
		padding: 0 5%;
	}

	.alt-home .advice-list {
		padding: 0 5%;
		margin-top: 30px;
	}

	.alt-home .footer-sales {
		position: initial;
	}

	.alt-home .home-career ul li a:after {
		display: none;
	}

	.alt-home .home-career ul li {
		margin: 0 auto;
		display: block;
		width: 100%;
		text-align: center;
	}

	.alt-home .home-career ul li a {
		color: #2da1c4;
		font-size: 20px;
		font-weight: bold;
		background: #eff1f2;
	}

	.alt-home .home-career {
		background: #eff1f2 !important;
	}

	.alt-home .nmhome-guides h2 {
		font-size: 29px;
	}

	.alt-home .home-career .home-wrap {
		padding: 20px 5%;
	}
	
	.alt-home .home-hero {
		background: url(https://media.nomadicmatt.com/siteimages/hero-wide-mobile.jpg) no-repeat;
		background-size: cover;
	}
}


@media only screen and (max-width: 660px) {

	ul.start-here li {
		width: 48%;
		margin: 5px !important;
	}

	.sales-landing .sub-title {
		font-size: 18px;
	}

	.sales-50-day ul.countries li {
		width: 40%;
	}

	.sales-landing .content {
		padding: 0 0px 24px;
	}

	.sales-landing img.headshot-left, .sales-landing img.headshot-right {
		float: none;
	}

	.sales-testimonial p {
		padding-left: 0;
	}

	.sales-testimonial.left p:first-of-type {
		padding: inherit;
		background-position: inherit;
	}

	.sales-landing .sales-blue-box img.plane {
		display: none;
	}

	.nm-forum {
		 max-width: 100%;
	}

	.alignleft, .alignright {
		margin: 0 auto 10px auto !important;
		display: block;
		float: none;
	}

	.start-here-alt .nm-starthere-item img {
		margin-bottom: 10px !important;
	}

	.nm-landing-flyte .entry-header {
		top: 165px;

	}

    .nm-landing-flights .one-fourth h4, .nm-landing-accommodation .one-fourth h4, .nm-landing-insurance .one-fourth h4 {
    	text-align: center;
    	margin: 10px 0;
    }

    .nm-landing-flights .entry-header h1, .nm-landing-accommodation .entry-header h1, .nm-landing-insurance .entry-header h1 {
    	font-size: 36px;
    }

    .nm-landing-insurance #wn-insurance-quote-editor {
    	width: 100%;
    }
}

@media only screen and (max-width: 570px) {
	.resources-nav ul li {
	  	float: none;
	  	margin: 10px auto;
	  	display: inline-block;
	}

	.english-steps-item img {
		float: none;
	}

	.sales-pricing-item {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {

	.site-title {
		padding-right: 0;
		width: 235px;
	}
  	
	.home-newsletter input[type="text"], .home-newsletter select {
		width: 28%;
	}
	.guide-item {
		margin: 0 5px;
		width: 46%;
	}

	.guides-left .twguide {
		width: 207px; 
		height: 270px; 
	}
	.popular-posts-entries ul li {
		width: 45%;
	}

	ul.dest-region li, .dest-country-page a, .dest-country-page span {
		width: 210px;
		margin: 5px auto !important;
		display: block;
		text-align: center;
		float: none;	
	}

	ul.gen-travel-tips {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1; 
		-webkit-column-gap: 0px; 
		column-count: 1;
		column-gap: 0px;
		text-align: left;
	}

	ul.dest-budget-guides li {
		float: none;
		margin: 10px auto;
		display: inline-block;
	}

	ul.dest-region {
		width: 100%;
	}

	.cycle-slideshow {
		width: 100%;
	}

	ul.guide-places li, ul.places li {
		width: 100%;
	}

	.dgfooter-left, .dgfooter-right {
		float: none;
		width: 290px;
		margin: 10px auto;
	}

	ul.start-here li {
		width: 100%;
	}

	.sales-landing .sub-title {
		font-size: 13px;
	}

	.sales-50-day ul.countries li {
		width: 100%;
	}

	.guarantee {
		float: none;
	}

	ol.nomadicmatt-related li {
		float: none;
		margin: 15px auto;	
		width: 100%;
	}

	ul.resources-booksmovies li {
		width: 100%;
		text-align: left;
	}

	.book-right {
		width: 100%;
	}	

	.widgetprepost {
    	width: 100%;
	}

	.starthere-newsletter input[type="text"], .starthere-newsletter select, .starthere-newsletter input[type="email"] {
		width: 100% !important;
	}

	.starthere-newsletter form {
    	padding: 0 10px !important;
	}

	.starthere-newsletter input[type="submit"] {
		width: 100% !important;
	}

	.home-newsletter input[type="text"], .home-newsletter select, .home-newsletter input[type="email"], .home-newsletter input[type="submit"] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 380px) {
	.responsive-menu-icon {
		margin: 12px; 
	}

	ul.dest-region li, .dest-country-page a {
		width: 236px;
		margin: 10px auto !important;
		display: block;
		float: none;
	}

	.dest-country-page span {
		width: 236px;
	}

	.popular-posts-entries ul li {
		width: 100%;
		margin: 0;
	}

	a.more-link {
		width: 95px;
	}

	.blog .entry-meta {
		position: relative;
		display: table;
	}

	.home-newsletter-intro img {
		float: none;
		margin: 15px auto 0 auto;
		display: block;
	}

	.home-newsletter-intro h3 {
		text-align: center;
	}

	.home-newsletter input[type="text"], .home-newsletter select {
		width: 40%;
	}

	.guide-item {
		text-align: center;
	}

	.footer-right-social {
		width: 100%;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 46% !important;
	}

	.ssb-checkout-product {
		display: block;
	}
}

@media only screen and (max-width: 320px) {

	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

		font-size: 26px !important;

	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		width: 48%;
		float: none !important;
		clear: both;
		margin: 0 auto 30px auto !important;
	}
	
	.arrow-down {
		border-left: 140px solid transparent;
		border-right: 140px solid transparent;
	}

	.sidebar .widget-title {
		font-size: 17px;
	}

	.book-item img {
		float: none;
	}

	.popular-posts-entries h3 {
		font-size: 15px;
	}

	.footer-left-item {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
}
