html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, hp
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/************************************************ Background ************************************************/
body {
	background:#fff;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/************************************************ Format ************************************************/
.show-for-sr {
    display: none !important;
}

body, select, input, textarea {
	font-size:62.5%;
	font-family:europa, Arial, Helvetica, sans-serif;
	color:#121212;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: calluna, serif;*/
	line-height: 1.5em;
	margin: 0 0 20px;
}
h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
	font-family: baskerville-urw, serif; 
}

h1 {
	font-size:30px;	
}

h2 {
	font-size:28px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:19px;
	line-height:1.5em;
	padding:0 0 25px;
}

a {
	color:#93a396;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#bd9d89;
	text-decoration:underline;
}

/*img, object, embed {
	max-width: 100%;
}*/

iframe {
	width:100%!important;
	min-height: 350px;
}

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

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

.button_surround{
	display: flex;
	align-items: stretch;
	width: 100%;
	float: left;
	text-align: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.button_surround a.btn:nth-child(2n) {
	margin-left:15px;
}

.button_surround a.btn:nth-child(3n) {
	margin-right:15px;
}

.button_surround.left{
	justify-content: flex-start;
}

a.btn {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 15px 15px;
	box-sizing: border-box;
	min-width:220px;
	min-height: 50px;
	text-align: center;
	align-content: center;
	align-items: center;
	align-self: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
}

a.btn i {
	margin-left:10px;
}

a.btn img {
	width:22px;
	margin-left: 15px;
}

a.btn:hover {
	background:#bd9d89!important;
	color: #fff!important;
	text-decoration: none!important;
}

a.btn.blue {
	background: #202945;
}

a.btn.green {
	background: #93a396;
}

a.btn.gold {
	background: #bd9d89;
}

a.btn.gold:hover {
	background: #93a396!important;
}

a.btn.stroke {
	background: none;
	border: 2px solid #fff;
	font-size:19px;
}

a.btn.stroke.small {
    font-size: 16px;
    display: flex;
	padding: 10px 25px;
}

a.btn.stroke:hover {
	border: 2px solid #202945!important;
	background: #202945!important;
}

.grecaptcha-badge { 
    visibility: hidden;
}


/************************************************ Responsive Menu ************************************************/

.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 11111111; /* Stay on top */
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #fff; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 0; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav_inner {
	width:100%;
	float: left;
	border: 10px solid #93a396;
	box-sizing: border-box;
}

.menu_btn {
	cursor:pointer;
	display:none;	
}

/************************************************ Layout ************************************************/

#container {
	width:100%;
	float: left;
	position: relative;
	transition: 0.5s;
}

.row {
	width:100%;
	float:left;
	padding: 120px 5%;
	box-sizing: border-box;
	position: relative;
}

.row.topbg {
	background:url("../images/whitebg.png") no-repeat top left;
	background-size: 100%;
}

.row.grey {
	background:#f4f4f4;
}

.row.green {
	background:url("../images/statbg.png") no-repeat bottom right rgba(147,163,150,0.5);
	background-size:50%;
}

.row.less {
	padding:60px 5%;
}

.row.notoppadd {
	padding:0 5% 120px;
}

.row.nopadd {
	padding:0 0 120px;
}

.row_inner {
	max-width: 1400px;
	min-width: 0;
	margin:0 auto;
}

.announcement_bar {
	width:100%;
	float: left;
	box-sizing: border-box;
	line-height: 1.5em;
	padding: 10px 20px;
	background: #d63744;
	text-align: center;
}

.announcement_bar span {
	width:auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.announcement_bar p {
	font-size:15px;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
}

.announcement_bar p a {
	color: #fff;
	text-decoration: underline;
}

.announcement_bar p a:hover {
	color: #fff;
	text-decoration: none;
}

header {
	padding: 0 5%;
	box-sizing: border-box;
	width:100%;
	float:left;
	position: absolute;
	z-index: 9999;
	top:0;
	left: 0;
	box-shadow:none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 46%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 46%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 46%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

header.fixed {
	width:100%;
	float:left;
	position: fixed;
	top: 0;
	background:rgba(32,41,69,0.8);
	z-index: 999;
}

header.fixed #logo {
    width: 120px;
    float: left;
    padding: 10px 0;
}

header.fixed .top_area {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
	border:none;
}

header.fixed nav#main_nav {
    margin: 0;
}

.top_area {
	text-align:right;
	float: right;
	height:42px;
	margin: 15px 0 0;
	transition: all 0.5s ease-out;
	display: flex;
	justify-content: end;
}

.tel {
	font-size:16px;
	color:#d3d3d3;
	float:left;
	padding:16px 18px 0;
}

.tel a {
	color:#d3d3d3;
	text-decoration:none;
}

.tel a:hover {
	color:#fff;
	text-decoration:none;
}

.tel strong {
	margin-right:15px;
}

.social_top {
	float:left;
	/*padding:13px 34px 0 18px;*/
	padding:13px 0 0 18px;
}

.social_top ul {
	padding:0;	
}

.social_top ul li {
	color:#d3d3d3;
	vertical-align:top;
	display:inline-block;
	font-size:21px;
}

.social_top ul li a {
	color:#d3d3d3;
	padding:0 7px;
	float:left;
}

.social_top ul li:last-child a {
	padding:0 0 0 7px;
}

.social_top ul li a:hover {
	color:#fff;
}

.top_nav {
	display:flex;
	justify-content:flex-end;
}

.top_nav a {
	padding:10px 20px;
	border:2px solid #93a396;
	font-size:14px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:#93a396;
	margin: 3px 0 0;
	font-weight: bold;
}

.top_nav a:hover {
	color:#fff;
	text-decoration:none;
	background:#93a396;
}

#logo {
	width:255px;
	float: left;
	padding: 20px 0 0;
	display: block;
	transition: all 0.5s ease-out;
}

#logo:hover {
	opacity:0.7;
}

#logo img {
	width:100%;
}

nav#main_nav {
	float:right;
	width: 60%;
	margin: 13px 0 0;
	transition: all 0.5s ease-out;
}

nav#main_nav ul {
	display: flex;
	flex-flow: row;
	justify-content:flex-end;
}

nav#main_nav ul li {
	font-size:14px;
	position:relative;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color:#fff;
}
nav#main_nav ul li:last-child {
	margin-right: 0;
}

nav#main_nav ul li a{
	color:#fff;
	white-space: nowrap;
	padding: 15px 13px 30px;
}

nav#main_nav ul li a:hover {
	text-decoration: none;
}

nav#main_nav ul .menu-item-2281 {
    height: 42px;
}
nav#main_nav ul .menu-item-2281 a {
    padding: 10px 20px;
    /*border: 2px solid #93a396;*/
    border: 2px solid #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*color: #93a396;*/
    color: #ffffff;
    margin: 3px 0 0;
    font-weight: bold;
    height: 15px;
}
nav#main_nav ul .menu-item-2281 a:after {
    display: none;
}
nav#main_nav ul .menu-item-2281 a:hover {
    background-color: #ffffff;
    color: #93a396;
}

nav#main_nav ul li a:after{
	height:1px;
	width: 0;
	background: #fff;
	text-decoration: none;
	position: absolute;
	content: '';
	/*bottom: 10px;*/
	bottom: 18px;
	left: 0;
	right:0;
	margin: 0 auto;
	transition: all 0.3s ease-out;
}
nav#main_nav ul li ul li a:after {
	display:none;
}
nav#main_nav ul li a:hover:after,
nav#main_nav ul li.active_hover a:after,
nav#main_nav ul li.current-page-ancestor a:after,
nav#main_nav ul li.current-menu-item a:after,
nav#main_nav ul li.current-menu-ancestor a:after {
	width: 90%;
}

header.fixed nav#main_nav ul li a:after,
header.fixed nav#main_nav ul li.active_hover a:after{
	/*bottom:10px;*/
	bottom: 18px;
}

/*nav#main_nav ul li.active_hover a:hover:after {
	display:none;
}

nav#main_nav ul li.active_hover a{
	text-decoration: none;
	color: #121212;
	background: #fff;
	padding-left: 17px;
}

nav#main_nav ul li.active_hover a:before{
	position:absolute;
	content: '';
	height: 100%;
	width: 7px;
	background: #93a396;
	top: 0;
	left: 0;
	display: block;
}*/

nav#main_nav ul li:hover ul.sub-menu {
	transition: all 0.3s ease-out;
	opacity: 1;
	visibility: visible;
}

nav#main_nav ul li ul.sub-menu {
    position: absolute;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
	top: 58px;
	width: 240px;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	background: #fff;
	border-left: 7px solid #93a396;
	box-shadow: 1px 1px 5px #f4f4f4;
}

nav#main_nav ul li ul.sub-menu li {
	font-size:14px;
	position:relative;
	margin-right: 0;
	text-transform: none;
	letter-spacing:normal;
	font-weight: normal;
	display: flex;
	align-items: center;
	color:#fff;
	line-height: 1.5em;
	white-space:nowrap;
	width: 100%;
}

nav#main_nav ul li ul.sub-menu li a {
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	color: #121212;
	background: #fff;
	white-space: normal;
	border-left: none;
}

