/*
Theme Name: birdinhand
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birdinhand
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* Font-Awesome Bug Fixes */
fa-map-o:before{content:"\f278";}
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
/* 12/4/16 changes */
.swipebar {display:none;}
@media (max-width: 1025px) {
.swipebar {
-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
	position:relative;
    right:11%;
	top:65px;
    color: #b78b20;
	display: inline;

	}
}
body {
	margin: 0;
}
.row {margin-left:0!important;margin-right:0!important;}
#dimensions {
	position: fixed;
	right: 45%;
	bottom: 65%;
	width: auto;
	height: auto;
	z-index: 1000;
	font-size:36px;
	color:#fff;
	text-shadow: 0px 0px 4px #000;
}
.container-fluid { padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}

/* Quick Fixes */
#gform_submit_button_6  {  width: 50%!important;
float: none;}
#gform_wrapper_6 .gform_body {width:100%!important;}
.woocommerce-account .banner {height:200px!important;min-height:200px!important;}
#formid input[type="text"] {padding:0;}
.page-template-page-tribe_events-php #head-banner-bg h1.tribe-events-single-event-title {    width: 50%;

    font-size: 90px;
    line-height: 120px;}
	body .gform_wrapper label.gfield_label+div.ginput_container {margin-top:0!important;} /* Overrides gravity forms weird top margin on pages with multiple forms */

	#gform_confirmation_wrapper_9 {margin-top:200px;height:150px;}

	.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text  {min-width:120px;}
	.woocommerce .cart .button, .woocommerce .cart input.button {min-width:120px;}
	.woocommerce-lost-password .fixed-block {display:none;}
	.woocommerce-ResetPassword p {margin-top:25px;}

	.flyout-view-menu {margin:10px auto!important;}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}
.anchor-link {
	visibility: hidden;
    padding-top: 200px;
    margin-top: -200px;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.no-gutter {
    padding-right:0!important;
    padding-left:0!important;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?jebcju");
	src: url("fonts/icomoon.eot?jebcju#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?jebcju") format("truetype"), url("fonts/icomoon.woff?jebcju") format("woff"), url("fonts/icomoon.svg?jebcju#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e909";
}

.icon-facebok:before {
	content: "\e900";
}

.icon-google:before {
	content: "\e901";
}

.icon-location:before {
	content: "\e902";
}

.icon-mail:before {
	content: "\e903";
}

.icon-mail2:before {
	content: "\e904";
}

.icon-phone:before {
	content: "\e905";
}

.icon-phone2:before {
	content: "\e906";
}

.icon-tube:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-arrow-top:before {
	content: "\e600";
}

.icon-arrow-left:before {
	content: "\e603";
}

.icon-arrow-down:before {
	content: "\e604";
}

.icon-arrow-right:before {
	content: "\e606";
}

.icon-calendar:before {
	content: "\e90c";
}

.icon-dollar:before {
	content: "\e90d";
}

.icon-angle-double-right:before {
	content: "\e90b";
}

.icon-cross:before {
	content: "\e90a";
}

.icon-location2:before {
	content: "\e947";
}

.icon-map:before {
	content: "\e94c";
}

@font-face {
	font-family: "agaramond";
	src: url("fonts/adobe_garamond_semibold_italic-webfont.eot");
	src: url("fonts/adobe_garamond_semibold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adobe_garamond_semibold_italic-webfont.woff2") format("woff2"), url("fonts/adobe_garamond_semibold_italic-webfont.woff") format("woff"), url("fonts/adobe_garamond_semibold_italic-webfont.ttf") format("truetype"), url("fonts/adobe_garamond_semibold_italic-webfont.svg#adobe_garamondsemibold_italic") format("svg");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "agaramond";
	src: url("fonts/adobe_garamond_semibold-webfont.eot");
	src: url("fonts/adobe_garamond_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adobe_garamond_semibold-webfont.woff2") format("woff2"), url("fonts/adobe_garamond_semibold-webfont.woff") format("woff"), url("fonts/adobe_garamond_semibold-webfont.ttf") format("truetype"), url("fonts/adobe_garamond_semibold-webfont.svg#adobe_garamondsemibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
	max-width: 1224px;
	width: 100% !important;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #efefef;
	width: 14px;
	left: 33px;
	top: 0;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 0;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #b78b20;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.header-top .contact-list,
.social-net,
.nav-list,
.fixed-block .list-holder,
.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#header:after,
.form-holder .block:after,
.block-area:after,
.block-holder:after,
.box-wrap:after,
.popup .head-block:after,
.popup .post:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #515151;
	background: #fff;
	font: 16px / 1.75 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.75em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.75em;
}

th,
td {

	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#main {
	padding: 0;
}

#main #content:only-child {
	width: 100%;
}

#content {
	float: left;
	width: 70%;
}
#content .gform_wrapper .top_label li.gfield.gf_right_half {width:100%;}
#content .gform_wrapper .top_label .gfield_label {overflow:visible!important;display:inline-block!important;}
#content .gform_body {width:90%!important;}
#sidebar {
	float: right;
	width: 25%;
}

#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="text"] {
	max-width: 400px;
	width: 100%;
	margin: 0 5px 5px 0;
	height: 44px;
	box-sizing: border-box;
}

#sidebar .search-form input[type="search"]::-webkit-input-placeholder,
#sidebar .search-form input[type="text"]::-webkit-input-placeholder {
	color: #000;
}

#sidebar .search-form input[type="search"]::-moz-placeholder,
#sidebar .search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#sidebar .search-form input[type="search"]:-moz-placeholder,
#sidebar .search-form input[type="text"]:-moz-placeholder {
	color: #000;
}

#sidebar .search-form input[type="search"]:-ms-input-placeholder,
#sidebar .search-form input[type="text"]:-ms-input-placeholder {
	color: #000;
}

#sidebar .search-form input[type="search"].placeholder,
#sidebar .search-form input[type="text"].placeholder {
	color: #000;
}

#sidebar .search-form input[type="submit"] {
	float: left;
	width: 100px;
	height: 44px;
}

.widget {
	margin-bottom: 1.75em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 160px;
	min-height: 160px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
	max-width: 150px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	height: 44px;
	font-size: 18px;
	padding: 0 5px;
}

.search-form input {
	float: left;
	height: 42px;
	font-size: 14px;
	line-height: 26px;
	padding: 0 5px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	height: 42px;
}
.btn-default {background:#666666;color:#fff;}
select {background:#666666;color:#fff;}
.dropdown {margin-top:5px;}
#tribe-events {margin-top:200px;}
iframe {
	max-width: 100%;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 200px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	max-width: 120px;
	background: #8a1b04;
	color: #fff;
	height: 44px;
	border: none;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 5px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.75em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.75em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.75em;
	margin: 0 0 1.75em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
	text-decoration: none;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	padding: .4em;
	text-decoration: none;
	font: italic 600 12px/14px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-decoration: none;
	background: #b78b20;
	padding: 5px 8px;
	border-radius: 4px;
	text-align: center;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #deb245;
}

.navigation-single {
	margin-bottom: 3em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	padding: .4em;
	text-decoration: none;
	font: italic 600 12px/14px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-decoration: none;
	background: #b78b20;
	border-radius: 4px;
	text-align: center;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #deb245;
}

.navigation-single .next a,
.navigation-single .prev a {
	display: block;
	padding: 5px 8px;
	color: inherit;
	text-decoration: none;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.75em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.75em;
}

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

.alignleft {
	float: left;
	margin: 0 1.75em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.75em;
}

.mejs-container {
	margin-bottom: 1.75em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar {
	width: 100%;
	max-width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar #prev {
	text-align: left;
}

#calendar_wrap {
	font-size: 19px;
}

#calendar_wrap td {
	padding: 5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 60px;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	font-weight: 600;
	color: #b78b20;
	line-height: 64px;
	margin: 0 0 41px;
}

h2,
.h2 {
	font-size: 30px;
	color: #a3a3a3;
	text-transform: uppercase;
	margin: 0 0 18px;
	letter-spacing: 6px;
}

h3,
.h3 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0 0 16px;
	letter-spacing: 2px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 28px;
	font-weight: 400;
}

a {
	color: #7c2629;
	font-weight: 600;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	background: #eee;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.scroll-content {
	overflow: hidden;
}

.popup-active {
	overflow: hidden;
}

.inner #main {
	padding: 0;
}

.container {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	    width: 100vw;
}

#header .contained {
	max-width: 1485px;
    margin: 0 auto;
}

.header-top {
	background: #b78b20;
	padding: 5px 0;
	overflow: hidden;
	font-weight: 600;
	position: relative;
	z-index: 3;
	font-size:12px;
}

header a[href="#footer-link"] { margin-left:8px; font-size:18px; }

header .welcome a { font-size:12px !important; }

.header-top .block {
	float: left;
}

.header-top .welcome {
	color: #fff;
	float:left;


}
.welcome a {color: #fff;}
.header-top .contact-list {
	float: right;
	padding: 4 37px 0 0;
	font-size:12px;
}

.header-top .contact-list li {
	float: right;
	margin: 0 0 0 34px;
}

.header-top .contact-list li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.header-top .contact-list li a:hover {
	color: #7c2629;
}

.header-top .contact-list li a:hover i {
	color: #7c2629;
}

.header-top .contact-list li a i {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 5px 4px 0 0;
	padding:2px 7px 0px 0px;
	font-size: 18px;
}

.social-net {
	float: left;
}

.social-net li {
	float: left;
	padding: 0 10px 0 0;
}

.social-net li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	display: block;
}

.social-net li a:hover {
	color: #7c2629;
}

.social-net li a.icon-twitter {
	font-size: 25px;
}
.logo, .logo:before, .logo a, .logo img, .logo.scrolled, .logo.scrolled a, .logo.scrolled img {
	-webkit-transition-duration: 0.2s;
    	-moz-transition-duration: 0.2s;
    	transition-duration: 0.2s;
}
.logo {
	width: 234px;
	height: 209px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

.logo:before {
	position: absolute;
	content: "";
	border: 2px solid #dfccaf;
	width: auto;
	height: auto;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
}

.logo a {
	width: 234px;
	height: 209px;
	display: block;
	z-index: 10;
	position: relative;
}

.logo img {
	width:65%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo.scrolled {
width:150px;
height:135px;
}

.logo.scrolled a  {
	width: 150px;
	height: 135px;
	display: block;
	z-index: 10;
	position: relative;

}
.logo.scrolled img  {
	/*width: 84px;
	height: 74px;*/
}

.heading {
	background: url(images/bg2.png) no-repeat 0 -30px;
	padding: 39px 0 80px;
	min-height: 186px;
    background-position: 50% -60px;
    padding: 19px 0 14px;
    min-height: 125px;
}


.heading .container {
	position: relative;
}

.heading .container:after,
.heading .container:before {
	background: url(images/bg-after.png) repeat-x;
	height: 132px;
	width: 2px;
	top: -77px;
	right: 0;
	position: absolute;
	content: "";
	margin: 0 -9999px 0 0;
	padding: 0 9999px 0 0;
	z-index: 1;
}

.heading .container:before {
	background: url(images/bg-before.png) repeat-x;
	height: 108px;
	right: auto;
	left: 0;
	margin: 0 0 0 -9999px;
	padding: 0 0 0 9999px;
	top: -65px;
}

.nav-list {
	float: left;
	width: 50%;
    padding: 10px 150px 0 0;
    text-align: right;
}

.nav-list li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 0 41px;
}

.nav-list li.active a {
	color: #7c2629;
}

.nav-list li a {
	color: #7c2629;
	text-decoration: none;
}

.nav-list li a:hover {
	color: #000;
}

.nav-list.right {
	float: right;
	padding: 10px 0 0 140px;
	text-align: left;
}

.nav-list.right li {
	margin: 0 29px 0 0;
}

.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.active #nav {
	height: calc(100vh - 68px);
}

.active .opener span {
	opacity: 0;
}

.active .opener:after,
.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 0;
	right: 0;
}

.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.heading .mail{
	display: none;
	font-size: 9px;
	line-height: 12px;
}

.heading .mail .icon-mail{
	display: inline-block;
    font-size: 12px;
    margin: 0 3px 0 0;
    vertical-align: top;
}

.heading .mail a{
	color: #21362b;
	text-decoration: none;
}

.heading .mail a:hover{
	color: #7c2629;
}

.opener {
	width: 20px;
	height: 30px;
	position: relative;
	text-indent: -9999px;
	display: none;
	position: absolute;
	right: 47px;
	top: -11px;
}

.opener:before,
.opener:after,
.opener span {
	background: #7c2629;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 2px;
}

.opener:before,
.opener:after {
	content: "";
	top: 21px;
}

.opener:after {
	top: 11px;
}

.banner {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 590px;
	height: 100vh;
}

.banner .text-block {
	max-width: 1080px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 199px 35px 30px;
	text-align: center;
	line-height: 1;
}

.banner .text-block h1 {
	color: #fff;
	font: italic 600 90px/120px "agaramond", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 9px;
	text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
	-webkit-text-stroke: .5px black;
}

.banner .text-block .title {
	color: #fff;
	font: 600 48px/74px "agaramond", "Times", "Baskerville", "Georgia", serif;
	position: relative;
	display: block;
	margin: 0 0 27px;
	    text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
}



.banner .text-block .button {
	max-width: 156px;
	background: rgba(255, 255, 255, .75);
	color: #7c2629;
	font: italic 14px/16px "agaramond", "Times", "Baskerville", "Georgia", serif;
	text-decoration: none;
	margin: 38px auto;
	padding: 10px;
}

.banner .text-block .button:hover {
	background: white;
}

.banner .text-block .button i {
	color: #b78b20;
	display: inline-block;
	vertical-align: middle;
}

.banner.inner-block .text-block {
	padding: 10px 0 23px;
	text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
}

.image-block {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.image-block {
		display:none;
	}
	.image-block.certificate-logo	{display:none;}
	.row.certificate-logo {display:none;}
}
.fixed-block-reservations {
	width: 298px;
	position: absolute;
	bottom: 0;
	left: 0;

	z-index: 105;
	}
.fixed-block-reservations.fixed {position:fixed;bottom:auto;}
.fixed-block {
	background: rgba(34, 55, 43, .65);
	width: 298px;
	position: fixed;
	bottom: 13vh;
	left: 0;
	padding: 34px 20px 22px 20px;
	z-index: 105;
}

.fixed-block.fixed {
	position: fixed;
	bottom: 0;
}

.fixed-block .list-holder li {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 23px;
	letter-spacing: 2px;
}

.fixed-block .list-holder li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 0 15px 0 0;
	position: relative;
}

.fixed-block .list-holder li > a:hover {
	color: #b78b20;
}

.fixed-block .list-holder li > a.icon-calendar,
.fixed-block .list-holder li > a.icon-map,
.fixed-block .list-holder li > a.icon-location2 {
	font-size: 22px;
}

.fixed-block .list-holder li > a .icon-arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
}

.fixed-block .list-holder li > a .icon-dollar,
.fixed-block .list-holder li > a .icon-calendar,
.fixed-block .list-holder li > a .icon-map,
.fixed-block .list-holder li > a .icon-location2 {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
}

.fixed-block .list-holder li.hidden {
	margin: 0 0 18px;
}
.fixed-block .list-holder li table {font-weight:normal;font-size:13px;}
.placeholder img {
	width: 100%;
}
.fixed-block.side-menu.scrolled  {width:auto;padding:18px 9px 2px;}
.fixed-block.side-menu.scrolled .list-holder li > a  {padding:0 5px 0 0;}
.fixed-block.side-menu.scrolled  .list-holder li > a span {display: none;}

.fixed-block.side-menu.scrolled  .list-holder li > a i {display:inline-block!important;}
.fixed-block.side-menu.scrolled  .list-holder li > a i.icon-arrow-right {display:none!important;}

.fixed-block .list-holder .nav-tabs li > a {text-transform:none;}

.block-wrap {
	padding: 50px 0 30px;
    background: #efefef;
}
.block-wrap:after	{ display:block; content:" "; clear:both;}
.block-wrap iframe { margin-bottom: 0; }
.block-wrap .img-wrap {
    float: right;
	/*padding:8% 83px 78px 27px;*/
	padding: 8% 50px 78px 35px;
    margin: 0;
    right: -2%;
		-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	background:url('images/opc.jpg') no-repeat top center;
	background-size:100%;
}
.block-wrap .img-wrap p {
	font-size:16px;
	line-height:normal;
	font-family:"agaramond";
	color:#5d5c50;
	margin:0 0 10px;
}
.block-wrap .img-wrap:after {
	position: absolute;

	top: 17px;
	right: -15px;
	left: 6px;
	bottom: 15px;
	content: "";
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
}
.meet-the-farmer  h3 {font-family:"agaramond";font-style:italic;font-size:31px; line-height:34px;color:#b78b20;text-transform:none;}
.testimonial-holder {display:none;}
.block-wrap .img-wrap img {

}

.block-wrap .text-wrap {
	overflow: hidden;
	padding: 0;
	line-height: 30px;
}

.col-wrap {
	margin: 0 -86px 178px 0;
	padding: 0 3px;
}

.col-wrap .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 40px 80px 0;
	width: 33.33%;
}

.col-wrap .col .col-area {
	background: #b78b20;
}

.col-wrap .col .col-area .text-block {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 7px 11px 16px;
	letter-spacing: 1px;
    min-height:165px;
}

.col-wrap .col .col-area .text-block h2 {
	margin: 0 0 1px;
	font: italic 600 35px/38px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-transform: none;
}

.col-wrap .col .col-area .text-block p {
	margin: 0;
}

.col-wrap .col img {
	width: 100%;
}

.form-holder {
	border-top: 20px solid #fff;
}

.form-holder .container {
	max-width: 1584px;
}

.form-holder .block {
	margin: 0 -20px 0 0;
	padding: 71px 0 35px;
}

.form-holder .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 20px 0 0;
	width: 33.33%;
}

.form-holder .col .button {
	max-width: 276px;
	margin: 0 auto;
	padding: 13px;
	font: 600 13px/15px "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-holder .col h3 {
	text-align: center;
	margin: 0 0 22px;
}

.form-holder .col .wpcf7 {
	padding: 0 0 0 99px;
}

.form-holder .col .wpcf7-form {
	padding: 0;
}

.form-holder .col .wpcf7-form input[type="text"] {
	max-width: 302px;
}

.form-holder .col .wpcf7-form input[type="submit"] {
	border-radius: 0 6px 6px 0;
	max-width: 92px;
}

.three-col {
	overflow: hidden;
	width: 100%;
}

.three-col .col {
	float: left;
	width: 33.33%;
	position: relative;
	max-height: 351px;
}

.three-col .col img {
	width: 100%;
	height: 100%;
}

.three-col .text-box {
	position: absolute;
	text-decoration: none;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(98, 65, 32, .45);
	color: #fff;
	padding: 12px 22px 17px 53px;
	letter-spacing: 1px;
}
#template-group .text-box {
	background:none;
	padding:0;
}
.three-col .text-box.green {
	background: rgba(34, 55, 43, .52);
}

.three-col .text-box.red {
	background: rgba(34, 55, 43, .52);
}
.three-col .text-box.yellow {
	background: rgba(183, 139, 32 .67);
}

.three-col .text-box:hover {
	background: rgba(0, 0, 0, .6) !important;
}

.three-col .text-box .title {
	color: #fff;
	font: 600 47px/53px "agaramond", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 6px;
	display: block;
}

.four-col {
	overflow: hidden;
	width: 100%;
}

.four-col .col {
	float:left;
	position: relative;
	max-height: 600px;
	padding:0;
}

.four-col .col img {
	width: 100%;
	height: 100%;
}

.four-col .text-box {
	position: absolute;
	text-decoration: none;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(98, 65, 32, .45);
	color: #fff;
	padding: 25px 22px 17px 53px;
	letter-spacing: 0px;
}

