/*
Theme Name: Travels
Theme URI: http://travelstotheedge.com
Description: The Official WordPress Theme of Travels to the Edge
Version: 0.1


Author: 32spokes ( Robert Dall, Mandi Wise, Sergey Biryukov )
Author URI: http://32spokes.com
*/


/* Reset and Normalize
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	position: relative;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.site-header .skip-link {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	left: -9999em;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: -9999em;
}

.site-header .skip-link:focus {
	clip: auto;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Icon Fonts
---------------------------------------------*/

/* Genericons, a flexible icon-font.
 * More info: genericons.com
 */
 
@font-face {
	font-family: Genericons;
	src: url(fonts/genericons-regular-webfont.eot);
	src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"),
		 url(fonts/genericons-regular-webfont.woff) format("woff"),
		 url(fonts/genericons-regular-webfont.ttf) format("truetype"),
		 url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
	font-style: normal;
	font-weight: normal;
}
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-media:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
#reply-title small a:before,
.bypostauthor .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}


/* Universe 45 Light & 55 Roman Embed
---------------------------------------------*/

@font-face {
    font-family: 'UniversCom45Light';
    src: url('fonts/universcom-45light.eot');
    src: url('fonts/universcom-45light.eot') format('embedded-opentype'),
         url('fonts/universcom-45light.woff') format('woff'),
         url('fonts/universcom-45light.ttf') format('truetype'),
         url('fonts/universcom-45light.svg#UniversCom45Light') format('svg');
}

@font-face {
    font-family: 'UniversCom55Roman';
    src: url('fonts/universcom-55roman.eot');
    src: url('fonts/universcom-55roman.eot') format('embedded-opentype'),
         url('fonts/universcom-55roman.woff') format('woff'),
         url('fonts/universcom-55roman.ttf') format('truetype'),
         url('fonts/universcom-55roman.svg#UniversCom55Roman') format('svg');
}

/* Global
---------------------------------------------*/
body {background: #fff;}
body,
button,
input,
select,
textarea {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	color: #242C3A;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 16px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem; /* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.5;
}
/* This silliness below is needed here if we use rems because Chrome is being a dick lately
* https://code.google.com/p/chromium/issues/detail?id=320754
*/
p, ul, ol, table, td, th, dl, dd, dt {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 1.5em 1.5em;
}
pre {
	background: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: none;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
td, th {
	padding: 3px 5px;
}
.clear {
    clear: both;
}

/* Forms and buttons
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Media
-----------------------------------------*/
object,
#main img {
	max-width: 100%;
	height: auto;
}
#branding img,
#content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#branding img,
#content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* Forms and Buttons
----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
select {
	width: 100%;
	background: #fff;
	border: 1px solid #B1B3B2;
	}

/* Image Alignment
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625em 0.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #333;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
}
.wp-caption .wp-caption-text {
	margin: 0.5075em 0.5075em 0.2075em;
}

/* General Styles
----------------------------------------------*/
/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; speak: none; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a {
	color: #3678b3;
	cursor: pointer;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
a:hover,
a:focus,
a:active {
	color: #3678b3;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
	word-wrap: break-word;
}

p a:hover,
p a:focus,
p a:active  {
	text-decoration: underline;
}

/*
th a:hover,
th a:focus,
th a:active {
	text-decoration: underline;
}
dd a:hover,
dd a:focus,
dd a:active {
	text-decoration: underline;
}
li.comment a:hover,
li.comment a:focus,
li.comment a:active {
	text-decoration: underline;
}
*/

h1,h2,h3,h4,h5,h6 {
	color: #c35f05;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
}
h1, h1 a {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.25em;
	margin: 0.325em 0;
}
h2, h2 a {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h3, h3 a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h4, h4 a {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h5, h5 a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h6, h6 a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}

blockquote {
	color: #f8f8f8;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-family: 'Georgia', Times, Times New Roman, serif;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 5.5em;
	padding: 0.825em 1.8em;	
}

blockquote:after {
	background: none repeat scroll 0 0 #74C4F1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    font: 20px/1 'dashicons';
    margin: 3% 50% 0;
    padding: 2%;
    vertical-align: top;
    color: #333333;
}

blockquote p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	line-height: 1.625em; /* 26px / 16px */
}

blockquote p cite {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Block Quote in Visual Editor Widget */

.widget_black_studio_tinymce blockquote {
	color: #f8f8f8;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-family: 'Georgia', Times, Times New Roman, serif;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 0.825em;
	padding: 0.825em 1.3em;	
}

.widget_black_studio_tinymce blockquote:after {
	background: none repeat scroll 0 0 #74C4F1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    font: 20px/1 'dashicons';
    margin: 3% 44% 0;
    padding: 2%;
    vertical-align: top;
    color: #333333;
}

.widget_black_studio_tinymce blockquote p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	line-height: 1.625em; /* 26px / 16px */
}

.widget_black_studio_tinymce blockquote p cite {
	font-family: 	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Main Layout
 * The main container here is set to 1000px
 * If you choose to set this to a different size, make sure you update the
 * media query so that when you are at this breakpoint the container is set to 100%.
-----------------------------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}

#tagline {
	display: none;
}

/* Header
------------------------------------------------------ */
#branding {
	position: fixed;
	width: 100%;
	min-height: 75px;
	z-index: 1000;
	background: #292726;
	/* drop shadow on fixed nav */
	-webkit-box-shadow: 0 8px 30px -22px #000000;
	-moz-box-shadow: 0 8px 30px -22px #000000;
	box-shadow: 0 8px 30px -22px #000000;
}

#centering {
	display: block;
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#branding #header-logo {
	float: left;
}

#branding #header-logo img {
	padding-top: 5%;
	width: 270px;
}

/* Header Search Bar
------------------------------------------------------ */
#header-search-div {
	position: absolute;
	min-width: 208px;
	top: 19px;
	right: 1px;
	z-index: -1;
}

#header-search-div.show-search {
	z-index: 1;
}

#header-search-div form#searchform button:before {
	content: '\f400';
	color: #F8F8F8;
	display:block;
	position: relative;
	/* width: 32px; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

#header-search-div form#searchform button:disabled {
	cursor: text;
}

#header-search-div form#searchform button#searchsubmit.submit {
	background: none;
	border: 0 none;
	padding: 0px;
	position: absolute;
	right: 0;
}

#header-search-div form#searchform input#s {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	float: right;
	margin-right: 40px;
	padding: 9px 0 9px 9px;
	font-size: 1.3rem;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0px;
}

#header-search-div.show-search form#searchform input#s {
	background-color: #545454;
	border: 1px solid #989898;
	cursor: text;
	padding: 8px;
	width: 140px;
}

/* Primary Navigation
-------------------------------------------------------------- */
.main-navigation {
	display:block;
	float: left;
	margin-top: 1.9%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li {
	display: inline;
	position: relative;
	float: left;
}
.main-navigation a {
	color: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	padding: 0 0.7em; /* 20px / 16px */
	text-decoration: none;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

/* hides the mail icon on the main nav */
nav#site-navigation .network-wide-contact-icon a i.icon-large.icon-envelope {
	display: none;
}

/* Drop Down (Child) */
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #2d2d2d;
	display: none;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 5px;
	position: absolute;
	left: 0em;
	min-width: 190px;
	z-index: 99999;
	
	/* Background Gradient in menu */ 
	background-image: linear-gradient(to top, #2D2D2D 0%, #292726 100%);
	background-image: -ms-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -moz-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -o-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2D2D2D), color-stop(1, #292726));
	background-image: -webkit-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);	
}
/* Grandchild menu */
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #f8f8f8;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	font-size: 1.45rem;
	min-width: 130px;
}
.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	color: #90CEF1;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #90CEF1;
}

