/*---------------------------------------------------------------------------------

	Theme Name: CNA Custom (Hemingway 2)
	Version: 1.44
	Description: Hemingway 2 modified for use on CanoeNorthAdventures.com
	Author: Anders Norén / Aaron MacDonald
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/hemingway-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

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

ol, ul { list-style:none; }

blockquote:before,
blockquote:after { content:""; }

a { outline:none; }

input[type=search] {
	-moz-appearance:none;
	-webkit-appearance:none;
}

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


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #333 url('images/mack-map.jpg') repeat scroll center 350px;
	color: #F8F5EE;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

body a {
	color: #d2322d;
	text-decoration: none;
}

body a:hover {
	color: #d2322d;
	text-decoration: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

::selection { background: #aaa; }

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }


/* Transitions ---------------------------------- */

body a,
.post-tags a::after {
	-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;
}

.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
a.button-link,
.dribbble-shot img,
.flickr_badge_image a img,
.social img,
.menu-home-tiles-container ul li,
.tile,
img.envira-gallery-image,
.rpwe-block a,
.widget_mc4wp_widget form input,
.trail a,
.UpcomingEventsWidget ul li a,
.post-title,
a.return-link {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */

.section {
	padding: 0 0;
	position: relative;
}

.section.large-padding { padding: 3.5% 0; }
.section.medium-padding { padding: 5% 0; }
.section.small-padding { padding: 2.5% 0; }
.section.no-padding { padding: 0; }

.section.bg-dark { background: #161616; }
.section.bg-dark-light { background: #801418; }
.section.bg-red { background: #9f1a20; }

.bg-shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #262626;
}

.section-inner {
	width: 1040px;
	max-width: 86%;
	margin: 0 auto;
}

.section-inner-full {
	width: 86%;
	margin: 0 auto;
}

.big-wrapper { overflow: hidden; }

.wrapper {
	padding-top: 7.5%;
	position: relative;
}

.content { width: 65%; }

.half { width: 46.5% !important; }
.onethird { width: 27.5% !important; }
.twothird { width: 67.5% !important; }

.content.center { margin-left: auto; margin-right: auto; }
.content.full-width { width: 100%; padding-bottom: 0; }

.sidebar { width: 27.5%; }

.subsidebar {
	float: left;
	width: 100%;
}

.trail {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #666;
	border-top: 3px solid #801418;
	padding: 1.5% 0 3%;
}

.trail a { color: #888; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */

.header-cover { overflow-y: hidden; }

.header {
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.header-inner { position: relative; z-index: 1001; text-align: left; padding: 30px 0; height: 300px; }

.blog-logo {
	height: 0;
	position: relative;
	top: -42px;
	left: -40px;
	z-index: 1001;
}

.blog-logo a img {
	width: 200px;
	height: auto;
	z-index: 1001;
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
}

.blog-info {
	display: inline-block;
	padding: 30px;
	background: #1d1d1d;
	margin: 10% 0;
}

.blog-title {
	width: 100%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.blog-title a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	font-size: 1.75em;
}

.blog-description:before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: rgba(255,255,255,0.1);
	margin: 20px auto;
}

.blog-description {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: rgba(255,255,255,0.4);
	font-weight: 300;
}

/* Homepage Template */

#home-top-panel {
	border-bottom: 3px solid #444;
	float: left;
	padding: 0 0 5% 0;
	margin: 0 0 5% 0;
	width: 100%;
}

#home-top-panel .content { margin-top: -3%; }

#home-top-panel .content  .soliloquy-wrapper {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#home-top-panel .content  .soliloquy-image {
}

.soliloquy-pager-link { transition: none !important; }

#home-top-panel .sidebar .widget { margin-bottom: 7.5% !important; }

#home-top-panel .sidebar .widget_text p {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.125em;
	letter-spacing: 2px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-align: right;
}

#home-top-panel .sidebar .widget_text p span {
	font-size: 0.8em;
	color: #aaa;
	display: block;
}

#home-top-panel .sidebar .widget_simpleimage {
	width: 65%;
	float: right;
}

#home-top-panel .sidebar .widget_simpleimage p {
	color: #d2322d;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: center;
}

#home-top-panel .sidebar p img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#home-left-panel.sidebar { width: 25.5% !important; }
#home-right-panel.content { width: 70% !important; }

#home-left-panel .widget {
	font-size: 0.95em;
	padding: 0 0 7.5% 0;
	margin: 0 0 7.5% 0;
	width: 100%;
	border-bottom: 2px solid #444;
}

#home-left-panel .widget:last-of-type { border: none; padding: 0; margin: 0; }

#home-left-panel .widget h3.widget-title { margin-bottom: 15px; }

#home-left-panel .widget .rpwe-block ul { margin: 0 !important; font-size: 0.85em; }

#home-left-panel .widget .rpwe-block li {
	color: #ddd;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0 0 30px 0;
}

#home-left-panel .widget .rpwe-block li:last-child { margin: 0; }

#home-left-panel .widget .rpwe-block a { color: #fff !important; }
#home-left-panel .widget .rpwe-block a:hover { color: #9f1a20 !important; }

#home-left-panel .widget .rpwe-block h3 { font-size: 1.35em; margin: 0 0 5px 0; }
#home-left-panel .widget .rpwe-block h3 a { color: #d2322d !important; font-weight: 700 !important; }
#home-left-panel .widget .rpwe-block h3 a:hover { color: #d2322d !important; text-decoration: underline; }

#home-left-panel .widget .rpwe-block .rpwe-time	{
	font-size: 0.9em !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin: 0 0 10px 0;
	display: block;
}

#home-left-panel .widget .rpwe-block a.more-link {
	display: block !important;
	text-align: center !important;
	width: 125px;
	padding: 10px 18px !important;
	margin: 15px 0 -10px 0;
}

#home-left-panel .widget .rpwe-block a.more-link:hover {
	background: #d2322d !important;
	color: #FFF !important;
	text-decoration: none !important;
}

#home-left-panel .widget .rpwe-block a.more-link:active { position: relative; top: 1px; }

#home-left-panel ul.lsi-social-icons li { border: none; }

#home-right-panel .menu-home-tiles-container ul { text-align: center; }

#home-right-panel .menu-home-tiles-container ul li {
	background-color: #262626;
	border-bottom: 3px solid #9f1a20;
	margin: 0 2.5% 5% 2.5%;
	display: inline-block;
	width: 27.5%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

	#home-right-panel .menu-home-tiles-container ul li:hover { background-color: #801418; }
	#home-right-panel .menu-home-tiles-container ul li:active { background-color: #9f1a20; }


#home-right-panel .menu-home-tiles-container ul li a {
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	font-size: 0.7em;
	color: #ddd;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 100%;
	margin: 0 0 10px 0;
}

	#home-right-panel .menu-home-tiles-container ul li:hover a:hover,
	#home-right-panel .menu-home-tiles-container ul li:hover a:active { color: #fff; }

