/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 6.4.B
License: Copyright 2019 Ultra Design Agency
*/

/* CSS RESET 
--------------------------------------------------- */
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;
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
/* FONTS

------------------------------------------------------*/
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic, i, em {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
strong, .bold {
    font-weight: 700;
}
.white {
    color: rgba(255,255,255,1);
}
.stroke {
    -webkit-text-stroke-width: .4px;
}
.tan {
    color: rgba(14,238,229,1);
}
.gold {
    color: rgba(160,140,95,1);
}
.silver {
    color: rgba(210,210,210,1);
}
.black {
    color: rgba(0,0,0,1);
}
/* BASIC STRUCTURE 
------------------------------------------------------*/
html {
    background-color: rgba(244, 243, 241,1);
}
html, body {
    margin: 0;
    padding: 0;
}
body {
    background-image: url(images/geo-bg.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top center;
    color: #000;
    font-size: 15px;
    letter-spacing: .2px;
    animation: fadeIn 1.5s linear;
    line-height: 180%;
    font-family: 'News Cycle', sans-serif;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#container {
    position: relative;
    padding: 100px 0 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
a:hover {
    text-decoration: none;
    cursor: pointer
}
img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
h1 {
    font-size: 250%;
    line-height: 125%;
    margin: 0 0 15px;
}
h2 {
    font-size: 195%;
    line-height: 125%;
    margin: 0 0 15px;
}
h3 {
    font-size: 165%;
    line-height: 125%;
    margin: 0 0 15px;
}
h4 {
    font-size: 130%;
    line-height: 125%;
    margin: 0 0 15px;
}
h5 {
    font-size: 115%;
    line-height: 125%;
    margin: 0 0 15px;
}
p {
    margin: 0 0 15px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
#container img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.scroll {
    background-attachment: fixed
}
.desktop {
    display: block
}
.mobile {
    display: none
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
body img.gform_ajax_spinner {
    display: none!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fourteen-hundred {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    padding: 0 5%;
}
.one-thousand {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    padding: 0 5%;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.flex-grow {
    flex-direction: row;
    display: flex;
}
.flex-grow > li {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* HEADER 
------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 850;
    width: 100%;
    font-size: 12px;
}
.top-header {
    padding: 0 0 0 2%;
    width: 98%;
    flex-direction: row;
    display: flex;
    height: 61px;
}
.top-header > li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.book-now {
    max-width: 150px;
    line-height: 120%;
}
.book-now i {
    font-size: 20px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.book-now a {
    display: block;
    background-color: rgba(160,140,95,1);
    color: rgba(255,255,255,1);
    padding: 24px 5px;
    transition: all .4s ease;
}
.book-now a:hover {
    background-color: rgba(0,0,0,1);
}
.directly {
    font-size: 11px;
    max-width: 200px;
    line-height: 130%;
    position: relative;
	display: none !important;
}
.direct {
    color: rgba(160,140,95,1);
    transition: all .4s ease;
}
.direct:hover {
    color: rgba(0,0,0,1);
}
.directly-i {
    flex-direction: row;
    display: flex;
    padding: 0 0 0 10px;
}
.directly-i > li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 5px;
}
.directly i {
    font-size: 20px;
}
.directly .lineup {
    position: absolute;
    opacity: 0;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(160,140,95,1);
    color: rgba(255,255,255,1);
    width: 80%;
    text-align: center;
    padding: 5%;
    transition: all .4s ease;
}
.directly:hover .lineup {
    opacity: 1;
}
.directly .lineup:hover {
    background: rgba(0,0,0,1);
}
.directly .lineup:before {
    content: '';
    background-image: url(images/directly-gold.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 5px;
    width: 10px;
    transform: translate(-50%, 0);
    left: 50%;
    top: -15%;
    transition: all .4s ease;
    position: absolute;
}
.directly .lineup:hover:before {
    background-image: url(images/directly-black.png);
}
.sign-up {
    max-width: 100px;
}
.sign-up i {
    font-size: 20px;
}
.sign-up a {
    color: rgba(160,140,95,1);
    transition: all .4s ease;
}
.sign-up a:hover {
    color: rgba(0,0,0,1);
}
.sign-up-i {
    flex-direction: row;
    display: flex;
   /* border-right: 1px solid rgba(184,184,184,1); */
    padding: 0 10px 0 0;
}
.sign-up-i > li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 5px;
}
.sign-up i {
    font-size: 20px;
}
#header-logo {
    height: 40px;
}
#menu-top-header-menu {
    text-transform: uppercase;
    flex-direction: row;
    display: flex;
	font-size: 13px;
}
#menu-top-header-menu a {
    color: rgba(0,0,0,1);
    transition: all .4s ease;
}
#menu-top-header-menu a:hover {
    color: rgba(160,140,95,1);
}
#menu-top-header-menu > li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px 0 0;
    padding: 0 10px;
    position: relative;
}
#menu-top-header-menu > li:last-child {
	margin: 0;
}
#menu-top-header-menu > li > ul {
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 20px;
    padding: 20px;
    transition: all .4s ease;
    z-index: 859;
    width: auto;
    white-space: nowrap;
}
#menu-top-header-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
#menu-top-header-menu > li > a {
    display: block;
}
#menu-top-header-menu .menu-item-has-children > a::after {
    content: '';
    background-image: url(images/angle-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 5px;
    width: 9px;
    position: absolute;
    right: -5px;
    top: 12px;
    color: rgba(160,140,95,1);
    transition: all .4s ease;
}
#menu-top-header-menu .menu-item-has-children:hover > a::after {
    content: '';
    background-image: url(images/angle-up.png);
}
#menu-top-header-menu > li ul li {
    width: 100%;
    line-height: 150%;
    margin: 0 0 6px;
}
.bottom-header {
    background-color: rgba(239,239,239,1);
	font-size: 13px;
}
#menu-bottom-header-menu {
    display: flex;
    justify-content: center;
}
#menu-bottom-header-menu > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    border-top: 3px solid rgba(184,184,184,1);
    padding: 12px 20px;
    transition: all .4s ease;
	font-size: 14px;
}
#menu-bottom-header-menu > li:after {
    content: '|';
    position: relative;
    color: rgba(184,184,184,1);
    font-size: 25px;
    left: 25px;
    top: 2px;
    line-height: 0;
}
#menu-bottom-header-menu > li:last-child::after {
    display: none;
}
#menu-bottom-header-menu > li:hover {
    border-top: 3px solid rgba(160,140,95,1);
}
#menu-bottom-header-menu > li a {
    color: rgba(0,0,0,1);
    transition: all .4s ease;
}
#menu-bottom-header-menu > li:hover a {
    color: rgba(160,140,95,1);
}
.no-click a {
    cursor: inherit;
    margin: 0 0 10px;
    display: block;
}
/*MOBILE MENU
-------------------------------------------------------*/
.c-hamburger {
    display: block;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    right: 10px;
    z-index: 899;
    top: 15px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    left: 2px;
    right: 2px;
    height: 2px;
    background-color: rgba(160,140,95,1);
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(160,140,95,1);
    content: "";
}
.c-hamburger span::before {
    top: -6px;
}
.c-hamburger span::after {
    bottom: -6px;
}
.c-hamburger--htx {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.c-hamburger span::before {
    top: -6px;
    width: 100%;
    left: 0;
    transition: all .2s ease;
}
.c-hamburger:hover span::before {
    width: 50%;
    left: 25%;
}
.c-hamburger span::after {
    top: 6px;
    width: 100%;
    left: 0;
    transition: all .2s ease;
}
.c-hamburger:hover span::after {
    width: 50%;
    left: 25%;
}
.c-hamburger--htx.is-active {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    left: 0;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0;
    top: 0;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
#content-inner {
    z-index: 100000;
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 340px;
    top: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: rgba(255,255,255,1);
}
.menu-content {
    margin: 0 15%;
    width: 70%;
}
.menu-content #logo {
    height: 30px;
    margin: 18px 0 0;
}
#menu-mobile-menu {
    font-size: 18px;
    margin: 25px 0 0;
}
#menu-mobile-menu li {
    position: relative;
    margin: 0 0 6px;
}
#menu-mobile-menu .menu-item-has-children > a::after {
    content: '';
    background-image: url(images/angle-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 7px;
    width: 12px;
    position: absolute;
    left: -10%;
    top: 8px;
    color: rgba(160,140,95,1);
    transition: all .4s ease;
}
#menu-mobile-menu .sub-menu {
    padding: 5px 0 5px 10px;
    border-top: 1px solid rgba(160,140,95,1);
    border-bottom: 1px solid rgba(160,140,95,1);
    margin: 0 0 5px;
}
.clicks a {
    display: block;
    margin: 0 15% 5px;
    padding: 10px 0 !important;
}
.mobile-address {
    font-size: 11px;
    padding: 0 5% 10px;
}
.mobile .solid-button {
    margin: 15px 0 0 !important;
}
/* CONTENT
------------------------------------------------------*/
.outline-button {
    margin: 30px 0 0;
}
.outline-button a {
    background-color: rgba(160,140,95,0);
    border: 1px solid rgba(160,140,95,1);
    color: rgba(160,140,95,1);
    padding: 5px 20px;
    transition: all .4s ease;
    line-height: 100%;
}
.outline-button a:hover {
    background-color: rgba(160,140,95,1);
    color: rgba(255,255,255,1);
}
.outline-white-button {
    margin: 30px 0 0;
}
.outline-white-button a {
    background-color: rgba(160,140,95,0);
    border: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    padding: 5px 20px;
    transition: all .4s ease;
    line-height: 100%;
}
.outline-white-button a:hover {
    background-color: rgba(255,255,255,1);
    color: rgba(160,140,95,1);
}
.solid-button {
    margin: 30px 0 0;
}
.solid-button a, .signup-button {
    background-color: rgba(160,140,95,1);
    border: 1px solid rgba(160,140,95,1);
    color: rgba(255,255,255,1);
    padding: 5px 20px;
    transition: all .4s ease;
    line-height: 100%;
}
.solid-button a:hover, .signup-button:hover {
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(10,0,0,1);
}
.menu1 {
    position: fixed;
    background-color: rgba(255, 255, 255,.85);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 320px;
    right: 0;
    padding: 40px 15px 20px;
    transform: translateY(-50%);
    z-index: 900;
    font-size: 75%;
    line-height: 100%;
}
#menu-center ul li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0 10px 5px 0;
    display: block;
    text-transform: uppercase;
    text-align: right;
    border-right: 2px solid rgba(0,0,0,1);
    line-height: 100%;
    font-weight: 700;
}
#menu-center ul li a {
    position: relative;
    top: -11px;
    transition: all .4s ease;
}
#menu-center ul li a:hover {
    color: rgba(160,140,95,1);
}
#menu-center ul li a i {
    position: relative;
    font-size: 5px;
    left: 14px;
    top: -3px
}
.active {
    color: rgba(160,140,95,1);
}
::-webkit-input-placeholder {
 color: rgba(0,0,0,1);
 opacity: 1;
}
::-moz-placeholder {
 color: rgba(0,0,0,1);
 opacity: 1;
}
:-ms-input-placeholder {
 color: rgba(0,0,0,1);
 opacity: 1;
}
:-moz-placeholder {
 color: rgba(0,0,0,1);
 opacity: 1;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner .bg-opacity {
    background-color: rgba(0,0,0,.4);
    padding: 15% 0 10%;
}
.page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner .banner-inner {
    background-color: rgba(255,255,255,.9);
    padding: 20px 30px 30px;
    max-width: 40%;
    margin: 0 0 20px;
    border-left: 10px solid rgba(160,140,95,1);
}
.page-banner .bg-opacity {
    background-color: rgba(0,0,0,.4);
}
.page-banner .banner-inner {
    max-width: 800px;
    padding: 12% 5% 10%;
    margin: 0 auto;
    width: 90%;
}
.booking-widget {
    position: absolute;
    transition: all 6s ease;
    z-index: 800;
    left: 0;
    font-size: 13px;
    top: 102px;
	background-color: rgba(255,255,255,1);
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 !important;
}
.booking-widget .screen-reader-text {
    display: none;
}
.booking-widget .gform_body {
    border-bottom: 1px solid rgba(225,225,225,1);
}
.home-page #section-2 {
    padding: 5% 0;
}
.home-page #section-2 .flex-grow > li:nth-child(1) {
    width: 55%;
    padding: 20% 0;
    position: relative;
}
.home-page #section-2 .flex-grow > li:nth-child(2) {
    width: 40%;
    padding: 0 0 0 5%;
    text-align: left;
}
.home-page .section-image-l {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-page #section-2 .line {
    position: absolute;
    border: 1px solid rgba(160,140,95,1);
    width: 100%;
    padding: 36% 0;
    top: -15px;
    left: 15px;
}
.home-page .bg-image-l {
    width: 100%;
    padding: 22% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.home-page .bg-image-l .inner {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background-color: rgba(255,255,255,.9);
    padding: 20px 30px 30px;
    max-width: 40%;
    border-left: 10px solid rgba(160,140,95,1);
}
.home-page #section-2, .home-page #section-3, .home-page #section-4, .home-page #section-5 {
    padding: 12% 0 0;
	margin: -7% 0 5%;
}