.four-col .text-box.green {
	background: rgba(74, 87, 72, .52);
}

.four-col .text-box.brown {
	background: rgba(108, 72, 44, .67);
}

.four-col .text-box:hover {
	background: rgba(0, 0, 0, .6) !important;
}

.four-col .text-box .title {
	color: #fff;
	font-family:  "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-size: 20px;

    line-height:18px;
    font-weight: 600;
	margin: 0 0 6px;
	display: block;
}

.category-title {
	font: 30px/32px "EB Garamond", "Times", "Baskerville", "Georgia", serif;
	text-transform: capitalize;
	color: #fff;
}

.category-title i {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.wrap-holder {
	position: relative;
}

.block-area {
	background: #fff;
	padding: 0 10px 48px;
	display: none;
}

.block-area .social-net {
	text-align: center;
	float: none;
	margin: -8px 0 0;
}

.block-area .social-net li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
	padding: 0 15px;
}

.block-area .social-net li a {
	color: #b8b9bc;
	font-size: 31px;
}

.block-area .social-net li a:hover {
	color: #7c2629;
}

.block-area .social-net li a.icon-twitter {
	font-size: 41px;
}

.block-area .social-net li a.icon-facebok {
	font-size: 34px;
}

.block-area .social-net li a.icon-tube {
	font-size: 36px;
}

.block-area .wpcf7-form {
	padding: 36px 0 0 20px;
}

.block-holder {
	padding: 44px 0 0;
	background: #ececec;
	position: relative;
	z-index: 10;
}

.block-holder .container {
	max-width: 1496px;
}

.block-holder .col-holder {
	float: left;
	max-width: 510px;
	width: 100%;
	padding: 18px 0 30px 100px;
}

.block-holder .col-holder h1 {
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 25px;
	font-style: normal;
}

.block-holder .col-holder h1 em {
	font-weight: normal;
	letter-spacing: 1px;
}

.block-holder .col-holder img {
	float: right;
	display: block;
	max-width:75%;
	margin:10%;
}

.block-holder .text-holder {
	overflow: hidden;
	padding: 0 157px 96px 137px;
	letter-spacing: 1px;
}

.block-holder .text-holder p {
	margin: 0 0 15px;
	font-size:14px;
}

.yellow-block {
	background: url(images/bg1.jpg) no-repeat;
	background-size: cover;
	min-height: 420px;
	max-width: 1038px;
	float: right;
	width: 100%;
	margin: 0 0 -166px;
	position: relative;
	z-index: 10;
}

.yellow-block .link {
	font: italic 24px/26px "Playfair Display", "Times", "Baskerville", "Georgia", serif;
	position: absolute;
	text-decoration: none;
	text-transform: capitalize;
	right: 222px;
	top: 87%;
	color: #fff;
	max-width: 596px;
}

.yellow-block .link:hover {
	color: #7c2629;
}

.yellow-block .link i {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.image-area {
	margin: -48px 0 0 196px;
	position: relative;
	max-width: 510px;
	min-height: 402px;
	width: 100%;
	border: 21px solid #fff;
	box-shadow: -4px -4px 34px 0 #000;
}

.image-area img {
	width: 100%;
}

.image-area:before {
	border: 1px solid #fff;
	border-radius: 3px;
	position: absolute;
	left: -60px;
	right: -63px;
	bottom: -70px;
	top: -59px;
	content: "";
}

.box-wrap {
	background: #fff;
	position: relative;
}
.box-wrap .home-img {background-repeat:no-repeat;background-size:100%;}
.box-wrap .home-img:last-child {float:right;margin-top:0;}
.box-wrap .home-img.pull-right .text-holder {margin-top:90px;}

.box-wrap .property-img {background-repeat:no-repeat;background-size:cover;min-height:400px;}
h3.property-title {font-size:16px;}
.property-box  .col-md-3 {min-height:240px;}
.property-box .gform_wrapper {margin:0;padding:0;}
.property-information h3 {min-height:40px;}
.property-information .col-md-4 {min-height:255px;}
.property-information p {font-size:14px;}

.box-wrap .img-holder {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	max-width: 739px;
	width: 100%;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.box-wrap .img-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 762px;
}

.box-wrap .img-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.box-wrap .img-holder .button {
	position: absolute;
	bottom: 67px;
	right: 35px;
	white-space: normal !important;
	max-width: 520px !important;
}

.box-wrap .text-holder {
	padding: 20px 73px 123px;

	vertical-align: bottom !important;
}

.box-wrap .text-holder .title {
	font: 600 65px/90px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	padding: 15px;
	display: block;
	border: 2px solid #fff;
	border-radius: 5px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.box-wrap .text-holder .title em {
	font-size: 68px;
	text-transform: capitalize;
}

.box-wrap .text-area {
	overflow: hidden;
	padding: 238px 34px 90px 74px;
	letter-spacing: 1px;

}

.box-wrap .text-area p {
	margin: 0 0 59px;
}

.box-wrap .text-area h2 {
	line-height: 36px;
	margin: 0 0 43px;
}

.box-wrap.box .text-holder {
	margin: 210px 5% 2% 5%;
	padding: 10px 0;
       width: 90%;
}

.box-wrap.box .img-holder {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	float: right;
	height: auto;
}

.box-wrap.box .img-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 587px;
}

.box-wrap.box .img-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.box-wrap .first-row{padding-top:150px;}
.box-wrap.box .text-area {
	padding: 64px 120px 90px 89px;
}

.box-wrap.box .button {
	right: auto;
	left: 109px;
	font-size:18px;

}
.homepage-col-text {
padding:10% 3% 0 7%;

}


.homepage-col-text p {font-size:14px;}

.button {
	font: italic 600 24px/24px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-decoration: none;
	background: #b78b20;
	padding: 18px 14px;
	border-radius: 4px;
	display: block;
	max-width: 510px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;

}
.block-wrap .button {
padding: 0 50px 0 50px;
display: table-cell;
height:85px;
	vertical-align:middle;}
.btn {
    background: #b78b20;
    color: #fff;
}
.block-wrap .dropdown button { width:100%; display:block;}
.btn_purchase {float: right;width: 30%;}
.button:hover {
	background: #deb245;
}

.carousel-box {
	background: url(images/bg1.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 91px 35px 87px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.room-carousel-box {width:95%;margin:0 auto;}
.carousel-box:after {
	border: 3px solid #fff;
	top: 35px;
	bottom: 35px;
	right: 65px;
	left: 65px;
	position: absolute;
	content: "";
	border-radius: 5px;
}

.carousel-box h1 {
	font-style: normal;
	font-size: 80px;
	line-height: 84px;
	margin: 0 0 50px;
}

.carousel {
	position: relative;
	max-width: 1212px;
	padding: 0 50px;
	margin: 0 auto;
	z-index: 10;
}

.carousel .mask {
	position: relative;
	overflow: hidden;

}

.carousel .slideset {
	float: left;
}

.carousel .slide {
	float: left;
}

.carousel .slide .slide-holder {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0 -4px 0 0;
}
	.rooms {width:100%!important;margin:0 auto!important;}

.carousel .slide img {
	width: 100%;
}

.carousel .slide .bg-cover {
	position: relative;
	margin: 0 0 34px;
	display: block;
	overflow: hidden;
}

.carousel .slide .bg-cover .sub-title {
	font: 600 36px/40px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-transform: capitalize;
	word-spacing: 9999px;
	display: block;
}

.carousel .slide .bg-cover .sub-title i {
	display: block;
}

.carousel .slide .bg-cover:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(74, 87, 72, .6);
	opacity: 0;
}

.carousel .slide .bg-cover:before {
	position: absolute;
	content: "";
	border: 2px solid #fff;
	top: 15px;
	bottom: 15px;
	right: 15px;
	left: 15px;
	opacity: 0;
	z-index: 10;
}

.carousel .slide .bg-cover:hover:after,
.carousel .slide .bg-cover:hover .text-area {
	opacity: 1;
	cursor: pointer;
}

.carousel .slide .bg-cover:hover:before {
	opacity: 1;
}

.carousel .slide .bg-cover .text-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.carousel .slide .title {
	font: 16px/21px "Playfair Display", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
}

.btn-prev,
.btn-next {
	z-index: 10;
	position: absolute;
	left: 3px;
	font-size: 24px;
	top: 114px;
	color: #989690;
	text-decoration: none;
}

.btn-prev:hover,
.btn-next:hover {
	color: #b78b20;
}

.btn-next {
	left: auto;
	right: 3px;
}
.room-caption {
color:#8A1B04;
text-decoration:none;
text-align:center;
width: 98%;
margin: 0 auto 0 auto;
font-weight:bold;
line-height:normal;
}
.rooms-box {    background: url(images/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 91px 35px 87px;
    text-align: center;
    position: relative;
    z-index: 10;}
.rooms-box:after {    border: 3px solid #fff;
    top: 35px;
    bottom: 35px;
    right: 15px;
    left: 15px;
    position: absolute;
    content: "";
    border-radius: 5px;
	z-index:-1000}
.rooms-box .btn {z-index:2000;}
.rooms-box img {position:relative;width:100%;z-index:-1;}
.rooms-box h2 {
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    color: #fff;

    top: 275px;

    width: 100%;
    text-align: center;

    text-transform: none;
    text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
    background: rgba(34, 55, 43, .65);
    min-height: 90px;
    vertical-align: middle;
    padding: 20px 15px;
    margin-top: -90px;
	margin-bottom:10px;
	line-height: 25px;
}

/*#footer <footer>*/
#footer		{padding-left:15px; padding-right:15px;}
#footer .box-wrap	{padding-left:0; padding-right:0;}

#footer .gform_wrapper .gform_heading { margin-bottom: 0;}

#footer .gform_wrapper { margin: 0; }

/*#footer <footer>*/


/* other layouts */
.nosidemargin	{margin-left:0; margin-right:0;}
.nosidepadding	{padding-left:0; padding-right:0;}
/* other layouts */

@media (max-width:1410px) {

	.rooms-box h2 {
		font-size: 24px;
		letter-spacing:2px;
	}

 }
@media (max-width:1122px) {

	.rooms-box h2 {
		font-size: 20px;
	}

 }
.room-list {list-style-type:none;}
ul.list-holder li.col-md-12 {list-style-type: none;}
#footer {
	background: #fff;

	position: relative;
}

#footer .container {
	max-width: 1246px;
}
#gform_wrapper_6 .gform_footer {
    max-width: 100%!important;
    width: 100%!important;
}
#gform_fields_6 {width:100%!important;max-width: 100%!important;}
#gform_fields_6 input {width:100%!important;}
.footer-columns-mid .gform_fields {width: 67%!important;}
.footer-columns-mid .gform_wrapper {padding-top: 0!important;}
.footer-columns-mid .button {margin: 15px auto;}
.col-block {
    min-height: 300px;
	border-bottom: 2px solid #d8d8d8;
	padding: 0 0 13px;
	position: relative;
}

.col-block .col {
	float: left;
	width: 29%;
}

.col-block .col:first-child {
	width: 40%;
}

.col-block .col:last-child {
	width: 31%;
}

.col-block .col img {
	display: block;
	margin: 0 30px 0 0;
}

.col-block .col h3 {
	letter-spacing:2px;
	margin: 22px 0 16px 52px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.col-block .col h3:after {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	background: #d8d8d8;
	height: 2px;
	width: auto;
	bottom: -19px;
}

.col-block .social-net {
    margin: 20px 5px 0 0;
}

.col-block .social-net li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
	padding: 0 21px 0 0;
}

.col-block .social-net a {
	color: #b8b9bc;
	font-size: 35px;
}
.col-block .social-net a.property-social-link {font-size: 14px;}
.col-block .social-net a.icon-twitter {
	font-size: 50px;
	margin: -5px 0 0;
}

.col-block .social-net a.icon-tube {
	font-size: 39px;
}

.col-block .social-net a.icon-facebok {
	font-size: 37px;
	margin: 3px 0 0;
}

.block-area .social-net {
	margin: -9px 0 0 10px;
	display:inline;
}

.block-area .social-net li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
	padding: 0 21px 0 0;
}

.block-area .social-net a {
	color: #b8b9bc;
	font-size: 35px;
}
.block-area .social-net a.property-social-link {font-size: 14px;}
.block-area .social-net a.icon-twitter {
	font-size: 50px;
	margin: -5px 0 0;
}

.block-area .social-net a.icon-tube {
	font-size: 39px;
}

.block-area .social-net a.icon-facebok {
	font-size: 37px;
	margin: 3px 0 0;
}
.centered-icons {width:40%;margin:0 auto;}
.wpcf7 {
	padding: 0 0 0 10px;
}

.wpcf7-form {
	padding: 20px 0 0;
	overflow: hidden;
}

.wpcf7-form input[type="text"] {
	width: 100%;
	max-width: 354px;
	border: 2px solid #d8d8d8;
	font-size: 14px;
	font-style: italic;
	color: #aeacac;
	padding: 0 14px;
	height: 44px;
	float: left;
	margin: 0 0 20px;
	letter-spacing: 1px;
	outline: none;
}

.wpcf7-form input[type="text"]::-webkit-input-placeholder {
	color: #aeacac;
}

.wpcf7-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #aeacac;
}

.wpcf7-form input[type="text"]:-moz-placeholder {
	color: #aeacac;
}

.wpcf7-form input[type="text"]:-ms-input-placeholder {
	color: #aeacac;
}

.wpcf7-form input[type="text"].placeholder {
	color: #aeacac;
}

.wpcf7-form input[type="submit"] {
	float: left;
	max-width: 104px;
	background: #8a1b04;
	color: #fff;
	height: 44px;
	border: none;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 5px;
	width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
	background: #bc2505;
}

.wpcf7-form label {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0 0 16px;
	letter-spacing: 2px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
}
.lower-images a {display: block;}
.contact-info {
	padding: 10px 0 0;
}

.contact-info li {
	padding: 0 0 0 53px;
	position: relative;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
}

.contact-info li address {
	font-style: normal;
	margin: 0;
}

.contact-info li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	color: #c9c9c9;
}

.contact-info li i.icon-phone2 {
	padding: 2px 0 0 2px;
}

.contact-info li i.icon-mail2 {
	font-size: 31px;
	padding: 5px 0 0 4px;
}

.contact-info li a {
	color: #515151;
	text-decoration: none;
}

.contact-info li a:hover {
	color: #7c2629;
}

.copyright {
	text-align: center;
	color: #aaaaae;
	font-size: 15px;
	padding: 8px 0 0;
    min-height: 200px;
}

.copyright a {
	color: #aaaaae;
	text-decoration: none;
}

.copyright a:hover {
	color: #7c2629;
}

.copyright span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 28px;
}

.post {
	padding:0 0 30px;
}

.copyright p {
	margin: 0;
}

.back-to-top {
	color: #fff;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	background: #d8d8d8;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.back-to-top:hover {
	background: #c54347;
}