.main-navigation .sub-menu li {
    min-width: 190px;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation > ul,
.secondary-small-navigation > ul {
	display: none;
}

/* Travels to the Edge Header Logo Home Page */

#travels-logo-home {
	display: inline;
    position: absolute;
    left: 13%;
    top: 6em;
    max-width: 250px;
    width: 100%;
    z-index: 900;
}

/* Travels to the Edge Header all other pages */

#travels-logo {
	float: left;
	margin-top: 6em;
    max-width: 200px;
    width: 100%;
}

/* Travels Secondary Navigation 
 * First is listed the home page style / then the episode and page style - rd Nov 23, 2014
-----------------------------------------------------------*/

/* 
 * Travels to the Edge Header Secondary Menu For Home
 */

.home .subhead .menu-container,
.home .subhead .menu-toggle {
	position: absolute;
	z-index: 900;
	right: 5em;
	top: 7.3em;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.home .subhead ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home .subhead ul li {
	display: inline;
	position: relative;
	float: left;
}

.home .subhead ul a {
	display: block;
	background: transparent;
}

.home .subhead ul a,
.home .subhead .menu-toggle {
	color: #999999;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: bold;
	line-height: 2.5em;
	padding: 0 0.7em; /* 20px / 16px */
	text-decoration: none;
	font-family: "arial",helvetica,verdana, sans-serif;
}

.home .subhead .menu-toggle {
	right: auto;
	left: 50%;
	padding: 10px 40px;
}

.home .subhead ul ul {
	display: none;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0em;
	z-index: 99999;
}

/* Sub Menu */
.home .subhead ul ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: block;
	clear: both;
}

/* Grandchild menu */
.home .subhead ul ul ul {
	left: 100%;
	top: 0;
}

.home .subhead ul ul ul a {
	color: #f8f8f8;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	font-size: 1.45rem;
	min-width: 130px;
}

.home .subhead ul li:hover > a, 
.home .subhead ul ul ul :hover > a,
.home .subhead ul a:focus {
	color: #e39654;
}

.home .subhead ul li:hover > ul {
	display: block;
}

.home .subhead ul .current-menu-item > a,
.home .subhead ul .current-menu-ancestor > a {
	color: #e39654;
}

.home .subhead ul ul ul li a i {
	padding: 8px 0px;
}

/* 
 * Travels to the Edge Header Secondary Menu For Episodes
 */
 
.subhead .menu-container,
.subhead .menu-toggle {
	position: absolute;
	z-index: 900;
	right: 5em;
	top: 7.3em;
}

.subhead ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subhead ul li {
	display: inline;
	position: relative;
	float: left;
}

.subhead ul a {
	display: block;
/*  Removes white background on sub nav or "Travels Menu" */ 
/*	background: #fff; */
}

.subhead ul a,
.subhead .menu-toggle {
	color: #999999;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: bold;
	line-height: 2.5em;
	padding: 0 0.7em; /* 20px / 16px */
	text-decoration: none;
	font-family: "arial",helvetica,verdana, sans-serif;
}

.menu-container .toggled-on li a {
	color: #fff;
}

.subhead .menu-toggle {
	right: auto;
	left: 50%;
	padding: 10px 40px;
}

.subhead ul ul {
	display: none;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0em;
	min-width: 175px;
	z-index: 99999;
}

/* Grandchild menu */
.subhead ul ul ul {
	left: 100%;
	top: 0;
}

.subhead ul ul ul a {
	color: #f8f8f8;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	font-size: 1.45rem;
	min-width: 130px;
}

.subhead ul li:hover > a, 
.subhead ul ul ul :hover > a,
.subhead ul a:focus {
	color: #e39654;
}

.subhead ul li:hover > ul {
	display: block;
}

.subhead ul .current-menu-item > a,
.subhead ul .current-menu-ancestor > a {
	color: #e39654;
}

.subhead ul ul ul li a i {
	padding: 8px 0px;
}

/* Travels Sub Head for Posts, Pages, Episodes
-----------------------------------------------------------*/

#travels-subhead {
	display: block;
	position: relative;
	height: 135px;
	padding: 0.625em;
}

/* Travels Single Post Type
-----------------------------------------------------------*/

.single-episode h1 {
	padding-left: 0.3125em;
}

.single-episode .flexslider ul,
.single-episode .flexslider ol {
	margin: 0;
	padding: 0;
}

.single-episode #sidebar {
 	margin: 2.325em 0;
}

.single-episode #sidebar aside {
	margin-top: 1em;
}

.single-episode #sidebar aside#taxonomies,
.single-episode #sidebar aside#episode-nav {
	background: none;
    padding: 0;
    width: 100%;
	max-width: 256px;
}

.single-episode #sidebar #taxonomies {
	width: 100%;
	max-width: 256px;
}

.single-episode #taxonomies ul {
	margin-bottom: 0em;
	margin-left: 0em;
	list-style: none;
}

.single-episode #taxonomies ul li a:hover {
	text-decoration: underline;
}

.single-episode #sidebar #purchase-episode {
	width: 100%;
	max-width: 256px;
	padding: 0px;
}

.single-episode #episode-nav .fa:before {
	font-size: 5rem;
	color: #ffaa00;
}

.single-episode #sidebar aside#taxonomies  {
	clear: both;
}

.single-episode #sidebar aside#episode-nav {
	height: 75px;
	clear: both;
}

.single-episode #sidebar aside#episode-nav .prev a, 
.single-episode #sidebar aside#episode-nav .next a {
	color: #ffaa00;
}

/* Arrow and text style for prev */
.single-episode #sidebar aside#episode-nav .prev {
	float: left;
	position: relative;
}

/* Just text style for prev */
.single-episode #sidebar aside#episode-nav .prev span {
	position: absolute;
	top: 25%;
	left: 110%;
}

/* Arrow and text style for next */
.single-episode #sidebar aside#episode-nav .next {
	float: right;
	position: relative;
}

/* Just text style for next */
.single-episode #sidebar aside#episode-nav .next span {
	position: absolute;
	top: 25%;
	right: 110%;
}

