/*
Theme Name: btc2017
Theme URI: http://underscores.me/
Author: BTC Marketing
Author URI: http://btcmarketing.com
Description: Adapted from Underscore _s
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: btc2017
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.

btc2017 is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

13.0 - Added
	13.1 - Header
	13.2 - Content
	13.3 - Footer
	13.4 - Home
	13.5 - Interior Format #1
	13.6 - Interior Format #2
	13.7 - Interior Format #3
	13.8 - Specific Pages
	13.9 - Mobile


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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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

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-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,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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 3em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/*--------------------------------------------------------------
## 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: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Added
--------------------------------------------------------------*/

.center_column {
	width: 1400px;
	margin: 0px auto;
}
body, button, input, select, optgroup, textarea {
	font-family: "mr-eaves-xl-modern", Helvetica, Arial, sans-serif;
    font-weight: 300;
	color: #0c4639;
}
body,
div#featuredImageSlideContainer,
div#featuredImage,
div.featuredImageSlide,
div#featuredImageSpace,
header#masthead,
footer#page-bottom {
	min-width: 1400px;
}
body {
	margin: 0px auto;
	min-height: 2200px; 
}
strong, b {
    font-weight: 700;
}

a, a:visited, a:focus, a:active {
    color: #005e48;
    text-decoration: underline;
}
a:hover {
    color: #000000;
}

a img {
	border-width: 0px;
}
i, em {
}

h1, h2, h3 {
    padding: 0px;
    margin: 5px 0px;
    font-weight: 400;
}


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

header#masthead {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    margin-top: 610px; 
    width: 100%;
    height: 89px;
    background-image: url('images/header_bg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

div.site-branding {
    display: none;
}

nav#site-navigation {
    width: 1200px;/*1400px;/**/
    margin: 0px auto;
    float: none;
}

nav#site-navigation li {
    /* height: 73px; /**/
    padding: 47px 12px 7px 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-position: bottom center;
    background-repeat: repeat-x;
}
nav#site-navigation li.title-logo {
    padding-top: 10px;
}
nav#site-navigation li.title-logo a {
    display: block;
    background-image: url('images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 54px;
    font-size: 0px;
    color: transparent;
}

nav#site-navigation li ul li {
    height: auto;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    float: none;
}
nav#site-navigation li ul li a {
    padding: 4px 0px 4px 0px;
}
nav#site-navigation li ul li:first-child a {
    padding-top: 20px;
}
nav#site-navigation li ul li:last-child a {
    padding-bottom: 20px;
}
nav#site-navigation ul ul a {
    width: auto;
}

nav#site-navigation ul ul.sub-menu {
}
nav#site-navigation li.title-accommodations:hover {
    background-image: url('images/menubg_green.png');
}
nav#site-navigation li.title-accommodations ul.sub-menu {
    width: 172px;
    margin-left: -12px;
    /* left: auto; /**/
    background-color: #dbedd2;
}
nav#site-navigation li.title-activities:hover {
    background-image: url('images/menubg_red.png');
}
nav#site-navigation li.title-activities ul.sub-menu {
    width: 150px;
    margin-left: -35px;
    /* left: auto; /**/
    background-color: #fee4cf;
}
nav#site-navigation li.title-spa-salon:hover {
    background-image: url('images/menubg_blue.png');
}
nav#site-navigation li.title-spa-salon ul.sub-menu {
    width: 180px;
    margin-left: -42px;
    /* left: auto; /**/
    background-color: #d4e9f2;
}
nav#site-navigation li.title-dining:hover {
    background-image: url('images/menubg_yellow.png');
}
nav#site-navigation li.title-dining ul.sub-menu {
    width: 168px;
    margin-left: -57px;
    /* left: auto; /**/
    background-color: #fcf7bb;
}
nav#site-navigation li.title-special-events:hover {
    background-image: url('images/menubg_green.png');
}
nav#site-navigation li.title-special-events ul.sub-menu {
    width: 210px;
    margin-left: -44px;
    /* left: auto; /**/ 
    background-color: #dbedd2;
}
nav#site-navigation li.title-groups:hover {
    background-image: url('images/menubg_red.png');
}
nav#site-navigation li.title-groups ul.sub-menu {
    width: 118px;
    margin-left: -28px;
    /* left: auto; /**/
    background-color: #fee4cf;
}
nav#site-navigation li.title-weddings:hover {
    background-image: url('images/menubg_blue.png');
}
nav#site-navigation li.title-weddings ul.sub-menu {
    width: 113px;
    margin-left: -16px;
    /* left: auto; /**/
    background-color: #d4e9f2;
}
nav#site-navigation li.title-about-us:hover {
    background-image: url('images/menubg_yellow.png');
}
nav#site-navigation li.title-about-us ul.sub-menu {
    width: 130px;
    margin-left: -27px;
    /* left: auto; /**/
    background-color: #fcf7bb;
}


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