.home-page #section-trees {
    padding: 12% 0 0;
	margin: -7% 0 5%;
}
.trees {
	text-align: left;
}
.trees li:nth-child(1) {
    width: 40%;
    padding: 0 5% 0 0;
    text-align: left;
}
.trees li:nth-child(2) {
    width: 55%;
    padding: 20% 0;
    position: relative;
}
#section-trees .line {
    position: absolute;
    border: 1px solid rgba(160,140,95,1);
    width: 100%;
    padding: 36% 0;
    top: -15px;
    right: 15px;
}
.trees-module {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  padding: 3% 10%;
  min-width: 40%;
  background-color: rgba(0,0,0,.7);
  box-shadow: 10px 10px 0 0 rgba(187,225,71,.7);
}
.trees-module h1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 4px;
  margin: 0 0 10px;
}
.trees-module h4 {
  letter-spacing: 5px;
  margin: 0;
}

.home-page #section-4 .flex-grow > li:nth-child(1) {
    width: 40%;
    padding: 0 5% 0 0;
    text-align: left;
}
.home-page #section-4 .flex-grow > li:nth-child(2) {
    width: 55%;
    padding: 20% 0;
    position: relative;
}
.home-page .section-image-r {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-page #section-4 .line {
    position: absolute;
    border: 1px solid rgba(160,140,95,1);
    width: 100%;
    padding: 36% 0;
    top: -15px;
    right: 15px;
}
.home-page .bg-image-r {
    width: 100%;
    padding: 22% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.home-page .bg-image-r .inner {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background-color: rgba(255,255,255,.9);
    padding: 20px 30px 30px;
    max-width: 40%;
    border-left: 10px solid rgba(160,140,95,1);
}
.gform_wrapper {
    margin: 0 !important;
}
.gform_wrapper form.gf_simple_horizontal {
    width: calc(100% - 0px) !important;
}
#gform_fields_1 > li {
    text-align: center;
    font-weight: 700;
    background: rgba(255,255,255,1);
}
#gform_1 .gform_body input, #gform_1 .gform_body .gfield_select {
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 40px;
}
.booking-widget .gfield select {
    margin: 0px;
    height: 20px;
    width: 100%;
    padding: 0px !important;
    color: #000 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url('images/carat-down.png') no-repeat 66% 50%;
    background-size: auto;
    background-size: 10px 6px;
    position: relative;
    top: -2px;
}
#field_1_6 i {
    font-size: 16px;
    color: rgba(160,140,95,1);
    position: relative;
    top: 1px;
    padding: 0 0 0 25px;
    left: -5px;
}
#field_1_7 img, #field_1_8 img {
    max-width: 100% !important;
    width: 10px !important;
    height: 6px !important;
    position: relative;
    top: -4px;
}
body .booking-widget .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
#field_1_1, #field_1_2 {
    padding-right: 0 !important;
}
#field_1_6, #field_1_9, #field_1_10, #field_1_11 {
    padding-right: 5px !important;
    padding-bottom: 4px;
}
#input_1_1 {
    font-weight: 700;
    position: relative;
    top: -8px;
    width: 78px !important;
}
#input_1_2 {
    font-weight: 700;
    position: relative;
    top: -8px;
}
#gform_submit_button_1 {
    display: block;
    background-color: rgba(160,140,95,1);
    color: rgba(255,255,255,1);
    padding: 15.5px 30px;
    transition: all .4s ease;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
	position: relative;
	left: 1px;
}
#gform_submit_button_1:hover {
    background-color: rgba(0,0,0,1);
}
.validation_error {
    display: none;
}
.ui-datepicker-header {
    background-color: rgba(255,255,255,1) !important;
}
.ui-datepicker-title select {
    margin: 0px;
    height: 20px;
    width: 30%;
    display: inline;
    padding: 0px !important;
    color: #000 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url('images/carat-down.png') no-repeat 66% 50%;
    background-size: auto;
    background-size: 10px 6px;
    border: none;
}
.ui-datepicker-calendar .ui-state-active {
    background: rgba(160,140,95,.4) !important;
    border: 1px solid rgba(160,140,95,1) !important;
}
.contact-page {
    padding: 80px 0 0;
}
.contact-page > #section-1 {
    padding: 2.5% 0 0;
}
.contact-page > #section-1 > div > ul {
    position: relative;
}
.contact-page > #section-1 > div > ul > li:nth-child(1) {
    background-color: rgba(160,140,95,1);
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding: 5% 8% 5% 5%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.contact-page > #section-1 > div > ul > li:nth-child(2) {
    background-color: rgba(255,255,255,1);
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    padding: 4% 5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.contact-information-loop {
    margin: 25px 0 0;
}
.contact-information-loop li {
    display: block;
    vertical-align: top;
    margin: 0 0 15px;
}
.contact-information-loop li i {
    font-size: 150%;
    position: relative;
    top: 3px;
}
.contact-information-loop li .cil-contact {
    margin: 0 0 0 10px;
}
.contact-information-loop li a {
    color: rgba(160,140,95,1);
    transition: color .4s ease;
}
.contact-information-loop li a:hover {
    color: rgba(0,0,0,1);
}
#gform_wrapper_2 .gfield_label {
    color: rgba(255,255,255,1);
    font-weight: 400 !important;
}
#gform_wrapper_2 .gfield_required {
    color: rgba(255,255,255,1) !important;
}
#gform_wrapper_2 .ginput_container {
    margin: 4px 0 0 !important;
}
#gform_wrapper_2 .gfield {
    margin-top: 10px !important;
}
#gfield_description_2_6 {
    color: rgba(255,255,255,1);
    font-size: inherit !important;
    position: relative;
    top: 20px;
}
#gform_wrapper_2 .gform_footer {
    text-align: right;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