.back-to-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay {
	background: rgba(34, 55, 43, .31);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

.popup-active .overlay {
	opacity: 1;
	visibility: visible;
}
.popup-active .popup {
	-webkit-box-shadow:0 0 10px rgba(0,0,0, 0.2);
	-ms-box-shadow:0 0 10px rgba(0,0,0, 0.2);
	box-shadow:0 0 10px rgba(0,0,0, 0.2);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.popup {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	position: fixed;
	right: 0;
	top: 0;
	bottom:0;
	overflow: hidden;
	width: 1224px;
	z-index: 9999;
	height: 100%;
	background: #f8e2a6;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.popup-active .popup {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.popup .jcf-scrollable-wrapper {
	width: 100% !important;
	box-sizing: border-box;
}

.popup .jcf-scrollable {
	width: 100% !important;
	min-height:500px!important;
}

.popup .head-block {
	background: #fff;
	padding: 22px 46px 22px 62px;
}

.popup .head-block h1 {
	font: italic 600 55px/61px "agaramond", "Times", "Baskerville", "Georgia", serif;
	color: #b78b20;
	margin: 0;
	float: left;
	letter-spacing: 5px;
}

.popup .head-block .button {
	float: right;
	max-width: 320px;
	font: 600 30px/34px "agaramond", "Times", "Baskerville", "Georgia", serif;
	text-transform: capitalize;
	text-align: center;
	padding: 13px;
	margin: 0;
}

.popup .scroll-wrap {

	padding: 15px 0px 129px 0;
	position: relative;
	 height: 100%;
        overflow-y: scroll;

}

.popup .block {

	padding: 0 0 0 42px;

	height: 500px;
	height:100vh;

}

.popup .img-area {
	white-space: nowrap;
	text-align: center;
	min-height: 510px;
	background-size: cover;
	background-position: 50% 50%;

}

.popup .img-area:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 510px;
}

.popup .img-area > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.popup .img-area .title {
	font: italic 600 94px/104px "agaramond", "Times", "Baskerville", "Georgia", serif;
	text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
	letter-spacing: 8px;
	color:#fff;
}

.popup .post {
	max-width: 880px;
	width: 100%;
	padding: 20px 0 180px 8%;
	line-height: 22px;
	font-size: 18px;
	letter-spacing: 2px;
}

.popup .post h1 {
	font: italic 600 59px/63px "agaramond", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 25px;
	letter-spacing: 6px;
}

.popup .post h1 a {
	color: #fff;
	text-decoration: none;
}

.popup .post h1 a:hover {
	color: #b78b20;
}

.popup .post p {
	margin: 0 0 7px;
}

.popup .post .link {
	color: #fff;
	float: right;
	font-size: 28px;
	text-decoration: none;
	text-transform: capitalize;
}

.popup .post .link:hover {
	color: #b78b20;
}

.popup .post .link i {
	padding: 1px 0 0 12px;
	display: inline-block;
	vertical-align: top;
}

.popup .close {

	text-decoration: none;
	font-size: 20px;
	position: absolute;
	top: 5px;
	left: 10px;
	font-weight: normal;
	width: 28px;
	height: 28px;
	text-align:center;

}
.popup .close:hover {

}
.popup-intro {font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    padding: 20px 0 25px 0;

	}
.popup-intro h3 {color:#203526;padding-top:20px;}
.popup .location-holder {font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #333;
}

.popup ul li a {
    text-align: left !important;
    color: inherit !important;
    text-transform: normal !important;
}

.top-bar-mobile-button-left .hnl-button	{ position:relative; float:left; top:auto; left:auto; padding:0 20px;}

.hnl-button {
float:right;
color:#fff;

	}
.hnl-button a {
		color:#fff;
		padding-left:5px;
		font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
		font-size:10px;
		font-weight:600;
	}
.not-enough-slides > a {
    display: none !important;
}

.specials {padding-left:5%;padding-bottom:75px;}
.specials img.attachment-thumbnail_260x265 {width:100%;}
.single-special {height:30vw;}
.specials-title-holder {height:52px;}
h3.specials-title {font-size:16px;}
.gform_wrapper {
	overflow:hidden !important;
	width:100%;

	position:relative;

	max-width: 100% !important;
}

.gform_wrapper .gform_heading {

	border:none;
	letter-spacing: 2px !important;
	width: 100% !important;
}

.gform_wrapper .gform_heading h3 {
	margin:0 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	width:100% !important;
	letter-spacing:2px;
}

.gform_wrapper .gform_heading h3:after {
	display:none;
}

.gform_wrapper .top_label .gfield_label{
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 24px !important;
	margin: 0 0 16px !important;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
	display:block !important;
	height:24px;
	/* display:none !important; */

}
#footer .gfield_label label.gfield_label   {white-space:nowrap;overflow:visible;}
.block-area .gform_wrapper .top_label label.gfield_label  {white-space:nowrap;overflow:visible;}
.gform_wrapper .gform_footer input[type="submit"]{
	background: #8a1b04;
	border: none;
	color: #ffffff;
	float: left;
	height: 44px;
	padding: 10px 5px;
	width: 100% !important;
	border-radius:0;
	margin:0 !important;
	font-style:normal;
	font:600 14px/20px "Open Sans", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	background:#bc2505;
}
.gform_wrapper .gform_fields{
	float:left;
	width:100%;
	max-width: 100% !important;
	margin:0;
	padding:0;
	list-style:none;
}

.gform_wrapper ul li.gfield {
	list-style-position:outside;
	list-style:none;
	float:left;
	width:100%;
	max-width: 100% !important;
}

.gform_wrapper div.validation_error {
	font-size:14px !important;
	line-height:20px !important;
	font-weight:normal !important;
	background:#8a1b04;
	margin:0 0 5px !important;
	color:#fff !important;
	padding:10px;
}

.gform_wrapper .gfield_description,
.gform_wrapper .instruction{
	font-size:14px !important;
	line-height:18px !important;
	font-weight:normal !important;
	background:#8a1b04;
	color:#fff !important;
	padding:10px;
	margin-top:6px;
}

.gform_wrapper .top_label .gfield_error {
	width:100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	margin-top:0 !important;
}


.gform_wrapper ul li.gfield.gfield_error{
	padding:0 !important;
	background:#fff !important;
	border-bottom:0 !important;
	border-top:0 !important;
	width: 100% !important;
	padding-left:0 !important;
}
.gform_wrapper .top_label .gfield_error .ginput_container{
	max-width: 100% !important;
	margin:0 !important;
}

.gform_confirmation_wrapper{
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 600px;
    text-align: center;
}

.gform_confirmation_message {
	color: black !important;
    font-size: 16px;
    padding: 20px;
    text-align: center;
}

.gform_confirmation_message {
	line-height:18px;
	background: #F8E1A5;
	width:auto;
	display:block;
}

.gform_wrapper ul li.gfield.gfield_error label {
	color:#515151 !important;
}

.gform_wrapper ul li.gfield.gfield_error input.medium {
	border: 2px solid #d8d8d8;
	margin:0;
}
.col-md-3 .ginput_container {
	padding-bottom:10px;
}
.gform_wrapper .gform_footer {max-width:354px;}
.col-md-3 .gform_wrapper .gform_footer {max-width:100%;}
.col-md-3 h3 {
	margin-top:10px;
	margin-bottom:0;
}
.col-md-3 .gform_wrapper .top_label .gfield_label { margin-top:0px !important;    margin-top: 0px !important;
    font-size: 12px;
    white-space: normal;
    overflow: visible;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
#gform_fields_7 .ginput_container_text, #gform_fields_7 .ginput_container_email {margin-top:-30px;}

#footer .gform_wrapper .gform_footer {
	clear: none !important;
	padding:5px 0 0 0 !important;
	margin:0 !important;
	float:left;
	max-width: 104px;
	width:100%;
	margin-top:40px !important;
}

.gform_wrapper .top_label input.medium {
	border: 2px solid #d8d8d8;
	color: #aeacac;
	display:block;
	font-size: 12px;
	font-style: italic;
	height: 44px;
	letter-spacing: 1px;
	margin: 0 !important;
	outline:none;
	padding: 0 14px !important;
	width: 100% !important;
}
.gform_wrapper .top_label textarea {
    border: 2px solid #d8d8d8;
    color: #aeacac;
    display: block;
    font-size: 14px;
    font-style: italic;

    letter-spacing: 1px;
    margin: 0 !important;
    outline: none;
    padding: 0 14px !important;
    width: 100% !important;

	}
	.ginput_container {padding-top:5px;}
.gform_wrapper .top_label input.medium::-webkit-input-placeholder {
	color: #aeacac;
}

.gform_wrapper .top_label input.medium::-moz-placeholder {
	opacity: 1;
	color: #aeacac;
}

.gform_wrapper .top_label input.medium:-moz-placeholder {
	color: #aeacac;
}

.gform_wrapper .top_label input.medium:-ms-input-placeholder {
	color: #aeacac;
}

.gform_wrapper .top_label input.medium.placeholder {
	color: #aeacac;
}
.reservations-manual { min-height:60px; }
.reservations-manual h3 {font-size:24px; color: #505050;font-style:italic;font-weight: 600;text-transform: none;margin-top:18px; margin-left: 20px; }
.reservations-manual #btnBook {text-align: center;padding: 20px;}
#CalendarWidget [class*=col] {border-left: 1px solid #eee;margin-top: 15px;}
#CalendarWidget .no-border {border-left: none!important;}
.col-md-1 #CalendarWidget {padding: 0;}
#CalendarWidget {font-family:"agaramond";font-style:italic;font-size:21px;}

#CalendarWidget .col-md-1, #CalendarWidget .col-md-2, #CalendarWidget .col-md-3 {padding: 0 0 0 1%;margin-right:1%;text-align: center;}
#ddProperties {width:100%;font-size:21px;}
.calendar-intro {background-color: #eee;padding: 35px 0 15px 0;width: 298px;}
.calendar-intro h2 {font-size: 26px; padding: 15px 0px 0px 25px;}
input.txtNights{width:25%!important;}
.divArrivalDate {margin-right: 2%!important;}
.divDepartureDate {margin-right: 2%!important;}
#lblArrivalDate {margin-right: 10px;display: block;}
input#w_txtArrivalDate {width: 80%;}
input#w_txtDepartureDate {width: 80%;}

#lblNights {width:100%;display:block;}
#lblDepartureDate {display: block;}
.ui-datepicker {z-index: 99 !important;}
img.ui-datepicker-trigger {vertical-align: middle;}
.reserve_button {
background: #8a1b04;
    border: none;
    color: #ffffff;
    float: left;
    height: 44px;
    padding: 10px 5px;
    width: 100% !important;
    border-radius: 0;
    margin: 0 !important;
    font-style: normal;
    font: 600 13px/20px "Open Sans", "Helvetica Neue", "Helvetica", sans-serif !important
}
.reservations-menu {padding:25px 20px 15px 25px;background:#e0e0e0;margin-right:15px;}
.reservations-menu h2 {letter-spacing:normal;
    letter-spacing: normal;
    font-family: "agaramond";
    text-transform: none;
    font-size: 30px;
    color: #424242;


}

#btnBook { background: #8a1b04;
    border: none;
    color: #ffffff;
    float: left;
    height: 44px;
    padding: 10px 5px;
    width: 100% !important;
    border-radius: 0;
    margin: 0 !important;
    font-style: normal;
    font: 600 14px/20px "Open Sans", "Helvetica Neue", "Helvetica", sans-serif !important;

}
#CalendarWidget input[type="text"], #CalendarWidget input[type="tel"], #CalendarWidget input[type="email"], #CalendarWidget input[type="search"], #CalendarWidget input[type="password"], textarea, select {
border:none;
background:#fff;
color:#6e6e6e;
font-size:14px;
padding:0;
margin:0;
}
.widget_wysija_cont .formError{
	position:relative !important;
	left:auto !important;
	top:auto !important;
	opacity:1 !important;
	margin:0 -104px 0 0;
}

.widget_wysija_cont .formError .formErrorContent{
	font-size:14px !important;
	line-height:20px !important;
	font-weight:normal !important;
	background:#8a1b04;
	margin:0 0 5px !important;
	color:#fff !important;
	padding:10px;
	border:none;
	width:100%;
}

.widget_wysija_cont {
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
	padding:0 0 0 10px;
	position:relative;
	max-width: 468px;
}

.widget_wysija_cont p label{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 16px;
	overflow: hidden;
	height:24px;
	text-transform: uppercase;
}

.widget_wysija_cont .wysija-paragraph{
	float:left;
	width:100%;
	margin:0;
}
.widget_wysija_cont .wysija-input{
	border: 2px solid #d8d8d8;
	color: #aeacac;
	float: left;
	font-size: 14px;
	font-style: italic;
	height: 44px;
	letter-spacing: 1px;
	margin: 0;
	outline:none;
	padding: 0 14px;
	width: 100% !important;
	max-width: 354px;
}

.widget_wysija_cont .wysija-input:focus {
	border-color:#d8d8d8;
}
.widget_wysija_cont .wysija-input::-webkit-input-placeholder {
	color: #aeacac;
}

.widget_wysija_cont .wysija-input::-moz-placeholder {
	opacity: 1;
	color: #aeacac;
}

.widget_wysija_cont .wysija-input:-moz-placeholder {
	color: #aeacac;
}

.widget_wysija_cont .wysija-input:-ms-input-placeholder {
	color: #aeacac;
}

.widget_wysija_cont .wysija-input.placeholder {
	color: #aeacac;
}

.widget_wysija_cont h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 16px !important;
	text-transform: uppercase;
	letter-spacing:0;
}

.widget_wysija_cont h3:after {
	display:none;
}

.widget_wysija_cont .wysija-submit {
	background: #8a1b04;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	height: 44px;
	max-width: 104px;
	padding: 10px 5px;
	width: 100%;
	float:right;
	margin:-44px 0 0;
}
.widget_wysija_cont .wysija-submit:hover {
	background:#bc2505;
}

.widget_wysija_cont .wysija-msg .allmsgs .updated {
	color:#fff !important;
	font-size:14px;
	line-height:18px;
	background:#2cce00 !important;
	padding:10px !important;
	border:none !important;
	margin:0 !important;
}

/* certificate logo */
	.row.certificate-logo	{padding:0; position:relative; z-index:99; margin-top:-150px; text-align:right; line-height:1;}
	.row.certificate-logo .certificate-logo-wrapper	{display:inline-block;}
/* certificate logo */

/* group template form styles */
	.page-template-template-group .gform_wrapper .top_label .gfield_label	{ line-height: 1em !important; padding: 0 !important; height: auto; margin: 0 !important;}
	.page-template-template-group .gfield		{ margin-top:20px; }
	.page-template-template-group .gfield_checkbox	{padding:0;}

/* group template form styles */


@media (min-width:1549px) {

footer .col.footimg { width:20% !important; margin-top:20px; }
footer .col > img { max-width:80%; }
footer .col-block .col { width:39%; }
footer .col-block .col:first-child {
width: 41%;
}
.hnl-button {
float:right;
color:#fff;
padding-top:5px;
}

 }
@media (max-width:1549px) {

	#footer .col.foot-img { width:0%; }
	#footer .col { width:50%; }

 }
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.fixed-block .list-holder li > a.icon-calendar,
	.fixed-block .list-holder li > a.icon-map,
	.fixed-block .list-holder li > a.icon-location2 {
		display: none;
	}

	.fixed-block .list-holder li > a .icon-dollar,
	.fixed-block .list-holder li > a .icon-calendar,
	.fixed-block .list-holder li > a .icon-map,
	.fixed-block .list-holder li > a .icon-location2 {
		display: none;
	}

	.fixed-block .list-holder li.hidden {
		display: none;
	}
}

@media (min-width: 970px) {
	.block-area {
		display: none;
	}

}
@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1678px) {
	.three-col {
		margin: 0;
	}

	/*.block-holder {
		padding: 22px 0 26px;
		background: url(images/bg1.jpg) no-repeat;
		background-size: cover;
	}

	.block-holder .col-holder {
		display: none;
	}

	.block-holder .text-holder {
		padding: 0 67px;
		max-width: 605px;
		font-size: 14px;
		line-height: 24px;
	}

	.block-holder .text-holder h2 {
		color: #fff;
		letter-spacing: 4px;
		margin: 0 0 20px;
	}

	.yellow-block .link {
		font-size: 12px;
		line-height: 14px;
		top: 70%;
		right: 59px;
		max-width: 306px;
	}

	.yellow-block {
		min-height: 10px;
		margin: 0;
		max-width: none;
		background: none;
	}

	.image-area {
		max-width: 306px;
		min-height: 207px;
		float: right;
		margin: -228px 71px 0 0;
		border: 10px solid #fff;
		box-shadow: 0 0 25px 0 #000;
	}

	.image-area:before {
		right: -31px;
		bottom: -34px;
		left: -28px;
		top: -29px;
	}*/

	.box-wrap.box .text-area {
		padding: 64px 20px 0 89px;
	}

	.yellow-block {
		float: left;
    margin: 0 -300px -166px 137px;
    width: 70%;
	}
	.image-area{
		min-height:1px;
		width: auto;
		margin: -48px 30px 0 100px;
	}
	.image-area:before{
		bottom: -45px;
	    left: -45px;
	    right: -43px;
	    top: -45px;
	}
	.block-holder .col-holder{
		max-width: 440px;
	}
}

@media (max-width: 1349px) {
	.box-wrap .img-holder {
		margin: 0 0 20px;
		max-width: none;
		background-position: 50% 100%;
	}

	.box-wrap .img-holder:after {
		min-height: 590px;
	}

	.box-wrap .img-holder .button {
		position: static;
		max-width: 722px !important;
		display: block;
	}

	.box-wrap .text-holder {
		max-width: 905px !important;
		padding: 73px 10px 20px 60px;
		vertical-align: top !important;
	}

	.box-wrap .text-holder .title {
		font-size: 70px;
		line-height: 83px;
	}

	.box-wrap .text-holder .title em {
		font-size: 83px;
	}

	.box-wrap .text-area {
		position: relative;
		width: 100%;
		padding: 0 34px 0 44px;
		line-height: 26px;
	}

	.box-wrap .text-area p {
		margin: 0 0 26px;
	}

	.box-wrap .text-area h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 16px;
	}

	.box-wrap.box .text-holder {
		max-width: 929px !important;
		padding: 51px 10px 10px 33px;
	}

	.box-wrap.box .text-holder .title {
		padding: 37px 41px 42px;
	}

	.box-wrap.box .img-holder:after {
		min-height: 577px;
	}

	.box-wrap.box .text-area {
		padding: 19px 78px 0 51px;
	}

	.box-wrap.box .text-area h2 {
		margin: 0 0 23px;
	}

	.box-wrap.box .button {
		max-width: 496px !important;
		margin: 68px auto 20px;
		display: block;
	}

	.button {
		position: static;

		line-height: 30px;
		float: none;
		padding: 26px 23px;
		margin: 65px auto 20px;

	}

}


	.form-holder {
		display: none;
	}


@media (max-width: 1588px) {
	.nav-list li {
		margin: 0 0 0 21px;
	}

	.nav-list.right li {
		margin: 0 12px 0 0;
	}
}

@media (max-width: 1549px) {
	#main {
		padding: 0;
	}

	h2,
	.h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.header-top {
		padding: 7px 0 5px;
 	}

	.header-top .welcome {
		font-size: 10px;
		width:100%;

	}

	.header-top .contact-list {
		font-size: 10px;
		line-height: 12px;
		padding: 0 15px 0 0;
	}

	.header-top .contact-list li {
		margin: 0 0 0 20px;
	}

	.header-top .contact-list li a i {
		font-size: 11px;
		padding: 2px 2px 0 0;
	}

	.social-net li {
		padding: 0 5px 0 0;
	}

	.social-net li a {
		font-size: 13px;
	}

	.social-net li a.icon-twitter {
		font-size: 16px;
	}
	/* bcm heading
	.heading {
		background-position: 25% -72px;
		padding: 19px 0 14px;
		min-height: 114px;
	}
	.heading.scrolled  {background-position: 25% -70px;padding-top:5px;}
	*/
	.nav-list li {
		font-size: 13px;
		margin: 0 0 0 10px;
	}

	.banner .text-block {
		max-width: 770px;
		padding: 59px 20px 20px;
	}

	.banner .text-block h1 {
		font-size: 63px;
		line-height: 70px;
		letter-spacing: 11px;
		margin: 0;
	}

	.three-col .text-box {
		padding: 7px 17px 8px 35px;
	}

	.three-col .text-box .title {
		font-size: 27px;
		line-height: 29px;
		margin: 0;
	}

	.four-col .text-box {
		padding: 7px 10px 8px 25px;
	}

	.four-col .text-box .title {
		font-size: 20px;
		line-height: 29px;
		margin: 0;
	}

	.category-title {
		font-size: 17px;
		line-height: 19px;
	}

	.category-title i {
		padding: 0 0 0 10px;
	}

	.carousel-box:after {
		right: 12px;
		left: 12px;
		top: 20px;
		bottom: 20px;
	}

	.carousel-box h1 {
		font-size: 60px;
		line-height: 64px;
		margin: 0 0 68px;
	}

	.btn-prev,
	.btn-next {
		left: 5%;
	}

	.btn-next {
		left: auto;
		right: 20px;
	}

	.col-block .col:first-child {
		width: 56%;
	}

	.col-block .col:last-child {
		width: 40%;
	}

	.col-block .col img {
		display: none;
	}
.popup {max-width: 75%;}
}
@media (max-width: 1470px) {
	.block-wrap .img-wrap p {
		font-size:14px;
		margin-bottom:10px;
	}
}
@media (max-width: 1300px) {
	.banner .text-block {max-width:550px;}
.fixed-block {width:258px;padding-left:10px;padding-right:10px;}
.fixed-block .list-holder li {font-size:14px;}
	.image-area{
		width: 500px;
	}
	.yellow-block .link{
		right: 293px;
		top: 69%;
	}
		.logo {
		width: 120px;
		height: 108px;
	}

	.logo a {
		width: 120px;
		height: 108px;
	}
	.logo.scrolled {
		width:110px;
		height:99px;
	}

	.logo.scrolled a  {
		width: 110px;
		height: 99px;
	}
}

@media (max-width: 1249px) {
.heading {
     background-position: 50% -90px !important;
    min-height: 120px
}
	.header-top .welcome {
		margin-left: 0;
	}

	.header-top .contact-list {
		padding-right: 0;
	}

	.nav-list {
		padding: 0 90px 0 0;
		margin: 0 0 0 -5%;
		width: 55%;
	}
	.nav-list li {
	    margin: 0 0 0 7px;
	}

	.nav-list.right {
		padding: 0 0 0 90px;
		margin: 0 -5% 0 0;
	}
	.nav-list.right li {
	    margin: 0 7px 0 0;
	}

	.nav-list li {
		font-size: 12px;
	}
	.popup {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.block-wrap {
		padding: 44px 0 0;
	}

	.block-wrap .img-wrap {
		margin: 20px 0 0;
	}

	.block-wrap .img-wrap img {
		width: 468px;
	}

	.block-wrap .text-wrap {
		/*padding: 0 10px 0 39px;*/
		padding:0 20px;
	}

	.col-wrap {
		padding: 0 26px;
		margin: 0 -86px 0 0;
	}
        .top-mail {display: none;}
	.col-wrap .col {
		width: 50%;
	}

	.contact-info li {
		letter-spacing: 0;
	}

	.popup .head-block h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.popup .head-block .button {
		font-size: 25px;
		line-height: 30px;
		max-width: 200px;
	}

	.popup .post .link {
		font-size: 20px;
	}
}

@media (max-width: 1320px) {
	.image-area{
		width: 500px;
	}
	.yellow-block .link{
		right: 279px;
    	top: 85%;
	}
	.yellow-block{
		min-height: 450px;
	}
}

@media (max-width: 1280px) {
	.image-area{
		width: 400px;
	}
	.yellow-block .link{
		right: 315px;
    	top: 71%;
	}
	.yellow-block{
		min-height: 414px;
	}
	.block-wrap	.button {
		    margin: 33px auto 10px;
    display: table-cell!important;
    padding: 25px!important;
    height: 145px!important;
	}
}
@media (max-width: 1230px) {
	.block-wrap .img-wrap p {
		font-size:10px;
		margin-bottom:10px;
	}
}
@media (max-width: 1160px) {
	.image-area{
		width: 300px;
	}
	.yellow-block .link{
		right: 347px;
		top: 69%;
	}
	.yellow-block{
		min-height: 328px;
	}
	.fixed-block {
		width: 173px;
		padding: 21px 8px 13px 5px;

	}
.fixed-block {
    bottom: auto;
    top: 185px!important;
    display: table;
    height: 205px;
    padding-bottom: 0;
    padding-top: 10px;
}
.fixed-block .list-holder {
    display: table-cell;
vertical-align: middle;
}
	.fixed-block .list-holder li {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 1px;
		margin: 0 0 13px;
	}

	.fixed-block .list-holder li > a .icon-arrow-right {
		margin-top: -5px;
	}
}

@media (max-width: 1023px) {
	#calendar_wrap {
		font-size: 13px;
	}

	#calendar_wrap td {
		padding: 4px;
	}

	.opener {
		top: 45px;
		right: 48px;
	}

	.banner {
		height: auto;
		min-height: 390px;
	}

	.fixed-block {
		width: 173px;
		padding: 21px 8px 13px 5px;

	}