nav#main_nav ul li.active_hover ul.sub-menu li a:before {
	display:none;
}

nav#main_nav ul li ul.sub-menu li a:hover,
nav#main_nav ul li ul.sub-menu li.current-menu-item a{
	color: #93a396;
}

nav#main_nav ul li.current-page-ancestor ul.sub-menu li a:after{
	display:none;
}

nav#main_nav ul li ul.sub-menu li:last-child {
	margin-right: 0;
}

.popup {
  display: none;
  width: 50%;
  max-width: 600px;
}

/************************************************ Homepage ************************************************/
.home-latest-posts .post.stacked {
    margin-top: 0px;
}
.home-latest-posts .blog-view-all {
    /*margin-top: 58px;*/
    margin-top: 19px;
}
#hp_slider {
	height:800px;
	width:100%;
	float:left;
	background:#1b1b1b;
	margin-top:0;
	position: relative;
	overflow: hidden;
}

video.background {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	position: absolute;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%); /* % of current element */
	z-index:1;
	object-fit: cover;
}

.video_wrapper {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.8;
}
.video_wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	object-fit: cover;
}

.top_gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	z-index: 2;
}
.bottom_gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	z-index: 2;
}

#hp_slider .slide {
	height:800px;
	width:100%;
	float:left;
	position:relative;
	background-size:cover!important;
}

#hp_slider img {
	opacity:0.9;
}

#hp_slider .slide_text {
    position: absolute;
    left: 5%;
    width: 75%;
    /*width: 85%;*/
    bottom: 30px;
    color: #fff;
    z-index: 3;
	font-family: calluna, serif;
}

#hp_slider .slide_text h4 {
	font-size:50px;
	color: #e8e8e8;
	margin: 0;
	line-height: 1.3em;
}

#hp_slider .slide_text h1 {
	font-size:90px;
	margin: 0;
	line-height: 1.3em;
}

#hp_slider .slide_text h2,
#hp_slider .slide_text h3,
#hp_slider .slide_text p {
	font-size:70px;
	margin: 0;
	line-height: 1.3em;
}

#hp_slider .slide_text h2,
#hp_slider .slide_text h4 {
    font-size: 45px;
}

#hp_slider .slide_text a {
	font-size:25px;
	text-decoration: underline;
	color: #fff;
}

#hp_slider .slide_text a:hover {
	text-decoration: none;
}

#hp_slider .slide_text p {
	font-size:36px;
	margin: 0;
	padding:0 0 25px;
}

.usp_surround {
	display: flex;
	width: 100%;
	padding: 120px 0 60px;
	flex-flow: row nowrap;
	justify-content: center;
}

.usp_surround.four {
	flex-flow: row wrap;
	padding: 120px 0 0;
}

.usp_box {
	display: flex;
	align-items: stretch;
	margin-right: 5%;
	width: 25%;
}

.usp_surround.four .usp_box {
	width: 20%;
	margin-bottom: 40px;
}

.usp_surround.four .usp_box:nth-child(4n) {
	margin-right: 0;
}

.usp_box:last-child {
	margin-right: 0;
}

.usp_icon {
    width: 35%;
}

.usp_text {
	font-size:20px;
	font-family: calluna, serif;
	margin-left: 20px;
	line-height: 1.5em;
	align-self: center;
	width: 65%;
}

.usp_text strong {
	font-size:40px;
	font-weight: normal;
	font-family: baskerville-urw, serif;
	font-style: normal;
}

.hp_double_box {
	width:100%;
	float: left;
	display: flex;
	flex-flow: row nowrap;
	align-items:stretch;
	margin: 0 0 1px;
}

.hp_double_box_item {
	width:50%;
	box-sizing: border-box;
	color: #fff;
}

.hp_double_box_item.left {
	background-size:cover!important;
	margin: -30px 0 0;
}

.hp_double_box_item.right {
	padding: 150px 8% 130px;
	background: url("../images/footerbg.png") no-repeat center #202945;
	background-size: cover;
}

