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

@font-face {
	font-family: "Pacifico";
	src: url('media/Pacifico.woff') format('woff');
	src: url('media/Pacifico.woff2') format('woff2');
}

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

*/


/*
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;
    display: inline-flex;
}

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

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

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

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

.blog-archive .blog-pagination {margin-top: 50px;}

.blog-archive article {margin-bottom: 30px;}



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

body {
	background: #F4EBDC url(images/bg-inner.jpg) center top no-repeat;
	color: #0E424E;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
body.front-page { background: #F4EBDC; }
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: #DC5E4E;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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: 400;
	line-height: 1.6;
	margin: 0 0 20px;
}

h1 {
	font-family: "Pacifico", sans-serif;
	font-size: 82px;
}
h1.page-title { position: relative; font-size: 60px; text-align: center; line-height: 1.2em; color: #fff; padding: 0 20%; margin: -90px auto 90px; z-index: 994; animation: fadein 1s; }

h2 {
	font-family: "Pacifico", sans-serif;
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.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 #ddd;
	border-radius: 0;
	box-shadow: none;
	padding: 0 20px;
	width: 100%;
}

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 #DC5E4E;
	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: #DC5E4E;
	border: 2px solid #DC5E4E;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-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: #ED6C5C;
	border: 2px solid #ED6C5C;
	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,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}


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

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

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.site-header .wrap { max-width: unset; margin: 0 40px; }
.site-header .wrap .wrap { margin: 0; }
.front-page .site-inner { margin-top: 0; }
.site-inner {
	clear: both;
	margin-top: 100px;
	-word-wrap: break-word;
}
.front-page .entry-content { background: unset; }
.entry-content { position: relative; background: #F4EBDC; }

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

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

.entry-title {
	font-size: 48px;
}

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

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

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

.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 14px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 14px 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;
}

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

#content {
	margin-top: 80px;
}

/* 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: url(images/bg-header.png) top repeat-x;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 995;
}

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

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

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

.title-area {
	float: left;
	padding: 0;
	margin-left: 0;
	width: auto;
	animation: fadein 1s;
}
.front-page .title-area { margin-left: 70px; }

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

.site-title a {
	display: block;
	text-indent: -9999px;
	width: 273px;
	height: 212px;
	background: url(images/surfside-logo.png) no-repeat;
	background-size: contain;
}

.dark .site-title a {
	width: 129px;
	height: 100px;
}

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


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	border-bottom: 1px dashed #3C6771;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.genesis-nav-menu li.highlight a:hover::before {
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.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-top: 25px;
	width: 68px;
	height: 68px;
	padding-top: 12px;
	float: right;
	text-align: center;
	background: #fff;
	border-radius: 34px;
	transition: transform .3s;
	animation: fadein 1s;
}
.responsive-menu-icon:hover { transform: rotate(180deg); transition: .1s ease-in-out; }
.responsive-menu-icon::before {
	color: #DC5E4E;
	content: "\f333";
	font: normal 44px/1 "dashicons";
	margin: 0 auto;
}
.mob-menu-header-holder {
	width:  68px !important;
	height: 68px !important;
	background-color: #fff !important;
	border-radius: 34px !important;
}
.mobmenur-container { margin: 1px 2px 0 0 !important; }
.mobmenur-container i { color: #DC5E4E !important; font-size: 44px !important; }
.mobmenu-right-panel li, .rightmbottom, .rightmtop { padding-left: 0 !important; padding-right: 0 !important; }
.mobmenu-content #mobmenuright .sub-menu { background: #dacfbe !important; }
.mobmenu-content #mobmenuright .sub-menu a { color: #0a2f38 !important; }
.mobmenu-content #mobmenuright .sub-menu a:hover { color: #fff !important; }
.mob-icon-menu.mob-menu-icon:hover { transform: rotate(180deg); transition: .1s ease-in-out; }
body.home.mob-menu-overlay, body.home.mob-menu-slideout, body.home.mob-menu-slideout-over, body.home.mob-menu-slideout-top { padding-top: 0 !important; }
.mobmenu-right-panel { width: 320px !important; }
.mobmenu-right-panel .mob-cancel-button { font-size: 26px !important; line-height: 1.4; color: #fff !important; background: #dc5e4e !important; }
.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

.half, .third { float: left; }
.half { width: 50%; }
.third { width: 33.3%; }

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

#front-page-1 { background: #0c383e; border-bottom: 14px solid #DC5E4E; }
#front-page-1 video { width: 100% !important; }
#custom_html-8 { margin-bottom: -180px; }
#custom_html-2 { position: absolute; display: none; top: 360px; left: 0; font-size: 22px; text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); color: #F4EBDC; z-index: 9; animation: fadein 2s; }
#custom_html-2 h1 { margin-bottom: 0; line-height: 1.2; }
#custom_html-2 h3 { font-size: 36px; text-transform: uppercase; line-height: 1.2; }
#custom_html-4 { float: none; font-size: 22px; line-height: 2em; max-width: 880px; padding: 3% 2% 60px; margin: 0 auto; }
#custom_html-4 p { margin-bottom: -20px; }
#custom_html-4 img { position: relative; margin: 0 auto -120px; z-index: 99; }
#custom_html-4 img:hover { transform: rotate(360deg); transition: .3s ease-in-out; }
#featured-page-2 { clear: both; color: #F4EBDC; padding: 4.5% 2% 3%; background: #0E424E url(images/bg-lakecation.jpg) no-repeat; }
#featured-page-2 h3 { font-size: 44px; letter-spacing: -1px; }
#featured-page-2 a { position: relative; display: inline-block; overflow: hidden; width: 500px; height: 500px; margin: 5px 15px; border: 10px solid #F4EBDC; border-radius: 30px; transition: .2s; }
#featured-page-2 a:hover, #featured-page-5 a:hover { border-color: #fff; border-radius: 90px; transition: .2s ease-in-out; }
#featured-page-2 a:hover span { color: #fff; transform: scale(1.2); background: rgba(220, 94,78, 0); transition: .4s ease-in-out; }
#featured-page-2 a.plan-beach { background: url(images/plan-beach.jpg) center no-repeat; background-size: cover; }
#featured-page-2 a.plan-food { background: url(images/plan-food.jpg) center no-repeat; background-size: cover; }
#featured-page-2 a.plan-all { background: url(images/plan-all.jpg) center no-repeat; background-size: cover; }
#featured-page-2 a span { position: absolute; display: block; font-family: 'Pacifico', serif; font-size: 44px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.9); line-height: 1.2em; color: #F4EBDC; width: 100%; height: 100%; padding: 170px 20% 0; background: rgba(220, 94,78, 0.35); transition: .2s; }
#featured-page-3 .half.image { min-height: 670px; background: url(images/our-amenities.jpg) center no-repeat; }
#featured-page-3 .half.text { overflow: hidden; text-align: left; color: #fff; max-width: 780px; height: 720px; padding: 5% 7% 2%; margin-top: -50px; background: #4c7982; border-top-left-radius: 60px; border-top-right-radius: 60px; border-bottom-right-radius: 60px; }
#featured-page-3 .half.text ul { display: flex;	flex-direction: column;	flex-wrap: wrap; align-content: flex-start; font-size: 14px; height: 350px; margin-left: 20px; }
#featured-page-3 .half.text ul li { width: 50%; margin-bottom: 2px; }
#featured-page-4 { text-align: left; line-height: 1.8em; }
#featured-page-4 .white { background: #fff; }
#featured-page-4 .wrap-top { float: right; width: 780px; padding: 12% 20% 2% 0; }
#featured-page-4 .image-top { height: 720px; background: url(images/corner-top.png) no-repeat, #fff url(images/about-1.jpg) no-repeat; border-bottom-left-radius: 60px; }
#featured-page-4 .text-bottom { overflow: hidden; background: #fff; border-bottom-right-radius: 60px; }
#featured-page-4 .wrap-bottom { width: 780px; padding: 16% 0 12% 20%; }
#featured-page-4 .image-bottom { background: #F4EBDC url(images/corner-left-white.png) right top no-repeat; }
#featured-page-4 .image-bottom img { margin: 0; }
#featured-page-5 {  padding: 4% 2% 3%; background: url(images/bg-home-bottom.jpg) bottom no-repeat; }
#featured-page-5 a { position: relative; display: inline-block; overflow: hidden; width: 500px; height: 500px; margin: 5px 15px; border: 10px solid #7AB1BB; border-radius: 30px; transition: .2s; }
#featured-page-5 a.box-activities { background: url(images/box-activities.jpg) center no-repeat; background-size: cover; }
#featured-page-5 a.box-weddings { background: url(images/box-weddings.jpg) center no-repeat; background-size: cover; }
#featured-page-5 a.box-groups { background: url(images/box-groups.jpg) center no-repeat; background-size: cover; }
#featured-page-5 a span { position: absolute; display: block; font-family: 'Pacifico', serif; font-size: 44px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.9); line-height: 1.2em; color: #F4EBDC; width: 100%; height: 100%; padding: 190px 3% 0; background: rgba(46,110,110, 0.2); transition: .4s ease-in-out; }
#featured-page-5 a:hover span { color: #fff; transform: scale(1.2); background: rgba(46,110,110, 0); transition: .4s ease-in-out; }

.content-wrap { clear: both; max-width: 1400px; padding: 4.5em 5em 6em; margin: -60px auto 5em; background: #fff; border-radius: 60px; animation: slide-up ease 0.5s; }
.content-wrap h2 { text-align: center; line-height: 1.2em; color: #2E6E6E; margin: 0 6% 30px; }
.content-wrap h2.line { background: url(images/line-h2.png) 0 34px repeat-x; }
.content-wrap h2 span { display: inline-block; padding: 0 14px; background: #fff; }
.content-wrap h3, .content-wrap h4 { font-weight: 500; line-height: 1.2; letter-spacing: -1px; margin-bottom: 10px; }
.content-wrap a { font-weight: 700; }
.content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap ul, .content-wrap p, .content-wrap img { animation: fadein 2s; }
.content-wrap .su-spoiler-title { font-size: 20px !important; padding: 15px 35px 15px 15px !important; background: #FFFCF8 url(images/ico-open.png) 99% 7px no-repeat !important; }
.content-wrap .su-spoiler-title:hover { background: #fff url(images/ico-open.png) 99% 7px no-repeat !important; }
.content-wrap .su-spoiler { margin-bottom: 1em !important; }
.book-page .content-wrap { min-height: 600px; }
.padded-right { padding-right: 3%; }
.padded-top { padding-top: 3%; }
.padded-bottom { padding-bottom: 3%; }
.box-borders .half { width: 48%; margin: 0 2% 14px 0; border-bottom: 1px dashed #0E424E; min-height: 260px;}
.box-borders .half img { margin-right: 14px !important; }
.box-rounded { float: left; display: block; font-size: 28px; font-weight: 500 !important; line-height: 1.2em; text-align: center; color: #F4EBDC; width: 25%; min-height: 190px; padding: 2.5% 2% 3%; background: #0E424E; border: 8px solid #F4EBDC; border-radius: 30px; animation: fadein 2s; }
a.box-rounded:hover { color: #0E424E; background: #F4EBDC; }
.box-package { display: block; float: left; text-align: left; width: 30%; min-height: 600px; padding-top: 20px; margin: 0 1.6% 3.3%; border-top: 2px dashed #7AB1BB; }
.box-package h4 { text-align: center; }
.box-package .coupon { font-weight: 700; text-align: center; color: #fff; padding: 6px; background: #B1B24C; border-radius: 8px; }
.rooms .box-package { border-top: none; border-bottom: 2px dashed #7AB1BB; animation: fadein 2s; }
.rooms .box-package img { margin-bottom: 0; border-radius: 10px; }
.rooms .box-package img:hover { transform: scale(1.03); transition: .4s ease-in-out; }
.rooms .box-package h4 { text-align: left; margin-bottom: 6px; }
.rooms .box-package p:nth-of-type(1) { margin-bottom: 14px; }
.rooms .su-tabs { padding: 0; background: #7ab1bb; }
.rooms .su-tabs-nav { padding: 3px 3px 0; }
.rooms .su-tabs-nav span { font-size: 18px; font-weight: 500; background: #bee1e7; }
.rooms .su-tabs-pane { padding: 15px 0; }
.tours .box-package { min-height: unset; padding-bottom: 1.5%; margin-bottom: 1%; }
.tours .box-package h4 { text-align: center; }
.room h2 { margin-bottom: 10px; }
.room img { border-radius: 10px; }
.room iframe { margin: 0 auto; }
.box-light { clear: both; padding: 20px; background: #CAE8ED; border-radius: 16px; }
.box-light p { text-align: left; }
.no-margin, .img-no-margin .content-wrap img { margin-bottom: 6px !important; }
.a-center { text-align: center; }
.clear { clear: both; }
a.btn { display: inline-block; font-size: 18px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 10px 28px; background: #DC5E4E; border-radius: 10px; transition: .2s ease-in-out; }
a.btn:hover, a.btn-s:hover { background: #ED6C5C; transition: .2s ease-in-out; }
a.btn:active, a.btn-s:active { background: #BE4E40; }
a.btn-s { display: inline-block; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 4px 14px; margin-bottom: 4px; background: #DC5E4E; border-radius: 12px; transition: .2s ease-in-out; }
a.btn.book { position: fixed; top: 25px; right: 110px; font-size: 24px; text-indent: -9999px; padding: 14px 62px 16px; background: #DC5E4E url(images/book-letsgo.png) center 24px no-repeat; border-radius: 34px; z-index: 9999; animation: fadein 1s; }
a.btn.book:hover { background: #ED6C5C url(images/book-letsgo.png) center -38px no-repeat; }
.content-wrap a.btn { border: 2px solid #fff; }

.nav-room { text-align: center; padding-left: 20px; margin: 60px 0 0 0 !important; border-top: 1px solid #2E6E6E; }
.nav-room li { float: left; list-style-type: none !important; text-align: left; border-left: 1px solid #2E6E6E; }
.nav-room li:last-child { border-right: 1px solid #2E6E6E; }
.nav-room li a { display: block; font-weight: 400; line-height: 1.2em; padding: 10px 12px 14px; }
.nav-room li.current a { color: #05171B; background: linear-gradient(#eaf2f3, rgba(234,242,243,0)); }
#iFrameResizer0 { max-width: 100% !important; }
#tablepress-3 { margin: 20px auto 16px; }
#tablepress-3 thead { color: #fff; background: #7AB1BB; }
#tablepress-3 tbody tr:nth-child(even) { background: #DEEEF1; }
#tablepress-3 th, #tablepress-3 td { padding: 3px 5px; }
#tablepress-3 th:nth-child(1), #tablepress-3 td:nth-child(1) { text-align: left; }
#tablepress-3 td:nth-child(2) { text-align: right; }
.single .entry-content, .blog .entry-content { background: #fff; }
.single .content-wrap, .blog .content-wrap { margin: -20px 10px 5em; }
.single .content-wrap h2, .blog .content-wrap h2 { text-align: left; margin: 0 auto 20px; }
.single .entry-header::after, .blog .entry-header::after { padding-bottom: 0; border-bottom: none; }
.single .entry-meta, .single .entry-footer, .blog .entry-meta, .blog .entry-footer { display: none; }
.page-template-page-blog .content-wrap h3.post-title { margin-bottom: 4px !important; }
.blog-categories { margin-bottom: 12px; }
.blog-categories a { font-weight: 400 !important; }
.blog-categories a::after { content: '|'; }
.wpcf7-form { max-width: 700px; padding: 3% 4%; margin: 40px auto 0; background: #EAF4F6; border-radius: 14px; }
.contact .wpcf7-form { clear: both; margin: 0 auto 60px; }
.wpcf7-form input, .wpcf7-form select { height: 40px; padding-left: 10px; }
.wpcf7-form textarea { padding: 10px; }
.wpcf7-form input[type="checkbox"] { height: 14px; margin-bottom: 20px; }
.wpcf7-form label { display: block; font-size: 14px; }
.wpcf7-form .label { font-size: 14px; padding-top: 14px; }
.wpcf7-form-control.wpcf7-submit { height: 50px; padding: 10px 25px; }
.wpcf7-form p { margin-bottom: 10px; }
.n2-section-smartslider { margin-bottom: 40px; }

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

.image-section {	
	overflow: hidden;
	width: 100%;
}

.image-section .widget-area {
	text-align: center;
}

.front-page-1 {
	position: relative;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

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

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slide-up {
	0% {
	  transform: translateY(100px);
	}
	100% {
	  transform: translateY(0);
	}
  }

/* ==========================================================================
   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-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 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: #DC5E4E;
	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: 700;
	color: #C8C957;
    text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}


.footer-widgets {
	background-color: #0E424E;
	clear: both;
	text-align: center;
}

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

.footer-widgets ul li::before { content: '·'; }

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

.footer-widgets-1, .footer-widgets-2 {
	width: 100%;
}

.footer-widgets-1 { height: 125px; background: #fff; }
#custom_html-5 { position: relative; width: 890px; padding: 40px 30px; margin: -32px auto 0; background: #fff; border-radius: 20px; z-index: 98; }
#custom_html-5 img { margin: 0 35px; }
.footer-widgets-2 { overflow: auto; color: #fff; max-width: 1550px; padding: 4% 1% 3%; margin: 0 auto; }
.footer-widgets-2 a { color: #fff; }
.footer-widgets-2 a:hover { color: #F6F6CE; }
.footer-widgets-2 .widget {
	width: 30%;
	float: left;
	margin-left: 3.3%;
	text-align: left;
}

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


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

.site-footer {
	border-top: 2px solid #2E6E6E;
	background: #0E424E;
	padding: 20px;
	text-align: right;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

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

.go-top { float: left; display: block; text-align: left; text-indent: -9999px; width: 46px; height: 46px; background: url(images/ico-top.png) no-repeat; }


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

.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: 100000px) {
	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		clear: both;
		padding: 20px;
		background: #0E424E;
		border-radius: 20px;
		border: 4px solid #fff;
		position: absolute;
		right: 40px;
		top: 100px;
		width: 500px;
	}

	.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 li a {
		background: none;
		border: none;
		display: block;
		padding: 10px;
		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: 18px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #0E424E !important;
		background: #fff;
		border-radius: 6px;
	}

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

	.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 {
		position: relative;
		text-transform: none;
		padding: 6px 10px 6px 20px;
		width: 100%;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	.site-header .genesis-nav-menu.responsive-menu a:hover { background: #222; }
}

@media only screen and (max-width: 1700px) {
	#featured-page-4 .wrap-top, #featured-page-4 .wrap-bottom { width: auto; padding: 8% 10% 6%; }
	#featured-page-2 a, #featured-page-5 a { width: 30%; height: 400px; margin: 1%; }
	#featured-page-2 a span { word-wrap: normal; padding-top: 30%; }
	#featured-page-5 a span { word-wrap: normal; padding-top: 140px; }
	#featured-page-3 .half.image { width: 40%; min-height: 610px; }
	#featured-page-3 .half.text { width: 60%; height: 660px; }
	#featured-page-4 .image-top { background: #fff url(images/about-1.jpg) center no-repeat; }
	#featured-page-5 { background-position-y: top; }
}

@media only screen and (max-width: 1440px) {
	h1.page-title { font-size: 52px; }
	h2 { font-size: 44px; }
	.front-page .title-area { margin-left: 0; }
	.site-title a {	width: 220px; height: 171px; }
	.content-wrap { max-width: 100%; padding: 3em 3em 4em; margin: -60px 10px 4em; }
	.full-width-content .content { padding: 0 0 50px; }
}

@media only screen and (max-width: 1280px) {
	#custom_html-8 { margin-bottom: -10px; }
	.box-rounded { font-size: 24px; }
	.footer-widgets-2 { padding-top: 5%; }
}

@media only screen and (max-width: 1200px) {
	#featured-page-2 a, #featured-page-5 a { width: 46%; }
	#featured-page-2 a span { padding-top: 25%; margin: 0 1% 1%; }
	#featured-page-3 .half.image { width: 30%; }
	#featured-page-3 .half.text { width: 70%; }
	#featured-page-5 { background-position-y: bottom; }
	a.btn { font-size: 16px; }
}

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

	h1.page-title { padding: 90px 4% 0; }
	#custom_html-4 { font-size: 18px; padding: 6% 5% 60px; }
	#custom_html-5 { width: 100%; border-radius: 0; }
	#custom_html-5 img { margin: 0 2%; }
	#featured-page-3 .half.text ul { height: 370px; }
	.title-area { margin-top: -8px; }
	.content-wrap { margin-top: -70px; }
	.single .content-wrap { margin-top: -30px; }
	.page-id-99 .half, .page-id-100 .half, .contact .half { float: none; overflow: auto; width: 100%; margin-right: 0; }
	.box-package { width: 100%; min-height: unset; margin-right: 0; }
	.box-rounded { font-size: 22px;	}
	.footer-widgets-1 { height: auto; }

	.front-page .site-inner {
		max-width: none;
	}

	.content,
	.sidebar {
		width: 100%;
	}
	
	.front-page .site-inner {
		margin-top: 0;
	}

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

}

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

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.content-wrap {	padding: 3em 2em 4em; }
	h1.page-title {	font-size: 48px; }
	h2 { font-size: 40px; }
	h3 { font-size: 26px; }
	#featured-page-2 { padding: 8% 2%; }
	#featured-page-2 a, #featured-page-5 a { float: none; width: 96%; }
	#featured-page-2 a span { padding-top: 22%; }
	#featured-page-3 .half.image { width: 15%; }
	#featured-page-3 .half.text { width: 85%; }
	#featured-page-4 .half { width: 100%; }
	#featured-page-4 .image-top { border-bottom-left-radius: 0; }
	#featured-page-4 .image-bottom { display: none; }
	#custom_html-5 { padding: 3% 2%; }
	.box-rounded { width: 50%; min-height: 130px; }
	.page-id-78 .half { width: 100%; }
	.page-id-78 .half:nth-of-type(1) ul { margin-bottom: 0; }
}

@media only screen and (max-width: 768px) {
	.site-header .wrap { margin: 0 10px; }
	a.btn.book { right: 82px; }
	.mob-menu-header-holder { right: 10px !important; }
	#featured-page-2 { padding: 12% 2% 0; }
	#featured-page-2 h3 { font-size: 36px; margin-bottom: 6px; }

}

@media only screen and (max-width: 640px) {
	#featured-page-3 .half.image { float: none; width: 100%; min-height: 260px; background-position-y: bottom; }
	#featured-page-3 .half.text { float: none; position: relative; width: 96%; max-width: 96%; height: unset; padding: 6% 10% 2%; margin: -12% 2% 2%; }
	#featured-page-3 .half.text ul { display: block; height: unset; padding-left: 3%; margin-bottom: 30px; }
	#featured-page-3 .half.text ul li {	width: 100%; }
	#featured-page-3 .half.text h2 { margin-bottom: 10px; }
	#custom_html-8 { padding-top: 110px; }
	.page-id-64 .half { float: none; width: 100%; }
	.footer-widgets-2 .widget { width: 96%; margin-bottom: 3%; }
	.footer-widgets .widget-title { margin-bottom: 2px; }
}

@media only screen and (max-width: 480px) {
	.site-title a { width: 190px; height: 148px; }
	.site-header .wrap { margin: 0;	}
	a.btn.book {	right: 72px; }
	.mob-menu-header-holder { right: 2px !important; }
	#featured-page-2 a, #featured-page-5 a { height: 340px; }
	.box-rounded { width: 100%; min-height: unset; }
	#featured-page-2 a span { padding-top: 90px; }
	#content { margin-top: 0;}
}

@media only screen and (max-width: 400px) {
	.mob-menu-header-holder {
		width: 58px !important;
		height: 58px !important;
		border-radius: 29px !important;
	}
	a.btn.book { right: 62px; padding: 11px 50px; border-radius: 29px; background-position-y: 20px; }
	h1.page-title { line-height: 1em; }
}

@media only screen and (max-width: 340px) {
	.site-title a { width: 160px; height: 124px; }
	a.btn.book { padding: 8px 50px 14px; }
}