/*
Acorn Marketing - Core Styles

DO NOT EDIT - THIS WILL BE OVERWRITTEN WHEN THEME IS UPDATED - CUSTOM STYLES NEED TO BE ADDED TO STYLES.CSS IN THEME ROOT FOLDER

*/

html {
  margin: 0 !important;
}
*:focus {
}
.hover-img {
  display: block;
  width: 100%;
  height: auto;
}
.hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.wrap:hover .hover-content,
.wrap:focus .hover-content {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.wrap:hover .hover-title {
  opacity: 0;
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%;
}
.hover-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
  left: 8%;
  text-align: center;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
}
.wrap .colTitle {
  position: absolute;
  bottom: 45px;
  left: 0;
  display: block;
  background: var(--cta_color);
  color: var(--cta_font_color) !important;
  font-weight: normal;
  padding: 15px 40px;
  font-size: 1.4em;
}
/* Fade In Styles  */
#contentWrap {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0px 0px 100px #000;
  background: #fff;
}
#mainContent {
  position: relative;
  overflow: hidden;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.fade-in {
  position: relative;
}
#reader {
  list-style: none;
}
/* Scroll Navigation animations  */
.scroll-logo {
  opacity: 0;
  display: none;
}
.main-logo {
  display: inline-block;
}
/*.scrolled *{-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}*/
.scrolled {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scrolled.scroll-icon .scroll-logo,
.fullMobile.scroll-icon .scroll-logo {
  opacity: 1;
  display: inline-block;
}
/* .scrolled #nav-wrapper {opacity:1;} */
.scrolled .top-reserve {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 72px;
}
.scrolled #header_logo .main-logo,
.scrolled.scroll-icon .scroll-logo {
  height: auto !important;
  top: 15px !important;
  width: 214px;
}
.scrolled.scroll-icon #header_logo .main-logo,
.fullMobile.scroll-icon #header_logo .main-logo {
  display: none;
}
.scrolled .m-icon {
  margin: 18px 15px -7px 0;
}
.scrolled #nav-wrapper {
  background: var(--navbar_scrolled);
}
.scrolled .nav-wrapper-fade {
  display: none;
  position: fixed;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scrolled #nav-wrapper.nav-wrapper-fade-links {
  background: var(--navbar_fade_scrolled) !important;
  height: 66px !important;
  border-bottom: 1px solid #737373 !important;
}
.scrolled #nav-wrapper #mega-menu-wrap-primary,
.scrolled #mega-menu-wrap-split-right,
.scrolled #mega-menu-wrap-split-left {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scrolled
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #000;
}

/* Full Mobile Navigation animations  */
.fullMobile * {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.fullMobile {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#full-mobile {
  opacity: 0.8;
  z-index: 9990;
}
#full-mobile {
  display: none;
  position: relative;
  background: var(--navbar_color);
  width: 100%;
  margin: 0 auto;
  z-index: 1002;
  height: 66px;
  clear: both;
  top: 0px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255.4);
  border-top: 1px solid rgba(255, 255, 255.4);
  box-shadow: 0 5px 30px #000;
}
.fullMobile #nav-wrapper {
  opacity: 0.9 !important;
}
.fullMobile #full-mobile {
  opacity: 1 !important;
  z-index: 99999;
}
.fullMobile #header_logo img {
  width: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: 60px !important;
  top: -1px !important;
}
.fullMobile #mega-menu-wrap-primary {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.fullMobile #menuNav,
#menuNav {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: var(--font_plus_color);
  cursor: pointer;
  width: 110px;
  display: inline-block;
}
.fullMobile #menuNav:focus,
.fullMobile #menuNav:hover,
#menuNav:focus,
#menuNav:hover {
  opacity: 0.5;
}
.fullmobile-phone {
  display: inline-block;
  color: var(--font_plus_color);
}
.fullMobile .top-reserve {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 134px;
}
.menu-split-left,
.menu-split-space,
.menu-split-right {
  text-align: left;
  width: 39.4%;
  display: inline-block;
}
.menu-split-space {
  text-align: center;
  width: 20%;
}
.menu-split-right {
  text-align: right;
}
.split-menu #mega-menu-wrap-primary {
  display: none;
}
#header-links {
  text-align: right;
}
#header-links a {
  display: inline-block;
  margin: 0 5px;
}
#header-links a svg {
  height: 23px;
  width: 30px;
  fill: var(--font_plus_color);
  margin-top: 5px;
}

.m-icon {
  display: inline-block;
  cursor: pointer;
  margin: 18px 15px -7px 0;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: var(--font_plus_color);
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
}

/* Footer Gallery  */
#foot-gallery {
  text-align: center;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
#foot-gallery img {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  max-width: 300px;
}

/* Text Button  */
.text-icon {
  background: #000;
  border-radius: 50%;
  max-height: 65px;
  max-width: 65px;
  cursor: pointer;
}
#mobile-text,
#phoneHover {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9997;
}
#phoneHover {
  background: #fff;
  border: solid 3px #000;
  border-radius: 8px;
  padding: 8px 15px;
  text-align: center;
  color: #000;
  line-height: 1.2em;
}
.desk {
  bottom: 10px !important;
}
.mobile-message {
  display: inline-block;
  margin-top: 15px;
  background: #fff !important;
  color: #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-radius: 15px !important;
  max-width: 225px;
  padding: 5px 20px;
  text-align: center;
}
.mobile-image img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  float: left;
  margin-right: 25px;
}
.desk .mobile-image img {
  margin: 15px 25px 0 0;
}
#mobile-link {
  display: none;
}
.mobileClose {
  position: absolute;
  left: -25px;
  top: 40%;
  font-size: 70px;
  cursor: pointer;
  text-shadow: 3px 0px 1px #fff;
}

/* Text Button  */
.indent {
  max-width: 84%;
  margin: 0 auto;
}
.centeroverlay {
  position: relative;
  margin-bottom: 45px;
}
.centeroverlay .section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
}
.centeroverlay .rm-full {
  width: 84%;
  padding: 0 8% !important;
}
.centeroverlay .font-size-sub-header,
.left-content .font-size-sub-header,
.right-content .font-size-sub-header,
.hover-content .font-size-sub-header,
.leftoverlay .font-size-sub-header,
.rightoverlay .font-size-sub-header,
.left-content .font-size-sub-title,
.right-content .font-size-sub-title {
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.leftoverlay,
.rightoverlay {
  position: relative;
  margin-bottom: 3%;
}
.leftoverlay .section-title,
.rightoverlay .section-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 30%;
}
.rightoverlay .section-title {
  left: inherit;
  right: 8%;
}
.leftoverlay .section-content,
.rightoverlay .section-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
}
.leftoverlay .rm-full,
.rightoverlay .rm-full {
  padding: 0 8% !important;
}

.staggard-wrap {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap {
  position: relative;
}
.left-half,
.right-half {
  display: inline-block;
  width: 49.7%;
  position: relative;
  vertical-align: top;
  margin-bottom: 45px;
}
.left-half img,
.right-half img {
  width: 100%;
}
.left-content,
.right-content {
  position: relative;
  width: 84%;
  left: 8%;
}

.hover-img {
  display: block;
  width: 100%;
  height: auto;
}
.hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.wrap:hover .hover-content,
.wrap:focus .hover-content {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.wrap:hover .hover-title {
  opacity: 0;
}
.hover-content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%;
}
.hover-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
  left: 8%;
  text-align: center;
  opacity: 1;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
:focus {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none !important;
}
.a2a_floating_style {
  z-index: 1002 !important;
}
body.user-is-tabbing *:focus {
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.3);
  outline: none !important;
}
section:focus,
section:active {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
img {
  height: auto !important;
  max-width: 100%;
  max-inline-size: 100%;
  object-fit: cover;
}
.alignright,
.alignleft {
  height: auto;
  float: right;
  margin: 15px;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.aligncenter {
  float: none;
  margin: 15px auto;
}
.threeColumn .button,
.section-title .button {
  display: table;
  margin: 0 auto 2px;
}
.screen-only {
  color: #fff !important;
  background-color: #000 !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a img {
  border: none;
}
strong {
  font-weight: 700;
}
.subnav {
  position: absolute !important;
}
sup {
  vertical-align: super;
  position: inherit;
}
sub {
  vertical-align: sub;
  position: inherit;
}
[data-visually-hidden="true"] {
  display: none !important;
}
[data-visually-hidden="false"] {
  display: block !important;
}
.button.mobile {
  display: inline-block;
  margin-top: 15px;
}
.button-center {
  display: table;
  margin: 0 auto 2%;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -41px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 999999;
}
.font-size-title,
h1,
.font-size-title-2,
h2,
.font-size-title-3,
h3,
.font-size-title-4,
h4 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: var(--google_font);
  color: #333;
  line-height: 1em;
  font-weight: var(--h1_weight) !important;
  font-style: var(--h1_style);
  text-transform: var(--h1_transform);
}
.font-size-title-2,
h2 {
  font-size: 35px;
  text-align: center;
}
.font-size-title-3,
h3,
.entry-content h3 {
  font-size: 30px;
}
.font-size-title-4,
h4 {
  font-size: 25px;
}
.font-size-sub-title {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #313d0d;
  font-family: var(--body_font), cursive;
  line-height: 1em;
  font-weight: var(--h2_weight);
  font-style: var(--h2_style);
  text-transform: var(--h2_transform);
}
.font-size-sub-header,
.recipe-excerpt > p:first-child a {
  font-size: 35px;
  letter-spacing: 2px;
  color: #000;
  font-family: var(--google_font);
  line-height: 1em;
  font-weight: 300;
  font-style: var(--h1_style);
  text-transform: var(--h1_transform);
}
.font-size-sub-header svg,
.font-size-title svg {
  width: 3vh;
}
.singlept .font-size-sub-header svg,
.singlept .font-size-title svg {
  fill: #333 !important;
  height: 40px !important;
  width: 40px !important;
}
.stackDisplay .singlept .font-size-sub-header svg {
  margin-bottom: -5px;
}
.listColumns {
  column-count: 3;
  text-align: left;
  max-width: 80%;
  margin: 0 auto !important;
}
.twolistColumns {
  column-count: 2;
  text-align: left;
  max-width: 360px;
  margin: 0 auto 45px !important;
}
.font-size-sub-header {
  letter-spacing: 1px;
}
a#print-recipe-button {
  display: block !important;
}
p {
  margin-bottom: 1.625em;
}
a {
  text-decoration: none;
  color: #413f3d;
  font-weight: 700;
}