.hp_double_box_item h4 {
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

.hp_double_box_item h5 {
	font-size: 65px;
	font-family: calluna, serif;
	line-height: 1.2em;
}

.experience_slider {
	width:100%;
	float: left;
}

.experience_slider .experience_box {
    margin: 0 2% 14% 0;
	opacity: 0.7;
	transition: all 0.3s ease-out;
}

.experience_slider .slick-slide {
   margin: 0 15px;
}

.experience_slider .experience_text_box {
	opacity:0;
	transition: all 0.3s ease-out;
}

.experience_slider .slick-active .experience_box,
.experience_slider .slick-active .experience_text_box {
	opacity:1;
}

.feature_row {
	width:100%;
	float: left;
	position: relative;
	background: #93a396;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	margin: 0 0 1px;
}

.feature_row h5 {
	font-size:65px;
	position: relative;
	margin: 0 0 30px;
}

.feature_row h5:after {
	position: absolute;
	width:200%;
	content: '';
	bottom: 0;
	border-bottom: 1px dashed #fff;
	left: -100%;
}

.feature_row p {
	font-size:22px;
}

.feature_left {
	width:40%;
	float: left;
	padding: 80px 0 80px 8%;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	align-content: center;
	flex-flow: row wrap;
}

.feature_right {
	width:60%;
	float: left;
	background: url("../images/feature-bg.jpg") no-repeat top right;
	background-size:cover!important;
	position: relative;
	min-height: 650px;
}

.feature_right:before {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: -moz-linear-gradient(left,  rgba(147,163,150,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(147,163,150,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(147,163,150,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93a396', endColorstr='#00ffffff',GradientType=1 );
	z-index: 2;
}


/************************************************ Main Content ************************************************/

.main_banner {
	width:100%;
	float: left;
	/*min-height: 85vh;*/
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover!important;
	position: relative;
	overflow: hidden;
}

.main_banner.small {
	/*min-height: 60vh;*/
	height: 450px;
}

.main_banner_content {
	width:60%;
	display: flex;
	flex-flow: wrap row;
	justify-content: center;
	color: #fff;
	margin: 50px 0 0;
	position: relative;
	z-index: 5;
}

.main_banner_content h2 {
	font-size:60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	width: 100%;
	float: left;
	text-align: center;
}

.banner_grad2 {
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	width: 100%;
}

.back_btn {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 5% 60px;
}

.back_btn a {
	font-size:15px;
	font-weight: bold;
	color: #a5a6ac;
	padding: 0 0 10px;
	position: relative;
	transition: all 0.3s ease-out;
}

.back_btn a:hover:before {
	width: 100%;
}

.back_btn a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #bd9d89;
	transition: all 0.3s ease-out;
}

.back_btn a i {
	padding-right:8px;
	transition: all 0.3s ease-out;
}

.back_btn a:hover {
	color:#bd9d89;
	text-decoration: none;
}

.back_btn a:hover i {
	padding-right:4px;
	margin-left: -3px;
}

.intro {
	width:54%;
	box-sizing: border-box;
}

.intro p.small {
	font-size:16px;
	margin: -10px 0 0;
	padding: 0 0 20px;
	font-weight: bold;
}

.intro p.small strong {
	color:#bd9d89;
}

.intro.center {
	text-align:center;
	margin: 0 auto;
}

.intro.left {
	text-align:left;
	float:left;
	padding: 0 5%;
}

.intro.left .button_surround {
	justify-content: flex-start;
}

.intro h3,
.intro h4,
.intro h5{
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.intro h1,
.intro h2{
	font-size: 32px;
	font-family: calluna, serif;
}

.intro h1.large {
	font-size: 50px;
}

.intro p {
	font-size: 20px;
}

.accomodation-intro .intro_single { 
    padding: 0;
}
.accomodation-intro-inner img {
    height: 375px;
    width: 40%;
    object-fit: cover;
    margin-left: 5%;
}

.intro_single {
	width:100%;
	float: left;
	padding: 0 8%;
	box-sizing: border-box;
}
.intro_single.nopadd {
	padding: 0;
}

.intro_double {
	width:100%;
	float: left;
	column-count: 2;
	column-gap: 8%;
	text-align: left;
	margin: 0 0 25px;
	padding: 0 5%;
	box-sizing: border-box;
}

.stat_box {
	width:30%;
	background:url("../images/statbg.png") no-repeat bottom right #93a396;
	background-size: cover;
	float: right;
	box-sizing: border-box;
	margin-right: 5%;
	border: 5px solid #93a396;
	position: relative;
	color: #fff;
	text-align: center;
}

.stat_box_inner {
	width:100%;
	float: left;
	padding: 50px 8% 30px;
	box-sizing: border-box;
	margin-right: 5%;
	border: 5px solid #fff;
}

.stat_box h4,
.stat_box h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.stat_box h1,
.stat_box h2,
.stat_box h3 {
	font-size: 28px;
	font-family: calluna, serif;
}

.stat_box ul {
	width:100%;
	float: left;
	margin: 20px 0 0;
	font-family: calluna, serif;
}

.stat_box ul li {
	width:100%;
	float: left;
	font-size:40px;
	line-height: 1em;
	padding: 10px 0;
	border-top: 1px dashed #fff;
}

.stat_box ul li strong {
	width:100%;
	float: left;
	font-size:18px;
	font-weight: normal;
	line-height: 2em;
}

.facilities_box {
	width:25%;
	background:#fff;
	background-size: cover;
	float: right;
	box-sizing: border-box;
	margin-right: 12%;
	border: 5px solid #93a396;
	position: relative;
	text-align: left;
}

.facilities_box_inner {
	width:100%;
	float: left;
	padding: 70px 15%;
	box-sizing: border-box;
	margin-right: 5%;
}

.facilities_box h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #bd9d89;
	margin: 0;
}

.facilities_box ul {
	width:100%;
	float: left;
	margin: 15px 0 0;
}

.facilities_box ul li {
	width:100%;
	float: left;
	font-size:20px;
	line-height: 1.5em;
	padding: 0 0 5px;
}

h1.section_title {
	width:100%;
	float: left;
	font-size: 40px;
	font-family: calluna, serif;
	margin: 0 0 60px;
	position: relative;
	overflow: hidden;
}

h1.section_title.central {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family:europa, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 50px;
}

h1.section_title.central.lesspadd {
	margin: 0 0 30px;
}

h1.section_title em {
	font-size: 50px;
}

h1.section_title.central em {
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}

h1.section_title:after {
	width:100%;
	float: left;
	font-size: 50px;
	height: 1px;
	border-bottom: 1px dashed #121212;
	content:'';
	bottom: 10px;
	position: absolute;
	margin-left: 10px;
}

h1.section_title.central:after {
	display:none;
}

.room_slider {
	width:100%;
	float: left;
}

.pic_text_section {
	width:100%;
	display: flex;
	flex-flow: nowrap row;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 120px;
	position: relative;
}

.pic_text_section.border {
	padding:5% 0;
}

.pic_text_section.border:before {
	position: absolute;
	content: '';
	height: 100%;
	width:106%;
	margin: 0 0 0 -7%;
	top: 0;
	left: 0;
	border: 10px solid #93a396;
	box-sizing: border-box;
	z-index: -1;
}

.section_text {
	width:35%;
	order: 1;
}

.pic_text_section.alternate .section_text {
	width:35%;
	order: 2;
	margin-right: 2%;
}

.section_pic {
	width:60%;
	order: 2;
	margin-right: -5%;
	position: relative;
}

.section_pic img {
	width:100%;
}

.section_pic.testimonial_pic {
	margin-right: 0;
	width: 40%;
}

.testimonial_slider.dark .pic_text_section {
    justify-content: center;
    box-sizing: border-box;
	padding: 50px 0;
	background:url("../images/statbg.png") no-repeat bottom left rgba(147,163,150,1);
	background-size:50%;
	color: #fff;
	border: 10px double #fff;
}

.testimonial_slider.dark .pic_text_section.border:before {
	width:100%;
	margin: 0;
}

.testimonial_slider.dark .section_text {
	width:40%;
	margin-right: 5%;
	margin-left: 2%;
    text-align: left;
}

.testimonial_slider.dark .section_pic {
	margin-right: 0;
	width: 48%;
}

.section_pic_surround {
	width:100%;
	float: left;
	position: relative;
}

.section_pic_surround img {
	width:100%;
}

.pic_text_section.alternate .section_pic {
	order: 1;
	margin-left: -5%
}

.pic_text_section:last-child {
	margin: 0;
}

.section_text h1,
.section_text h2,
.section_text h3 {
	font-size:40px;
	font-family: calluna, serif;
}

.section_text h4,
.section_text h5 {
	font-size:22px;
}

.section_text h6 {
    color: #bd9d89;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.section_text h6.white {
    color: #fff;
}

.section_pic .gal_overlay {
	width:100%;
	position: absolute;
	height: auto;
	bottom: 0;
	right: 0;
	padding: 50px 0 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 55%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 55%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.section_pic .gal_overlay .gal_link {
	width:auto;
	float: right;
	padding:10px 80px 0 20px;
	border-top:1px dashed #fff;
	color:#fff;
	font-size: 18px;
	line-height: 1.5em;
	text-align: right;
	z-index: 1;
	font-weight: bold;
}

.section_pic .gal_overlay .gal_link i {
	margin-right:10px;
}

.section_pic .gal_overlay .gal_link em {
	font-family: baskerville-urw, serif;
}

.section_pic a.fancybox_link {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}

.section_pic a.fancybox_link:hover {
	background: rgba(255,255,255,0.2);
}

.gal_hide {
	display: none;
}

.double_slider {
	width:100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 2px;
	line-height:0;
}
.double_slider .slick-slide {
    margin: 0 1px;
}
.double_slider  .slick-list {
    margin: 0 -1px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.faq_columns {
	width:80%;
	margin: 50px auto 0;
}

.faq_col {
	width:45%;
	float: left;
	margin: 0 0 30px;
}

.faq_col:nth-child(2n) {
	margin-left: 10%;
}

.faq_block {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.section_text ul,
.section_text ol,
.intro ul,
.intro ol,
.faq_columns ul,
.faq_columns ol {
	width:100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}

.section_text ol,
.intro ol,
.faq_columns ol {
	list-style-type:lower-roman;
}

.section_text ul li,
.section_text ol li,
.intro ul li,
.intro ol li,
.faq_columns ul li,
.faq_columns ol li{
	width:100%;
	margin: 0 0 15px;
	line-height: 1.5em;
	font-size: 18px;
	box-sizing: border-box;
}

.faq_columns p.large {
	font-family:calluna, serif;
	font-size:24px;
	padding: 0;
}

.faq_columns p {
	font-size:18px;
}

.faq_bottom {
	width: 100%;
	float: left;
	text-align: center;
	font-family:calluna, serif;
}

.faq_bottom p {
	font-size: 28px;
}

.secondary_button_text {
	display: flex;
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.secondary_text {
	width: 70%;
	float: left;
}

.secondary_text h1.section_title {
	margin: 0;
}

.secondary_button {
	width: 30%;
	float: right;
	justify-content: flex-end;
	display: flex;
}

.secondary_button a.btn {
	margin: 0;
}

ul.box_list {
	display: flex;
	align-items:stretch;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	float: left;
}

ul.box_list li {
	text-align: center;
	background: #f4f4f4;
	font-size:20px;
	line-height: 1.5em;
	width: 32.4%;
	margin: 0 1.3% 1.3% 0;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.box_list li:nth-child(3n) {
	margin-right:0;
}

.testimonial_slider {
	width:100%;
	float: left;
	text-align: center;
}

.double_box {
	width:100%;
	float: left;
	display: flex;
	flex-flow: row nowrap;
	align-items:stretch;
	margin: 0 0 1px;
}

.double_box_item {
	width:50%;
	box-sizing: border-box;
}

.double_box_item.left {
	background: url("../images/statbg.png") no-repeat center #93a396;
	background-size: cover;
	padding: 100px 8% 70px;
	color: #fff;
	text-align: center;
}

.testimonial_small {
	width:70%;
	margin: 0 auto 30px;
	position: relative;
	font-weight: bold;
}

.testimonial_small::before {
    position: absolute;
    content: '"';
    font-size: 100px;
    font-family: baskerville-urw, serif;
    top: 0;
    left: 0px;
}

.testimonial_small img {
	width:160px;
	height: 160px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 auto 10px;
}

.testimonial_small p {
	padding:0;
	font-size: 18px;
}

.testimonial_small p.small {
	padding:0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.double_box_item.right {
    background: #f4f4f4;
    padding: 150px 8% 130px;
    margin: -30px 0 0;
}

.double_box_item h4 {
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

.double_box_item h5 {
	font-size: 65px;
	font-family: calluna, serif;
	line-height: 1.2em;
}

.bottom_image_list {
	width:100%;
	float: left;
	display: flex;
	flex-flow: wrap row;
	margin: 0 0 1px;
	justify-content: center;
	align-items:center;
}

.bottom_image_list img {
	width:24.94%;
	margin-right: 0.08%;
	box-sizing: border-box;
}

.bottom_image_list img:last-child {
	margin-right: 0;
}

.bottom_image {
	width:100%;
	float: left;
	display: flex;
	flex-flow: wrap row;
	margin: 0 0 1px;
}

.bottom_image img {
	width:100%;
	float: left;
	box-sizing: border-box;
}


/************************************************ Weddings ************************************************/

.section_boxes {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	float: left;
}

.section_box {
	width:49%;
	position: relative;
	margin: 0 2% 2% 0;
	line-height: 0;
	overflow: hidden;
}

.section_box:nth-child(2n) {
	margin: 0 0 2% 0;
}

.section_box:hover .section_box_grad {
	background: rgba(0,0,0,0.1); 
}

.section_box:hover:after {
	width: 0%;
}

.section_box:hover img {
	transform: scale(1.1);
}

.section_box img {
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all 0.8s ease-out;
}

.section_box:after {
	position: absolute;
	content: '';
	border-bottom: 1px dashed #fff;
	right: 0;
	bottom: 40px;
	width: 50%;
	transition: all 0.3s ease-out;
}

.section_box_grad {
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	transition: all 0.3s ease-out;
}

.section_box_text {
	position:absolute;
	width: 90%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	z-index: 2;
}

.cta_area {
	width:100%;
	float: left;
	padding: 90px 5%;
	background-size:cover!important;
	min-height: 650px;
	box-sizing: border-box;
	margin: 0 0 1px;
}

.cta_box {
	width:45%;
	background:#93a396;
	background-size: cover;
	float: left;
	box-sizing: border-box;
	margin-left: 5%;
	border: 10px solid #93a396;
	position: relative;
	color: #fff;
	text-align: center;
}

.cta_box_inner {
	width:100%;
	float: left;
	padding: 50px 8%;
	box-sizing: border-box;
	margin-right: 5%;
	border: 5px solid #fff;
}

.cta_box h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

.cta_box h5 {
	font-size: 50px;
	font-family: calluna, serif;
	margin: 0 0 10px;
	line-height: 1.3em;
}

.cta_box a.btn {
	font-size: 16px;
}


/************************************************ Accommodation Main ************************************************/

.rooms_surround {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	float: left;
}

.rooms_column {
	width:32.5%;
	float: left;
}

.rooms_column.long {
	width:100%;
	float: left;
}

.room_box {
	width:100%;
	margin: 0 0 3%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.room_box:hover .section_box_grad {
	background: rgba(0,0,0,0.1); 
}

.room_box:hover:after {
	width: 0%;
}

.room_box:hover img {
	transform: scale(1.1);
}

.room_box img {
	width:100%;
	transition: all 0.8s ease-out;
	line-height: 0;
}

.room_box:after {
	position: absolute;
	content: '';
	border-bottom: 1px dashed #fff;
	right: 0;
	bottom: 40px;
	width: 50%;
	transition: all 0.3s ease-out;
}

.room_box_grad {
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	transition: all 0.3s ease-out;
	line-height: 0;
}

.room_box_text {
	position:absolute;
	width: 90%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.room_box_text h4 {
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
}

.room_box_text h5 {
	font-size:20px;
	margin: 0;
}

/************************************************ Experiences main ************************************************/

.experience_surround {
	width:100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.experience_box {
	width:49%;
	display: flex;
	position: relative;
	/*align-items: flex-end;*/
	align-items: flex-start;
	flex-flow: wrap;
	margin: 0 2% 140px 0;
}

.sold_out {
    position: absolute;
    top: 0;
    left: 0;
    /*background: #ce4949;*/
    background: #93a396;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.experience_box:nth-child(2n) {
	margin-right:0;
}

.experience_box img {
	width:100%;
}

.experience_text_box {
	background:#fff;
	padding: 25px 3%;
	box-sizing: border-box;
	width: 90%;
	margin: 0 5%;
	float: left;
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	position: absolute;
	bottom: -80px;
	border: 5px solid #93a396;
}

.no-events-found-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.no-events-found {
    text-align: center;
    width: 100%;
}

#fareharbor-cartframe {
    display: none !important;
}

.exp_left {
	width:70%;
	margin-right: 5%;
}

.exp_left h4 {
	font-family: calluna, serif;
	font-size: 28px;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.2em;
}

.exp_left p.small {
	font-size: 15px;
	padding: 0;
	font-weight: bold;
}

.exp_left p {
	font-size: 16px;
	padding: 0;
}

.exp_left .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.exp_left .wrapper p:first-of-type {
    margin-right: 20px;
}
.exp_left .event-price {
    color: #bd9d89;
    font-size: 15px;
    padding: 0;
    font-weight: bold;
}

.exp_right {
	width: 25%;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	/*align-content: center;*/
	align-content: flex-end;
	justify-content: center;
}

.exp_right p.large {
	color: #bd9d89;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
}

.exp_right a.btn {
    min-width: 0;
	width: 100%;
	font-size: 13px;
	padding: 10px 10px;
	min-height: 35px;
}

/************************************************ Events Cal ************************************************/
* {
	--tec-color-accent-primary: #202945 !important;
	--tec-color-accent-primary-hover: #BD9D89 !important;
	--tec-font-family-sans-serif: europa, Arial, Helvetica, sans-serif !important;
}

.tribe-tickets__commerce-checkout-header, .tribe-tickets__commerce-checkout-cart-header, .tribe-tickets__commerce-order-header {
	width: auto !important;
	top: auto !important;
	position: relative !important;
	float: none !important;
	background: transparent !important;
	z-index: 0 !important;
}

.tribe-tickets__commerce-checkout-footer, .tribe-tickets__commerce-checkout-cart-footer, .tribe-tickets__commerce-order-footer {
	width: auto !important;
	float: none !important;
	background: transparent !important;
}

.tribe-tickets__tickets-item-content-title-container, .tribe-tickets__tickets-item-extra {
	align-self: center !important;
}

.tribe-tickets__tickets-item-extra-available {
	display: none !important;
}

/************************************************ Events Single ************************************************/
.tribe-events-pg-template {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/************************************************ Tickets Checkout // Order Completed ************************************************/
.page-id-2156 .main_banner, .page-id-2157 .main_banner {
	height: 450px !important;
}

.page-id-2156 iframe {
	min-height: 0;
}

.page-id-2157 .tribe-tickets__commerce-order-footer .tribe-tickets__commerce-order-footer-link--browse-events {
	display: none !important;
}

.page-id-2157 .tribe-tickets__commerce-order-footer .tribe-tickets__commerce-order-footer-link--back-home {
	margin: 0 !important;
}

/************************************************ Contact ************************************************/

.contact_surround {
	display: flex;
	align-items: stretch;
	width: 100%;
	float: left;
	justify-content: space-between;
}

.contact_left {
	/*padding:80px 5%;*/
    padding: 45px 5%;
	box-sizing: border-box;
	width:40%;
	border: 5px solid #93a396;
	text-align: center;
	margin-left: 5%;
}

.contact_left h3 {
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.contact_left h1 {
	font-size: 32px;
	font-family: calluna, serif;
}

.contact_left h1.large {
	font-size: 50px;
}

.contact_left p {
	font-size: 20px;
	padding: 0 0 15px;
}

.contact_left a.btn {
	margin:0 0 25px;
	color: #fff;
	font-size: 14px;
	min-width: 100px;
	min-height:0px;
	padding: 15px 20px;
}

.contact_left a.btn i {
    margin-left: 0;
	margin-right: 10px;
}

.contact_left a {
	color: #93a396;
}

.contact_left a.social_icon {
	font-size:25px;
	margin-right: 10px;
}

.contact_left a.social_icon:last-child {
	margin: 0;
}

.contact_left a:hover {
	color: #bd9d89;
}

.contact_right {
	width:52%;
	border: 5px solid #f4f4f4;
	/*padding:60px 5%;*/
	padding: 60px 5% 45px 5%;
	box-sizing: border-box;
}


/************************************************ Form Elements and General Styling ************************************************/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– 
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 90%; }
li {
  margin-bottom: 1rem; }*/


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
  tr:nth-child(odd) {
	background:#f4f4f4;  
  }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– 
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }*/

/************************************************ Contact Form Elements ************************************************/

.wpcf7 form .wpcf7-response-output {
	font-size: 18px!important;
	color: #000;
}
.wpcf7-not-valid-tip {
    font-size: 16px!important;
    margin: 10px 0 0!important;
}

.form_item {
    display: inline-block;
    margin:0 0 20px;
    vertical-align: top;
    width: 100%;
	position:relative;
}

.form_item label,
.form_item_message label{
   display:none;
   font-size:17px;
   margin:0 0 7px;
   line-height:1.5em;
}

.form_item input {
    border:3px solid #f4f4f4;
	box-sizing: border-box;
    color: #040507;
    float: left;
    font-size: 16px;
    height: 60px;
    margin: 0;
    padding: 12px 0 10px 15px;
    width: 100%;
	border-radius:0;
}

.form_item textarea {
	font-size: 16px;
	border:3px solid #f4f4f4;
	color: #040507;
	height:150px;
	width:100%;
	padding: 12px 0 10px 10px;
	box-sizing: border-box;
	border-radius:0;
	margin:0;
}

.form_item.select {
	width:100%;
	position:relative;
}

.form_item select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;/* remove default arrow */
	width:100%;
	height:60px;
	border:2px solid #fff;
	border-radius:10px;
	box-sizing:border-box;
	font-size:16px;
	padding:8px 20px 8px 15px;
	position:relative;
	box-shadow:none;
	background-size:12px;
}

.form_item input:focus,
.form_item textarea:focus {
	border:3px solid #93a396!important;
}

.form_item input.wpcf7-not-valid,
.form_item textarea.wpcf7-not-valid {
	border:3px solid #F00!important;
}

.form_item label.warning,
.form_item label.warning {
	color:#F00;	
}

input.submit,
button.submit {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 15px 15px;
	box-sizing: border-box;
	min-width:220px;
	min-height: 50px;
	text-align: center;
	align-content: center;
	align-items: center;
	align-self: center;
	font-weight: bold;
	background: #202945;
	border: none;
	border-radius: 0;
	line-height: normal;
	text-transform:none;
	letter-spacing: normal;
	height: auto;
	transition: all 0.3s ease-out;
}

input.submit:hover,
button.submit:hover {
	background:#bd9d89!important;
	color: #fff!important;
	text-decoration: none!important;
}

.form_submit {
	float:left;
	width:100%;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
	font-size:20px;
	line-height:1.5em;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	background-color:#46b450;
	color:#fff;
	font-size:20px;line-height:1.5em;
	width:100%;
	float:left;
	box-sizing:border-box;
	margin: 15px 0 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	background-color:#dc3232;
	color:#fff;
	font-size:20px;line-height:1.5em;
	width:100%;
	float:left;box-sizing:border-box;
	margin: 15px 0 0;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
	background-color:#f56e28;
	color:#fff;
	font-size:20px;line-height:1.5em;
	width:100%;
	float:left;box-sizing:border-box;
	margin: 15px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	background-color:#ffb900;
	color:#fff;
	font-size:20px;line-height:1.5em;
	width:100%;
	float:left;box-sizing:border-box;
	margin: 15px 0 0;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: -15px 0 30px;
    position: relative;
    width: 100%;
    float: left;
	font-style:italic;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge { 
    visibility: hidden;
}

#mapholder {
	width:100%;
	float:left;
	height:600px;
	box-sizing: border-box;
	border: 30px solid #fff;
}

#mapholder img, #mapholder object, #mapholder embed, #mapholder video {
	max-width:none;
	width:auto;
}

#mapholder img {
	height:auto;	
}

#mapholder p {
	color:#000;	
	font-size:14px;
	padding:0;
}

#mapholder p strong {
	font-weight:bold;
}

.honey {
	display:none;	
}


/************************************************ Footer ************************************************/

footer {
	width:100%;
	float:left;
	padding: 120px 5% 60px;
	background:url("../images/footerbg.png") no-repeat bottom right #202945;
	background-size:50%;
	box-sizing: border-box;
	color: #fff;
}

footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding:5px 0 0;
}

footer a:hover {
	color: #93a396;
	text-decoration: none;
	border-bottom: none;
}

footer a.social_icon {
	font-size: 21px;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: none;
}

footer h5 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 25px;
}

footer h5 em {
	font-size: 40px;
	text-transform:none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}

footer h6 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 25px;
}

footer h6 em {
	font-size: 30px;
	text-transform:none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}

.instagram_feature {
	float: left;
	width: 100%;
	margin: 0 0 100px;
}

.instagram_feature a {
	border-bottom: none;
}

.footer_contact {
	width:40%;
	float: left;
}

.footer_contact p {
	font-size:19px;
	padding: 0 0 15px;
}

.footer_contact p.small {
	font-size:15px;
	padding: 0;
}

.footer_contact_col {
	width:100%;
	float: left;
	display: flex;
	flex-flow: nowrap row;
	justify-content: space-between;
}

.fc_left,
.fc_right {
	width: 45%;
}

.footer_mailing_list {
	width:45%;
	float: right;
}

.footer_mailing_list p {
	font-size: 19px;
	color: #d3d3d3;
}

.mailing_surround {
	display: flex;
	width:100%;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.mailing_surround input {
	border:none;
	border-bottom: 1px solid #fff;
	padding: 10px 0 5px;
	border-radius: 0;
	background: none;
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: 0 3% 0 0;
}

.mailing_surround input:focus {
	border: none;
	border-bottom: 1px solid #93a396;
}

.mailing_surround button {
	border:none;
	background: #93a396;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
	height: 38px;
	border-radius: 0;
	width: 12%;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.mailing_surround button:hover {
	background: #bd9d89;
	color: #fff;
	width: 18%;
}

.footer_bottom {
	width:100%;
	float: left;
	border-top:1px solid #435177;
	padding: 30px 0 0;
	margin: 50px 0 0;
}

.footer_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul#footer_nav {
	width: 80%;
	float: left;
	display: flex;
}

ul#footer_nav li {
	margin-right:2%;
	line-height: 1.5em;
}

ul#footer_nav li a {
	color: #fff;
	font-size:15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
}

ul#footer_nav li a:hover {
	color: #93a396;
	text-decoration: none;
	border-bottom: none;
}

.footer_logos {
	width:160px;
	float: right;
	text-align: center;
	line-height: 1.5em;
	font-size: 11px;
	text-transform: uppercase;
}

.footer_logos img {
	width:90%;
	margin: 5px 5% 0;
}

.footer_logos a {
	text-decoration: none;
	border-bottom: none;
}

.footer_logos a:hover {
	opacity:0.7;
}

.copyright {
	width:80%;
	float: left;
	margin: -30px 0 0;
}

.copyright p {
	font-size:14px;
	padding: 0;
}

/* Formidable Form */
/*.frm_forms {*/
/*    max-height: 550px;*/
/*    overflow: scroll;*/
/*}*/
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field label,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field .frm_primary_label {
    font-size: 18px;
    font-family: inherit;
    color: #121212;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field input,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field textarea,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field select {
    border-radius: 0;
    margin-top: 5px;
    box-shadow: none;
    border-color: #93a496;
    font-size: 18px;
    color: #121212;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field input,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field select {
    height: 40px;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field input:focus,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field textarea:focus {
    box-shadow: none;
    border-color: #121212;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 50% !important;
    background-size: 15px !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field h2 {
    font-family: calluna, serif;
    color: #121212;
    margin: 0;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_date {
    background: #ffffff url(../images/calendar.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 50% !important;
    background-size: 15px !important;
}
.frm_forms .frm_button_submit {
    width: 100% !important;
    border-radius: 0 !important;
    background-color: #93a496 !important;
    border-color: #93a496 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: all 0.3s ease-out;
    margin-bottom: 0 !important;
}
.frm_forms .frm_button_submit:hover {
    background: #bd9d89 !important;
    border-color: #bd9d89 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.frm_forms fieldset {
    padding-bottom: 0 !important;
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
    border-radius: 0;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    margin-top: 5px;
}
.with_frm_style .frm_message, .frm_success_style {
    border-radius: 0;
}
.with_frm_style .frm_message p { 
    margin-bottom: 0;
    padding-bottom: 0;
}

/* FAQS */
.experiences-faqs h1 {
    font-size: 32px;
    font-family: calluna, serif;
	text-align: center;
	font-weight: 400;
}
.experiences-faqs .accordion {
	max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	margin-top: 1rem;
}
.experiences-faqs button.experiences-faqs-accordion {
	width: 100%;
	height: fit-content;
	background-color: #202945;
	border: none;
	outline: none;
	text-align: left;
	padding: 15px 20px;
	border-radius: 0;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	white-space: normal;
	transition: background-color 0.3s ease-out;
	position: relative;
    margin-top: 1rem;
}
.experiences-faqs button.experiences-faqs-accordion span {
	width: calc(100% - 40px);
    display: block;
    line-height: 25px;
}
.experiences-faqs button.experiences-faqs-accordion:after {
	content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    float: right;
    color: #fff;
	top: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}
.experiences-faqs button.experiences-faqs-accordion.is-open:after {
	content: "\f077";
}
.experiences-faqs button.experiences-faqs-accordion:hover,
button.accordion.is-open {
	background-color: #bd9d89;
}
.experiences-faqs .accordion-content {
	background-color: #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
}
.experiences-faqs .accordion-content p:first-of-type {
	margin-top: 25px;
}

/* New Styles - June 2025 */
/* Amelia Booking */
/*.page-template-template_book-an-appointment .main_banner {*/
/*    height: 550px;*/
/*}*/
.amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 50px auto !important;
}
/*.amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check:before {*/
/*    filter: invert(1) brightness(10000) !important;*/
/*}*/
.amelia-v2-booking #amelia-container .am-fs__info-form .el-form-item {
    width: 100% !important;
    text-align: left !important;
}
.amelia-v2-booking #amelia-container .m-phone-number-input__country-flag {
    bottom: 0px !important;
    left: 10px !important;
}
.amelia-v2-booking #amelia-container .m-phone-number-input__select.m-select .m-input-wrapper-right button svg {
    font-size: 16px !important;
    bottom: -3px !important;
    position: relative !important;
}
.amelia-v2-booking #amelia-container .am-button.am-button--default {
    border-radius: 0 !important;
}
.amelia-v2-booking #amelia-container .am-button-continue span {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-family: 'europa' !important;
}
/*#am-cf-5 .am-fs__info-form__label::after {*/
/*    content: "Bride's Name:";*/
/*    position: relative;*/
/*    display: block;*/
/*    width: auto;*/
/*}*/
/*#am-cf-6 .am-fs__info-form__label::after {*/
/*    content: "Groom's Name:";*/
/*    position: relative;*/
/*    display: block;*/
/*    width: auto;*/
/*}*/
.amelia-v2-booking #amelia-container .am-button.am-button--secondary {
    display: none !important;
}

