/*
	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: rgb(84, 88, 90);
	font-family: 'Open Sans',arial,verdana,sans-serif;
	font-size: 16px;
	font-weight: 100;
	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;
}

.site-container a {
	color: #112936;
	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;
}
#content li {
	font-weight: 400;
}

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;
}

p, span {
	font-family: 'Open Sans',arial,verdana,sans-serif;
	font-weight: 400;
}

a span, a p {
		font-weight: 100;
	letter-spacing: 0.96px;
	font-family: 'Open Sans',arial,verdana,sans-serif;
}


/* 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; }

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: 4px;
	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 #22a1c4;
	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: #1C5668;
	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: #45ACCA;
	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: #1C5668;
	border: 2px solid #1C5668;
	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;}
.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;
}

/* 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: #22a1c4;
}

.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: #f9f9f9;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	z-index: 999;
}
.home .site-header { border: none; }
.featured-section .site-header {
	background-color: #f9f9f9;
}

.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/uploads/2022/03/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/uploads/2022/03/heart.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

.phone-call-icon {
	background-image: url(/wp-content/uploads/2022/03/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: #112936;
	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: 3px 0px;
	max-width: 135px;
}

.site-header.dark .title-area {

}

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

.site-title a {
	background-size: contain !important;
	display: block;
	width: 450px;
	height: 64px;
	background: url(images/cannon-beach-logo.png) no-repeat;
	text-indent: -9999px;
	margin-top: -30px;
}

.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: #112936;
	font-size: 1.1em;
	font-weight: 100;
	
	display: block;
	padding: 38px 14px 35px;
}
.genesis-nav-menu a:hover { color: #164732; }
.menu-item-has-children > a { margin-right: 5px; background: url(images/ico-has-children.png) right no-repeat; }

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

.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: #112936;
}

.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 #112936 !important;
}

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

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f0f0f0;
	color: #164732;
}
.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-2 #vrp-search-form { width: 1094px; padding: 14px; margin: -28% auto 0; background: rgba(0, 0, 0, 0.4); }
#custom_html-2 #arrival, #custom_html-2 #depart { background: #fff url('vrp/images/cal.png') 95% 50% no-repeat !important; }
#custom_html-2 input, #custom_html-2 select, #custom_html-2 .vrp-search-button { width: 195px; }
#custom_html-2 .vrp-search-button { display: inline-block; margin-top: -2px; }
#custom_html-2 .vrp-search-button button { width: 100%; }
#featured-page-2 p.narrow, #featured-page-3 p.narrow, #featured-page-4 p.narrow { text-align: center; margin: 0 23% 30px; }
.third { position: relative; float: none; display: inline-block; width: 32%;}
.third .third-content { width: 100%; padding-bottom: 67%; }
.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-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: #111; }
#featured-page-5 .third.meredith { background: url(/wp-content/uploads/2022/07/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.olivia { background: url(/wp-content/uploads/2020/04/SEC-Resorts-Olivia-Beach.jpg) no-repeat; background-size: contain; }
#custom_html-6 iframe { height: 420px; width: 100%; }
#custom_html-13 { padding: 20px 20px 15px; margin-bottom: 0; background: #F3F3F3; }
#custom_html-13 h4 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
#custom_html-13 form { width: 760px; margin: 0 auto; }
#custom_html-13 form p { margin-bottom: 0; }
#custom_html-13 input { display: inline-block; width: 420px; margin: 0 10px 6px 0; }
#custom_html-13 button { text-transform: capitalize; }
#custom_html-13 button:hover { border: none; }
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: 30px; display: block; text-indent: -9999px; width: 174px; height: 112px; background: url(/wp-content/themes/altitude-pro/images/ML-rentals-by.png) no-repeat; }
#see-also, #our-team { max-width: 1420px; text-align: center; margin: 40px auto 0; }
#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.game-room { background: url(images/Bella-Beach-SEC-Wifi.jpg) no-repeat; background-size: contain; }
#see-also .third.oceanfront { background: url(images/oceanfront.jpg) no-repeat; background-size: contain; }
#see-also .third.oceanview { background: url(images/oceanview.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(images/team-meredith.jpg) 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 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; }
.specials-news span.wpcf7-list-item { text-align: center; width: 96%; }
#vrp-wrap #vrpresults { padding-top: 10px !important; }
#vrp-wrap #vrpresults h1.page-title, #vrp-wrap #vrpresults #sidebar-wrap { display: none; }
.mtsnb a { font-weight: 700; }
#featured-page-3 .third.pet {
    background: url(/wp-content/uploads/2022/07/Untitled-design-20-1.jpg) no-repeat;
    background-size: contain;
}
#featured-page-3 .third.hot-tub {
    background: url(/wp-content/uploads/2022/09/Bella-Beach-SEC-Hot-tubs.jpg) no-repeat;
    background-size: contain;
}
#featured-page-3 .third.oceanfront {
    background: url(/wp-content/uploads/2022/10/oceanfront.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;
}

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

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

#custom_html-4 .banner-container {
	background: url(/wp-content/uploads/2022/07/Canon-Beach-Banner.jpg) no-repeat;
    width: auto;
    height: 0;
	padding-top: 13.34%;
    background-size: contain;
}

#custom_html-7 {
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}



/* ==========================================================================
   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;
}

.row-margint > div > div {
	margin-top: 10px;
}

/* 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: 100;
	letter-spacing: 0.96px;
	font-family: 'Open Sans',arial,verdana,sans-serif;
}
.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: #22a1c4;
	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: #164732;
}

.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-2 input, #custom_html-2 select, #custom_html-2 .vrp-search-button { width: 136px; }*/
	#custom_html-2 #vrp-search-form { width: 744px; }
	.footer-widgets-2, .footer-widgets-3 { width: 90%; }
}