#fancybox-close {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#fancybox-left,
#fancybox-right {
  visibility: visible;
}
a[ID]:not([href]):before {
  display: block;
  content: " ";
  padding-top: 90px;
  margin-top: -90px;
  visibility: hidden;
  background-color: unset;
  z-index: -1;
  position: absolute;
}
a[ID]:not([href]) {
  padding-top: 90px;
  margin-top: -90px;
  z-index: -1;
  position: absolute;
}
a:hover {
  transition: 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus img,
#header-links a:focus,
#header-links a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}
ul {
  list-style-type: disc;
}
.nowrap {
  white-space: nowrap;
}
.single-recipe #primary {
  margin-bottom: -60px;
}
.entry-content,
.entry-summary,
.singular .hentry {
  padding: 0 !important;
}
.single .entry-content {
  margin: 0 !important;
}
.page-id-10 .entry-content h2 {
  margin-bottom: 20px;
  font-family: var(--alt_font);
}
.page-id-10 .entry-content h1 {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
.bodyfade {
  display: none;
  display: block;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-content a,
.readmore-content a,
.entry-content a {
  text-decoration: none;
  position: relative;
}
.main-content a:before,
.readmore-content a:before,
.entry-content a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out;
}
.main-content a:hover:before,
.main-content a:focus:before,
.readmore-content a:hover:before,
.readmore-content a:focus:before,
.entry-content a:hover:before,
.blog-feed-post-content a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body {
  padding: 0;
  margin: 0;
  color: #413f3d;
  font-family: var(--body_font), serif;
  font-size: 20px;
  line-height: 1.4em;
}
.largeview {
  display: none;
  position: fixed;
  z-index: -3;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(5px) grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: blur(5px) grayscale(100%);
}
.largeview img {
  width: 100%;
  height: 100%;
}
#header-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
#hlogo,
#logo {
  width: 485px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 5%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo-left {
  max-width: 20%;
}
.scrolled .return {
  background: #000;
}
.return a {
  color: #fff;
}
.return {
  width: 96%;
  height: 25px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#007db9e8',GradientType=1);
  color: #fff;
  margin: 0 auto;
  padding: 10px 2%;
}
#logo {
  background: #fff;
  border: 5px double #000;
  box-shadow: 0 0 15px #000;
  padding: 1% 0;
  height: inherit;
}
.logo-center {
  left: 50% !important;
  margin-left: -170px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header_logo img {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header_logo_text:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
#logo .font-size-title {
  font-size: 40px;
  letter-spacing: 0;
}
#logo p {
  margin: 0;
  line-height: 1.3em;
}
.side-reserve {
  position: fixed !important;
  top: 34%;
  right: 40px;
  padding: 5px 25px !important;
  z-index: 9997 !important;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: right top 0;
  width: 155px;
  height: 29px;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  background: var(--cta_color) !important;
  color: var(--cta_font_color) !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  font-weight: 300;
}
a.custom-button {
  margin-bottom: 1.625em !important;
}
a.custom-button:before {
  background: transparent !important;
  height: 100% !important;
}
.side-reserve:hover:after {
  background: #fff !important;
}
.side-reserve:hover {
  color: #000 !important;
}
.top-reserve {
  position: fixed !important;
  top: 72px;
  right: 10.8%;
  z-index: 1002 !important;
  padding: 25px !important;
  text-align: center;
  box-shadow: 0px 3px 12px #000;
}
.box-inner-solid {
  position: relative;
}
.slide-right {
  font-size: 1.5em;
  display: block;
  color: var(--font_plus_color);
  top: -40px;
  right: 25px;
  position: absolute;
  cursor: pointer;
}
.slide-right:hover {
  text-decoration: none;
  opacity: 0.5;
}
.box {
  position: fixed;
  right: -400px;
  top: 0px;
  overflow: hidden;
  background: var(--navbar_color);
  color: var(--font_plus_color);
  width: 400px;
  height: 100%;
  z-index: 9999;
  opacity: 0.9;
  display: none;
}
.boxShow {
  display: block;
}
.box-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.box-inner {
  width: 90%;
  padding: 5%;
  display: table-cell;
  vertical-align: middle;
}
.slideContent {
  max-width: 250px;
  margin: 0 auto;
}
#header-img-wrapper,
#header-img-wrapper-outer,
#header-video-wrapper {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0px auto 20px;
  clear: both;
  z-index: 1001;
}
#header-video-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#header-img-wrapper img {
  position: absolute;
  width: 100%;
}
.grayedhi img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.blurredhi img {
  -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  filter: blur(5px);
}
.scrolldown {
  width: 78px;
  position: absolute;
  z-index: 99999;
  left: 50%;
  bottom: 115px;
  color: #fff;
  margin-left: -39px;
  cursor: pointer;
  text-align: center;
}
.scrolldown span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.scrolldown a {
  color: #fff;
  font-weight: inherit;
}
.scrolldown a:hover,
.scrolldown a:focus {
  text-decoration: none;
}
.header-img-bottom {
  position: absolute;
  bottom: -9px;
  z-index: 1001;
}
#header-img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 56.2%;
}
#header-img-wrapper iframe,
#header-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.headerMap {
  margin-top: 70px;
}
#page {
  margin: 0px auto 0;
  max-width: 1920px;
  position: relative;
  width: 100%;
  z-index: 1000;
}
#main {
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
}
#page-top {
  position: relative;
  margin: 45px auto;
  width: 94%;
  text-align: center;
}
#page-top .font-size-sub-title {
  margin-bottom: 0;
  line-height: 1.5em;
}
#content {
  padding: 0 0 3%;
  margin: 0;
  width: 100%;
}
#content ul,
#content ol {
  margin: 1em 0 1em 3em;
}
#content li {
  padding: 0.1em 0;
}
#primary {
  float: none;
  margin: 0 auto;
  width: 90%;
  padding: 0 5%;
}
.page-template-sidebar-page #primary {
  float: left;
  width: 70%;
  padding: 0;
}
.page-template-packages-page .rm-full {
  width: 84%;
  padding: 0 8% 45px;
}
.ngg-gallery-thumbnail img {
  margin: 10px 0 10px 10px !important;
}
#secondary {
  float: right;
  margin: 0 0 3%;
  width: 27.5%;
  text-align: center;
}
#secondary img {
  border: 1px solid #456314;
  box-shadow: 5px 5px 5px #000;
  padding: 2%;
  height: auto;
  margin: 15px auto;
  max-width: 94%;
}
#inn-gallery {
  list-style: none;
}
#nav-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1002;
  height: 66px;
  clear: both;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 5px solid rgba(255, 255, 255.4);
  box-shadow: 0 15px 15px #000;
  background: var(--navbar_background);
}
#nav-wrapper.nav-wrapper-fade-links {
  position: relative;
  width: 100%;
  border-bottom: none !important;
  box-shadow: none !important;
  max-width: 1920px;
  background: none;
}
.nav-wrapper-fade {
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  height: 310px;
  clear: both;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: -moz-linear-gradient(
    top,
    var(--navbar_fade_full) 0%,
    var(--navbar_fade) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    var(--navbar_fade_full) 0%,
    var(--navbar_fade) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    var(--navbar_fade_full) 0%,
    var(--navbar_fade) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: none !important;
  box-shadow: none !important;
  position: fixed;
}
.mobileScroll {
  display: none !important;
}
.responsive_menu {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.rm-full {
  width: 84%;
  padding: 0 8% 45px;
}
#TB_window {
  z-index: 10000 !important;
}
.recipe-listing {
  overflow: hidden;
  padding: 3% 0;
  border-bottom: 1px solid #000;
}
.recipe-thumbnail img {
  float: left;
  margin: 0 30px 0 0;
}
#footer-mid {
  max-width: 1920px;
  margin: 0 auto;
}
#site-generator {
  border-top: none;
  color: #000;
  padding: 3% 5% 3% 8%;
  text-align: center;
  overflow: hidden;
  font-size: inherit;
  line-height: inherit;
  font-size: 17px;
}
#site-generator a {
  color: #000;
  font-weight: 400;
  white-space: nowrap;
}
.col {
  display: inline-block;
  width: 45%;
  padding: 0 2%;
  vertical-align: top;
  text-align: left;
}
.gallery {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
}
#slides {
  position: relative;
  height: 80px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.showing {
  opacity: 1;
  z-index: 2;
}
.footer-logo {
  padding-bottom: 15px;
}
.footer-business-name {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.social_buttons_row {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 10px;
}
.social_buttons_row a {
  margin: 4px 6px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  fill: #000;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
}
.social_buttons_row a:hover {
  text-decoration: none;
}
#site-generator .font-size-sub-title {
  color: #000;
  text-align: center;
  margin-bottom: 0.625em !important;
  font-family: var(--body_font);
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
}
#site-generator .font-size-title {
  color: #000;
  font-size: 40px;
  margin-bottom: 15px !important;
  text-align: center;
  text-transform: inherit;
  font-family: var(--google_font);
}
.col {
  vertical-align: middle;
}
#sub-footer {
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  padding: 2% 5%;
  background: #eee5d3;
  color: #000;
  width: 90%;
}
#sub-footer a {
  font-weight: 400;
  color: #000;
}
#sub-footer p {
  margin-bottom: 0;
}
#supplementary {
  margin-bottom: 40px;
  clear: left;
  padding: 0;
  overflow: visible;
  border: none;
}
#supplementary ul {
  margin: 1em 0 1em 1.5em;
  text-align: left;
}
#supplementary .widget ul li {
  color: inherit;
}
#mc-embedded-subscribe,
#wpforms-submit-9090 {
  display: table !important;
  margin: 0 auto !important;
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  position: relative !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  width: initial !important;
  text-transform: uppercase;
}
.ctct-inline-form,
#wpforms-9090 {
  max-width: 300px;
}
#email_address_label_0 {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.formIcon {
  position: absolute;
  right: 50%;
  bottom: 52px;
  margin-right: -260px;
  max-width: 13% !important;
  display: none;
}
.button:hover svg,
.button.findIcon:hover svg {
  fill: var(--cta_font_color) !important;
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.widget-title {
  font-size: 26px;
  text-align: center;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  margin: 0 auto 0.4em;
}
a.btn-link:hover,
a.btn-link:focus img,
a.btn-link:focus {
  zoom: 1;
  opacity: 0.5;
  text-decoration: none;
}
#google-map-frame {
  border: 0;
  width: 100%;
  margin: 0px auto 40px;
  height: 500px;
}
/*.anchorlink, tabAnchor{display:block;margin-top:-90px !important;padding-top:90px !important; position: absolute;}*/
tabAnchor {
  margin-top: -225px !important;
  padding-top: 225px !important;
}
.anchorlink:hover,
.tabAnchor:hover {
  position: relative;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#dropdown-alert {
  padding: 20px 3%;
  width: 94%;
  overflow: visible;
  box-shadow: 0 5px 5px #666;
  text-align: center;
  position: relative;
  background: #e6e6e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
}
.t-close,
.t-open {
  position: absolute;
  right: 1.5%;
  bottom: 5px;
  z-index: 1002;
  cursor: pointer;
  overflow: hidden;
}
.fa-angle-double-down:before,
.fa-angle-double-up:before {
  content: "\00bb";
  font-size: 75px;
  color: #ededed;
  text-shadow: 2px -2px 2px #000;
  padding: 20px 20px 40px 0;
  transform: rotate(90deg);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.fa-angle-double-up:before {
  transform: rotate(-90deg);
  text-shadow: -2px 2px 2px #000;
  padding: 10px;
}
.t-open {
  display: none;
  top: 0;
  bottom: inherit;
}
.dda-title {
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 19px;
}
.dda-desc {
  margin: 0 50px;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 19px;
}
.center-pop-up {
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(000, 000, 000, 0.8);
  left: 0;
}
#sidealertButton {
  position: fixed !important;
  top: 43%;
  left: 0;
  z-index: 9997;
  background: var(--cta_color);
  color: var(--cta_font_color);
  padding: 30px 0 0 !important;
  text-align: center;
  font-size: 40px;
  display: none;
  width: 50px;
  height: 60px;
}
#sidealertButton:hover {
  background: #fff;
  color: #000;
}
.sidealert {
  left: -50%;
  position: fixed;
  top: 30%;
  z-index: 9999;
  width: 50%;
}
.sidealert #center-pop-up-inner {
  max-width: 100%;
}
.center-pop-up section {
  height: 100%;
}
.center-pop-up .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#center-pop-up-inner {
  display: inline-block;
  height: auto;
  max-width: 70%;
  min-height: 100px;
  vertical-align: middle;
  position: relative;
  z-index: 10001;
}
.pop-head {
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  text-align: center;
  font-family: var(--alt_font);
  color: var(--page_title_color);
  padding: 25px 3%;
}
.pop-content {
  width: 100%;
  background: #fff;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  border: 1px solid #fff;
  box-shadow:
    0px 0px 35px #000,
    0px 0px 15px #000;
}
.pop-content .left-half {
  margin-bottom: -6px !important;
}
.poptable {
  display: table;
}
.description {
  width: 90%;
  margin: 0 auto 5%;
  text-align: center;
}
.popimg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.description {
  text-align: left;
}
.pop-form {
  padding: 5% 0 0;
}
.pop-content .button,
.page-template-sidebar-page #primary .button {
  display: table;
  margin: 30px auto 0;
}
.popupCloseButton {
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  position: absolute;
  top: 20px;
  right: 23px;
  font-size: 30px;
  line-height: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: var(--font_plus_color);
  text-shadow: 2px 2px 2px #000;
}
.popupCloseButton:hover,
.popupCloseButton:focus {
  opacity: 0.5;
  text-decoration: none;
}
.two-col {
  text-align: center;
}
.two-col .rm-full {
  padding: 0 8% 3% !important;
}
.twoCol-img {
  position: relative;
}
.two-col .rm-full .button {
  margin: 0 auto;
}
#blog-feed {
  padding: 0 5%;
  text-align: center;
  margin: 0 auto 3%;
  width: 90%;
}
#blog-feed div {
  display: inline-block;
  width: 30%;
  max-width: 450px;
  margin: 1%;
  vertical-align: top;
  text-align: left;
  background: var(--accent_color);
  overflow: hidden;
}
.singlePost div {
  width: 100% !important;
  max-width: 75% !important;
  margin: 1% auto;
}
#blog-feed div a:hover {
  text-decoration: none;
}
#blog-feed div img {
  width: 100%;
}
.mosaicPost img {
  float: left;
}
.blog-feed-post-title {
  font-size: 24px;
  font-weight: 400;
  margin: 15px;
  display: block;
}
.blog-feed-post-content {
  margin: 0 15px 15px;
  display: block;
  font-size: 17px;
  line-height: 1.5em;
}
#blog-feed .font-size-title {
  margin-bottom: 3%;
}
.mosaicPost div {
  width: 100% !important;
  background: none !important;
  position: relative;
  margin: 0 !important;
}
.mpost,
.mtpost {
  width: 100%;
  max-width: 550px;
  display: inline-block;
  vertical-align: top;
}
.mosaicPost .blog-feed-post-title {
  position: absolute;
  bottom: 0px;
  background: var(--accent_color);
  opacity: 0.8;
  padding: 15px 3%;
  width: 94%;
  margin: 0;
}
.nav-next a {
  float: right;
  margin-top: 2px;
}
.rm-full .font-size-title,
.tabs-stage .font-size-sub-title {
  display: block;
  text-align: center;
  line-height: 1em;
}
.page-id-32 .tabs-stage {
  margin-bottom: 0;
}
#properties .rm-full p:last-child {
  margin-bottom: 0;
}
#properties .rm-full {
  background: none !important;
  padding-top: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.room-row {
  overflow: hidden;
  padding: 3% 0 0;
}
.room-roll {
  text-align: center;
  font-size: 0;
}
.room-roll .allFeatures {
  display: none;
  padding: 1px;
  text-align: left;
  margin: 30px;
  background: linear-gradient(
    180deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.room-roll .allFeatures-inner {
  background: var(--accent_color);
  padding: 2% 6%;
}
.rm-half,
.stackDisplay {
  width: 44%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-size: 20px;
}
.room-roll .stackDisplay,
#options .stackDisplay {
  padding: 0 3% 3%;
}
.room-roll .stackDisplay {
  padding: 0 0 3%;
}
.room-roll .rm-half,
.stackDisplay {
  width: 50%;
}
.stackDisplay:nth-last-child(1):nth-child(odd),
.room-roll .rm-half:nth-last-child(1):nth-child(odd) {
  width: 50%;
}
.room-roll .rm-rotation {
  padding: 0 3%;
}
.room-roll .backgroundWrap {
  height: 80%;
  top: 0;
}
#options .stackDisplay,
#options .rm-half.fullDisplay {
  margin: 0 3% 3%;
  width: 43%;
  padding: 0 !important;
  text-align: left;
}
#options .rm-half.stackDisplay,
#options .rm-full.fullDisplay {
  width: 100%;
  text-align: left;
  margin: 0;
}
#options .rm-full.fullDisplay {
  padding: 0 0 3%;
}
.stackDisplay .font-size-sub-header {
  padding: 0 25px;
  margin: 0;
  text-align: left;
}
#options .stackDisplay .font-size-sub-header,
#options .altDisplay .font-size-sub-header {
  padding: 0;
}