/* Blog */
/*.blog-posts-inner {*/
/*    max-width: 1200px;*/
/*}*/
.blog .main_banner {
    height: 598px;
}
.blog-bg-pattern {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: -1;
}
.blog .filters-row {
    padding-top: 104.5px;
    padding-bottom: 104.5px;
    overflow: hidden;
}
.blog .controls .btn {
    min-width: 220px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 0;
    border: 1px solid #1C253C;
    margin: 7.5px;
    color: #1C253C;
    text-align: center;
    font-family: Europa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background-color: #fff;
}
.blog .controls .btn.mixitup-control-active {
    background-color: #1C253C;
    color: #fff;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
/*.blog .featured-post {*/
/*    display: flex;*/
/*    clear: both;*/
/*    align-items: flex-end;*/
/*}*/
/*.blog .featured-post .image_wrapper {*/
/*    width: 864px;*/
/*    height: 636px;*/
/*}*/
/*.blog .featured-post .image_wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.blog .featured-post .content_wrapper {*/
/*    background-color: #1F2A45;*/
/*    padding: 0px 132px;*/
/*    min-height: 611px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    color: #fff;*/
/*    justify-content: center;*/
/*    width: 45%;*/
/*}*/
/*.blog .featured-post .content_wrapper .wrapper {*/
/*    max-width: 600px;*/
/*}*/
.blog .hp_double_box h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.blog .hp_double_box h2 .title {
    font-family: Baskerville;
    font-size: 63.305px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.blog .hp_double_box h2 .title {
    margin-right: 20px;
}
.blog .hp_double_box h2 .date {
    font-family: 'europa';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}
.blog .hp_double_box p {
    font-family: 'europa';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog .hp_double_box .category {
    font-family: 'europa';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog .hp_double_box .category h4 {
    color: #fff;
}
.blog .hp_double_box .category .separator {
    margin: 0 5px;
}
.blog .hp_double_box .category .separator:last-of-type {
    display: none;
}
/*.blog .featured-post .content_wrapper .btn {*/
/*    background-color: #BD9D89;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    display: inline-block;*/
/*    padding: 15px 15px;*/
/*    box-sizing: border-box;*/
/*    min-width: 220px;*/
/*    min-height: 50px;*/
/*    text-align: center;*/
/*    align-content: center;*/
/*    align-items: center;*/
/*    align-self: center;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    line-height: 1.5em;*/
/*    transition: all 0.3s ease-out;*/
/*}*/
/*.blog .featured-post .content_wrapper .btn:hover {*/
/*    background-color: #1C253C !important;*/
/*}*/
.blog .mixitup-page-list {
    margin-top: 85px;
}
.blog .mixitup-page-list .mixitup-control {
    border-radius: 0;
    border: none;
    color: rgba(31, 42, 69, 0.30);
    font-family: 'europa';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0 6px;
}
.blog .mixitup-page-list .mixitup-control.mixitup-control-active {
    color: #1F2A45;
    font-family: 'europa';
    font-weight: 700;
}
.blog .mixitup-page-list .mixitup-control.mixitup-control-prev,
.blog .mixitup-page-list .mixitup-control.mixitup-control-next {
    width: 46px;
    height: 46px;
    background-color: #93a396;
    color: #93a396;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
}
.blog .mixitup-page-list .mixitup-control.mixitup-control-prev:before {
    content: '\f060';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: #fff;
	text-indent: 0px;
	position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.blog .mixitup-page-list .mixitup-control.mixitup-control-next {
    margin-right: 0;
    margin-left: 25px;
}
.blog .mixitup-page-list .mixitup-control.mixitup-control-next:before {
    content: '\f061';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: #fff;
	text-indent: 0px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.post.stacked {
    width: calc(33% - 22px);
    display: inline-flex;
    flex-direction: column;
    margin: 24px 12px;
    transition: none;
}
.post.stacked .image_wrapper {
    width: 100%;
    height: 284px;
    position: relative;
}
.post.stacked .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post.stacked .content_wrapper {
    background-color: #F4F4F4;
    /*padding: 30px 32px;*/
    padding: 33px 25px;
}
.post.stacked .content_wrapper .category {
    color: #88988C;
    font-family: 'europa';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    /*margin-bottom: 24px;*/
    margin-bottom: 16px;
}
.post.stacked .content_wrapper .category .separator {
    margin: 0 5px;
}
.post.stacked .content_wrapper .category .separator:last-of-type {
    display: none;
}
.post.stacked .content_wrapper .title {
    color: #000;
    font-family: Baskerville;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.post.stacked .content_wrapper p {
    color: #000;
    font-family: 'europa';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: 0 0 24px;
}
.post.stacked .content_wrapper p.date {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.4px;
}
.post.stacked .content_wrapper .btn {
    background-color: #BD9D89;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px;
    box-sizing: border-box;
    min-width: 220px;
    min-height: 50px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5em;
    transition: all 0.3s ease-out;
}
.post.stacked:hover {
    text-decoration: none;
}
.post.stacked:hover .btn {
    background-color: #93a396;
}

/* Single Blog Page */
.blog, .single-post #container {
    overflow-x: hidden !important;
}
.single-post .main_banner {
     height: 598px;
}
.single-post .intro_row {
     padding: 120px 0 0;
}
.single-post .intro {
    text-align: center;
    position: relative;
    z-index: 2;
}
.single-post .intro .filters {
    margin-bottom: 80px;
}
.single-post .intro .filters .btn {
    margin: 7.5px;
}
.single-post .intro h1,
.single-post .intro h2,
.single-post .intro h3,
.single-post .intro h4,
.single-post .intro h5, 
.single-post .intro h6 {
    color: #000;
    text-align: center;
    font-family: Baskerville;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
}
.single-post .intro .date {
    margin-top: 40px;
    color: #000;
    font-size: 25px;
}
.single-post .single-blog-bg-pattern {
    top: -200px;
}
.single-post .block_text {
    /*padding: 60px 0;*/
    padding: 0 20px;
}
.single-post .block_text h1,
.single-post .block_text h2,
.single-post .block_text h3,
.single-post .block_text h4,
.single-post .block_text h5,
.single-post .block_text h6 {
    font-family: Baskerville;
}
.single-post .block_text h2 {
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 40px;
}
.single-post .block_images {
    width: 100%;
    display: flex;
}
.single-post .block_images img {
    width: 100%;
    height: 502px;
    object-fit: cover;
}
.single-post .block_images.three-images img:nth-of-type(1),
.single-post .block_images.two-images img:nth-of-type(1) {
    width: 50%;
    height: 502px;
    flex-shrink: 0;
}
.single-post .block_images .after-first img {
    width: 100% !important;
    height: 251px !important;
}
.single-post .block_images .after-first img.last-image {
    width: 100% !important;
    height: 502px !important;
}
.single-post .block_3_images_full_width {
    width: 100vw;
    display: flex;
}
.single-post .block_3_images_full_width img {
    width: calc(33% + 6px);
    height: 502px;
    object-fit: cover;
}
.single-post .block_images .after-first img:nth-of-type(2) {
    margin-top: -2px;
}
.single-post .layout_row {
    padding: 75px 0 120px;
    max-width: 682px;
    clear: both;
    left: 50%;
    transform: translateX(-50%);
}
.single-post .latest-posts .post.stacked .content_wrapper {
    background-color: #fff;
}
.single-post .block_spacer.padding-top {
    width: 100%;
    display: block;
    padding-top: 60px;
}
.single-post .block_spacer.padding-top_small {
    width: 100%;
    display: block;
    padding-top: 20px;
}
.single-post .block_spacer.padding-top_large {
    width: 100%;
    display: block;
    padding-top: 80px;
}
@media only screen and (max-width: 1400px) {
    .blog .hp_double_box h2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog .hp_double_box h2 .title {
        font-size: 53.305px;
    }
}
@media only screen and (max-width: 1290px) {
    .post.stacked {
        width: calc(33% - 23px);
    }
}
/************************************************ Smaller screens ************************************************/

@media only screen and (min-width: 2200px) {
#logo {
	width:18%;
}
	
.main_banner {
	height: 85vh;
}

.main_banner.small {
	min-height: 60vh;
}
	
nav#main_nav {
    width: 78%;
    margin: 13px 0 0;
}
	
}

@media only screen and (min-width: 1500px) {
	
nav#main_nav {
    width: 78%;
    margin: 13px 0 0;
}
	
}

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

#hp_slider .slide_text h1 {
    font-size: 65px;
}
	
#hp_slider .slide_text h2, #hp_slider .slide_text h3, #hp_slider .slide_text p{
    font-size: 50px;
}

#hp_slider .slide_text h2,
#hp_slider .slide_text h4 {
    font-size: 45px;
}
	
