/*
	Theme Name: Road Les Traveled
	Description: Handcrafted theme created for Lesley Murphy
	Author: Top Hat IMC
	Author URI: https://tophat-imc.com

	Version: 1.0

	Template: top-hat-framework

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
-Page Templates
	- Under Construction Page
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-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,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Loading Screen
--------------------------------------------- */

/*.pace .pace-progress {
	background-color: rgba(0, 0, 0, 0)!important;
}*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 9999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 214px;
    height: 70px;
    border: 0px;
    overflow: hidden;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 400px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.pace-done .site-loader {
	display: none;
}

.site-loader {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-size: 214px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    background-image: url(/wp-content/themes/road-les-traveled/assets/road-les-traveled-logo.svg);
}

.transition {
	display: none;
}


/* ## Typographical Elements
--------------------------------------------- */

@font-face {
	font-family: 'Gotham';
	src: url('/wp-content/themes/road-les-traveled/fonts/GothamBlack-Italic.eot');
	src: local('Gotham Black Italic'), local('GothamBlack-Italic'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBlack-Italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBlack-Italic.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBlack-Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('/wp-content/themes/road-les-traveled/fonts/GothamBook-Italic.eot');
	src: local('Gotham Book Italic'), local('GothamBook-Italic'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook-Italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook-Italic.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('/wp-content/themes/road-les-traveled/fonts/GothamBook.eot');
	src: local('Gotham Book'), local('GothamBook'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/fonts/GothamBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/wp-content/themes/road-les-traveled/GothamBlack.eot');
	src: local('Gotham Black'), local('GothamBlack'),
		url('/wp-content/themes/road-les-traveled/GothamBlack.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/GothamBlack.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/GothamBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni 72 Oldstyle';
	src: url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Book.eot');
	src: local('Bodoni 72 Oldstyle Book'), local('BodoniSvtyTwoOSITCTT-Book'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Book.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Book.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni 72 Oldstyle';
	src: url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-BookIt.eot');
	src: local('Bodoni 72 Oldstyle Book Italic'), local('BodoniSvtyTwoOSITCTT-BookIt'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-BookIt.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-BookIt.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-BookIt.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Bodoni 72 Oldstyle';
	src: url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Bold.eot');
	src: local('Bodoni 72 Oldstyle Bold'), local('BodoniSvtyTwoOSITCTT-Bold'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Bold.woff') format('woff'),
		url('/wp-content/themes/road-les-traveled/BodoniSvtyTwoOSITCTT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #f8f8f8;
	color: #333;
	font-family: 'Gotham Book';
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden!important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #bb2355;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px 0 0;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bodoni 72 Oldstyle';
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 31px 40px;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.road-les-traveled-site-container,
.road-les-blog-post .entry-content,
.comment-respond,
.featured-copy, 
.entry-comments {
	width: 85%;
	margin: 0 auto;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Home
--------------------------------------------- */

/* ## About
--------------------------------------------- */

/* ## Internal
--------------------------------------------- */

/* ## Under Construction
--------------------------------------------- */

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 13px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	font-style: italic;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

li.active ul.sub-menu {
	display: block;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.accordion.active .fa {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidr ul.sub-menu {
	display: none;
	-moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.the-navigation {
	position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
}

.the-navigation .the-navigation-logo img {
	width: 269px;
	padding-bottom: 8px;
}

.menu-section li {
	width: auto;
	display: inline-block;
}

.menu-section li a {
	color: #000;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 16px;
    padding: 0 7.5px;
}

.the-navigation .road-les-traveled-site-container {
	position: relative;
}

.side-items {
	position: absolute;
	right: 0;
	top: -29px;
	background-color: #bb2355;
	padding: 0px 10px;
}

.side-items a {
	color: #fff;
	padding: 0 8px;
	font-size: 22px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/*On Scroll Menu*/

.the-scroll-nav {
	display: block;
	top: -72px;
		-webkit-transition: .1s ease-in-out;
  	-moz-transition: .1s ease-in-out;
 	-o-transition: .1s ease-in-out;
  	transition: .1s ease-in-out;
}

.the-scroll-nav.active {
	top: 0;
	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
 	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}

/**/

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

/*Sidr*/

.sidr ul li ul li {
    line-height: 37px!important;
    font-size: 12px!important;
}

.sidr .sub-menu li:hover {
	line-height: 37px!important;
}

.search-bar {
	position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-top: 18px;
}

.sidr ul {
	position: relative;
	float: left;
	width: 100%;
}

.sidr ul li {
	border-top: 0px!important;
}

.sidr ul li a, .sidr ul li span {
	text-transform: uppercase;
	font-weight: bold;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	line-height: 48px!important;
}

.sidr input[type="text"] {
	color: #fff;
    border: 1px solid #fff!important;
    width: 75%!important;
    float: left;
}

.sidr button {
	width: 25%!important;
	float: left;
	padding: 4px!important;
}
/**/

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.the-alt-navigation {
	position: absolute;
    width: 100%;
    z-index: 6;
    bottom: -2px;
}

.the-alt-navigation-logo {
	width: 25%;
	display: table-cell;
    vertical-align: bottom;
    padding-right: 19px;
}

.the-navigation-logo img {
	width: 100%;
}

/*Mobile Nav*/

.mobile-navigation.hidden {
	display: none;
	top: 0;
}

.mobile-navigation {
	position: fixed;
	width: 100%;
	z-index: 20;
	background-color: #fff;
	padding: 17px 0px 1px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mobile-navigation .the-alt-navigation-logo {
	width: 200px;
	display: table-cell;
    vertical-align: bottom;
}

.mobile-navigation .the-navigation-logo img {
	width: 100%;
}

.mobile-navigation .road-les-traveled-site-container {
	position: relative;
}

.mobile-menu-button {
	width: 57px;
    position: absolute;
    right: 0;
    top: 2px;
}

/**/

/*Mobile Hamburger*/

.sidr-right-link {
	cursor: pointer;
}

/* Icon 3 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 30px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/**/

.menu-section {
	width: 75%;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	overflow:hidden;
}

.the-alt-navigation .menu-section ul,
.home-navigation .menu-section ul {
	background-color: #fff;
	float: right;
	padding: 0 4px;
}

.the-alt-navigation .road-les-traveled-site-container,
.home-navigation .road-les-traveled-site-container {
	display: table;
	position: relative;
}

.the-alt-navigation .menu-section li,
.home-navigation .menu-section li {
	position: relative;
	padding: 5px 0;
}

/*.the-alt-navigation .menu-section li:after {
	position: absolute;
	height: 200%;
    top: -22px;
    width: 2px;
	content: '';
	background-color: #f8f8f8;
}*/

.home-navigation {
	background-color: #fff;
	padding: 29px 0px 11px;
}

/*Menu Dropdown*/ 
.main-navigation-dropdown-menu {
	background-color: #bb2355;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 21;
    position: absolute;
    float: left;
    width: 100%;
    margin-top: -14px;
    opacity: 0;
    display: none;
}

.home-navigation #menu-item-7816 {
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.main-navigation-dropdown-menu.shown {
	opacity: 1;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

.dropdown-menu-image.default {
	opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu-image.default.hidden {
	opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu-image {
	opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu-image.shown {
	opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-inner-left, 
.menu-inner-right {
	float: left;
	width: 30%;
}

.menu-inner-left {
	padding: 27px;
}

.menu-inner-mid {
	float: left;
    width: 49%;
    margin-top: 69px;
    padding: 0px 1%;
}

.menu-inner-mid .column {
	width: 50%;
	float: left;
	position: relative;
}

.menu-inner-mid .column:nth-child(1) {
	border-right: 1px solid #fff;
}

.menu-inner-mid .column:nth-child(2) {
    padding-left: 33px;
} 

.menu-inner-mid .column li {
	padding: 10px 0;
}

.menu-inner-mid .column li a {
	color: #fff;
	text-decoration: none;
}

.dropdown-menu-image {
	width: 100%;
	background-size: cover;
	background-position: center center;
}

/*Dropdown images*/

.dropdown-menu-image-inner.default {
	display: block;
}

.dropdown-menu-image-inner.default.hidden {
	display: none;
}

.dropdown-menu-image-inner.airline-feature.shown,
.dropdown-menu-image-inner.honeymoon-feature.shown,
.dropdown-menu-image-inner.hotels-feature.shown,
.dropdown-menu-image-inner.photo-feature.shown,
.dropdown-menu-image-inner.adventure-feature.shown,
.dropdown-menu-image-inner.solo-feature.shown {
	display: block;
}

.dropdown-menu-image-inner {
	padding-top: 100%;
	width: 100%;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*End Dropdown images*/

.home-navigation #menu-item-7816:hover:after, 
.home-navigation #menu-item-7816.shown:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 39px;
    background-color: #bb2355;
}

.menu-section li a {
	z-index: 2;
    position: relative;
}

.home-navigation #menu-item-7816:hover a, 
.home-navigation #menu-item-7816.shown a {
    color: #fff;
}



/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */

/* ## Search Results Page
--------------------------------------------- */


/* ## Home Page
--------------------------------------------- */

.search-form {
	position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #bb2355;
    top: 35px;
    padding: 18px 7.5%;
}

.search-form {
	right: -200%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.search-form.active {
	right: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.search-form input[type="search"] {
	width: 80%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.search-form input[type="submit"] {
    width: 20%;
    padding: 19px 0;
    margin-top: 0px;
    text-transform: uppercase;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fa-search.active:before {
	content: '\f057';
}

.side-items.active .second-side-icon {
	color: #bb2355;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.second-side-icon {
	 -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote {
	display: none;
}

.quote:first-of-type {
	display: block;
}

.section-one,
.section-one-top,
.section-one-bottom,
.section-two,
.section-category-heading,
.section-three,
.section-three-top,
.section-three-bottom,
.section-four,
.section-four-top,
.section-four-bottom,
.section-five,
.section-five-top,
.section-five-bottom,
.subscribe-call-to-action {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.section-five {
	padding-top: 150px;
}

.block-big {
	width: 50%;
	float: left;
	display: block;
	height: 75vh;
	position: relative;
}

.block-big:nth-child(1) .block-text {
	border-right: .5px solid #eee;
}

.block-big:nth-child(2) .block-text {

}

.block-image {
	height: 50vh;
	display: block;
	position: relative;
    background-position: center center;
}

.block-image:hover {
	opacity: .7;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.block-image span {
	position: absolute;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #bb2355;
	background-color: #fff;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 18px;
}

.block-text {
	background-color: #fff;
	text-align: center;
	display: table;
	text-decoration: none!important;
	height: 25vh;
	width: 100%;
    padding: 15px 25px;
}

.block-small .block-image span {
	font-size: 14px;
	width: 175px;
}

.block-text h2,
.block-text h3 {
	font-family: 'Bodoni 72 Oldstyle';
	font-weight: bold;
	color: #4d4d4d;
	display: table-cell;
	vertical-align: middle;
}

.block-small {
	height: 55vh;
	width: 25%;
	float: left;
	display: block;
}

.block-small .block-text {
	border-right: .5px solid #eee;
}

.block-small:last-of-type .block-text {
	border-right: 0px!important;
}

.block-small .block-image {
	height: 35vh;
}

.block-small .block-text {
	height: 20vh;
}

.block-small .block-text h2 {
	font-size: 23px;
}

.section-two {
	text-decoration: none!important;
}

.section-category-heading {
	padding: 75px 0;
	background-color: #f8f8f8;
}

.section-category-heading h2,
.section-category-heading.title-cat h1 {
	font-family: 'Bodoni 72 Oldstyle';
	font-weight: bold;
	display: inline-block;
	width: auto;
	position: relative;
	margin-bottom: 0px;
	color: #bb2355;
	font-size: 75px;
	text-decoration: none!important;
}

.section-category-heading h2:after {
	content: url('/wp-content/uploads/2017/02/arrow-right.svg');
	width: 51px;
	position: absolute;
    top: 38%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: 20px;
    -moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.section-category-heading:hover h2:after {
	margin-left: 40px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.slider-title,
.post-title-inner {
	position: absolute;
	margin: 0 auto;
    width: 75%;
    left: 0;
    right: 0;
    text-align: center;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-title {
	top: 50%;
}

.post-title-inner {
	top: 45%;
}

.post-title-inner {
	z-index: 5;
}

.slider-title h3,
.post-title-inner h1 {
	color: #fff;
	font-family: 'Bodoni 72 Oldstyle';
	font-weight: bold;
	font-size: 70px;
    display: inline-block;
    padding: 20px 50px;
	background-color: rgba(0, 0, 0, 0.52);
}

.post-title-inner.large-text h1 {
	font-size: 120px;
}

.block-big-inner {
	height: 95%;
    width: 95%;
    margin: auto;
    position: absolute;
    border: 1px solid #c5c5c5;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quote-roller {
	display: table;
}

.quote-roller-inner {
	display: table-cell;
	vertical-align: middle;
}

.quote-container {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.quote-container p {
	font-size: 40px;
	color: #bb2355;
	font-family: 'Bodoni 72 Oldstyle';
	font-weight: bold;
	margin-bottom: 10px;	
}

.quote-container span {
	width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.block-big-inner-title {
	width: 100%;
	position: absolute;
	transform: translateY(1%);
    -ms-transform: translateY(1%);
    -webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -o-transform: translateY(1%);
	text-align: center;
	z-index: 5;
}

.block-big-inner-title h3 {
	font-family: 'Gotham';
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	background-color: #f8f8f8;
	display: inline-block;
	width: auto;
    padding: 0px 17px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.featured-block {
	height: 55vh;
	width: 50%;
	float: left;
	background-size: cover;
	background-position: center center;
}

.subscribe-call-to-action {
	padding: 100px 0 50px;
}

.subscribe-box {
	background-color: #fff;
	display: table;
	text-align: center;
	width: 100%;
	height: 350px;
}

.subscribe-box h2 {
	font-family: 'Bodoni 72 Oldstyle';
    font-weight: bold;
    color: #4d4d4d;
}

.subscribe-box-vertical-center {
	display: table-cell;
	vertical-align: middle;
}

/*About Button*/

.about-lesley.hide {
	left: -110px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.about-lesley {
	-ms-transform: rotate(270deg); 
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    top: 48vh;
    left: -78px;
    z-index: 20;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 10px;
    background-color: #bb2355;
    color: #fff;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.25);
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.about-lesley a {
	text-decoration: none!important;
	color: #fff;
}

.about-lesley .fa {
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.about-lesley.active {
	margin-left: 260px;
	-moz-transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.about-lesley.active .fa {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.sidr-left-inner {
	padding: 14% 17px 0;
	text-align: center;
}

.sidr-left-inner span {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.sidr-left-inner img {
	margin: 8px 0 16px;
}

.sidr p {
	font-size: 13px!important;
	line-height: 15px!important;
	font-family: 'Gotham Book';
    font-weight: normal!important;
}

.about-learn-more {
	color: #333;
    text-decoration: none!important;
    font-family: 'Gotham Book';
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px 20px;
    display: block;
    width: 149px;
    margin: 0 auto;
    margin-top: 18px;
}

#pager {
  text-align: center;
}
#pager a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#pager a:hover, #pager a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*.slider-image {
	height: 80vh;
    position: relative;
    float: left;
    background-position: center center;
    width: 100%;
}*/

#slider {
  width: 100vw;
  height: 80vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#slider ul {
  overflow: hidden;
  *zoom: 1;
}
#slider ul li {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  float: left;
  width: 100vw;
  height: 80vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	width: 26px;
	cursor: pointer;
	z-index: 3;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slide-arrow.left {
	left: 2%;
}

.slide-arrow.left:hover {
	left: 1.75%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.slide-arrow.right {
	right: 2%;
}

.slide-arrow.right:hover {
	right: 1.75%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

	.slide-arrow {
		background-color: rgba(0, 0, 0, 0.43);
		padding: 2px;
	}

	.slide-arrow img {
		padding: 10px 2px 1px;
	}

.marker {
	position: relative;
	float: left;
	width: 100%;
}

.marker-two {
	position: absolute;
	bottom: 0;
}

.slider-title img {
	display: none!important;
}

.featured-partner-image {
	height: 55vh;
    background-size: cover;
    background-position: center center;
}

.subscribe-input {
	width: 500px;
    margin: 27px auto 0;
}

.email-subscribe-field input {
	width: 80%;
    float: left;
    border: 1px solid #bb2355;
    text-transform: uppercase;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.subscribe-send input {
	width: 100%;
	font-family: 'Gotham Book';
    font-weight: normal;
    text-transform: uppercase;
	padding: 18.5px 0;
	background-color: #bb2355;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
}

.subscribe-send {
	position: relative;
	width: 20%;
	float: left;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.hovered .subscribe-send {
	width: 30%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.subscribe-send:after {
    content: url(/wp-content/uploads/2017/02/arrow-right-white.svg);
    position: absolute;
    width: 20px;
    right: 5%;
    z-index: 4;
    top: 13px;
    display: none;
    opacity: 0;
}

.hovered .subscribe-send:after {
	display: block;
	-moz-transition: all .75s ease;
	-webkit-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;	
    opacity: 1;
}

.hovered .email-subscribe-field input {
	width: 70%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.quote-roller-arrow {
	position: absolute;
    top: 50%;
    width: 10px;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quote-roller-arrow.left {
	left: 10px;
}

.quote-roller-arrow.right {
	right: 10px;
}

.travel-items {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	padding: 10px 0;
}

.travel-item {
	width: 50%;
	float: left;
	height: 50%;
	display: table;
	text-align: center;
	text-decoration: none!important;
	color: #000;
	font-family: 'Gotham Book';
	font-weight: normal;
}

.travel-item h4 {
	color: #000;
	font-family: 'Gotham Book';
	font-weight: normal;
	font-size: 16px;
}

.travel-item img {
	width: 52%;
	display:inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.travel-item img:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.travel-item-inner {
	display: table-cell;
	vertical-align: middle
}

#sb_instagram {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 0px!important;
}

#sbi_images {
	padding: 0px!important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
	width: 20%!important;
	padding: 0px!important;
}



/* ## Category
--------------------------------------------- */

.destinations-hero-container {
	position: relative;
    width: 100%;
    float: left;
    display: block;
    z-index: 3;
}

.destinations-overlay {
	position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 3;
}

.road-les-destinations .blog-post-intro-text {
	z-index: 10;
}

.road-les-destinations .intro-text-inner {
	margin-top: -50px;
}

.intro-text-inner h1 {
	text-align: center;
	color: #bb2355;
	font-size: 60px;
}

.quote-container.destinations span {
	display: block;
    margin-bottom: 0px;
    line-height: 200px;
    font-weight: bold;
    font-size: 200px;
}

.destinations-starting-image {
	background-size: cover;
    background-position: center center;
    position: relative;
    float: left;
    z-index: 2;
    width: 100%;
    padding-bottom: 60%;
}

.destinations-map {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}

.the-map {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.mapsvg svg {
	stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke: #fff;
    fill: none;
    top: 40%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 80%!important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}

.mapsvg-wrap .mapsvg {
	background-color: rgba(238, 238, 238, 0)!important;
}

.mapsvg-wrap {
	padding-left: 0px!important;
}
.mapsvg-directory {
	    background-color: rgba(250, 250, 250, 0)!important;
    width: 85%!important;
    margin: 0 auto;
}

.mapsvg-directory-item {

}

.mapsvg-btn-zoom {
	background-color: #bb2355!important;
}

.mapsvg-buttons {
	display: none!important;
}

path.filled {
	fill: #fff;
}

/*Destinations Ultimate*/

.archive-description {
	display:none!important;
}

#filters {
	width: 90%;
    margin: 0px auto;
}

.ui-group h3 {
    font-size: 18.5px;
    padding: 14px 3px 5px;
    margin-left: 4px;
    font-weight: 900;
    color: #333;
    font-family: 'Gotham Book';
}

.button-group {
	background-color: #ddd;
    padding: 5px;
    width: 100%;
    float: left;
    display: block;
}

.accordion .taxonomy:after {
    -webkit-transition: all .4s ease;
    content: "\f078";
    right: -1px;
    -o-transition: all .4s ease;
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    background-color: #bb2355;
    padding: 16px;
    margin-top: -15px;
    font-weight: normal;
    position: absolute;
    text-decoration: inherit;
    transition: all .4s ease;
}

.filter-holder {
	width: 100%;
	position: relative;
	float: left;
	margin: 56px 0 20px;
}

.accordion .open .taxonomy:after {
    content: "\f077";
}

 .ui-group {
    width: 48.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 2px solid #ddd;
    background-color: #fff;
}

#hide-filter {
	display: none!important;
}

.accordion .taxonomy {
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all .4s ease;
}

.filter span.checkbox {
	border-radius: 1px;
    border: 2px solid #bb2355;
    display: inline-block;
    height: 12px;
    position: absolute;
    top: 7px;
    cursor: pointer;
    width: 12px;
}

.filter {
	position: relative;
}

.filter .label {
	margin-left: 20px;
	font-size: 17px;
}

.ui-group li.is-checked span.checkbox {
    background-color: #bb2355;
}


/* ## Category
--------------------------------------------- */

.jscroll-loading {
	text-align: center;
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: 'Gotham Book';
    font-weight: bold;
    color: #bb2355;
}

.end-of-cat {
	margin-top: 54px;
    text-align: center;
}

.prev-next-posts {
	display: none!important;
}
.first-block-title .block-image {
	height: 40vh;
}

.section-category-heading.title-cat {
	padding: 0px;
	height: 15vh;
	position: relative;
	width: 100%;
	display: table;
	padding: 0 15%;
}

.section-category-heading.title-cat h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 60px;
}

.block-down {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.block-down .block-image {
	height: 35vh;
}

/* ## Bucket List
--------------------------------------------- */

.check-box span {
	position: absolute;
    top: 5%;
    left: 2%;
    height: 40px;
    width: 40px;
    border: 1px solid #c5c5c5;
    z-index: 5;
}

.check-box img {
	width: 58px;
    margin-left: -10px;
    margin-top: -6px;
    max-width: 100px;
    position: absolute;
}

.not-complete .check-box img {
	display: none;
}

.first-check {
	z-index: 6;
}

.second-check {
	z-index: 5;
}

.completed-item .check-box img {
	display: block;
}

.completed-item .block-big-inner {
	position: relative;
}

.completed-item .block-big-inner:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: #fff;
    z-index: 2;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.completed-item .block-big-inner-title h3 {
	position: relative;
	z-index: 10;
}

.bucket-feature-image,
.bucket-button,
.bucket-feature-image-overlay {
	display: none;
}

.completed-item .bucket-feature-image,
.completed-item .bucket-feature-image-overlay {
	display: block!important;
}

.bucket-button {
	font-family: 'Gotham Book';
    font-weight: normal;
    text-transform: uppercase;
    padding: 18.5px 44px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none!important;
}

.bucket-button:hover {
	color: #000;
	background-color: #fff;
}

.bucket-feature-image {
	z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-size: cover;
	background-position: center center;
}

.bucket-feature-image-overlay {
	position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.completed-item .quote-container p {
	color: #bb2355!important;
}

.completed-item .block-big-inner-title h3:after,
.completed-item.no-show-related .block-big-inner-title h3:after {
	content: '';
    width: 100%;
    height: 50%;
    z-index: -1;
    left: 0;
   	top: 0;
    position: absolute;
    background-color: #fff;
}

.road-les-bucket .quote-container p {
	color: #333;
}

/*Completed Bucket List Item Transitions*/

.completed-item .block-big-inner-title h3:after {
	display: none!important;
}

.completed-item .bucket-button {
	display: inline-block;
}

.completed-item.no-show-related:hover .bucket-button,
.completed-item.no-show-related .bucket-button {
	display: none!important;
}

.completed-item .first-check {
	display: none!important;
}

.completed-item .check-box span {
	border: 1px solid #fff;
}

.completed-item .block-big-inner {
	border: 0px!important;
}

.completed-item .block-big-inner:after {
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.completed-item .quote-container p {
	color: #fff!important;
}

/**/

/* ## Blog Post
--------------------------------------------- */

#trigger-sliding-menu {
	position: relative;
	width: 100%;
	float: left;
}

.sb_text-size,
.sb_post-data,
.sbprogress-container,
.sb_prev-next-posts {
	display: none!important;
}

.sb_prev-next-posts > a {
	color: #000!important;
}

#sb_super_bar.default .sb_text-size a, #sb_super_bar.default .sb_text-size span, #sb_super_bar.default .sb_prev-next-posts .sb_next_post_info span.sb_category {
	background-color: #bb2355!important;
	font-family: 'Gotham Book'!important;
}

.entry-header,
.entry-footer {
	display: none!important;
}

.blog-post-hero-image {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	z-index: 3;
	height: 90vh;
	background-size: cover;
	background-position: center center; 
}

.blog-post-hero-image:before {
	position: absolute;
    content: " ";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2));
}

.road-les-blog-post .entry {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}

.road-les-blog-post .entry-content {
	background-color: #fff;
	margin-top: -110px;
}

.road-les-blog-post .entry-content,
.blog-post-intro-text,
.comment-respond, 
.entry-comments {
	margin-bottom: 50px;
}

.blog-post-navigation {
	display: none;
}

.blog-post-intro-text .road-les-traveled-site-container {
	background-color: #fff;
}

.blog-post-intro-text {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f8f8f8;
}

.road-les-archive .blog-post-intro-text {
	display: none!important;
}

.intro-text-inner,
.road-les-blog-post .entry-content,
.comment-respond,
.featured-copy,
.entry-comments {
	padding: 100px 5%;
}

.road-les-blog-post .entry-content:after,
.featured-copy:after {
    content: url(/wp-content/themes/road-les-traveled/assets/Signature-red.svg);
    width: 132px;
    margin: 56px auto 0;
    position: relative;
    display: block;
}

.road-les-contact .featured-copy:after {
	display: none!important;
}

.comment-respond, 
.entry-comments {
	background-color: #fff;
}

.blog-post-image-break {
	position: relative;
	float: left;
	width: 100%;
}

.break-featured-image {
	height: 70vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.intro-text-inner {
	font-family: 'Bodoni 72 Oldstyle';
    font-weight: bold;
    font-size: 29px;
    text-align: center;
}

.road-les-internal .intro-text-inner:first-letter,
	.road-les-blog-post .intro-text-inner:first-letter,
	.road-les-bucket .intro-text-inner:first-letter,
	.road-les-about .intro-text-inner:first-letter {
	color: #bb2355;
	font-size: 60px;
	line-height: 0;
}

.road-les-blog-post h2,
.road-les-blog-post h3,
.road-les-blog-post h4,
.road-les-blog-post h5,
.featured-copy h2,
.featured-copy h3 {
	color: #bb2355;
}

.road-les-blog-post h3,
.featured-copy h3 {
	font-size: 32px;
    margin-bottom: 19px;
}

.road-les-blog-post h2,
.featured-copy h2 {
	font-size: 40px;
	margin-bottom: 19px;
}

.comment-section {
	position: relative;
	width: 100%;
	float: left;
}

/*next/previous*/
.previous-next {
	width: 100%;
    position: relative;
    float: left;
    z-index: 3;
}

.previous-next-container {

}

.next-post-title {
	background-color: #fff;
    text-align: center;
    display: table;
    text-decoration: none!important;
    height: 25vh;
    width: 100%;
    padding: 15px 25px;
    margin-top: -9px;
}

.single-nav:nth-child(1) .next-post-title {
	border-right: .5px solid #eee;
}

.next-post-title h2 {
    font-family: 'Bodoni 72 Oldstyle';
    font-weight: bold;
    color: #4d4d4d;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
}

.single-nav img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.single-nav img:hover {
	opacity: .7;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.single-nav {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

.single-nav a {
	line-height: 0px!important;
	text-decoration: none!important;
}

/*Comment Forms & Contact Form Fields*/

div.wpcf7-validation-errors {
	border: 0px!important;
}

#respond label,
.road-les-contact label {
    font-family: 'Bodoni 72 Oldstyle';
    font-weight: bold;
    color: #2d2d2d;
    font-size: 23px;
    margin-bottom: 10px;
    display: block;
}

#respond input, 
#respond select, 
#respond textarea,
.road-les-contact input,
.road-les-contact select,
.road-les-contact textarea {
	background-color: #f8f8f8;
    border: 1px solid #2d2d2d;
}

#respond input[type="submit"],
.road-les-contact input[type="submit"] {
    font-family: 'Gotham Book';
    font-weight: normal;
    text-transform: uppercase;
    padding: 18.5px 44px;
        background-color: #bb2355;
	border: 0px!important;
}

.road-les-about #pager,
.road-les-blog-post #pager{
	display: none!important;
}

/* ## About/FAQ/Internal Page
--------------------------------------------- */

.break-feature-grid {
	height: 70vh;
	position: relative;
	width: 100%;
	float: left;
}

.break-image-1,
.break-image-2,
.break-image-3 {
	background-size: cover;
	background-position: center center;
}

.break-image-1 {
	height: 70vh;
	float: left;
	width: 50%;
}

.break-image-2,
.break-image-3 {
	height: 35vh;
	width: 50%;
	float: left;
}

.featured-copy-container {
	position: relative;
	width: 100%;
	float: left;
}

.featured-copy {
	background-color: #fff;
    margin-top: -110px;
}

.featured-copy ul,
.featured-copy ol {
	margin-bottom: 28px;
}

.featured-copy li {
	list-style-type: disc;
    margin-left: 41px;
}

.road-les-contact .featured-copy,
.road-les-internal .featured-copy {
	padding: 150px 5% 100px;
}

.road-les-internal .featured-copy,
.road-les-contact .featured-copy {
	margin-top: 0px!important;
}

.road-les-about .featured-copy {
}

.end-buttons {
	position: relative;
    float: left;
    display: block;
    width: 100%;
    margin: 100px 0 50px;
}

.end-button-style {
	    font-family: 'Gotham Book';
    font-weight: normal;
    text-transform: uppercase;
    padding: 18.5px 44px;
    background-color: #bb2355;
    border: 0px!important;
    color: #fff;
    text-decoration: none!important;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display:inline-block;
}

.end-button-style:hover {
	color: #fff!important;
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.button-side {
	width: 50%;
	float: left;
	text-align: center;
}

/* ## Contact Page
--------------------------------------------- */

.the-contact-form {
	margin-top: 56px;
}

.the-contact-form .one-half,
.the-contact-form .full {
	margin-bottom: 30px;
}

.the-contact-form .subscribe-send {
	width: auto!important;
}

.road-les-contact .featured-copy {
	margin-bottom: 100px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-list .comment article {
	border-bottom: 1px solid #4d4d4d;
    padding-bottom: 30px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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-header p {
	margin-bottom: 0;
}

.comment-author span:first-of-type {
	font-size: 24px;
}

.entry-pings .reply {
	display: none;
}

.comment-time a {
	color: #000;
    text-decoration: none;
    font-size: 12px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

.sidebar {
	display: none!important;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.road-les-traveled-footer {
	background-color: #333;
	padding: 50px 0 29px;
	color: #fff;
	position: relative;
	display: table;
	width: 100%;
}

.footer-one,
.footer-two,
.footer-three {
	display: table-cell;
	vertical-align: middle;
}

.footer-one,
.footer-three {
	width: 20%;
	float: left;
	text-align: center;
}

.footer-one img {
	width: 83%;
}

.footer-two {
	width: 60%;
	float: left;
	text-align: center;
}

.footer-two li {
	display: inline-block;
	padding: 0 11px;
}

.footer-two li a {
	text-decoration: none!important;
	color: #fff;
	font-family: 'Bodoni 72 Oldstyle';
    font-weight: bold;
    font-size: 17px;
}

.footer-three .fa {
	color: #fff;
    font-size: 33px;
    padding: 0 7px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@media only screen and (max-width: 1200px) {



}

@media (max-width: 1040px) {
	.menu-inner-mid .column li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1023px) {

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
}

@media (max-width: 1005px) {
	.menu-section li a {
		font-size: 14px;
	}

	.side-items a {
		font-size: 17px;
	}
}

@media (max-width: 1000px) {
	.menu-inner-mid {
		margin-top: 51px;
	}
}

@media (max-width: 951px) {
	.menu-section li a {
		font-size: 12px;
	}

	.block-small .block-text h2,
	.block-text h2 {
		font-size: 21px;
	}

	.block-image span {
		width: 180px;
		font-size: 15px;
	}

	.block-small .block-image span {
		font-size: 13px;
		width: 160px;
	}

	.about-lesley {
		font-size: 15px;
		left: -61px;
	}

	/*Block Small*/

	.block-small .block-image {
		height: 200px;
	}

	.block-small,
	.featured-partner-image,
	.featured-block {
		height: 350px;
	}

	.block-small .block-text {
		height: 150px;
	}

	.block-text h3 {
		font-size: 17px;
	}
	/**/

	/*Block Big*/

	.block-big {
		height: 450px;
	}

	.block-image,
	.single-nav img,
	.block-down .block-image {
		height: 300px;
	}

	.block-text,
	.next-post-title {
		height: 150px;
	}

	/**/

	.section-category-heading h2, .section-category-heading.title-cat h1 {
		font-size: 55px;
	}

	.section-category-heading h2:after {
		width: 45px;
	}

	.slider-title h3, .post-title-inner h1 {
		font-size: 50px;
	}

	.section-category-heading {
		padding: 55px 0;
	}

	.quote-container p {
		font-size: 30px;
	}

	.quote-container span {
		font-size: 14px;
	}

	.subscribe-box h2 {
		font-size: 25px;
	}

	.subscribe-input {
		width: 400px;
	}

	.email-subscribe-field input {
		font-size: 14px;
	}

	.subscribe-send input {
		padding: 15px 0;
	}

	.subscribe-call-to-action {
		padding: 90px 0 40px;
	}

	.footer-two li a {
		font-size: 14px;
	}

	#sb_instagram .sbi_photo {
		height: 188px!important;
	}

	.block-big-inner-title h3 {
		font-size: 16px;
	}

	.section-five {
		padding-top: 100px;
	}

	.intro-text-inner {
		font-size: 25px;
	}

	.road-les-internal .intro-text-inner:first-letter,
	.road-les-blog-post .intro-text-inner:first-letter,
	.road-les-bucket .intro-text-inner:first-letter,
	.road-les-about .intro-text-inner:first-letter {
		font-size: 40px;
	}

	.post-title-inner.large-text h1 {
		font-size: 90px;
	}

	.section-category-heading .title-cat {
		diplay: none!important;
	}

	.road-les-archive .blog-post-intro-text {
		display: block!important;
	}

	.intro-text-inner h1 {
		font-size: 45px;
	}
}

@media (max-width: 900px) {
	.menu-inner-mid {
		margin-top: 42px;
	}
}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
		position: relative;
		float: left;
	}

	.the-contact-form .one-half, .the-contact-form .full {
		margin-bottom: 25px;
	}

	.the-contact-form .full {
		width: 100%;
		position: relative;
		float: left;
	}

	.road-les-contact .road-les-traveled-footer {
		margin-top: 50px;
	}

}

@media (max-width: 900px) {
	.block-small .block-text h2,
	.next-post-title h2, 
	.block-text h2 {
		font-size: 20px;
	}

	.block-image span {
		padding: 5px 0;
		font-size: 13px;
		width: 150px;
	}

	.quote-container.destinations span {
		line-height: 150px;
    	font-size: 150px;
	}

	.quote-roller-inner h2 {
		font-size: 25px;
	}
}

@media (max-width: 855px) {
	.menu-inner-mid .column li {
		font-size: 13px;
	}
}

@media (max-width: 832px) {

	.menu-section,
	.side-items,
	.search-form,
	.about-lesley,
	.the-alt-navigation,
	.blog-post-hero-image:before,
	.home-navigation,
	.the-alt-navigation,
	.the-scroll-nav {
		display: none!important;
	}


	.blog-post-hero-image {
		height: 77vh;
	}

	body {
		margin-top: 72px;
	}

	.mobile-navigation.hidden {
		display: block!important;
	}

	.quote-container {
		width: 75%;
	}

	.travel-item h4 {
		font-size: 13px;
	}

	.footer-three .fa {
		font-size: 25px;
	}

	.post-title-inner {
		top: 50%;
	}

	.intro-text-inner, .road-les-blog-post .entry-content, .comment-respond, .featured-copy, .entry-comments {
		padding: 80px 5%;
	}

	.road-les-contact .featured-copy, .road-les-internal .featured-copy {
		padding: 100px 5% 80px;
	}

	.intro-text-inner {
    	font-size: 23px;
	}

	.road-les-internal .intro-text-inner:first-letter,
	.road-les-blog-post .intro-text-inner:first-letter,
	.road-les-bucket .intro-text-inner:first-letter,
	.road-les-about .intro-text-inner:first-letter {
		font-size: 30px;
	}

	.road-les-home .section-category-heading .road-les-traveled-site-container {
		width: 85%!important;
	}

	.road-les-traveled-site-container, .road-les-blog-post .entry-content, .comment-respond, .featured-copy {
		width: 90%;
	}

	.road-les-blog-post .entry-content {
		font-size: 17px;
	}

	.road-les-blog-post h3, .featured-copy h3 {
	    font-size: 29px;
	    margin-bottom: 17px;
	}

	.road-les-blog-post h2, .featured-copy h2 {
		font-size: 31px;
		margin-bottom: 17px;
	}

	.mapsvg-buttons {
		display: block!important;
	}

}

@media (max-width: 768px) {
	.block-small {
		width: 50%;
	}

	.featured-block {
		width: 100%;
	}

	.slide-arrow {
		width: 20px;
	}

	.block-big,
	.block-small, 
	.featured-partner-image, 
	.featured-block {
		height: 380px;
	}

	.block-image,
	.block-small .block-image,
	.single-nav img,
	.block-down .block-image {
		height: 230px;
	}

	.block-small .block-text h2,
	.block-text h3,
	.next-post-title h2, 
	.block-text h2 {
		font-size: 18px;
	}

	.section-category-heading h2, .section-category-heading.title-cat h1 {
		font-size: 45px;
	}

	.section-category-heading h2:after {
		width: 37px;
	}

	.travel-item h4 {
		font-size: 12px;
	}

	.slider-title h3, .post-title-inner h1 {
		font-size: 40px;
	}

	.section-five {
		padding-top: 50px;
	}

	.post-title-inner {
		width: 85%;
	}

	.post-title-inner h1 {
		padding: 20px;
	}

	.block-image, .single-nav img,
	.block-small .block-image ,
	.block-down .block-image {
		height: 230px;
	}

	.post-title-inner.large-text h1 {
		font-size: 70px;
	}

	.featured-copy {
		font-size: 17px;
	}

	#respond input, #respond select, #respond textarea, .road-les-contact input, .road-les-contact select, .road-les-contact textarea {
		padding: 8px 16px;
	}

	.check-box span {
		height: 30px;
		width: 30px;
	}

	.check-box img {
		width: 45px;
    	margin-left: -6px;
	}

	.bucket-button {
		padding: 10.5px 16px;
   		font-size: 15px;
	}

	.intro-text-inner h1 {
		font-size: 35px;
	}

	.mapsvg svg {
		height: 100%!important;
	}

	.destinations-hero-container,
	.destinations-starting-image {
		height: 76vw;
	}

	.mapsvg svg {
		top: 52%;
	}
}

@media (max-width: 730px) {
	.footer-one,
	.footer-two,
	.footer-three {
		width: 100%;
	}

	.footer-one {
		display: none!important;
	}

	.footer-two {
		margin-bottom: 20px;
	}

	.footer-one img {
		width: 204px;
	}

	.road-les-traveled-footer {
		padding: 38px 0 29px;
	}

}

@media (max-width: 700px) {
	#slider ul li,
	.break-feature-grid,
	.break-image-1,
	.break-featured-image,
	#slider {
		height: 380px;
	}

	.alignright,
	.alignleft {
		width: 100%;
		float: none;
		margin: 0px!important;
		text-align: center;
	}

	.road-les-blog-post .entry-content {
		margin-top: -54px;
	}

	.break-image-2,
	.break-image-3 {
		height: 190px;
	}

	.intro-text-inner {
		font-size: 20px;
	}

	.intro-text-inner, .road-les-blog-post .entry-content, .comment-respond, .featured-copy {
		padding: 64px 5%;
	}

	.road-les-contact .featured-copy, .road-les-internal .featured-copy {
		padding: 80px 5% 64px;
	}

	.road-les-blog-post .entry-content,
	.featured-copy {
		font-size: 15px;
	}

	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
		width: 100%;
	}

	.subscribe-call-to-action {
		padding: 40px 0;
	}

	#respond label, .road-les-contact label {
		font-size: 18px;
	}

	.button-side {
		width: 100%;
	}

	.button-side:nth-child(2) {
		margin-top: 50px;
	}

	.end-buttons {
		padding: 80px 0 50px;
		margin: 0px!important;
	}

	.post-title-inner.large-text h1 {
		font-size: 55px;
	}

	.quote-container.destinations span {
		line-height: 120px;
    	font-size: 120px;
	}

	.quote-roller-inner h2 {
		font-size: 20px;
	}

	.bucket-list-items .block-big {
		height: 300px;
	}
}

@media (max-width: 650px) {
	.ui-group {
		width: 100%;
		margin-right: 0px;
	}

	.ui-group:first-of-type {
		margin-bottom: 10px;
	}

	.filter-holder {
		margin: 44px 0 0;
	}
}

@media (max-width: 600px) {
	.quote-container.destinations span {
		line-height: 90px;
    	font-size: 90px;
	}

	.quote-roller-inner h2 {
		font-size: 20px;
	}

	.intro-text-inner h1 {
		font-size: 29px;
	}
}

@media (max-width: 630px) {

	.block-small .block-text h2, .block-text h3,
	.next-post-title h2, 
	.block-text h2 {
    	font-size: 16px;
	}

	.block-big-inner-title h3 {
		font-size: 11px;
	}

	.quote-container p {
		font-size: 22px;
	}

	.travel-block {
		width: 100%;
	}

	.road-les-bucket .block-big {
		width: 100%;
	}

	.sbi_item:nth-child(4) {
		display: none!important;
	}

	#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 25%!important;
	}

	.mobile-navigation .the-alt-navigation-logo {
		width: 161px;
	}

	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		height: 45px;
		width: 42px;
	}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		height: 6px;
	}

	body {
		margin-top: 63px;
	}

	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 13px;
	}

	#nav-icon3 span:nth-child(4) {
		top: 26px;
	}

	.mobile-menu-button {
		top: 0;
	}

	label.screen-reader-text {
      display:none!important;
     }
}

@media (max-width: 550px) {
	.post-title-inner h1,
	.slider-title h3 {
		font-size: 30px;
	}
}

@media (max-width: 540px) {
	.section-category-heading h2, .section-category-heading.title-cat h1 {
		font-size: 38px;
	}

	.section-category-heading h2:after {
		width: 32px;
	}

	.subscribe-box h2 {
		font-size: 22px;
	}

	.subscribe-input {
		width: 350px;
	}

	#sb_instagram .sbi_photo {
    	height: 130px!important;
	}
}

@media (max-width: 520px) {
	.road-les-traveled-site-container, .road-les-blog-post .entry-content, .comment-respond, .featured-copy {
		width: 95%;
	}

	.intro-text-inner, .road-les-blog-post .entry-content, .comment-respond, .featured-copy {
		padding: 64px 4%;
	}

	.road-les-contact .featured-copy, .road-les-internal .featured-copy {
		padding: 80px 4% 64px;
	}
}

@media (max-width: 500px) {

	.block-image span,
	.block-small .block-image span {
		width: 130px;
		font-size: 12px;
	}

	.subscribe-input {
		width: 300px;
	}

	.email-subscribe-field input {
		width: 75%;
	}

	.subscribe-send {
		width: 25%;
	}

	.hovered .subscribe-send {
		width: 35%;
	}

	.hovered .email-subscribe-field input {
		width: 65%;	
	}

	.post-title-inner h1,
	.slider-title h3 {
		font-size: 27px;
	}

	.quote-container.destinations span {
		line-height: 60px;
    	font-size: 60px;
	}

	.quote-roller-inner h2 {
		font-size: 16px;
	}

	.bucket-list-items .block-big {
		height: 250px;
	}

	.intro-text-inner h1 {
		font-size: 25px;
	}


}

@media (max-width: 480px) {
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
		width: 50%!important;
	}
}

@media (max-width: 405px) {
	.block-small .block-text h2, .block-text h3,
	.next-post-title h2, 
	.block-text h2 {
		font-size: 15px;
	}

	.block-image span, .block-small .block-image span {
		width: 102px;
		font-size: 10px;
	}

	.block-text,
	.block-small .block-text,
	.next-post-title {
		height: 118px;
	}

	.block-image, .block-small .block-image {
		height: 214px;
	}

	.block-big, .block-small, .featured-partner-image, .featured-block {
		height: 332px;
	}

	.section-category-heading h2, .section-category-heading.title-cat h1 {
		font-size: 34px;
	}

	.section-category-heading h2:after {
		width: 29px;
	}

	.intro-text-inner h1 {
		font-size: 25px;
	}
}

@media (max-width: 390px) {
	.block-big,
	.block-small {
		width: 100%;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