.stackDisplay .button,
.altDisplay .button,
.fullDisplay .button {
  display: inline-block !important;
  margin: 5px 10px !important;
}
.stackDisplay .rm-rotation,
#options .stackDisplay .rm-half {
  position: relative;
  display: block;
}
.stackDisplay .rm-content,
#options .stackDisplay .rm-half:last-child {
  padding: 25px 3% 0;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.stackDisplay .bx-wrapper .bx-controls-auto {
  top: 77%;
}
.singlermimg {
  margin-bottom: -8px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 50px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  left: 50px;
}
body.page-template.page-template-all-rooms-page
  .room-roll
  .stackDisplay
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-pager {
  left: unset;
}
.bx-prev img,
.bx-next img,
#sidealertButton img {
  width: 27px;
}
#options .stackDisplay .rm-half:last-child {
  padding: 5%;
}
.fullFeatured {
  float: right;
  margin-left: 3%;
}

.fullDisplay {
  width: 94% !important;
  text-align: center;
  margin: 0 3%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.room-roll .fullDisplay {
  margin: 0 3% 3%;
}
.room-roll .fullDisplay:first-of-type {
  margin-top: 1.5%;
}
.fullDisplay .font-size-sub-header {
  padding: 0;
  margin: 0;
  text-align: left;
}
.page-template-all-rooms-page .fullDisplay .font-size-sub-header {
  padding: 0 25px;
}
.page-template-all-rooms-page .altDisplay .font-size-sub-header {
  padding: 0 25px;
}
.imgslider {
  background: none;
  box-shadow: none;
  width: 75%;
  margin: 0 auto;
  position: relative;
  max-width: 1400px;
}
.fullDisplay .rm-rotation {
  max-width: 1400px;
  margin: 0 auto 60px;
  position: relative;
}
.fullDisplay .rm-content {
  width: 75%;
  margin: 0 auto;
}
.altDisplay .singlermimg {
  margin-bottom: 0 !important;
}
.page-template-all-rooms-page .room-price {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 1.2em;
  text-transform: capitalize;
  color: #000;
  padding: 0 25px;
}
.altDisplay .room-price {
  padding: 0 25px;
}
.altDisplay {
  width: 100% !important;
  text-align: center;
  margin: 3% 0;
  vertical-align: top;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.altDisplay .rm-rotation,
#options .rm-half.altDisplay {
  width: 43%;
  max-width: 745px;
  margin: 0 3%;
  display: inline-block;
  position: relative;
  padding: 0;
}
.altDisplay .rm-content {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3%;
}
.altDisplay .font-size-sub-header {
  padding: 0 3%;
  margin: 0;
  text-align: left;
}
.single-room .rm-rotation {
  max-width: 1920px;
  margin: 3% auto;
  position: relative;
}
.b-excerpt .blog-title {
  display: none;
}
.blog-title a {
  font-weight: normal !important;
}
.rur {
  position: absolute;
  top: 9px;
  right: 6px;
  background-image: url(../images/icon-allrooms-ada.png);
  width: 30px;
  height: 30px;
  z-index: 9;
}
.all-room-content {
  padding: 0 25px 25px;
  text-align: left;
}
.all-room-content p {
  margin-bottom: 0;
}
.all-room-content a {
  display: none;
}
.amenities {
  padding-top: 45px !important;
}
.bx-wrapper {
  max-width: 745px !important;
  margin: 0 auto;
}
.room-top {
  display: inline-block;
  width: 82%;
  padding: 0 9%;
  background: var(--navbar_color);
  color: var(--font_plus_color) !important;
  position: relative;
  border-bottom: 5px solid rgba(255, 255, 255.4);
}
.room-top h1 {
  color: var(--font_plus_color) !important;
  margin: 0;
  display: inline-block;
  padding: 2%;
  width: 94%;
}
.single-room-price {
  font-family: var(--body_font), serif;
  font-size: 25px;
}
.room-top-sub {
  background: var(--navbar_color);
  color: var(--font_plus_color) !important;
  opacity: 0.8;
  width: 96%;
  padding: 1% 2%;
  box-shadow: 0 10px 30px #000;
  text-align: center;
}
.room-top-sub .font-size-sub-title,
.room-top svg {
  fill: var(--font_plus_color) !important;
  color: var(--font_plus_color) !important;
  display: inline-block;
}
.np-links {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.room-banner {
  position: relative;
  margin-left: -2%;
  width: 104%;
  box-shadow: 0 0 15px #000;
}
.page-template-single-room-page #content {
  padding: 0;
}
.single-room #page {
  margin: -16px auto 0;
}
.single-room #page-top .fa-wheelchair {
  height: 32px;
  width: 32px;
  background-color: var(--page_title_color);
  display: inline-block;
  background-image: url(../images/icon-single-room-ada.png);
  background-size: cover;
  margin-left: 0.3em;
  border-radius: 5px;
  border: 5px solid #fff;
  vertical-align: top;
}

.rlbutton {
  border: 1px solid transparent;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
  cursor: pointer;
  user-select: none;
  font-weight: 400 !important;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding: 21px 0 0;
  background: var(--cta_color) !important;
  color: var(--cta_font_color) !important;
  width: 165px;
  height: 45px;
  text-align: center;
}
.rlbutton:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 0;
  width: 0%;
  height: 1px;
  background: var(--cta_color);
  box-shadow: inset 0px 0px 0px #000;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
}
.rlbutton:hover:before {
  width: 100%;
}
.rlbutton:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 0;
  width: 0%;
  height: 1px;
  background: var(--cta_color);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0.24, 0, 1);
}
.rlbutton:hover:after {
  width: 100%;
}
.rlbutton:hover {
  border-left: 1px solid var(--cta_color);
  border-right: 1px solid var(--cta_color);
  text-decoration: none;
  background: #fff !important;
  color: #000 !important;
  opacity: 1;
}