.fixed-block {
    bottom: auto;
    top: 185px!important;
    display: table;
    height: 205px;
    padding-bottom: 0;
    padding-top: 10px;
}
.fixed-block .list-holder {
    display: table-cell;
vertical-align: middle;
}
	.fixed-block .list-holder li {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 1px;
		margin: 0 0 13px;
	}

	.fixed-block .list-holder li > a .icon-arrow-right {
		margin-top: -5px;
	}

	.carousel-box {
		padding: 43px 35px 13px;
	}

	.carousel {
		padding: 0 119px;
	}

	.carousel .slide .slide-holder {
		width: 50%;
		padding: 0 11px 28px;
	}

	.carousel .slide .bg-cover {
		margin: 0 0 36px;
	}

	.carousel .slide .title {
		font-size: 20px;
		line-height: 26px;
	}

	.btn-prev,
	.btn-next {
		top: 50%;
		margin: -105px 0 0;
		left: 67px;
	}

	.btn-next {
		left: auto;
		right: 67px;
	}

	#footer {
		padding: 32px 0 20px;
	}

	.col-block {
		padding: 0 20px 44px 50px;
	}

	.wpcf7-form input[type="text"] {
		height: 40px;
		margin: 0 0 16px;
		max-width: 344px;
	}

	.wpcf7-form input[type="submit"] {
		height: 40px;
		max-width: 96px;
	}
	.wpcf7-form label {
		font-size: 18px;
	}

	.copyright {
		padding: 25px 0 0;
	}

	.popup .head-block {
		padding: 10px 20px;
	}

	.popup .head-block h1 {
		font-size: 32px;
		line-height: 55px;
		letter-spacing: 0;
	}

	.popup .img-area .title {
		font-size: 55px;
		line-height: 60px;
	}

	.popup .post {
		font-size: 16px;
	}

	.popup .post h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.gform_wrapper{
		max-width:430px !important;
		margin: 0 auto 20px !important;
		padding: 22px 0 0 10px;
	}
#gform_wrapper_12, #gform_wrapper_9 {max-width:100%!important;} /* Fixes width on the few forms that are full-width on the site */
	.gform_confirmation_wrapper{
		max-width: 430px;
	}

	.gform_wrapper .gform_fields {
		max-width: 314px;
	}
	.widget_wysija_cont {
		max-width: 430px;
		margin: 0 auto 20px;
		padding: 0 10px;
	}
	.gform_wrapper .gform_footer{
		max-width: 96px;
		    float: right;

	}
	.widget_wysija_cont .wysija-submit{
		max-width: 96px;
	}
	.gform_wrapper .top_label input.medium{
		height:40px;
	}
	gform_wrapper .top_label input.medium  {font-size:12px;}
	.widget_wysija_cont .wysija-input{
		height:40px;
		max-width: 324px;
	}

	.gform_wrapper .gform_footer input[type="submit"]{
		height:40px;
	}
	.widget_wysija_cont .wysija-submit{
		height:40px;
		margin:-40px 0 0;
	}
	.widget_wysija_cont .formError{
		margin:0 -96px 0 0;
	}

	.block-holder {
		margin-top:40px;
		padding: 22px 0 26px;
		background: url(images/bg1.jpg) no-repeat;
		background-size: cover;
	}

	.block-holder .col-holder {
		display: none;
	}

	.block-holder .text-holder {
		padding: 0 67px;
		max-width: 55%;
		font-size: 14px;
		line-height: 24px;
		float:left;
	}

	.block-holder .text-holder h2 {
		color: #fff;
		letter-spacing: 4px;
		margin: 0 0 20px;
	}

	.yellow-block .link {
		font-size: 12px;
		line-height: 14px;
		top:auto;
		bottom:50px;
		right:30px;
		max-width: 306px;
	}

	.yellow-block {
		min-height: 10px;
		margin: -30px 0 0 0;
		max-width: none;
		background: none;
		width: auto;
		float:right;
		padding-right:30px;
	}

	.image-area {
		max-width: 306px;
		min-height: 207px;
		border: 10px solid #fff;
		box-shadow: 0 0 25px 0 #000;
		float:none;
		margin:0;
	}

	.image-area:before {
		right: -31px;
		bottom: -34px;
		left: -28px;
		top: -29px;
	}
	.bih-search-field {height:28px!important;border-radius:3px!important;width:50%;}
	.bih-search-button {width:44%!important;}
	.woocommerce-ordering select {margin-right: 27px;
    margin-top: 10px;}
	.woocommerce .woocommerce-result-count {margin-top:10px;}
}
@media (max-width: 1023px) {
.col-block .social-net {
    margin: -9px 0 0 39px;
}
}

@media (max-width: 992px) {
.single-special {height:auto;}

}


@media (max-width: 970px) {
	.heading {
		background-position: 25% -93px;
		min-height: 92px;
	}
	.calendar-intro {width: 100%!important;text-align: center;}
	#nav {
		position: absolute;
		top: 80px;
		right: 0;
		height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		overflow: scroll;

		background: #f8e2a5;
		z-index: -1;
	}

	.nav-list {
		overflow: hidden;
		display: block;
		width: 300px;
		z-index: 999;
		padding: 60px 10px 0 !important;
		font-size: 12px;
		float: none;
		text-align: center;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
	}

	.nav-list.right { padding-top:0px !important; }

	.nav-list li {
		display: block;
		margin: 0 0 10px;
		float: none;
		padding: 0;
	}

	.nav-list li a {
		display: block;
		padding: 10px;
		z-index: 10;
		position: relative;
	}

	.nav-list.right {
		float: none;
		padding: 0 10px;
		text-align: center;
		margin: 0;
	}

	.nav-list.right li {
		margin: 0 0 10px;
	}

	.opener {
		display: block;
		top:35px!important;
	}
	.col-block .social-net {
	    margin: -9px 0 0 35px;
	}
}

@media (max-width: 968px) {
	/*.heading {
		background-position: 37% -83px;
		min-height: 102px;
	}

	#nav {
		position: absolute;
		top: 40px;
		right: 0;
		height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		overflow: hidden;
		overflow-y: auto;
		overflow-x: hidden;
		background: #f8e2a5;
		z-index: -1;
	}

	.nav-list {
		overflow: hidden;
		display: block;
		width: 300px;
		z-index: 999;
		padding: 25px 10px 0;
		font-size: 12px;
		float: none;
		text-align: center;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.nav-list li {
		display: block;
		margin: 0 0 10px;
		float: none;
		padding: 0;
	}

	.nav-list li a {
		display: block;
		padding: 10px;
		z-index: 10;
		position: relative;
	}

	.nav-list.right {
		float: none;
		padding: 0 10px;
	}

	.nav-list.right li {
		margin: 0 0 10px;
	}

	.opener {
		display: block;
	}*/
	.header-top .contact-list li.hidden {
		display: none;
	}

	.heading .mail{
		display: block;
		margin: 17px 0 -18px;
		width: 50%;
		float: left;
	}

	.three-col .text-box {
		padding: 7px 6px 8px 18px;
	}
	.four-col .text-box {
		padding: 7px 6px 8px 18px;
	}

	/*.block-holder {
		display: none;
	}*/

	.box-wrap .text-holder {
		padding: 73px 10px;

	}

	.box-wrap .text-holder .title {
		padding: 15px 10px 42px;

	}

	.box-wrap.box .text-holder {
		    padding: 51px 10px 10px;
    width: 90%;
    margin-top: 0
	}
.box-wrap .home-img {background-size: cover;}

.heading.scrolled {background-position: 25% -100px;}
.box-wrap .first-row {padding-top: 0;}
	.carousel-box {
		padding: 27px 20px 12px;
	}

	.carousel-box:after {
		right: 15px;
		top: 15px;
		bottom: 15px;
		left: 15px;
	}

	.carousel-box h1 {
		font-size: 30px;
		margin: 0 0 18px;
	}

	.carousel {
		padding: 0 30px;
	}

	.carousel .slide .slide-holder {
		padding: 0 5px 17px;
	}



	.carousel .slide .bg-cover {
		margin: 0 0 25px;
	}

	.btn-prev,
	.btn-next {
		margin: -52px 0 0;
		left: 15px;
	}

	.btn-next {
		left: auto;
		right: 12px;
	}

	.col-block .col:first-child {
		width: 100%;
	}

	.col-block .col:last-child {
		width: 100%;
	}
	.gform_body {width:70%!important;

	}
	.col-block .col {
		width: 100%;

	}

	.col-block .col h3 {
		margin: 22px 0 16px 90px;
		letter-spacing:0;
	}
	.gform_wrapper .gform_heading h3{
		letter-spacing:0;
	}

	.col-block .social-net {

		margin: 0;
	}

	.col-block .social-net li {
		padding: 0 10px;
	}

	.col-block .social-net a {
		font-size: 31px;
	}

	.col-block .social-net a.icon-twitter {
		font-size: 45px;
	}

	.wpcf7 {
		max-width: 100%;
		padding: 0 10px;
	}

	.wpcf7-form {
		padding: 0 0 12px;
	}

	.contact-info {
		padding: 11px 0 80px 39px;
	}
	.col-block .col:last-child {
    	max-width: 380px;
		margin: 0 auto;
	}
	.col-block .col h3 {
	    margin: 40px 0 16px 52px;
	}
	.contact-info{
		padding: 11px 0 80px;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
	.col-block .social-net {
	    left: 33px;
	    right: 33px;
	    text-align: center;
	}
	.gform_wrapper div.validation_error{
		margin: 0 10px 5px 0 !important;
	}
	.widget_wysija_cont .formError {
	    max-width: 410px;
	}
	.fixed-block.fixed{
		z-index: 6000;
	}
}

@media (max-width: 767px) {

	.row.certificate-logo .widCOE	{width:100px !important;}

	.gform_wrapper div.validation_error{
		margin: 0 0 5px 0 !important;
	}
	.col-block .col:last-child {
		max-width: 380px;
		margin: 0 auto;
	}
	.col-block .col h3 {
		margin: 22px 0 16px 52px;
	}
	.contact-info{
		padding: 11px 0 80px;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
	.col-block .col h3 {
	    margin: 22px 0 16px 52px;
	}
	.wpcf7 {
	    max-width: 460px;
	    margin: 0 auto;
	}
	.jcf-scrollbar-vertical {
		left: 13px;
	}

	.heading .mail{
		display: block;
		padding: 0 22px;
		margin: 8px 0 -18px;
	}
	.top-mail {display:inline;position:absolute;top:8px;left:0;margin:0 0 0 1%!important;font-size:1.8vw;}

	.logo {
		width: 128px;
		height: 115px;
	}

	.logo a {
		width: 128px;
		height: 115px;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	#sidebar .search-form input[type="submit"] {
		float: none;
	}

	.post-password-form input[type="password"] {
		width: 200px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}

	#wp-calendar {
		max-width: 300px;
	}

	h1,
	.h1 {
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 20px;
	}

	h2,
	.h2 {
		font-size: 14px;
		line-height: 16px;
	}

	#header .social-net {

	}

	.header-top {
		padding: 9px 0;
	}

	.header-top .welcome {

	}

	.header-top .contact-list {
		font-size: 14px;
		padding: 0 14px 0 0;

	}

	.header-top .contact-list li {
		word-spacing: -1px;
	}

	.header-top .contact-list li a i {
		font-size: 14px;
		padding: 0;
	}

	.header-top .contact-list li.tel {

	}



	#nav {
		width: 100%;
		left: 0;
		top: 60px;
	}

	.nav-list {
		max-width: none;
		width: 100%;
		padding: 50px 10px 0;
		margin: 0;
	}

	.nav-list li a {
		padding: 6px;
	}

	.active #nav {
		height: 80vh;
		padding-top:75px;
	}

	.opener {
		top: 60px;
		right: 75px;
		width: 18px;
	}
	.single-special {height:410px;}
	.carousel .mask {
		min-height:0;
	}

	.banner {
		min-height: 442px;
	}

	.banner .text-block {
		padding: 20px 0 136px;
		max-width: 440px;
		text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
	}

	.banner .text-block h1 {
		font-size: 42px;
		line-height: 42px;
		letter-spacing: 5px;
		margin-top:-105px;
	}

	.banner .text-block .button {
		display: none;
	}

	.banner.inner-block .text-block {
		padding: 90px 0 60px;
	}

	.banner.inner-block h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.banner.inner-block .title {
		font-size: 30px;
		line-height: 32px;
	}
/*
	.fixed-block {
		width: auto;
		padding: 18px 9px 2px;
	}

	.fixed-block .list-holder li > a {
		padding: 0;
	}

	.fixed-block .list-holder li > a span {
		display: none;
	}

	.fixed-block .list-holder li > a br {
		display: none;
	}

	.fixed-block .list-holder li > a .icon-arrow-right {
		display: none;
	}
*/
	.block-wrap {

	}

	.col-wrap {
		margin: 27px 0 -50px;
		padding: 0 47px;
	}

	.col-wrap .col {
		width: 100%;
		margin: 0;
		padding: 0 0 70px;
	}

	.col-wrap .col .col-area .text-block {
		padding: 20px;
		min-height:0;
	}

	.three-col {
		margin: 0;
	}

	.three-col .col {
		float: none;
		width: 100%;
		margin: 0 0 4px;
	}

	.three-col .col:last-child {
		margin: 0;
	}

	.three-col .col img {
		display: none;
	}

	.three-col .text-box {
		text-align: center;

		position: static;
		width: 100%;
		display: block;
		padding: 19px 17px 23px;
		height:auto !important;
	}

	.three-col .text-box:hover {
		background:#5f5f5f !important;
	}

		.three-col .text-box.red {
		background: #8c1a03;
	}

	.three-col .text-box.yellow{
		background: #b78b20;
	}


	.three-col .text-box.green {
		background: #22372b;
	}


	.three-col .text-box .title {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 5px;
	}

	.four-col {
		margin: 0;
	}

	.four-col .col {
		float: none;
		width: 100%;
		margin: 0 0 4px;
	}

	.four-col .col:last-child {
		margin: 0;
	}

	.four-col .col img {
		display: none;
	}

	.four-col .text-box {
		text-align: center;
		background: #8c1a03;
		position: static;
		width: 100%;
		display: block;
		padding: 19px 17px 23px;
		height:auto !important;
	}

	.four-col .text-box:hover {
		background:#5f5f5f !important;
	}

	.four-col .text-box.green {
		background: #b78b20;
	}

	.four-col .text-box.brown {
		background: #193026;
	}

	.four-col .text-box .title {
		font-size: 4.4vh;
		line-height: 58px;
		margin: 0 0 5px;
	}

	.category-title {
		font-size: 21px;
		line-height: 22px;
	}

	.category-title i {
		display: none;
	}

	.box-wrap .img-holder {
		margin: 0 0 26px;
	}

	.box-wrap .img-holder:after {
		min-height: 295px;
	}

	.box-wrap .img-holder .button {
		max-width: 365px !important;
	}

	.box-wrap .text-holder {
		padding: 37px 28px 20px 29px;
	}

	.box-wrap .text-holder .title {
		font-size: 36px;
		line-height: 43px;
		letter-spacing: -1px;
		padding: 6px 18px 16px;
	}

	.box-wrap .text-holder .title em {
		font-size: 42px;
	}

	.box-wrap .text-area {
		font-size: 9px;
		line-height: 11px;
		padding: 0 15px;
	}

	.box-wrap .text-area p {
		margin: 0 0 19px;
	}

	.box-wrap .text-area h2 {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 3px;
		margin: 0 0 8px;
	}

	.box-wrap.box .text-holder {
		padding: 24px 17px 10px 23px;
	}

	.box-wrap.box .text-holder .title {
		padding: 15px 33px;
	}

	.box-wrap.box .img-holder {
		margin: 0 0 20px;
	}

	.box-wrap.box .img-holder:after {
		min-height: 280px;
	}

	.box-wrap.box .text-area {
		padding: 0 15px;
	}

	.box-wrap.box .text-area h2 {
		margin: 0 0 12px;
	}

	.box-wrap.box .button {
		max-width: 246px !important;
		margin: 32px auto 10px;
		padding: 12px 11px;
	}

	.button {
		font-size: 14px;
		line-height: 16px;
		padding: 11px 12px;
	}

	.carousel .slide .bg-cover .sub-title {
		font-size: 28px;
		line-height: 30px;
	}

	.carousel .slide .bg-cover:before {
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.carousel .slide .title {
		font-size: 12px;
		line-height: 16px;
	}

	.btn-prev,
	.btn-next {
		left: 5px;
	}

	.btn-next {
		left: auto;
		right: 5px;
	}

	#footer {
		padding: 24px 0;
	}

	.col-block {
		padding: 0;
	}

	.col-block .social-net {
		left: 33px;
	    right: 33px;
	    text-align: center;
	}

	.copyright {
		padding: 21px 0 0;
	}

	.popup .head-block {
		text-align: center;
	}

	.popup .head-block h1 {
		float: none;
		font-size: 29px;
		line-height: 40px;
	}

	.popup .head-block .button {
		float: none;
		margin: 0 auto;
		line-height: 24px;
		max-width: 150px;
		padding: 5px;
		font-size: 18px;
	}

	.shows-scroll {height:800px!important;}
	.popup .block {
		padding: 0 0 0 40px;
	}

	.popup .img-area {
		min-height: 300px;
		margin: 0 0 20px;
	}

	.popup .img-area:after {
		min-height: 300px;
	}

	.popup .img-area .title {
		font-size: 30px;
		line-height: 35px;
	}

	.popup .post {
		padding: 0 0 40px;
		font-size: 14px;
		line-height: 19px;
	}

	.popup .post h1 {
		font-size: 30px;
		margin: 0 0 10px;
	}

	.popup .close {
		left: 7px;
	}
	.block-area{
		display: block;

	}
	.block-area .gform_wrapper .gform_footer {

		 clear: none !important;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
    float: left;
    max-width: 104px;
    width: 100%;
    margin-top: 54px !important;

	}
	.footer_forms {display:none;}
	.block-area .wpcf7-form {
	    padding: 36px 0 0;
	}
	.logo{
		z-index: 6000;
	}
	#header{
		z-index: 6000;
	}

	.back-to-top	{width:40px; height:40px; top:-20px; right:10px;}

	.block-holder .text-holder	{ float:none; max-width:none; width:100%;}

	.yellow-block	{ float:none; width:100%; max-width:none; display:block;}
	.yellow-block .image-area		{ margin:50px auto; max-width:none; width:80%;}
	.yellow-block .image-area img	{ width:100%; display:inline-block;}
	.yellow-block .link				{max-width:none; display:block; position:relative; top:auto; left:auto; right:auto; bottom:auto; text-align:center; margin:50px 0 0 0; width:100%;}
}