div#content {
	margin-top: 0px;
}

div#featuredImageSlideContainer,
div#featuredImage,
div.featuredImageSlide,
div#featuredImageSpace {
	width: 100%;
	height: 610px;
}

div#featuredImage,
div.featuredImageSlide {
	margin: 0px auto 76px auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
div#featuredImageSpace {
	margin: 0px auto 76px auto;
	background-color: #8f8f8f;
}
div#featuredImageSlideContainer {
	margin: 0px auto 76px auto;
}
div.featuredImageSlide {
}
div#primary {
    padding-top: 10px;
    width: 1400px;
    margin: 0px auto;
}
div.entry-content {
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    margin-top: 50px;
}

table.tableWithLines {
    
}
table.tableWithLines td {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 2px;
}

form.visual-form-builder fieldset {
    background-color: transparent;
}

div.gallery-columns-4 {
}
div.gallery-columns-4 img {
    width: 250px;
    border: 2px solid #f3eaa5;
}


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

div#footersections {
    width: 1400px;
    margin: 35px auto;
    padding-top: 35px;
    overflow: auto;
    border-top: 2px solid #0a4537;
}
div.footersection,
a.footersection {
    width: 24.25%;
    height: 216px;
    margin: 0% 0.25%;
    text-align: center;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div.footersection {
}
a.footersection {
    display: block;
    text-decoration: none;
}
a.footersection:hover {
    text-decoration: underline;
}
div.footersection h4,
a.footersection h4 {
    font-size: 1.7em;
    line-height: 1.0em;
    margin: 0px;
    font-weight: 400;
}
div#footersection_enews {
    background-image: url('images/footersections-bg-green.jpg');
}
div#footersection_enews h4 {
    margin-top: 30px;
}
div#footersection_enews_form {   
}

form#previewForm {
    margin-top: 10px;
}
table#FormFieldsTable {
    margin-bottom: 0px;
    margin-top: 10px;
}
input#SubmitButton {
    background-color: #0c4639 !important;
    margin-top: 5px;
    color: #dbedd2;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 6px 16px 5px 16px;
    font-size: 1em;
}
/*
div#footersection_enews_form fieldset {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}
div#footersection_enews_form div.vfb-legend {
    display: none;
}
div#footersection_enews_form ul {
    margin: 0px;
    padding: 0px;
}
div#footersection_enews_form input {
    margin: 0px auto;
}
div#footersection_enews_form input.vfb-text {
    width: 80%;
    text-align: center;
    font-size: 1.0em;
}
div#footersection_enews_form li#item-vfb-111 label {
    display: none;
}
div#footersection_enews_form fieldset.verification {
    margin-top: -25px;
}
div#footersection_enews_form fieldset.verification span.vfb-span label {
    display: none;
}
div#footersection_enews_form input.vfb-submit {
    background-color: #0c4639;
    margin-top: 5px;
    color: #dbedd2;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 6px 16px 5px 16px;
    font-size: 1em;
}
div#footersection_enews_form input.vfb-submit:hover {
    color: #0a4537;
    background-color: #ffffff;
}
/**/
a#footersection_contact {
    background-image: url('images/footersections-bg-red.jpg');
}
a#footersection_contact h4 {
    margin-top: 85px;
}
a#footersection_gallery {
    background-image: url('images/footersections-bg-blue.jpg');
}
a#footersection_gallery h4 {
    margin-top: 85px;
}
div#footersection_social {
    background-image: url('images/footersections-bg-yellow.jpg');
}
div#footersection_social h4 {
    margin-top: 50px;
}
div#footersection_social_links {   
    width: 80%;
    overflow: hidden;
    margin: 0px auto 0px auto;
}
div#footersection_social_links a {
    display: block;
    float: left;
    width: 25%;
    margin: 5px 4%;
}
div#footersection_social_links a:hover {
    margin-top: 0px;
}
div#footersection_social_links a img {
    width: 100%;
}