@media only screen and (max-width: 1280px) {
	.site-title a {
		background: url("/wp-content/uploads/2022/10/cannon-beach-icon.png") no-repeat;
	}

}

@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 10% 30px; letter-spacing: 0.48px}
	#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; }
}

@media only screen and (max-width: 1023px) {
	#custom_html-2 { width: 100%; margin: 0; }
	#custom_html-2 #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%; }
	.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 { padding: 7px 15px; 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;
		box-shadow: none;
	}
	.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 }
}

@media only screen and (max-width: 767px) {
	#custom_html-2 input, #custom_html-2 select, #custom_html-2 .vrp-search-button { width: 19%; margin-right: 0 !important; margin-left: 0 !important; }
	#custom_html-2 input, #custom_html-2 select { padding: 6px 4px; }
	.blogs#vrp h1.page-title { text-align: center; padding-left: 0; }
	#custom_html-4 .banner-container {display:none;}
}

@media only screen and (max-width: 600px) {
	#custom_html-2 .vrp-search-button { width: 97%; margin-top: 0; }
	#custom_html-2 .vrp-search-button button { width: 100%; margin: 0; }
	#custom_html-3 img, #custom_html-5 img { max-width: 200%; margin-left: -50%; }

	#custom_html-3, #custom_html-4, #custom_html-5 { overflow: hidden; }
	#custom_html-6 iframe { height: 470px; }
	.contact#content-wrap form { width: 100%; }
	.third { width: 94%; max-width: 400px; }
}

@media only screen and (max-width: 480px) {
	#featured-page-2 p.narrow, #featured-page-3 p.narrow, #featured-page-4 p.narrow { margin: 0 5% 30px; }
	
	.third.luxury, .third.pet-friendly, .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#content-wrap input { width: 100%; margin-right: 0; }
	.contact#content-wrap form .first-name input, .contact#content-wrap form .your-email input, .contact#content-wrap form p { margin-bottom: 10px; }
	.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; margin-top: 0 !important;}
	.vrp-trips-activator, .vrp-favorites-activator, .phone-call {width: 45px; padding-top: 20px;}
	.site-title a {
		width: 59px;
    	height: 51px;
    	margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	#custom_html-6 iframe { height: 500px; }
	#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; }
}

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

}

@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;
}

.searchbyname-div {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://bigbeargetaway.wpengine.com/wp-content/uploads/2021/11/winter06.jpg);
    background-size: cover;
    background-position: center;
}
.searchbyname-div h1 {
    color: #fff;
    text-shadow: 1px 1px 3px #0008;
    font-size: 3em;
}
.searchbyname-inner span.select2 {
    background: #fff;
    width: 100% !important;
}
@media only screen and (max-width:1024px) {

.iform-newsletter {
	height: 350px;
}
.mob-standard-logo {
    margin-left: -70px;
    margin-top: 0px !important;
}
.mobmenul-container i {
    color: #000 !important;
	margin-top: 25%;
}
.mob-menu-header-holder {
    top: 0px !important;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
 padding-top:0 !important;
}
}