#gform_submit_button_2 {
    background-image: url(images/send.png);
    background-color: rgba(0,0,0,1);
    background-position: 38px center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    padding: 5px 40px 5px 65px;
    color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,1);
    text-transform: uppercase;
    cursor: pointer;
    font-size: 80%;
    transition: all .4s ease;
    position: relative;
    right: 0;
    top: -10px;
}
#gform_submit_button_2:hover {
    background-color: rgba(160,140,95,1);
    border: 1px solid rgba(255,255,255,1);
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: rgb(255, 255, 255) !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}
#gform_wrapper_2 .validation_message {
    color: rgba(255,255,255,1);
    font-weight: 400 !important;
    letter-spacing: inherit !important;
}
.contact-page > #section-2 > div > ul {
    padding: 5% 0 8%;
    position: relative;
}
.contact-page > #section-2 > div > ul > li:nth-child(1) {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.contact-page > #section-2 > div > ul > li:nth-child(2) {
    background-color: rgba(255,255,255,1);
    width: 34%;
    display: inline-block;
    vertical-align: middle;
    padding: 4% 5%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.maps-directions-loop li .title {
    margin: 0 0 4px;
}
.attractions-filter {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding: 2.5% 5% 4%;
}
.attractions-filter label {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 80%;
    margin: 0 2px 8px;
    line-height: 130%;
}
.attractions-filter > input {
    visibility: hidden;
    position: absolute;
}
.attractions-filter label {
    cursor: pointer;
    display: block;
    position: relative;
    background-color: rgba(160,140,95,0);
    border: 1px solid rgba(160,140,95,1);
    color: rgba(160,140,95,1);
    padding: 4px 14px;
    transition: all .4s ease;
}
.attractions-filter label:hover {
    background-color: rgba(160,140,95,1);
    color: rgba(255,255,255,1);
}
.attractions-filter input[type="radio"]:checked+label {
    background-color: rgba(160,140,95,1) !important;
    color: rgba(255,255,255,1) !important;
}
.attractions-filter-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.attractions-filter-loop a li {
    text-align: center;
    display: inline-block;
    font-size: 80%;
    margin: 0 7px 15px;
    width: 250px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.attractions-filter-loop a li .main-image {
    width: 100%;
    padding: 40% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .4s ease;
}
.attractions-filter-loop a:hover li .main-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.attractions-filter-loop a li .main-title {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    width: 90%;
    overflow: hidden;
    padding: 10px 5%;
    transition: all .4s ease;
}
.attractions-filter-loop a:hover li .main-title {
    color: rgba(160,140,95,1);
}
.fancypop {
    padding: 60px 60px 40px;
    background-color: rgba(255,255,255,1);
}
.fancypop .copy a {
    color: rgba(160,140,95,1);
    text-decoration: underline;
    transition: color .4 ease;
}
.fancypop .copy a:hover {
    color: rgba(0,0,0,1);
}
.fancypop img {
    margin: 10px 0 20px;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 240px!important;
}
.nearby-attractions-loop {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
    max-width: 1000px;
    margin: 5% auto;
}
.nearby-attractions-loop li {
    font-size: 85%;
    border-bottom: 1px solid rgba(160,140,95,1);
    padding: 6px 0;
}
.neighborhood-page #section-2 {
    padding: 2.5% 0 0;
}
.neighborhood-page #section-2 .copy {
    padding: 0 5%;
}
.neighborhood-page .bg-image-r {
    width: 100%;
    padding: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.neighborhood-page .bg-image-r .inner {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background-color: rgba(255,255,255,.9);
    padding: 20px 30px 30px;
    max-width: 50%;
    border-left: 10px solid rgba(160,140,95,1);
}
.arrow-down i {
    font-size: 40px;
}
.neighborhood-page #section-4 {
    padding: 2% 0 4%;
}
.neighborhood-hotspots-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% 0 0;
}
.neighborhood-hotspots-loop li {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2%;
}
.hostpot-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 49% 0;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.neighborhood-hotspots-loop li .inner {
    background-color: rgba(255,255,255,1);
    width: 80%;
    margin: 0 auto;
    padding: 8% 5% 10%;
    position: relative;
    top: -10%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.neighborhood-hotspots-loop li .inner .copy {
    font-size: 90%;
    line-height: 150%;
}
.neighborhood-hotspots-loop li .inner a {
    font-size: 90%;
}
.our-story-page {
    padding: 0 0 5%;
}
.our-story-page #section-2 div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% auto;
}
.our-story-page #section-2 div > ul > li:nth-child(1) {
    width: 50%;
    padding: 0 5% 5% 0;
    display: inline-block;
    vertical-align: top;
}
.our-story-page #section-2 div > ul > li:nth-child(1) .story-image {
    width: 100%;
    padding: 25% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 2.5%;
}
.our-story-page #section-2 div > ul > li:nth-child(2) {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-story-page #section-3 .bg-image-os {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.our-story-page #section-3 .inner {
    padding: 17% 10%;
    width: 80%;
    background-color: rgba(0,0,0,.5);
}
.our-story-page #section-4 div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% auto;
}
.our-story-page #section-4 div > ul > li:nth-child(1) {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-story-page #section-4 div > ul > li:nth-child(2) {
    width: 50%;
    padding: 0 0 0 5%;
    display: inline-block;
    vertical-align: top;
}
.our-story-page #section-4 div > ul > li:nth-child(2) .story-image {
    width: 100%;
    padding: 25% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5% 0 0;
}
.blog-banner {
    width: 100%;
    padding: 17% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-single-ul {
    max-width: 1000px;
    margin: -50px auto 5%;
}
.blog-single-ul > li:nth-child(1) {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255,255,255,1);
    padding: 5%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.blog-single-ul > li:nth-child(2) {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 5% 5%;
    margin: 50px 0 5% 3%;
    background-color: rgba(248,248,248,1);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.line-through {
    line-height: 0;
    border-bottom: 1px solid rgba(160,140,95,1);
    width: 100%;
    margin: 30px 0 30px;
    font-size: 90%;
}
.line-through span {
    padding: 0 8px;
    background-color: rgba(248,248,248,1);
}
.meta {
    font-size: 70%;
}
.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5 {
    color: rgba(160,140,95,1);
    text-transform: capitalize;
}
.blog-single .copy > ul {
	list-style: disc;
	margin: 15px 0 0 15px;
	display: list-item;
}
.blog-single .copy > ul > li {

	margin: 0 0 2px;
	padding: 0 0 0 4px;
}
.blog-single .copy > ol {
	list-style: decimal;
	margin: 15px 0 0 15px;
	display: list-item;
}
.blog-single .copy > ol > li {

	margin: 0 0 2px;
	padding: 0 0 0 4px;
}
.blog-single .copy a {
	color: rgba(160,140,95,1);
	transition: all .4s ease;
	text-decoration: underline;
}
.blog-single .copy a:hover {
	color: rgba(0,0,0,1);
}
.related-posts > .related-posts-loop {
    width: 100%;
}
.related-posts > .related-posts-loop a {
    color: rgba(160,140,95,1);
    transition: color .4s ease;
    cursor: pointer;
}
.related-posts > .related-posts-loop a:hover {
    color: rgba(0,0,0,1);
}
.related-posts-loop > a > li {
    background-color: rgba(255,255,255,1);
    display: block;
    margin: 0 0 5%;
}
.rp-inner {
    width: 100%;
    background: rgba(255,255,255,1);
}
.related-posts-loop > a > li .rp-inner > li:nth-child(1) {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .4s ease;
	padding: 15% 0;
}
.related-posts-loop > a:hover > li .rp-inner > li:nth-child(1) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.related-posts-loop > a > li .rp-inner > li:nth-child(2) {
    width: 57%;
    padding: 8px 5% 5px 5%;
    display: inline-block;
    vertical-align: middle;
}
.pt {
    font-size: 90%;
    line-height: 120%;
}
.blog-categories-loop li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(225,225,225,1);
    padding: 5px 0;
}
.blog-categories-loop li:first-child {
    border-top: 1px solid rgba(225,225,225,1);
}
.blog-categories-loop li a {
    color: rgba(160,140,95,1);
    transition: color .4s ease;
    position: relative;
    display: block;
}
.blog-categories-loop li a:hover {
    color: rgba(0,0,0,1);
}
.blog-categories-loop li a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 130%;
    line-height: 100%;
}
.share li i {
    color: rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.share li {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(160,140,95,1);
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.share li:hover {
    background-color: rgba(0,0,0,1);
}
.blog-archive {
    margin: 80px 0 5%;
}
.blog-archive .mt {
    margin: 0;
}
.blog-multi-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% 0 0;
}
.blog-multi-loop > li {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0;
}
.blog-multi-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(225,225,225,1);
    width: 100%;
    padding: 29% 0;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.blog-multi-loop > li .inner {
    background-color: rgba(255,255,255,1);
    width: 80%;
    margin: 0 auto;
    padding: 8% 5% 10%;
    position: relative;
    top: -10%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.blog-multi-loop > li .inner h3 {
    margin: 0 0 5px;
}
.blog-multi-loop > li .inner .copy {
    font-size: 90%;
    line-height: 150%;
}
.blog-multi-loop > li .inner a {
    font-size: 90%;
}
.blog-single-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% 0;
    position: relative;
    width: 100%;
}
.blog-single-loop > li:nth-child(1) {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 15% 0;
    width: 52%;
    margin: 0 48% 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.blog-single-loop > li:nth-child(2) {
    padding: 5%;
    width: 53%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-single-loop > li:nth-child(2) .inner {
    background-color: rgba(255,255,255,1);
    padding: 5%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.blog-single-loop > li:nth-child(2) .link, .blog-multi-loop > li .inner .link {
    color: rgba(160,140,95,1);
    transition: all .4s ease;
}
.blog-single-loop > li:nth-child(2) .link:hover, .blog-multi-loop > li .inner .link:hover {
    color: rgba(0,0,0,1);
}
.wpv-pagination-nav-links-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wpv-pagination-nav-links-container li {
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
    margin: 0 14px;
}
.wpv-pagination-nav-links-container li.active {
    border-bottom: 2px solid rgba(160,140,95,1);
}
.offers-page {
    padding: 80px 0 2.5%;
}
.offers-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% 0 0;
}
.offers-loop > li {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0;
}
.offers-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 49% 0;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.offers-loop > li .inner {
    background-color: rgba(255,255,255,1);
    width: 80%;
    margin: 0 auto;
    padding: 8% 5% 10%;
    position: relative;
    top: -10%;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.offers-loop > li .inner h3 {
    margin: 0 0 5px;
}
.offers-loop > li .inner .copy {
    font-size: 90%;
    line-height: 150%;
}
.offers-loop > li .inner a {
    font-size: 90%;
}
.venues-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2.5% auto 0;
    max-width: 1000px;
}
.venues-loop > li {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20% 0;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.venues-loop > li .accordion_head {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13%;
    height: 15%;
    background-color: rgba(160,140,95,1);
    z-index: 300;
}
.venues-loop > li .accordion_head .circle {
    height: 70%;
    width: 70%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.venues-loop > li .accordion_head .plusminus {
    font-size: 1.5em;
    color: rgba(255,255,255,1);
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.venues-loop > li .accordion_body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    padding: 5%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff', GradientType=0 );
}
.venues-loop > li .accordion_body .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.venues-loop > li .preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 11%;
    opacity: 1;
    transition: all .4s ease;
}
.venues-loop > li .preview .copy {
    padding: 2% 18% 2% 5%;
    width: 77%;
    font-size: 90%;
    line-height: 150%;
    background-color: rgba(255,255,255,1);
}
.selected {
    opacity: 0 !important;
    transition: all .4s ease;
}
.venues-page #section-2 {
    background-color: rgba(160,140,95,1);
    padding: 0 0 7%;
}
.venues-page #section-3 {
    margin: -7% 0 5%;
}
.venues-page #section-5 {
    padding: 2.5% 0;
    background-color: rgba(255,255,255,1);
}
.venues-page #section-2 .inner {
    width: 80%;
    padding: 2.5% 10% 1%;
    max-width: 800px;
    margin: 0 auto;
}
.amenities-loop {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 450px;
    margin: 2.5% auto 5%;
}
.amenities-loop > li {
    position: relative;
    display: block;
    margin: 0 0 10px;
    vertical-align: top;
}
.amenities-loop > li table {
    width: 100%;
}
.amenity-icon {
    width: 24px;
    text-align: center;
}
.amenity-title {
    text-align: left;
    padding: 0 0 0 15px;
}
.amenities-loop i {
    font-size: 20px;
}
.venues-page #section-6 .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1400px;
    margin: 0 auto;
}
.venues-page #section-6 .inner {
    width: 90%;
    padding: 10% 5%;
    background-color: rgba(0,0,0,.4);
}
.default-page {
    padding: 80px 0 5%;
}
.default-page #section-1 {
    padding: 2.5% 0 0;
}
.default-page ul, .default-page ol {
    margin: 15px 0;
}
.default-page ul li {
    display: list-item;
    padding: 0 0 0 5px;
    margin: 0 0 6px 30px;
    list-style-type: disc;
}
.default-page ol li {
    display: list-item;
    padding: 0 0 0 5px;
    margin: 0 0 6px 30px;
    list-style-type: decimal;
}
.default-page a {
    color: rgba(0,0,0,1);
    text-decoration: underline;
    transition: all .4s ease;
}
.default-page a:hover {
    color: rgba(160,140,95,1);
}
.art-page #section-2 {
    padding: 5% 0;
}
.art-page #section-4 {
    padding: 5% 0 0;
}
.art-page #section-5 {

    padding: 0 0 5% 0;

}
.exhibition-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.5% 0 0;
}
.exhibition-loop > li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2%;
    background-color: rgba(255,255,255,1);
    position: relative;
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.exhibition-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 39% 0;
}
.exhibition-loop > li .exhibition-title {
    line-height: 150%;
    width: 70%;
    padding: 0 0 0 5%;
}
.exhibition-loop > li .exhibition-date {
    font-size: 70%;
    padding: 0 0 0 5%;
}
.exhibition-loop > li .exhibition-link {
    font-size: 30px;
    position: absolute;
    bottom: 3px;
    right: 15px;
}
.exhibition-loop > li .exhibition-link a {
    color: rgba(160,140,95,1);
    transition: color .4s ease;
}
.exhibition-loop > li .exhibition-link a:hover {
    color: rgba(0,0,0,1);
}
.exhibition-loop > li .inner-hidden {
    opacity: 0;
    padding: 10px 0;
    width: 100%;
	min-height: 35px;
}
.exhibition-loop > li .inner {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.exhibition-fancypop-image img {
    max-height: 400px !important;
    max-width: 100% !important;
    width: auto !important;
}
.art-structures-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.5% 0 0;
}
.art-structures-loop li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2%;
    background-color: rgba(255,255,255,1);
    position: relative;
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.art-structures-loop-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 39% 0;
}
.art-structures-loop li a .art-structures-loop-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .4s ease;
}
.art-structures-loop li a:hover .art-structures-loop-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.art-structures-loop li .inner {
    padding: 7% 5%;
    width: 90%;
}
.art-structures-loop li .inner h4 {
    line-height: 100%;
    margin: 0;
}
.art-structures-loop li a .inner h4 {
    color: rgba(0,0,0,1);
    transition: all .4s ease;
}
.art-structures-loop li a:hover .inner h4 {
    color: rgba(160,140,95,1);
}
.video-banner {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-color: rgba(0,0,0,1);
}
.video-banner-opacity-overlay {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,.5);
}
.video-banner-width {
    max-width: 800px;
    padding: 50px 5%;
    margin: 0 auto;
}
.video-banner-inner-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-banner-inner-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeIn 5s linear;
}
.playpause {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.playpause-overlay {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.xbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
	width: 100%;
}
.xbutton .play-icon {
    background-image: url(images/play.png);
    background-size: cover;
    height: 54px;
    width: 55px;
    background-position: center -57px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.xbutton:hover .play-icon {
    background-position: center -.5px;
}
.press-play {
    letter-spacing: 15px;
    margin: 15px 0;
    font-size: 80%;
}
.mobile-book-now {
    display: none;
}
.gallery-loop-wrap {
	position: relative;
	overflow-x: hidden;
}
.gallery-loop-wrap .angle-pagination li {
	position: absolute;
	display: inline-block;
	font-size: 4vw;
	top: 59%;
	transform: translateY(-50%);
}
.gallery-loop-wrap .angle-pagination li:nth-child(1) {
	left: 0;
}
.gallery-loop-wrap .angle-pagination li:nth-child(2) {
	right: 0;
}
.gallery-loop-wrap .angle-pagination li a {
	color: rgba(160,140,95,1);
	transition: color .4s ease;
}
.gallery-loop-wrap .angle-pagination li a:hover {
	color: rgba(0,0,0,1);
}
.gallery-page-loop {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 2.5% 0 0;
}
.gallery-page-loop a {
    display: block;
    position: relative;
}
.gallery-page-loop a p {
    padding: 5px 5% 10px;
    width: 90%;
    position: absolute;
    bottom: 2px;
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255,1);
    margin: 0;
    transform: translateY(-50%);
    font-size: 90%;
    line-height: 100%;
}
.gallery-page-loop a img, .page-gallery-loop a {
    transition: all .4s ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.gallery-page-loop a:hover img, .page-gallery-loop a:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gallery-page-loop img {
    margin: 0 0 10px;
}
.page-gallery-loop {
    margin: 30px auto 0;
}
.page-gallery-loop li {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    padding: 7% 0;
    margin: 0 .25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gallery-popup {
    position: relative;
}
.gallery-popup img {
	max-width: 100%;
	height: auto;
}
.gallery-popup h5 {
	display: none;
    padding: 5px 5% 10px;
    width: 90%;
    position: absolute;
    bottom: -10px;
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255,1);
    margin: 0;
    transform: translateY(-50%);
    line-height: 100%;
}
.rooms-page {
    margin: 80px 0 5%;
}
.rooms-page .copy {
    margin: 5% 0;
}
.rooms-page-ul > li {
    display: inline-block;
    vertical-align: middle;
}
.rooms-page-ul > li:nth-child(1) {
    width: 30%;
    padding: 5% 2%;
    position: relative;
    left: 5%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.rooms-page-ul > li:nth-child(2) {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 65%;
    padding: 30% 0;
    margin: 0;
}
.room-title-loop > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(225,225,225,1);
    padding: 5px 0;
}
.room-title-loop > li h5 {
    margin: 0 0 5px;
}
.room-title-loop > li:first-child {
    border-top: 1px solid rgba(225,225,225,1);
}
.room-title-loop > li a {
    transition: all .4s ease;
    color: rgba(160,140,95,1);
}
.room-title-loop > li a:hover {
    color: rgba(0,0,0,1);
}
.furnishings-loop {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 800px;
    margin: 2.5% auto 5%;
}
.furnishings-loop > li {
    position: relative;
    display: block;
    margin: 0 0 10px;
    vertical-align: top;
}
.furnishings-loop > li table {
    width: 100%;
}
.furnishings-loop-icon {
    width: 24px;
    text-align: center;
}
.furnishings-loop-title {
    text-align: left;
    padding: 0 0 0 15px;
}
.furnishings-loop i {
    font-size: 20px;
}
.page-banner .banner-rooms-inner {
    max-width: 800px;
    padding: 20% 5%;
    margin: 0 auto;
    width: 90%;
}
.room-features-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 8%;
}
.room-features-loop > li p {
    margin: 0;
    line-height: 170%;
}
.room-features-loop > li .smaller {
    font-size: 90%;
    margin: 0;
}
.room-features-loop > li {
    padding: 10px 0;
}
.room-features-loop > li a {
    transition: all .4s ease;
    color: rgba(160,140,95,1);
}
.room-features-loop > li a:hover {
    color: rgba(0,0,0,1);
}
.room-features-loop > li i {
    margin: 0 8px 0 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.room-features-loop > li:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
    border-bottom: 1px solid rgba(225,225,225,1);
}
.room-features-loop > li:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
    border-bottom: 1px solid rgba(225,225,225,1);
}
.rooms-single-page #section-2 {

    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    padding: 5%;
    max-width: 600px;
    margin: -7% auto 5%;
    width: 80%;

}
.rooms-single-page .page-gallery-loop {
	margin: 0 0 5%;
}
.additional-rooms-loop {
    flex-direction: row;
    display: flex;
    margin: 2.5% 0 0;
}
.additional-rooms-loop > li {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 1%;
}
.additional-rooms-loop > li .image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45% 0;
    width: 100%;
}
.additional-rooms-loop > li .inner {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    padding: 5% 2% 10%;
    width: 80%;
    margin: -40px auto 20px;
    ;
}
.additional-rooms-loop > li .inner h5 {
    margin: 0;
}
.additional-rooms-loop > li .inner .outline-button {
	margin: 15px 0 0;
}
.additional-rooms-loop > li .inner a {
    font-size: 90%;
}
#guestfolio {
    margin: 25px 0 0;
}
.form-row input {
    padding: 8px 5%;
    width: 90%;
    margin: 0 0 10px;
}
.guestfolio-button {
    margin: 20px 0 0;
}
.guestfolio-button input {
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px !important;
}
.testimonial-loop-wrap {
	position: relative;
}
.testimonial-loop-wrap .angle-pagination li {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: 59%;
	transform: translateY(-50%);
}
.testimonial-loop-wrap .angle-pagination li a {
	color: rgba(160,140,95,1);
	transition: color .4s ease;
}
.testimonial-loop-wrap .angle-pagination li a:hover {
	color: rgba(0,0,0,1);
}
.testimonial-loop-wrap .angle-pagination li:nth-child(1) {
	left: 1%;
}
.testimonial-loop-wrap .angle-pagination li:nth-child(2) {
	right: 1%;
}
.testimonial-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 5% 0 0;
}
.testimonial-loop > li {
    display: inline-block;
    vertical-align: top;
	margin: 0 1.5%;
	background-color: rgba(255,255,255,1);
	padding: 0 3% 3%;
	width: 22%;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.testimonial-loop > li .quote-box {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: rgba(160,140,95,1);
	margin: 0 auto;
	top: -20px;
}
.testimonial-loop > li .quote-box i {
	color: rgba(255,255,255,1);
	font-size: 25px;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.testimonial-loop > li .copy {
	padding: 0 0 100px;
}
.testimonial-loop > li .box {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial-loop > li .image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto 15px;
}
.testimonial-loop > li .title {
	font-size: 90%;
	margin: 0 0 6px;
	line-height: 100%;
}
.testimonial-loop > li .location {
	font-size: 70%;
	line-height: 100%;
}
.eats-page .page-banner {
	position: relative;
		color:pink;
}
.eats-page .page-banner .banner-download {
	position: absolute;
	right: 5%;
	bottom: 10%;
}
.eats-page .page-banner .banner-download i {
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	border-right: 1px solid rgba(147,128,87,1);
	font-size: 18px;
	position: relative;
	top: 1px;
}
.eats-page #section-2 {
	margin: 5% 0 0;
}
.eats-page #section-2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eats-page #section-2 ul li:nth-child(1) {
	width: 57.5%;
	margin: 0 2.5% 0 0;
	display: inline-block;
	vertical-align: top;
}
.eats-page #section-2 ul li:nth-child(1) .eats-image {
	width: 100%;
	margin: 0 0 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25% 0;
}
.eats-page #section-2 ul li:nth-child(2) {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.eats-page #section-3 {
	margin: 2.5% 0 0;
}
.eats-page #section-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eats-page #section-3 ul li:nth-child(1) {
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.eats-page #section-3 ul li:nth-child(2) {
		width: 57.5%;
	margin: 0 0  0 2.5%;
	display: inline-block;
	vertical-align: bottom;
}
.eats-page #section-3 ul li:nth-child(2) .eats-image {
	width: 100%;
	margin: 15px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25% 0;
}
.eats-page #section-4 {
	margin: 2.5% 0 0;
}
.eats-page #section-4 .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.eats-page #section-4 > div .inner {
	background: rgba(0,0,0,.5);
	padding: 10% 5%;
	width: 90%;
}
.eats-loop-wrap {
	position: relative;
}
.eats-loop-wrap .angle-pagination li {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: 48.5%;
	transform: translateY(-50%);
}
.eats-loop-wrap .angle-pagination li a {
	color: rgba(160,140,95,1);
	transition: color .4s ease;
}
.eats-loop-wrap .angle-pagination li a:hover {
	color: rgba(0,0,0,1);
}
.eats-loop-wrap .angle-pagination li:nth-child(1) {
	left: -3%;
}
.eats-loop-wrap .angle-pagination li:nth-child(2) {
	right: -3%;
}
.eats-gallery-loop {
	margin: 30px 0 0;
}
.eats-gallery-loop li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: 12% 0;
    margin: 0 1% 2%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	    transition: all .4s ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.eats-gallery-loop li:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.eats-page #section-5 {
	margin: 2.5% 0 0;
}
.eats-page #section-6 {
	margin: 5% 0 0;
}
.eats-page #section-6 > div .copy {
	max-width: 800px;
	margin: 10px auto 0;
}
.eats-page #section-7 {
	margin: 5% 0;
}
.eats-dining-ul-wrap {
	position: relative;
	padding: 8% 0;
	margin: 5% 0 0;
}
.eats-dining-ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eats-dining-ul > li:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 56%;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.eats-dining-ul > li:nth-child(2) {
	 display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 56%;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.eats-menus-ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eats-menus-ul .first {
	line-height: 140%;
	margin: 0 0 5px;
}
.eats-menus-ul .second {
	line-height: 140%;
	font-size: 80%;
}
.eats-menus-ul .copy {
		line-height: 140%;
	font-size: 80%;
	margin: 20px 0;
	text-align: center;
}
.eats-menus-ul > li:nth-child(1) {
	display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 5% 2%;
    margin: 0 1% 0 0;
    background-color: rgba(255,255,255,.95);
	position: relative;
	z-index: 100;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
		text-align: left;
}
.eats-menus-ul > li:nth-child(2) {
	display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 5% 2%;
    margin: 0 0 0 1%;
    background-color: rgba(255,255,255,.95);
	position: relative;
	z-index: 100;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
		text-align: left;
}
.eats-menus-ul > li ul li {
	display: block;
	border-bottom: 2px solid rgba(160,140,95,1);
	font-size: 95%;
	padding: 4px 0;
}
.wpv-pagination-nav-links-container li {
    display: inline-block !important;
}
.fancybox-title-float-wrap .child {
    margin-right: 0 !important;
    padding: 2px 5% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    font-weight: normal !important;
    width: 90%;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    margin-bottom: 0 !important;
    z-index: 8050;
    text-align: center;
    width: 100%;

}
/*FOOTER
------------------------------------------------------*/

footer {
    background-color: rgba(255,255,255,1);
    position: relative;
    padding: 2% 0;
    font-size: 12px;
	color: rgba(120,120,120,1);
}
.follow {
    border-bottom: 2px solid rgba(160,140,95,1);
    line-height: 0;
    margin: 3% 0 0;
}
.follow span {
    background: rgba(255,255,255,1);
    padding: 0 15px;
}
#menu-social-media {
    margin: 3% 0 0;
}
#menu-social-media > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
#menu-social-media > li a {
    color: rgba(160,140,95,1);
}
.top-footer .icon {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(160,140,95,1);
    transition: all .4s ease;
}
.top-footer .icon:hover {
    background-color: rgba(0,0,0,1);
}
.top-footer .icon i {
    color: rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.middle-footer {
    flex-direction: row;
    display: flex;
    margin: 3% auto;
}
.middle-footer > li {
    text-align: left;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 20px 0 0;
}
.middle-footer > li:last-child {
    margin: 0;
}
.middle-footer > li:nth-child(5) .mag {
    margin: 10px 0 5px;
}
.middle-footer h5 {
    font-family: 'Muli', sans-serif;
    margin: 0 0 5px;
}
.middle-footer a {
    color: rgba(120,120,120,1);
    transition: all .4s ease;
}
.middle-footer a:hover {
    color: rgba(160,140,95,1);
}
.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.bottom-footer > li:nth-child(1) {
    width: 50%;
}
.bottom-footer > li:nth-child(1) img {
    height: 30px !important;
}
.bottom-footer > li:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%
}
.bottom-footer > li:nth-child(2) img {
    height: 26px !Important;
}
.bottom-footer a {
    color: rgba(120,120,120,1);
    transition: all .4s ease;
}
.bottom-footer a:hover {
    color: rgba(160,140,95,1);
}
#copyright {
    position: relative;
    top: -10px;
}
#menu-bottom-footer-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