.single-room .rm-full p:last-child {
  margin-bottom: 0;
}
#room-bar {
  background: var(--accent_color);
  width: 94%;
  text-align: center;
  color: #000;
  position: relative;
  padding: 30px 3%;
  margin: 3% 0;
}
#room-bar a {
  color: #000;
}
.room-price {
  display: block;
  text-align: left;
  margin: 2% 0 0 0;
}
/* .one{position:absolute;left:10%;top:18px;color:var(--cta_font_color)!important}
.two{position:absolute;right:10%;top:18px;color:var(--cta_font_color)!important} */
#room-navigation {
  text-align: center;
  margin-bottom: 2em;
}
#room-navigation a:hover,
#room-navigation a:focus,
#room-navigation a:active {
  text-decoration: none;
}
#room-navigation p {
  white-space: nowrap;
  margin: 0.5em 0;
}
.prev-room,
.next-room {
  white-space: nowrap;
  font-size: 25px;
  padding: 6px 0 15px !important;
  vertical-align: top;
  margin: 0 4px 0 0px;
  width: 65px;
}
.np-links .rlbutton span {
  font-size: inherit;
}
.prev-room span,
.next-room span {
  font-size: 11px !important;
  display: block !important;
}
#options .rm-full img {
  width: 100%;
}
#options .rm-full-content {
  padding-left: 0;
  min-height: 320px;
  text-align: left;
}
#options .rm-full .button {
  margin: 0 3% 1.625em 0 !important;
  display: inline-block !important;
}
#options .rm-full .all-option-more-content,
.open-more-content {
  display: none;
  clear: both;
  margin-top: 5%;
}
.open-more-content {
  margin-bottom: 5%;
}
.option-rm,
.open-rm {
  cursor: pointer;
  margin-left: 20px;
}
#options .rm-full p {
  margin-bottom: 30px;
}
#options .rm-full p:last-child {
  margin-bottom: 0;
}
#options .rm-full.backgroundScroll {
  margin: 0 0 45px !important;
  padding: 3% 0 !important;
  width: 100%;
}
#options .rm-full.backgroundScroll .rm-half {
  background: rgba(255, 255, 255, 0.8);
  padding: 3% !important ;
  text-align: left;
  display: block;
  margin: 0 auto;
}
#options .rm-full.backgroundScroll .rm-half:first-of-type {
  display: none;
}
#options .altDisplay {
  margin: 0;
  width: 100%;
  padding: 0 0 3%;
}
.bg-mobile-img {
  display: none !important;
}
.rm-full ul,
.rm-full ol,
.optionContent.right-half ul,
.optionContent.right-half {
  list-style-position: outside;
  margin: 0 0 20px 2em;
}
.rm-full ul ul,
.rm-full ol ol {
  margin: 0 0 0 2em;
}
.cost {
  display: inline-block;
  margin-bottom: 30px;
}
.rm-full {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rm-full-inner,
.single-recipe #primary {
  width: 84%;
  padding: 0 8% 3%;
  margin: 0 auto;
  overflow: hidden;
}
.rm-full .button,
.left-content .button,
.right-content .button,
.hover-content .button {
  display: table;
  margin: 0 auto 2px;
}
.readmore-content {
  display: none;
  margin-top: 1.625em;
}
.first_column,
.second_column {
  display: inline-block;
  width: 48%;
  margin: 0 1.5%;
  vertical-align: top;
  overflow: hidden;
}
.first_column {
  margin-left: 0;
}
.second_column {
  margin-right: 0;
}
.full-screen-image {
  position: relative;
  text-align: center;
}
.full-screen-image img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  vertical-align: bottom;
}
.full-screen-content p:last-child {
  margin-bottom: 0;
}
.full-screen-content .button:before,
.hover-content .button:before {
  border: 2px solid var(--cta_color);
  top: -2px;
  border-left: 0;
  border-right: 0;
}

.section-title {
  width: 94%;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px 3%;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}
#gallery {
  text-align: center;
  padding: 0 3%;
  width: 94%;
}
#gallery img {
  margin: 0 1.9% 1.9%;
  max-width: 490px;
  width: 28%;
  box-shadow: 0 0 15px #000;
}
#gallery img:hover {
  opacity: 0.5;
}
.a2a_floating_style .a2a_svg {
  border-radius: 35px !important;
  background-color: var(--cta_color) !important;
}
.a2a_floating_style .a2a_svg path {
  fill: var(--cta_font_color) !important;
}
.a2a_svg {
  padding: 10px !important;
}
#newsletter-bar {
  background: var(--navbar_color);
  width: 94%;
  padding: 30px 3%;
  text-align: center;
  color: var(--font_plus_color);
  margin-bottom: 3%;
}
.n-title {
  font-weight: 700;
}
.n-desc {
  margin: 0 50px;
}
.n-button {
  background: #fff !important;
  color: #000 !important;
}
#affilate-bar {
  width: 79%;
  padding: 0 10.5% 30px;
  position: relative;
  text-align: center;
}
#affilate-bar img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  max-height: 90px;
  margin: 0 25px;
  max-width: 100%;
}
#affilate-bar img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
#affilate-bar .slick-prev {
  left: -55px;
}
#affilate-bar .slick-next {
  right: -55px;
}
#thinkreservationsform {
  border: none !important;
  max-width: 230px;
}
#thinkreservationsform input[type="text"] {
  cursor: pointer !important;
  width: 225px !important;
  height: 55px !important;
  padding: 5px !important;
  border: 1px solid #c2c2c2 !important;
  background: var(--navbar_color);
  box-shadow: inset 0 2px 3px 1px hsla(0, 0%, 50%, 0.1) !important;
  outline: 0 !important;
  font-size: 30px !important;
  text-align: center;
  color: var(--font_plus_color);
  font-weight: normal !important;
}
#thinkreservationsform p {
  margin-bottom: 0;
  display: inline-block;
}
#thinkreservationsform label {
  color: transparent !important;
  width: 1px;
  height: 1px;
  position: absolute;
}
a#submit {
  display: block !important;
  background: #fff;
  height: inherit !important;
  line-height: 21px;
  clear: both;
  padding: inherit !important;
  margin: 0 auto 0 3px !important;
  float: none;
  width: 220px;
  color: #000;
}
a#submit:hover {
  border: none;
  color: #fff;
}
.fa-angle-double-right:before,
.fa-angle-double-left:before {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  font-style: normal;
  vertical-align: text-bottom;
  display: inline-block;
}
.nav-previous a:hover .fa-angle-double-left:before,
.nav-next a:hover .fa-angle-double-right:before {
  text-decoration: none;
}
.fa-angle-double-right:before {
  content: "\00bb";
  margin-left: 0.2em;
}
.fa-angle-double-left:before {
  content: "\00ab";
  margin-right: 0.2em;
}
#mobile-bottom {
  display: none;
}
#site-generator .col p {
  margin-bottom: 0;
}
.embed-signup {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.news-left {
  flex: 0 100%;
}
.news-right {
  flex: 0 30%;
}
.prev {
  left: 3%;
}
.prev svg {
  margin-right: -15px;
}
.next {
  right: 3%;
}
.next svg {
  margin-left: -15px;
}
.r-button {
  position: absolute;
  top: 46%;
  color: var(--cta_color);
  cursor: pointer;
  z-index: 10;
  padding: 10px 0 4px 0px;
  text-align: center;
  width: 50px;
  font-size: 40px;
}
.r-button:hover {
  text-decoration: none;
}
.r-button svg {
  height: 30px;
  width: 30px;
  fill: var(--cta_color);
}
.container {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.container div {
  width: 90%;
  opacity: 0;
  display: none;
  -webkit-animation: fadeout 2s;
  -moz-animation: fadeout 2s;
  -ms-animation: fadeout 2s;
  -o-animation: fadeout 2s;
  animation: fadeout 2s;
  margin: 0 auto;
}
.container img {
  width: 100%;
  height: auto;
}
.container div.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.rm-rotation .backgroundWrap {
  z-index: -1;
  bottom: 0;
}
.single-room .rm-rotation .backgroundWrap {
  z-index: 0;
}
.roomButtons {
  text-align: center;
  margin-bottom: 3%;
}
.roomButtons a {
  margin: 0 1%;
  padding: 25px 25px 27px !important;
}
.roomButtons .button:focus {
  padding: 20px 70px 20px 50px;
}
.roomButtons svg {
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.roomButtons .findIcon {
  padding: 12px 70px 12px 50px;
}
.roomButtons .findIcon svg {
  max-width: 100px !important;
  max-height: 65px !important;
  width: 60px !important;
}
.all-room-content p {
  margin-bottom: 10px;
}
.mobileStack {
  margin: 0 -3.2% 0 -3% !important;
}
.mobileStack svg,
.findIcon svg {
  width: 2vw !important;
}
.findIcon {
  margin-right: 3% !important;
}
.mega-findIcon svg {
  margin-top: -12px;
  width: 50px !important;
  height: auto !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  line-height: 20px !important;
}
#findRoom,
#fullMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.9+100;White+to+Transparent */
  background: -moz-linear-gradient(
    top,
    rgba(219, 218, 216, 1) 0%,
    rgba(219, 218, 216, 0.9) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(219, 218, 216, 1) 0%,
    rgba(219, 218, 216, 0.9) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(219, 218, 216, 1) 0%,
    rgba(219, 218, 216, 0.9) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad8', endColorstr='#dbdad8',GradientType=0 ); /* IE6-9 */
  color: #000;
  text-align: center;
  padding: 8% 3%;
  z-index: 9999;
}
#findRoom {
  padding: 0%;
  overflow-y: scroll;
  height: 100vh;
}
#findRoom .room-roll {
  flex: 0 100%;
}
#findRoom .rm-full {
  padding-bottom: 25px;
}
.filters {
  background: #697184;
  padding: 2%;
  color: #fff;
  display: block;
  width: 15%;
  min-width: 149px;
  position: fixed;
  top: 0;
  left: 3%;
  bottom: 0;
  border-left: 5px #b1a6a4 ridge;
  border-right: 5px #b1a6a4 groove;
}
.filters p {
  margin: 20px 0 5px;
}
.filterFields {
  height: 94vh;
  text-align: center;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 3%;
  margin-left: 21%;
}
.closeFind {
  position: absolute !important;
  top: 3%;
  right: 3%;
  cursor: pointer;
  color: #000;
  z-index: 999;
  padding: 0.5rem 10px !important;
}
.filterFields .font-size-title {
  display: inline-block;
  padding: 0 10px;
  font-size: 35px;
}
.filterOptions {
  max-width: 250px;
  text-align: left;
  margin: 0 auto;
}
.filterOptions select {
  width: 100%;
  padding: 5%;
  font-size: 17px;
  border: 1px solid #000 !important;
}
.filterOptions input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
}
.room-filtered {
  opacity: 0.25;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
}
.fwidget {
  margin: 20px 0;
  display: block;
}
.fTitle svg {
  width: 50px;
  height: auto;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
.fTitle {
  font-size: 27px;
  color: #fff;
  line-height: 0em;
}
.bedType {
  font-size: 16px;
  line-height: 1.3em;
}
.froom {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1% 15px;
  font-size: 15px;
  width: 35%;
  max-width: 300px;
}
.froom p {
  margin: 0;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.froom p svg {
  fill: #000;
  vertical-align: sub;
  width: 17px;
}
.filterButtons {
  display: flex !important;
}
.froom .button {
  flex: 50%;
  font-size: 2vh !important;
}
.imageBox {
  position: relative;
}
.popMore {
  padding: 9px 0px 11px !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.popAvail {
  padding: 9px 0px 11px !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.perfect {
  display: table !important;
  margin: 0 auto 45px !important;
}
.perfect svg {
  width: 70px !important;
  height: 60px !important;
  display: inline-block;
  vertical-align: middle;
}
/*.froom .button {font-size: 15px;padding: 0 10px;display: inline-block;margin: 0 5px;}*/
#tab-bar {
  width: 100%;
  text-align: center;
  background: #ededed;
}
#tab-bar a,
#tab-bar span {
  display: inline-block;
  color: #000;
  padding: 30px 0;
  margin: 0 -3px;
  font-weight: normal;
  width: 21%;
  font-size: 1.2em;
  background: #ededed;
  text-transform: uppercase;
}
.page-template-all-rooms-page #tab-bar a {
  width: 24%;
}
#tab-bar a.active {
  background: var(--cta_color);
  color: var(--cta_font_color);
}
#tab-bar a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}
#tab-bar select {
  width: 200px;
  font-size: 20px;
  padding: 5px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 15px;
}
#tab-bar option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  background: #fff;
  color: #000;
}
.tabs-stage {
  position: relative;
  margin: 3% auto;
  width: 100%;
  display: block;
}
.tabs-stage div[class^="tab-"] {
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-animation: fadeout 1s;
  -moz-animation: fadeout 1s;
  -ms-animation: fadeout 1s;
  -o-animation: fadeout 1s;
  animation: fadeout 1s;
}
.tabs-stage div[class^="tab-"] p:first-of-type {
  text-align: center;
}