.aicon_link {
	display: none !important;
}

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

/* Added by Vito Start */
.row{
	padding-bottom: 20px;
}
.clearBoth {
    clear: both;
	height: 0px;
	overflow: hidden;
}
.col-sm-3 {
    float: left;
    margin-right: 20px;
    width: 400px;
}
.col-sm-9 {
	display: grid;
}
.col-sm-9 h2{
	margin: 0 0 0 0 !important;
}
.img-responsive {
    width: 100%;
}
@media (max-width: 800px){
.col-sm-3 {
    float: none;
    margin-right: 0px;
    width: 100%;
}
}

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

.pet-icon-flex, .pet-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}
.pet-icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #112936;
    width: 40px;
    height: 40px;
	position: relative;
	background-color: #eee;
}
.pet-icon-wrapper i {
    color: black;
	font-size: 24px;
}
.no-pet {
	border: 2px solid red !important;
}
.no-pet div {
	width: calc(1.414 * 45px);
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border-top: 3px solid red;
    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;
}

.entry-content {
	margin: 0 auto;
}

.post-93 .entry-content {
	max-width: unset;
}

.ccm-image-slider-text {
	position: relative;
	top: -100px;
	text-align: center !important;
}

.ccm-image-slider-text {
		color: #fff !important;
		max-width: 1367px;
    background: -moz-linear-gradient(top, rgba(30, 40, 24, 0.68) 0%, rgba(30, 40, 24, 0.68) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 40, 24, 0.68) 0%, rgba(30, 40, 24, 0.68) 100%);
    background: linear-gradient(to bottom, rgba(30, 40, 24, 0.68) 0%, rgba(30, 40, 24, 0.68) 100%);
}

.ccm-image-slider-title {
	margin-bottom: 0;
	color: #fff !important;
	text-align:center;
}

.n2-ss-slider .abe-column, .n2-ss-slider input, .n2-ss-slider select {box-sizing: border-box !important;}

.n2-ss-layer.n-uc-Q4UjI536vQQk {
	padding: 1rem 0;
	background-color:rgba(0,0,0,0.4);
}

#text-2 {margin: 2rem 0 0 0;}

.n2-ss-layer .abe form {margin-bottom: 0;}

.n2-ss-layer .abe-column,
.n2-ss-layer .abe-column input,
.n2-ss-layer .abe-column select,
.n2-ss-layer .abe-column button {
	height: 42px;
}

.n2-ss-layer button {box-sizing:inherit !important;}

.n2-ss-item-content .abe-container {margin: 0 auto;}

.social-footer li, .social-page i {
	margin: 0 0.6rem;
	display: inline-block;
}

#footer-signup {
	padding: 0.25rem 0 0.75rem 0;
	background: rgb(252, 252, 252);
	border-top: 1px solid #3e5133;
}

#footer1 {
	margin: 1rem 6rem;
}

#custom_html-3 {background-color: #f9f9f9;}

#footer1 .logo {margin-right: 2rem;}

.footer-widgets, .site-footer {background-color: #f9f9f9;}

#footer1 .footer-links {
	max-width:450px !important;
	margin-right:2rem;
	text-align:left;
}

.page-title {
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d9d9d9;
}

#footer1 li {text-align: left;}

#lift-tickets-table tr{
	border-bottom: 1px solid #255873;
}

.portfolio .entry-footer, .portfolio .entry-time {display:none;}

#lift-tickets-table th, #lift-tickets-table td {
	text-align: right;
	padding: 1rem;
}

.vp-portfolio__item-meta-title {
	padding:0.5rem !important;
	margin-bottom: 5px !important;
}

.vp-portfolio__item-meta {padding:0 !important;}

.vp-portfolio__items-wrap .vp-portfolio__item-meta-excerpt h6,
.vp-portfolio__items-wrap .vp-portfolio__item-meta-excerpt div {
	text-align:left;
	padding: 0;
	margin-bottom: 5px;
}

.type-portfolio .vp-portfolio__item {
	padding:0.5rem;
	background-color: #fffef9;
	border: 1px solid #8baf72;
}