/*RESPONSIVE CSS
------------------------------------------------------*/

@media only screen and (max-width : 1250px) {
body {
    letter-spacing: 0;
}
h1 {
    font-size: 220%;
}
h2 {
    font-size: 170%;
}
h3 {
    font-size: 145%;
}
h4 {
    font-size: 125%;
}
h5 {
    font-size: 115%;
}
#menu-top-header-menu > li {
    margin: 0 5px 0 0;
}
.sign-up {
    display: none !important;
}
.directly {
    max-width: 180px;
    text-align: center;
}
.directly-i > li {
    padding: 0;
}
.lineup {
    bottom: -50%;
    width: 70%;
    text-align: center;
    padding: 5% 3%;
}
.top-header i {
    display: none !important;
}
}

@media only screen and (max-width : 1000px) {
body {
    font-size: 14px;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 135%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 110%;
}
.directly {
    display: none !important;
}
.top-footer .icon {
    width: 30px;
    height: 30px;
}
.top-footer .icon i {
    font-size: 14px;
}
#gfield_description_2_6 {
    top: 0;
}
#gform_wrapper_2 .gform_footer {
    text-align: left;
}
#gform_submit_button_2 {
    background-color: rgba(0,0,0,1);
    background-position: 18px center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    padding: 7px 20px 7px 45px;
    right: inherit;
    top: 0;
    width: 123px;
}
}