footer#page-bottom {
    background-color: #dbedd2;
    padding: 40px 0px;
    margin-top: 40px;
    text-align: center;
    color: #005e48;
}

a#footer-logo {
}
a#footer-logo img {
    width: 234px;
}
div#footerContact,
div#footerBottom {
    letter-spacing: 0.02em;
}
div#footerContact {
    margin-top: 10px;
}
nav#site-navigation-footer {
    margin-top: 10px;
    width: 1112px;
    margin: 0px auto;
    float: none;
    font-size: 0.9em;
}
nav#site-navigation-footer li.menu-item,
nav#site-navigation-footer ul ul a {
    width: 100%;
}
nav#site-navigation-footer li.menu-item {
    line-height: 1.0em;
    text-align: left;
    margin: 0px 2px;
    font-weight: 400;
}
nav#site-navigation-footer li.menu-item a {
    padding: 3px 0px;
}
nav#site-navigation-footer li.title-logo {
    display: none;
}
nav#site-navigation-footer ul.sub-menu {
    left: auto;
    box-shadow: none;
}
nav#site-navigation-footer li.menu-item li {
    font-weight: 300;
}
nav#site-navigation-footer li.title-accommodations {
    width: 142px;
}
nav#site-navigation-footer li.title-activities {
    width: 135px;
}
nav#site-navigation-footer li.title-spa-salon {
    width: 153px;
}
nav#site-navigation-footer li.title-dining {
    width: 158px;
}
nav#site-navigation-footer li.title-special-events {
    width: 158px;
}
nav#site-navigation-footer li.title-groups {
    width: 111px;
}
nav#site-navigation-footer li.title-weddings {
    width: 111px;
}
nav#site-navigation-footer li.title-about-us {
    width: 100px;
}



div#footerBottom {
    margin-top: 268px;
    clear: both;
    font-size: 0.9em;
}


/*--------------------------------------------------------------
13.4 Home
--------------------------------------------------------------*/

div#homePostContent {
    text-align: center;
}
div#homePostContent h3 {
    font-size: 2.8em;
    line-height: 1.0em;
    font-weight: 300;
    letter-spacing: 0.02em;
}
div#homePostContent h3 sup {
    top: -0.2em;
}
div#homeSections {
    margin-top: 10px;
}
div.homeSection {
    border-top: 2px solid #0a4537;
    padding-top: 75px;
    margin-top: 75px;
    clear: both;
    overflow-y: hidden;
}
div.homeSection:first-child {
    margin-top: 0px;
}
div.homeSectionFW {
    
}
div.homeSectionFWInner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 830px 100px 90px;
}

div.homeSectionFWContent {
    background-color: rgba(219, 237, 210, 0.9);
    padding: 30px 40px;
    text-align: center;
}
div.homeSectionFWContent h2 {
    font-size: 2.7em;
    line-height: 1.0em;
}
div.homeSectionFWContent p {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 1.4em;
    line-height: 1.1em;
}
a.homeSectionFWLink {
    display: block;
    background-color: #0a4537;
    text-align: center;
    width: 50%;
    margin: 18px auto 10px auto;
    letter-spacing: 0.15em;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #dbedd2;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;
}
a.homeSectionFWLink:hover {
    color: #0a4537;
    background-color: #ffffff;
}