.intro {
    width: 80%;
}
	
.intro.left {
    padding: 0;
    width: 53%;
}
	
.hp_double_box_item.right {
    padding: 150px 5% 130px;
}
	
h1.section_title.central {
    margin: 0 0 40px;
}
	
.hp_double_box_item h5,
.double_box_item h5 {
    font-size: 50px;
}
	
.double_box_item.right {
    padding: 150px 5% 130px;
}
	
.feature_left {
    width: 50%;
    float: left;
    padding: 80px 0 80px 5%;
}
	
.feature_right {
    min-height: 510px;
}
	
.stat_box {
    width: 38%;
    margin-right: 0;
}
	
.pic_text_section {
    flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 0 50px;
}
	
.pic_text_section.alternate {
	justify-content: flex-start;
}
	
.section_pic {
    order: 1;
    margin-right: -5%;
    width: 90%;
	margin-left: 0;
}
	
.pic_text_section.alternate .section_pic {
    margin-right: 0;
	margin-left: -5%;
}
	
.pic_text_section .section_text,
.pic_text_section.alternate .section_text {
    width: 70%;
    order: 2;
    margin: 40px 10% 0;
}
	
.testimonial_slider.dark .section_text {
    margin-right: 2%;
    margin-left: 5%;
}
	
.cta_box {
    width: 60%;
    margin-left: 0;
}
	