@media only screen and (max-width : 850px) {
body {
    font-size: 13px;
}
h1 {
    font-size: 185%;
}
h2 {
    font-size: 145%;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 115%;
}
h5 {
    font-size: 110%;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
#mobile-logo {
    height: 40px;
    margin: 10px auto;
}
#container {
    padding: 67px 0 0;
}
.mobile-book-now {
    position: fixed;
    top: 6px;
    left: 10;
}
.middle-footer > li:nth-child(1), .middle-footer > li:nth-child(2), .middle-footer > li:nth-child(3) {
    display: none !important;
}
.bottom-footer > li:nth-child(1) {
    display: block;
    text-align: center;
    width: 100%;
}
.bottom-footer > li:nth-child(2) {
    display: none;
}
#copyright {
    position: relative;
    top: 0;
    display: block;
    font-size: 10px;
}
.menu1 {
    display: none;
}
.home-page #section-2 .flex-grow > li:nth-child(1) {
    width: 45%;
    padding: 16.5% 0;
}
.home-page #section-2 .line {
    top: -10px;
    left: 10px;
}
.home-page #section-2 .flex-grow > li:nth-child(2) {
    width: 50%;
    padding: 0 0 0 5%;
    text-align: left;
}
.home-page .bg-image-l .inner {
    max-width: 60%;
}
.home-page #section-4 .flex-grow > li:nth-child(1) {
    width: 50%;
}
.home-page #section-4 .flex-grow > li:nth-child(2) {
    width: 45%;
    padding: 16.5% 0;
}
.home-page #section-4 .line {
    top: -10px;
    right: 10px;
}
.home-page .bg-image-r .inner {
    max-width: 60%;
}
.attractions-filter label {
    margin: 0 3px 3px;
}
.neighborhood-hotspots-loop li {
    width: 46%;
}
.blog-single-loop > li:nth-child(1) {
    width: 42%;
    margin: 0 58% 0 0;
}
.blog-single-loop > li:nth-child(2) {
    width: 80%;
}
.blog-multi-loop > li {
    width: 46%;
    max-width: 300px;
}
.blog-single-ul > li:nth-child(2) {
    width: 30%;
    padding: 15px 2% 5%;
    margin: 50px 0 2% 2%;
}
.blog-single-ul > li:nth-child(1) {
    width: 52%;
}
.share li i {
    font-size: 15px;
}
.share li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 2px 4px;
}
.contact-information-loop li {
    margin: 0 0 10px;
}
.contact-page > #section-2 > div > ul > li:nth-child(1) {
    width: 45%;
}
.contact-page > #section-2 > div > ul > li:nth-child(2) {
    width: 44%;
}
.offers-loop > li {
    width: 46%;
    max-width: 300px;
}
.neighborhood-page .bg-image-r .inner {
    position: relative;
    bottom: 5%;
    left: 5%;
    padding: 20px 5% 10px;
    max-width: 78%;
}
.neighborhood-page .bg-image-r {
    width: 100%;
    padding: 10% 0 6%;
}
.attractions-filter label {
    min-width: 100px;
}
.nearby-attractions-loop {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
}
.exhibition-loop > li {
    width: 48%;
    max-width: 300px;
}
.art-structures-loop li {
    width: 48%;
    max-width: 300px;
}
.booking-widget {
    font-size: 12px;
    top: 66px;
}
#gform_submit_button_1 {
    padding: 15px 20px;
    font-size: 11px;
}
.logo-wrap {
    border-bottom: 1px solid rgba(160,140,95,1);
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0 0 0 0 !important;
}
.video-banner-width {
    max-width: 70%;
	padding: 90px 5% 50px;
}	
.eats-menus-ul > li:nth-child(1), .eats-menus-ul > li:nth-child(2) {
    width: 35%;
}	
.rooms-page-ul > li:nth-child(1) {
    width: 39%;
}		
.rooms-page-ul > li:nth-child(2) {
    width: 50%;
margin: 0;
}	
.additional-rooms-loop {
    text-align: center;
    flex-direction: inherit;
    display: block;
    margin: 2.5% 0 0;

}	
.additional-rooms-loop > li {
    text-align: center;
    flex-grow: inherit;
    display: inline-block;
    justify-content: inherit;
    flex-direction: inherit;
    position: relative;
    margin: 0 1%;
    width: 30%;
}	
}