.single-episode #sidebar aside#episode-nav h4
	{
	margin-bottom: 0px;
	text-align: center;
}

.single-episode #sidebar aside#taxonomies ul li {
	padding: 0.2em 0;
}

.single-episode #episode-nav a i.fa-arrow-circle-right {
	float: right;
	text-align: right;
}

.single-episode #episode-nav a i.fa-arrow-circle-left {
	float: left;
	text-align: left;
}

.single-episode #purchase-episode .add-to-cart {
	padding: 0.5em 0em;
	margin-top: 0.5em;
	text-align: center;
}

.single-episode #purchase-episode .add-to-cart a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 0 solid #74c4f1;
    border-radius: 25px;
    color: #ffaa00;
    cursor: pointer;
    line-height: 1;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    width: 100px;
}

.single-episode #purchase-episode .add-to-cart a:hover {
	background: #000;
}

/* Travels Taxonomy Archive
-----------------------------------------------------------*/

.archive #content {
	width: 98%;
}

.archive article .featured-image {
	float: left;
	margin-right: 1%;
	max-width: 250px;
}

.archive article .featured-image img {
	border: 1px solid black;
}

.archive article .excerpt {
	max-width: 680px;
	float: left;
	width: 68%;
}

.archive article {
	clear: both;
}

.archive article.episode {
	min-height: 200px;
}

.archive article.episode .excerpt h2.taxomony {
	margin: 0 0em 0em 0;
}

.archive article.episode .excerpt h2.taxomony a:hover {
	text-decoration: underline;
}

.archive article.episode .excerpt span.explore a:hover {
	text-decoration: underline;
}

.archive article.episode .excerpt p {
	font-size: 1.5rem;
}

.archive h3 a:hover {
	text-decoration: underline;
}

.archive .season-nav {
	margin-bottom: 1em;
}

/* Main Body Content Area
-----------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
	margin: 1em 0em;
}
#content {
	float: left;
	width: 68%;
	padding: 0.625em;
}

/* Contact Page
--------------------------------------------------------------*/

#sidebar div ul li i.icon-facebook {
	padding: 0px 9px 0px 2px;
}

/* 404 Error Page
--------------------------------------------------------------*/

#content.error-page  {
   	margin-left: 14%;
    margin-right: auto;
    padding: 0.625em;
    width: 76%;
}

/* Search Page
--------------------------------------------------------------*/

.search-results #content h2 a span.art-wolfe-store {
	color: #6db76a;
}

.search-results #content .post-thumbnail {
	float: left;
	margin-right: 0.5em;
	width: 200px;
}

.search-results #content .post-thumbnail img {
	max-width: 200px;
	max-height: 132px;
}

.search-results .sharedaddy {
	display: none;
}

/* Blog Home formatting, 
 * See below for navigation and content formating
--------------------------------------------------------------*/

.blog h2,
.archive h2,
.single h1 {
	margin: 0 2.8em 0.3em 0;
}

.blog #content span.date,
.archive #content span.date,
.single #content span.date {
	position: absolute;
    right: 26px;
    text-align: center;
    top: 0;
    width: 50px;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 4px;
    background-color: #232120;
}

.blog #content span.date a:hover,
.archive #content span.date a:hover,
.single #content span.date a:hover {
	text-decoration: underline;
}

.blog h2 a {
	font-size: 3.2rem;
}

.blog h2 a:hover {
	text-decoration: underline;
}

.blog img.mountain-ridge {
	opacity: 0.5;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
article {
	padding: 0 0 1.25em;
}
article ul,
article ol {
	margin: 0 1.25em 1.5em;
	padding: 0 1.25em 0 1.5em;
}
.entrymeta {
	color: #999;
	margin: 0.625em 0;
	padding: 0.3125em;
}
.entrymeta p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0.3125em 0;
}
.post-navigation {
	display: block;
	margin: 2em 0;
	min-height: 22px;
	padding: 0 0.1em;
}
.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
.post-navigation a[rel="prev"] {
	float: left;
	text-align: left;
}

/* Entry Meta
-------------------------------------------*/

.entry-meta {
	clear: both;
	font-size: 14px;
	margin: 10px 0px;
}

.entry-meta a {
	color: #90CEF1;
}

.entry-meta a:hover {
	color: #74C4F1;
	text-decoration: underline;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

/* Not being called kept for reference - rd '14 */
.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	top: -1px;
	position: relative;
}

.entry-meta .author a:before {
	content: "\f304";
	top: -1px;
	position: relative;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	top: -1px;
	position: relative;
}

.edit-link a:before {
	content: "\f411";
	top: -1px;
	position: relative;
}

.single-author .entry-meta .author {
	display: none;
}

.nav-links .meta-nav {

}

/* Paged navigation */

.paged-navigation ul li {
	display: inline;
    float: left;
    position: relative;
}

.paged-navigation li a,
.paged-navigation li a:hover,
.paged-navigation li.active a,
.paged-navigation li.disabled {
	padding: 5px 10px;
	color: #fff;
	text-decoration:none;
	border-right: 1px solid #989898;
	background: #545454;
}

.paged-navigation li. {
	display: inline;
}

.paged-navigation li a:hover,
.paged-navigation li.active a {
	background-color: #386985;
    background-image: linear-gradient(to bottom, #5e8fa6, #386985);
    border-color: #232120;
    border-right: 1px solid #989898;
    color: #f8f8f8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.paged-navigation li:last-child a {
	border: 0px;
}

/* Breadcrumbs 
-------------------------------------------*/

#bread-wrap p#breadcrumbs,
#content p#breadcrumbs {
	margin: 0 0 0.5em;
}

/* Jetpack Sharing Style (sharedaddy)
-------------------------------------------*/

/* Hides Customize Share Buttons - I am disappoint in you Jetpack - rd */ 

.share-customize-link {
	display: none;
}


/* Posts */

#content .post div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

#content .post div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

#content .post div.sharedaddy .sharing-hidden .inner {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

div.sharedaddy h3.sd-title:before {
    border-top: 0px solid #DDD !important;
}

/* Pages */

#content .page div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

#content .page div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

#content .page div.sharedaddy .sharing-hidden .inner {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

/* Sharing Style for Showcase CPT  */
 
.single-episode #content .episode-social-media div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

.single-episode #content .episode-social-media div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

/* More text style */
.single-episode #content .episode-social-media div.sharedaddy div.sd-content ul li a.sharing-anchor span {
	color: #999999 !important;
}

.sd-social-icon .sd-content ul li a.share-more {
	border: 1px solid #999999 !important;
	border-radius: 3px !important;
}

.single-episode #content .episode-social-media div.sharedaddy .sharing-hidden .inner {
    background-color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

/* Sidebar Area
-------------------------------------------*/
#sidebar {
	float: right;
	width: 25.4%;
	padding: 0 1.3em;
	margin: 0.325em 0;
}
.widget {
	clear: both;
	overflow: hidden;
}