.faq_columns {
    width: 100%;
    margin: 50px auto 0;
}
	
.room_box_text h4 {
    font-size: 30px;
}
	
.facilities_box {
    width: 37%;
    margin-right: 0;
}
	
.back_btn {
    padding: 0 0 60px;
}
	
.contact_left {
    padding: 80px 3%;
    box-sizing: border-box;
    width: 45%;
    margin-left: 0;
}
	
.contact_left h1.large {
    font-size: 36px;
}
	
ul#footer_nav {
    flex-flow: row wrap;
}
	
ul#footer_nav li {
    margin-bottom: 10px;
}
	
.footer_contact_col {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}
	
.fc_left, .fc_right {
    width: 100%;
}
	
.fc_left {
    margin: 0 0 20px;
}
	
.footer_mailing_list {
    width: 55%;
    float: right;
}
	
}

@media only screen and (max-width: 1280px) {
    #logo {
        width: 220px;
    }	
}

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

/*#logo {*/
/*    width: 220px;*/
/*}	*/
	
.top_nav {
    display: none;
}	


.social_top {
    padding:13px 30px 0 18px;
}
	
nav#main_nav {
	display:none;	
}

.menu_btn {
    display: block;
    float: right;
    color: #fff;
    width: 30px;
    margin: 30px 30px 0 0;
    position: relative;
    border-radius: 0;
	z-index:5;
	transition: all 0.3s ease-out;
}
	
