/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
.front-page-1 .image-section {
	position: relative;
    z-index: 2;
}

video#video_background {
    position: absolute !important;
    z-index: 1 !important;
}

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
	- Custom
*/


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

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

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

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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


span.input-group.date {
    position: relative;
    overflow: auto;
}

.vrpsearch label {
    display: block;
    text-align: left;
}

.vrpsearch select, .vrpsearch input, .vrpsearch button {
	height: 42px;
}

.vrpsearch button.ui-datepicker-trigger, .vrpsearch input.btn {
    border-radius: 0;
}

.vrpsearch select {
    -webkit-appearance: menulist-button;
    width: 170px;
}





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

body {
	background-color: #fff;
	color: #58595b;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-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;
}

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

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

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

a:hover {
	color: #000;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}
#content-wrap ol, #content-wrap ul { margin-bottom: 20px; }
li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 15px;
}
h1.page-title { font-size: 32px; text-align: center; text-transform: uppercase; padding-top: 30px; margin: 0 0 15px; }
.article-header h1.page-title { display: none; }
.page-id-87 h1.page-title, .page-id-89 h1.page-title, .page-id-90 h1.page-title { display: inline-block; width: 100%; }
#content-wrap h2, #content-wrap h3, #content-wrap h4, #content-wrap h5 { margin: 30px 0 15px; }
h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}
h4.page-title-sub { font-size: 22px; text-align: center; margin: 0 0 20px; }
h5 {
	font-size: 20px;
}
#content-wrap h5 { line-height: 1.4; text-align: center}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

img.lazy {
	opacity: 0.3;
}
img:not([src]) {
	visibility: hidden;
}
img.lazy.loaded,
img.lazy.error {
	opacity: 1;
}
img.lazy:not(.initial) {
	transition: opacity 0.3s;
}
.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
}
input { padding: 7px 10px; }
input#checkbutton {
    padding: 5px 10px;
    float: right;
    margin-top: 10px;
}


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

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #DE6D1D;
	outline: none;
}

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #DE6D1D;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 6px 25px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #BE5D19;
	color: #fff;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

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

/* Buttons
--------------------------------------------- */

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover {
	background-color: #BE5D19;
	border: 2px solid #BE5D19;
	color: #fff;
}


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

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

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
}
.wrap { width: 100%; }
.site-header .wrap { width: 96%; margin: 0 2%; }

.site-inner {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 9;
	max-width: 100%;
	-word-wrap: break-word;
}

.page-id-0 .site-inner {
    margin-top: 60px;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}
#content-wrap { max-width: 1440px; margin: 0 auto; padding-left: 20px;	padding-right: 20px; }
#see-also #catering { text-align: left !important; margin-bottom: 2%; }
#see-also #catering input[name="start-date"], #see-also #catering input[name="additional"] { width: 97.5%; }
.titles { width: 75%; margin: 0 auto 30px; border-bottom: 1px solid #d9d9d9; }

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

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

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

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

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

.one-fourth,.one-fourth-sm {
	width: 23.076923076923077%;
}

.three-fourths, .three-fourths-sm {
	width: 74.35897435897436%;
}

.one-sixth, .one-sixth-sm {
	width: 14.52991452991453%;
}

.five-sixths, .five-sixths-sm {
	width: 82.90598290598291%;
}

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




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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

.comment .avatar {
	margin: 0 20px 24px 0;
}
.clear { clear: both; }

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

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

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

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

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

.widget-full .widget-title {
	margin-bottom: 40px;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


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

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

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

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

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

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

#inner-content a.count,
#inner-content a.count:hover,
#inner-content a.share,
#inner-content a.share:hover {
	border: none;
}

#inner-content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#inner-content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#inner-content .share-filled .facebook .count,
#inner-content .share-filled .facebook .count:hover,
#inner-content .share-filled .googlePlus .count,
#inner-content .share-filled .googlePlus .count:hover,
#inner-content .share-filled .linkedin .count,
#inner-content .share-filled .linkedin .count:hover,
#inner-content .share-filled .pinterest .count,
#inner-content .share-filled .pinterest .count:hover,
#inner-content .share-filled .stumbleupon .count,
#inner-content .share-filled .stumbleupon .count:hover,
#inner-content .share-filled .twitter .count,
#inner-content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
}

#inner-content .share-filled .facebook .share,
#inner-content .share-filled .facebook:hover .count,
#inner-content .share-filled .googlePlus .share,
#inner-content .share-filled .googlePlus:hover .count,
#inner-content .share-filled .linkedin .share,
#inner-content .share-filled .linkedin:hover .count,
#inner-content .share-filled .pinterest .share,
#inner-content .share-filled .pinterest:hover .count,
#inner-content .share-filled .stumbleupon .share,
#inner-content .share-filled .stumbleupon:hover .count,
#inner-content .share-filled .twitter .share,
#inner-content .share-filled .twitter:hover .count {
	background: #222 !important;
}

#inner-content .share-filled .facebook:hover .count,
#inner-content .share-filled .googlePlus:hover .count,
#inner-content .share-filled .linkedin:hover .count,
#inner-content .share-filled .pinterest:hover .count,
#inner-content .share-filled .stumbleupon:hover .count,
#inner-content .share-filled .twitter:hover .count {
	color: #fff;
}