div.homeSectionOrientLeft {
}
div.homeSectionOrientRight {
    
}
a.homeSectionFeaturedImage {
    display: block;
    float: left;
    width: 50%;
    height: 476px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
div.homeSectionLeft,
div.homeSectionRight {
    float: left;
    width: 47%;
}
div.homeSectionLeft {
    margin-right: 2%;    
}
div.homeSectionRight {
    margin-left: 2%;
}
div.homeSectionContent {
    float: left;
    width: 78%; /*520px;/**/
}
div.homeSectionContent h2 {
    margin-top: 0px;
    font-size: 1.9em;
    line-height: 1.0em;
    letter-spacing: 0.03em;
}
div.homeSectionContent p {
    margin-top: 0px;
}
a.homeSectionLink {
    display: block;
    float: right;
    text-align: center;
    background-color: #dbedd2;
    padding: 20px 0px;
    width: 20%;/*115px;/**/
    letter-spacing: 0.2em;
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 43px;
    margin-bottom: 20px;
}
a.homeSectionLink:hover {
    background-color: #005e48;
    color: #ffffff;
}

a.homeBookSectionLink {
    display: block;
    float: right;
    text-align: center;
    background-color: #dbedd2;
    padding: 20px 0px;
    /*width: 20%;*/
    /*115px;/**/
    letter-spacing: 0.2em;
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right:-145px;
    margin-top:-35px;
    width:130px;
}
a.homeBookSectionLink:hover {
    background-color: #005e48;
    color: #ffffff;
}



div.homeSectionGalleryContainer {
    clear: both;
    width: 100%;/* 658px; /**/
    overflow: hidden;
}
div.homeSectionGallery {
    
}
a.homeSectionGalleryImg {
    display: block;
    float: left;
    margin-right: 5px;
    width: 290px;
    height: 275px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

a.homeSectionGalleryArrowLeft,
a.homeSectionGalleryArrowRight {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 41px;
    height: 41px;
    position: absolute;
    margin-top: -154px;
    z-index: 999;
}
a.homeSectionGalleryArrowLeft:hover,
a.homeSectionGalleryArrowRight:hover {
    margin-top: -159px;
}
a.homeSectionGalleryArrowLeft {
    background-image: url('images/home-gallery-arrow-left.png');
    margin-left: 15px;
}
a.homeSectionGalleryArrowRight {
    background-image: url('images/home-gallery-arrow-right.png'); 
    margin-left: 600px;    
}

/*--------------------------------------------------------------
13.5 Interior Format #1
--------------------------------------------------------------*/

body.page-template-page-interior1 {
    
}

body.page-template-page-interior1 div.entry-content {
    /* text-align: center;   /**/
}
body.page-template-page-interior1 div.entry-content h1 {
    font-size: 3.0em;
}

div#if1Row {
    overflow: auto;
    margin: 40px auto;
    clear: both;
}

div#if1LeftGroup,
div#if1RightGroup {
    height: 477px;
}
div#if1LeftGroup {
    width: 75%;
    float: left;
}
a.if1LeftItem {
    display: block;
    width: 32%;
    height: 100%;
    float: left; 
    margin-right: 1.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
div.if1LeftItemBorder {
    width: 80%;
    margin: 60% auto 0% auto;
    border: 1px solid #0a4537;
    padding: 3px;
}
h2.if1LeftItemTitle {
    background-color: rgba(219, 237, 210, 0.9);
    padding: 3% 0%;
    margin: 0px 0px;
    font-size: 2.5em;
    line-height: 1.0em;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

div#if1RightGroup {
    width: 25%;
    float: right;
}
a.if1RightItem {
    display: block;
    width: 100%;
    height: 32%;
    margin-bottom: 1.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
a.if1RightItem:last-child {
    margin-bottom: 0%;
}
h2.if1RightItemTitle {
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 15% 0% 0% 0%;
    margin: 0px;
    font-weight: 400;
}


/*--------------------------------------------------------------
13.6 Interior Format #2
--------------------------------------------------------------*/


body.page-template-page-interior2 {
    
}

body.page-template-page-interior2 div.entry-content {
    /* text-align: center; /**/
}
body.page-template-page-interior2 div.entry-content h1 {
    font-size: 3.0em;
}

div#if2Grid {
    overflow: auto;
    margin: 40px auto;
    clear: both;
}
a.if2Item {
    display: block;
    width: 32%;
    height: 345px;
    float: left; 
    margin-right: 1.25%;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
div.if2ItemBorder {
    width: 80%;
    margin: 26% auto 0% auto;
    border: 1px solid #0a4537;
    padding: 3px;
}
h2.if2ItemTitle {    
    background-color: rgba(219, 237, 210, 0.9);
    padding: 3% 0%;
    margin: 0px 0px;
    font-size: 2.5em;
    line-height: 1.0em;
    width: 100%;
    text-align: center;
    font-weight: 400;
}



/*--------------------------------------------------------------
13.7 Interior Format #3
--------------------------------------------------------------*/


body.page-template-page-interior3 {
    
}

body.page-template-page-interior3 div.entry-content {
    /* text-align: center; /**/
}
body.page-template-page-interior3 div.entry-content h1 {
    font-size: 3.0em;
}

div#if3Grid {
    overflow: auto;
    margin: 40px auto;
    clear: both;
}
a.if3Item {
    display: block;
    width: 23%;
    height: 405px;
    float: left; 
    margin-right: 1.25%;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
div.if3ItemBorder {
    width: 80%;
    margin: 44% auto 0% auto;
    border: 1px solid #0a4537;
    padding: 3px;
}
h2.if3ItemTitle {    
    background-color: rgba(219, 237, 210, 0.9);
    padding: 3% 0%;
    margin: 0px 0px;
    font-size: 2.5em;
    line-height: 1.0em;
    width: 100%;
    text-align: center;
    font-weight: 400;
}


/*--------------------------------------------------------------
13.8 Specific Pages
--------------------------------------------------------------*/

div.package {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #f3eaa5;
}
div.package td {
	vertical-align: top;
}
div.packagedisclaimer {
	font-size: 0.8em;
	margin-top: 20px;
}
div#page td.packagephoto {
	width: 250px;
	text-align: right;
}
div#page td.packagephoto img {
	width: 200px;
	height: 200px;
}