#sidebar aside:first-child {
	margin-top: 3.5%;
}

#sidebar aside:nth-child(2) {
	padding-bottom: 0px;
}

#sidebar aside:nth-child(3) {
	padding-top: 3%;
}

#sidebar aside {
	background: #fff;
	padding: 1em;
	border: 0px;
	margin: 0px;
}

#sidebar aside h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em;
	text-transform: uppercase;
	text-align: center;
}
#sidebar aside ul {
	list-style: none;
	margin-left: 0.5em;
	margin-bottom: 0em;
}
#sidebar aside ul li {
	padding: 0.5em 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#sidebar aside p a {
	color: #90cef1;
	text-decoration: none;
}
#sidebar aside p a:hover {
	color: #74c4f1;
	text-decoration: underline;
}

.widget_search label {
	display:none;
}
#sidebar aside div.wp-caption {
	font-style: italic;
}

/* Black Studio Press Visual Editor Widget */

#sidebar aside.widget_black_studio_tinymce a img.sponsors {
	padding: 5px;
}

/* Calendar Widget */

#sidebar aside.widget_calendar #next {
	text-align: right;
}

#sidebar aside.widget_calendar a:hover {
	text-decoration: underline;
}

/* RSS Feed */

#sidebar .widget_rss h4 {
	padding-bottom: 0px;
}

#sidebar .widget_rss h4 a {
	color: #c35f05;
	font-size: 1.6rem;
}

#sidebar .widget_rss h4 a img {
	display: none;
}

/* Purchase DVD Banners
------------------------------------------------------------*/

/* Footer Center Banner */ 
#entire-season {
    display: block;
    max-width: 728px;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    clear: both;
}

#entire-season img {
	float: left;
	position: relative;
}

#entire-season h3 { 
	font-size: 2.6rem;
    line-height: 2.5em;
	color: #ffaa00;
	float: left;
	clear: none;
	text-shadow: 1px 1px 2px #000;
}

/* Footer Banner for Season 1 & Season 2 */

#double-button {
    background: rgba(0, 0, 0, 0.5);
    max-width: 728px;
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

#double-button h3 {
	color: #ffaa00;
}

#double-button .purchase-season-one {
	float: left;
}

#double-button .purchase-season-one img {
	float: left;
	width: 132px;
}

#double-button .purchase-season-one h3 {
	float: left;
	clear: none;
	font-size: 2.4rem;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px #000;
	width: 110px;
}

#double-button .or {
	float: left;
	width: 70px;
	height: 70px;
	margin: 1%;
	background: #446D9B;
	border-radius: 50px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.75);
}

#double-button .or h3 {
	color: #fff;
    margin: 26%;
	font-size: 3rem;
}

#double-button .purchase-season-two {
	float: left;
	position: relative;
	width: 390px;
}

#double-button .purchase-season-two h3 {
	font-size: 2.4rem;
	line-height: 1.2em;
	text-shadow: 1px 1px 3px #000;
	width: 155px;
	float: left;
	position: absolute;
	z-index: 900;
	padding-left: 9px;
}

#double-button .purchase-season-two img {
	left: 96px;
    position: absolute;
    top: 7px;
    width: 300px;
}

/* Footer area
------------------------------------------------------------*/
footer {
	clear: both;
	margin: 0 auto;
	width: 94%;
}
footer p {
	color: #939393;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.625em;
}
footer a {
	color: #ffaa00;
	text-decoration: none;
}
footer a:hover {
	color: #ffaa00;
	text-decoration: underline;
}

footer #footer-logo {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer Sidebar */

footer #footer-widget-area {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

footer .widget-area {
	float: left;
}

footer ul {
	margin: 0em;
	list-style-type: none;
}

footer ul aside {
	margin-bottom: 1.5em;
}

footer #footer-widget-area h4 {
	color: #808080;
	margin: 0 0 0.625em 0;
}

/* Footer Menu left  */

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a:hover {
	color: #ffaa00;
}

footer #footer-widget-area ul li a {
	color: #808080;
}

footer #footer-widget-area .aw-image-widget-class h4 {
	text-align: center;
}

footer .aw-widget-image {
	padding: 0 10.5% !important;
}

footer #first.widget-area {
	width: 200px;
	margin-left: 1.5em;
}

footer #second.widget-area {
	max-width: 315px;
}

footer #third.widget-area {
	margin-left: 2.5em;
    width: 250px;
}

/* Footer RSS Widget Not being used by keeping for future use 06/15 - rd */

footer .widget_rss ul li {
	padding-bottom: .5em;
}

footer .widget_rss h4 a.rsswidget {
	color: #b1b3b2;	
}

/*
footer .rsswidget h4 a {
	color: #b1b3b2;	
}
*/

footer div#footer-widget-area h4 a.rsswidget img {
	display: none;
}

/* Connect Menu
-------------------------------------------------------------- */

.menu-connect-menu-container #menu-connect-menu {
	display:block;
	float: left;
	margin-top: 1.9%;
}
.menu-connect-menu-container #menu-connect-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*
.menu-connect-menu-container #menu-connect-menu ul li {
	display: inline;
	position: relative;
	float: left;
	border: 1px solid white;
}
*/
.menu-connect-menu-container #menu-connect-menu a {
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-connect-menu-container #menu-connect-menu li:hover > a,
.menu-connect-menu-container #menu-connect-menu ul ul :hover > a,
.menu-connect-menu-container #menu-connect-menu a:focus {
	color: #ffaa00;
}
.menu-connect-menu-container #menu-connect-menu ul li:hover > ul {
	display: block;
}
.menu-connect-menu-container #menu-connect-menu .current-menu-item > a,
.menu-connect-menu-container #menu-connect-menu .current-menu-ancestor > a,
.menu-connect-menu-container #menu-connect-menu .current_page_item > a,
.menu-connect-menu-container #menu-connect-menu .current_page_ancestor > a {
	color: #ffaa00;
}

.menu-connect-menu-container #menu-connect-menu li a i.icon-facebook {
	padding:10px 7px;
}

/* Footer Copyright and Credits */

footer #credits {
	clear: both;
	text-align: center;
	padding: 2em 0em;
}
footer div#credits p.copyright {
	display: inline;
	padding: 0em;
	margin: 0em;
}
footer address {
	margin: 0em;
	font-size: 1.2rem;
	clear: both;
	display: inline;
}

footer address a:hover {
	text-decoration: underline;
}