/*  Custom Styles Added ------------------------------------------------------------------ */
.page-id-7626 .staggard-wrap {
  align-items: normal;
}
.threeColumn {
  text-align: center;
  margin-bottom: 3%;
}
.column {
  position: relative;
  display: inline-block;
  width: 27%;
  max-width: 560px;
  line-height: 1.3em;
}
.column:first-of-type {
  float: left;
}
.column:last-of-type {
  float: right;
}
.imagewrap {
  position: relative;
}
.imageDecor {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -165px;
  text-align: center;
  width: 330px;
}
.altDisplay .rm-rotation .imageDecor {
  display: none !important;
}
.imageDecor img {
  border-radius: 0;
}
.rm-content .imageDecor {
  bottom: inherit;
  top: -39px;
}
.colTitle {
  display: block;
  color: #000;
  font-weight: normal;
  padding: 15px 10px;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--body_font);
}
.colDesc {
  font-size: 18px;
}
.optionWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.optionWrap.altOption {
  flex-direction: row-reverse;
}
.optionWrap.altOption .left-half {
  margin: 0 0 45px 0.1%;
}
.optionWrap.altOption .left-half img {
  margin: 0 -10px 0 0;
}
.optionWrap.altOption .right-half {
  margin: 0 2em 20px 0em;
}
.left-half,
.right-half {
  margin-bottom: 45px;
  flex: 0 49.9%;
}
.left-half {
  margin-right: 0.1%;
}
.right-half {
  margin-left: 0.1%;
}
.left-sixty,
.right-sixty {
  margin-bottom: 45px;
  flex: 0 55%;
}
.left-fourty,
.right-fourty {
  margin-bottom: 45px;
  flex: 0 45%;
}
.left-half img,
.left-sixty img,
.left-fourty img {
  margin-left: -10px;
}
.right-half img,
.right-sixty img,
.right-fourty img {
  margin-right: -10px;
}
.imgHover img {
  margin: 0;
}
.pDivide,
.pDivideLeft,
.pDivideRight {
  border: none;
  background: #413f3d;
  height: 3px;
  margin: 30px auto;
  background-position: 0 center;
  position: relative;
  width: 60%;
}
.pDivide {
  border-radius: 50%;
}
.pDivideLeft {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  display: inline-block;
  max-width: 300px;
  margin-bottom: 0.6%;
  width: 15%;
}
.pDivideRight {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  display: inline-block;
  max-width: 300px;
  margin-bottom: 0.6%;
  width: 15%;
}
.pDivide img {
  max-width: 39px;
  position: absolute;
  left: 50%;
  margin: -20px 0 0 -25px !important;
  background: #fff;
  padding: 0 6px;
}
.backgroundWrap {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 45px;
  right: 0;
  margin: auto;
}
.noMargin {
  margin-bottom: -1px !important;
}
.pageOptions .right-half,
.pageOptions .left-half {
  vertical-align: middle;
  transition-duration: 2s;
}
.optionWrap.active {
  flex-direction: column;
}
.pageOptions .active .right-half,
.pageOptions .active .left-half {
  width: 100%;
  vertical-align: top;
  transition-duration: 2s;
}
.pageOptions .active .left-half {
  width: 0;
  height: 0;
  opacity: 0;
  transition-duration: 0.5s;
}
.contact-info {
  text-align: center;
}
.popNav {
  all: initial !important;
  vertical-align: top !important;
}
.popNav * {
  all: unset !important;
}
.popNav .mega-toggle-blocks-right,
.popNav .mega-indicator,
.popNav .mega-menu-item-6217,
.popNav .mega-menu-item-6218,
.popNav .mega-menu-item-6219,
.popNav .mega-menu-item-6216,
.popNav .mega-menu-item-6722 {
  display: none !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu.mega-menu-item {
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
  line-height: 1.5em !important;
  padding: 0 30px !important;
  vertical-align: top !important;
}
.popNav #mega-menu-item-6395 {
  border-left: none !important;
}
.popNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  position: relative !important;
  line-height: 1.5em !important;
  padding: 0 30px !important;
}
.popNav ul.mega-sub-menu {
  display: block !important;
  line-height: 2em !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  display: block !important;
}
.popNav #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  font-size: 1.3vw !important;
  cursor: pointer !important;
  font-family: var(--body_font) !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  .mega-sub-menu
  a.mega-menu-link,
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 1vw !important;
  color: #000 !important;
  text-transform: lowercase !important;
}
.popNav #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover {
  cursor: default !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  #mega-menu-item-6792
  a.mega-menu-link:hover,
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  #mega-menu-item-7443
  a.mega-menu-link:hover,
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  #mega-menu-item-4851
  a.mega-menu-link:hover,
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  #mega-menu-item-5184
  a.mega-menu-link:hover {
  cursor: pointer !important;
  opacity: 0.5 !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  li
  li
  a.mega-menu-link:hover {
  opacity: 0.5 !important;
  cursor: pointer !important;
}
.popNav #mega-menu-wrap-primary li li a:focus,
.popNav #mega-menu-wrap-split-left li li a:focus,
.popNav #mega-menu-wrap-split-right li li a:focus {
  padding-left: 0 !important;
}
.popNav .mega-logoSpacing {
  font-size: 0 !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #000 !important;
  opacity: 0.5;
}
.popContact {
  position: relative;
  display: block;
  margin: 40px 0;
  line-height: 2em;
  vertical-align: top;
}
.popContact svg {
  max-height: 30px;
  max-width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.popContact .button {
  padding: 1rem 1.2rem !important;
}
.popContact .button:hover:after,
.popContact .button:hover:before {
  background: transparent;
  border: none;
}
.pop-logo {
  display: block;
  margin: 0 auto 30px;
}
.popCmid {
  position: absolute !important;
  top: 4%;
  right: 190px;
  width: 235px;
}
.popCmid a {
  margin: 0 5px;
  width: 30px;
  display: inline-block !important;
}
.popCmid a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.popPhone {
  font-weight: normal;
  width: 140px !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  #mega-menu-item-8776
  a.mega-menu-link:hover {
  cursor: pointer !important;
  opacity: 0.5 !important;
}
.popNav
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_custom_html {
  display: none !important;
}
.entry-content h3,
.comment-content h3 {
  font-size: 20px;
  line-height: 1em;
}
.editorColumn:first-of-type {
  margin-right: 1%;
}
.editorColumn {
  width: 48%;
  vertical-align: top;
  display: inline-block;
}
.i4ewOd-pzNkMb-haAclf {
  background-color: #313d0d !important;
}
.page-id-7626.staggard-wrap {
  align-items: normal;
}
div.filterFields a#results:before {
  padding-top: 30px;
  margin-top: -30px;
}
.litebox-overlay .litebox-nav {
  width: 40px !important;
  height: 40px !important;
  margin-top: -16px !important;
  top: 50% !important;
}

.litebox-overlay .litebox-next {
  right: 5px !important;
}

.litebox-overlay .litebox-prev {
  left: 5px !important;
}
.litebox-overlay .litebox-container {
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: 0%;
}
#comments #comments-title {
  margin-top: 25px;
}