header.fixed .menu_btn {
    margin: 29px 0 0 0;
}
	
.menu_btn span {
    width:100%;
	float:left;
	height:2px;
	background:#fff;
	margin: 0 0 6px;
}

.menu_btn span.first {
    width:100%;
}
.menu_btn span.second {
    width:100%;
}
.menu_btn span.third {
    width:70%;
}
	
.sidenav {
	text-align: left;
}
	
.side_contact {
	padding: 40px 10% 60px;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
	
.side_contact p {
	font-size: 17px;
	padding: 0 0 10px;
}
	
.side_contact a {
	color: #93a396;
}

.side_contact a.social_icon {
	font-size: 26px;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: none;
}
	
.side_contact a.social_icon:hover {
	color: #93a396;
	text-decoration: none;
	border-bottom: none;
}
	
.sidenav p.small_top {
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 10% 20px;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
	
.sidenav p.small {
	color: #bd9d89;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

.sidenav ul {
	width:100%;
	float:left;
	padding:0;
	box-sizing:border-box;
	list-style-type:none;
	font-family: calluna, serif;
}

.sidenav ul li {
	float:left;
	width:100%;
	padding: 0 10%;
	box-sizing: border-box;
	white-space: nowrap;
}
	
.sidenav ul li.res_dropdown {
	position: relative;
}
	
.sidenav ul li.res_dropdown a:after {
	position: absolute;
	top: 25%;
	right: 0;
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
}
	
.sidenav ul li.res_dropdown.open_sub a:after {
	content: '\f106';
}
	
.sidenav ul li.res_dropdown ul.sub-menu a:after {
	display:none;
}

.sidenav ul li a {
	font-size:36px;
	line-height:1.3em;
	padding:10px 0;
	color:#121212;
	box-sizing:border-box;
	width:100%;
	float:left;
	font-weight:500;
	position: relative;
}
	
.sidenav ul li.current-item a {
	color:#93a396;
}

.sidenav ul li a .far,
.sidenav ul li a .fas {
	float:right;
	margin:0;
}

.sidenav ul li ul.sub-menu {
	width:100%;
	float:left;
	padding:0 0 10px;
	box-sizing:border-box;
	list-style-type:none;
	display:none;
}
	
.sidenav ul li ul.sub-menu li {
	padding: 0;
	border-left: 1px solid #f4f4f4;
}

.sidenav ul.sub-menu li a {
	padding: 8px 3%;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: normal;
}

.sidenav ul.sub-menu li:last-child {
	border-bottom:none;
}

.sidenav ul.sub-menu li a:hover {
	color:#93a396;
}

.sidenav ul li a:hover {
	color:#93a396;
	text-decoration:none;
}

.sidenav ul li.current-menu-item a,
.sidenav ul li.current-menu-ancestor a {
	color:#bd9d89;
}

.sidenav ul li.current-menu-ancestor ul li a {
	color:#121212;
}

.sidenav ul li.current-menu-ancestor ul li.current_page_item a {
	color:#bd9d89;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position:relative;
	top: 0;
	right: 5%;
	float:right;
	margin: 20px 0 0;
	text-align:center;
	width:auto;
	font-size: 20px;
}

.sidenav .closebtn:hover,
.sidenav .closebtn:hover span,
.sidenav .closebtn span:hover {
	text-decoration: none;
}

.sidenav .closebtn span {
	font-weight:500;
	font-size:36px;
	color:#121212;
}
	
.testimonial_slider.dark .section_text {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
.testimonial_slider.dark .section_pic {
    margin-right: 0;
    width: 70%;
    border: 2px solid #fff;
}
	
.usp_surround.four .usp_box {
    width: 44%;
    margin-bottom: 40px;
	margin-right: 0;
}

/* Blog */
.post.stacked .content_wrapper .category {
    font-size: 16px;
}
.post.stacked .content_wrapper .title {
    font-size: 32px;
}
.post.stacked .content_wrapper p.date {
    font-size: 18px;
}
.blog .controls .btn {
    font-size: 16px;
}
}

@media only screen and (max-width: 1024px) {
    .post.stacked {
        width: calc(50% - 26px);
    }
}


@media only screen and (max-width: 1023px) {
.accomodation-intro-inner img {
    margin-left: 0;
    width: 100%;
}
.tel {
    display: none;
}

.main_banner_content {
    width: 90%;
}
	
.row {
    padding: 60px 5%;
}
	
.experience_text_box {
    padding: 25px 3%;
    width: 100%;
    margin: 0;
    flex-flow: row nowrap;
    position: relative;
    bottom: 0;
}
	
.intro.left {
    padding: 0;
    width: 100%;
    text-align: center;
}
	
.intro.left .button_surround {
    justify-content: center;
}
	
.stat_box {
    width: 100%;
    margin: 60px 0 0;
}

.secondary_button_text {
    flex-flow: row wrap;
}	
	
.secondary_text {
    width: 100%;
    float: left;
}
	
.secondary_button {
    width: auto;
}
	
.section_box_text {
    font-size: 28px;
}
	
.room_box_text h4 {
    font-size: 24px;
    line-height: 1em;
}

.facilities_box {
    width: 100%;
    margin: 30px 0 0;
}
.facilities_box_inner {
    width: 100%;
    float: left;
    padding: 30px 5%;
    box-sizing: border-box;
}	
.facilities_box ul {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    display: flex;
    flex-flow: row wrap;
}	
.facilities_box ul li {
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 20px 5px 0;
    box-sizing: border-box;
}
	
.experience_box {
    margin: 0 2% 2% 0;
}
.experience_text_box {
    padding: 25px 5%;
    width: 100%;
    margin: 0;
    flex-flow: row wrap;
    position: relative;
    bottom: 0;
}
.exp_left {
    width: 100%;
    margin-right: 0;
}
.exp_right {
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: left;
}
.contact_surround {
	flex-wrap: wrap;
	justify-content: center;
}
.contact_left {
    padding: 80px 3%;
	margin: 0 0 50px;
    box-sizing: border-box;
    width: 80%;
    margin-left: 0;
}
.contact_right {
    box-sizing: border-box;
    width: 80%;
}
	
footer {
	background-size:cover;
}
	
footer h5 {
    text-align: center;
}
	
.footer_contact {
    width: 100%;
    float: left;
    text-align: center;
}
	
.footer_mailing_list {
    width: 100%;
    float: right;
    text-align: center;
    margin: 50px 0 0;
    border-top: 1px solid #435177;
    padding: 30px 0 0;
}

/* Blog */
.post.stacked {
    width: calc(50% - 26px);
}
}
@media only screen and (max-width: 685px) {
    .single-post .block_images {
        flex-direction: column;
    }
    .single-post .block_images.one-image img {
        height: auto;
    }
    .single-post .block_images.three-images img,
    .single-post .block_images.two-images img {
        height: auto !important;
        width: 100% !important;
        padding: 5px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .single-post .block_3_images_full_width {
        width: 100%;
        flex-direction: column;
    }
    .single-post .block_3_images_full_width img {
        width: 100%;
        height: auto;
        padding: 5px 0;
    }
}


/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {
/* Blog */
.post.stacked {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.blog .hp_double_box h2 .title {
    font-size: 43.305px;
}
.blog .filters-row {
    padding-top: 65.5px;
    padding-bottom: 65.5px;
}
.post.stacked .content_wrapper .title {
    font-size: 26px;
}
.blog .hp_double_box .category {
    margin-bottom: 10px;
}

.footer_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
	
ul#footer_nav {
    width: 100%;
    float: left;
    display: flex;
    text-align: center;
}
	
ul#footer_nav li {
    margin-bottom: 15px;
    width: 50%;
    margin: 0 0 15px;
}
	
.copyright {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
}
	
.footer_logos {
    margin: 30px 0;
}

}

@media handheld, only screen and (max-width: 600px) {
    /* Blog */
    .blog .hp_double_box_item.right {
        padding: 50px 9% 50px;
    }
    .blog .hp_double_box h2 .title {
        font-size: 36.305px;
    }

#logo {
    width: 52%;
    float: left;
    padding: 15px 0;
}

.social_top {
    float: left;
    padding: 37px 30px 0 20px;
}
	
.social_top ul li:nth-child(3) {
    display:none;
}
	
.social_top ul li:nth-child(4) {
    display:none;
}

.menu_btn {
    margin: 53px 0 0;
}
	
header.fixed .menu_btn {
    margin: 29px 0 0 0;
}

.menu_btn span {
    background: #fff;
    border-bottom: none;
}
	
.sidenav p.small_top {
    color: #bd9d89;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10% 20px;
}
	
.sidenav p.small {
    font-size: 12px;
}

.sidenav::before {
    width: 5px;
}
.sidenav ul li {
    padding: 0 10%;
}
.sidenav ul li a {
    font-size: 22px;
}
.sidenav ul.sub-menu li a {
	font-size: 17px;
    padding: 8px 8%;
}
iframe {
	width:100%!important;
	min-height: 250px;
}
#hp_slider {
    height: 600px;
}
#hp_slider .slide {
    height: 600px;
}
.main_banner {
    height: 500px;
}

p {
	font-size: 18px;
}

.row.less {
    padding: 0 5%;
}
.row.nopadd {
    padding: 0 0 30px;
}
	
#hp_slider .slide_text h2, #hp_slider .slide_text h3, #hp_slider .slide_text p {
    font-size: 32px;
}
#hp_slider .slide_text h1 {
    font-size: 42px;
}
#hp_slider .slide_text h4, 
#hp_slider .slide_text h2 {
    font-size: 24px;
    color: #e8e8e8;
    margin: 0;
    line-height: 1.3em;
}
	