.wp-block-button__link {color: #fff !important;}

/* all properties */

.all-properties {
    display: flex;
    flex-direction: column-reverse;
}

.all-properties-list h2{
    border-bottom: 1px solid #255873;
}

.all-properties-list p {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.all-properties-list a {
    color: #112936;
    text-decoration: none;
    padding: 0.2em 0.3em;
}

.all-properties-list a:hover {
    color: white;
    background: #caa044;

}

.all-properties-nav ul li {
    display: inline-block;
}

.all-properties-nav ul li a {
    color:#112936;
    font-weight: 500;
    padding: 0.2em 0.3em;
    border-radius: 3px;
}

.all-properties-nav ul li a:hover {
    color:white;
    background-color: #caa044;
    text-decoration: none;
}
.all-properties-list {
    display: flex;
    flex-direction: column;
}
.all-properties-list li {
    margin-bottom:12px;
    display: flex;
    flex-direction: column;
}

.groupByLetter {
    column-count: 3;
    display: inline-block;
    width:100%;
}

#text-2 .slick-next.slick-arrow {
	right: 25px;
	z-index: 99;
}

#text-2 .slick-prev.slick-arrow {
	left: 25px;
	z-index: 99;
}

#featured-units button {
	color: #fff !important;
	text-shadow: 0 0 3px #000;
}

@media screen and (max-width: 640px) {
    .groupByLetter {
        column-count: 2;
    }
}


@media only screen and (max-width:1400px) {
	.entry-content {padding: 0 0.8rem;}
	.entry-content-vrp {
		padding: 0 0.8rem;
	}

	.home-cabins h2 {font-size: 24px;}

}

@media only screen and (max-width:1510px) {
	#footer1 .footer-links {
		max-width: 225px !important;
	}

	#footer1 {padding: 1rem 6rem;}
}

@media only screen and (max-width:1230px) {
	#footer1 {padding: 1rem;}
}

@media only screen and (max-width:1205px) {
	.home-cabins h2 {font-size: 20px;}
}

@media only screen and (max-width:1120px) {
	#n2-ss-2item2 {font-size:40px !important;}
	#n2-ss-2item1 {font-size:24px !important;}
}

@media only screen and (max-width:1068px) {
	#footer1 {padding: 1rem 0;margin-left: 1rem;}
}

@media only screen and (max-width:1030px) {
	#footer1 .footer-links {
		max-width: 190px !important;
	}
}

@media only screen and (max-width:960px) {
	#footer1 {margin-left: 2rem;}
	#footer1 .footer-links {
		max-width: 100% !important;
	}

	#footer1 .abe-column {margin:1rem 0;}
}

@media only screen and (max-width:842px) {
	#n2-ss-2item2 {font-size:34px !important;}
	#n2-ss-2item1 {font-size:20px !important;}
}

@media only screen and (max-width:600px) {
	#footer1 li {line-height:2;}
	#footer1 .abe-column {text-align:left;}
	#footer1 .logo {float:none !important;}
	.company-info,#custom_html-3 img {margin-left:0;}
}

li.why-choose {
margin-bottom: 8px;
}
li.why-choose h3 {
display: inline;
font-size: 16px;
}
li.why-choose p {
display: inline;
}

.abe-terms {
	border: black solid 1px;
}

/* ------------ Header Formatting --------------------- */
.header-links-wrapper { 
	padding: 10px 0 4px;
	display: flex;
	justify-content: flex-end;
	background-color: rgb(249, 249, 249);
}
.header-links a.links {
    color: rgb(84, 88, 90);
	font-size: 18px;
	padding-top: 5px;
    margin-right: 30px;
	font-weight: 700;
}

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

.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 9%;
		position: absolute;
		left: 25%;
		right: 25%;
	}*/
	.title-area {
	    width: 60%;
	    margin: 10px 9%;
	    position: absolute;
	    left: 18%;
	    right: 18%;
	    max-width: 222px;
	}

	.boximg-cta {
	    margin-bottom: 10px;
	}
}

/* ----------- Footer Formatting ----------------- */
.ml-vacations img {
	max-width: 136px;
}

.abe-column .logo {
	max-width: 150px;
}

/* ---------- Results Formatting -----------*/
#abe-map-results {
	position: sticky !important;
	max-height: 95vh;
	top: 30px;
}

.gm-ui-hover-effect > span {
	margin: 0px !important;
}

.hottub-icon-flex {
	position: absolute;
    bottom: 130px;
    right: 50px;
    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 #78BE20;
    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 #54585A !important;
}
.no-pet div, .no-hot-tub div {
	width: calc(1.414 * 45px);
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border-top: 3px solid #54585A;
    position: absolute;
    bottom: -4px;
    left: -1px;
    z-index: 10;
    border-radius: 50%;
}