@media only screen and (max-width: 1700px) {
  .mobileStack {
    margin: 0 -2% !important;
  }
  .column .imageDecor img {
    max-width: 75%;
  }
  .fTitle {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1600px) {
  #site-generator .font-size-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1500px) {
  .dda-title,
  .dda-desc,
  .dda-button,
  .n-title,
  .n-desc,
  .n-button {
    font-size: 15px !important;
  }
  .font-size-title {
    font-size: 37px;
  }
  .single-room #page-top .fa-wheelchair {
    height: 30px;
    width: 30px;
  }
  .font-size-sub-title {
    font-size: 20px;
  }
  .single-room .fa-wheelchair {
    height: 30px;
    width: 30px;
  }
  #nav-wrapper #menu-main-menu a {
    font-size: 23px;
  }
  #header-right {
    right: 7%;
  }
  #header-left {
    left: 4%;
  }
  #blog-featured > div:nth-of-type(1) .b-image {
    height: inherit !important;
  }
  #blog-featured > div:nth-of-type(1) .b-image img {
    top: 0 !important;
    transform: inherit !important;
  }
  .font-size-sub-header,
  .recipe-excerpt > p:first-child a {
    font-size: 32px;
  }
  .singlept .font-size-sub-header svg,
  .singlept .font-size-title svg {
    height: 30px !important;
  }
  .colDesc {
    font-size: 16px;
  }
  .colTitle {
    font-size: 24px;
  }
  .room-roll .rm-half,
  .stackDisplay {
    font-size: 16px;
  }
  .sidealert {
    width: 65%;
  }
  .filterFields .font-size-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1425px) {
  .mega-logoSpacing a {
    font-size: 0 !important;
  }
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 18px;
  }
  .rm-half .font-size-sub-header {
    bottom: 7px;
  }
  #blog-feed .font-size-title {
    font-size: 33px !important;
  }
  .rm-half .font-size-sub-header {
    font-size: 25px;
  }
  #site-generator {
    font-size: 18px;
  }
  #sub-footer {
    font-size: 16px;
  }
  .blog-feed-post-title {
    font-size: 22px;
  }
  .blog-feed-post-content {
    font-size: 16px;
  }
  .widget-title {
    font-size: 23px;
  }
  #blog-featured div .blog-title {
    font-size: 20px !important;
  }
  #thinkreservationsform {
    margin: 0 auto;
  }
  .box-inner-solid {
    line-height: 1.2em;
  }
  .box-inner-solid p {
    margin-bottom: 0.8em;
  }
  .fullDisplay .rm-content.noIR {
    width: 100%;
  }
  .fullFeatured {
    width: 45%;
  }
  .leftoverlay .section-content,
  .rightoverlay .section-content {
    line-height: 1.2em;
  }
  .nav-previous,
  .nav-next {
    font-size: 30px !important;
  }
  #hlogo,
  #logo {
    width: 25%;
  }
  .logo-center {
    margin-left: -12.5% !important;
  }
  #logo-spacing {
    max-width: 340px;
    width: 25%;
    height: auto;
  }
  #logo-spacing img {
    opacity: 0;
  }
  .button {
    font-size: 1.2em;
  }
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 16px;
  }
  #thinkreservationsform input[type="text"] {
    font-size: 25px !important;
  }
  .leftoverlay .section-content,
  .rightoverlay .section-content,
  .centeroverlay .rm-full {
    line-height: 1.2em;
  }
  .centeroverlay .rm-full {
    padding: 0 8% !important;
  }
  .nav-previous a,
  .nav-next a {
    font-size: 30px !important;
  }
  #blog-featured div .blog-title {
    font-size: 20px !important;
  }
  .font-size-sub-header svg {
    width: 20px;
    height: 23px;
    vertical-align: bottom;
  }
  .blog-feed-post-title {
    font-size: 20px;
  }
  .font-size-title-2,
  h2 {
    font-size: 32px;
  }
  .font-size-title-3,
  h3,
  .entry-content h3 {
    font-size: 27px;
  }
  .font-size-title-4,
  h4 {
    font-size: 23px;
  }
  #site-generator .font-size-title {
    font-size: 27px;
  }
  #site-generator .font-size-sub-title {
    font-size: 20px;
  }
  .mc_embed_signup .button {
    font-size: 16px;
  }
  #site-generator .col.fade-in.come-in img {
    max-width: 315px;
  }
  .single-room-price {
    font-size: 22px;
  }
  .column .imageDecor img {
    max-width: 55%;
  }
  .birdIcon {
    margin-right: -195px;
  }
  .side-reserve {
    padding: 8px 25px !important;
  }
  #site-generator .font-size-sub-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  .dda-title,
  .dda-desc,
  .dda-button,
  .n-title,
  .n-desc,
  .n-button {
    display: table;
    margin: 5px auto;
    text-align: center;
    font-size: 16px !important;
  }
  .dda-button,
  .n-button {
    margin-top: 20px !important;
  }
  .room-gal span {
    margin-top: -27px;
    padding: 20px 0;
  }
  .leftoverlay .section-content,
  .rightoverlay .section-content {
    font-size: 0.9em;
  }
  .desk {
    bottom: 40px !important;
  }
  #phoneHover {
    bottom: 50px;
  }
  .colTitle {
    font-size: 19px;
  }
  .hover-content .text .button {
    font-size: 13px !important;
  }
  .wrap .colTitle {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1200px) {
  #header {
    width: 96%;
  }
  #page {
    margin: 0 auto;
  }
  #nav-wrapper {
    margin: 0 auto;
  }
  #secondary img {
    max-width: 90%;
  }
  #site-generator {
    margin-bottom: 0;
  }
  #nav-wrapper #menu-main-menu a {
    font-size: 1.9vw;
  }
  .leftoverlay .section-title,
  .rightoverlay .section-title {
    width: 45%;
  }
  .mosaicPost .blog-feed-post-title {
    text-align: center;
  }

  .mosaicPost div {
    margin: 0 !important;
  }
  .mobileStack svg,
  .findIcon svg {
    width: 22px !important;
  }
  .mega-findIcon svg {
    margin-top: -2px;
    width: 35px !important;
  }
  #site-generator .font-size-title {
    font-size: 22px;
  }
  #site-generator .font-size-sub-title {
    font-size: 15px;
  }
  #mce-EMAIL {
    padding: 5px;
    font-size: 15px;
  }
  .popAvail,
  .popMore {
    padding: 4px 10px 6px !important;
    font-size: 12px !important;
  }
  #site-generator .font-size-sub-title {
    font-size: 14px;
  }
  #mce-EMAIL {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .r-center {
    position: relative;
    margin: 0 auto;
    width: 410px;
    height: 60px;
    display: block;
  }
  /*.one,.two{top:8px;left:0;right:0;position:relative} */
  .rm-half,
  .stackDisplay {
    width: 100%;
    margin: 0 auto;
    max-width: 745px;
  }
  .page-template-packages-page #options .rm-half.altDisplay {
    margin-bottom: 0;
  }
  .page-template-packages-page #options .rm-full .button {
    margin: 0 auto 1.625em !important;
    display: table !important;
  }
  #options .rm-full img,
  .recipe-thumbnail img {
    position: relative;
    margin: 0 auto;
    vertical-align: top;
    display: block;
    float: none;
  }
  #options .rm-full-content {
    padding-left: 0 !important;
    min-height: inherit;
  }
  #options .font-size-sub-header {
    text-align: center;
  }
  #options .rm-full .button {
    margin: 0 auto 30px;
    display: table;
  }
  #options .cost {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  } /* jw */
  #options .rm-full.backgroundScroll {
    padding: 15% 0 !important;
  }
  #options .rm-full.backgroundScroll .rm-half {
    width: 94%;
    padding: 35px 3% !important;
  }
  .room-roll .fullDisplay {
    width: 100%;
    margin: 0;
  }
  .fullDisplay .rm-content {
    width: 100%;
  }
  .room-roll .fullDisplay {
    width: 100%;
    margin: 0 0 45px;
  }
  .fullDisplay .rm-content:last-of-type {
    padding-bottom: 0px;
  }
  #options .stackDisplay,
  .altDisplay .rm-rotation,
  #options .rm-half.altDisplay,
  .altDisplay .rm-content {
    width: 100%;
    margin: 0 auto 45px;
    display: block;
    max-width: 745px;
    float: none !important;
  }
  .room-roll .stackDisplay:last-of-type .rm-content,
  .room-roll .altDisplay:last-of-type .rm-content {
    margin-bottom: 0;
  }
  .altDisplay .rm-rotation,
  #options .rm-half.altDisplay {
    margin-bottom: 6% !important;
  }
  #options .altDisplay {
    margin: 0;
    width: 100%;
    padding: 0 0 45px;
  }
  .room-top {
    padding: 15px 9% 10px;
    text-align: center;
  }
  .single-room-price {
    display: block;
    float: none;
    margin: 5px auto;
  }
  .scrolldown {
    font-size: 40px;
    width: 78px;
    margin-left: -39px;
  }
  .single-room #gallery {
    padding: 0 3% 20px;
  }
  #room-bar {
    padding: 23px 3% 17px;
  }
  .widget-title {
    font-size: 19px;
  }
  .recipe-thumbnail img {
    margin: 0 auto 25px;
  }
  .recipe-excerpt .font-size-sub-header {
    margin-bottom: 0.625em;
    text-align: center;
  }
  .room-roll .stackDisplay {
    margin: 3% auto;
  }
  .singlermimg {
    margin-bottom: -3px;
  }
  .rm-half,
  .stackDisplay {
    width: 94%;
  }
  .listColumns {
    column-count: 2;
  }
  .popNav ul.mega-sub-menu {
    line-height: 1.2em !important;
  }
  .popNav #mega-menu-item-6395 .mega-sub-menu {
    margin-top: 29px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #fullMenu {
    display: none !important;
  }
  .filterFields {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .filters {
    width: 96%;
    height: auto;
    display: block;
    margin: 45px auto 3%;
    position: relative;
    left: 0;
    border: none;
  }
  .mobileScroll {
    display: table !important;
    margin: 0 auto;
  }
  .staggard-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mobileLast {
    order: 2;
  }
  .mobileFirst {
    order: 1;
  }
  .backgroundWrap {
    height: 101%;
  }
  .staggard .backgroundWrap {
    display: none;
  }
  .single-room .backgroundWrap {
    height: 80%;
  }
  .social_buttons_row {
    text-align: center;
  }
  #site-generator .font-size-title {
    margin-top: 20px;
  }
  .r-button {
    font-size: 20px;
    padding: 5px 0 2px 0px;
    width: 36px;
  }
  .roomButtons .findIcon {
    padding: 2px 20px 2px 10px;
  }
  .roomButtons a {
    padding: 10px 20px 10px 10px;
  }
  .roomButtons .button:focus {
    padding: 10px 20px 10px 10px;
  }
  .button:focus,
  a#print-recipe-button:focus {
    text-decoration: none;
  }
  .column {
    display: block;
    width: 100% !important;
    margin: 30px auto 45px !important;
    float: none !important;
  }
  .wf-oswald-n4-active {
    background: #000 !important;
  }
  #header-right {
    right: -1%;
  }
  #header-left {
    left: 1%;
  }
  .sidealert .popimg {
    width: 50%;
  }
  .pop-head {
    font-size: 22px;
    padding: 15px 3%;
  }
  .popupCloseButton {
    top: 12px;
  }
  .left-half,
  .right-half {
    width: 75%;
  }
  .right-content .font-size-sub-header,
  .left-content .font-size-sub-header {
    text-align: center;
  }
  .centeroverlay .section-title {
    position: relative;
    top: 0;
    transform: inherit;
    bottom: inherit;
  }
  .staggard-wrap .left-half,
  .staggard-wrap .right-half {
    width: 100%;
  }
  #slides {
    height: 70px;
  }
  .hover-title {
    display: none;
  }
  .hover-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    padding-top: 3%;
  }
  .hover-content .text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: inherit;
  }
  .imgHover .colTitle {
    display: none !important;
  }
  #logo {
    height: auto;
  }
  #header-left,
  #header-right,
  #logo {
    position: relative;
    margin: 0 auto;
    display: block;
    left: inherit;
    right: inherit;
    top: inherit;
    text-align: center;
    height: auto;
  }
  #header-left {
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
  }
  #header-right a {
    display: block;
  }
  .blog-feed-post-title {
    font-size: 20px;
  }
  #blog-featured div .blog-title {
    font-size: 18px !important;
  }
  .b-excerpt {
    line-height: 1.5em !important;
  }
  #blog-featured .b-excerpt-none {
    vertical-align: sub;
  }
  .nav-previous a,
  .nav-next a {
    font-size: 25px !important;
  }
  .fa-angle-double-right:before,
  .fa-angle-double-left:before {
    vertical-align: inherit;
  }
  .fa-angle-double-left:before,
  .fa-angle-double-right:before {
    font-size: 1em !important;
  }
  .section-title {
    padding: 16px 3%;
  }
  .col {
    width: 92% !important;
    text-align: center;
    padding: 10px 4%;
  }
  .col ul {
    list-style-type: none;
  }
  .sidealert {
    top: 20%;
  }
  .sidealert .popimg,
  .popimg {
    display: block;
    width: 94%;
    padding: 3%;
    margin: 0 auto;
  }
  .sidealert .description,
  .description {
    padding: 3%;
    display: block;
    vertical-align: top;
    width: 94%;
  }
  .leftoverlay .section-title,
  .rightoverlay .section-title {
    top: -30px;
  }
  .optionWrap .left-half,
  .optionWrap .right-half,
  .pageOptions .left-half,
  .pageOptions .right-half,
  .optionWrap.altOption .left-half,
  .optionWrap.altOption .right-half {
    width: 100%;
    display: block;
    margin: 0 auto 45px;
  }
  #center-pop-up-inner {
    max-width: 50%;
  }
  .sidealert {
    width: 40%;
  }
  .left-half img,
  .left-sixty img,
  .left-fourty img,
  .right-half img,
  .right-sixty img,
  .right-fourty img {
    margin: 0;
  }
  .colTitle {
    font-size: 28px;
  }
  .optionWrap,
  .optionWrap.altOption {
    flex-direction: column;
  }
  .leftoverlay .section-title,
  .rightoverlay .section-title {
    position: relative;
    top: 0;
    left: inherit;
    width: 94%;
    right: inherit;
    margin-bottom: 35px;
  }
  .leftoverlay .section-content,
  .rightoverlay .section-content {
    position: relative;
    top: 0;
    transform: inherit;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
  }
  .leftoverlay .section-content .rm-full,
  .rightoverlay .section-content .rm-full {
    padding: 0 5% !important;
    width: 90%;
  }
  .section-title {
    padding: 20px 3%;
    position: relative;
    bottom: 0;
  }
  .popContact {
    display: block;
    margin: 0 auto 45px;
  }
  .column .imageDecor img {
    max-width: 100%;
  }
  .pDivide img {
    background: #fff !important;
  }
  .birdIcon {
    bottom: -15px;
    margin-right: -29%;
    max-width: 75px !important;
  }
  #tab-bar a,
  #tab-bar span {
    font-size: 1em;
  }
  .fTitle {
    font-size: 24px;
  }
  .popContact {
    margin: 40px auto 45px !important;
  }
  .hover-content .text p {
    padding: 0 8% !important;
  }
  #hlogo {
    width: 100px;
    height: 50px;
    position: absolute;
    z-index: 9999;
    text-align: center;
    left: 0 !important;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-wrapper-fade {
    display: none;
  }
  #header_logo img {
    width: 214px;
    top: 10px !important;
    max-width: 214px;
  }
  .scroll-logo {
    display: inline-block;
    opacity: 1;
  }
  .main-logo {
    display: none;
  }
  #header-img-wrapper,
  #header-img-wrapper-outer,
  #header-video-wrapper {
    margin: 64px auto 0;
  }
  .video-header #header-video-wrapper {
    margin: 0 !important;
  }
  .nav-wrapper-fade-links {
    background: var(--navbar_fade_scrolled) !important;
  }
  #nav-wrapper {
    opacity: 1;
    height: 66px !important;
  }
  #nav-wrapper .toggleMenu a {
    color: transparent !important;
  }
  .scrolled #mega-menu-wrap-primary *,
  .scrolled #mega-menu-wrap-split-left *,
  .scrolled #mega-menu-wrap-split-right * {
    color: #fff !important;
  }
  .mega-toggle-label-closed,
  .mega-toggle-label-open {
    color: #000 !important;
  }
  #mobile-reserve {
    cursor: pointer;
  }
  #mobile-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    z-index: 9990;
    background-color: var(--accent_color);
    height: 60px;
    border-top: 1px solid #000;
  }
  #mobile-bottom-wrap {
    display: table;
    width: 100%;
  }
  #mobile-bottom-wrap div {
    width: 17%;
    margin: 0;
    text-align: center;
    display: table-cell;
    font-size: 10px;
    background-color: var(--accent_color);
    line-height: 1.2em;
    position: relative;
    vertical-align: middle;
    height: 60px;
    border-left: 1px double #000;
  }
  #mobile-bottom-wrap div:first-of-type {
    border: none;
  }
  #mobile-bottom-wrap div p {
    margin-bottom: 0;
  }
  #mobile-bottom-wrap div a {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
  }
  #mobile-bottom-wrap div:last-child {
    width: 20%;
    background-color: var(--navbar_color);
    color: var(--font_plus_color) !important;
    font-size: 16px;
  }
  #mobile-bottom-wrap div:last-child a {
    color: var(--font_plus_color) !important;
    font-weight: normal;
  }
  #mobile-bottom-wrap div:last-child p {
    color: var(--font_plus_color) !important;
    padding: 17px 0;
  }
  .hover-content .text .button {
    font-size: 20px !important;
  }
  #sub-footer {
    padding: 30px 5% 95px;
  }
  .slide-left,
  .scrolldown {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 16px;
  }
  #blog-feed .font-size-title {
    font-size: 30px !important;
  }
  .room-gal span {
    margin-top: -21px;
    padding: 15px 0;
  }
  .home .slick-slide {
    margin: 0 0.7%;
  }
  .font-size-title {
    font-size: 38px;
  }
  .single-room #page-top .fa-wheelchair {
    height: 30px;
    width: 30px;
  }
  .font-size-sub-title {
    font-size: 23px;
  }
  .font-size-sub-header,
  .recipe-excerpt > p:first-child a {
    font-size: 28px;
  }
  .rm-half .font-size-sub-header {
    bottom: 6px;
  }
  #primary,
  #secondary {
    float: none;
    width: 84%;
    padding: 0 8% 3%;
    margin: 0 auto;
    overflow: hidden;
  }
  #secondary {
    text-align: center;
    margin-top: 53px !important;
  }
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin: 15px auto;
  }
  .widget_simpleimage {
    display: inline-block;
    margin: 0 20px;
  }
  .home #room-gal-outer {
    padding: 30px 7.5%;
  }
  .two-col .rm-full {
    padding: 0 8% !important;
  }
  .rm-half:first-child {
    margin-top: 0;
  }
  .rm-half:last-child {
    margin-bottom: 0;
  }
  .all-room-content {
    padding: 13px 0;
  }
  .blog-feed-post-title {
    margin: 15px 8%;
  }
  #blog-feed .font-size-title {
    font-size: 30px !important;
  }
  .blog-feed-post-content {
    margin: 0 8% 20px;
  }
  #options .font-size-sub-header,
  #options .cost,
  #options .button {
    position: relative;
    display: table !important;
    text-align: center;
    margin: 0 auto 30px !important;
  }
  #blog-featured div,
  .blog #secondary,
  #blog-featured > div:nth-of-type(2),
  #blog-featured > div:nth-of-type(3) {
    width: 100% !important;
  }
  #secondary .widget {
    width: 100% !important;
    margin: 10px auto !important;
    vertical-align: middle;
  }
  #blog-featured > div:nth-of-type(1) .b-image img {
    top: 0 !important;
    transform: none !important;
  }
  #blog-featured > div:nth-of-type(1) .b-image {
    height: inherit !important;
  }
  .b-excerpt {
    min-height: inherit !important;
  }
  #room-gal-outer {
    padding: 30px 10%;
  }
  #site-generator {
    padding: 30px 3%;
  }
  #gallery {
    padding: 0 3% 3%;
  }
  .button-center {
    margin: 0 auto 30px;
  }
  #newsletter-bar {
    margin-bottom: 30px;
  }
  #blog-featured div.nav-previous,
  #blog-featured div.nav-next {
    width: auto !important;
  }
  .splitSpace {
    display: block;
  }
  .button {
    font-size: 1.1em;
  }
  .blog-feed-post-title {
    font-size: 18px;
  }
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 15px;
  }
  #thinkreservationsform input[type="text"] {
    font-size: 20px !important;
  }
  .font-size-title {
    font-size: 34px;
  }
  .font-size-sub-title {
    font-size: 21px;
  }
  #page-top {
    margin: 30px auto;
  }
  .leftoverlay .section-content .rm-full,
  .rightoverlay .section-content .rm-full {
    width: 90%;
  }
  .rm-half .font-size-sub-header {
    font-size: 28px;
  }
  #blog-feed div {
    display: block;
    width: 100%;
    margin: 1% auto !important;
  }
  .font-size-title-2,
  h2 {
    font-size: 29px;
  }
  .font-size-title-3,
  h3,
  .entry-content h3 {
    font-size: 24px;
  }
  .font-size-title-4,
  h4 {
    font-size: 20px;
  }
  .page-template-all-rooms-page .fullDisplay .font-size-sub-header {
    padding: 0;
  }
  .page-template-all-rooms-page .altDisplay .font-size-sub-header {
    padding: 0;
  }
  .page-template-all-rooms-page .stackDisplay .font-size-sub-header {
    padding: 0;
  }
  .page-template-all-rooms-page .room-price {
    padding: 0;
  }
  .page-template-all-rooms-page .altDisplay .room-price {
    padding: 0;
  }
  .r-button {
    top: 44%;
  }
  .room-roll .rm-half,
  .stackDisplay {
    width: 100%;
  }
  .room-roll .rm-half,
  .room-roll .stackDisplay {
    max-width: 100%;
  }
  .colDesc {
    font-size: 15px;
  }
  .room-roll .rm-half,
  .stackDisplay {
    font-size: 15px;
  }
  .single-room-price {
    font-size: 20px;
  }
  .stackDisplay:nth-last-child(1):nth-child(2n + 1),
  .room-roll .rm-half:nth-last-child(1):nth-child(2n + 1) {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  body {
    margin-top: 65px;
  }
  .top-reserve,
  .side-reserve {
    display: none;
  }
  .customize-support {
    margin-top: 0;
  }
  #nav-wrapper.stickytop {
    z-index: 1000;
    border: none;
    height: 60px;
    position: relative;
    top: 0 !important;
  }
  #nav-wrapper,
  #nav-wrapper-fade {
    margin: 0;
    height: 66px;
    background: var(--navbar_color);
  }
  .responsive_menu {
    width: 100%;
  }
  #nav-wrapper .toggleMenu {
    display: inline-block;
    background: url(../images/icon_menu_mobile.png) no-repeat 95% 50%;
    padding: 10px 0;
    width: 100%;
  }
  #nav-wrapper .toggleMenu a {
    padding-left: 15px;
    font-weight: 700;
    text-shadow: 1px 1px 4px #101010;
    font-size: 20px;
    color: #fff;
  }
  #menu-main-menu {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    background: var(--navbar_color);
    border-bottom: 8px solid #fff;
    display: block;
  }
  #nav-wrapper #menu-main-menu a {
    padding: 10px 40px;
    font-size: 20px;
  }
  #nav-wrapper #menu-main-menu a:hover::before,
  #nav-wrapper #menu-main-menu a:focus::before {
    visibility: hidden;
  }
  #menu-main-menu > li {
    display: block;
    border-top: 8px solid #fff;
  }
  #menu-main-menu > li.separator {
    display: none;
  }
  #menu-main-menu li.menu-item-has-children:after {
    content: "" !important;
  }
  .menu-main-menu-container,
  .menu-main-menu-container > ul ul {
    overflow: hidden;
    max-height: 0;
  }
  .menu-main-menu-container.active,
  .menu-main-menu-container > ul ul.active {
    max-height: 200em;
  }
  .menu-main-menu-container ul ul,
  .menu-main-menu-container ul ul ul {
    display: inherit;
    position: relative !important;
    left: auto !important;
    top: auto;
  }
  #menu-main-menu li.menu-item-has-children {
    padding: 0;
  }
  #menu-main-menu li.menu-item-has-children:after {
    content: "";
  }
  #nav-wrapper #menu-main-menu li a {
    background-image: url(../images/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    color: #fff;
    text-shadow: none;
    padding-left: 55px;
  }
  #nav-wrapper #menu-main-menu .push-right > a {
    padding-right: 0;
  }
  #nav-wrapper #menu-main-menu li.menu-item-has-children > a {
    background-image: url(../images/button-plus.png);
  }
  #nav-wrapper #menu-main-menu li.menu-item-has-children a.active {
    background-image: url(../images/button-minus.png);
  }
  #nav-wrapper #menu-main-menu li li a {
    border-top: 8px solid var(--navbar_color);
    border-bottom: none;
    background-image: url(../images/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: var(--font_plus_color);
    box-shadow: none;
    padding: 8px 40px 8px 75px;
    line-height: 24px;
    font-size: 20px;
    opacity: 1;
    white-space: normal;
    color: var(--navbar_color);
  }
  #nav-wrapper #menu-main-menu li li a:hover,
  #nav-wrapper #menu-main-menu li li a:focus {
    background-color: #fff;
    color: var(--navbar_color);
  }
  #nav-wrapper #menu-main-menu li li.menu-item-has-children > a {
    background-position: 40px 50%;
    background-image: url(../images/button-plus.png);
  }
  #nav-wrapper #menu-main-menu li li.menu-item-has-children a.active {
    background-position: 40px 50%;
    background-image: url(../images/button-minus.png);
  }
  #menu-main-menu li:hover > a,
  #menu-main-menu a:focus {
    text-decoration: none;
  }
  #nav-wrapper #menu-main-menu li li li a {
    border-top: 8px solid #fff;
    background-image: url(../images/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: var(--navbar_color);
    padding-left: 100px;
    color: var(--font_plus_color);
  }
  #nav-wrapper #menu-main-menu li li li a:hover,
  #nav-wrapper #menu-main-menu li li li a:focus {
    background-color: var(--navbar_color);
    color: var(--font_plus_color);
  }
  #menu-main-menu ul {
    display: block;
    width: 100%;
  }
  #menu-main-menu > li.hover > ul,
  #menu-main-menu li li.hover ul {
    position: static;
  }
  #menu-main-menu li.menu-item-has-children:after {
    display: none;
  }
  #mega-menu-item-6792 span.mega-indicator {
    display: none !important;
  }
  .headerMap {
    margin-top: 0px;
  }
  .left-half,
  .right-half {
    width: 84%;
  }
  #header-img-wrapper,
  #header-img-wrapper-outer,
  #header-video-wrapper {
    margin: 0px auto;
  }

  .scrolldown {
    display: none;
  }
  .mpost,
  .mtpost {
    max-width: 84% !important;
    margin: 0 auto !important;
  }
  #phoneHover {
    display: none;
  }
  div#room-links > a:first-child {
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    width: 99.8%;
  }
  .prev-room,
  .next-room {
    display: inline-block !important;
    margin: 0 0 0 4px;
  }
  .np-links {
    float: right;
  }
  .single-room .singlept,
  .features {
    width: 100%;
    padding-right: 0;
  }

  .single-room .singlept .font-size-title {
    margin-bottom: 12px !important;
  }
  #foot-gallery img {
    max-width: 50%;
  }
  .box {
    width: 100%;
  }
  .sidealert {
    width: 358px;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none !important;
  }
  .fullFeatured {
    display: none;
  }
  .page-template-all-rooms-page .room-price {
    padding: 0;
  }
  .splitSpace {
    display: none;
  }
  #full-mobile {
    display: block;
    top: -66px;
    transition: all 0.4s ease;
    opacity: 1;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
    background: none;
  }
  .menu-split-left,
  .menu-split-right {
    display: none;
  }
  .split-menu #mega-menu-wrap-primary {
    display: block;
  }
  .backgroundScroll .bg-mobile-img {
    margin-bottom: 45px;
  }
  #gallery img {
    width: 42%;
  }

  .menu-main-menu-container {
    margin-left: 0;
  }
  #mobile-text {
    bottom: 65px !important;
    right: 10px !important;
  }
  .features {
    margin-top: 20px;
  }
  .bg-mobile-img {
    display: block !important;
    max-width: 490px;
  }
  #center-pop-up-inner {
    max-width: 60%;
  }
  .staggard-wrap .left-half .left-content,
  .staggard-wrap .right-half .right-content {
    width: 84%;
    left: 8%;
  }
  .features {
    margin-top: 20px;
  }
  .fullDisplay .font-size-sub-header {
    text-align: center;
  }
  .stackDisplay .font-size-sub-header {
    text-align: center;
  }
  .altDisplay .font-size-sub-header {
    text-align: center;
  }
  .page-template-all-rooms-page .room-price {
    text-align: center;
  }
  .text-icon {
    max-height: 55px;
    max-width: 55px;
  }
  .page-template-all-rooms-page .room-price,
  .altDisplay .font-size-sub-header,
  .stackDisplay .font-size-sub-header {
    padding: 0;
  }
  .room-top {
    padding: 20px 9% 0 !important;
  }
  #header-outer {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
  }
  .mobile-scrolled {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0 !important;
  }
  #options .font-size-sub-header {
    margin-top: 30px !important;
  }
  .noHeader #page-top {
    padding-top: 40px !important;
  }
  .single-room .noHeader #page-top {
    padding-top: 10px !important;
  }
  .r-button {
    top: 40%;
  }
  #tab-bar {
    background: none;
  }
  #tab-bar a {
    width: 100% !important;
    display: block !important;
    margin: 5px auto !important;
  }
  .froom {
    width: 97%;
  }
  .listColumns {
    column-count: 1;
  }
  .imageBox {
    margin: 0 auto;
    max-width: 500px;
  }
  .mega-menu-columns-1-of-12 a {
    padding: inherit;
  }
  .return {
    background: #000;
  }
  #tab-bar a,
  #tab-bar span {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 800px) {
  #header {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
  #head-image-avail {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  #supplementary {
    text-align: left;
  }
  .footer-logo {
    margin: 0;
  }
  .social_buttons_row a span {
    height: 26px;
    width: 26px;
    margin-left: 1px;
    background-size: 293px 25px;
  }
  .fac-facebook-f {
    background-position: -3px 0;
  }
  .fac-tripadvisor {
    background-position: -29px 0;
    width: 30px !important;
  }
  .fac-youtube {
    background-position: -60px 0;
  }
  .fac-twitter {
    background-position: -89px 0;
  }
  .fac-google {
    background-position: -120px 0;
  }
  .fac-instagram {
    background-position: -149px 0;
  }
  .fac-vimeo-v {
    background-position: -179px 0;
  }
  .fac-yelp {
    background-position: -209px 0;
  }
  .fac-linkedin-in {
    background-position: -237px 0;
  }
  .fac-pinterest-p {
    background-position: -269px 0;
  }
}
@media only screen and (max-width: 700px) {
  .single-room #head-image-avail {
    display: none;
  }
  #head-image-avail {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: center;
    padding: 35px 50px 5px;
  }
  .home #head-image-avail {
    padding: 35px 50px;
  }
  #room-bar {
    margin: 30px 0 10px;
  }
  .tr-widget {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-title {
    padding: 12px 3%;
  }
  .button {
    font-size: 15px !important;
  }
  #blog-featured {
    margin-bottom: 1.5%;
  }
  #blog-feed .font-size-title {
    font-size: 27px !important;
  }
  .font-size-title {
    font-size: 33px;
  }
  .single-room #page-top .fa-wheelchair {
    height: 25px;
    width: 25px;
  }
  .font-size-sub-title {
    font-size: 18px;
  }
  .font-size-sub-header,
  .recipe-excerpt > p:first-child a {
    font-size: 23px;
  }
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 15px;
  }
  .expand-collapse-text {
    margin: 1em 0;
    display: block;
    cursor: pointer;
  }
  .nav_buttons_row {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .home .room-gal span {
    font-size: 4vw;
  }
  .footer-logo {
    width: 90%;
    max-width: 263px;
  }
  .widget_simpleimage {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .f-break {
    display: block;
    margin-bottom: 0.5em;
  }
  .room-price {
    margin: 20px auto;
  }
  .fab {
    line-height: 0.6 !important;
  }
  .rm-full .rm-half .button {
    margin: 0 auto;
  }
  #blog-feed .font-size-title {
    font-size: 27px !important;
  }
  #gallery img {
    width: 100%;
  }
  a#print-recipe-button {
    margin: 0 auto 30px;
  }
  body,
  .blog-feed-post-content,
  #site-generator,
  #sub-footer {
    font-size: 14px;
  }
  #thinkreservationsform input[type="text"] {
    font-size: 15px !important;
  }
  .font-size-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .font-size-title svg {
    width: 25px;
    height: 28px;
  }
  .rm-half .font-size-sub-header {
    font-size: 20px;
    bottom: 0px;
  }
  .font-size-sub-header svg {
    width: 16px;
    height: 19px;
  }
  .blog-feed-post-title {
    font-size: 16px;
  }
  #sidealertButton {
    font-size: 30px !important;
    width: 35px;
    height: 50px;
    padding: 20px 0 0 !important;
  }
  .font-size-title-2,
  h2 {
    font-size: 24px;
  }
  .font-size-title-3,
  h3,
  .entry-content h3 {
    font-size: 21px;
  }
  .font-size-title-4,
  h4 {
    font-size: 18px;
  }
  #site-generator .font-size-title {
    font-size: 25px;
  }
  .roomButtons svg {
    max-width: 35px;
  }
  .roomButtons .findIcon svg {
    width: 35px !important;
  }
  .singlept .font-size-sub-header svg,
  .singlept .font-size-title svg {
    height: 25px !important;
  }
  .pop-head {
    font-size: 20px;
  }
  #site-generator .font-size-title {
    font-size: 20px;
  }
  .imageDecor img {
    max-width: 75% !important;
  }
  .birdIcon {
    margin-right: -175px;
  }
  #site-generator .font-size-sub-title {
    font-size: 12px;
  }
  .embed-signup {
    flex-direction: column;
  }
  .news-left {
    width: 100%;
    margin: auto !important;
  }
  .news-right {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .font-size-title {
    font-size: 26px;
  }
  .single-room #page-top .fa-wheelchair {
    height: 22px;
    width: 22px;
  }
  #affilate-bar .slick-next {
    right: -30px;
  }
  #affilate-bar .slick-prev {
    left: -30px;
  }
  .r-center {
    width: 100%;
  }
  #gallery img {
    max-width: 95%;
  }
  #blog-feed .font-size-title {
    font-size: 24px !important;
  }
  .single-room .fa-wheelchair {
    height: 15px;
    width: 15px;
  }
  .prev {
    left: 1.5%;
  }
  .next {
    right: 1.5%;
  }
  .colTitle {
    font-size: 24px;
  }
  #site-generator span {
    display: block;
    margin: 5px auto;
  }
  .roomButtons a {
    padding: 10px 0px 10px 0px !important;
    display: block;
    width: 81%;
    margin: 10px auto !important;
  }
  .roomButtons .findIcon {
    padding: 2px 0px 2px 0px !important;
  }
  .filterFields .font-size-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  #logo {
    height: inherit !important;
    width: 290px;
  }
  #logo .font-size-title {
    font-size: 25px;
  }
  #logo .font-size-sub-title {
    font-size: 18px;
  }
  #room-bar a,
  #room-bar {
    font-size: 11px !important;
  }
  .cost {
    display: block;
  }
  .none {
    display: none;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  #blog-featured div.nav-previous,
  #blog-featured div.nav-next {
    width: 100% !important;
    text-align: center !important;
    text-align-last: center;
  }
  .nav-next a {
    float: none;
  }
  .rur {
    top: 10px;
    right: 10px;
  }
  .rm-half .font-size-sub-header {
    padding: 10px 0;
  }
  .nav_buttons_row div {
    width: 35px;
  }
  .nav-next a {
    float: none !important;
  }
  .prev {
    left: 0%;
  }
  .next {
    right: 0%;
  }
}
@media only screen and (max-width: 400px) {
  .rlbutton {
    display: block !important;
    text-align: center;
    width: 99.8%;
  }
  .np-links {
    float: none;
    width: 100%;
    margin-top: 4px;
  }
  .prev-room,
  .next-room {
    float: none !important;
    display: inline-block !important;
    margin: 0;
    width: 48.8%;
    padding: 5px 0 10px !important;
  }
  .prev-room {
    margin-right: 0.5%;
  }
  .next-room {
    margin-left: 0.5%;
  }
  .font-size-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 300px) {
  #room-navigation span {
    display: none;
  }
  #room-navigation a {
    display: block;
    margin: 0.5em 0;
  }
  #room-navigation p {
    margin: 0;
  }
}

@media print {
  body {
    background: #fff !important;
    color: #000;
    margin: 0;
  }
  #header,
  #nav-wrapper,
  #header-img-wrapper,
  .ssbp-wrap,
  #call-to-action,
  .social_buttons_row,
  .footer_img_row,
  .footer-logo,
  .footer_column_left {
    display: none;
  }
  #colophon {
    display: block;
  }
  #site-generator {
    padding: 0;
    margin: 0;
  }
  #page {
    box-shadow: none;
  }
  #primary {
    float: none;
    width: 96%;
    margin: 2%;
  }
  #secondary {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #secondary img {
    display: none;
  }
  #notes-box {
    box-shadow: none;
    background: #fff;
    border-color: #000;
  }
  #site-generator {
    background: #fff;
  }
  .footer_column_left,
  .footer_column_right {
    float: none;
    width: 96%;
    margin: 2%;
    text-align: center;
  }
}
@media screen and (min-width: 1920px) {
  .largeview {
    display: block;
  }
}