@media (max-width: 479px) {
	#footer .wpcf7{
		padding: 0;
	}
	.logo{
		left: 50%;
    width: 90px;
    height: 90px
	}
	.logo img {  width:50%; top: 38%;
    left: 36%;}
	.heading .mail{
		display: none;
	}
	.top-bar-mobile-button-left .hnl-button  {padding: 0 5px;}
	.icon-phone {font-size:15px!important;}
	#sidebar .search-form input[type="search"],
	#sidebar .search-form input[type="text"] {
		max-width: none;
		font-size: 14px;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100%;
	}

	.search-form input[type="search"] {
		width: 200px;
	}

	.header-top .contact-list {
		font-size: 8px;
	}

	.header-top .contact-list li.tel {
		left: -19px;
	}

	.opener {
		right: 30px;
	}

	.banner .text-block {
		padding: 20px 0 70px;
	}

	.banner .text-block h1 {
		font-size: 35px;
	}

	.col-wrap {
		padding: 0;
		margin: 27px 0 0;
	}

	.col-wrap .col {
		padding: 0 0 30px;
	}

	.three-col .col {
		height: auto;
		min-height:89px;
	}

	.three-col .text-box {
		padding: 10px 7px;
	}

	.three-col .text-box .title {
		font-size: 31px;
		line-height: 35px;
	}

	.block-area {
		padding: 10px 0 20px;
	}

	.block-area .social-net {
		margin: 0;
	}

	.block-area .wpcf7-form {
		padding: 0;
	}

	.box-wrap .img-holder .button {
		max-width: 280px !important;
	}

	.box-wrap .text-holder {
		padding: 30px 10px 0;
	}

	.box-wrap .text-holder .title {
		font-size: 30px;
		line-height: 35px;
	}

	.box-wrap .text-holder .title em {
		font-size: 33px;
	}

	.box-wrap.box .text-holder {
		padding: 30px 10px 0;
	}

	.box-wrap.box .text-holder .title {
		padding: 6px 18px 16px;
	}

	.carousel-box h1 {
		font-size: 22px;
	}

	.carousel .slide .bg-cover {
		margin: 0 0 15px;
	}

	.carousel .slide .bg-cover .sub-title {
		font-size: 14px;
		line-height: 18px;
	}

	.carousel .slide .title {
		font-size: 11px;
		line-height: 14px;
	}

	#footer {
		padding: 10px 0;
	}

	.col-block .col h3:after {
		bottom: -13px;
	}

	.col-block .col h3 {
		margin: 10px 0 10px 53px;
	}

	.col-block .social-net {
		left: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.wpcf7-form input[type="text"] {
		max-width: 204px;
		font-size: 11px;
	}

	.wpcf7-form input[type="submit"] {
		margin: 0 0 10px;
	}

	.wpcf7-form label {
		letter-spacing: 0;
	}

	.contact-info {
		padding: 10px 0 100px;
	}

	.contact-info li {
		line-height: 30px;
		font-size: 15px;
	}

	.contact-info li i {
		font-size: 23px;
	}

	.contact-info li i.icon-mail2 {
		font-size: 23px;
	}

	.gform_wrapper{
		padding:0 10px;
		max-width: 100% !important;
		margin:0 0 16px !important;
	}

	.gform_wrapper .gform_heading{
		margin:0 0 16px !important;
	}

	.gform_wrapper .gform_fields{
		max-width: 100% !important;
	}

	.gform_wrapper .gform_footer{
		width:100%;
		float:none;
		top:43px;
		right:0;
		max-width: none;
		padding:16px 0 0 !important;
	}
	.gform_wrapper .gform_footer input[type="submit"]{
		max-width: 96px;
	}

	.gform_confirmation_wrapper{
		padding:30px 10px 0;
	}

	.widget_wysija_cont {
		padding:0 10px;
		max-width: 100%;
	}
	.gform_wrapper .gform_heading h3,
	.widget_wysija_cont h3 {
		font-size:18px !important;
	}

	.widget_wysija_cont .wysija-submit {
		margin:0;
		float:left;
	}
	.widget_wysija_cont .wysija-input {
		max-width: none;
	}

	.widget_wysija_cont .wysija-paragraph {
		margin:0 0 16px;
	}

	.widget_wysija_cont .formError{
		margin:0;
	}
}

.top-30 {margin-top:30px;}
.top-60 {margin-top:60px;}
.top-100 {margin-top:100px;}
.top-200 {margin-top:200px;}


/*Inner Template - Image Blocks ex styling*/
.inner-v2-image-blocks-section.f	{ padding-top:35px;}
.iv2ib-section-title h2				{text-align:center; color:#424242;}


/* Tribe Events Template Styles*/
.page-template-page-tribe_events-php #tribe-events-bar {
    display: block;
}
.page-template-page-tribe_events-php .an-event {
	/* I&G EP Template Fix 2-26-2 */
	max-width: 100%;
    width: 100%;
    padding: 0px;
	/* END FIX */
}
.tribe-events-cal-links {display: none;visibility: hidden;}
.page-template-page-tribe_events-php #main	{
	padding-top:0;
	margin-top: -50px; /* I&G EP Template Fix 2-26-2 */
}
.page-template-page-tribe_events-php #tribe-events	{margin-top:0;}
.page-template-page-tribe_events-php #tribe-events-content	{
	/* margin-top:80px;
	I&G EP Template Fix 2-26-2 */
	max-width: 1170px;
	margin: 40px auto;
	padding: 0px 45px;
	/* END FIX */
}
.page-template-page-tribe_events-php .tribe–events-single {
	max-width: 1170px;
	margin: 40px auto;
}

.page-template-page-tribe_events-php #head-banner-bg {
	min-height:590px;
	max-height: 1150px;
	height:100vh;
	width:100%;
	/* I&G EP Template Fix 2-26-2
	position:absolute;
	top:0;
	left:0;
	right:0;
	*/
	background: url('images/bg-main.jpg') center no-repeat;
	background-size: 100% auto;
	background-size:cover;
}
.single-tribe_events .top-img-bg {
	display: none !important;
}
.page-template-page-tribe_events-php #head-banner-bg h1.tribe-events-single-event-title		{ padding:400px 0 0; margin:0 auto; text-align:center; color:#fff;}

.page-template-page-tribe_events-php .head-banner-bg-push	{min-height:70vh; height:20vh; display: none;}

.page-template-page-tribe_events-php .tribe-events-schedule h2	{text-align:center;}

.tribe-events-after-html {width: 80%;margin: 0 auto;}

.tribe-mini-calendar-event {border-bottom: none;}
#tribe-bar-views li.tribe-bar-views-option {display: inline!important;}
#tribe-bar-views li.tribe-bar-views-option-month {display: inline!important;}
#tribe-bar-form .tribe-bar-filters-inner {min-height: 88px;}
.event-is-recurring {display:none;}
@media (max-width: 767px) {
	.page-template-page-tribe_events-php .head-banner-bg-push	{min-height:10vh; height:0vh;}
}
.tribe-mobile.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-mobile #tribe_events_filters_wrapper.tribe-events-filters-vertical { /* I&G Event Template Fix 2-26-28 */
	margin-top: 90px !important;
}
.events-archive .top-img-bg-push {
	min-height: 0px !important;
	height: 0px !important;
}
/* Woocommerce Styles */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width:45%;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:28%;}
.tax-product_cat  .banner {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height:50vh;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
min-height: 90px;}

.tax-product_cat .banner .text-block {padding:0px 35px 30px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #b78b20;
}
.woocommerce .ywcps-wrapper .owl-item li.product {margin-bottom:15px;}
.ywcps-wrapper .ywcps-nav-next {
opacity:1;
}
.ywcps-wrapper .ywcps-nav-prev {opacity:1;}
/*Single Post Styles*/

.single-post #main, .single-experiences #main, .events-archive #main 	{ padding-top:40px;min-height:600px;}
#head-banner-bg h1 { text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
    -webkit-text-stroke: .5px black; }
.single-post .top-img-bg.title, .single-experiences .top-img-bg.title, .events-archive .top-img-bg.title {
	min-height:590px;
	height:100vh;
	width:100%;
	/* I&G EP Template Fix 2-26-2
	position:absolute;
	top:0;
	left:0;
	right:0;
	*/
	background:url('images/img6.jpg') center no-repeat;
	background-size: 100% auto;
	background-size:cover;
	padding:380px 0 0 0;
	margin:0;
}
.top-img-bg.title h1 { text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
    -webkit-text-stroke: .5px black;  }
.single-post .top-img-bg.title h1, .single-experiences .top-img-bg.title h1, .events-archive .top-img-bg.title h1	{ text-align:center; color:#fff; padding:0; margin:0 0 0.5em;font-size:90px;}
.single-post .top-img-bg.title .info, .single-experiences .top-img-bg.title .info, .events-archive .top-img-bg.title .info 	{ text-align:center; color:#fff;}
.single-post .top-img-bg.title .info a, .single-experiences .top-img-bg.title .info a, .events-archive .top-img-bg.title .info a	{color:#fff; font-weight:normal;}
.single-post .top-img-bg.title .info a:hover, .single-experiences .top-img-bg.title .info a:hover, .events-archive .top-img-bg.title .info a:hover	{text-decoration:underline;}

.single-post .top-img-bg-push, .single-experiences .top-img-bg-push, .events-archive .top-img-bg-push		{ min-height:590px; height:100vh; margin-bottom:50px; }

/* WooCommerce Styling */
.panel {background-color: transparent;}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #b78b20;}

.woocommerce input.button {background-color: #b78b20;color: #fff;padding: 10px;
    height: 38px;width: 35%;}
.woocommerce-ordering select {height: 38px;border-radius:3px;}
.woocommerce-product-search input {    height: 23px;
    border-radius: 3px;}
/*********************/
.pos-static		{position:static;min-height:1800px;}
.pos-static .popup-content-holder ul li {
    font-size: 14px!important;
    font-weight: normal!important;
	margin:0;
}
.pos-static popup-content-holder ul li a {display:inline!important;color:#7c2629!important;font-weight: normal!important;text-align: left!important;position: static!important;text-transform: none!important;padding: 0!important;}

/* bcm */
.gm-style-iw + div {display: none !important;}
.PropertySelection { width:auto; /* max-width:14%; */ margin-top:14px; }
.divArrivalDate { width:auto; /* max-width:27%; */ margin-right:0px !important; margin-top:14px; }
.divAdults { width:auto; /* max-width:19%; */ margin-top:14px;padding: 0 5px 0 10px; }
.promo-code { float:left; margin-top:14px; padding:0px 10px; }
.promo-code input { max-width: 140px; }
.reservations {
	width:100%; margin: 0!important;
    padding: 0!important;
}
.reservations:before,
.reservations:after { display: block; content: ''; clear: both; }
.reservations .res-width {  float:left; padding-left:10px; }
.reservations .no-border {  float:left; }
.reservations .no-border { float:right; }
.reservations .promo-code { width:auto; /* max-width:15%; */ margin-top:14px;padding:0; }


/* paddings preset */
.morepadding	{padding:40px;}
.mediumpadding	{padding:20px;}
.smallpadding	{padding:10px;}
@media(max-width:991px){
	.morepadding	{padding:30px;}
		.block-wrap .button {    height: auto!important;
    display: block!important;
	padding:25px!important;
	}

}
@media(max-width:480px){

	.morepadding	{padding:20px;}
	.mediumpadding	{padding:15px;}

	.row.certificate-logo	{margin-top:0; padding:15px; text-align:center; background-color:#efefef;}
	.row.certificate-logo .widCOE	{width:150px !important;}

}
/* paddings preset */

@media (min-width:1901px) {
.divide-bar {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #757575;
    float: left;
    margin:0px 50px;
}
}
@media (max-width:1801px) {
.divide-bar {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #757575;
    float: left;
    margin:0px 40px;
}
}
@media (max-width:1701px) {
.divide-bar {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #757575;
    float: left;
    margin:0px 30px;
}
 }
@media (max-width:1600px) {
.divide-bar {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #757575;
    float: left;
    margin:0px 20px;
}
	.single-post .top-img-bg.title h1, .single-experiences .top-img-bg.title h1, .events-archive .top-img-bg.title h1 {font-size:60px;}
 }
@media (max-width:1500px) {
.divide-bar {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #757575;
    float: left;
    margin:0px 5px;
}
 }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #777777;
    background: #8a1b04 !important;
    font-weight: normal;
    color: #e3e3e3;
}
.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #8a1b04 !important;
    color: #eeeeee;
    font-weight: bold;
}
p.res-title {     float: left;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 5px 0 0px;}
#btnBook {     margin: 0 !important;
    padding: 10px 40px;
    width: 100% !important;
    text-transform: uppercase;
    height:60px;  }
.reservations input, .reservations select {     border: none;
    border-bottom: 1px dotted #565656; font-size:14px; }
.reservations .divArrivalDate input {
    max-width: 130px;
    font-size:13px;
}
.reservations span { font-size:12px; }
#ddProperties {
    max-width: 140px;
    font-size: 13px;
}
br.reservation { display:none; }
@media (max-width:1300px) {
	.divide-bar { height:70px; }
	br.reservation { display:block; }
	.divArrivalDate {
	    margin-top:0px !important;
	    width: 21%;
	    margin-right: 0px !important;
		padding:0 5px 0 5px;
	}
	#btnBook { padding: 10px 20px; height:70px; }
	.promo-code input {
    max-width: 145px;
    float:left;
}
.promo-code i { float:left; margin-top:8px; }
	.PropertySelection { width:19%;padding:0 5px 0 5px; }
	#ddChildren { margin-left:15px; }
	#ddAdults { margin-left:15px; }
	.divAdults {
    margin-top:0px !important;
    width:15%;
}
.reservations .fa-user {     position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); }
	.page-template-page-tribe_events-php #head-banner-bg h1.tribe-events-single-event-title		{ padding:200px 0 0; margin:0 auto; text-align:center; color:#fff;font-size:60px;line-height:90px;}

}

@media (max-width:1160px) and (min-width:977px) {

.reservations .no-border {     width: 13% !important;
    margin-left: -13% !important; }

 }

@media (max-width:976px) {
	.page-template-page-tribe_events-php #head-banner-bg h1.tribe-events-single-event-title {
		font-size: 30px;
		line-height: 40px;
	}
.reservations .no-border { width:320px !important; float:left !important; }
.divide-bar { display:block; height:10px; background-color:transparent; }
.reservations .promo-code { width:100%; }
.divAdults { width:100%; }
.divArrivalDate { width:100%; }
.PropertySelection { width:100%; margin-top:25px; }
#ddProperties { padding:10px; width:90%; max-width:100%; margin-left:15px; }
#w_txtArrivalDate { margin-left:8px; padding:10px; }
#w_txtDepartureDate { margin-left:8px; padding:10px; }
#ddAdults { margin-left:28px; padding:10px; }
#ddChildren { margin-left:28px; padding:10px; margin-right:20px; }
br.reservation { display:none; }
#lblAdults { margin-left:20px; }
.divArrivalDate span.pull-left {     margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px; }
.promo-code input {     padding: 10px;
    margin-left: 8px;
    max-width: 150px; }
#btnBook {     margin: 26px !important; margin-left: 41px !important; }
.reservations .promo-code { margin-top:0px; margin-left:10px; }
p.res-title {     margin: 0;
    margin-left: 42px;
    margin-top: 20px; }
}


#header-social .dropdown-menu { z-index:99999 !important; }
.page-id-1404 #wrapper { margin-bottom:-60px; }
.gform_body { float:left; width:50%;}
.page-id-1671 .gform_body {width:75%;}
.page-id-1671  .gform_wrapper .top_label .gfield_label {overflow:visible;line-height:18px!important;}
.col-md-3 .gform_body {width:100%;}
.social-net.single .dropdown-backdrop { display:none !important; }
h3 { font-size:19px; }
#map_canvas .pinit-button { display:none !important; }

.event-list-thumb { display:none; }
body.single .event-list-thumb { display:block; min-height:190px;}
.crp_related ul { list-style:none; padding:0px; }
.crp_related ul li { float:left; width:30%; margin-right:5%; }
.crp_related ul li:last-of-type { margin-right:0px; }
.crp_related ul li a { font-size:16px; display:block; line-height:20px; text-align:left; font-weight:bold; }
.crp_related ul li a img { margin-bottom:10px; }

.col-wrap .col .col-area .text-block h2 { font-style: normal; }