/* ------ Modal ------ */
.modal-body {
	margin: 5%;
	border: 1px solid #eee;
	width: 90%;
	background-color: white;
	z-index: 100;
	overflow-y: auto;
	border-radius: 4px;
	display: block;
	position: relative;
}

.modal-moveable {
	position: fixed;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	z-index: 101;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(5,5,5);
	z-index: 99;
	opacity: 0.3;
}

.modal-body iframe {
	width: 100%;
	overflow: hidden;
}

#iFrame1{
	height: 900px;
}

@media (max-width: 854px) {
	#iFrame1{
		height: 1200px;
	}

}

@media (max-width: 555px) {
	#iFrame1{
		height: 1300px;
	}

}

@media (max-width: 380px) {
	#iFrame1{
		height: 1450px;
	}

}

.modal-footer {
	padding-left: 10px;
}

.button-close-modal {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
	width: auto;
}

.body-modal-open {
	overflow: hidden;
}

#abe-review-container {
	display: none;
}

.use-pointer {
	cursor: pointer;
}

.gb-block-button a {
	background:#164732!important
}

.cta-images-col .gb-block-layout-column-inner {
	height:100%
}
.cta-images-col .gb-block-layout-column-inner figure {
	height: 100%;
	padding:0;
	margin:0;
}

.cta-images-col .gb-block-layout-column-inner img {
	object-fit:cover;
	width:100%;
	height:100%
}

.cta-images-col .gb-block-layout-column-inner .gb-block-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.cta-images-col .gb-block-layout-column-inner .gb-block-button a {
	background-color: transparent!important;
	border: 1px solid white;
	text-transform: uppercase;
    font-weight: 500;
}

/* SPECIALS CPT */


.specials-wrapper {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
}

.specials-wrapper article {
	display:flex;
	align-items: center;
	margin-bottom: 25px;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.specials-wrapper article a {
	background-color: #164732;
	color:white;
}

.specials-wrapper article .featured-image {
	width:400px;
	flex-shrink: 0;
}

.specials-wrapper article .description {
    margin-left: 40px;
}

@media screen and (max-width:1024px){
	.specials-wrapper article {
		padding-left: 10px;
		padding-right: 10px;
	}

	.specials-wrapper article .featured-image { width: 30%}
}

@media screen and (max-width:640px){
	.specials-wrapper article {
		flex-direction: column;
	}

	.specials-wrapper article .featured-image {
		width:100%;
	}

	.specials-wrapper article .description {
		margin: 20px 0;
	}
}

@media screen and (max-width:600px){
	#custom_html-3	img.logo {
		width:300px
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		margin-top:20px;
	}
}

#unit-booking-footer {
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 999999;
    border-top: 1px solid rgb(84, 88, 90);
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 20%) 0px -2px 8px 0px;
}

@media only screen and (max-width:960px) {
	#unit-booking-footer { 
		display: block;	
	}
}

.unit-footer-button-wrapper {
    height: 100%;
    margin: 0 15px;
    width: 40%;
    display: inline-block;
}

.unit-footer-button {
    height: 70%;
    margin-top: 10px !important;
    background-color: #112936;
    font-size: 12px;
    padding:  0 !important;
    white-space: normal;
    line-height: 1;
}

.unit-footer-rates-wrapper {
    width: 30%;
    height: 10px;
    display: inline-block;
}

.specials-header {
	margin: 15px 0;
}

.specials-block {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	max-width: 800px;
	margin: 0 auto;
}

.specials-block p {
	margin-bottom: 0;
}

.specials-block form {
	margin-bottom: 10px !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:rgb(22, 71, 49);
	padding: 10px;
	display: block;
	box-shadow: 1px 1px 9px rgb(0 26 0);
    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;
	}
}

/* Reviews */
.rating__background {
  fill: #5f8d9f;
  stroke: red;
  stroke-width: 1;
  height: 100%;
  width: 100%;
}

.rating__value {
  fill: #0d913d;
  height: 100%;
}
.reviewCreatedDate {
    margin-bottom: 10px;
}	
.reviewA {
    width: 100px;
    margin-bottom: 10px;
}
.reviewResponse{
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 15px;
}

/* Hide Accessibility on Mobile */
@media only screen and (max-width:960px) {
	#pojo-a11y-toolbar { 
		display: none !important;	
	}
}

/* Cancellation Policy */
.booking-cxl-policy {
	margin-bottom: 40px;
}

#cancellation-policy {
	color: #FFF;
}