div#sharebox {
    display: none;
    position: absolute;
    min-width: 300px;
    height: 43px;
    padding: 10px;
    top: -50px;
    background: #257ED6;
    text-align: center;
    right: 0;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	z-index: 999;
}
.home .site-header { border: none; }
.featured-section .site-header {
	background-color: transparent;
}

.site-header.dark {
	
}

.site-header.dark .nav-secondary {
	display: none;
}

.vrp-trips-activator,
.vrp-favorites-activator,
.phone-call {
	width: 50px;
	height: 90px;
	position: relative;
	float: right;
	padding-top: 30px;
}

.vrp-trips-activator-icon {
	background-image: url(/wp-content/themes/altitude-pro/vrp/images/bag.svg);
	background-repeat: no-repeat;
	background-position: center 1px;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.vrp-favorites-activator-icon {
	background-image: url(/wp-content/themes/altitude-pro/vrp/images/heart.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

.phone-call-icon {
	background-image: url(images/ico-phone.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	margin: 0 auto;
}

.phone-call .phone-tooltip {
    display: none;
	position: absolute;
	font-size: 15px;
	bottom: 0;
    right: -32px;
	background: white;
	color: #DE6D1D;
	font-weight: 400;
	width: 128px;
	height: 40px;
	padding: 8px 11px 9px;
	text-align: center;
	transform: translate3d(-25%,100%,0);
	border: 1px solid #d9d9d9;
	border-top: none;
	z-index: 15;
}
.phone-call .phone-tooltip:hover { color: #191919; }
.phone-call:hover .phone-tooltip { display: block; }

.phone-call:hover,
.vrp-trips-activator:hover,
.vrp-favorites-activator:hover { background-color: #E7E7E7;  }


.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 4px 15px 6px;
	width: 105px;
	margin-top: -30px;
}

.site-header.dark .title-area {
	
}

.site-title {
	line-height: 1;
	margin-bottom: 0;	
}

.site-title a {
	background-size: contain !important;
	display: block;
	width: 92px;
	height: 100px;
	background: url(images/MTBVLogoColor.png) no-repeat;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	display: block;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

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

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

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

.genesis-nav-menu {
	line-height: 1;
}

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

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

.genesis-nav-menu a {
	color: #191919;
	display: block;
	padding: 36px 15px 31px;
}
.genesis-nav-menu a:hover { color: #DE6D1D; }
.menu-item-has-children > a { margin-right: 10px; background: url(images/ico-has-children.png) right no-repeat; }

.genesis-nav-menu li.highlight a:hover::before {
	color: #191919;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 700;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	box-shadow: 0 2px 6px rgba(180,180,180,0.1);
	z-index: 99;
	border: 1px solid #d9d9d9;
	border-top: 5px solid #DE6D1D;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #DE6D1D;
	padding: 11px 15px;
	position: relative;
	width: 200px;
	line-height: 1.2em;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f0f0f0;
	color: #191919;
}
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #F7F7F7;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

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

.nav-secondary {
	border-bottom: 1px solid #fff;
}

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

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	width: 50px;
	height: 30px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	font: normal 28px/1 "dashicons";
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

.half { float: left; width: 50%; }

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.front-page-1 {
	position: relative;
}
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

#custom_html-13 { position: relative; width: 90%; margin: 0 5%; }
#custom_html-13 #vrp-search-form { width: 1094px; padding: 14px; margin: -28% auto 0; background: rgba(0, 0, 0, 0.4); border-radius: 4px; }
#custom_html-13 #arrival, #custom_html-13 #depart { background: #fff url('vrp/images/cal.png') 95% 50% no-repeat !important; }
#custom_html-13 input, #custom_html-13 select, #custom_html-13 .vrp-search-button { width: 206px; }
#custom_html-13 .vrp-search-button { display: inline-block; margin-top: -2px; }
#custom_html-13 .vrp-search-button button { width: 100%; }
#featured-page-2 p.narrow, #featured-page-3 p.narrow, #featured-page-4 p.narrow { margin: 0 8% 30px; }
.third { position: relative; float: none; display: inline-block; width: 450px; height: 300px; margin: 6px; }
.third a { position: absolute; display: block; width: 100%; height: 100%;; background: rgba(0, 0, 0, 0.3); }
.third a:hover, #our-team .third a:hover { background: rgba(0, 0, 0, 0); }
.third a span { display: inline-block; font-size: 14px; font-weight: 600; text-transform: uppercase; color: #fff; padding: 5px 12px; margin-top: 48%; border: 2px solid #fff; border-radius: 3px;letter-spacing: .05em; }
#see-also .third a span {text-transform: none}
.third a:hover span { color: #000; background: #fff; transition: .3s; }
#featured-page-3 .third.plan-event { background: url(/wp-content/themes/altitude-pro/images/plan-event.jpg) no-repeat; background-size: contain; }
#featured-page-3 .third.stay-us { background: url(/wp-content/themes/altitude-pro/images/stay-us.jpg) no-repeat; background-size: contain; }
#featured-page-3 .third.river-view { background: url(/wp-content/themes/altitude-pro/images/river-view.jpg) no-repeat; background-size: contain; }
#featured-page-4 #vrpresults { text-align: left; max-width: 1460px; padding-top: 0 !important; }
#featured-page-4 #vrp .vrp-result-image-container { height: 300px; }
#featured-page-4 a.btn-blue { color: #000;margin-top: 20px; background: #fff; border: 2px solid #333; }
#featured-page-4 a.btn-blue:hover { color: #fff; background: #333; }
#featured-page-5 .third.meredith { background: url(/wp-content/uploads/2022/06/ML-Site-Link.png) no-repeat; background-size: contain; }
#featured-page-5 .third.bachelor { background: url(/wp-content/uploads/2020/04/SEC-Resorts-mt-Bachelor.jpg) no-repeat; background-size: contain; }
#featured-page-5 .third.bella { background: url(/wp-content/uploads/2022/04/Bella-Beach-SEC-oceanfront_0.jpg) no-repeat; background-size: contain; }
#featured-page-5 .third.olivia { background: url(/wp-content/uploads/2020/04/SEC-Resorts-Olivia-Beach.jpg) no-repeat; background-size: contain; }
#custom_html-6 { padding: 20px 20px 15px; background: #F3F3F3; }
#custom_html-6 h4 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
#custom_html-6 form { width: 760px; margin: 0 auto; }
#custom_html-6 form p { margin-bottom: 0; }
#custom_html-6 input { display: inline-block;  }
#custom_html-6 input:nth-child(1) { width: 420px; margin: 0 10px 6px 0; }
#custom_html-6 input:nth-child(2) { padding: 8px 25px; }
#custom_html-7 { text-align: center; padding: 22px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
#custom_html-7 a { display: inline-block; text-indent: -9999px; width: 44px; height: 32px; margin: 0 5px; }
a.soc-fb { background: url(images/ico-soc-fb.png) no-repeat; background-size: contain; }
a.soc-ig { background: url(images/ico-soc-ig.png) no-repeat; background-size: contain; }
a.soc-tw { background: url(images/ico-soc-tw.png) no-repeat; background-size: contain; }
a.soc-yt { background: url(images/ico-soc-yt.png) no-repeat; background-size: contain; }
#custom_html-8, #custom_html-9 { float: left; width: 50%; }
#custom_html-9 .select2-container { float: right; width: 240px !important; margin-top: 5px; }
#custom_html-9 select { width: 100%; }
#custom_html-9 h5 { margin-bottom: 10px; }
#custom_html-9 a { display: inline-block; }
#custom_html-10 { position: relative; text-align: center; }
#custom_html-10 a.appstore, #custom_html-10 a.googleplay { display: inline-block; text-indent: -9999px; width: 170px; height: 63px; }
#custom_html-10 a.appstore { background: url(/wp-content/themes/altitude-pro/images/App-Store-Badge.png) no-repeat; }
#custom_html-10 a.googleplay { background: url(/wp-content/themes/altitude-pro/images/Google-Play-Badge.png) no-repeat; }
#custom_html-10 a.ml-vacations { position: absolute; top: -120px; right: 56px; display: block; text-indent: -9999px; width: 130px; height: 130px; background: url(/wp-content/uploads/2022/05/ml_logo_2021_by.png) no-repeat; background-size: contain;}
#see-also, #our-team { max-width: 1420px; text-align: center; margin: 40px auto 0; }
#see-also .third.river-view { background: url(/wp-content/themes/altitude-pro/images/search-amenities-1.jpg) no-repeat; background-size: contain; }
#see-also .third.hot-tub { background: url(/wp-content/themes/altitude-pro/images/search-amenities-2.jpg) no-repeat; background-size: contain; }
#see-also .third.pool { background: url(/wp-content/themes/altitude-pro/images/search-amenities-3.jpg) no-repeat; background-size: contain; }
#see-also .third.fireplace { background: url(/wp-content/themes/altitude-pro/images/search-amenities-4.jpg) no-repeat; background-size: contain; }
#see-also .third.aircon { background: url(/wp-content/themes/altitude-pro/images/search-amenities-5.jpg) no-repeat; background-size: contain; }
#see-also .third.cruiser-bikes { background: url(/wp-content/themes/altitude-pro/images/search-amenities-6.jpg) no-repeat; background-size: contain; }
#see-also .third.athletic { background: url(/wp-content/themes/altitude-pro/images/search-amenities-7.jpg) no-repeat; background-size: contain; }
#see-also .third.playground { background: url(/wp-content/themes/altitude-pro/images/search-amenities-8.jpg) no-repeat; background-size: contain; }
#see-also .third.about { background: url(images/Bella-Beach-SEC-about-us.jpg) no-repeat; background-size: contain; }
#see-also .third.team { background: url(images/Bella-Beach-SEC-Our-team.jpg) no-repeat; background-size: contain; }
#see-also .third.concierge { background: url(images/Bella-Beach-SEC-concierge.jpg) no-repeat; background-size: contain; }
#see-also .third.book { background: url(images/Bella-Beach-SEC-Hot-tubs.jpg) no-repeat; background-size: contain; }
#see-also .third.guide { background: url(images/Bella-Beach-SEC-guide.jpg) no-repeat; background-size: contain; }
#see-also .third.dining { background: url(images/Bella-Beach-Dining.jpg) no-repeat; background-size: contain; }
#see-also .third.attractions { background: url(images/Bella-Beach-Attractions.jpg) no-repeat; background-size: contain; }
#see-also .third.map { background: url(images/Bella-Beach-Map.jpg) no-repeat; background-size: contain; }
#see-also .third.golf { background: url(images/Depoe-Bay-Oregon-Golf-Courses.jpg) no-repeat; background-size: contain; }
#see-also .third.whales { background: url(images/Whale-Watching-Oregon-Coast.jpg) no-repeat; background-size: contain; }
#see-also .third.depoe { background: url(images/Bella-Beach-Attractions.jpg) no-repeat; background-size: contain; }
#see-also .third.lux-homes { background: url(images/Bella-Beach-lux.jpg) no-repeat; background-size: contain; }
#see-also .third.tubs { background: url(images/Bella-Beach-SEC-Hot-tubs.jpg) no-repeat; background-size: contain; }
#see-also .third.pets { background: url(images/Bella-Beach-pet-friendly.jpg) no-repeat; background-size: contain; }
#see-also .third.ski-house { background: url(images/ski-house-image.jpg) no-repeat; background-size: contain; }
#see-also .third.forest-homes { background: url(images/River-Wild-Homes.jpg) no-repeat; background-size: contain; }
#see-also .third.river-ridge { background: url(images/River-Ridge-Image.jpg) no-repeat; background-size: contain; }
#see-also .third.lux-oceanfront { background: url(images/Bella-Beach-lux-oceanfront.jpg) no-repeat; background-size: contain; }
#see-also .third.things { background: url(images/img-blog-1.jpg) no-repeat; background-size: contain; }
#see-also .third.vacation { background: url(images/img-blog-2.jpg) no-repeat; background-size: contain; }
#see-also .third.oregon-dining { background: url(images/img-blog-3.jpg) no-repeat; background-size: contain; }
#see-also .third.media { background: url(images/img-blog-4.jpg) no-repeat; background-size: contain; }
#our-team .third.jon { background: url(images/team-jon.jpg) no-repeat; background-size: contain; }
#our-team .third.meredith { background: url(/wp-content/uploads/2023/03/meredith-1.webp) no-repeat; background-size: contain; }
#our-team .third.david { background: url(images/team-David.jpg) no-repeat; background-size: contain; }
#our-team .third.jennifer { background: url(images/team-Jennifer.jpg) no-repeat; background-size: contain; }
#our-team .third.aaron { background: url(images/team-Aaron.jpg) no-repeat; background-size: contain; }
#our-team .third.kelly { background: url(images/team-kelly.jpeg) no-repeat; background-size: contain; }
#our-team .third.kari { background: url(images/team-Kari.jpg) no-repeat; background-size: contain; }
#our-team .third.jillian { background: url(images/team-Jillian.jpg) no-repeat; background-size: contain; }
#our-team .third.jordan { background: url(images/team-jordan.jpg) no-repeat; background-size: contain; }
#our-team .third.dirk { background: url(images/team-Dirk.JPG) no-repeat; background-size: contain; }
#our-team .third.kyle { background: url(images/team-Kyle.jpg) no-repeat; background-size: contain; }
#our-team a { cursor: default; }
#our-team .third a { background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); }
.blogs#vrp { max-width: 1200px; margin: 0 auto; }
.blogs#vrp .blog-sidebar { padding-left: 3%; }
.blogs#vrp .recent { margin-bottom: 30px; }
.blogs#vrp .recent li { padding: 12px 0; border-top: 1px solid #d9d9d9; }
.blogs#vrp .categories-wrapper { margin-bottom: 40px; }
.blogs#vrp .categories-wrapper .categories { font-size: 24px; }
.blogs#vrp .categories-wrapper .categories ul { font-size: 16px; margin-top: 5px; }
.blogs#vrp h3.post-title { margin: 15px 0 5px; }
.blogs#vrp .vrpc-post { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.blogs#vrp a:hover { color: #111; }
.blogs#vrp .blog-pagination { padding: 1em 1em 2em; }
.blogs#vrp #vrp-search-form input, .blogs#vrp .vrp-search-wrapper #vrp-search-form select { width: 47%; margin: 0 2% 3% 0; }
.blogs#vrp #vrp-search-form .vrp-search-button { width: 97.5%; }
.blogs#vrp #vrp-search-form .vrp-search-button button { width: 100%; }
.blogs#vrp .post-image { max-height: 200px; overflow: hidden; }
.blogs#vrp .post-image img { margin-top: -50px; }
.blogs#vrp .post-categories strong { display: block }
.blogs#vrp .post-date { margin: 20px 0 }
.blogs#vrp .post-date { margin: 20px 0 }
.blogs#vrp .single-post { padding: 30px 15px; }
.blogs#vrp .single-post .blog-sidebar { padding-top: 60px; }
.blogs#vrp .single-post h1 { margin-bottom: 0; }
.blogs#vrp .single-post h1 + strong { display: inline-block; margin-bottom: 15px; }
.blogs#vrp .single-post .wp-block-image { margin: 0 0 25px; }
.blogs#vrp h1.page-title { text-align: left; padding-left: 30%; }
.blogs#vrp h1 + strong, .blogs#vrp h3 + strong {  margin-bottom: 15px; }
.property-name { font-size: 14px; font-weight: 700; }
.vrp-list-search { width: 260px; }
.result-tables table { width: 100%; margin: 30px 0; border-bottom: 1px solid #d9d9d9; }
.result-tables table thead { border-bottom: 2px solid #888; }
.result-tables table th, .result-tables table td { text-align: center; padding: 7px; }
.result-tables table th { padding: 3px 7px; }
.result-tables table th:first-child, .result-tables table td:first-child { text-align: left; width: 40%; }
.result-tables table th:nth-child(2) { width: 20%; }
.result-tables table th:nth-child(3) { width: 20%; }
.result-tables table th:nth-child(4) { width: 20%; }
.result-tables caption { font-size: 22px; font-weight: 600; text-align: left; color: #fff; padding: 5px 12px; background: #646464; }
.views-table td:nth-child(4) a { display: inline-block; color: #fff; padding: 5px 30px; background: #4D4D4D; border-radius: 2px; }
.views-table td:nth-child(4) a:hover { background: #282828; }
.contact#content-wrap input { width: 48%; margin-right: 1%; }
.contact#content-wrap .form-wrap input { width: 100%; }
.contact#content-wrap textarea { width: 97.5%; height: 100px; }
.contact textarea { width: 97.5%; height: 100px; }
.contact#content-wrap .wpcf7-submit { width: 97.5%; }
.contact form { width: 80%; margin: 30px auto 0; }
.contact form p { margin-bottom: 10px; }
.contact input[type="checkbox"] { width: unset !important; }
.faq.contact form { width: 60%; margin: 30px auto 0; }
.faq.contact .third { width: 31%; height: auto; margin: 1% 0 1% 1%; }
.contact input { width: 48%; margin-right: 1%; }
.contact textarea { width: 97.5%; height: 100px; }
.faq.contact textarea  { margin-right: 1%; }
.contact .wpcf7-submit { width: 97.5%; }

.specials-news span.wpcf7-list-item { text-align: center; width: 96%; }
.wrapper-h { overflow: auto; padding-top: 20px; border-top: 1px solid #d9d9d9; }
.wrapper-h p.highlight { float: left; width: 50%; min-height: 140px; padding: 0 1%; border-bottom: 1px solid #d9d9d9; }
p.narrow { padding: 0 18%; }
.faq#content-wrap, .events#see-also { max-width: 1260px; }
.faq h5 { margin-bottom: 40px; }
.faq .half { width: 48%; margin: 0 1% 10px; }
.faq .half img { margin-bottom: 10px; }
.events#see-also .third { float: left; display: block; text-align: left; width: 31%; height: unset; margin: 0 1%; }
.events#see-also .third.tall { min-height: 700px; }
.events#see-also .third img { margin-bottom: 15px; }
.events#see-also .third h4 { margin-bottom: 5px; }
.events#see-also .form-wrap { text-align: left; padding: 4% 1% 0; }
.form-wrap { clear: both; }
.form-wrap label.short { display: inline-block; width: 49.7%; }
.form-wrap label.short.margin { display: inline-block; width: 49%; margin-right: 0.7%; }
.form-wrap input { width: 100%; }
.blogs a.btn, .category a.btn { padding: 4px 10px; border: 1px solid #de6d1d; }

a.btn-blue { display: inline-block; font-weight: 600; text-align: center; color: #fff; width: auto; padding: 10px 14px; margin: 0 auto; background: #DE6D1D; border-radius: 3px; }
a.btn-blue:hover { background: #BB5C0A; }

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* ==========================================================================
   MAUI MAP LABELS
   ========================================================================== */

   .content-info { }


#lgIslandMap {position: relative;}
#lgIslandMap ul, 
#lgIslandMap li {list-style: none; margin: 0; padding: 0;}

#lgIslandMap #islands-select a {position: absolute; display: block; background-image:url(https://www.mauihawaiivacations.com/wp-content/themes/mhv-roots/assets/img/maui-map-labels.png); text-indent:-999em;}

a#m_Kauai {
	top: 197px;
	left: 50px;
	width: 72px;
	height: 29px;
	background-position: 0 0;
}
	a#m_Kauai:hover,
	#lgIslandMap.kauaimap a#m_Kauai {background-position: -102px 0;}

a#m_Oahu {
	top: 213px;
	left: 110px;
	width: 67px;
	height: 38px;
	background-position: 0 -39px;
}
	a#m_Oahu:hover {background-position: -102px -39px;}
	
a#m_Maui {
	top: 237px;
	left: 188px;
	width: 54px;
	height: 45px;
	background-position: 0 -90px;
}
	a#m_Maui:hover,
	#lgIslandMap.mauimap a#m_Maui {background-position: -102px -90px;}

a#m_BigIsland {
	top: 293px;
	left: 189px;
	width: 99px;
	height: 71px;
	background-position: 0 -140px;
}
	a#m_BigIsland:hover {background-position: -102px -140px;}

#lgIslandMap #maui-map a {position: absolute; display:block; background-image: url(https://www.mauihawaiivacations.com/wp-content/themes/mhv-roots/assets/img/maui-map-labels.png); text-indent: -999em;}

a#m_Kapalua {
	top: 17px;
	left: 168px;
	width: 64px;
	height: 29px;
}
	a#m_Kapalua:hover {background-position: -106px 0;}
a#m_Napili {
	top: 39px;
	left: 147px;
	width: 47px;
	height: 29px;
	background-position: 0 -32px;
}
	a#m_Napili:hover {background-position: -106px -32px;}
a#m_Kahana {
	top: 59px;
	left: 124px;
	width: 61px;
	height: 26px;
	background-position: 0 -64px;
}
	a#m_Kahana:hover {background-position: -106px -64px;}
a#m_Honokowai{
	top: 79px;
	left: 99px;
	width: 83px;
	height: 26px;
	background-position: 0 -96px;
}
	a#m_Honokowai:hover {background-position: -106px -96px;}
a#m_Kaanapali{
	top: 103px;
	left: 120px;
	width: 75px;
	height: 28px;
	background-position: 0 -128px;
}
	a#m_Kaanapali:hover {background-position: -106px -128px;}
a#m_Lahaina{
	top: 136px;
	left: 148px;
	width: 62px;
	height: 25px;
	background-position: 0 -160px;
}
	a#m_Lahaina:hover {background-position: -106px -160px;}
a#m_SugarBeach{
	top: 205px;
	left: 322px;
	width: 94px;
	height: 29px;
	background-position: 0 -191px;
}
	a#m_SugarBeach:hover {background-position: -106px -191px;}
	
a#m_Kihei{
	top: 247px;
	left: 327px;
	width: 85px;
	height: 26px;
	background-position: 0 -223px;
}
	a#m_Kihei:hover {background-position: -106px -223px;}
	
a#m_NKihei{
	top: 227px;
	left: 327px;
	width: 82px;
	height: 25px;
	background-position: 0 -322px;
}
	a#m_NKihei:hover {background-position: -106px -322px;}
	
a#m_Wailea{
	top: 273px;
	left: 335px;
	width: 106px;
	height: 25px;
	background-position: 0 -256px;
}
	a#m_Wailea:hover {background-position: -106px -256px;}
	
a#m_Maalaea{
  top: 188px;
  left: 244px;
  width: 66px;
  height: 25px;
  background-position: 0 -289px;
  }
	a#m_Maalaea:hover {background-position: -106px -289px;}



/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

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

.flexible-widgets .widget {
	float: left;
	margin: 0 0 0 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

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

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

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

.entry {
	margin-bottom: 40px;
}

.widget .entry {
	margin-bottom: 40px;
}
.home .widget .entry { margin: 30px 0; }

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

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

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

.entry-content code {
	background-color: #000;
	color: #ddd;
}

.entry-content h1 {
	font-weight: 400;
	letter-spacing: 0.96px;
}
.entry-content h2 {
	font-weight: 400;
	letter-spacing: 0.48px;
}
.entry-content h3 {
	font-weight: 400;
	letter-spacing: 0.48px;
}
.entry-content h4 {
	font-weight: 500;
	letter-spacing: 0.48px;
}
.entry-content h5 {
	font-weight: 600;
	letter-spacing: 0.48px;
}
.entry-content h6 {
	font-weight: 700;
	letter-spacing: 0.48px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #58595b;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #DE6D1D;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


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

.sidebar {
	float: right;
	width: 360px;
}

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

.sidebar p:last-child {
	margin-bottom: 0;
}

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

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

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .widget-title {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}


.footer-widgets {
	clear: both;
	text-align: left;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #4D4D4D;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	text-align: center;
	width: 100%;
}

.footer-widgets-2 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.footer-widgets-3 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	clear: both;
}

.footer-widgets ul#menu-footer-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
}


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

.site-footer {
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #4D4D4D;
}
.site-footer a { text-decoration: underline; }
.site-footer a:hover {
	color: #000;
	text-decoration: none;
}

.site-footer p {
	font-size: 14px;
	margin-bottom: 0;
}



@media only screen and (min-width: 782px) {

	/* line 553, ../scss/breakpoints/_768up.scss */
	.cwleft {
		float: left;
	}
	/* line 554, ../scss/breakpoints/_768up.scss */
	.cwright {
		float: right;
	}
}

/*
VRP Stuff
---------------------------------------------------------------------------------------------------- */
.vrpsearch {
	padding: 0.5em 0 0.2em;
}

.vrpsearchform ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-pack: justify;
}

@media only screen and (max-width: 782px) {
	.vrpsearchform ul {
		display:block;
	}
	div#home-slider {
		position: relative;
		top:-60px;
	}
}



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

@media only screen and (max-width: 1440px) {
	/*.vrp-trips-activator,*/
	/*.vrp-favorites-activator,*/
	/*.phone-call { margin-right: 10px; }*/

	#custom_html-13 input, #custom_html-13 select, #custom_html-13 .vrp-search-button { width: 136px; }
	#custom_html-13 #vrp-search-form { width: 744px; }
	.footer-widgets-2, .footer-widgets-3 { width: 90%; }
	#see-also, #our-team { max-width: 96%; }
}

@media only screen and (max-width: 1280px) {
	.faq#content-wrap, .events#see-also { max-width: 96%; margin: 0 auto; }
}

@media only screen and (max-width: 1200px) {
	.genesis-nav-menu a { padding: 36px 10px; }
	.menu-item-has-children > a { padding-right: 14px; margin-right: 4px; }
	#featured-page-2 p.narrow, #featured-page-3 p.narrow, #featured-page-4 p.narrow { margin: 0 0 30px; }
	#custom_html-8 { width: 36%; }
	#custom_html-9 { width: 63%; margin-left: 1%; }
	#custom_html-9 h5 { font-size: 16px; margin-bottom: 8px; }
	#featured-page-4 .vrp-row { text-align: center; }
	#featured-page-4 .vrp-item-wrap, #featured-page-4 .vrp-item.result-wrap { float: none !important; display: inline-block !important; text-align: left !important; }
	.events#see-also .third:nth-of-type(-n+3) { height: 740px; }
}

@media only screen and (max-width: 1023px) {
	#custom_html-13 { width: 100%; margin: 0; }
	#custom_html-13 #vrp-search-form { width: 100%; padding: 8px; margin: 0 auto; background: rgba(0, 0, 0, 0.7); }
	#custom_html-10 { text-align: left; margin-top: 20px; }
	h1, h1.page-title { font-size: 30px; margin-right: 6%; margin-left: 6%; }
	.home .entry-content h4 { margin-right: 8%; margin-left: 8%; }
	#content-wrap {	max-width: unset; width: 90%; margin: 0 5%;	padding-left: 0; padding-right: 0;}
	.footer-widgets-2, .footer-widgets-3 { width: 96%; }
	.faq.contact form { width: 90%; }
	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		width: 100%;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		clear: both;
		float: none;
		padding-bottom: 20px;
	}
	.genesis-nav-menu.responsive-menu .menu-item { display: block; border-bottom: 1px solid #d9d9d9; }

	.responsive-menu-icon {
		display: block;
		float: right;
		margin: 30px 0;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		border: none;
		padding-left: 12px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li:last-child { border: none; }

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	#custom_html-6 form { width: auto; }
	#custom_html-8, #custom_html-9 { text-align: center; width: 100%; margin: 0 0 20px; }
	#custom_html-9 .select2-container { width: 70% !important; margin: 0 15% 20px; }
	#custom_html-10 a.appstore, #custom_html-10 a.googleplay { display: block; margin-top: 8px; }
	#custom_html-10 a.ml-vacations { position: relative; top: unset; right: unset; margin: 0 auto }
	.events#see-also .third { float: none; width: 94%; height: auto !important; padding-bottom: 1%; margin: 0 3%; }
	.events#see-also .third h4 { clear: both; }
	.events#see-also .third.tall { min-height: unset !important; }
	.faq#content-wrap .half { float: none; width: 100%; margin: 0 0 30px; }
}

@media only screen and (max-width: 768px) {
	#custom_html-13 input, #custom_html-13 select, #custom_html-13 .vrp-search-button { width: 19%; margin-right: 0 !important; margin-left: 0 !important; }
	#custom_html-13 input, #custom_html-13 select { padding: 6px 4px; }
	.blogs#vrp h1.page-title { text-align: center; padding-left: 0; }
	#see-also, #our-team { max-width: 95%; }
	#gallery-1 .gallery-item { width: 100%; padding: 2% 0; margin-bottom: 6%; }
}

@media only screen and (max-width: 600px) {
	#custom_html-13 .vrp-search-button { width: 97%; margin-top: 0; }
	#custom_html-13 .vrp-search-button button { width: 100%; margin: 0; }
	#custom_html-3 img, #custom_html-4 img, #custom_html-5 img { max-width: 200%; margin-left: -50%; }
	#custom_html-3, #custom_html-4, #custom_html-5 { overflow: hidden; }
	#custom_html-5 img { margin-top: -21px; }
	.faq.contact#content-wrap form, .contact#content-wrap form { width: 100%; }
	.faq.contact#content-wrap .third { width: 100%; margin: 1% 0; }	
	.faq .half { width: 96%; margin: 0 0 10px; }
	.contact#content-wrap textarea, .contact#content-wrap .wpcf7-submit { width: 98%; }
}

@media only screen and (max-width: 480px) {
	#featured-page-2 p.narrow, #featured-page-3 p.narrow, #featured-page-4 p.narrow { padding: 0 5% !important; }
	.third { width: 94%; height: 260px; }
	.third.plan-event, .third.stay-us, .third.river-view, .third.bachelor, .third.olivia, .third.about, .third.team, .third.concierge, .third.book, .third.guide, .third.dining, .third.attractions, .third.map, .third.golf, .third.whales, .third.depoe, .third.lux-homes, .third.tubs, .third.pets, .third.game-room, .third.oceanfront, .third.oceanview, .third.lux-oceanfront, .third.things, .third.vacation, .third.oregon-dining, .third.media, .third.jon, .third.meredith, .third.david, .third.jennifer, .third.aaron, .third.kelly, .third.kari, .third.jillian, .third.jordan, .third.dirk, .third.kyle { background-size: cover !important; background-position-x: 50%; }
	#custom_html-6 { margin-bottom: 0; }
	#custom_html-6 input:nth-child(1) { width: 100%; margin: 0 0 6px; }
	#custom_html-6 input:nth-child(2) { width: 100%; }
	.result-tables table th:nth-child(4), .result-tables table td:nth-child(4) { display: none; }
	.result-tables table th:nth-child(1) { width: 70%; }
	.result-tables table th:nth-child(2), .result-tables table th:nth-child(3) { width: 15%; }
	.result-tables table th { font-size: 12px; }
	#custom_html-9 .select2-container { width: 80% !important; margin: 0 10% 20px; }
	.contact input { width: 100%; margin-right: 0; }
	.contact form .first-name input, .contact form .your-email input, .contact form p { margin-bottom: 10px; }
	.contact textarea, .contact .wpcf7-submit { width: 100%; }
	#see-also #catering input[name="start-date"], #see-also #catering input[name="additional"], .contact#content-wrap textarea, .contact#content-wrap .wpcf7-submit { width: 100%; }

	.responsive-menu-icon {width: 30px; margin: 20px 0; }
	.site-header .wrap {width: 100%; margin: 0; }
	.title-area {padding: 10px 5px; width: 160px}
	.vrp-trips-activator, .vrp-favorites-activator, .phone-call {width: 45px; padding-top: 20px;}
	.site-title a {
		width: auto;
		height: 50px;
		background-position: center !important;
	}
}

@media only screen and (max-width: 400px) {
	#custom_html-10 { margin-bottom: 0; }
	#custom_html-10 a.appstore, #custom_html-10 a.googleplay, #custom_html-10 a.ml-vacations { margin: 0 auto 20px; }
	#custom_html-10 a.ml-vacations { position: relative; top: unset; }
}

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

}

@media (min-width: 1023px) and (max-width: 1200px) {
	.site-header .wrap {margin: 0;}
}
@keyframes fadein {
from { opacity:0; }
to { opacity: 1; }
}

.rate-breakdown-value {
	text-align: right !important;
}

.sib-container.rounded {
	display: flex;
    justify-content: center;
}

.sib-container.rounded button {
	margin-top: 0px;
}

.message_area button {
	background-color: #f2dede;
    border-radius: 3px;
    border: none;
    color: #ab6598;
    cursor: pointer;
    padding: 6px 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

/*
Custom
---------------------------------------------------------------------------------------------------- */

/* Added By Michael Start */
.hottub-icon-flex {
	position: absolute;
    bottom: 10px;
    right: 50px;
    padding-right: 6px;

}

.pet-icon-flex {
	position: absolute;
    bottom: 10px;
    right: 5px;
    padding-right: 6px;
}

.pet-icon-flex, .pet-icon-wrapper, .hottub-icon-flex {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	
}
.pet-icon-wrapper, .hottub-icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #88bc55;
    width: 40px;
    height: 40px;
	position: relative;
	background-color: #fff;
}

.hottub-icon-wrapper i {
	margin-top: 5px;
}

.pet-icon-wrapper i,  .hottub-icon-wrapper i {
    color: #999;
	font-size: 24px;
}

.no-hot-tub {display: none;}

.no-pet, .no-hot-tub {
	border: 3px solid #005B88 !important;
}
.no-pet div, .no-hot-tub div {
	width: calc(1.414 * 45px);
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border-top: 3px solid #005B88;
    position: absolute;
    bottom: -4px;
    left: -1px;
    z-index: 10;
    border-radius: 50%;
}

.amenity-header {
	flex: 0 0 100%;
	padding-top: 10px;
    margin-bottom: 0px !important;
}

/* ------------ Header Formatting --------------------- */
.header-links-wrapper { 
	margin: 10px 0 4px;
	display: flex;
	justify-content: flex-end;
}
.header-links a.links {
    color: #DE6D1D;
	font-size: 18px;
	padding-top: 5px;
    margin-right: 30px;
	font-weight: 700;
}

.header-links a:hover {
	text-decoration: none;
	color: #71d152;
}

.header-links i {
	font-size: 30px;
	vertical-align: bottom;
}


@media only screen and (max-width: 1024px) {
	.a-header-content { display: none; }
}

@media only screen and (max-width: 480px) {
	.header-links a.links {
		margin-left: 15px;
	}
	.header-links-wrapper { 
		min-height: 0 !important;
		float: left;
	}
	
	.header-links .favorites {
		display: none !important;
	}
	
	.title-area {
		width: 40%;
		margin: 0 5%;
		position: absolute;
		left: 25%;
		right: 25%;
	}
}


/* ------------ Home Page Title Formatting ------------ */

.title-text {
		padding-bottom: 0px;
	}

@media only screen and (min-width: 1024px) {
	.title-text {
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 1023px) {
	.title-text p {
		margin-left: 10px;
		margin-right: 10px;
	}
}
	
.title-text p, .title-text h2{
	color: white;
	text-shadow: 2px 2px 1px #005B88;
}

.title-text p {
	font-family: 'Open Sans','sans-serif';
	font-size: 2.75em !important;
	margin-bottom: 10px !important;
	
}

.title-text h2 {
	font-size: 1.25em !important;
}

/* Banner CTA */
#cta_button_con {
	
}
  
#cta_link {
	font-size: 20px;
	font-weight: 700;
	color: white !important;
	border-radius: 0px;
	width:100%;
	text-transform: capitalize;
	background-color:#DE6D1D;
	padding: 10px;
	display: block;
	box-shadow: 1px 1px 9px #DE6D1D;
    z-index: 100;
    position: relative;
}

#cta_link:hover {
	opacity: 0.8;
}
  
@media (max-width: 767px) {
	.vrp-search-wrapper #vrp-search-form #vrp-searchbox-form{margin-top: -20px !important;}
	#cta_link{
		font-size:18px;
		line-height: 26px;
   }
	.vrp-search-wrapper{top:90px;}
}

@media (max-width: 483px) {
	#cta_link {
		height: 60px;
		padding: 5px;
	}
}
