/*
Theme Name: topoftheworld
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for topoftheworld.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: topoftheworld
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

topoftheworld is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 1% 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #4c443d;
	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #438a68;
	margin: 0;
	line-height: 1.2em;
	font-weight: normal;
	font-family: "trajan-pro-3",sans-serif;
}

p {
	margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited { color: #438a68; text-decoration: none; }
a:hover, a:focus, a:active { color: #ade1fc; outline: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, .button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 10px;
	background: #438a68;
	box-shadow: none;
	color: #FFF;
	line-height: 1;
	padding: .75em 1.5em;
	text-transform: uppercase;
	font-weight: 300;
}

.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #ade1fc;
	color: #4c443d;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container { max-width: 1400px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 2%; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 14px; margin-top: 15px; color: #858482; }

.map {position: relative; margin-bottom: 1.25em; }
.cover {position: absolute; top: 0; right: 0; bottom:6px; left: 0; background-color: #000; opacity: 0.1;}

.header-bar { background: #438a68; color: #FFF; padding: 15px 0; font-size: 17px; }
.header-bar a { color: #FFF; }
.header-reservations a span.phone { color: #ade1fc; }
.header-bar .social-icon { margin-right: 5px; font-size: 19px; }
.header-wrapper { position: relative; }
.nav-bar { position: relative; background: rgba(0,0,0,0.43); z-index: 1000; transition: all ease 0.3s; }
.site-branding.alignleft { margin-bottom: -36px; margin-right: 0; }
.site-logo { width: 167px; height: 104px; margin: auto; padding-top: 10px; }
.hero-image { position: relative; z-index: 100; line-height: 0; }
.hero-image img { width: 100%; height: auto; }

#sticky-anchor { width: 100%; height: 0; transition: all ease 0.3s; position: absolute; width: 100%; }
.sticky-nav { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; transition: all ease 0.3s; }
.sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
.sticky .nav-bar { background: rgba(0,0,0,0.75); }

/* Header reservations bar */
.header-reservations-button.alignright { margin-top: 10px; margin-bottom: 10px; }
.header-reservations-button a { display: block; color:#FFF; background: #e76e1c; padding: 0.45em 1em; border-radius: 15px; }
.header-reservations-dropdown { background: #f1f1f1; padding: 1em 0; position: fixed; width: 100%; top: 0; left: 0; z-index: 1500; box-shadow: 2px 2px 5px rgba(0,0,0,0.5); }
.header-reservations-dropdown .container { position: relative; }
.dropdown-close { position: absolute; top: 0; right: 2%; }
.dropdown-close { cursor: pointer; }
.tab-navigation ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.tab-navigation li { display: inline-block; border: 1px solid #CCC; border-radius: 10px; }
.tab-navigation li.active { background: #ade1fc; }
.tab-navigation li a { color:#4c443d; display: block; padding: 0.5em 1em; }
.tab-navigation li:not(.active) { background: #438a68; }
.tab-navigation li:not(.active):hover { background: #ade1fc; }
.tab-navigation li:not(.active) a { color: #FFF; }
.tab-navigation li:not(.active):hover a { color: #4c443d; }
.tab { padding: 1em; text-align: center; }
.tab p { margin-bottom: 0.5em; }
.tab a:hover { color: #333; }
.tab iframe { height: 150px; }
#tab-rooms form span { display: inline-block; margin-right: 15px; vertical-align: middle; }
#tab-rooms form #NumGuests { font-size: 17px; padding: 5px; background: #FFF; }
#tab-rooms form #Submit1 { background: #b5a37e; font-size: 17px; }
#tab-rooms form #Submit1:hover { background: #ade1fc; }

.booking-bar-wrapper { background: #438a68; color: #FFF; padding: 10px 0; text-align: center; font-size: 17px; }
.booking-bar-wrapper h3 { color: #FFF; margin-bottom: 5px; }
.booking-bar-wrapper form span { display: inline-block; margin-right: 15px; vertical-align: middle; }
.booking-bar-wrapper form #NumGuests { font-size: 17px; padding: 5px; }
.ui-datepicker {z-index:1001 !important;}
.date_picker {font-size: 17px; background: #FFF url(https://resnexus.com/resnexus/img/icons/calendar.png) no-repeat; background-position: right 5px center; cursor: pointer; padding-left: 10px !important; }
.ui-widget { font-size: 0.75em !important; }
.booking-bar-wrapper form #Submit1 { background: #b5a37e; font-size: 17px; }
.booking-bar-wrapper form #Submit1:hover { background: #ade1fc; }

.content-area .container { max-width: 1100px; padding: 2%; }
.home .content-area .container { max-width: 1200px; }
h1.entry-title, h2.tagline { text-align: center; }
h2.tagline { color: #4c443d; font-size: 24px; font-family: "proxima-nova", sans-serif; }
.home .entry-header { position: absolute; bottom: 40px; width: 100%; text-align: center; color: #FFF; padding: 0 2%;}
.home h1.entry-title { padding: 15px 0; color: #FFF; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; display: inline-block; line-height: 1.125; }
.home .entry-content p:first-of-type { font-size: 20px; }
.home .entry-content, .home .hentry { margin: 0; }
.home .content-area { background: #f4f0e8; padding: 20px 0 40px; }
.home h2:first-of-type { font-size: 36px; line-height: 1.125; margin-bottom: 0.3em; }

.homepage-ctas { padding: 25px 0 40px; }
.cta { float: left; width: 31.33%; }
.cta:nth-of-type(2) { margin: 0 2%; }
.cta-image { line-height: 0; }
.cta-image img { width: 100%; }
.cta-text { padding: 10px 0 70px; position: relative; }
.cta-text h3 { font-size: 28px; line-height: 1.125; margin-bottom: 0.2em; }
.cta-link { position: absolute; bottom: 20px; left: 0; width: 100%; }
.cta-text p {margin: 0 0 0.7em; }

.secondary-cta { position: relative; }
.secondary-cta .secondary-cta-image { line-height: 0; }
.secondary-cta .secondary-cta-image img { width: 100%; }
.secondary-cta-text { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: rgba(0,0,0,0.5); color: #FFF; padding: 60px 2% 40px 2%; font-size: 20px; text-align: center; }
.secondary-cta-text h3 { font-size: 36px; line-height: 1; max-width: 80%; margin: 0 auto 20px; display: inline-block; padding: 15px 40px; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; color: #FFF; }

.page-id-16 h2 { margin-bottom: 20px; border-top: 1px solid; border-bottom: 1px solid; padding: 10px 0; }
.page-id-16 .entry-content ul { list-style-type: none; padding-left: 0; }
.page-id-16 .entry-content li { padding: 5px 0; border-bottom: 1px solid #efefef; }
.page-id-16 .entry-content li:last-of-type { border-bottom: 0; }
.anchornav a { display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px solid #efefef; font-size: 20px; }
.anchornav a:last-of-type { margin-right: 0; padding-right: 0; border-right: 0; }

.newsletter-signup { background: #438a68; color: #FFF; padding: 20px; margin: -50px 0; font-size: 16px; }
.newsletter-signup p { margin: 0; font-size: 16px; }
.newsletter-signup h3 { font-size: 28px; color: #FFF; }
.newsletter-signup > .alignleft { padding-right: 15px; }
.newsletter-signup > .alignleft, .newsletter-signup > .alignright { width: 50%; margin: 0; }
.newsletter-signup .gform_wrapper .top_label .gfield_label { display: none; }
.newsletter-signup .gform_wrapper .gform_footer { display: inline-block; padding: 0; margin: 0; clear: none; width: 24%; }
.newsletter-signup .gform_wrapper.gf_browser_chrome .gform_body { width: 75%; display: inline-block; }
.newsletter-signup .gform_wrapper .gform_footer input.button, .newsletter-signup .gform_wrapper .gform_footer input[type=submit] { background: #b5a37e; }
.newsletter-signup .gform_wrapper .gform_footer input.button:hover, .newsletter-signup .gform_wrapper .gform_footer input[type=submit]:hover { background: #ade1fc; }
.newsletter-signup .gform_wrapper .top_label input.large { border-radius: 0; padding: 7px !important; }
.newsletter-signup .gform_wrapper ul.gform_fields li.gfield,
.newsletter-signup .gform_wrapper .top_label div.ginput_container,
.newsletter-signup .gform_wrapper { padding:0; margin: 0; }
.newsletter-signup .gform_wrapper { margin-top: 10px; }

.site-footer { background: #4e4b46; color: #FFF; padding: 20px 0; }
.site-footer .contact-information { line-height: 1.8; }
.site-footer .social-icons { margin-top: 8px; }

.post .entry-title { margin-bottom: 0; }
.entry-meta { font-size: 80%; font-style: italic; }
.post { border-bottom: 1px solid #ccc; }
.post:last-of-type { border-bottom: 0; }
.post .entry-content { margin-top: 1em; }
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.entry-footer { padding-bottom: 15px; font-size: 70%; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }

/* --------------------------------
Back to top button
-------------------------------- */
.cd-container {
	width: 90%;
	max-width: 768px;
	margin: 2em auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.cd-top {
	display: inline-block;
	position: fixed;
	height: 50px;
	width: 50px;
	right: 20px;
	bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgb(67, 138, 104) url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #8ba776;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		height: 50px;
		width: 50px;
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Shiftnav
--------------------------------------------------------------*/
#shiftnav-toggle-main .shiftnav-main-toggle-content { padding: 10px !important; }
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu { background: #438a68 !important; text-transform: uppercase; text-shadow: none !important; }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { border-color: rgba(255,255,255,0.25) !important; }
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: #ade1fc !important; color: #4c443d !important; text-shadow: none !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation, .footer-navigation {
	width: 100%; text-align: center;
}

.main-navigation { padding-top: 20px; }
.footer-navigation { padding: 40px 0; line-height: 1.125; }
.home .footer-navigation { padding: 80px 0 40px; }

.main-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li, .footer-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation li {margin-right: 20px; }
.main-navigation li:last-of-type {margin-right: 0; }

.footer-navigation li { padding-right: 10px; margin-right: 10px; border-right: 1px solid #FFF; }
.footer-navigation li:last-of-type { margin-right: 0; padding-right: 0; border-right: 0; }

.main-navigation a, .footer-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}

.main-navigation a { font-size: 18px; font-family: "trajan-pro-3",sans-serif; padding: 0px 0 20px 0; }
.footer-navigation a { text-transform: uppercase; }

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	background: rgba(0,0,0,0.43);
	top: 47px;
	left: -999em;
	z-index: 99999;
}
.sticky .main-navigation ul ul { background: rgba(0,0,0,0.75); }

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 320px; font-size: 16px; text-align: left; padding: 10px 15px;
}

.main-navigation ul ul li {
	margin: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ade1fc;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -15px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 24%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
}

.gallery-columns-6 .gallery-item {
	max-width: 15.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 13.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 10.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
	.secondary-cta-text { padding-right: 2%; font-size: 16px; }
	.secondary-cta-text h3 { font-size: 32px; }
}
@media screen and (max-width: 1350px){
	.main-navigation a { font-size: 16px; }
	.main-navigation ul ul { top: 44px; }
}
@media screen and (max-width: 1260px){
	.main-navigation li { margin-right: 15px; }
	.header-reservations-button a { padding: .45em .5em; }
}
@media screen and (max-width: 1235px){
	.newsletter-signup p { font-size: 14px; }
	.newsletter-signup h3 { font-size: 22px; }
	.newsletter-signup > .alignleft img { max-height: 45px; }
}
@media screen and (max-width: 1210px){
	.secondary-cta-text { padding: 2%; }
	.secondary-cta-text h3 { max-width: 100%; }
	.main-navigation a { font-size: 15px; }
	.main-navigation ul ul { top: 43px; }
	.main-navigation li { margin-right: 10px; }
	.header-reservations-button a { padding: 0.8em .5em; font-size: 16px; }
}
@media screen and (max-width: 1120px){
	.site-logo { width: 140px; }
}
@media screen and (max-width: 1100px){
	.newsletter-signup > .alignleft { width: 55%; }
	.newsletter-signup > .alignright { width: 45%; }
}
@media screen and (max-width: 1085px){
	.main-navigation a { font-size: 14px; padding-bottom: 21px; }
	.main-navigation ul ul { top: 42px; }
	.site-logo {width: 125px;}
}
@media screen and (max-width: 1070px){
	.secondary-cta-text { position: relative; right: auto; top: auto; width: 100%; padding: 30px 2%; background: #4e4b46; }
	.secondary-cta-text p:last-of-type { margin-bottom: 0; }
	.tab { font-size: 17px; }
}
@media screen and (max-width: 1024px){
	.sticky-nav { position: fixed; top: 52px; }
	.nav-bar .container { max-width: 100%; padding-right: 0; }
	.header-reservations-button.alignright { margin: 0; }
	.header-reservations-button a { padding: 0.5em 1em; border-radius: 10px 0 0 10px }
	.hero-image { padding-top: 0; }
	.site-branding, .main-nav-wrapper {display: none;}
	.sticky .nav-bar, .nav-bar { background: none; }
	.header-bar { background: #60ab87; padding: 12.5px 0; width: 100%; }
	.header-reservations { display: block; float: none; width: 100%; margin: 0; }
	#shiftnav-toggle-main .shiftnav-main-toggle-content img { position: absolute; left: 50%; transform: translate(-50%,-5px); max-height: 65px; }
	.newsletter-signup { margin: 0; }
	.newsletter-wrapper { padding: 0; }
	.home .content-area { padding: 20px 0; }
	.booking-bar-wrapper form span, #tab-rooms form span { margin-right: 10px; }
	.header-reservations-dropdown { top: 52px; padding-top: 1.75em; }
	.tab iframe { height: 300px; }
}
@media screen and (max-width: 1023px){
	.wide-column, .widget-area { float: none; width: 100%; padding: 0 2%; margin: 0; border: 0; }
}
@media screen and (max-width: 985px){
	.booking-bar-wrapper form span:last-of-type, #tab-rooms form span:last-of-type { display: block; width: 100%; margin-top: 15px; }
}
@media screen and (max-width: 965px){
	.newsletter-signup > .alignleft, .newsletter-signup > .alignright { float: none; display: block; width: 100%; text-align: center; }
	.newsletter-signup > .alignleft img.alignleft { display: block; float: none; margin: 10px auto; }
	.newsletter-signup .gform_wrapper { max-width: 80%; margin: 10px auto; }
	.newsletter-signup .gform_wrapper .gform_footer input.button, .newsletter-signup .gform_wrapper .gform_footer input[type=submit] { width: 100%; }
	.hide-mobile { display: none; }
}
@media screen and (max-width: 767px){
	.cta, .cta:nth-of-type(2) { width: 100%; margin: 0 0 2%; float: none; }
	.cta-text { padding-bottom: 10px; }
	.cta-link { position: relative; bottom: auto; }
	.home .entry-header { position: relative; bottom: auto; background: #f4f0e8; padding: 40px 2%; }
	.home h1.entry-title { color: #438a68;  border-color: #438a68; }
	.home .content-area img.alignleft { max-width: 50%; }
	.site-info.alignleft, .social-icons.alignright { display: block; float: none; width: 100%; text-align: center; margin: 0 0 20px; }
	.booking-bar-wrapper form span, #tab-rooms form span { display: block; width: 100%; margin-top: 15px; text-align: left; }
	.booking-bar-wrapper form span input, .booking-bar-wrapper form span select, #tab-rooms form span input, #tab-rooms form span select { width: 100%; }
	.trip-advisor { display: block; float: none; text-align: center; margin: 0 auto 20px; }
	.header-reservations-button.alignright { float: none; margin: 0; display: block; width: 100%; }
	.header-reservations-button a { border-radius: 0; }
	.sticky-nav { position: fixed; top: auto; left: 0; width: 100%; bottom: 0; }
	.nav-bar .container { padding-left: 0; }
	.header-reservations-button {text-align: center; }
	.header-reservations-button i.fa { display: none; }
	.header-bar { padding: 20px 0 5px; text-align: center; }
	#mannix { padding-bottom: 35px; }
}
@media screen and (max-width: 650px){
	.page-id-18 .entry-content a.button { display: block; width: 100%; }
}
@media screen and (max-width: 640px){
	.newsletter-signup .gform_wrapper { max-width: 100%; }
	.newsletter-signup .gform_wrapper.gf_browser_chrome .gform_body, .newsletter-signup .gform_wrapper .gform_footer { display: block; width: 100%; margin: 10px 0; }
}
@media screen and (max-width: 625px){
	h1.entry-title { font-size: 1.5em; }
	#mannix { text-align: center; }
	.home .content-area { padding: 20px 0; }
}
@media screen and (max-width: 525px){
	.secondary-cta-text h3, .home h2:first-of-type { font-size: 26px; }
	.secondary-cta-text h3 { padding: 15px 10px; }
	.entry-content img.alignleft, .entry-content img.alignright, .home .content-area img.alignleft { display: block; margin: 10px auto; max-width: 100%; }
	.tab-navigation li a { padding: 0.25em 0.75em; font-size: 17px; }
}
@media screen and (max-width: 400px){
	.tab-navigation li a { font-size: 16px; }
	.dropdown-close { top: -30px;  }
	.header-reservations span:nth-of-type(2) { display: none; }
}