#header-social .social-net li a { color:#8E413B !important; margin:0 !important; }
#header-social .social-net li  { width:100%; }
.header-top { overflow:visible; min-height:30px; }
.restmenu .tab-pane.active { }
.cart-btn { color:white !important; background-color:#812D2E; }
.cart-btn:hover { background-color:#b78b20; }
i.white { color:white !important; }
.cart-container { padding:30px 0px; }
.woocommerce ul.products li.product a img {}
.woocommerce #wrapper .row.top-100 { margin-top:0px; }
.woocommerce.single #wrapper .row.top-100 { margin-top:180px; }
.woocommerce .woocommerce-breadcrumb { padding-top:0px !important; }
.woocommerce .woocommerce-breadcrumb a { color:#7c2629; }
.woocommerce .woocommerce-breadcrumb a:hover { color:#23527c !important; text-decoration: underline; }
.single-product .products {float:none!important;width:100%!important;}
body.single-post .reservations, body.single-experiences .reservations { display:none; }
.gform_confirmation_message { max-width:320px !important; position:relative !important; top:10px !important; left: -50px;}
.gform_confirmation_wrapper { position:relative !important; top:0 !important; }
.woocommerce .products { width: 75%;
    float: right;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important; }
.img-wrap.none { display:none !important; }
.gfield_checkbox li {
    margin-right: 20px !important;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li { list-style:none !important; }
.gfield_checkbox li { list-style:none !important; }

.popup.restmenu p { margin-bottom:10px; }
.popup.upcoming .major-hide { display:none !important;  }
.tab-pane a img { float:right; padding:20px; }
.gform_wrapper .top_label .gfield_label { margin-bottom:0px !important; margin-top:30px !important;font-size:11px; }
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    float: left;
    margin-right: 20px;
}
.product-category mark { display:none !important; }

.list-holder { padding-left:0px !important; }
.col-md-offset-2 .new-width { width:33.3%; }
.welcome { margin-left:30px;  }
.welcome a { margin-left:20px !important; }
.social-net { cursor:pointer !important; }
h1.big-h1 { font-size: 60px;
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: 600;
    color: #b78b20;
    line-height: 64px;
    margin: 0 0 41px;  }
h2.big-h2 { font-size: 60px;
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: 600;
    color: #b78b20;
    line-height: 64px;
    margin: 0 0 41px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
    letter-spacing: 0;
    text-transform:none;  }
.popup-intro .col-md-12 { top:auto !important;  }
.homepage-col-text .button { display:inline-block; width:auto; }
.stage .dropdown #dropdownMenu1 { display:none; }
.tribe-events-category-our-events {
        position: relative;
    top: -21px;
}
.tribe-events-calendar .tribe-events-category-our-events {position:relative;top:0;}

.tribe-events-category-our-events::before {
	content: url(images/main-logo-mini.png);
	position: relative;
    top: 25px;
    right: 9px;
    float: left;
}

.tribe-events-list .tribe-events-category-our-events::before {


    top: 0;

}
.tribe-events-calendar .tribe-events-category-our-events::before {content: url(images/main-logo-mini.png);top:0;}
.woocommerce-breadcrumb { padding-top:80px !important; }
h2.tribe-events-category-our-events {margin-top:22px!important;}

.tribe-upcoming-events-package {height:200px;}
mark { background-color:transparent !important; }
.location-holder { margin-bottom:30px; }
.location-holder span::after { content: ', '; }
.location-holder span:last-child::after { content: ''; }
.subless .dropdown { display:none!important; }
.banner .text-block .title.lined:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 20%;
    min-width: 140px;
    border-bottom: 1px solid #8A1B04;
    right: 0;
    top:115%;
    margin: 0 auto;
}
.banner .text-block .title.no-after { display:none; }
.popup-content-holder .type-tribe_events {
    margin-top: 20px;
}
.popup-content-holder ul li a {
    display: inline-block !important;
    text-align: left !important;
    padding: 0 !important;
    text-transform: normal !important;
    color:inherit !important;
}
.popup-content-holder ul {
    margin-top: 20px;
}

a[data-popup="popup-restmenu"] + .popup .block {
    padding-top: 50px;
}
a[data-popup="popup-cafemenu"] + .popup .block {
    padding-top: 50px;
}
.popup-content-holder ul li > a {
    color: #944941 !important;
    text-transform: inherit !important;
}

/***POPUP TABS STYLING****/
.popup .nav-tabs-container{
		position:absolute;
	top:0;
	left:0;
	right:0;
	border:none;
	display:inline-block;
}
.popup ul.nav-tabs	{
	display:inline-block;
	white-space:nowrap;
	border:none;
}
.popup ul.nav-tabs li {
    margin: 0;
	float:none;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}


.popup ul.nav-tabs li.active a{

	background-color: #F8E2A6;
	}

.popup ul.nav-tabs li a{
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    display: block;
    float: none;
    color: #333;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    margin: 0;
	outline:none;
}

.fixed-block.side-menu .popup ul.nav-tabs li a{
	padding:12px 20px;
}

.popup ul.nav-tabs li a:hover	{
	background-color:#ccc;
	 color: #333;
	 border:none;
}
.popup ul.nav-tabs li a:focus	{
	border:none;
}


.popup .nav-tabs-container .scrollWrapper	{overflow:hidden;}
.popup .nav-tabs-container .scrollingHotSpotRight 	{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 8px;
    background-color: #000;
	color:#fff;
    cursor: pointer;
}
.popup .nav-tabs-container .scrollingHotSpotRight:after{
	 content: ">";
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.popup .nav-tabs-container .scrollingHotSpotLeft{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 8px;
    background-color: #000;
	color:#fff;
    cursor: pointer;
}
.popup .nav-tabs-container .scrollingHotSpotLeft:after{
	 content: "<";
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
.popup .nav-tabs-container .scrollingHotSpotLeft:hover,
.popup .nav-tabs-container .scrollingHotSpotRight:hover{
	background-color:rgba(0,0,0,0.7);
}



/****MAIN CONTENT TABS STYLING***/

.in-main-content.nav-tabs-container{
	position:relative;
}
.in-main-content ul.nav-tabs	{
	display:inline-block;
	white-space:nowrap;
	border:none;
}
.in-main-content ul.nav-tabs li {
    margin: 0;
	float:none;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}


.in-main-content ul.nav-tabs li.active a{

	background-color: #fff;
	}

.in-main-content ul.nav-tabs li a{
	background-color:#eee;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    display: block;
    float: none;
    color: #333;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
	outline:none;
}


.in-main-content ul.nav-tabs li a:hover	{
	background-color:#ccc;
	 color: #333;
	 border:none;
}
.in-main-content ul.nav-tabs li a:focus	{
	border:none;
}


.in-main-content.nav-tabs-container .scrollWrapper	{overflow:hidden;}
.in-main-content.nav-tabs-container .scrollingHotSpotRight 	{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 8px;
    background-color: #000;
	color:#fff;
    cursor: pointer;
}
.in-main-content.nav-tabs-container .scrollingHotSpotRight:after{
	 content: ">";
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.in-main-content.nav-tabs-container .scrollingHotSpotLeft{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 8px;
    background-color: #000;
	color:#fff;
    cursor: pointer;
}
.in-main-content.nav-tabs-container .scrollingHotSpotLeft:after{
	 content: "<";
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
.in-main-content.nav-tabs-container .scrollingHotSpotLeft:hover,
.in-main-content.nav-tabs-container .scrollingHotSpotRight:hover{
	background-color:rgba(0,0,0,0.7);
}

.in-main-content.tab-content .tab-pane	{padding:25px; background-color:#fff;}
.tab-content table {display: inline;}

.padless { padding:0px !important; }

@media (max-width:991px) {
.block-wrap .img-wrap {
	right: 0;
	padding: 25% 50px 78px 55px;
}
.block-wrap .img-wrap p {
	font-size:26px;
	line-height:normal;
}
.reservations-manual {
	text-align:center;
	overflow:hidden;
	padding:20px 0;
}
.reservations-manual .col-md-9 {
	width:100%;
	margin:0;
}
.reservations-manual h3 {
    color: #505050;
    font-style: italic;
    font-weight: 600;
    text-transform: none;
    line-height: initial !important;

}

.reservations-manual #btnBook	{display:inline-block; max-width:300px; margin:0 auto !important; float:none; line-height:1em; height:auto;}

#header-social {
    float: left;
    display: block;
    z-index: 99999;
    position: relative;
    margin-right: 15px;
    margin-top:0px !important;
	left:0%;
 }
#header .social-net {
    /* display: none; */
    margin-top: 0;
    float: left;
}

.header-top .block {

}

.embed-container iframe {
    margin: 0 auto !important;
    width: 100% !important;
}

.tribe-events-loop {
padding-left:0px;
}

.tribe-events-list .not-featured .tribe-events-event-image {
    width: 100%;
    height: 140px !important;
    float: none !important;
}
#tribe-events-content .tribe-events-loop .featured {
    position: relative !important;
    margin-left: 0 !important;
}
#tribe-events-content .featured .BIH-events-summary { height:97px !important; }

.tribe-events-list .featured .tribe-events-event-meta { height:97px !important; background-color:#891b04; }


.tribe-events-list .featured h2.tribe-events-list-event-title {font-size:15px;line-height:14px;}
.tribe-events-list .featured a.tribe-event-schedule-detail {font-size:12px;}
.tribe-events-list .featured .tribe-events-event-image img {width:99%;}
.tribe-events-list .featured .BIH-events-summary {height:115px;}
.tribe-events-list .featured .tribe-events-event-meta {height:115px;}
.tribe-events-list .featured .tribe-events-event-image {width:100%;height:140px;}
.tribe-events-list .featured .author {font-size:12px;}
.tribe-events-list .featured .tribe-event-schedule-details {font-size:12px;}

.tribe-events-list .featured .tribe-events-event-image {
    width: 100%;
    height: 140px !important;
    float: none !important;
    border: 5px solid #7d1d06;
}


}

@media (max-width:970px) {
.heading {
     background-position: 50% -115px !important;
    min-height: 120px
}
.hnl-button {
display:inline;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
	font-style:italic;
	font-size:16px;
	background: #b78b20;
    padding: 5px;
    border-radius: 5px;


	}
	.hnl-button a {color:#fff;}
	.heading .mail {display:none!important;}
 }

@media (min-width:991px){

.box-wrap .home-img {
    background-repeat: no-repeat;
    background-size: cover;
}

 }

@media (max-width:768px) {
	.banner {height:390px!important;min-height:390px!important;}
		.fixed-block {    bottom: auto;
    top: 350px !important;
display:table;
height:205px;
    padding-bottom: 0;
    padding-top: 10px;}
.fixed-block .list-holder {display:table-cell;vertical-align:middle;}
.fixed-block .list-holder li {line-height:16px;}
	.hide-768	{display:none !important;}
	.show-768	{display:block !important;}
	 .banner .text-block h1 {

font-size: 45px;
    line-height: 40px;
    max-width: 55%;
    margin: 0 auto;
}
#gform_wrapper_6 .gform_body {width:100%!important;}
.directions_canvas {height:390px!important;}
.banner .text-block .title {margin:40px 0 27px;}
.block-wrap .img-wrap {
	padding: 25% 40px 78px 45px;
}
.block-wrap .img-wrap p {
	font-size:19px;
}
.top-img-bg.title, .events-archive .top-img-bg.title {min-height:390px;height:auto; padding-top:200px;}
.top-img-bg-push, .events-archive .top-img-bg-push {min-height:390px;height:390px;}

.single-post .top-img-bg.title h1, .single-experiences .top-img-bg.title h1, .events-archive .top-img-bg.title h1	{ font-size:45px; padding:0 25%;}

.res-mobile { display: block;
    background-color: white;
    color: black;
    text-align: center;
    padding: 15px;
    font-family: Agaramond;
    font-weight: bold;
    font-size: 18px; }
	.res-mobile:hover {cursor:pointer;}
.res-wrap { display:none; }
body.home .col.foot-img { display:none !important; }

#header-social {
	display:none;
}
.hnl-button {	position:absolute;
	top:40px;
left:13%;}
.welcome > span { display:none !important; }

.page-template-template-maps-directions main .col-md-12.reservations  {     margin-top: 150px; }
/*
.col-wrap .col {
    width: 50%;
    margin: 0;
    padding: 0px 30px 30px;
    float: left;
}
*/
/*

.gform_footer {
    position: relative;
   top: 59px;
    right: 100px;
    width: 50%;
 }
*/




}
/* discovered missing end } on 8-12-16 */
@media (max-width: 767px) {

	.tribe-events-loop	.featured,
	.tribe-events-loop .not-featured	{ margin-bottom:30px !important; padding:0 !important;}
	.tribe-events-loop .featured .tribe-events-event-image,
	.tribe-events-loop .not-featured .tribe-events-event-image	{border:none !important;}

	.tribe-events-loop .tribe-events-event-meta	{border:none !important;}

	.tribe-events-loop	.featured		{ border: 5px solid #891b04; }
	.tribe-events-loop	.not-featured	{ border:5px solid #b78b20; }

.fixed-block.side-menu  {width:auto;padding:18px 9px 2px;}
.fixed-block.side-menu .list-holder li > a  {padding:0 5px 0 0;}
.fixed-block.side-menu .list-holder li > a span {display: none;}

.fixed-block.side-menu .list-holder li > a i {display:inline-block!important;}
.fixed-block.side-menu  .list-holder li > a i.icon-arrow-right {display:none!important;}

 a i {     font-size: 20px !important; }


.banner {
	    height: 390px!important;
    min-height: 390px!important;
}
.banner .text-block {
	top: 60%;
	padding:0;
}

.home-img { float:none !important;  }

.page-template-template-lodging .col-wrap .col {
    width: 50%;
    margin: 0;
    padding: 10px;
    float: left;
    margin-left: 0;
}

.box-wrap .home-img.pull-right .text-holder {
    margin-top:0px !important;
}

.box-wrap.box {
    padding-bottom: 50px !important;
}

.box-wrap.box .home-img { padding-bottom:20px; }

.box-wrap .property-img	{min-height:300px;}

.popup	{width:100%; max-width:100%; padding-top:90px; z-index:100;}

.popup .close {
    position: relative;
    float: right;
    left: -10px;
}

.popup .head-block {
    text-align: center;
    padding-top: 50px;
}
.popup-content-holder {padding-bottom:125px;}
.fixed-block .popup { position:fixed; width:100% !important; max-width:100% !important; padding-top:90px;  }

main .block-wrap > .col-md-2 > .col-md-12 > img { width:auto !important; display:block; margin:0 auto !important; }
main .block-wrap > .col-md-2 > .col-md-12 button.dropdown-toggle { width:100%; display:block; margin-bottom:40px; }

.col-wrap .col .col-area {
    background: #b78b20;
    /* min-height: 430px !important; */
}
.rooms-box h2 {
    font-size: 24px;
	 margin-top: -80px;
	/*
    min-height: 90px;
    margin-top: -90px;
	*/
}
.room-caption {
	margin-bottom:4%;
}

 }
@media (max-width:660px) {
	.block-wrap .img-wrap {
		padding: 25% 20px 78px 25px;
	}
	.block-wrap .img-wrap p {
		font-size:16px;
	}
	#footer .col {width:100%;}
}
@media (max-width:480px) {

	.rooms-box .lower-images .col-xs-6 { width:100% !important; }
	.block-wrap .img-wrap p {
		font-size:12px;
	}

	.box-wrap .property-img	{min-height:200px;}

	.page-template-template-lodging .col-wrap .col	{display:block; float:none; width:100%;}

 }

 /* woocommerce cart responsive */
@media (min-width:1025px) {
	.hide-non-mobile {display:none;width:0;padding:0!important;}
	select.woocommerce-categories-list {display:none;}
}
 @media (max-width:1024px) {
 ul.woocommerce-categories-list {display:none;}
 select.woocommerce-categories-list {display:inline;padding:0;}
.woocommerce-categories-list li {
border-bottom: 1px solid #ddd;
    padding: 5px;

}
.hide-non-mobile {padding:0!important;}
.woocommerce .products {width:100%;}
 }
 .woocommerce table.shop_table.cart {
    min-width: 250px;
}
/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {
.single-special {height:370px;}
/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important;
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
}
/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

.tab-pane a img	{ float:none; display:block; width:100%; height:auto;}

}
/* END Make the cart table responsive */

/* Fixes for silly little things */
.page-template-template-form .gform_confirmation_wrapper {margin-top:100px;}

.gm-style-iw + div {display: none;}
.map-close { margin: 0;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: bold;
    color: #8a8a8a;
    background-color: white;
    z-index: 999999999;
    padding: 0; }

    .welcome { float:left; }

@media only screen and (max-width: 460px) {
	.single-special {height:270px;}
	h3.specials-title {font-size:14px;line-height:16px;}
	.hnl-button {
		left: 2%;
	}
	#header-social {
		margin-right: 0;
		left:0;
	 }
	 .woocommerce ul.products li.product h3 {min-height:150px;}
	 	.bih-search-field {height:28px!important;border-radius:3px!important;width:100%!important;padding:10px 0!important;float:none!important;}
	.bih-search-button {width:100%!important;float:none!important;}

	.banner .text-block h1					{font-size:27px;}
	.single-post .top-img-bg.title h1,
	.single-experiences .top-img-bg.title h1,
	.events-archive .top-img-bg.title h1 	{font-size:27px; padding:0 50px;}

	.popup .jcf-scrollable {min-height:1000px!important;}
}
@media (max-width:360px) {
	.block-wrap .img-wrap {
		padding: 23% 18px 78px 20px;
	}
	.block-wrap .img-wrap p {
		font-size:10px;
	}
	.banner {
	    height: 390px!important;
    min-height: 390px!important;
	}

}

/* Target iPhone 5 issues */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait)
{
 	.banner .text-block h1 {
		font-size:5px!important;
		margin-top: 50px!important;
	}
}

/* Target IE11 issues */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.hnl-button {line-height:20px!important;}
}





/* ============================================================== */
/* ============================================================== */
/* ========== styles added 9/20/2017 by Improve & Grow ========== */
/* ============================================================== */
/* ============================================================== */


::selection { background: #f8e1a5; color: #002a18; }
::-moz-selection { background: #f8e1a5; color: #002a18; }

.center-block { float: none; }
.full-width { }
.center-content {
	justify-content: center;
    display: flex;
    flex-flow: wrap;
    text-align: center;
}
.center-content p { width: 100%; }
.center-content .button {
	width: auto;
	padding: 27px 26px !important;
    height: auto !important;
}

.full_width.light-text.white div .button,
.banner.white .text-block .button,
.two-column.row.white .button { color: #fff; }

.full_width.light-text.gray div .button,
.banner.gray .text-block .button,
.two-column.row.gray .button { color: #eee; }

.full_width.light-text.gray.dark div .button,
.banner.gray.dark .text-block .button,
.two-column.row.gray.dark .button { color: #b8b9bc; }

.full_width.light-text.cream div .button,
.banner.cream .text-block .button,
.two-column.row.cream .button { color: #f8e1a5; }

.full_width.light-text.gold div .button,
.banner.gold .text-block .button,
.two-column.row.gold .button { color: #b78b20; }

.full_width.light-text.red div .button,
.banner.red .text-block .button,
.two-column.row.red .button { color: #8a1b04; }

.full_width.light-text.green div .button,
.banner.green .text-block .button,
.two-column.row.green .button { color: #002a18; }



/*.two-column { border-bottom: 1px solid #eee; }*/
.two-column > div {
	width: 100%;
	height: 100%;
	display: -webkit-flex; display: -ms-flex; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	-webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;
	-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.two-column.reverse .col-md-6:nth-of-type(1) { order: 1; }
.two-column.reverse .col-md-6:nth-of-type(2) { order: 0; }
.two-column h1, .full_width h1 {
	font-size: 40px;
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: 600;
    color: #b78b20;
    line-height: 49px;
    margin: 0 0 41px;
}
.two-column h2, .full_width h2 {
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	text-transform: none !important;
	color: #b78b20 !important;
	font-style: italic !important;
	letter-spacing: .5px !important;
	font-size: 32px !important;
	line-height: 40px !important;
}
.two-column .col-md-6 {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 400px;
	position: relative;
}
.two-column .col-md-6:not(.video) {
	/*display: -webkit-flex; display: -ms-flex; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	-webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;
	-webkit-align-items: center; -ms-flex-align: center; align-items: center;*/
}
.two-column .col-md-6 > div {
	padding: 8% 5%;
}
.two-column .col-md-6.np { padding: 0; }
.two-column blockquote {
	display: block;
	padding: 100px;
	margin: 0;
	border-left: none;
	/*
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	*/
	background-color: #d7d7d7;
}
.two-column blockquote > div {
	border: 1px solid #fff;
	padding: 90px 40px 20px;
	position: relative;
}
.two-column blockquote > div:before {
	content: '"';
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
	content: '\f10d';
	font-family: 'fontawesome';
	display: block;
	padding: 10px 30px;
	background-color: rgba(255,255,255,0.8);
	font-size: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -47px;
}
.two-column blockquote strong {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 22px;
	line-height: 1.25;
	border-top: 1px solid #999;
}
.two-column blockquote p { font-size: 16px; }
.two-column blockquote p:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 3px;
}
.two-column blockquote p,
.two-column blockquote strong {
	color: #515151;
}
.two-column blockquote strong {
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}
.two-column .carousel-box {
	padding: 0;
	background:none;
	max-width: 100%;
	height: 100%; height: auto;
	padding: 40px;
}
.two-column .carousel-box:after { display: none;  }
.two-column .carousel-box .carousel {
	max-width: 100%;
	height: 100%;
	padding: 0;
}
.two-column .carousel-box .carousel .slide .slide-holder {
	width: 100%;
	padding: 0;
}
.two-column .carousel-box .carousel {
	border: 3px solid #b78b20;
	display: -webkit-flex; display: -ms-flex; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	-webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;
	-webkit-align-items: center; -ms-flex-align: center; align-items: center;
}

div.carousel .slide .slide-holder { margin: 0; }

.two-column .btn-prev,
.two-column .btn-next {
	top: 50%; margin-top: -21px;
}
.two-column .btn-prev { left: 25px; }
.two-column .btn-next { right: 25px; }

.boxed {
	border: 5px solid #b78b20;
	padding: 30px;
	margin: 40px;
	max-width: 100%;
	width: auto;
}
.boxed:before,
.boxed:after { display: block; content: ''; clear: both; }
.boxed p:last-child {
	margin-bottom: 0;
}
.boxed ul {
	list-style-type: none;
	margin: 0; padding: 0;
	margin-bottom: 20px;
}
.boxed ul li {
	position: relative;
	padding-left: 25px;
}
.boxed ul li:before {
	font-family: 'fontawesome';
	content: '\f00c';
	position: relative;
	left: 0px;
	position: absolute; left: 0; top: 2px;
}
.two-column .video {
	padding: 40px;
}
.two-column .video .videoWrapper {
	border: 5px solid #fff;
}

.block.row { padding: 40px; }
.block.row > h2 {
	text-align: center;
	font-size: 48px;
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: 600;
    color: #b78b20;
    line-height: 1.25;
    text-transform: none;
    margin: 0 0 36px;
}
.block.row .col-wrap { margin: 0; }
.block.row .col-wrap h3 {
	text-align: center;
	text-transform: none;
	margin: 12px 0 20px;
	font-size: 22px;
	letter-spacing: 0;
	font-style: italic;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}
.block.row .col-wrap .col { padding: 0 1% 2%; position: relative; }
/*.block.row .col-wrap .col:nth-of-type(3n+3) { padding-right: 0; }*/
.block.row .col-wrap .col a:before,
.block.row .col-wrap .col a:after { content: ''; display: block; clear: both; }
.block.row .col-wrap .col a:hover .col-area { opacity: 0.9; }
.block.row .col-wrap .col p { text-align: center; letter-spacing: 0; line-height: 1.5; }
.block.row .col-wrap .col .col-area .text-block { padding: 12px 14px; }
.block.row hr+span { display: block; text-align: center; padding-bottom: 10px; }

.block.row .col-wrap.white .col .col-area { background-color: #fff; }
.block.row .col-wrap.gray .col .col-area { background-color: #eee; }
.block.row .col-wrap.gray.dark .col .col-area { background-color: #b8b9bc; }
.block.row .col-wrap.cream .col .col-area { background-color: #f8e1a5; }
.block.row .col-wrap.gold .col .col-area { background-color: #b78b20; }
.block.row .col-wrap.red .col .col-area { background-color: #8a1b04; }
.block.row .col-wrap.green .col .col-area { background-color: #002a18; } /* 22372b */

.block.row .col-wrap.dark-text h3 { color: #b78b20;  }
.block.row .col-wrap.dark-text p,
.block.row .col-wrap.dark-text span { color: #515151; }

.block.row.small { text-align: center; }
.block.row.small div+a.button { display: inline-block; margin: 20px auto 0; }
.block.row.small img { width: 100%;  }
.block.row.small figure h3 {
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: none;
    text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
    background: rgba(34, 55, 43, .65);
    min-height: 90px;
    vertical-align: middle;
    padding: 20px 15px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 10;
    line-height: 32px;
    transition: all 0.2s linear;
}
.block.row.small a { display: block; position: relative; }
.block.row.small a:hover { opacity: 0.9; }
.block.row.small a:hover figure h3 {
    background: rgba(183, 139, 32, 0.9);
}
.block.row.small figure.explore:after {
	bottom: 0;
}
.block.row h3 .small {
	color: white !important;
}
.block.row h2 {
	color: #002a18;
	letter-spacing: 1px;
}
.block.row h2 + .button,
.multi.row h2 + .button {
	width: auto;
	display: inline-block;
	background-color: #b78b20;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 16px 26px;
}
.block.row h2 + .button:hover { color: #fff; }
.multi.row h2 + .button:after {
	clear: both;
	content: '';
	display: block;
}

.block.row.small a > h3 {
	color: #002a18;
	text-align: center;
	margin: 10px 0;
	letter-spacing: 0;
	font-style: italic;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}
.block.row.small p { text-align: center ;line-height: 1.5;  }

/* Events */
.block.row.small.events h4 {
	color: #fff;
	font-size: 22px;
	margin: 0;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}
.block.row.small.events div>a {
	display: block;
	border-radius: 5px;
	padding: 46px 12px;
	background-color: #002a18; color: #fff;
}
.block.row.small.events h6 {
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	font-weight: normal;
	margin: 8px 0 0;
	padding-top: 8px;
}
.block.row.small.events time {
	display: block;
	color: #002a18;
	font-size: 17px;
	line-height: 1.25;
	text-align: center;
	margin: 10px 0 0;
	letter-spacing: 0;
	font-style: normal;
	text-transform: uppercase;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}

.row.white { background-color: #fff; }
.row.gray { background-color: #eee; }
.row.gray.dark { background-color: #b8b9bc; }
.row.cream { background-color: #f8e1a5; }
.row.gold { background-color: #b78b20; }
.row.red { background-color: #8a1b04; }
.row.green { background-color: #002a18; } /* 22372b */

.boxed.white { border-color: #fff; }
.boxed.gray { border-color: #eee; }
.boxed.gray.dark { border-color: #b8b9bc; }
.boxed.cream { border-color: #f8e1a5; }
.boxed.gold { border-color: #b78b20; }
.boxed.red { border-color: #8a1b04; }
.boxed.green { border-color: #002a18; }

.row.gray.dark,
.row.gold,
.row.red {   }

.row.light-text h1,
.row.light-text h2,
.row.light-text h3,
.row.light-text h4,
.row.light-text h5,
.row.light-text h6,
.row.light-text p,
.row.light-text address,
.row.light-text time,
.row.light-text ul li,
.row.light-text a {
	color: #fff;
}
.row.light-text p a { text-decoration: underline; }
.row.light-text .button {
	background-color: #fff; color: #8a1b04;
}
.row.multi.light-text .title { color: #fff; border-color: #fff; }
.row.multi.light-text .boxed { border-color: #fff; }
.row.multi.light-text .button { background-color: #fff; }
.row.multi.light-text .button:hover { opacity: 0.9; }

/*.row.multi.product h3 { }*/
.row.multi.product h3 a { color: #333; text-transform: capitalize; letter-spacing: 0; display: block; margin-bottom: 12px; }
.row.multi.product .product-price,
.row.multi.product h3 a:hover { color: #8a1b04; letter-spacing: 0; }
.row.multi.product .col-md-3 {
	position: relative;
	padding-bottom: 25px;
}
.row.multi.product h3+p {
	padding-bottom: 0;
}
.row.multi.product .col-md-3 h3+p {
	padding-bottom: 35px;
}
.row.multi.product .col-md-3 .button:hover {
    background-color: #bc2505;
    color: #fff;
}
.row.multi.product .col-md-3 .button {
	padding: 10px;
    font-size: 1em !important;
    margin-top: 10px;
    position: absolute;
    background-color: #8a1b04;
    left: 15px;
    right: 15px;
    bottom: 25px;
    width: auto;
}
.row.multi.product div[class*=col-] .button.disabled,
.row.multi.product div[class*=col-] .button.disabled:hover {
	cursor: default;
	pointer-events: none;
	background-color: #c1c1c1;
}

.explore {
	margin: 0;
	padding: 0;
	max-width: 100%;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	cursor: pointer;
	display: block;
	color: #b78b20 !important;
}
.explore:after {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background-color: rgba(34,55,43,.75);*/
	background-color: rgba(183,139,32,.75);
	content: '';
	z-index: 5;
}
.explore span {
	display: inline-block;
	width: auto;
	max-width: 100%;
	opacity: 0;
	margin: auto;
	padding: 16px 28px;

	background-color: #fff;
	border: 2px solid #b78b20;
	color: #b78b20 !important;
	font-size: 18px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 150;
	box-shadow: none;
}
.explore:after,
.explore span { transition: all 0.2s linear; }
.explore:hover { background-color: #fff; opacity: 0.8;  }
.explore:hover:after,
.explore:hover span { opacity: 1; }

figure.explore { position: relative; }
figure.explore:after { bottom: -3px; }

.button.small {
	width: auto;
	display: inline-block;
	padding: 18px 32px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%!important;
	padding-top: 25px!important;
	height: 0;
	width: 100%;
}
.videoWrapper iframe {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* banner section */
.flex-main .banner { min-height: 0; }
.flex-main .banner article {
    padding: 10px 0 23px;
    text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
}
.flex-main .banner.md { height: 85vh; }
.flex-main .banner.sm { height: 65vh; }

.flex-main .banner .text-block h1:last-of-type,
.flex-main .banner .text-block h2:last-of-type,
.flex-main .banner .text-block h3:last-of-type { margin-bottom: 0; }

.flex-main .banner .text-block h1,
.flex-main .banner .text-block h2 {
	text-transform: none;
	font: italic 600 45px/70px "agaramond", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 1px;
	text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
	-webkit-text-stroke: .5px black;
	max-width: 100%;
	line-height: 1.2;
}

.flex-main .banner .text-block p {
	max-width: 65%;
    margin: auto;
}

.flex-main .banner article * { color: #fff; }

.flex-main .banner.gray article { background-color: rgba(238, 238, 238, 0.5); }
.flex-main .banner.gray.dark article { background-color: rgba(184, 185, 188, 0.5); }
.flex-main .banner.cream article { background-color: rgba(248, 225, 165, 0.5); }
.flex-main .banner.gold article { background-color: rgba(183, 139, 32, 0.5); }
.flex-main .banner article,
.flex-main .banner.red article { background-color: rgba(138, 27, 4, 0.5); }
.flex-main .banner.green article { background-color: rgba(0, 42, 24, 0.5); }
.flex-main .banner .text-block strong {
	color: #fff;
    font: 600 38px/50px "agaramond", "Times", "Baskerville", "Georgia", serif;
    position: relative;
    display: block;
    margin: 0 0 15px;
    text-shadow: 1px 0 0 #505050, -1px 0 0 #505050, 0 1px 0 #505050, 0 -1px 0 #505050;
}
.flex-main .banner article .lead {
	font-size: 2em;
    font-style: italic;
	letter-spacing: 0px;
}

.flex-main .banner .text-block { max-width: 100%; padding: 30px 0; }
.flex-main .banner.first.sm .text-block { top: 65%; }
.flex-main .banner .button {
	display: inline-block;
	font-size: 24px;
	text-shadow:none;
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 18px 34px;
	margin: 20px 0;
}

.TA_certificateOfExcellence {
	position: relative;
    right: -11px;
    bottom: -67px;
}

/* multi column section */

.row.multi {text-align: center; }
.row.multi > div {padding: 40px; }
.row.multi > div >div { text-align: left;  }
.row.multi .title {
	font-size: 42px;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	font-weight: 600;
	color: #b78b20;
	line-height: 42px;
	margin: 0 auto 30px;
	padding-bottom: 25px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
	border-bottom: 1px solid #b78b20;
}

.row.map { padding: 0; background-color: #b78b20; }
.row.map .block-wrap { background-color: transparent; }
.row.map .text-wrap { padding: 0 30px; }
.row.map .map-container { padding-right: 0; }
.row.map .button { height: auto!important; display: inline-block; padding: 20px 30px!important; width: auto; margin-top: 15px!important; }
.row.map .button:hover { opacity: 0.8; }

.block.row.small figure h3 small { font-size: 14px; color: #fff !important; }
@media (max-width: 1349px) {
	.two-column .button { margin-top: 0; }
}
@media (max-width: 1199px) {
	.block.row .col-wrap { padding: 0; }
	.block.row.small figure h3 { font-size: 18px; line-height: 1.1; }
	.block.row.small .row>div { padding-left: 6px; padding-right: 6px; }
	.two-column blockquote { padding: 60px; }
}
@media (max-width: 991px) {

	.block.row h2 { font-size: 44px; letter-spacing: 1px; line-height: 1; margin: 12px 0; }
	.two-column .col-md-6 { width: 100%; }
	.two-column.reverse .col-md-6:nth-of-type(1) { order: 0; }
	.two-column.reverse .col-md-6:nth-of-type(2) { order: 1; }
	.block.row.small div[class*=col]:nth-of-type(n+3) { margin-top: 25px; }

	.row.map .map-container { padding-left: 0; }
	.row.map .block-wrap { padding-bottom: 20px; }

	.flex-main .banner .text-block h1,
	.flex-main .banner .text-block h2 { font-size: 7vw; }
	.flex-main .banner .text-block strong {
		font-size: 30px;
		line-height: 30px;
	}

}
@media screen and (max-width: 767px) and (orientation: landscape){

}
@media screen and (max-width: 767px) and (orientation: portrait){

}
@media (max-width: 767px) {
	.two-column .col-md-6 { padding: 0; min-height: 30vh; }
	.two-column .col-md-6 > div { padding: 25px; }
	.boxed,
	.row.multi>div,
	.two-column .col-md-6 .boxed { padding: 25px; margin: 25px; }
	.boxed div[class*=col-] { padding: 0; }
	.block.row,
	.two-column .carousel-box { padding: 15px; }
	.two-column blockquote { padding: 40px; }

	.block.row h2 { font-size: 40px; }
	.block.row .col-wrap { padding: 0; }
	.block.row.small figure h3 { min-height: 60px; }
	.block.row.small div[class*=col]:nth-of-type(n) { margin-top: 25px; }
	.flex-main .banner .text-block p strong {font-size: 22px; line-height: 26px;}
	.flex-main .banner .text-block p .lead {font-size: 1.5em;}
	.flex-main .banner .text-block hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-id-8459 .flex-main .banner .text-block p .lead {font-size: 1.1em;}
}
@media (max-width: 500px) {
	.two-column .col-md-6 > div { padding: 15px; }
	.two-column blockquote > div { padding: 90px 15px 15px; }
	.two-column blockquote { padding: 15px; }
	.two-column blockquote strong { font-size: 24px; padding: 15px 0 0; }
	.block.row.small div[class*=col] { width: 100%;  }
	.flex-main .banner .text-block p {font-size: .8em;}
	.flex-main .banner .text-block p .lead {font-size: 1.5em;}

}

/* ====== Dropdown Navigation CSS ========== */
.nav-list li {
    position: relative;
}
.nav_primary>ul:before {
    content: "";
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-bottom: solid 20px #002a18;
    position: absolute;
    top: -7px;
}
.nav_primary>ul {
    display: none;
}
.nav_primary:hover>ul {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: min-content;
    align-content: space-between;
    position: absolute;
    padding: 20px 20px 0px 20px;
    background: #002a18;
    border-radius: 5px;
}
.nav_primary>ul li {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 20px !important;
    display: block;
    line-height: 1em;
}
.nav_primary>ul li a {
    color: #f8e1a5 !important;
}
.nav_primary>ul li a:hover {
    color: #f8e1a5;
    opacity: .7;
}
@media (max-width:970px) {
    .nav_primary>ul:before {
        content: "";
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
        position: absolute;
        top: -7px;
    }

    .nav_primary:hover>ul,.nav_primary:active>ul {
        position: relative;
        display: inline-block;
        padding: 10px 20px 0px 20px;
        background: transparent;
        border-top: solid 5px #002a18;
        border-radius: 0px;
    }
    .nav_primary>ul li {
        text-align: center;
        margin-left: 0px;
        margin-bottom: 10px !important;
        display: block;
        line-height: 1em;
    }
    .nav_primary>ul li a {
        color: #002a18 !important;
    }
}

/* STAGE DETAIL BOX */


/* New Room Details Template CSS*/

.nav-list li {
    position: relative;
}
.nav_primary>ul:before {
    content: "";
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-bottom: solid 20px #002a18;
    position: absolute;
    top: -7px;
	left: 0;
}
.nav_primary>ul {
    display: none;
}

.nav_primary:hover>ul {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: min-content;
    align-content: space-between;
    position: absolute;
    padding: 20px 20px 0px 20px;
    background: #002a18;
    border-radius: 5px;
	content: "";
    clear: both;
	display: table;
}


.nav_primary>ul li {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 20px !important;
    display: block;
    line-height: 1em;
}
.nav_primary>ul li a {
    color: #f8e1a5 !important;
}
.nav_primary>ul li a:hover {
    color: #f8e1a5;
    opacity: .7;
}
@media (max-width:970px) {
/*.rooms .carousel-inner {
    overflow: hidden;
    max-height: 175px;
    max-width: none !important;
}
.rooms .room-imgs {
    max-height: 175px !important;
    max-width: none !important;
}
*/
    .nav_primary>ul:before {
        content: "";
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
        position: absolute;
        top: -7px;
    }

    .nav_primary:hover>ul,.nav_primary:active>ul {
        position: relative;
        display: none;
        padding: 10px 20px 0px 20px;
        background: transparent;
        border-top: solid 5px #002a18;
        border-radius: 0px;
    }
    .nav_primary>ul li {
        text-align: center;
        margin-left: 0px;
        margin-bottom: 10px !important;
        display: block;
        line-height: 1em;
    }
    .nav_primary>ul li a {
        color: #002a18 !important;
    }
}

.banner.sm {
    max-height: 65vh;
}
.not-enough-slides > a {
    display: block!important;
}
.room_wrap {
    padding-bottom: 40px;
    border-bottom: #b78b20 solid 1px;
    margin-bottom: 40px;
}

.carousel.rooms {
    padding: 0 0px;
}
.carousel.rooms .carousel-control span {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 45%;
	bottom: 0;
	left: 0;
	right: 0;
}
.text-block.room-details {
    max-width: 100%;
    padding: 30px 0;
}
.flex-main .banner.red article {
        background-color: rgba(138, 27, 4, 0.5);
}
/*.rooms .carousel-inner {
    overflow: hidden;
    max-height: 300px;
    max-width: none !important;
}
.rooms .room-imgs {
    max-height: 300px !important;
    max-width: none !important;
    position: relative;
    left: -10%;
}*/
.room-types {
    padding: 25px;
    background-color: #002A16;
    color: white;
    font: italic 600 24px/24px "agaramond", "Times", "Baskerville", "Georgia", serif;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 21px;

}
.room-content h2 {
    font: 600 36px/36px "agaramond", "Times", "Baskerville", "Georgia", serif !important;
    color: #b78b20 !important;
    text-transform: capitalize !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px !important;
}
.room-content .btn {
    background: #8a1b04;
    border: none;
    color: #ffffff;
    padding: 10px 5px;
    font-style: normal;
    font: 600 14px/20px "Open Sans", "Helvetica Neue", "Helvetica", sans-serif !important;
    width: inherit;
    padding: 20px;
    height: inherit;
}
.rooms-btn {
    padding:10px 20px; height: 50px; display:flex; justify-content: center;
}

.logo-override a:first-child img {
	width: 47% !important;
	top: 44% !important;
}
.logo-override:before {
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
}
.fifty-years-wrapper {
	top: -65px !important;
    height: 50px !important;
    max-width: 70% !important;
    margin: auto !important;
}
.fifty-years-wrapper .fifty-years {
    width: 100%;
}
@media (max-width:1300px) {
	.fifty-years-wrapper {
		top: -46px !important;
	}
}
@media (max-width:1024px) {
	.logo-override a:first-child img {
		width: 52% !important;
		top: 40% !important;
	}
	.fifty-years-wrapper {
		height: 30px !important;
		top: -36px !important;
	}
}
@media (max-width:450px) {
	.logo-override a:first-child img {
		width: 35% !important;
		top: 31% !important;
	}
	.fifty-years-wrapper {
		height: 25px !important;
		top: -54px !important;
	}
	.fifty-years-wrapper .fifty-years {
		left: 50%;
	}
}

.serif {
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	font-style: italic;
}
.bolder {
    font-weight: bolder;
}
.l_s-1 {
    letter-spacing: 1px !important;
}
.l_s-2 {
    letter-spacing: 2px !important;
}
.white-text {
    color: #fff !important;
}
.border-left {
    /*border-left: darkgray 1px solid*/
}
.border-right {
    /*border-right: darkgray 1px solid*/
}
@media (max-width: 1349px) {
    .room-content .btn {
        margin: 20px auto 20px;
    }
}
@media (max-width:600px) {
/*.rooms .carousel-inner {
    overflow: hidden;
    max-height: 125px;
}
.rooms .room-imgs {
    max-height: 125px !important;
    max-width: none !important;
 }*/
}
.TA_certificateOfExcellence {
	position: relative;
    right: -11px;
    bottom: -67px;
}

.anchor-link {
    visibility: hidden;
    padding-top: 200px;
    margin-top: -200px;
}
.uptitle {
    font: 600 45px/70px "agaramond", "Times", "Baskerville", "Georgia", serif;
}
.main-title {
    font-style: normal !important;
    font-size: 22px !important;
    text-shadow: none;
    font-weight: bold;
}

/*
	New woocommerce updates : July - Aug 2018;
*/
#gift-message,
body.woocommerce-page form.cart textarea {
	border: 1px solid #eee;
	width: 100%;
	max-width: 100%;
	padding: 15px;
}
.gift-message-field label span { font-weight: normal; font-size: 14px; }
body.woocommerce {
	background-color: #fff;
}
body.woocommerce.single-product .cart-container {
    padding: 0px;
    width: 100%;
    max-width: 1440px;
}
body.woocommerce.single-product .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 50%;
    padding: 50px 100px;
}
body.woocommerce.single-product .summary.entry-summary {
    padding: 50px 80px 50px 0px;
    position: relative;
}
div.woocommerce-variation-price {
	position: relative;
	top: -12px;
}
body.woocommerce.single-product p.bulk-link {
	text-align: left;
	margin-bottom: 12px;
/*	position: absolute;
	bottom: 164px;
	left: 198px;*/
}
body.woocommerce.single-product p.bulk-link a {
	font-weight: bold;
	text-decoration: underline;
}
body.woocommerce.single-product div.shipping-policies {
	width: 100%;
	max-width: 512px;
	min-width: 120px;
	position: relative;
}
body.woocommerce.single-product div.shipping-policies a {
	display: block;
	text-align: left;
	margin: 0 auto;
}
body.woocommerce.single-product div.product_meta {
    text-align: left;
    font-size: 12px;
}
body.woocommerce.single-product .summary.entry-summary h1 {
    font-size: 2em;
    margin-bottom: 0px
}
body.woocommerce.single-product div.product form.cart .variations select {
	border: 1px solid #111;
	padding: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
body.woocommerce.single-product div.product form.cart .variations select:active,
body.woocommerce.single-product div.product form.cart .variations select:hover {
	border-color: #812D2E;
	color: #111;
}
body.woocommerce.single-product .woocommerce-Price-amount.amount {
    font-weight: bolder;
    color: #812D2E;
}
body.woocommerce.single-product form.cart div.quantity:before {
    content: "Quantity";
    color: #515151;
}
body.woocommerce.single-product form.cart div.quantity input {
    margin-bottom: 20px !important;
    line-height: 40px;
}
body.woocommerce.single-product form.cart .button {
    font-size: 1.5em;
    background-color: #8a1b04;
    display: block;
    float: none;
    clear: both;
}
body.woocommerce.single-product form.cart .button:hover {
    font-size: 1.5em;
    background-color: #bc2505;
}
body.woocommerce .woocommerce-message .button {
	font-size: 1.5em;
	background-color: #002a18;
	color: #fff;
}
body.woocommerce .woocommerce-message .button:hover {
	font-size: 1.5em;
	background-color: #006b3d;
}
body.woocommerce .woocommerce-message {
	border-color: #006b3d;
}
body.woocommerce .woocommerce-message::before {
	color: #006b3d;
}
body.woocommerce #review_form #respond textarea {
	border: 1px solid #999;
}
body.woocommerce .woocommerce-product-rating { font-size: 12px; }
body.woocommerce div.star-rating,
body.woocommerce .woocommerce-product-rating .star-rating,
body.woocommerce #review_form #respond p a {
	color: #b78b20;
}
.woocommerce-page div.product .woocommerce-tabs h2 {
	text-transform: capitalize;
	letter-spacing: 0;
}

/* prodcut listing */
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #333;
	letter-spacing: 0;
	padding: 0;
	padding-bottom: 15px;
	text-transform: capitalize;
}
body.woocommerce.post-type-archive ul.products .woocommerce-Price-amount.amount,
body.woocommerce.single-product ul.products .woocommerce-Price-amount.amount {
	font-size: 18px;
	color: #8a1b04;
	font-weight: bold;
}
body.woocommerce ul.products li.product .button {
	background-color: #8a1b04;
	color: #fff;
	/*margin: 0;*/
	/*position: absolute;
	bottom: 0;*/
}
body.woocommerce ul.products li.product .button:hover {
	background-color: #bc2505;
}
body.woocommerce ul.products li.product .star-rating {
	display: none;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:after {
	display: block;
	clear: both;
	content: '';
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block;
}

@media (max-width: 1400px) {
	body.woocommerce.single-product .cart-container {
		padding-right: 20px;
	}
	body.woocommerce.single-product .summary.entry-summary,
	body.woocommerce-page div.product div.images {
		padding: 0;
	}
}

@media (max-width: 767px) {
	body.woocommerce-page div.product div.summary,
	body.woocommerce-page div.product div.images {
		width: 100%;
	}
	body.woocommerce.single #wrapper .row.top-100 { margin-top: 80px;  }
	body.woocommerce.single-product div.shipping-policies a,
	body.woocommerce.single-product p.bulk-link {
		max-width: 512px;
		text-align: center;
	}
}
/* fix products with flexbox */

body.woocommerce ul.products {
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;

	display:         flex;
	flex-direction:  row;
	flex-wrap:       wrap;
	justify-content: space-evenly;
	align-content:   flex-start;
	align-items:     stretch;
}

body.woocommerce ul.products li.product {
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;

	display:         flex;
	flex-direction:  row;
	flex-wrap:       wrap;
	justify-content: stretch;
	align-content:   space-between;
	align-items:     center;
	flex-grow: 3;
}
body.woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price,
body.woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
	width: 100%;
}
body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	line-height: 1.2;
	padding-bottom: 0!important;
}
@media (max-width: 768px) {
	body.woocommerce ul.products li.product {
		padding: 0 8px!important;
	}
}
@media (max-width: 360px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%!important;
		float: none!important;
		clear: both!important;
	}
}

/* Restaurant page styles */

.sharpspring_form #form_ce3a40b2-57d2-45dd-b108-12e5682a0dcf .form_fields {
	width: 60%;
}

.restaurant-menu-thumb {
	position: relative;
}

/* Blog Styles */

.tax-post_categories .blog-container {
	margin-top: 30px;
}

body.single-post, body.tax-post_categories {
	background-color: white;
}

.single-post .sidebar {
	float: right;
}

body.page-template-template-blog, .page-template-taxonomy-post_categories {
	background-color: white;
}

.page-template-template-blog .container, .page-template-taxonomy-post_categories {
	margin-top: 30px;
}

.blog-container	{
	padding: 0;
	margin-top: 30px;
}
.blog-container .col-md-3 .gform_wrapper .top_label .gfield_label {
	margin-bottom: 0!important;
	margin-top: 20px!important;
}

.blog-container .text-wrap .col-md-4 {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
}


.blog-container .text-wrap .col-md-4:nth-child(3n) {
	margin-right: 0;
}
.blog-container .blog-title {
	background-color: #002a18;
	font-size: 40px;
	padding: 60px 40px;
	color: #b78b20;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	text-transform: inherit;
	text-align:center;
	letter-spacing: 0;
	font-style: italic;
}

.blog-container .sidebar h3 {
	color: #002a18;
	font-style: italic;
	font-weight: bold;
	text-transform:inherit;
	font-size: 28px;
	margin-bottom: 20px;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	line-height: 1;
	letter-spacing: 1px;
}

.blog-container .sidebar li {
	list-style-type: none;
	line-height: 2;
	font-size: 18px;
}

.blog-container .sidebar li a {
	color: #002a18;
	font-weight: bold;
}

.blog-container .blog-menu-left .sub-menu, .blog-container .blog-menu-right .sub-menu {
	display: none!important;
}

.blog-container .blog-menu-left .two-line-menu {
	text-align:left;
}

.blog-container .blog-menu-left, .blog-container .blog-menu-right {
	margin: 0;
	padding-left: 0;
}

.blog-container .sidebar > div {
	margin-bottom: 30px;
}

.blog-container .pagenav {
	display: block;
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.blog-promo-bottom {
	padding: 20px 40px 0 40px;
	text-align:center;
	position: relative;
}


.blog-promo-bottom h2 {
	position: absolute;
	left: 40px;
	bottom: 0;
	background-color: #002a18;
	padding: 15px 60px;
	text-transform: inherit;
	color: white;
	margin-bottom: 0;
	letter-spacing: 0;
}
.blog-promo-bottom p {
	font-style: italic;
	color: #a3a3a3;
	font-weight: bold;
	margin-bottom: 20px;
}
.blog-promo-bottom img {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.tax-post_categories .sidebar .gform_wrapper .gform_footer input[type="submit"],
.page-template-template-blog .sidebar .gform_wrapper .gform_footer input[type="submit"] {
	width: 30%!important;
	float: right;
}

.blog-single-post {
	background-color: #eee;
	padding: 0;
	margin-right: 30px;
	float:left;
}

.blog-single-post img {
	width: 100%;
}

.blog-single-post .blog-single-post-details {
	padding: 15px;
}

.blog-single-post .blog-single-post-details a.read-more {
	margin-top: 10px;
	display: block;
}

.single-post .blog-single-post .blog-single-post-details {
	padding: 15px 0 0;
}

.blog-single-post .blog-single-post-details h3 {
	color: #002a18;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	text-transform: capitalize;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0;
	letter-spacing: 0px;
}

.blog-single-post .blog-single-post-details h3 a {
	color: #002a18;
}

.blog-single-post .blog-single-post-details ul {
	display: block;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 10px;
}

.blog-single-post .blog-single-post-details li {
	list-style-type: none;
	float:left;
	font-size: 12px;
}

.blog-single-post .blog-single-post-details p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
}


.single-post .top-img-bg.title {
	min-height: 40px;
    max-height: 700px;

}
.single-post-details {
	list-style-type: none;
	margin-left:0; padding-left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.single-post-details li {
	float: left;
	margin-right: 20px;
	border-right: 1px solid #545454;
	padding-right: 10px; margin-right: 10px;
	line-height: 1;
	padding-bottom: 2px;
}


.single-post-details li:last-child {
	clear:left;
	margin-top: 10px;
}

.single-post-details li:nth-last-child(-n+2) {
	border-right: none;
}

.blog-about-text {
	background-color: #002a18;
	padding: 60px;
	color: white;
}

.blog-about-text h3 {
	color: white;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif!important;
	text-transform: inherit;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 30px;
}
.blog-about-text p {
	margin-bottom: 0;
}

.single-post-container {
	padding: 0;
}

.single-post-container .blog-promo-bottom {
	padding: 0;
}

.single-post-container .blog-single-post-details {
	padding: 0;
}

.single-post-container .blog-promo-bottom img {
	max-width: 100%;
	width: 100%;
	margin-top: 30px;
}

.single-post-container .blog-promo-bottom h2 {
	left: 0;
}

.single-post-container .wp-caption {
	border:none;
	padding: 0;
	margin-bottom: 40px;
}

.single-post-container h1 {
	margin-bottom: 31px;
}

.single-post-container blockquote {
    border-left: 4px solid #002a18;
    padding-left: 1em;
    margin-left: 0;
}

.single-post-container blockquote p {
	font-weight: 800;
    color: #002a18;
    font-style: italic;
}

.single-post-container .wp-caption-text {
	border-bottom: 1px solid #eee;
	font-style: italic;
	font-size: 14px;
	margin-top: 20px;
    padding-bottom: 8px;
}

.single-post-container .post-content {
	overflow: hidden;
}

.single-post-container .post-content:first-letter {
	float: left;
    font-size: 4em;
    margin: -22px 10px -44px 0;
    color: #b78b20;
    line-height: 1.7;
    font-family: "agaramond", "Times", "Baskerville", "Georgia", serif;
}


.blog-related-posts .col-md-4 {
	width: 32%;
	margin-right: 2%;
}
.blog-related-posts .col-md-4:last-child {
	margin-right: 0!important;
}

.blog-related-posts {
	margin-top: 60px;
}
.blog-related-posts h3.title {
	padding-bottom: 10px;
	color: #002a18;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 28px;
	margin-bottom: 30px;
	font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
	line-height: 1;
	border-bottom: 5px solid #002a18;
	text-align:center;
	letter-spacing: 0px;
}

.single-post .blog-single-post {
	background-color: white;
}

.promo-widget-content, .text-wrap .promo-widget {
	clear: left;
}

.single-post-container .forms .gform_wrapper .gform_footer {
	width: 30%;
	float:right;
}

@media (max-width: 479px) {
	.blog-container .forms .gform_wrapper .gform_footer {
		top: unset!important;
	}
}

header .welcome a.header-blog-link {
	font-size: 10px;
	line-height: 2;
	font-size: 12px!important;
	position: relative;
    top: 3px;
}

@media (max-width:1280px) {
	header .welcome a.header-blog-link {
		top: 1px!important;
	}
}

@media (max-width:968px) {
	header .welcome a.header-blog-link {
		font-size: 10px;
		top: -4px!important;
	}

	.welcome a {
		margin-left: 10px!important;
	}

	.blog-container .sidebar .gform_body {
		width: 100%!important;
	}
}
@media (max-width:768px) {

	/* .page-template-template-blog .container, .page-template-taxonomy-post_categories {
		margin-top: 90px!important;
	} */

	.blog-container .gform_wrapper .gform_footer input[type="submit"] {
		height: 44px!important;
	}
	.blog-archive-title {
		display: none!important;
	}
	.blog-container .blog-menu-left .two-line-menu {
		text-align: center;
	}

	.blog-related-posts .col-md-4 {
		width: 100%;
	}

	.single-post .forms .gform_wrapper .top_label .gfield_label {
		letter-spacing: 0px!important;
	}
	.blog-container .text-wrap .col-md-4 {
		width: 100%;
		margin-bottom: 20px;
	}

	.blog-container .blog-title {
		line-height: 1.6;
		padding: 30px 20px 20px;
		font-size: 31px;
		margin-top: 50px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.blog-archive-title h1 {
		background-color: #002a18;
		font-size: 30px!important;
		padding: 60px 40px 40px;
		color: #b78b20;
		font-family: "agaramond", "Times", "Baskerville", "Georgia", serif !important;
		text-transform: capitalize;
		text-align: center;
		letter-spacing: 0;
		font-style: italic;
	}

	.single-post-details li {
		padding-right: 5px;
		margin-right: 5px;
		font-size: 13px;
	}

	.blog-about-text {
		padding: 30px;
	}

	.sidebar .promo-widget {
		display: none;
	}

	.text-wrap .promo-widget span {
		font-size: 12px;
		font-style: italic;
		text-align: center;
	}

	.text-wrap .forms .gform_wrapper .gform_footer input[type="submit"] {
		float: right;
		max-width: 100%;
	}

	.single-post .sidebar {
		width: 100%!important;
	}

	.single-post .sidebar .gform_body {
		width: 100%!important;
	}

	.blog-related-posts .col-md-4 {
		width: 100%;
		margin: 0;
	}

	.single-post-container .col-md-8 {
		padding: 0;
	}

	.single-post-container .col-md-8 .post-content , .single-post-container .col-md-8 .single-post-details, .single-post-container .col-md-8 h1:first-of-type {
		padding: 0px 25px;
	}

	.blog-related-posts h3.title {
		border-bottom: 0;
	}

	.blog-promo-bottom p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.blog-container .gform_wrapper {
		padding: 0!important;
	}

	.blog-container .gform_body {
		width: 100%!important;
	}
	.blog-container .gform_wrapper .gform_heading {
		display: none!important;
	}

	.blog-container .col-md-3 .gform_wrapper .top_label .gfield_label {
		margin-top: 0!important;
	}

	.blog-container .sidebar {
		padding: 0;
	}

	.blog-container .sidebar .forms {
		padding: 30px;
	}

	.blog-container .sidebar > div {
		margin-bottom: 0;
	}

	.blog-container .blog-categories, .blog-container .blog-right-menu {
		background-color: #f8e2a5;
		text-align:center;
		padding: 30px 20px;
	}

	.blog-promo-bottom {
		padding-left: 0; padding-right: 0;
	}

	.blog-promo-bottom h2 {
		left: 0;
		padding: 15px 20px;
	}

	.tax-post_categories .banner, .page-template-template-blog .banner {
		display: none;
	}

	.blog-container .text-wrap .forms {
		margin-bottom: 30px;
	}

	.blog-container .forms form {
		margin-top: 10px!important;
	}

	.blog-container .forms .gform_wrapper .gform_body {
		width: 70%!important;
	}
	.blog-container .forms .gform_wrapper .gform_footer {
		width: 30%!important;
	}


	.tax-post_categories .sidebar .gform_wrapper .gform_footer input[type="submit"], .page-template-template-blog .sidebar .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%!important;
	}

	.blog-container .forms .gform_wrapper .gform_footer {
		position: absolute;
		right: 0;
		bottom: 0;
		top:unset!important;
	}

	.single-post-container .blog-promo-bottom img {
		margin-bottom: 10px;
	}

	.promo-widget-content, .text-wrap .promo-widget {
		clear: left;
		text-align: center;
	    background-color: #eee;
	    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,.2);
	    position: relative;
		font-size: 12px;
		padding: 10px 20px 0;
    	width: unset;
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
	}
	.promo-widget-content img {
		width: 100%;
	}

	.promo-widget-content h2 {
		position: absolute;
	    left: 40px;
	    bottom: 0;
	    background-color: #002a18;
	    padding: 15px 60px;
	    text-transform: capitalize;
	    color: white;
	    margin-bottom: 0;
	    letter-spacing: 0;
	}

	.blog-container .blog-promo-bottom {
		padding: 15px;
	}

	.blog-container .gform_wrapper label.gfield_label+div.ginput_container  {
		padding-bottom: 0!important;
	}

	.single-post .top-img-bg.title {
		max-height: 250px;
	}
}
/* Ipad Styles Portrait */

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
	.promo-widget-content, .text-wrap .promo-widget {
		width: 60%;
		margin: 0 auto;
	}


}


/* Ipad Styles Landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


	.blog-container .sidebar {
		width: 100%!important;
		padding: 0;
		background-color: #f8e2a5;
	    overflow: hidden;
	}
	.blog-container .text-wrap {
		width: 75%;
		margin: 0 auto;
		float:none;
	}

	.blog-container.container {
		width: 100%;
	}
	.blog-container .blog-categories, .blog-container .blog-right-menu {
	    background-color: #f8e2a5;
	    text-align: center;
	    padding: 30px 20px;
	}

	.blog-related-posts {
		margin-top: 30px;
		width: 100%;
	}
	.single-post-container {
		max-width: 60%;
		width: 100%;
	}

	.single-post-container .text-wrap {
		width: 100%;
	}

	.blog-promo-bottom {
		float:none;
		display: block;
	}

	.promo-widget-content, .text-wrap .promo-widget, .text-wrap .forms {
		clear: left;
		text-align: center;
	    /* background-color: #eee; */
	    /* box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,.2); */
	    position: relative;
		font-size: 12px;
		padding: 10px 20px 0;
    	width: 60%;
		margin: 0 auto;
		position: relative;
	}

	.blog-container .blog-menu-left .two-line-menu {
		text-align:center!important;
	}

	.text-wrap .forms {
		margin-bottom: 40px;
	}

	.promo-widget-content img {
		width: 100%;
	}

	.promo-widget-content h2 {
		font-size: 20px;
		width: 100%;
		position: absolute;
	    left:0;
	    bottom: 0;
	    background-color: #002a18;
	    padding: 15px 60px;
	    text-transform: capitalize;
	    color: white;
	    margin-bottom: 0;
	    letter-spacing: 0;
	}

	.blog-related-posts h3.title {
		margin-top: 40px;
	}

	.single-post .sidebar {
		width: 100%;
	}

	.sidebar .promo-widget {
		display: none;
	}

	.sidebar .blog-categories, .sidebar .blog-right-menu {
		width: 50%;
		float:left;
		margin: 0;
	}

	.sidebar .blog-right-menu {
		margin-right: 0;
	}

	.gform_body, .gform_footer {
		width: 100%;
	}

	.gform_wrapper .gform_footer {
		max-width: 100%;
	    margin-top: 10px;
	    float: right;
	}

	.gform_wrapper .top_label .gfield_label {
		margin-top: 15px!important;
	}
}


.footer-blog-link {
	margin-top: 20px;
    display: block;
    font-size: 20px;
    color: #b8b9bc;
}



.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
    width: calc(3rem + 15px)!important;
}