/* Comments
----------------------------------------------- */
ol#commentlist li.bypostauthor {
	background-color: #425058;
	border: 1px solid black;
}
.avatar {
	display: block;
	float: left;
	padding: 0 1.25em 0.625em 0;
}
#commentlist {
	padding: 1.25em 0;
}
.commentmetadata {
	margin-top: 0;
}
ol#commentlist, ol#commentlist li {
	list-style: none;
	margin:0; padding:0;
}
ol#commentlist li {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25em;
	padding: 0.625em;
	margin: 1em 0;
	background-color: #232120;
}
ol#commentlist ul li,
ol#commentlist ol li {
	border: none;
}
ol#commentlist ul li{
	list-style: disc;
}
ol#commentlist ol li {
	list-style: decimal;
}
ol#commentlist ul.children {
	margin: 0.625em 0.625em 0 1.25em;
	padding: 0;
}
ol#commentlist ul.children li {
	border: none;
	list-style: none;
}
ol#commentlist li p {
	padding: 0.625em 0;
}
.commentform {
	padding: 1.25em 0;
}
.commentform p {
	margin-bottom: 0.625em;
}

/* Hides the content explaining what html tags are allowed*/
.form-allowed-tags {display: none;}

/* Forms and buttons
--------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid #74c4f1; 
	border-radius: 25px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #ffaa00;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.7em 1.5em;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border:none;
	background: #000;
}
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea {
	color: #242c3a;
	border: 1px solid #989898;
	border-radius: 2px;
	background: none;
	font-size: 16px;
    font-size: 1.6rem;
}
input[type=text]:focus,
textarea:focus {
	color: #545454;
}
input[type=password],
input[type=text]
input[type=email] {
	padding: 5px 3px;
	margin-left: 5px;
	color: #545454;
}
textarea {
	padding-left: 3px;
	width: 98%;
}

/* Gravity Forms
------------------------------------------- */
.gform_wrapper .top_label .gfield_label {
	font-weight:normal !important;
}

.gform_wrapper .gfield_required {
    color: #9B0000 !important;
    margin-left: 4px;
}

.gform_wrapper .gfield_description {
    padding: 10px 0 0 !important;
    width: 99.8% !important;
    color: #B7B7B7 !important;
    font-size: 11px !important;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea {
    width: 98.2% !important;
}

.gform_wrapper select {
  font-size: 16px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 60% !important;
}

.gform_wrapper .chzn-container-single .chzn-single {
    background-clip: padding-box;
    background: #545454 !important;
    border: 1px solid #aaaaaa;
    color: #444444;
    display: block;
}

.gform_wrapper .chzn-container .chzn-results {
	background: #545454 !important;
}

/* Art Wolfe Popup Style (Gravity Form Portion) 
------------------------------------------- */

/* Form Placement */
.aw-popup_wrapper {
	position: absolute;
	top: 60%;
	left: 6%;
	width: 350px;
	
	/* BACKUP ABSOLUTE POSITION *	
	top: 335px;
	left: 50px;
	*/
}

/* Email Address field title */
.aw-popup_wrapper form#gform_2.aw-popup div.gform_body ul#gform_fields_2 label.gfield_label {
	color: #032727;
	text-transform: uppercase;
}

/* Hides Required Field */
.aw-popup_wrapper form#gform_2.aw-popup div.gform_body ul#gform_fields_2 label.gfield_label .gfield_required {
	display: none;
}

/* Email Input */
.aw-popup_wrapper .aw-popup-email input[type="email"] {
	background: white;
	color: #032727;
	border: 1px solid #032727;
}

/* Email Input Wrapper */
.aw-popup_wrapper .aw-popup .gform_body .ginput_container_email {
	margin: 0px;
}

/* Submit button padding */
.aw-popup_wrapper form#gform_2 div.gform_footer.top_label {
	padding: 0px;
	margin-top: 15px;
}

/* Styles the submission button */
.aw-popup_wrapper .aw-popup .gform_footer #gform_submit_button_2 {
	background: #032727;
	border: 2px solid #032727;
	color: white;
	float: right;
	margin: 0px 23px 0 0;
	border-radius: 0px;
}

/* Removes the margin of the p tag on the popup form */

#popmake-487 .popmake-content p {
	margin-bottom: 0px;
}


/* Search Form  (See header for that search form)
-------------------------------------------*/
#searchform {
	display: inline-block;
	position: relative;
	width: 98%;
}
#searchform #searchsubmit {
	border-radius: 0px;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 0.2em;
	vertical-align: middle;
}
#searchform input#s {
	border-radius: 0px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
    padding: 0.625em 0.68em;
    width: 75%;
    color: #fff;
}

form#searchform button:before {
    -moz-osx-font-smoothing: grayscale;
    color: #F8F8F8;
    content: "";
    display: block;
    font-family: 'Genericons';
    font-size: 2.85rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-decoration: inherit;
    vertical-align: top;
	width: 65%;
}

/* Front Page
-------------------------------------------*/
.home #wrap {
	width: 100%;
	height: 680px;
}

.home #main {
	margin-top: 2%;
}

/* Front Page Sections
-------------------------------------------*/
.home #content {
	padding: 0;
	width: 100%;
}

.home #content .front-page-section {
	padding: 0px;
	margin: 0px;
}

.home #content article {
	padding: 0px;
}

.home #content .front-page-sections img {
	width: 100%;
	vertical-align: bottom;
}

#content .front-page-sections {
	position: relative;
}

#content .front-page-sections .image-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#content .front-page-sections .image-mask img {
	width: 100%;
	height: 100%;
}

.front-page-sections .episode-content {
	display: inline;
	width: 42%;
	margin: 0 13%;
	position: absolute;
	top: 14em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #F8F8F8;
}

.front-page-sections .caption {
	text-shadow: 2px 2px 10px #000000;
}

.front-page-sections h2 a {
	color: #F8F8F8;
	font-size: 5rem;
	font-size: 25px;
}

.front-page-sections h2 a:hover {
	text-decoration: underline;
}

.front-page-sections i.fa-angle-double-down {
	display: none;
}

.front-page-sections:first-child i.fa-angle-double-down {
	display: inline;
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 200;
	opacity: 0.6;
	color: #90cef1;
	font-size: 5rem;
	font-size: 45px;
}

.front-page-sections .links {
	margin-top: 4.5em;
}

.front-page-sections .links a {
	padding: 10px 20px;
	color: #ffaa00;
	font-size: 5rem;
	font-size: 25px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 30px;
}

.front-page-sections .links a:hover {
	background: #000;
}


/* Episodes
-------------------------------------------*/ 

#vimeo-trailer {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

#vimeo-trailer iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.episode .flexslider {
	background: none;
	border: 0px solid red;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	position: relative;
	width: 90%; 
	margin: 0 auto; 
}

.episode .flexslider .flex-direction-nav a {
	color: rgba(0, 0, 0, 0.3);
}

/* Always show directional navigation */
.episode .flexslider .flex-direction-nav a,
.episode .flexslider .flex-direction-nav a {
	display: block;
}

.episode .flexslider .flex-direction-nav .flex-next { 
	right: 0 !important; 
	margin-right: -40px;
	opacity: 1 !important; 
}

.episode .flexslider .flex-direction-nav .flex-prev { 
	left: 0 !important; 
	opacity: 1 !important; 
	margin-left: -40px;
}