#home-right-panel .menu-home-tiles-container ul li a img {
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#home-right-panel .menu-home--container .menu-image-title-after { padding: 0 !important; }

/* MailChimp For Wordpress */

.widget_mc4wp_widget .mc4wp_field {
	position: relative;
	display:block;
	float:left;
	width:100%;
}

.widget_mc4wp_widget input { margin-bottom: 10px !important; }

.widget_mc4wp_widget input[type="email"] {
	-webkit-appearance: none;
	width: 99%;
	padding: 16px 95px 16px 18px;
	background: #ddd;
	border: 1px solid #DDD;
	border-right: none;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.widget_mc4wp_widget input[type="submit"] {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background-color: #9f1420 !important;
	border-color: #9f1420 !important;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.widget_mc4wp_widget input[type="submit"]:hover {
	background-color: #d2322d !important;
	border-color: #d2322d !important;
}

.widget_mc4wp_widget form input[type="text"]:focus,
.widget_mc4wp_widget form input[type="email"]:focus,
.widget_mc4wp_widget form input.password:focus,
.widget_mc4wp_widget form textarea:focus  {
	outline: none;
	background-color: #fff;
	color: #222;
}

.mc4wp-alert {
	font-size: 0.9em;
	margin: 1em 0;
	padding: 10px 15px;
	color: #c09853;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	position: relative;
}

.mc4wp-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
.mc4wp-notice { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
.mc4wp-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }

/* Contact Form 7 Captcha */

div.captcha {
	width: 67.5% !important;
	position: relative;
	margin-bottom: 2.5%;
}

div.captcha input.wpcf7-captchar {
	width: 99% !important;
	padding: 12px 130px 12px 18px !important;
	background: #ddd;
	border: 1px solid #DDD !important;
	border-right: none !important;
	font-family: 'Lato', sans-serif;
	border-radius: 3px 0 0 3px !important;
	-moz-border-radius: 3px 0 0 3px !important;
	-webkit-border-radius: 3px 0 0 3px !important;
}

div.captcha img.wpcf7-captchac {
	position: absolute;
	right: 0;
	top: 10px;
	width: 25%;
	height: 76%;
	-webkit-appearance: none;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */

.mobile-menu { display: none; }

.blog-menu { margin-left: 200px; }

.blog-menu li { position: relative; background-color: #1f1f1f;}
.blog-menu > li { float: left; background-color: rgb(159,26,32);}

.blog-menu a {
	display: block;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.7);
	font-size: 13px;
}

.blog-menu a:hover { color: #fff !important; }
.blog-menu .current-menu-item a { color: #fff !important; }

.blog-menu > .has-children a,
.blog-menu > .page_item_has_children a { padding-right: 35px; }

.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 17px;
	top: 50%;
	margin-top: -2px;
}

.blog-menu > .has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: #FFF; }

.blog-menu li:hover a {
	cursor: pointer;
	background-color: #1f1f1f;
}

.blog-menu li:hover > a { color: #fff; background-color: #1f1f1f;}


/* Sub menus --------------------------------------- */

.blog-menu ul {
	position: absolute;
	left: -9999px;
	display: none;
	z-index: 999;
}

.blog-menu ul li {
	float: none;
	display: block;
	width: 240px;
	background: #1f1f1f;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-right-color: #FFF; }

.blog-menu ul a {
	padding: 20px 0px;
	margin: 0 20px;
	line-height: 130%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.blog-menu ul > li:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.blog-menu ul > li:last-child a { border-bottom-width: 0; }

.blog-menu li:hover > ul {
	opacity: 1;
	left: 0;
	display: block;
}

ul.sub-menu {
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Deep down --------------------------------------- */

.blog-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- */
/*	5. Main content
/* -------------------------------------------------------------------------------- */

.post,
.page {	padding-bottom: 5%; margin-bottom: 5%; }

.post { border-bottom: 3px solid #444; }

.single-post .post,
.single-page .post,
.post:last-child,
.page:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

/*.posts {
	background-color: rgba(255,255,255,.25);
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 5px #222;
}*/


/* Featured media --------------------------------------- */

.featured-media {
	position: relative;
	display: block;
	margin-bottom: 5%;
}

.featured-media a,
.featured-media img { display: block; }

.featured-media img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.featured-media iframe {
	display: block;
	border: none;
	max-width: 100%;
	height: auto;
}

.featured-media .sticky-post {
	position: absolute;
	top: 5%;
	right: 0;
	padding: 8px 10px;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	background: #9f1a20;
	color: #FFF;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

.media-caption-container {
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	bottom: 1.5em;
	text-align: center;
	font-size: 0.85em;
}

.media-caption {
	display: inline-block;
	padding: 7px 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #262626;
	background: rgba(38,38,38,0.75);
	color: #FFF;
	text-align: center;
	line-height: 130%;
}

.media-caption:hover {
	background: #262626;
	color: #FFF;
}


/* Post header --------------------------------------- */

.post-header { margin-bottom: 5%; }

.post-title {
	font-size: 1.75em;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.5%;
	font-family: 'Lato', sans-serif;

-ms-word-break: break-all;
		word-break: break-word;

-webkit-hyphens: auto;
	-moz-hyphens: auto;
				hyphens: auto;
}

.post-title { color: #d2322d; }

.post-title a {
	color: #d2322d;
	text-decoration: none !important;
}

.post-title a:hover {
	color: #d2322d !important;
	text-decoration: none !important;
	border-bottom: 1px solid #d2322d;
}

.post-meta {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #d2322d !important; }

.post-meta .date-sep { margin: 0 5px; color: #DDD; }

a.more-link,
a.contact-link,
.listing-cat a,
.cat-link a {
	background: #9f1420;
	color: #eee;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
	padding: 12px 14px;
	margin-top: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post-content a.more-link:hover {
	background: #d2322d !important;
	color: #fff !important;
	text-decoration: none !important;
}

.post-content a.more-link:active { position: relative; top: 1px; }

.category-adventures .post-content a.more-link {
	display: block;
	float: center;
	margin: 0 auto;
	width: 125px;
	text-align: center;
}


/* Post format aside --------------------------------------- */

.blog .format-aside .post-meta,
.archive .format-aside .post-meta,
.search .format-aside .post-meta { text-align: center; }

.blog .format-aside .post-content,
.archive .format-aside .post-content,
.search .format-aside .post-content {
	padding: 20px;
	background: #EEE;
	margin-top: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* Post format quote --------------------------------------- */

.blog .format-quote .post-meta,
.archive .format-quote .post-meta,
.search .format-quote .post-meta { text-align: center; }

.blog .format-quote .post-content,
.archive .format-quote .post-content,
.search .format-quote .post-content {
	margin-top: 20px;
	padding: 40px;
	background: #262626;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.blog .format-quote .post-content blockquote,
.archive .format-quote .post-content blockquote,
.search .format-quote .post-content blockquote {
	background: none;
	color: #FFF;
	padding: 0;
	font-size: 1.25em;
	margin-bottom: 0;
}

.blog .format-quote .post-content blockquote p,
.archive .format-quote .post-content blockquote p,
.search .format-quote .post-content blockquote p {
	text-align: center;
}

.blog .format-quote .post-content blockquote cite,
.archive .format-quote .post-content blockquote cite,
.search .format-quote .post-content blockquote cite {
	display: block;
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-size: 1rem;
	font-weight: 400;
}

.blog .format-quote .post-content blockquote cite a,
.archive .format-quote .post-content blockquote cite a,
.search .format-quote .post-content blockquote cite a { color: rgba(255,255,255,0.75); }

.blog .format-quote .post-content blockquote cite a:hover,
.archive .format-quote .post-content blockquote cite a:hover,
.search .format-quote .post-content blockquote cite a:hover { text-decoration: none; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */

.post-meta-bottom {
	margin-top: 5%;
	position: relative;
}

.post-categories {
	display: block;
	position: relative;
	font-size: 1em;
	font-weight: 400;
	color: #999;
	line-height: 120%;
	padding-bottom: 20px;
}

.post-categories a,
.listing-cat a,
.cat-link a {
	width: auto;
	max-width: none;
	margin: 0 0 0 10px;
	background: #444;
	color: #eee;
}

.post-categories a:hover,
.listing-cat a:hover,
.cat-link a:hover {
	cursor: pointer;
	background: #d2322d;
	color: #fff !important;
}

.post-categories a:active,
.listing-cat a:active.
.cat-link a:active {
	top: 1px;
	position: relative;
}

.cat-link { display: block; }

.post-categories a:hover { text-decoration: underline; }

.post-tags {
	margin-top: 20px;
	margin-left: 12px;
}

.post-tags a {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	padding: 6px;
	margin-bottom: 5px;
	margin-right: 20px;
	background: #767676;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
}

.post-tags a::after {
	border-top: 12px solid transparent;
	border-right: 12px solid #767676;
	border-bottom: 12px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
}

.post-tags a:before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #FFF;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	z-index: 10;
}

.post-tags a:hover {
	background: #9f1a20;
	color: #FFF;
}

.post-tags a:hover:after { border-right-color: #d2322d; }

.post-nav {
	font-size: 0.95em;
	border-top: 3px solid #444;
}

.post-nav a {
	display: block;
	position: relative;
	float: left;
	padding: 25px 0;
	max-width: 49%;
	color: #999;
}

.post-nav h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #999;
	margin-bottom: 7px;
	font-weight: 700;
}

.post-nav-newer h5 { text-align: right; }

.post-nav-newer,
a.post-nav-newer { float: right; text-align: right; }

.post-nav a:hover { color: #d2322d !important; }


/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */


.post-content { font-size: 1.075em; }

.video-content { margin-bottom: 5%; }

.post-content a { color: #fff !important; text-decoration: underline; }
.post-content a:hover { color: #d2322d !important; text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 170%;
	margin-bottom: 1.1em;
}

.post-content blockquote p { margin-bottom: 0.1em !important; }

/*.post-content p { text-indent: 1.5em; }*/

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 20px;
	color: #d2322d;
	line-height: 120%;
}

.post-content h1 { font-size: 2em; font-weight: 700; }

.post-content h2 { font-size: 1.75em; font-weight: 700; }

.post-content h3 { font-size: 1.5em; font-weight: 700; }

.post-content h4 { font-size: 1.25em; }
.post-content h4:first-of-type { margin-top: 0; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	font-size: 1.1em;
	padding: 1em 1.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	line-height: 130%;
	color: #ccc;
	background: #222;
	/*border-left: 3px solid #801418;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*font-family: 'Raleway', 'Helvetica Neue', sans-serif;*/
}

.post-content cite {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	color: #666;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 3px;
	background: #aaa;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #f1f1f1;
}

.post-content img {
	margin: 0 1em;
	border-radius: 3px;
}


/* Post type: Adventure Listings --------------------------------------- */

#trips {}

.trip-tile {
	background-color: #F8F5EE !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	display: inline-block;
	padding: 0;
	margin: 0 0 5%;
	width: 30%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.trip-tile:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.trip-tile a { display: block; text-decoration: none !important; }

.trip-tile .trip-thumb img {
	padding: 0;
	margin: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.trip-tile .trip-block-info {
	background-color: #F8F5EE;
	color: #222;
	display: block;
	padding: 20px 30px;
	margin-top: -4px;
}

.trip-tile .trip-block-info p {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

.trip-tile .trip-block-info h1 {
	color: #9f1a20;
	border-top: 2px solid #c3beb4;
	border-bottom: 2px solid #c3beb4;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 2.5% 0;
	margin: 0;
}

.trip-tile .trip-block-info ul {
	display: block;
	list-style: none;
	padding: 10px 0;
	margin: 0;;
}

.trip-tile .trip-block-info li,
.trip-tile .trip-block-info span.trip-block-cost {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	color: #666;
	letter-spacing: 0;
	text-transform: uppercase;
}

.trip-tile .trip-block-info span.trip-block-cost { font-size: 0.75em; }

.cna-link {
	background-color: #262626;
	margin-top: 20px;
	display: block;
	text-align: center;
	font-size: 0.6em;
}

.trip-tile:hover .cna-link {
	background-color: #801418;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cna-link span {
	color: #9f1a20;
	padding: 4% 5% 3.5%;
	color: #eee !important;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cna-link span:hover { color: #fff !important; }

.trip-date {
	font-size: 0.9em;
	color: #cacaca;
	text-transform: uppercase;
	letter-spacing: 1px;
}

span.trip-date {
	color: #999;
	font-weight: 600;
	margin: 15px 0 5px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Tiles --------------------------------------- */

.tiles {
	width: 100%;
  margin: 0 auto;
	text-align:center;
}

.tile {
	background-color: #262626;
	border-bottom: 3px solid #9f1a20;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	display: inline-block;
	width: 27.5%;
	margin: 2.5%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tile:hover { background-color: #801418; }
.tile:active { background-color: #9f1a20; }

.tile .tile-content { display: block; float: left; }

.tile .tile-content a {
	display: inline-block;
	color: #ddd;
	font-family: 'Lato', sans-serif;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	height: 100%;
	width: 100%;
	margin: 0 0 4%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tile .tile-content a:hover { color: #fff !important; text-decoration: none; }

.tile .tile-content a img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 3% !important;
	width: 100%;
}

.guide-name {
}

.guide-photo {
	margin-bottom: 30px;
}

.guide-photo img {
	max-width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* Post type: Testimonials --------------------------------------- */

.testimonials {}

.testimonial { margin: 0 0 5% 0; display: block; }

.testimonial .post-content {
	background-color: #F8F5EE;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 4% 4% 3% 4%;
	float: right;
	width: 70%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.testimonials .alt_post .post-content { float: left; }

.testimonial .post-content p {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 2%;
	min-height: 75px;
}

.testimonial .post-content p a { color: #666 !important; }
.testimonial .post-content p a:hover { color: #d2322d !important; }

.testimonial .client-info {
	background: url('./images/speech-right.png') no-repeat scroll 101% 35%;
	display: block;
	float: left;
	width: 30%;
}

.testimonials .alt_post .client-info {
	background: url('./images/speech-left.png') no-repeat scroll -1% 35%;
	float: right;
}

.testimonial .client-info .client-photo {
	display: block;
	text-align: center;
	margin-bottom: 5%;
}

.testimonial .client-info .client-photo img {
	border-radius: 50%;
	width: 60%;
	height: 60%;
}

.testimonial .client-info .client-name {
	color: #eee;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding: 0 15%;
}

.testimonial .client-info .client-location {
	color: #888;
	display: block;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 2% 15% 0 15%;
}


/* Post media --------------------------------------- */

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	border: 3px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.85em;
	padding-top: 0.5em;
	color: #888;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


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

.post-content table {
	border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		font-size: 0.9em;
		width: 100%;
		margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */

.comments,
.comment-respond {
	border-top: 4px solid #EEE;
	padding-top: 10%;
	margin-top: 10%;
	display: none;
}

.post-meta-bottom + .comments,
.post-meta-bottom + .comment-respond {
	border-top: none;
	padding-top: 0;
}

.comments-title,
#reply-title,
.pingbacks-title {
	font-size: 1.75em;
	font-weight: 400;
	color: #2d2d2d;
}

.comments-title { margin-bottom: 10%; }

li.comment,
li > div.comment {
	margin-bottom: 25px;
	position: relative;
}

li > div.comment {
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #EEE; padding-top: 25px; }

.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }

.comment .children li:last-child { margin-bottom: 0; }

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
	margin-bottom: 0;
}


/* Pingback list --------------------------------------- */


.comments .pingbacks { margin-top: 5.5%; }

.pingbacks-inner { margin: 0 auto; }

.pingbacks-title { margin-bottom: 20px; }

.pingbacklist li {
	padding: 0.5em;
	line-height: 130%;
}

.pingbacklist a:hover { text-decoration: underline; }

.pingbacklist li:nth-child(odd) { background: #f9f9f9; }

.pingbacklist .comment-edit-link { color: #999; }
.pingbacklist .comment-edit-link:hover { color: #444; text-decoration: none; }


/* Comment meta --------------------------------------- */

.comment-meta { margin-bottom: 1em; }

.comment-meta .avatar {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	float: left;
}

.comment-actions {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }

.comment-meta-content {
	margin-left: 70px;
	padding-top: 7px;
}

.comment-meta-content cite {
	font-size: 1.075em;
	color: #444;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.bypostauthor .comment-meta-content cite .post-author {
	font-weight: 400;
	color: #999;
	margin-left: 3px;
	letter-spacing: 0;
}

.comment-meta-content cite a { color: #444; }
.comment-meta-content cite a:hover { color: #9f1a20; }

.comment-meta-content p {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #9f1a20; }

.comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 4px;
	font-weight: bold;
	display: block;
	padding: 10px;
	background: #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 0.8rem;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-awaiting-moderation:hover { background: #2d2d2d; }


/* Comment nav below --------------------------------------- */

.comment-nav-below {
	margin-top: 10%;
	margin-bottom: -5%;
	border-top: 4px solid #EEE;
	padding-top: 5%;
	background: none;
}

.comment-nav-below a { color: #666; }


/* Comment content --------------------------------------- */

.comment-content {
	margin-left: 70px;
	font-size: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: none;
}


/* Respond --------------------------------------- */

.comment + .comment-respond {
	padding-bottom: 10%;
	border-bottom: 4px solid #EEE;
	margin-bottom: 10%;
}

.comment-respond { border-top: 0; padding-top: 0; }

#reply-title { margin-bottom: 20px; }

#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	margin-top: 10%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

#respond p,
#respond code {
	line-height: 150%;
}

#respond code {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comment-notes,
.logged-in-as {
	margin-bottom: 2em;
	color: #666;
}

#respond form label { display: none; }

.required { color: #c00; }

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
	display: none;
}

.content form input[type="text"],
.content form input[type="email"],
.content form input[type="tel"],
.content form input.password,
.content form textarea {
	-webkit-appearance: none;
	border: none;
	background: #ddd;
	font-size: 1em;
	color: #333;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2%;
	margin: 10px 0 5px 0;
	width: 100%;
}

.content form textarea { line-height: 160%; height: 250px; }

.content form input[type="text"]:focus,
.content form input[type="email"]:focus,
.content form input[type="tel"]:focus,
.content form input.password:focus,
.content form textarea:focus {
	outline: none;
	background-color: #fff;
	color: #222;
}

.content #respond form input {
	width: 75%;
	margin-bottom: 1em;
}

.content input[type="file"] {
	padding: 10px;
	background: #FAFAFA;
	border: 1px solid #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.content .button,
.content #respond input[type="submit"] {
	width: auto;
	max-width: none;
	padding: 16px 18px;
	margin-bottom: 0;
	border: none;
	background: #1D1D1D;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 0.925rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content .button:hover,
.content #respond input[type="submit"]:hover {
	cursor: pointer;
	background: #9f1a20;
	color: #FFF;
}

.content .button:active,
.content #respond input[type="submit"]:active {
	top: 1px;
	position: relative;
}

#respond p.form-allowed-tags {
	margin-top: 1.5em;
	line-height: 160%
}

.form-submit { margin-top: 1.5em; }


/* -------------------------------------------------------------------------------- */
/*	9. Pagination & Page Titles
/* -------------------------------------------------------------------------------- */

.page-header { padding-bottom: 5%; }

.page-title { margin-bottom: 2.5%; }

.subhead {
	margin: 5% 0 2.5%;
	display: block;
	width: 100%;guide-photo
}

	.full-width .page-title, .full-width .subhead { text-align: center; }
	.center .page-title { text-align: left; }

.page-title h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #eee;
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
}

.page-title h2 a { color: #eee; }
.page-title h2 a:hover { color: #eee; }

.subhead h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #888;
	padding-bottom: 5px;
	border-bottom: 2px solid #888;
}

.cat-description { margin-top: 2.5%; }

.cat-description p {
	color: #bbb;
	font-size: 1.125em;
	line-height: 1.5em;
}

.full-width .cat-description p {
	text-align: center;
	margin: auto;
	width: 60%;
}

.center .cat-description p {
	text-align: center;
	margin: 0;
	width: 100%;
}

.left .cat-description p {
	text-align: left;
	margin: 0;
	width: 100%;
}

.cat-description p a { color: #bbb !important; text-decoration: underline; }
.cat-description p a:hover { color: #d2332d !important; text-decoration: underline; }

.page-count {
	display: block;
	margin-top: 1.5%;
	font-size: 0.9em;
	color: #888;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.full-width .page-count {
	text-align: center;
}

/* Archive nav --------------------------------------- */

.archive-nav { margin-top: 10%; }

.archive-nav a {
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-nav a:hover { color: #d2322d; }

.archive-nav .post-nav-older { float: left; }
.archive-nav .post-nav-newer { float: right; }


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


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


.post-content .searchform { position: relative; }

.post-content .searchform input { height: 60px; }

.post-content .searchform input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.post-content .searchform #s:focus {
	outline: none;
	background: #EEE;
	color: #444;
}

.post-content .searchform #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background: #9f1a20;
	border: 1px solid #9f1a20;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.post-content .searchform #searchsubmit:hover {
	cursor: pointer;
	background-color: #801418;
	border-color: #801418;
}

/* Archives template --------------------------------------- */


.archive-col { font-size: 0.9em; }

.page-template-template-archives-php .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-template-archives-php .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-template-archives-php .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-template-archives-php .post-content ul li:last-child a { border-bottom: none; }

.page-template-template-archives-php .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-template-archives-php .post-content ul li a span { color: #999; }

.page-template-template-archives-php .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-template-archives-php .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}

/* Trip single page --------------------------------------- */

.page-title.trip-head { margin: 0 !important; }

.listing-cat { display: block; }

.trip-subhead {
	display: block;
	padding: 2.5% 0 5% 0;
	text-align: center;
}

	.trip-subhead h4 {
		display: inline-block;
		text-transform: uppercase;
		font-size: 1em;
		letter-spacing: 1px;
		font-weight: 600;
		color: #888;
		padding-bottom: 5px;
		border-bottom: 2px solid #888;
		font-family: 'Lato', sans-serif;
	}

.post-content #toggleText p:last-child { margin-bottom: 30px; }

a.button-link {
	display: inline-block;
	background: #801418;
	padding: 10px 18px;
	margin: 15px 0;
	color: #FFF !important;
	font-size: 0.85em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none !important;
}

	a.button-link:hover {
		background: #9f1a20 !important;
		color: #FFF !important;
		text-decoration: none !important;
	}

	a.button-link:active { position: relative; top: 1px; }

#trip-itinerary table { width: 100%; }

	#trip-itinerary table tr {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		height: 100%;
		float: left;
	}

		#trip-itinerary table tr td.day {
			color: #999;
			font-weight: 700;
			padding: 6px 40px 0 0;
			font-size: 0.7em;
			text-transform: uppercase;
			letter-spacing: 1px;
			width: 20%;
			float: left;
			text-align: right;
		}

		#trip-itinerary table tr td.action {
			color: #ddd;
			margin: 0;
			font-size: 0.9em;
			line-height: 1.5em;
			width: 80%;
			float: right;
		}

img.envira-gallery-image {
	border: 3px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	img.envira-gallery-image:hover { border: 3px solid #fff; }

/* Adventure single sidebar --------------------------- */

dl.trip-tile dt {
	color: #666;
	font-weight: 700;
	margin: 15px 0 5px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

dl.trip-tile dd {
	color: #333;
	margin: 0 0 2% 0;
}

#trip-description { margin: 0 0 5% 0; }
#trip-photos { margin: 0 0 5% 0; }
#trip-video { margin: 0 0 5% 0; }
#trip-itinerary { margin: 0; }

#trip-description .trip-subhead { display: none; }

.sidebar .trip-info .trip-dates,
.sidebar .trip-info .trip-details {
	padding: 0;
	margin: 0 0 15%;
}

.sidebar .trip-info .trip-details {}

.sidebar .trip-info .trip-dates ul {
	border-bottom: 2px solid #444;
	list-style: none;
	padding: 0;
	margin: 0 0 10% 0;
}

.sidebar .trip-info .trip-dates ul li {}

.sidebar .trip-info .trip-dates ul li a {
	color: #d2322d;
	font-weight: 700;
	padding: 10px 15px;
}

	.sidebar .trip-info .trip-dates ul li a:hover {
		color: #d2322d;
		text-decoration: underline;
	}

.sidebar .trip-info .trip-dates dl {
	background-color: rgba(0,0,0,0.25);
	padding: 10px 15px;
	margin: -2.5% 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sidebar .trip-info dl dt {
	color: #999;
	font-weight: 700;
	margin: 15px 0 5px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.sidebar .trip-info dl dt:first-of-type { margin: 0 0 5px 0; }

.sidebar .trip-info dl dd {
	color: #eee;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.sidebar .trip-info .trip-dates dl dd.full {
	color: #666;
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	margin: -5px 0 5px 0;
}

.sidebar .trip-info .trip-dates dl dd span.gst {
	font-size: 0.8em;
	color: #666;
	font-weight: 700;
}

.sidebar .trip-info .trip-details h3.widget-title { margin-bottom: 5px !important; }

.sidebar .trip-info .trip-info-links ul { border-bottom: 2px solid #444 !important; }
.sidebar .trip-info .trip-info-links ul li { padding: 10px 0 !important; }
.sidebar .trip-info .trip-info-links ul li a:hover { /*content:' \2192'; background: url('images/link-arrow.png') no-repeat scroll 0 0;*/ }

ul.trip-links {
	display: none;
	margin: 0 0 15%;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-button { margin: 0 0 10%; }
.contact-button a.contact-link { background: #444; color: #eee; }
.contact-button a.contact-link:hover { background: #d2322d; color: #fff; }
.contact-button a.contact-link:active { position: relative; top: 1px; }

/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 15%;
}

.widget:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.widget-title {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 600;
	color: #888;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #888;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}

.widget-content {
	color: #eee;
	font-size: 0.9em;
	line-height: 140%;
}

.widget-content *:last-child { margin-bottom: 0; }

.widget-content a:hover { text-decoration: underline; }

.widget-content p {
	line-height: 150%;
	margin-bottom: 1em;
}

.widget-content ul li {
	padding: 10px 0;
	border-top: 2px solid #444;
	line-height: 130%;
}

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }
.rpwe_widget .widget-content li:first-child { border-top: none; padding: 10px 0 20px 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }

.UpcomingEventsWidget ul li { padding: 15px 0 !important; line-height: 1.25em !important; border: none !important; }

.UpcomingEventsWidget ul li a {
	color: #d2322d !important;
	display: block;
	font-weight: 700;
	font-size: 1.25em;
}

.UpcomingEventsWidget ul li a span { line-height: 1em; }

.UpcomingEventsWidget ul li:hover a { text-decoration: none; }

.post .event-info { font-size: 1.25em; line-height: 0.8em; }

.event-location {
	font-size: 0.65em !important;
	font-weight: 700;
	padding: 15px 0 3px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
}

.event-date {
	font-size: 0.65em !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.UpcomingTripsWidget ul li a { display: block; }
.UpcomingTripsWidget ul li a:hover {text-decoration: none !important; }
.UpcomingTripsWidget ul li a:hover span.trip-date { text-decoration: none !important; }
.UpcomingTripsWidget ul li a img {
	margin-right: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.onethird .UpcomingTripsWidget ul { font-size: 1.3em; font-weight: 700 !important; }
.onethird .UpcomingTripsWidget ul li a span.trip-date { font-size: 0.65em; line-height: 0.25em; }

a.after-widget {
	color: #fff !important;
	font-size: 1.2em !important;
}

.RelatedPagesWidget li {
	font-size: 1em;
	font-weight: 700;
}

/* Widget search --------------------------------------- */


.widget_search form { position: relative; }

.widget_search input { height: 52px; }

.widget_search input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background: #ddd;
	border: 1px solid #DDD;
	border-right: none;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.widget_search #s:focus {
	outline: none;
	background: #fff;
	color: #444;
}

.widget_search #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background-color: #801418 !important;
	border-color: #801418 !important;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.widget_search #searchsubmit:hover {
	cursor: pointer;
	background: #9f1a20 !important;
	border: 1px solid #9f1a20 !important;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #9f1a20; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
	border-bottom: 1px solid #EEE;
}

#wp-calendar caption { text-transform: capitalize; }

#wp-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #EEE; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 0.6em;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #9f1a20;
	background: rgba(255, 255, 255, .05);
}

/* Widget tag cloud --------------------------------------- */


.widget_tag_cloud .tagcloud a { font-size: 0.9em !important; }

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: #BBB;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tagcloud a:hover {
	background: #9f1a20;
	text-decoration: none;
	color: #FFF;
}


/* Widget Flickr --------------------------------------- */


.flickr_badge_image {
	width: 30%;
	margin-bottom: 5%;
	margin-left: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

#flickr_badge_image1,
#flickr_badge_image4,
#flickr_badge_image7,
#flickr_badge_image10,
#flickr_badge_image13,
#flickr_badge_image16,
#flickr_badge_image19,
#flickr_badge_image22,
#flickr_badge_image25 {
	margin-left: 0;
}

.flickr_badge_image img {
	display: block;
	padding: 5px;
	background: #EEE;
}

.flickr_badge_image a:hover img { background: #9f1a20; }

.widgetmore a {
	display: block;
	clear: both;
	padding: 0.5em 0;
}


/* Widget Dribbble --------------------------------------- */


.dribbble-shot {
	display: block;
	width: 47.5%;
	margin-bottom: 5%;
	margin-right: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

.dribbble-shot:nth-child(2n) { margin-right: 0; }

.dribbble-shot img {
	display: block;
	padding: 5px;
	background: #EEE;
}

.dribbble-shot:hover img { background: #9f1a20; }


/* -------------------------------------------------------------------------------- */
/*	12. Footer
/* -------------------------------------------------------------------------------- */


.footer { font-size: 0.9em; margin-top: 2.5%; }
.footer .footer-inner { padding-top: 2.5%; }

.column {
	width: 30%;
	margin-left: 5%;
}

.column:first-child { margin-left: 0; }


/* Footer widgets --------------------------------------- */


.footer .widget { border-bottom-color: rgba(255,255,255,0.1) }

.footer .widget-title {
	color: #EEE;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	border: none;
	margin-top: 0px;
}

.footer .widget-content { color: #888; }

.footer .widget-content strong { color: #aaa; letter-spacing: 1px; font-weight: 600;}

.footer .widget-content ul li { border-top-color: rgba(255,255,255,0.1); }

.footer .widget-content > ul > li:first-child { border-top: none; }

.footer .column-2 .widget { margin-bottom: 5% !important; text-align: center; }
.footer .column-2 .widget-content p.simple-image { text-align: center; }
.footer .column-2 .widget-content p.simple-image a img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 75%;
}


/* Widget search --------------------------------------- */


.footer .widget_search #s:focus {
	outline: none;
	background: #FFF;
	border-color: #DDD;
	color: #444;
}


/* Widget calendar --------------------------------------- */


#wp-calendar caption,
#wp-calendar thead { border-bottom-color: rgba(255,255,255,0.1); }
#wp-calendar tfoot { border-top-color: rgba(255,255,255,0.1); }


.footer .flickr_badge_image img,
.footer .dribbble-shot img { background: rgba(255,255,255,0.1); }

.footer .flickr_badge_image a:hover img,
.footer .dribbble-shot:hover img { background: #9f1a20; }


/* Widget tag cloud --------------------------------------- */


.footer .tagcloud a { background-color: rgba(255,255,255,0.1); color: #FFF; }
.footer .tagcloud a:hover { background-color: #9f1a20; color: #FFF; }


/* -------------------------------------------------------------------------------- */
/*	13. Credits
/* -------------------------------------------------------------------------------- */


.credits.no-padding { font-size: 0.8rem; }

.credits-inner {
	padding: 25px 0 4%;
	border-top: 2px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits,
.credits a { color: #666; }

.credits-left { float: left; }
.credits-right { float: right; }

.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }


/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 1100px) {


	body { font-size: 16px; }

	/* Structure --------------------------------------- */

	.wrapper { 	margin-top: 0%; }

	.blog-menu { margin: 0; }

	.blog-logo {
		height: 0;
		position: relative;
		top: -250px;
		left: 0px;
		z-index: 1001;
	}

	.blog-logo img {
		width: 220px;
		height: auto;
		z-index: 1001;
	}

	#home-top-panel .content { margin-top: 0% !important; }
	#home-top-panel .sidebar p { font-size: 1.5em; }

	#home-right-panel.content { width: 100% !important; float: none !important; border-bottom: 3px solid #444; margin-bottom: 2.5%; }
	#home-left-panel.sidebar { width: 100% !important; float: none !important; }
	#home-left-panel.sidebar .widget {
		width: 50% !important;
		float: left !important;
		padding: 0 5% !important;
		margin: 2.5% 0 !important;
		border: none !important;
	}

	#home-left-panel.sidebar .widget-content { font-size: 1.1em !important; }

	.trip-tile { width: 44.5%; }

	.listing-cat a { margin: 0 0 0 6px; }

}

@media (max-width: 800px) {

	body { font-size: 18px; }

	/* Structure --------------------------------------- */

	.content,
	.sidebar {
		width: 100%;
		float: none;
	}

	.sidebar {
		clear: both;
	}

	#trips { margin: 0; }
	.grid-sizer { width: 100%; }
	.trip-tile { width: 100%; margin: 0 0 7.5%; }

	.sidebar .widget { margin-top: 10%; padding-top: 5%; border-top: 3px solid #444; }
	.RelatedPagesWidget .widget-content ul li { padding: 10px 15px; }

	#home-top-panel { padding: 0 0 7.5% 0; margin: 0 0 7.5% 0; }

	#home-top-panel .content { margin: 0 !important; padding: 0 !important; float: right !important; }

	#home-top-panel .sidebar .widget { margin: 0; padding: 0; border: 0; }
	#home-top-panel .sidebar .widget_text { margin-bottom: 5%; }
	#home-top-panel .sidebar .widget_text p { font-size: 1.25em; text-align: center; }
	#home-top-panel .sidebar .widget_text p span { display: inline; font-size: 1em;}
	#home-top-panel .sidebar .widget_simpleimage { display: none; }

	#home-right-panel.content { margin-bottom: 3%; padding-bottom: 2.5%; }
	#home-left-panel.sidebar .widget-content { font-size: 0.9em !important; }

	.listing-cat { display: block; margin: 30px 0 -5%; float: left; width: 100%; }
	.listing-cat a { margin: 0 6px 0 0; }

	.sidebar .trip-info { margin: 5% 0 !important; }

	.sidebar .trip-info .trip-dates h1 { padding: 0 0 2.5% !important ; margin: 0 0 2.5% !important; color: #eee !important; }

	.sidebar .trip-info .trip-dates ul { padding: 0 !important ; margin: 0 !important; }
	.sidebar .trip-info .trip-dates ul li { border-top: 2px solid #444 !important; }
	.sidebar .trip-info .trip-dates ul li a { color: #d2322d; }
	.sidebar .trip-info .trip-dates ul li a:hover { color: #d2322d; text-decoration: underline; }

	.sidebar .trip-info .trip-dates dl { margin: 0 0 5%; }
	.sidebar .trip-info .trip-dates dt { color: #999 !important; }
	.sidebar .trip-info .trip-dates dd { color: #eee !important; }
	.sidebar .trip-info .trip-dates dd.full { color: #666 !important; }
	.sidebar .trip-info .trip-dates dd span.gst { color: #666 !important; }


	.sidebar .trip-info .trip-dates {
		background: none;
		border: none;
		box-shadow: none;
		padding: 0 !important;
		margin: 0 !important;
		width: 57.5%;
		float: left;
	}

	ul.trip-links { display: block; }

	.sidebar .contact-button { display: none; }

	.sidebar .trip-info .trip-details { width: 37.5%; float: right; background: none; padding: 0 !important; margin: 0 !important; }
	.sidebar .trip-info .trip-details h3 { margin: 0 !important; }

	.sidebar .trip-info .trip-info-links { display: none; }

	#trip-description .trip-subhead { display: block; }

	.section.large-padding,
	.section.medium-padding { padding: 40px 0; }

	.cat-description p { width: 100%; margin: 30px 0;}

	.testimonial { margin: 0 0 10% 0; }
	.testimonial .post-contant p { font-size: 0.9em; }

	.footer { margin-top: 5%; }

	.footer .widget.widget_search { display: none; }

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

	.blog-logo {
		height: 0;
		position: relative;
		top: -250px;
		left: 0px;
		z-index: 1001;
	}

	.blog-logo img {
		width: 220px;
		height: auto;
		z-index: 1001;
	}


	.navigation-inner { max-width: 100%; }

	.blog-menu { display: none; }

	.toggle-container {
		display: block;
		background: #1D1D1D;
	}

	.toggle {
		display: inline-block;
		position: relative;
		height: 57px;
		width: 32px;
		padding: 20px 0px;
	}

	.toggle:hover { cursor: pointer; }

	.nav-toggle { float: left; margin-left: 7%; }
	.search-toggle { float: right; margin-right: 7%; }

	.nav-toggle:hover { cursor: pointer; }

	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #666;
	}

	.nav-toggle .bar:first-child { margin-top: 0; }

	.nav-toggle.active .bar { background-color: #FFF; }

	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}

	.search-toggle .metal {
		width: 24px;
		height: 24px;
		top: 14px;
		left: 6px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #555;
	}

	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 19px;
		left: 11px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #1D1D1D;
	}

	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-moz-border-radius: 2px 0 0 2px;
		-webkit-border-radius: 2px 0 0 2px;
		-webkit-transform:rotate(-45deg);
	}

	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }

	.blog-search,
	.navigation { background: #282828;}

	.mobile-menu a {
		display: block;
		padding: 24px;
		font-size: 12px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: #282828;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: rgba(255,255,255,0.4);
		font-size: 13px;
	}

	.mobile-menu a:hover,
	.mobile-menu .current-menu-item a { color: #FFF; }

	.mobile-menu ul a { width: 100%; }

	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }

	.menu-item-2634 { text-align: center; }
	.menu-item-2634 a img { width: 40%; }

	.blog-search { padding: 8%; }

	.blog-search .searchform {
		position: relative;
		overflow: hidden;
	}

	.blog-search #s {
		width: 97.5%;
		padding: 18px 100px 18px 20px;
		background: #FFF;
		font-family: 'Lato', sans-serif;
		font-size: 1em;
		color: #444;
		border: none;
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		margin: 0;
	}

	.blog-search #s:focus { outline: none; }

	.blog-search #searchsubmit {
		-webkit-appearance: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 85px;
		padding: 20px 0;
		line-height: 1;
		border: none;
		margin: 0;
		background: #9f1a20;
		border: 1px solid #9f1a20;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.8rem;
		font-family: 'Lato', sans-serif;
		border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
	}

	.blog-search #searchsubmit:hover {
		cursor: pointer;
		background-color: #801418;
		border-color: #801418;
	}

	/* Pagination --------------------------------------- */

	.archive-nav { margin-top: 60px; }

}

@media (max-width: 700px) {

	body { font-size: 16px; }

	.content #home-right-panel .menu-home-tiles-container ul li { width: 44.5% !important; }
	#home-left-panel.sidebar .widget {
		width: 100% !important; float: none !important;
		padding: 5% !important;
		margin: 5% 0% !important;
	}

	#trip-itinerary table tr {
		display: block;
		width: 100%;
		height: 100%;
	}

		#trip-itinerary table tr td.day {
			width: 100%;
			display: block;
			margin-bottom: 10px;
			text-align: left;
		}

		#trip-itinerary table tr td.action {
			width: 100%;
			display: block;
		}

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

	.header.section { padding: 0; }

	.blog-info { padding: 20px; }

	/* Main content --------------------------------------- */

	.post {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	.post:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }

	.featured-media { margin-bottom: 25px; }

	.post-header { margin-bottom: 25px; }

	.post-title { margin-bottom: 12px; }

	.post-meta-bottom { margin-top: 40px; }

	.trail { font-size: 0.8em; }

	/* Post content --------------------------------------- */

	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		width: auto;
		margin: 0 auto 1.2em auto;
	}

	.post-content .alignleft img,
	.post-content .alignright img {
		display: block;
		margin: 0 auto;
	}

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

	.comments { padding-top: 40px; margin-top: 40px; }
	.comment-respond { margin-top: 40px; }

	.post + .comment-respond { padding-top: 40px; }

	.comments-title, #reply-title { font-size: 1.5em; }
	.comments-title { margin-bottom: 20px; }

	.comment-meta-content { padding-top: 9px; }

	.comment-actions { margin-top: 10px; }

	.comment-meta .comment-actions { display: none; }

	.comment-content .comment-actions {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
	}

	.comment-content h1,
	.comment-content h2,
	.comment-content h3,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	/* Respond --------------------------------------- */

	.content form input[type="text"],
	.content form input[type="email"],
	.content form input.password,
	.content form textarea,
	.content form textarea {
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	.content #respond form input { width: 100%; }

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

	.footer { margin-top: 30px; }

	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}

	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }

	.widget {
		margin-bottom: 40px;
		border-bottom: 3px solid #444;
		padding-bottom: 40px;
	}

	/* Credits --------------------------------------- */

	.credits.section { border-top: 1px solid rgba(255,255,255,0.1); }

	.credits-inner {
		padding: 30px 0;
		border-top: 0;
		text-align: center;
	}

	.credits p { float: none; display: inline; }

	.credits .right,
	.credits span { display: none; }

}

@media (max-width: 500px) {


	body { font-size: 15px; }

	.page-header .right {}
	.page-header .right a { display: none; }

	.sidebar .trip-info {text-align: center !important; }

	.sidebar .trip-info .trip-dates {
		padding: 0 !important;
		margin: 0 0 30px 0 !important;
		width: 100%;
		float: none;
	}

	.sidebar .trip-info .trip-details {
		padding: 0 !important;
		margin: 0 0 30px 0 !important;
		width: 100%;
		float: none;
	}

	.tile, #home-right-panel .menu-home-tiles-container ul li { width: 100%; margin: 10% 0; display: block; float: none; }
	.tile .tile-content { display: block; float: none; }

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

	.header.section { padding: 0; }

	/* Post --------------------------------------- */

	.post-title { font-size: 1.5em; }

	.post-author { display: none; }
	.post-header .date-sep:nth-of-type(2) { display: none; }

	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: -3px 0 0 0;
	}

	.media-caption {
		padding: 10px;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
	}

	.media-caption:hover { background: #EEE; color: #666; }

	/* Single post --------------------------------------- */

	.post-cat-tags p { display: block; }
	.post-cat-tags p:last-child { margin-left: 0; margin-top: 10px; }

	.single .post-nav { padding: 0; font-size: 1em; }

	.single .post-nav a,
	.single .post-nav .post-nav-newer {
		max-width: 100%;
		float: none;
		text-align: left;
		padding: 20px 0;
	}

	.single .post-nav .post-nav-newer { border-top: 1px solid #EEE; }
	.single .post-nav .post-nav-newer h5 { text-align: left; }

	/* Post formats --------------------------------------- */

	.blog .format-quote .post-content,
	.archive .format-quote .post-content,
	.search .format-quote .post-content {
		padding: 20px;
	}

	.blog .format-quote .post-content blockquote,
	.archive .format-quote .post-content blockquote,
	.search .format-quote .post-content blockquote {
		font-size: 1em;
	}

	.blog .format-quote .post-content blockquote cite,
	.archive .format-quote .post-content blockquote cite,
	.search .format-quote .post-content blockquote cite {
		font-size: 0.75rem;
	}

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

	.comment-meta-content { margin-left: 65px; }

	.comment-content { margin-left: 0; }

	/* Pagination --------------------------------------- */

	.archive-nav { margin-top: 40px; }

	.archive-nav a { font-size: 0.8rem; }

	.post-nav span,
	.archive-nav span,
	.comment-nav-below span { display: none; }

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

	.footer { margin-top: 40px; }


}

/* Contact Form --------------------------------------- */

.wpcf7-form {
}

.wpcf7-submit {
	padding: 20px 25px;
	line-height: 1;
	border: none;
	background: #9f1a20;
	border: 1px solid #9f1a20;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wpcf7-submit:hover {
	cursor: pointer;
	background-color: #d2322d;
	border-color: none;
}

p.contactsubmit {
}

.wpcf7-response-output {
}

/* Rental tables --------------------------------------- */

#rental_charts {
	padding: 25px 0;
}

table.rental_block {
	margin: 50px 0;
	width: 100%;
}

table.rental_block tr th.item_name,
table.rental_block tr th.item_price {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

table.rental_block tr th.item_name,
table.rental_block tr td.item_name {
	text-align: left;
	width: 70%;
}

table.rental_block tr th.item_price,
table.rental_block tr td.item_price {
	text-align: right;
	width: 30%;
}

table.rental_block tr th.item_name {
	color: #d2322d;
	border-bottom: 2px solid #666;
	font-size: 1.1em;
	font-weight: 700;
}

table.rental_block tr th.item_price {
	color: #999;
	border-bottom: 2px solid #666;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 700;
}

table.rental_block tr td.item_name,
table.rental_block tr td.item_price {
	border-bottom: 1px solid #666;
	font-size: 0.9em;
	padding: 10px 5px;
}

table.rental_block tr td.item_name { color: #ccc; }

table.rental_block tr td.item_price { color: #999; }

/* Recent Posts Widget Extended styles */

.rpwe-alignleft {}

.rpwe-alignright {}

.rpwe-alignnone {}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: \"\";
display: table;
}

.rpwe-clearfix:after{
clear:both;
}

.rpwe-clearfix{
zoom: 1;
}

/* MISC */

.widget_text a,
.widget_text a:hover {
	color: #9f1a20 !important;
}

.envirabox-title { display: none !important; }
.envira-gallery-5-columns { margin-bottom: 5% !important; }

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	background-color: #222;
	margin: 2em 0.5em 1em;
	padding: 0.5em 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #9f1a20;
	font-size: 0.9em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 20px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

.mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 57%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.mejs-overlay, .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}

.mejs-mediaelement video {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
		background: #d2322d !important;
		background: -webkit-linear-gradient(top, #d2322d 0%, #9f1a20 100%) !important;
		background: -moz-linear-gradient(top, #d2322d 0%, #9f1a20 100%) !important;
		background: -o-linear-gradient(top, #d2322d 0%, #9f1a20 100%) !important;
		background: -ms-linear-gradient(top, #d2322d 0%, #9f1a204 100%) !important;
		background: linear-gradient(top, #d2322d 0%, #9f1a20 100%) !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #333 !important;
	background: -webkit-linear-gradient(top, #333 0%, #444 100%) !important;
	background: -moz-linear-gradient(top, #333 0%, #444 100%) !important;
	background: -o-linear-gradient(top, #333 0%, #444 100%) !important;
	background: -ms-linear-gradient(top, #333 0%, #444 100%) !important;
	background: linear-gradient(top, #333 0%, #444 100%) !important;
}