@media only screen and (max-width : 700px) {
.contact-page > #section-1 > div > ul > li:nth-child(1) {
    width: 90%;
    display: block;
    padding: 5%;
}
.contact-page > #section-1 > div > ul > li:nth-child(2) {
    width: 90%;
    display: block;
    padding: 4% 5%;
    position: relative;
    right: 0;
    top: 0;
    transform: inherit;
}
.contact-page > #section-2 > div > ul {
    padding: 5% 0 8%;
    display: flex;
    flex-direction: column-reverse;
}
.contact-page > #section-2 > div > ul > li:nth-child(1) {
    width: 100%;
    display: block;
}
#js-wpv-addon-maps-render-map-1 {
    height: 240px !important;
}
.contact-page > #section-2 > div > ul > li:nth-child(2) {
    width: 90%;
    display: block;
}
.booking-widget {
    font-size: 11px;
    top: 67px;
}
#field_1_6 i {
    left: 0;
    display: none;
}
#gform_submit_button_1 {
    padding: 14.5px 10px;
    font-size: 10px;
}
#input_1_1 {
    top: -8px;
    width: 70px !important;
    padding: 0 0 0 10px;
}
#input_1_2 {
    top: -9px;
    width: 80px !important;
}
#field_1_6, #field_1_9, #field_1_10, #field_1_11 {
    padding-right: 0px !important;
    padding-bottom: 6px;
}
.booking-widget .gfield select {
    top: -3px;
}
#gform_1 .gform_body input, #gform_1 .gform_body .gfield_select {
    min-width: 33px;
}
#field_1_1 {
    padding-left: 10px;
}
.page-gallery-loop li {
    width: 30%;
    padding: 11% 0;
    margin: 0 .25% 1%;
}	
.furnishings-loop {

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 500px;

}	
}