.episode .flexslider .portrait img {
	max-height: 408px;
	margin: 0 auto;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/* Media Queries
-------------------------------------------------------------- */
/* red */
@media screen and (max-width: 1440px) {
	#wrap {
		width: 1000px;
	}
	#main { 
		margin-top: 1em;
	}
	
	/* Media Query helper colour 	
	h1, .front-page-sections h2 a {
		color: red;
	}
	*/

	.archive #content {
		width: 98%;
	}
	
	#content .showcase-image img.wp-post-image {
	    border: 1px solid #000000;
	    margin: 0 auto 1em;
	    max-width: 75%;
	}
	
	.main-navigation a {
		padding: 0 0.6em;
	}
	
	#branding #header-logo img {
    	padding-top: 5%;
	}
	
	.front-page-sections:first-child i.fa-angle-double-down {
		bottom: 5%;
		right: 5%;
	}
		
}

/* Fuchsia */
@media screen and (max-width: 1024px) {
	#wrap {
		width: 100%;
	}
	
	.home #main {
	 	margin-top: 5%;
	}
	
	#travels-logo-home {
	    left: 4%;
	    top: 7em;
	}
	
	#main { 
		margin-top: 1em;
	}
	/* Media Query helper colour 		
	
	h1, .front-page-sections h2 a {
		color: fuchsia;
	}
	*/

	.archive #content {
		width: 98%;
	}
	
	.archive article .excerpt {
	    float: left;
	    max-width: 680px;
	    width: 67%;
	}

	.main-navigation a {
		padding: 0 0.6em;
	}
	
	#branding {
	    min-height: 62px;
	}
	.main-navigation {
	    display: block;
	    float: left;
	    margin-top: 1.5%;
	}
	#header-search-div {
	    min-width: 208px;
	    position: absolute;
	    right: 15px;
	    top: 13px;
	    z-index: -1;
	}
	
	.front-page-sections .episode-content {
		color: #f8f8f8;
	    display: inline;
	    font-family: Arial,Helvetica,Verdana,sans-serif;
	    margin: 0 4%;
	    position: absolute;
	    text-transform: capitalize;
	    top: 14em;
	    width: 42%;
	}
	
	.front-page-sections:first-child i.fa-angle-double-down {
		bottom: 15%;
		right: 6%;
	}
	
	#travels-logo {
	    margin-left: 0.625em;
	}
	
	#searchform input#s {
		width: 74%;
	}
	
}
/* Yellow */
@media screen and (max-width: 1000px) {
	
	/* Media Query helper colour 
	
	h1, .front-page-sections h2 a {
		color: yellow;
	}
	*/
	
	#main {
    	margin-top: 1em;
	}
	
	.home #main {
		margin-top: 9%;
	}

	.main-navigation {
		width: 55%;
	}
	
	/* Art Wolfe Logo for Global Nav */
	#branding #header-logo img {
    	padding-top: 9%;
    	width: 260px;
	}
	
	#travels-logo-home {
	    left: 3%;
	    top: 7em;
	    max-width: 200px;
	    width: 100%;
	    z-index: 900;
	}
	
	.home .subhead .menu-container {
		right: 5em;
    	top: 8.1em;
	}
	
	.front-page-sections:first-child i.fa-angle-double-down {
		display: none;
	}
	
	.front-page-sections .links a {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	    border-radius: 30px;
	    color: #ffaa00;
	    font-size: 20px;
	    padding: 10px 20px;
	}
	
	.archive article .excerpt {
		width: 65%;
	}
	
	/* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 68%;
		left: 6%;
		/*
		width: 200px; 
		border: 1px solid yellow;
		*/
	}

}

/* Aqua */
@media screen and (max-width: 951px) {
	
	/* Media Query helper colour 
	
	h1, .front-page-sections h2 a {
		color: aqua;
	}
	*/
	
	#main {
    	margin-top: 1em;
	}
	
	.home #main {
		margin-top: 10%;
	}

	.main-navigation {
		width: 55%;
	}
	#branding #header-logo img {
    	padding-top: 9%;
    	width: 260px;
	}
	.single-episode #content {
		width: 65%;
	}
	.archive #content {
		width: 97%;
	}
	
	.archive article .featured-image {
		width: 100%;
		max-width: 240px;
	}
	
	.archive article .excerpt {
	    width: 64%;
	}		
}