#hp_slider .slide_text {
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: 100px;
}
#hp_slider .slide_text a {
    font-size: 19px;
}

.main_banner_content h2 {
    font-size: 36px;
}
	
.intro {
    width: 100%;
}
.intro_double {
    width: 100%;
    float: left;
    column-count: 1;
    column-gap: 8%;
    text-align: center;
    margin: 0 0 25px;
    padding:0 ;
    box-sizing: border-box;
}
.intro h1 {
    font-size: 24px;
}
.intro h3 {
    font-size: 13px;
}
.intro p {
    font-size: 18px;
}
.button_surround a.btn:nth-child(2n) {
    margin-left: 0;
}

.usp_surround {
    display: flex;
    width: 100%;
    padding: 60px 0 0;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.usp_box {
    margin: 0 0 20px 14%;
	width:100%;
}
.usp_icon {
    width: 30%;
}
.usp_surround.four {
    padding:60px 0 0;
}
.usp_surround.four .usp_box {
    width: 100%;
    margin-bottom: 20px;
}
.usp_text {
    width:60%;
}
.usp_text strong {
    font-size: 30px;
    font-weight: normal;
}
	
.hp_double_box {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 0 1px;
}	
.hp_double_box_item {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.hp_double_box_item.left {
    background-size: cover !important;
    margin: 0;
    height: 300px;
}
.hp_double_box_item.right {
    padding: 50px 10% 50px;
}
	
.section_box,
.section_box:nth-child(2n) {
    width: 100%;
    margin: 0 0 20px 0;
}
	
.feature_row {
    width: 100%;
    float: left;
    position: relative;
    background: #93a396;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    margin: 0 0 1px;
    flex-flow: wrap;
}	
.feature_left {
    width: 100%;
    float: left;
    padding: 0 5% 50px;
	order: 2;
}
.feature_row h5 {
    font-size: 40px;
}
.feature_row p {
    font-size: 18px;
}
.feature_right {
    min-height: 330px;
    width: 100%;
	order: 1;
}
.feature_right::before {
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(147,163,150,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(147,163,150,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(147,163,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#93a396',GradientType=0 );
}

.pic_text_section.border::before {
    width: 110%;
    margin: 0 0 0 -5%;
}
.pic_text_section.border {
    padding: 30px 0;
}
.section_pic {
    order: 1;
    width: 100%;
    margin-left: 0;
}
.pic_text_section.border .section_pic {
    margin-right: 0;
}
.pic_text_section .section_text, .pic_text_section.alternate .section_text {
    width: 100%;
    order: 2;
    margin: 40px 7% 0;
}
.section_text h1, .section_text h2, .section_text h3  {
    font-size: 28px;
    font-family: calluna, serif;
}
.section_text h4,	
.section_text h5 {
    font-size: 20px;
}
	
ul.box_list li,
ul.box_list li:nth-child(3n){
    width: 49%;
    margin: 0 1% 1.3% 0;
}
ul.box_list li:nth-child(2n) {
    margin-right:0;
}

ul.box_list.full li,
ul.box_list.full li:nth-child(2n),
ul.box_list.full li:nth-child(3n){
    width: 100%;
    margin: 0 0 1.3% 0;
}
	
.double_box_item h4 {
    font-size: 13px;
}
.hp_double_box_item h5, .double_box_item h5 {
    font-size: 36px;
}
.double_box {
    flex-flow: row wrap;
}
.double_box_item {
    width: 100%;
    box-sizing: border-box;
}
.double_box_item.left {
   	order:2
}
.double_box_item.right {
    padding: 50px 10%;
	order: 1;
}
.bottom_image_list img {
    width: 49.7%;
    box-sizing: border-box;
    margin: 0 0.5% 0.5% 0;
}
.bottom_image_list img:nth-child(2n) {
    margin: 0 0 0.5% 0;
}
	
.cta_box {
    width: 100%;
    margin-left: 0;
}

.cta_box h4 {
    font-size: 13px;
}
.cta_box h5 {
    font-size: 36px;
}
	
h1.section_title em {
    font-size: 40px;
}
h1.section_title {
    font-size: 32px;
    margin: 0 0 30px;
}
h1.section_title.central {
    margin: 0 0 40px;
    font-size: 28px;
}
	
.faq_columns {
    width: 100%;
    margin: 30px 0 0;
	float: left;
}
.faq_col,
.faq_col:nth-child(2n) {
    width: 100%;
    float: left;
    margin: 0;
}
	
.experience_box {
    margin: 0 0 20px 0;
    width: 100%;
}
.sold_out {
    font-size: 16px;
}
.back_btn {
    padding: 0 0 60px;
    text-align: center;
}
	
.facilities_box_inner {
    width: 100%;
    float: left;
    padding: 30px 5%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}
.facilities_box ul li {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}
	
.contact_left {
    padding: 50px 3%;
    margin: 0 0 30px;
    width: 100%;
}
.contact_right {
    box-sizing: border-box;
    width: 100%;
    /*padding: 30px 5%;*/
    padding: 30px 5% 20px 5%;
}
#mapholder {
    height: 400px;
    border: none;
}
	
.rooms_column {
    width: 100%;
    float: left;
}
.room_box_text h4 {
    font-size: 32px;
    line-height: 1.3em;
}

.mailing_surround {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
}
.mailing_surround button {
    width: 100%;
}
.mailing_surround button:hover {
    width: 100%;
}
.mailing_surround input {
    width: 100%;
    margin: 0 0 15px;
	text-align: center;
	padding: 15px 0;
	height: auto;
}
	
ul#footer_nav li {
    width: 100%;
}
}

@media handheld, only screen and (max-width: 350px) {
#logo {
    width: 49%;
    float: left;
    padding: 15px 0;
}
.menu_btn {
    margin: 42px 0 0;
}
.top_area {
    margin: 4px 0 0;
}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}

/* #tribe-block-tickets-item-2560,
#tribe-block-tickets-item-2599 {
    opacity: .3;
    pointer-events: none;
} */


.single-product .product_title {
    display: none;
}
.single-product .variations_form, 
.single-product .cart {
    width: 100%;
    text-align: left;
}
.single-product .variations_form table, 
.single-product .cart table {
    width: 100%;
    font-size: 16px;
}
.single-product .variations_form table td select {
    font-size: 16px;
}
.single-product .variations_form table td.value {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.single-product .cart .quantity {
    text-align: right;
    margin: 20px 0;
    font-size: 16px;
}
.single-product .cart .quantity .qty {
    font-size: 16px;
}
.single-product .product_meta {
    display: none;
}
.single-product .woocommerce-variation-add-to-cart {
    text-align: right;
}
#customer_note {
    width: 100%;
    font-size: 16px;
}