div#weddingGalleryList {
    width: 1150px;
    margin: 0px auto;
}
div.weddingGalleryPost {
    width: 283px;
    /*margin-right: 15px;/**/
    margin-bottom: 40px;
    float: left;
    text-align: center;
}
div.weddingGalleryPost:nth-child(4n) {    
    /*margin-right: 0px;/**/
}
div.weddingGalleryPost:nth-child(4n+1) {
    clear: left;
}
a.weddingGalleryImg {
    display: block;
    width: 90%;
    height: 230px;
    margin: 0px auto 10px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #f3eaa5;
}
div.weddingGalleryTitle,
div.weddingGalleryPhotographer {
    width: 90%;
    margin: 0px auto 5px auto;    
}
div.weddingGalleryTitle {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #0a4537;
    letter-spacing: 0.02em;
}
div.weddingGalleryPhotographer {  
    font-style: italic;
    letter-spacing: 0.02em;
}
div.weddingGalleryContent {
    display: none;
}
div.weddingGalleryFullArticle {
    
}
div.weddingGalleryFullArticle a {
    
}



/*--------------------------------------------------------------
13.9 Mobile
--------------------------------------------------------------*/

a#mobilelogo,
a#mobileicon,
nav#site-navigation-mobile,
nav#site-navigation-mobile div.menu-primary-menu-container {
	display: none;
}
a#mobilelogo {
    width: 64vw;
    float: left;
    margin-top: 2vw;
    margin-left: 2vw;
}
a#mobileicon{
    width: 21vw;
    margin-top: 2vw;
    float: right;
}

nav#site-navigation-mobile {
}
nav#site-navigation-mobile ul {
	display: block;
}
nav#site-navigation-mobile li.menu-item {
	display: block;
	width: 100%;
	font-size: 7vw;
	text-align: center;
	border-top: 1px solid #eeeeee;
	background-color: #005e48;
}
nav#site-navigation-mobile li.title-logo {
    display: none;
}
nav#site-navigation-mobile li.menu-item a {
	padding: 4vw 0vw;
	color: #ffffff;
}
nav#site-navigation-mobile li ul {
	position: static;
	display: none;
}

nav#site-navigation-mobile li.current-menu-ancestor ul,
nav#site-navigation-mobile li.current-menu-parent ul,
nav#site-navigation-mobile li.current_page_parent ul,
nav#site-navigation-mobile li.current_page_ancestor ul {
	display: block;
}

nav#site-navigation-mobile ul ul li.menu-item {
	background-color: #eeeeee;
	border-bottom: 1px solid #000000;
}
nav#site-navigation-mobile li.menu-item ul a {
	width: 100%;
	color: #005e48;
}
nav#site-navigation-mobile ul ul li.menu-item ul li.menu-item {
	background-color: #9abded;
	border-top: 2px solid #005e48;
	border-bottom-width: 0px;
}

@media only screen and (max-width: 1400px) {
    body,
    div#featuredImageSlideContainer,
    div#featuredImage,
    div.featuredImageSlide,
    div#featuredImageSpace,
    header#masthead,
    footer#page-bottom {
        min-width: 1200px;
    }
    div#primary,
    div#footersections,
    nav#site-navigation,
    div#if1Row,
    div#if2Grid {
        width: 1200px;
    }
    a.homeSectionGalleryArrowRight {
        margin-left: 510px;
    }
    div.homeSectionFWInner {
        padding: 100px 670px 100px 30px;
    }
    h2.if1LeftItemTitle,
    h2.if2ItemTitle {
        font-size: 2.2em;
    }
    h2.if1RightItemTitle {
        font-size: 2.0em;
    }
    a.homeBookSectionLink {
        display: block;
        margin-bottom: 20px;
        margin-right:-125px;
        margin-top:-50px;
        width:115px;
    }
}