@media only screen and (max-width : 645px) {
.banner .bg-opacity {

    background-color: rgba(0,0,0,.4);
    padding: 10% 0 10%;

}	
.booking-widget {
    display: none;
}
.mobile-book-now {
    display: block;
    position: fixed;
    z-index: 950;
    left: 0;
}
.video-banner-width {
    padding: 30px 5% 20px;
}	
.testimonial-loop > li {
    display: block;
    margin: 3% 0;
    width: 74%;
}	
.testimonial-loop > li .quote-box {

    width: 40px;
    height: 40px;
}	
.testimonial-loop > li .quote-box i {
    font-size: 18px;

}	
.testimonial-loop > li .image {
    width: 50px;
    height: 50px;
}	
.default-page, .rooms-page, .contact-page {
    padding: 5% 0;
}	
	.blog-archive {
		margin: 5% 0;
	}	
}

@media only screen and (max-width : 600px) {
h1 {
    font-size: 165%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 125%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 100%;
}
.banner .banner-inner {
    padding: 20px 5% 30px;
    max-width: 60%;
    margin: 0;
    border-left: 5px solid rgb(160, 140, 95);
}
.home-page #section-2 ul {
    flex-direction: column-reverse;
}
.home-page #section-2 .flex-grow > li:nth-child(1) {
    width: 80%;
    padding: 30% 0;
}
.home-page #section-2 .flex-grow > li:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0 0 5%;
}
.home-page .section-image-l .line {
    top: -5px;
    left: 5px;
}
.home-page #section-3 {
    margin: 5% 0 0;
}
.home-page .bg-image-l {
    padding: 10% 0;
}
.home-page .bg-image-l .inner {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 15px 5% 20px;
    border-left: 5px solid rgba(160,140,95,1);
}
.home-page #section-4 .flex-grow > li:nth-child(1) {
    width: 100%;
    padding: 0;
    margin: 0 0 10%;
}
.home-page #section-4 .flex-grow > li:nth-child(2) {
    width: 80%;
    padding: 30% 0;
}
.home-page #section-4 ul {
    display: block;
}
.home-page #section-trees .flex-grow > li:nth-child(1) {
    width: 100%;
    padding: 0;
    margin: 0 0 10%;
}
.home-page #section-trees .flex-grow > li:nth-child(2) {
    width: 80%;
    padding: 30% 0;
}
.home-page #section-trees ul {
    display: block;
}	
.trees-module h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 3px;
    margin: 0 0 5px;

}	
.home-page .section-image-r .line {
    top: -5px;
    left: 5px;
}
.home-page .bg-image-r {
    padding: 10% 0;
}
.home-page .bg-image-r .inner {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 15px 5% 20px;
    border-left: 5px solid rgba(160,140,95,1);
}
.home-page #section-5 {
    margin: 5% 0 0;
}
#mobile-logo {
    height: 25px;
    margin: 18px auto;
}
.solid-button a {
    padding: 5px 15px;
}
.outline-button a {
    padding: 5px 15px;
}
.outline-white-button a {
    padding: 5px 15px;
}
.top-footer .icon {
    width: 25px;
    height: 25px;
}
.top-footer .icon i {
    font-size: 12px;
}
.middle-footer > li {
    margin: 10px 0;
    text-align: center;
}
.middle-footer > li:last-child {
    display: none;
}
.our-story-page #section-2 div > ul > li:nth-child(1) {
    width: 100%;
    padding: 0;
    display: block;
}
.our-story-page #section-2 div > ul > li:nth-child(2) {
    display: none;
}
.our-story-page #section-4 div > ul > li:nth-child(1) {
    display: none;
}
.our-story-page #section-4 div > ul > li:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}
.arrow-down {
    display: none;
}
.venues-loop > li {
    width: 100%;
    display: block;
    margin: 0 0 5%;
    padding: 44% 0;
}
.amenities-loop {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    width: 50%;
    margin: 2.5% 25% 5%;
}
.amenities-loop i {
    font-size: 16px;
}
.venues-page #section-3 {
    margin: 5% 0 5%;
}
.venues-page #section-2 .inner {
    width: 90%;
    padding: 5% 5% 0;
}
.blog-multi-loop > li {
    width: 100%;
    margin: 0 auto -20%;
    display: block;
}
.blog-single-loop > li:nth-child(1) {
    width: 100%;
    margin: 0;
    padding: 25% 0;
}
.blog-single-loop > li:nth-child(2) {
    width: 90%;
    position: relative;
    top: 0;
    transform: inherit;
    margin: -30% 0 -8%;
}
.blog-single-loop > li:nth-child(2) .inner {
    padding: 10%;
}
.blog-multi-loop > li .inner {
    background-color: rgba(255,255,255,1);
    width: 80%;
    margin: -20% auto 45%;
    padding: 8% 5% 10%;
    position: relative;
    top: 0;
}
.blog-single-ul > li:nth-child(2) {
    width: 96%;
    padding: 0px 2% 0;
    margin: 0 auto;
}
.blog-single-ul > li:nth-child(2) .other {
    display: none;
}
.line-through {
    line-height: 0;
    border-bottom: 1px solid rgba(160,140,95,1);
    width: 100%;
    margin: 20px 0 10px;
    font-size: 90%;
}
.blog-single-ul > li:nth-child(1) {
    width: 90%;
    margin: 0 auto;
}
.blog-single-ul {
    margin: 0px auto 5%;
}
.blog-banner {
    padding: 26% 0;
}
.offers-loop > li {
    width: 100%;
}
.neighborhood-hotspots-loop li {
    width: 100%;
    margin: 0 0 0%;
    max-width: 300px;
}
.fancypop {
    padding: 20px 20px 20px;
}
.nearby-attractions-loop {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.art-structures-loop li {
    width: 98%;
}
.exhibition-loop > li {
    width: 98%;
}
.gallery-page-loop {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0;

}
	.gallery-page-loop img {

    margin: 1px;

}
.venues-loop {
    max-width: 450px;

}	
.eats-page #section-2 ul li:nth-child(1) {

    width: 100%;
    margin: 0;
    display: block;
    vertical-align: top;

}
	.eats-page #section-2 ul li:nth-child(2) {
		display: none;
	}
	.eats-page #section-3 ul li:nth-child(2) {

    width: 100%;
    margin: 0 0 5%;
    display: block;
    vertical-align: top;

}
.eats-gallery-loop li {
    width: 36%;
    padding: 15% 0;
    margin: 0 1% 2%;
}
.eats-dining-ul {
    display: none;
}	
.eats-menus-ul {

    display: block;
    flex-wrap: inherit;
    justify-content: inherit;

}
.eats-menus-ul > li:nth-child(1) {
    display: block;
    width: 90%;
    padding: 5%;
    margin: 0 0 5%;
}
.eats-menus-ul > li:nth-child(2) {
    display: block;
    width: 90%;
    padding: 5%;
    margin: 0;
}		
.rooms-page-ul > li:nth-child(1) {

    width: 59%;

}
.rooms-page-ul > li:nth-child(2) {

    width: 30%;

}	
}

@media only screen and (max-width : 450px) {
.page-gallery-loop li {

    width: 46%;
    padding: 18% 0;

}
	.room-features-loop > li:nth-child(odd), .room-features-loop > li:nth-child(even) {

    width: 100%;
    margin: 0 0 2% 0;
    border-bottom: 1px solid rgba(225,225,225,1);

}
.additional-rooms-loop > li {
    width: 80%;

}	
.furnishings-loop {

    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: 240px;
	margin: 0 auto;
	text-align: center;

}	
.amenities-loop {
    width: 240px;
    margin: 2.5% auto 5%;

}	
.rooms-page-ul > li:nth-child(1) {
    width: 80%;
    padding: 5%;

    left: 0;


}	
.rooms-page-ul > li:nth-child(2) {
    width: 30%;
    display: none;
}	
.blog-multi-loop > li .inner {
    margin: -20% auto 35%;
}	
}