/* Green */
@media screen and (max-width: 768px) {
	/* Media Query helper colour 	
	h1, .front-page-sections h2 a  {
		color: green;		
	}
	*/
	
	.front-page-sections h2 a {
		font-size: 2.5rem;
		line-height: 1em;
	}
	
	.front-page-sections .episode-content {
	    top: 10em;
	}
	
	#header-search-div {
	    min-width: 208px;
	    position: absolute;
	    right: 15px;
	    top: 63px;
	    z-index: 1;
	}
	
	#main {
    	margin-top: 1em;
	}
	
	.home #main {
	   margin-top: 13%;  
	}
	
	#travels-logo-home {
		top: 7em;
		left: 3%;
	}
	
	.home .subhead .menu-container {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	    position: absolute;
	    right: .5em;
	    top: 8.1em;
	    z-index: 900;
	}
	
	#travels-logo {
		margin-top: 7em;
	}
	
	#branding #header-logo {
		float: left;
		width: 96%;
	}
	
	#branding #header-logo img {
		display:block;
		margin-left: auto;
		margin-right: auto;
	    padding-top: 1%;
	}
	
	.main-navigation {
		margin-top: 0;
		width: 100%;
		clear: both;
	}
	
	.single-episode #content {
		width: 96%;
	}
	#content,
	#sidebar {
		float: left;
		padding: 2%;
		width: 96%;
	}
	
	.archive #content {
		width: 96%;
	}
	
	.archive article .featured-image {
		width: 100%;
		max-width: 220px;
	}
	
	.archive article .excerpt {
	    width: 58%;
	}
	
	#entire-season {
		width: 100%;
		height: 77px;
		position: relative;
		max-width: 600px;
	}
	
	#entire-season img {
		top:3px;
		left: 5px;
		position: absolute;
		width: 265px;
	}
	
	#entire-season h3 {
		position: absolute;
		top: 6px;
		left: 263px;
		font-size: 2.5rem;
		line-height: 1.5em;	
	}
	
	/* Double Season Purchase Button */ 
	
	#double-button {
		height: 75px;
		max-width: 583px;
    	width: 100%;
	}
	
	#double-button .purchase-season-one img {
	    width: 110px;
	    top: 15px;
	}
	
	#double-button .purchase-season-one h3 {
	    font-size: 2rem;
	    line-height: 1.2em;
	    width: 90px;
	}
	
	#double-button .or {
	    height: 50px;
	    margin: 1.7% 1%;
	    width: 50px;
	}
		
	#double-button .or h3 {
		font-size: 2.5rem;
		margin: 20% 25%;
	}
	
	#double-button .purchase-season-two {
		float: left;
	    position: relative;
	    width: 300px;	
	}
	
	#double-button .purchase-season-two h3 {
		font-size: 2rem;
	    line-height: 1.2em;
	}
	
	#double-button .purchase-season-two img {
		width: 215px;
		top: 16px;
	}
	
	/* Footer and Menu */ 

	footer #fourth.widget-area {
    	margin-left: 0;
	}
		
	.menu-connect-menu-container #menu-connect-menu a {
		padding: 0;
	}
	
	/* Mobile Menu Style */
	.main-navigation ul,
	.secondary-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  	background: #3a3a3a;
	 	color: white;
	 	font-family: Tahoma, Arial, sans-serif;
	 	font-size: 15px;
	 	font-size: 1.5rem;
	 	padding: 10px 22px;
	 	margin: 0;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.subhead .menu-toggle:before {
	 	content: '\2261';
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation ul a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	
	/* Travels Menu */
	.subhead .menu-toggle {
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
	}
	.subhead .secondary-small-navigation .menu-container {
		top: 10.75em;
		right: 0;
		left: 50%;
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	}
	.subhead .secondary-small-navigation ul,
	.subhead .secondary-small-navigation ul li,
	.subhead .secondary-small-navigation ul ul,
	.subhead .secondary-small-navigation ul ul li {
	 	display: block;
		float: none;
		position: static;
		background: transparent;
	}
	.subhead .secondary-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.subhead .secondary-small-navigation ul a {
	 	display: block;
	 	padding: 10px 40px;
		line-height: 1.5em;
	}
	.subhead .secondary-small-navigation ul ul a {
		padding-left: 60px;
	}
	.subhead .secondary-small-navigation ul ul ul a {
		padding-left: 80px;
	}	
	footer #third.widget-area {
	    margin-left: 0;
	    width: 145px;
	}
	footer #footer-widget-area #third.widget-area {
		display: none;
	}
	
	 /* Art Wolfe Popup Style (Gravity Form Portion) 
	------------------------------------------- */
    
    /* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		width: 200px;
		top: 64%;
		left: 5%;
	/*	border: 1px solid green; */
	}
	
	.aw-popup_wrapper .aw-popup-email input[type="email"] {
		line-height:1 !important;
	}
	
    .aw-popup_wrapper .aw-popup .gform_footer #gform_submit_button_7 {
    	line-height: 1;
    }
    
    .aw-popup_wrapper .aw-popup ul li.gfield {
    	margin-top: 0px;
    }

}
/* Olive */
@media screen and (max-width: 600px) {
	
	/* Media Query helper colour  
	h1, .front-page-sections h2 a, .excerpt p {
		color: olive;
	}
	*/
	
	#main { 
		margin-top: 0px;
	}
	
	.home #main {
	   margin-top: 0%;  
	}
	
	#travels-logo-home {
		display: inline;
	    max-width: 175px;
	    position: absolute;
	    left: 3%;
	    top: 1.5em;
	    width: 100%;
	    z-index: 900;
	}

	#branding {
	    background: none repeat scroll 0 0 #292726;
	    min-height: 100px;
	    position:relative;
	    width: 100%;
	    z-index: 1000;
	}
	.main-navigation {
		width: 100%;
		clear: left;
	}
	.main-navigation a {
		padding: 0 0.5em;
		font-size: 1.44rem;
	}
	
	.home .subhead .menu-container {
		top: 7em;
	}
	.home .subhead .menu-toggle {
		top: 2em;
	}
	#header-search-div {
	    z-index: 1;
	}
	
	.front-page-sections .episode-content {
	    top: 9em;
	    width: 50%;
	}
	
	.archive article .featured-image {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.archive article.episode .excerpt h2.taxomony {
		text-align: center;
	}
	
	.archive article .excerpt {
	    width: 100%;
	}
	
	/* Repositions Sub Menu below for better mobile placement and usage - rd */
	.subhead .menu-container, .subhead .menu-toggle {
	    position: absolute;
	    top: 2.3em;
	    z-index: 900;
	}
	
	.subhead .secondary-small-navigation .menu-container {
	    left: 50%;
	    right: 0;
	    top: 5.91em;
	}	

	#travels-logo {
	    margin-top: 1em;
	}
	
	#entire-season h3 {
		font-size: 2.4rem;
		line-height: 1.5em;
		width: 35%;
		top: -12px;
		left: 310px;
	}		
	
	#entire-season img {
		top:3px;
		left: 5px;
		position: absolute;
		width: 268px;
	}
	
	/* Double Button */
	
	#double-button .purchase-season-one img,
	#double-button .purchase-season-two img {
	    display: none;
	}
	
	#double-button .purchase-season-one,
	#double-button .purchase-season-two  {
		width: 40%;
		height: 100%;
		text-align: center;
	}
	
	#double-button .purchase-season-one h3,
	#double-button .purchase-season-two h3 {
	    margin: 6% 18%;
	    padding-left: 0;
	    text-align: center;
	    width: 65%;
	}
	
	#double-button .or {
		margin: 2% 5%;
	}
	
	/* Art Wolfe Popup Style (Gravity Form Portion) 
	------------------------------------------- */
		
	/* Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 64%;
		left: 5%;
		width: 200px;
		/* border: 1px solid olive; */
	}
	
}
/* Lime */
@media screen and (max-width: 570px) {
	
	#travels-logo-home {
	    left: 3%;
    	top: 1em;
	}
		
	.home #main {
	    margin-top: 0;
	}
		
	.front-page-sections h2 {
		top: 0px;	
	}
	.front-page-sections h2 a {
		font-size: 30px;
		font-size: 3rem;				
	}
	
	.front-page-sections .episode-content {
	    top: 8em;
	    width: 50%;
	}
	
	/* Media Query helper colour 
	h1, .front-page-sections h2 a {
		color: lime;
	}
	*/
	
	#header-search-div {
	    min-width: 208px;
	    position: absolute;
	    right: 19px;
	    top: 64px;
	    z-index: 1;
	}
	.main-navigation ul {
		display: none;
	}
	
	.home .subhead .menu-toggle {
	    top: 1em;
	}
	
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  	background: #3a3a3a;
	 	color: white;
	 	font-family: Tahoma, Arial, sans-serif;
	 	font-size: 15px;
	 	font-size: 1.5rem;
	 	padding: 10px 22px;
	 	margin: 0;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation ul a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	/* Travels Menu */
	.subhead .menu-toggle {
	    padding: 10px 30px;
	}	
	
	.subhead .menu-toggle::before {
	    content: "≡";
	    margin-right: 8px;
	}

	/* End of travels menu */
	
	blockquote {
		min-width: 160px;
		margin: 0.625em 1.5em;
	}
	.blog h2 a {
		font-size: 2.33rem;
		font-size:23px;
	}
	.post-type-archive-showcase h2 a {
		color: #fff;
		display: none;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}

	.single-episode #bread-wrap p#breadcrumbs {
		font-size: 1.0em;
		font-size: 10px;
	}
	
	#double-button {
	    height: 75px;
	    max-width: 445px;
	    width: 100%;
	}
	
	#double-button .or {
		margin: 2% 3%;
	}
	
	#double-button .purchase-season-one,
	#double-button .purchase-season-two  {
		width: 40%;
		height: 100%;
		text-align: center;
	}
	
	#double-button .purchase-season-two h3 {
		margin: 1% 18%;
	}	
	
	footer #footer-widget-area #third.widget-area {
		display: none;
	}
	
	.menu-connect-menu-container #menu-connect-menu {
	    margin-top: 17.9%;
	}
	
	
	/* Footer Menu left Style if were going to display it in the footer */
	/* Keep for feature reference or future implentation */
	/*
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
			color: #90CEF1;
			border-bottom: 0px dotted #F8F8F8;
		}
		
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
		    font-size: 1.2em;
		    font-weight: normal;
		    line-height: 1.4em;
		    text-decoration: none;
		}
		
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li:hover {
			border-bottom: 0px dotted #000;
		}
	*/
	
	footer #footer-logo {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer #third.widget-area {
    	margin-left:15px;
    	width: 145px;
	}
	
	/* Art Wolfe Popup Style (Gravity Form Portion) 
	------------------------------------------- */
		
	/* Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 61%;
		left: 5%;
		width: 200px;
		/*border: 1px solid lime;*/
	}
}
/* Blue */
@media screen and (max-width: 480px) {
	.front-page-sections h2 {
		top: 0px;	
	}
	.front-page-sections h2 a {
		font-size: 30px;
		font-size: 3rem;				
	}
	
	.front-page-sections .episode-content {
	    top: 8em;
	    width: 100%;
	}
	
	.front-page-sections .episode-content .caption p {
		display: none;
	}
	
	/* Media Query helper colour 
	h1,
	.front-page-sections h2 a {
		color: blue;
	}
	*/
	
	#header-search-div {
	    top: 58px;
	    z-index: 1;
	}
	
	.home #main {
	    margin-top: 0px;
	}
	
	.main-navigation ul {
		display: none;
	}
	
	.home .subhead .menu-toggle {
	    top: 3em;
	}	
	.menu-toggle {
		display: block;
	}
	.home .subhead ul a, 
	.home .subhead .menu-toggle {
	    font-size: 1.22rem;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation ul a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	
	/* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 96%;
		left: 3%; */
		width: 299px; 
		background-color: rgba(255, 255, 255, .7);
		padding: 5px;
	}
	
	
	/* Centers Travels Menu for small media queries */
	
	#travels-logo-home {
    	max-width: 125px;
    	position: absolute;
    	width: 100%;
    	left: 2%;
    	top: 3%;
	}
	
	#travels-subhead {
		height: 180px;
		padding: 0em;
	}
	
	#travels-subhead #travels-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
    	max-width: 200px;
    	width: 100%;
	}
	
	.subhead #travels-navigation {
		left: 0%;
		top: -1.5em;
	}
	
	.subhead #travels-navigation .menu-container {
		left: 50%;
    	right: 0;
    	top: 5.7em;
	}
	
	.subhead .menu-toggle {
	    left: 19%;
	    padding: 10px 40px;
	}
	
	.subhead .menu-toggle::before {
	    content: "≡";
	    margin-right: 10px;
	}
	
	/* end travels menu style */
	
	blockquote {
		min-width: 160px;
		margin: 0.625em 1.5em;
	}
	.blog h2 a {
		font-size: 2.33rem;
		font-size:23px;
	}
	.post-type-archive-showcase h2 a {
		color: #fff;
		display: none;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection h2 a {
		color: #fff;
		display: block;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection section#content article.showcase h2 a {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		display: none;
		cursor: pointer;
		font-size: 1.2rem;
		font-size: 12px;
		/* padding: 0px; */
		padding-left: 0.25em;
	    padding-right: 0.25em;
		width: 100%;
		opacity: 0.8;
	}
	.single-episode #bread-wrap p#breadcrumbs {
		font-size: 1.0em;
		font-size: 10px;
	}
	
	.episode .flexslider {
	    width: 80%;
	}
	
	#content .showcase .caption {
	    float: left;
	    width: 90%;
	    margin-left: 5%;
	}
	
	#content .showcase .caption p {
		font-size: 1.2rem;
		font-size: 12px;
	}
	
	#content .showcase .add-to-cart {
		clear: left;
		width: 35%;
	}
	
	#content .showcase .showcase-social-media {
		clear: none;
		float: left;
		width: 35%;
	}

	#mobile {
		display: block;
		color: #B1B3B2;
		text-align: center;
		padding: 0.133em;
	}
	
	article {
	    padding: 0 0 0.25em;
	}
	
	#double-button .purchase-season-one, 
	#double-button .purchase-season-two {
	    width: 39%;
	}
	
	#double-button .purchase-season-one h3 {
		margin: 12% 18%;
		font-size: 1.7rem;
		width: 66%;
	}
	
	#double-button .purchase-season-two h3 {
		margin: 9% 18%;
		font-size: 1.4rem;
		width: 66%;
	}
	
	#double-button .or {
		margin: 3%;
	}
	
	#double-button .or h3 {
	    font-size: 2.2rem;
	    margin: 23% 26%;
	}
	
	#entire-season {
		height: 62px;
	    position: relative;
	    width: 100%;
	    max-width: 310px;
	}
	
	#entire-season h3 {
		font-size: 1.7rem;
	    left: 195px;
	    line-height: 1.2em;
	    top: 5px;
	    width: 38%;
	}		
	
	#entire-season img {
		top: 7px;
		left: 0px;
	    width: 200px;
	}
	
	footer #footer-widget-area #first.widget-area {
		display: none;
	}
	
	.menu-connect-menu-container #menu-connect-menu {
	    margin-top: 1%;
	}
	
	.front-page-sections:first-child i.fa-angle-double-down {
		display: none;
	/*	
		If we want to put the arrow back for mobile version it's code is here: - rd 09/14
		bottom: 0;
	    color: #90cef1;
	    display: inline;
	    font-size: 24px;
	    opacity: 0.6;
	    position: absolute;
	    right: 13px;
	    z-index: 200;
	    */
	}
	
	/* Footer Menu left Style if were going to display it in the footer */
	/* Keep for feature reference or future implentation */
	/*
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
			color: #90CEF1;
			border-bottom: 0px dotted #F8F8F8;
		}
		
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
		    font-size: 1.2em;
		    font-weight: normal;
		    line-height: 1.4em;
		    text-decoration: none;
		}
		
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li:hover {
			border-bottom: 0px dotted #000;
		}
	*/
	
	footer #footer-logo {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer #third.widget-area {
    	margin-left:0;
    	width: 145px;
	}