@media only screen and (max-width: 1200px) {
    body,
    div#featuredImageSlideContainer,
    div#featuredImage,
    div.featuredImageSlide,
    div#featuredImageSpace,
    header#masthead,
    footer#page-bottom {
        min-width: 1150px;
    }
    div#primary,
    div#footersections,
    nav#site-navigation,
    div#if1Row,
    div#if2Grid {
        width: 1150px;
    }
    nav#site-navigation li {
        padding: 47px 10px 7px 10px
    }
    a.homeSectionGalleryArrowRight {
        margin-left: 487px;
    }
}
@media only screen and (max-width: 1150px) {
    body,
    div#featuredImageSlideContainer,
    div#featuredImage,
    div.featuredImageSlide,
    div#featuredImageSpace,
    header#masthead,
    footer#page-bottom {
        min-width: 1024px;
    }
    div#primary,
    div#footersections,
    nav#site-navigation,
    nav#site-navigation-footer,
    div#if1Row,
    div#if2Grid {
        width: 1024px;
    }
    nav#site-navigation li {
        padding: 47px 9px 7px 8px;
        font-size: 0.9em;
    }
    nav#site-navigation li ul li {
        font-size: 1.1em;
    }
    nav#site-navigation li ul li a {
        padding: 10px 0px 10px 0px;
    }
    nav#site-navigation li.title-logo a {
        width: 230px;
    }
    a.homeSectionGalleryArrowRight {
        margin-left: 432px;
    }
    div.homeSectionFWInner {
        padding: 100px 545px 100px 30px;
    }
    nav#site-navigation-footer li.menu-item {
        width: 90px !important;
        font-size: 1.0em;
    }
    nav#site-navigation-footer li.menu-item a {
        padding: 8px 0px;
    }
    div#footerBottom {
        margin-top: 328px;
    }
    
    div#weddingGalleryList {
        width: 1024px;
    }
    div.weddingGalleryPost {
        width: 337px;
    }
    div.weddingGalleryPost:nth-child(4n+1) {
        clear: none;
    }
    div.weddingGalleryPost:nth-child(3n+1) {
        clear: left;
    }
    a.homeBookSectionLink {
        display: block;
        margin-bottom: 20px;
        margin-right:-100px;
        margin-top:-80px;
        width:90px;
    }
}
@media only screen and (max-width: 993px) {
    a.homeBookSectionLink {
        display: block;
        margin-bottom: 20px;
        margin-right:-100px;
        margin-top:-130px;
        width:90px;
    }
}
@media only screen and (max-width: 790px) {
    nav#site-navigation,
    nav#site-navigation-footer {
        display: none;
    }
    body,
	.center_column,
    div#primary {
		width: 100%;
		overflow: auto;
	}
    body,
    div#featuredImageSlideContainer,
    div#featuredImage,
    div.featuredImageSlide,
    div#featuredImageSpace,
    header#masthead,
    footer#page-bottom {
        min-width: 0px;
    }
    body {
        min-height: 0px;       
    }
    header#masthead {
        margin-top: 0px;
	    height: auto;		
        background-image: none;
        /*position: fixed;*/
		position:relative;
		z-index:1;
    }	
	/*.main-navigation{
		position:absolute;
		top:90px;
		height:65vh;
		min-height:auto;
		overflow:scroll;	
	}*/
    a#mobilelogo,
    a#mobileicon,
    nav#site-navigation-mobile div.menu-primary-menu-container {
        display: block;
    }
    a#mobileicon img {
        width: 19vw;
    }
    div#featuredImageSlideContainer,
    div#featuredImage,
    div.featuredImageSlide,
    div#featuredImageSpace {
        width: 100%;
        height: 40vw;
        margin-bottom: 0vw;
        /*margin-top: 23vw;*/
		margin-top:0;
    }
    div#primary {
		font-size: 5.4vw;
		line-height: 8.8vw;
    }
    main#main {
        padding: 0vw 2vw;
    }
    article.hentry {
        margin-bottom: 0vw;
    }
    div.entry-content table,
    div.entry-content th,
    div.entry-content td {
        width: 100% !important;
    }
    div.entry-content td {
        display: block;
        clear: both;
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
    div.entry-content td img {
        max-width: 100% !important;
    }
    
    div.gallery-columns-4 figure.gallery-item {
        width: 98%;
        max-width: none;
    }
    div.gallery-columns-4 img {
        width: 100%;
    }
    
    div.package td {
        display: block;
        width: 100%;
        clear: both;
    }
    div#page td.packagephoto {
        width: 100%;
        text-align: center;
    }
    div#page td.packagephoto img {
        width: 50%;
        height: auto;
    }
    
    div#weddingGalleryList {
        width: 98%;
    }
    div.weddingGalleryPost {
        width: 100%;
    }
    a.weddingGalleryImg {
        height: 50vw;
    }
    
    
    div#footersections {
        display: none;
    }
    footer#page-bottom {
		font-size: 5.4vw;
		line-height: 8.8vw;
    }
    a#footer-logo img {
        width: 60vw;
    }
    div#footerContact {
        padding: 0vw 11vw;
    }
    div#footerBottom {
        margin-top: 38px;
        padding: 0vw 4vw;
    }
    
    
    /*---------------------------------
    13.9.1 Mobile Home
    -----------------------------------*/
    
    div#homePostContent h3 {
        font-size: 2.0em;
        line-height: 0.9em;
    }
    
    div.homeSection {
        margin-top: 7vw;
        padding-top: 7vw;
    }
    
    a.homeSectionFeaturedImage {
        width: 100%;
        height: 40vw;
        float: none;
    }
    div.homeSectionLeft, div.homeSectionRight {
        float: none;
        width: 100%;
        margin-left: 0vw;
        margin-right: 0vw;
    }
    div.homeSectionContent {
        width: 100%;
        float: none;
    }
    div.homeSectionContent h2 {
        margin-top: 2vw;
    }
    a.homeSectionLink {
        width: 100%;
        padding: 2vw 0vw;
        margin-top: 0vw;
        margin-bottom: 2vw;
        float: none;
    }
    a.homeBookSectionLink {
        width: 100%;
        padding: 2vw 0vw;
        margin-top: 0vw;
        margin-bottom: 2vw;
        float: none;
    }
    div.homeSectionGalleryContainer {
        display: none;
    }
    div.homeSectionFWInner {
        padding: 1vw;
    }
    div.homeSectionFWBorder {
        padding: 1vw;
    }
    div.homeSectionFWContent {
        padding: 4vw 2vw;
    }
    a.homeSectionFWLink {
        width: 100%;
        padding: 2vw 0vw;
    }
    
    /*---------------------------------
    13.9.2 Mobile Interior Format #1
    -----------------------------------*/
    
    body.page-template-page-interior1 div.entry-content h1 {
        font-size: 1.9em;
    }
    
    div#if1Row {
        width: 100%;
        margin: 0vw auto;
    }
    div#if1LeftGroup,
    div#if1RightGroup {
        width: 100%;
        height: auto;
    }
    a.if1LeftItem,
    a.if1RightItem {
        width: 100%;
        height: 24vw;
        margin-right: 0vw;
        margin-bottom: 2vw;
    }
    div.if1LeftItemBorder {
        margin-top: 5vw;
        width: 90%;
    }
    h2.if1LeftItemTitle,
    h2.if1RightItemTitle {
        font-size: 1.5em;
    }
    h2.if1RightItemTitle {
        padding-top: 7vw;
    }
    
    /*---------------------------------
    13.9.3 Mobile Interior Format #2
    -----------------------------------*/
    
    body.page-template-page-interior2 div.entry-content h1,
    body.page-template-page-interior3 div.entry-content h1 {
        font-size: 1.9em;
    }
    
    div#if2Grid,
    div#if3Grid {
        width: 100%;
        margin: 0vw auto;
    }
    a.if2Item,
    a.if3Item {
        width: 100%;
        height: 29vw;
        margin-right: 0vw;
        margin-bottom: 2vw;
    }
    div.if2ItemBorder,
    div.if3ItemBorder {
        margin-top: 5vw;
        width: 90%;
    }
    h2.if2ItemTitle,
    h2.if3ItemTitle {
        font-size: 1.5em;
    }
	nav#site-navigation-mobile li ul{		
		width:100%;	 
	}
}

ul.gal-ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
