/* 
Theme Name: ashevilleriver-nonapi24
Author: RealTech Services, Inc. 
Author URI: https://www.realtechvr.com
Description: Non-API Theme
*/

/* CSS custom properties for quick branding across theme files  */
:root {
  --primary: #57ccf6; /* will be used for important elements like call-to-action buttons */
  --secondary: #002657; /* will get used for elements like standard buttons */
  /* Splash tones, used for splashing some color throughout. Must be defined in hsl. Once you have your hsl values, break them out in the 3 lines below */
  --splash-medium-h: 215; /* This will be the hue of your above footer when applied with the below saturation and lightness */
  --splash-medium-s: 60%; /* The recommendation is to set saturation around 60% */
  --splash-medium-l: 85%; /* The recommendation is to set lightness around 85% */
  --splash-medium: hsl(
    var(--splash-medium-h),
    var(--splash-medium-s),
    var(--splash-medium-l)
  );
  --splash-extra-light: hsl(
    var(--splash-medium-h),
    var(--splash-medium-s),
    calc(var(--splash-medium-l) + 12%)
  ); /* the percent you add cannot exceed 100% when added to the --splash-medium-l above*/
  --splash-light: hsl(
    var(--splash-medium-h),
    var(--splash-medium-s),
    calc(var(--splash-medium-l) + 8%)
  );
  --splash-dark: hsl(
    var(--splash-medium-h),
    var(--splash-medium-s),
    calc(var(--splash-medium-l) - 25%)
  );
  --splash-extra-dark: hsl(
    var(--splash-medium-h),
    var(--splash-medium-s),
    calc(var(--splash-medium-l) - 60%)
  ); /* the percent you subtract cannot be less than 0% when subtracted from the --splash-medium-l above*/
  --standard-link: #429cc1; /* standard link variables define link text throughout the site */
  --standard-link-hover: #1e7ab4;
  --accent: #0667db; /* accent variables are used in calendar selection and on elements that need to stand out */
  --accent-light: #b3c7e7;
  --focus-cyan: #62bdff; /* used for focus around inputs */
  /* the below are grey tones used extensively for backgrounds etc. It is highly recommended you DO NOT modify these */
  --tone-extra-light: #f4f4f4;
  --tone-light: #eee;
  --tone-medium: #c7c7c7;
  --tone-dark: #777;
  --tone-extra-dark: #404040; /* used for all button hover colors too */
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rentalreviews {
  margin: 0 auto;
  max-width: 75%;
  border: 1px solid lightslategray;
  padding: 30px;
  background-color: #d0d9db;
}

.gsection_title {
  color: black !important;
}

.amenities-gallery {
  background-color: rgba(0, 38, 87, 0.2);
  border-radius: 20px;
  width: 85%;
  margin: 0 auto;
  gap: 1px;
  padding: 20px;
}

.amenities-gallery img {
  max-height: 200px;
  filter: brightness(100%);
  border-radius: 10px;
}

.amenities-gallery img:hover {
  max-height: 200px;
  filter: brightness(95%);
}

.amen-header {
  font-size: 1.2em;
}

.event-container {
  gap: 0px;
  min-height: 300px;
  max-height: 600px;
  overflow: scroll;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.event-text {
  font-size: 1em;
  text-align: justify;
  padding: 10px;
  min-height: 100px;
}

.event-text h2 {
  font-size: 1.2em;
  font-weight: 400px;
  text-align: center;
  width: 75%;
  margin: 0px auto;
  line-height: 1em;
}

.event-image {
  height: 275px;
  width: auto;
}

.event-image img {
  height: 275px;
  border: 1px solid #333;
  border-radius: 10px;
  opacity: 85%;
}

.event-image img:hover {
  opacity: 100%;
  border-radius: 12px;
  filter: brightness(95%);
  border: 1px solid black;
}

.past-events {
  display: flex;
  gap: 5px;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 10px;
  justify-content: center;
}

.past-events img {
  max-width: 12vw;
  min-height: 10vh;
  height: auto;
  gap: 5px;
  max-height: 100px;
  opacity: 85%;
  border-radius: 10px;
  border: 1px solid #333333;
}

.past-events img:hover {
  opacity: 100%;
  border-radius: 12px;
  filter: brightness(95%);
  border: 1px solid black;
}

.past-events .wp-element-caption {
  font-size: 0.8em;
  font-style: oblique;
  text-transform: capitalize;
  line-height: 1em;
  height: auto;
  max-width: 9vw;
  margin: 5px auto;
  word-wrap: normal;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}
body {
  background: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}
.site-wrap {
  background: transparent;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
html {
  font-size: 100%;
  font-family: sweet-sans-pro, Arial, sans-serif;
}
/* screen readers only class - for accessible invisible content & skiplinks */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.banner-image {
  display: block;
  width: 100%;
}
/*fontello fun*/
@font-face {
  font-family: "rt-font";
  src: url("font/rt-font.eot?75530770");
  src: url("font/rt-font.eot?75530770#iefix") format("embedded-opentype"),
    url("font/rt-font.woff2?75530770") format("woff2"),
    url("font/rt-font.woff?75530770") format("woff"),
    url("font/rt-font.ttf?75530770") format("truetype"),
    url("font/rt-font.svg?75530770#rt-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rt-font';
    src: url('../font/rt-font.svg?75530770#rt-font') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rt-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  vertical-align: middle;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1.5em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: "\21";
} /* '!' */
.icon-star:before {
  content: "\22";
} /* '"' */
.icon-share-1:before {
  content: "\23";
} /* '#' */
.icon-wristwatch:before {
  content: "\24";
} /* '$' */
.icon-stopwatch:before {
  content: "\25";
} /* '%' */
.icon-fire:before {
  content: "\26";
} /* '&' */
.icon-fire-1:before {
  content: "\27";
} /* ''' */
.icon-heart-circled:before {
  content: "\28";
} /* '(' */
.icon-fire-2:before {
  content: "\29";
  font-size: 20px;
} /* ')' */
.icon-th:before {
  content: "\2a";
} /* '*' */
.icon-cancel-circled-outline:before {
  content: "\2b";
} /* '+' */
.icon-eye:before {
  content: "\2c";
} /* ',' */
.icon-toggle-off:before {
  content: "\2d";
} /* '-' */
.icon-toggle-on:before {
  content: "\2e";
} /* '.' */
.icon-camera:before {
  content: "\2f";
} /* '/' */
.icon-calendar-3:before {
  content: "\30";
} /* '0' */
.icon-balance-scale:before {
  content: "\31";
} /* '1' */
.icon-location:before {
  content: "\32";
} /* '2' */
.icon-direction:before {
  content: "\33";
} /* '3' */
.icon-lightbulb:before {
  content: "\34";
} /* '4' */
.icon-paper-plane-empty:before {
  content: "\35";
} /* '5' */
.icon-paper-plane:before {
  content: "\36";
} /* '6' */
.icon-lightbulb-alt:before {
  content: "\37";
} /* '7' */
.icon-ok-circled:before {
  content: "\38";
} /* '8' */
.icon-ok:before {
  content: "\39";
} /* '9' */
.icon-users:before {
  content: "\3a";
} /* ':' */
.icon-commerical-building:before {
  content: "\3b";
} /* ';' */
.icon-sliders:before {
  content: "\3c";
} /* '<' */
.icon-bed:before {
  content: "\3d";
} /* '=' */
.icon-bath:before {
  content: "\3e";
} /* '>' */
.icon-guidedog:before {
  content: "\3f";
} /* '?' */
.icon-paw:before {
  content: "\40";
} /* '@' */
.icon-swimming:before {
  content: "\41";
} /* 'A' */
.icon-shower:before {
  content: "\42";
} /* 'B' */
.icon-wheelchair:before {
  content: "\43";
} /* 'C' */
.icon-wifi:before {
  content: "\44";
} /* 'D' */
.icon-signal:before {
  content: "\45";
} /* 'E' */
.icon-desktop:before {
  content: "\46";
} /* 'F' */
.icon-warehouse:before {
  content: "\47";
} /* 'G' */
.icon-toilet:before {
  content: "\48";
} /* 'H' */
.icon-cafe:before {
  content: "\49";
} /* 'I' */
.icon-bed-1:before {
  content: "\4a";
} /* 'J' */
.icon-tennis:before {
  content: "\4c";
} /* 'L' */
.icon-heart-empty:before {
  content: "\4f";
} /* 'O' */
.icon-picture:before {
  content: "\50";
} /* 'P' */
.icon-minus-circled-1:before {
  content: "\51";
} /* 'Q' */
.icon-attention-circled:before {
  content: "\52";
} /* 'R' */
.icon-calendar-1:before {
  content: "\53";
} /* 'S' */
.icon-help-circled:before {
  content: "\54";
} /* 'T' */
.icon-cancel-circled-1:before {
  content: "\55";
} /* 'U' */
.icon-calendar-5:before {
  content: "\56";
} /* 'V' */
.icon-docs:before {
  content: "\57";
} /* 'W' */
.icon-facebook:before {
  content: "\58";
} /* 'X' */
.icon-flash:before {
  content: "\59";
} /* 'Y' */
.icon-paper-plane-1:before {
  content: "\5a";
} /* 'Z' */
.icon-chat:before {
  content: "\5b";
} /* '[' */
.icon-users-2:before {
  content: "\5c";
} /* '\' */
.icon-user-add:before {
  content: "\5d";
} /* ']' */
.icon-key:before {
  content: "\5e";
} /* '^' */
.icon-globe-1:before {
  content: "\5f";
} /* '_' */
.icon-airport:before {
  content: "\60";
} /* '`' */
.icon-bicycle:before {
  content: "\61";
} /* 'a' */
.icon-tree-1:before {
  content: "\62";
} /* 'b' */
.icon-left-small:before {
  content: "\63";
} /* 'c' */
.icon-right-small:before {
  content: "\64";
} /* 'd' */
.icon-flash-1:before {
  content: "\65";
} /* 'e' */
.icon-left-open-2:before {
  content: "\66";
} /* 'f' */
.icon-right-open-2:before {
  content: "\67";
} /* 'g' */
.icon-clock-1:before {
  content: "\68";
} /* 'h' */
.icon-cancel-circle:before {
  content: "\69";
} /* 'i' */
.icon-facebook-squared:before {
  content: "\6a";
} /* 'j' */
.icon-megaphone:before {
  content: "\6b";
} /* 'k' */
.icon-calendar-4:before {
  content: "\6c";
} /* 'l' */
.icon-chart-bar:before {
  content: "\6d";
} /* 'm' */
.icon-chart-line:before {
  content: "\6e";
} /* 'n' */
.icon-coffee:before {
  content: "\6f";
  font-size: 20px;
  margin-left: 0;
} /* 'o' */
.icon-map:before {
  content: "\70";
} /* 'p' */
.icon-map-pin:before {
  content: "\71";
} /* 'q' */
.icon-bell:before {
  content: "\72";
} /* 'r' */
.icon-monitor:before {
  content: "\73";
} /* 's' */
.icon-briefcase:before {
  content: "\74";
} /* 't' */
.icon-pinterest:before {
  content: "\75";
} /* 'u' */
.icon-pinterest-squared:before {
  content: "\76";
} /* 'v' */
.icon-twitter-squared:before {
  content: "\77";
} /* 'w' */
.icon-twitter:before {
  content: url(images/tictok.png);
  padding-top: 6px;
} /* 'x' */
.icon-tumblr:before {
  content: "\79";
} /* 'y' */
.icon-tumblr-squared:before {
  content: "\7a";
} /* 'z' */
.icon-instagram:before {
  content: "\7b";
} /* '{' */
.icon-spin3:before {
  content: "\7c";
} /* '|' */
.icon-quote-left:before {
  content: "\7d";
} /* '}' */
.icon-quote-right:before {
  content: "\7e";
} /* '~' */
.icon-search:before {
  content: "\e017";
} /* '' */
.icon-mobile-3:before {
  content: "\e03e";
} /* '' */
.icon-cancel:before {
  content: "\e0e7";
} /* '' */
.icon-comment:before {
  content: "\e0f4";
} /* '' */
.icon-reply-all-2:before {
  content: "\e11c";
} /* '' */
.icon-info-circled-1:before {
  content: "\e800";
} /* '' */
.icon-globe:before {
  content: "\e801";
} /* '' */
.icon-group:before {
  content: "\e802";
} /* '' */
.icon-print:before {
  content: "\e803";
} /* '' */
.icon-users-1:before {
  content: "\e804";
} /* '' */
.icon-heart:before {
  content: "\e805";
} /* '' */
.icon-export-alt:before {
  content: "\e806";
} /* '' */
.icon-th-list:before {
  content: "\e807";
} /* '' */
.icon-th-1:before {
  content: "\e808";
} /* '' */
.icon-reply-all-1:before {
  content: "\e809";
} /* '' */
.icon-list:before {
  content: "\e80a";
} /* '' */
.icon-home:before {
  content: "\e80b";
} /* '' */
.icon-phone-1:before {
  content: "\e80c";
} /* '' */
.icon-info-circled:before {
  content: "\e80d";
} /* '' */
.icon-search-1:before {
  content: "\e80e";
} /* '' */
.icon-search-2:before {
  content: "\e80f";
} /* '' */
.icon-mail:before {
  content: "\e810";
} /* '' */
.icon-calendar:before {
  content: "\e811";
} /* '' */
.icon-ok-circle:before {
  content: "\e812";
} /* '' */
.icon-plus-circled-1:before {
  content: "\e813";
} /* '' */
.icon-tag:before {
  content: "\e814";
} /* '' */
.icon-home-1:before {
  content: "\e815";
} /* '' */
.icon-print-1:before {
  content: "\e816";
} /* '' */
.icon-left-open:before {
  content: "\e817";
} /* '' */
.icon-right-open:before {
  content: "\e818";
} /* '' */
.icon-play-circled2:before {
  content: "\e819";
} /* '' */
.icon-check:before {
  content: "\e81a";
} /* '' */
.icon-asterisk:before {
  content: "\e81b";
} /* '' */
.icon-phone:before {
  content: "\e81c";
} /* '' */
.icon-cc-visa:before {
  content: "\e81d";
} /* '' */
.icon-export:before {
  content: "\e81e";
} /* '' */
.icon-golf:before {
  content: "\e81f";
} /* '' */
.icon-restaurant:before {
  content: "\e820";
} /* '' */
.icon-cc-mastercard:before {
  content: "\e821";
} /* '' */
.icon-cc-discover:before {
  content: "\e822";
} /* '' */
.icon-cc-amex:before {
  content: "\e823";
} /* '' */
.icon-youtube:before {
  content: "\e824";
} /* '' */
.icon-youtube-play:before {
  content: "\e825";
} /* '' */
.icon-mobile:before {
  content: "\e826";
} /* '' */
.icon-skiing:before {
  content: "\e827";
} /* '' */
.icon-universal-access:before {
  content: "\e828";
} /* '' */
.icon-hot-tub:before {
  content: "\e829";
  font-size: 18px;
} /* '' */
.icon-bbq:before {
  content: "\e82a";
} /* '' */
.icon-linens:before {
  content: "\e82b";
  font-size: 20px;
} /* '' */
.icon-share-rt:before {
  content: "\e82c";
} /* '' */
.icon-rt-circle-icon:before {
  content: "\e82d";
  font-size: 30px;
} /* '' */
.icon-ask-question-rt:before {
  content: "\e82e";
} /* '' */
.icon-deadline:before {
  content: "\e82f";
} /* '' */
.icon-calendar-2:before {
  content: "\e830";
} /* '' */
.icon-bed-new:before {
  content: "\e831";
} /* '' */
.icon-phone-2:before {
  content: "\e832";
} /* '' */
.icon-eye-2:before {
  content: "\e833";
} /* '' */
.icon-eye-3:before {
  content: "\e834";
} /* '' */
.icon-bathroom:before {
  content: "\e835";
  font-size: 30px;
} /* '' */
.icon-hottertub-1:before {
  content: "\e836";
} /* '' */
.icon-bathoutline:before {
  content: "\e837";
  font-size: 25px;
  margin: 0;
} /* '' */
.icon-bathfilled:before {
  content: "\e838";
} /* '' */
.icon-location-1:before {
  content: "\e839";
} /* '' */
.icon-bedoutline:before {
  content: "\e83a";
} /* '' */
.icon-bedfilled:before {
  content: "\e83b";
} /* '' */
.icon-linens-1:before {
  content: "\e83c";
} /* '' */
.icon-google:before {
  content: "\e83d";
} /* '' */
.icon-check-2:before {
  content: "\e83f";
} /* '' */
.icon-google-1:before {
  content: "\f1a0";
} /* '' */
.icon-yelp:before {
  content: "\f1e9";
} /* '' */
.icon-tripadvisor:before {
  content: "\f262";
} /* '' */
.icon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.icon-basket:before {
  content: "\f525";
} /* '' */
.icon-export-1:before {
  content: "🔥";
} /* '\1f525' */
.icon-plus-circled:before {
  content: "🕔";
} /* '\1f554' */
/*end fontello*/

/* Notification Bar */
.top-notification-bar {
  display: flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  /*add a color if primary is not an option*/
  background-color: var(--primary);
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.bottom-notification-bar {
  display: flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  /*add a color if primary not an option*/
  background-color: var(--primary);
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.inside-notification {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}

.inside-notification p {
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-align: center;
}

.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer !important;
}

/* Custom Styles */
.flex-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prop-column {
  margin: 20px;
  max-width: 500px;
}
.amenity-list {
  display: flex;
  height: 40px;
}
.amenity-col {
  margin-bottom: 0;
}
.details-cnt {
  margin: 0 auto;
  border: 1px solid black;
  padding: 15px;
}
.room-amenities {
  display: flex;
  justify-content: space-around;
}
#home-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.home-cnt {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.amenities-block h2 {
  text-transform: uppercase;
}
.amenities-block p {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}
.amen-boxes {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.amen-boxes div {
  position: relative;
  width: fit-content;
}
.amen-boxes h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: #000 2px 2px 2px;
  text-align: left;
}
.map-para {
  position: absolute;
  top: 35px;
  right: 12%;
  width: 40%;
  color: #132952;
}
.amenities-block,
.area-guide-box {
  background: #f0f2e3;
  text-align: center;
  padding: 20px;
}
.area-guide-box h2 {
  text-transform: uppercase;
}
.area-guide-box p {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.features-block {
  padding: 20px 0 40px;
}
.features-block h2 {
  text-align: center;
  padding-bottom: 20px 0 40px;
}
.ex-btn-bx {
  margin: 20px;
}
.exp-btn {
  border: 1px solid var(--secondary);
  padding: 5px 20px;
  color: var(--secondary);
  text-transform: uppercase;
}
.exp-btn:hover {
  background: var(--secondary);
  color: #fff;
}
.features {
  text-align: center;
  padding: 20px 0 40px;
}
.features h2 {
  padding-bottom: 15px;
}
.features-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  margin: 0 auto;
}
.features-logos img {
  margin: 20px;
}
.guide-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  justify-content: space-around;
}
.guide-blocks h3 {
  text-transform: uppercase;
}
.tab-container {
  display: flex;
}
.left-side h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.right-side {
  margin: 0 auto;
  padding-left: 20px;
  text-align: center;
}
.left-side {
  width: 60%;
}
.tab-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
}
.tab-link {
  text-align: center;
  text-decoration: underline;
  color: var(--secondary);
  font-size: 1.5em;
}
#tab-btn {
  background: #57ccf6;
  width: 20vw;
  color: #000;
  margin: 20px auto;
  margin-left: 20px;
}
#tab-btn:hover {
  background: var(--secondary);
  color: #fff;
}
.map {
  width: 100%;
}
#gform_submit_button_5 {
  background: var(--primary);
  color: #000;
  margin: 0 auto;
}
#gform_submit_button_5:hover {
  background: var(--secondary);
  color: #fff;
}
#gform_fields_5 {
  grid-row-gap: 0;
}
.splash-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.homepage-splash {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1;
  flex-basis: 100%;
  align-items: center;
  min-height: 600px;
  overflow: hidden;
  margin: 50px 0;
  padding: 20px;
}
.homepage-splash img {
  position: absolute;
  top: 0;
}
.homepage-splash.textbox-left img {
  right: 0;
}
.homepage-splash.textbox-right img {
  left: 0;
}

.splash-textbox-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 1;
  flex-basis: 50%;
  min-height: 450px;
  background: #fff;
  outline: solid 4px rgba(0, 0, 0, 0.6);
  padding: 50px;
  z-index: 2;
}
.homepage-splash.textbox-left .splash-textbox-wrapper {
  margin-right: auto;
}
.homepage-splash.textbox-right .splash-textbox-wrapper {
  margin-left: auto;
}
.splash-textbox {
  flex: 1 1;
  flex-basis: 100%;
}
.splashtext-title {
  font-size: 1.65rem;
}
.splashtext-title h2 {
  font-size: 2rem;
  color: #327d9a;
  margin: 0 0 30px;
  line-height: 1;
}

@media (max-width: 1870px) {
  .map-para {
    font-size: 0.9em;
    margin: 10px 10px 0 0;
    width: 60%;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1575px) {
  #hide-btn {
    display: none;
  }
  .amenities-block p,
  .amen-boxes,
  .features-logos,
  .guide-blocks {
    width: 100%;
  }
  .features-block {
    padding: 20px 0 20px;
  }
}
@media (max-width: 1400px) {
  .nav ul.menu li a {
    font-size: 14px !important;
  }
  .map-para {
    font-size: 0.7em;
  }
}

/* For 1200px and below */
@media (max-width: 1200px) {
  .map-para {
    position: relative;
    width: 100%;
    padding: 15px;
  }
  .details-cnt {
    width: 100%;
  }
  .home-amen {
    display: block;
  }
  .splash-textbox ul {
    display: flex;
    justify-content: space-around;
  }
  .page-title {
    font-size: 1.3em;
  }
  .spacer-units {
    height: 0 !important;
  }
  .splash-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homepage-splash {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1;
    flex-basis: 50%;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    overflow: initial;
    padding: 3px;
    outline: solid 4px rgba(0, 0, 0, 0.6);
    margin: 10px;
  }
  .homepage-splash img {
    position: relative;
    display: inline-block;
    flex: 0 1;
    flex-basis: auto;
    -ms-flex: 1 1 100%;
    order: 1;
  }
  .homepage-splash .splash-textbox-wrapper {
    flex: 1 1;
    flex-basis: 100%;
    width: 100%;
    align-self: stretch;
    align-items: center;
    min-height: auto;
    outline: none;
    padding: 15px 5px;
  }
  .homepage-splash.textbox-left .splash-textbox-wrapper,
  .homepage-splash.textbox-right .splash-textbox-wrapper {
    order: 2;
  }
  .homepage-splash .splash-textbox {
    text-align: center;
    font-size: 0.85rem;
  }
  .homepage-splash .splash-textbox p {
    font-size: 0.85rem;
  }
  .homepage-splash .splash-textbox ul {
    text-align: left;
    margin: auto;
  }
  .homepage-splash .splash-textbox li {
    font-size: 0.85rem;
  }
  .homepage-splash .splashtext-title {
    font-size: 1rem;
    line-height: 1;
  }
  .homepage-splash .splashtext-title h3 {
    margin: 10px auto;
    font-size: 1.25rem;
  }
  .tab-container {
    flex-direction: column;
    text-align: center;
  }
  .left-side,
  .right-side {
    width: 100%;
  }
  .amenity-list {
    line-height: 0.8;
  }
}
@media (max-width: 920px) {
  .home-cnt {
    width: 100%;
  }
  .features-logos {
    flex-direction: column;
    transform: scale(0.75);
  }
  .area-guide-box p {
    width: 100%;
  }
  .amen-boxes {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .prop-column {
    margin: 0 auto;
  }
  #amen-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  #tab-btn {
    background: #57ccf6;
    width: 20vw;
    color: #000;
    margin: 20px auto;
    margin-left: auto;
  }
  #tab-btn:hover {
    background: var(--secondary);
    color: #fff;
  }
}

@media (max-width: 499px) {
  .homepage-splash .splash-textbox ul {
    flex-flow: column;
    text-align: center;
    padding-left: 0;
  }
}
/* end room types */

.datebutton {
  width: 150px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1rem;
  padding: 16px;
  background-color: #57ccf6;
  color: #000;
  border: none;
  border-radius: 10px;
  margin-left: 20px;
}
.datebutton:hover {
  background: var(--secondary);
  color: #fff;
}
/*top alert message*/
.hide24 {
  color: var(--tone-dark);
  background-color: var(--tone-extra-light);
  height: 200px;
  width: 80%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 500;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  padding: 25px;
  margin: 0 auto;
}
.hide24 h3 {
  margin: 0 auto;
  color: #000;
}
.alert-box-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.hidden {
  display: none;
}
/* end alert css */
.footerleft,
.footerright {
  padding: 0.325em 0;
}
.logo {
  width: auto;
  flex: 0 0;
  flex-basis: auto;
  align-self: center;
}
.logo-smaller {
  display: none;
}
.logo,
.logo-smaller {
  position: relative;
  line-height: 0;
  margin-right: auto;
}
.sidebar {
  flex: 1 1 300px;
  padding: 0.625em;
  border-left: 1px solid var(--tone-light);
  text-align: left;
}
/*if parallax*/
.parallax-home {
  min-height: 500px;
  z-index: 1;
}
/*new mobile menu*/
ul.clearfix.hide-nav {
  display: inline-block;
}
.menu-primary-container {
  display: inline-block;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  height: 100%;
}
.menu-primary-container li:last-child .sub-menu {
  right: 0;
}
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #101921;
  transition: transform 0.3s;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** * Close button. */
.c-menu__close {
  color: #fff;
  background-color: #101921;
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/** * Close button resets. */
.c-menu__close:focus {
  outline: none;
}
/** * Body states. * * When a menu is active, we want to hide the overflows on the body to prevent * awkward document scrolling. */
body.has-active-menu {
  overflow: hidden;
}
/** * Mask component */
.content-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.content-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}
/*actual menu stuff*/
.c-menu--push-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-wrap.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content-wrap.has-push-left {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
.c-menu--push-left .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}
.c-menu--push-left.is-active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.c-menu--push-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
@media (min-width: 320px) {
  .c-menu--push-left {
    transform: translateX(-300px);
    width: 300px;
  }
}
.navclass li {
  list-style-type: none;
}
.navclass li ul {
  display: none;
  position: absolute;
  top: 100%;
}
.navclass li ul {
  position: static;
  padding: 1.25em;
  /* 20 */
  padding-top: 0;
}
/*end menu*/
/*video full screen styling*/
.video-section .buttonBar {
  display: none;
}
.player {
  font-size: 1px;
}
.pattern-overlay {
  padding: 110px 0 32px;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 1350px) and (min-width: 1150px) {
  .pattern-overlay {
    height: 600px;
    overflow: hidden;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  .pattern-overlay {
    height: 500px;
    overflow: hidden;
  }
  .headerimage {
    overflow: hidden;
  }
  .mbYTP_wrapper {
    width: 900px !important;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .pattern-overlay {
    height: 400px;
    overflow: hidden;
  }
  .headerimage {
    overflow: hidden;
  }
  .mbYTP_wrapper {
    width: 900px !important;
  }
  #tab-btn {
    width: 35vw;
  }
}
/*end video*/
.clear {
  clear: both;
}
.no-mar {
  margin-right: 0;
}
.headerright {
  display: block;
  flex: 0 1;
  flex-basis: auto;
  color: #333;
  letter-spacing: 0.01em;
  font-size: 1.15rem;
  font-weight: 300;
  white-space: nowrap;
  line-height: 2;
  transition: color 0.3s linear;
}
.headerright a {
  /* display: grid; */
  grid-template-columns: auto auto;
  grid-gap: 5px;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: color 0.2s linear;
}
.headerright a i {
  display: grid;
  justify-content: center;
  align-items: center;
}
.headerright a:hover {
  color: #000;
}
.headerright-top {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
header.smaller .headerright a {
  color: #333;
  transition: color 0.2s linear;
}
header.smaller .headerright a:hover {
  color: var(--tone-medium);
}
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  line-height: 0;
}
.contained {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
/*shrink header*/
/*CHANGE HEIGHT of header-main-wrapper class below. Assign min-height based on header height so the content pushes down;
 you may need to remove this on home page or set as 0px for homepage if you use a photo or slideshow and set it as relative -- this is mostly for the secondary pages if they don't have anything there that's relatively positioned */
.header-main-wrapper {
  position: relative;
  background: transparent;
  z-index: 5;
}
header {
  width: 100%;
  background-color: #101921;
  overflow: visible;
  position: fixed;
  top: 0;
  z-index: 3;
  left: 0;
  transition: height 0.3s ease;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  /* height: 100px; */
  /*important so the height transition is smooth to smaller header */
}
header.smaller {
  top: 0;
  padding-top: 0;
  background-color: 101921;
  /* transition: all 0.3s; */
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  margin-top: 0;
}
header .logo img {
  height: 70px;
  transition: transform 0.5s ease;
  transform-origin: left;
}
header.smaller .logo img {
  transform: scale(0.75);
}
header.smaller .nav {
  margin-top: 0;
  transition: all 0.3s;
}
/*end header*/
.header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-wrap {
  width: 100%;
  padding: 5px 0;
}
.page-title {
  text-align: left;
  text-transform: none;
  overflow: hidden;
  font-weight: 300;
  margin: 1.25em 0 0.85em;
}
.content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.content-full {
  color: #333;
  background-color: #fff;
  margin: auto;
}
.footer-wrap {
  position: relative;
  width: 100%;
  background: #101921;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
}
.footer-wrap a {
  color: #fff;
  transition: color 0.3s linear;
}
.footer-wrap a:hover {
  color: var(--tone-medium);
}
.footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-size: 0.75em;
  padding: 0 50px;
}
.footerright,
.footerleft,
.footermiddle {
  flex: 1 0 auto;
}
.footerleft {
  text-align: left;
}
.footerright {
  text-align: right;
}
.sidebar {
  padding: 0.625em;
}
.sidebar h2 {
  font-size: 1.1em;
  margin: 0.83em 0 0.3125em 0;
}
.sidebar ul {
  list-style-type: none;
  margin: 0.3125em 0 0.625em 0.625em !important;
  padding-left: 0;
}
.sidebar li {
  margin: 5px 0 15px;
  padding: 0 !important;
  line-height: 1.15;
}
.sidebar li li {
  list-style-type: none;
  margin-left: 0.95em;
  padding-left: 0;
}
.ft-top {
  color: #fff;
  width: 100%;
  background: #101921;
  padding: 5px 0;
}
.ft-top a,
.ft-top a:active {
  color: #fff;
  transition: color 0.3s linear;
}
.ft-top a:hover {
  color: var(--splash-dark) !important;
}
.ft-column-title {
  margin: 10px 0 20px 0;
  font-size: 1.5rem;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}
.ft-top ul,
.twocol-menu ul {
  margin: 0;
  padding-left: 0;
}
.ft-top li {
  list-style: none;
  line-height: 1.5em;
}
.ft-top i:before {
  font-size: 25px;
}
.footer-divide {
  height: 2px;
  width: 80%;
  margin: auto;
  border-radius: 80%;
  background: #fff;
}
.twocol-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-rule: 0 solid #fff;
  column-gap: 25px;
  white-space: normal;
  padding: 0;
}
.twocol-menu li {
  list-style: none;
  line-height: 1.15em;
  padding: 5px 0;
  text-align: left;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
/*flexbox designed for 4 footer columns, but can also be used for infinite # of columns/rows*/
.flex-wrapper {
  margin-bottom: 1em;
  line-height: 1.5;
}
.flex-item {
  flex: 1 1 250px;
  margin: 10px auto;
  padding: 0 10px;
  text-align: left;
  white-space: initial;
}
.flex-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto;
}
.flex-item .demo-icon:before {
  font-size: 16px;
  color: var(--standard-link);
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin: 4px;
  padding: 6px 4px 6px 5px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.flex-item .demo-icon:hover:before {
  color: #fff;
  background-color: transparent;
}
.icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  max-width: 10%;
}
/*max-width keeps the address from wrapping under the icon*/
.info-block {
  display: inline-block;
  vertical-align: top;
  max-width: 83%;
}
/*the end of icon images*/
hr {
  height: 2px;
  background: #57ccf6;
  border: none;
}
/* Typeface */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 10px 0;
}
h1,
h2 {
  letter-spacing: 0.075em;
  font-weight: 500;
  text-transform: uppercase;
}
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  color: #000;
}
h2,
h3 {
  font-weight: 600;
}
h1 {
  color: var(--secondary);
  font-size: 1.75rem;
  text-transform: none;
  font-family: commuters-sans, sans-serif;
}
h2 {
  font-size: 2rem;
  line-height: 1.75;
  color: var(--secondary);
  text-transform: none;
  font-family: commuters-sans, sans-serif;
}
h3 {
  font-size: 1.35rem;
  text-transform: none;
}
/* links */
a {
  color: var(--standard-link);
  text-decoration: none;
  transition: color 0.3s linear;
}
a:hover {
  text-decoration: none;
  color: var(--standard-link-hover);
}
.sidebar a {
  color: var(--standard-link);
}
.sidebar a:hover {
  color: var(--standard-link-hover);
}
.content a.readmore {
  text-decoration: underline;
}
.content a.readmore:hover {
  text-decoration: none;
}
a.overall-anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
}
input[type="submit"],
.button,
a.button {
  display: block;
  cursor: pointer;
  background-color: var(--secondary);
  width: 95%;
  max-width: 600px;
  color: #fff;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 1px;
  padding: 8px 15px;
  margin: 0.625em auto;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  white-space: normal;
  transition: background-color 0.2s linear;
}
input[type="submit"].focus-visible,
.button.focus-visible,
a.button.focus-visible,
button.focus-visible {
  outline: 1px solid red !important;
}
input[type="submit"]:hover,
.button:hover,
a.button:hover {
  background: var(--tone-extra-dark);
  color: #fff !important;
}
div.entry {
  position: relative;
  text-align: left;
}
.post-excerpt {
  text-align: left;
}
.post-prev-img {
  padding: 0 0.95em 0.625em 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 0 0.625em 0.625em 0;
}
img.alignright {
  margin: 0 0 0.625em 0.625em;
}
img.alignleft,
img.alignright {
  max-width: 55%;
}
img.aligncenter {
  margin: 0 auto 0.625em;
}
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
  color: var(--tone-dark);
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0.55em 0;
  padding-right: 0.625em;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 auto;
}
/* Extensions for Gutenberg elements */
.wp-block-column {
  margin: 10px !important;
  flex: 1 1;
}
.wp-block-columns.has-2-columns .wp-block-column {
  flex-basis: 45%;
}
.wp-block-columns.has-3-columns .wp-block-column {
  flex-basis: 31%;
}
.wp-block-columns.has-4-columns .wp-block-column {
  flex-basis: 23%;
}
.wp-block-quote {
  position: relative;
  margin: 45px 10%;
  color: rgba(0, 0, 0, 0.8);
}
.wp-block-quote:before,
.wp-block-quote:after {
  position: absolute;
  font-size: 100px;
}
.wp-block-quote:before {
  content: "\201c";
  left: -45px;
  top: -50px;
  color: rgba(0, 0, 0, 0.3);
  font-family: Georgia, Times, "Times New Roman", serif;
}
.wp-block-image .alignright,
.wp-block-image .alignleft {
  max-width: 55%;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
}
.wp-block-table {
  margin: 10px auto;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.85em 0.5em;
  line-height: 1.15;
}
.wp-block-buttons > .wp-block-button {
  margin: 20px 0;
}
.wp-block-button__link {
  color: #fff;
  background-color: var(--secondary);
  transition: background-color 0.2s linear;
}
.wp-block-button__link:hover {
  color: #fff;
  background-color: var(--tone-extra-dark);
}
/* End Extensions for Gutenberg elements */
/* Flex Boxes. Some styling appears under media queries*/
.equal-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.simple-flex-item {
  margin: 10px;
  flex: 1 1 auto;
}
.content-left {
  flex: 7 1 400px;
  text-align: left;
  padding: 0 10px;
}
.article-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: rgba(160, 187, 193, 0.1);
  border: solid 3px rgba(160, 187, 193, 0.1);
  margin: 10px auto !important;
  padding: 10px;
  line-height: 1.5;
}
.article-container .article-thumbnail {
  text-align: center;
  flex: 1 1;
  flex-basis: 350px;
}
.article-container .article-preview {
  flex: 4 1;
  flex-basis: 350px;
  text-align: left;
  padding: 0 10px;
}
.article-container .article-preview h2 {
  margin: 0 0 15px;
  line-height: 1.15;
}
.reviewdisplay {
  border-bottom: 1px solid var(--tone-medium);
  margin-top: 5px;
}
.reviewdisplay:last-child {
  border-bottom: 0 solid var(--tone-medium);
}
/* CUSTOM PAGES CSS */
/* Gravity Forms styling */
.gform_wrapper .gform_heading .gform_title {
  font-size: 1.35rem !important;
  font-weight: bold !important;
  text-align: center !important;
  color: var(--tone-dark) !important;
  margin: 10px 0 !important;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gsection_title {
  display: block !important;
  font-weight: bold !important;
  margin: 0 !important;
}
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper legend {
  text-align: left !important;
  color: var(--tone-dark) !important;
  padding-bottom: 5px !important;
}
.gform_wrapper legend {
  display: block !important;
}
.gform_wrapper .gfield_required_text {
  color: var(--tone-dark) !important;
  font-style: normal !important;
}
.gform_wrapper .ginput_container {
  text-align: left !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  width: 100% !important;
  padding: 8px 15px;
}
/* End Gravity Forms styling */
/* Homepage Shortcut Blocks */
.home-cuts .flex-container {
  justify-content: center;
  max-width: 1920px;
  margin-top: 10px;
}
.shortcutbox {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  padding: 0;
  margin: 4px;
}
.shortcutbox a {
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: sepia(0);
  outline: 2px solid transparent;
  outline-offset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  transform: scale(1);
  transition: all 0.3s;
}
.shortcutbox:hover a.hover-1 {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
.shortcutbox:hover a.hover-2 {
  outline: 2px solid #fff;
  outline-offset: -20px;
  transition: all.3s;
  filter: sepia(45%);
}
.shortcutbox:hover .box-title.hover-3 {
  background: rgba(0, 0, 0, 0.4);
  transition: all.3s;
}
.shortcutbox a.focus-visible {
  border: 2px solid red !important;
  outline: 2px solid red !important;
  outline-offset: -2px !important;
}
.shortcutbox .box-title {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  transition: all.3s;
}
.shortcutbox .box-title h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-weight: bold;
  transition: all 0.5s;
  width: 100%;
}
/* End Homepage Shortcut Blocks */
/* Vue Blog feature */
#rt-bloglanding-app .category-filter .button {
  display: initial;
  flex: 1 1;
  flex-basis: 0;
  width: initial;
  margin: 2px;
}
#rt-bloglanding-app .category-filter .button.selectedCat {
  background: var(--primary);
  pointer-events: none;
}
#rt-bloglanding-app .list-item h3 {
  text-align: left;
}
#rt-bloglanding-app .list-enter-active,
#rt-bloglanding-app .list-leave-active {
  transition: all 0.5s;
}
#rt-bloglanding-app .list-enter,
#rt-bloglanding-app .list-leave-to
    /* .list-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.featuredimage {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.post-prev-img {
  float: left;
  padding: 0 0.95em 0.625em 0;
}
.article-container {
  background-color: var(--tone-extra-light);
  border: 1px solid var(--tone-light);
  padding: 10px;
  line-height: 1.5;
}
/* End Vue Blog feature */
/* Vue modal component */
.rt-modal.popover-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.rt-modal .popover-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.rt-modal .popover {
  position: relative;
  width: 90%;
  max-height: 95vh;
  overflow-y: auto;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(114, 114, 114, 0.33);
  transition: all 0.3s ease;
}
.rt-modal button.popover-close {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  display: inline-block;
  color: #000;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
}
/* End Vue modal component */
/* End Vue smart-select component */
.rt-smart-select {
  text-align: center;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 4px;
}
.rt-smart-select .select-wrap {
  position: relative;
  margin: 0;
}
.rt-smart-select .input-wrap:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1em;
  right: 0.6em;
  border-top: 8px solid black;
  opacity: 0.5;
}
.rt-smart-select .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border: solid 1px #000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-top: none;
}
.rt-smart-select button {
  color: #333;
  background-color: #fff;
  display: block;
  line-height: 1.05;
  width: 100%;
  padding: 11px 5px;
  text-decoration: none;
  text-align: left;
  border: none;
  transition: background-color 0.2s linear;
}
.rt-smart-select .input-wrap button {
  line-height: 1.05;
  padding: 11px 5px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: var(--tone-medium);
  transition: border-color 0.3s linear;
}
.rt-smart-select .input-wrap button:focus {
  border-color: var(--focus-cyan);
}
.rt-smart-select .dropdown button:hover {
  background-color: var(--tone-medium);
}
.rt-smart-select .input-wrap button [class^="icon-"]:before,
.rt-smart-select .input-wrap button [class*=" icon-"]:before,
.rt-smart-select .dropdown button [class^="icon-"]:before,
.rt-smart-select .dropdown button [class*=" icon-"]:before {
  vertical-align: baseline;
}
/* End Vue smart-select component */
/* Vue accordion/transition-expand component */
.expand-enter-active,
.expand-leave-active {
  transition: height 0.4s ease-in-out;
  overflow: hidden;
  transition-property: opacity, height;
}
.expand-enter,
.expand-leave-to {
  height: 0;
  opacity: 0;
}
/* Vue accordion/transition-expand component */
/* Nightly update run windows */
#toptitles {
  margin-bottom: 1px;
  color: #055037;
  font-weight: normal;
}
/* End Nightly update run windows */
/* END CUSTOM PAGES CSS */
/*menu for above 40em/640px*/
@media (min-width: 641px) {
  .navclass ul {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
  }
  .navclass li {
    position: relative;
  }
  .navclass li a {
    display: block;
    text-transform: uppercase;
  }
  .navclass ul.sub-menu {
    padding: 0 !important;
  }
  /*this adds the arrow that points down in the main navigation if there's a submenu -- you may need to add again under mobile sizing and change the color*/
  .navclass .menu-item-has-children > a:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: var(--tone-medium);
    /*change depending on arrow color needed*/
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
  }
  .nav {
    flex: 1 1;
    flex-basis: auto;
    padding-left: 10px;
    white-space: normal;
  }
  .nav ul.menu > a {
    display: none;
  }
  .nav ul.menu {
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 0 0 10px;
    text-align: right;
  }
  .nav ul.menu li {
    list-style-type: none;
    position: relative;
    display: inline-block;
  }
  .nav ul.menu li a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-left: 30px;
    margin-right: 0;
    padding: 5px 0;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s linear;
  }
  .nav ul.menu li > a {
    position: relative;
  }
  .nav ul.menu li ul li > a {
    position: relative;
    margin-bottom: 0;
  }
  .nav ul.menu li ul li > a:hover:before {
    visibility: hidden;
  }
  .nav ul.menu li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* second level */
  .nav ul.menu li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: -10px;
    padding: 5px;
    margin: 0;
    min-width: 240px;
    background-color: var(--primary);
    top: 200%;
    transition: all 0.3s;
  }
  .nav ul.menu li:hover > ul.sub-menu,
  .focusSubmenu {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    top: 100%;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  }
  a.focus-visible {
    outline: 1px solid red !important;
  }
  .nav ul.menu li ul li {
    white-space: nowrap;
    display: block;
  }
  .nav ul.menu li ul li a {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    text-align: left;
    /* background: rgba(0, 0, 0, .5);
        */
    /*background color for dropdown links*/
    min-width: 235px;
    text-transform: none;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    color: #000;
    transition: all 0.2s linear;
  }
  .nav ul.menu li ul li a:hover {
    color: #fff;
    background: var(--splash-extra-dark);
    /*background hover color*/
  }
  /*more levels*/
  .nav ul.menu li ul li {
    white-space: nowrap;
    display: block;
  }
  /*this is the arrow/triangle that points to the right for submenu items with another submenu - you may need to change the color, and also the margin to adjust where it lands. If you want it next to the menu item, change float:right to display:inline-block and remove the margin-top */
  .nav ul.menu li ul li.menu-item-has-children > a:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    float: right;
    margin-right: 10px;
    margin-top: 0.5rem;
    /*may need to change*/
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .nav ul.menu li ul li.menu-item-has-children:hover > a:after {
    margin-right: 2px;
  }
  .nav ul.menu ul ul {
    top: 0;
    left: 100%;
    display: block;
    width: auto;
  }
  .nav ul.menu ul ul li a {
    text-align: left;
  }
  .nav ul.menu li:hover ul ul {
    display: none;
  }
  .nav ul.menu ul li:hover ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 200%;
    transition: all 0.3s;
  }
  .nav ul.menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
  }
}
/*menu for 64.0em/1024px and below*/
@media (max-width: 1170px) {
  /*headings*/
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p {
    font-size: 15px;
  }
  header {
    background: #101921;
    box-shadow: none;
    margin-top: 0;
  }
  .header {
    flex-wrap: wrap;
  }
  .logo,
  .logo-smaller,
  .headerright {
    text-align: center;
    line-height: 1.65;
    width: 100%;
    flex: 0 1;
    flex-basis: 550px;
    margin: auto;
  }
  .headerright-top {
    justify-content: center;
    margin: 5px auto;
    max-width: 85%;
  }
  header .logo img {
    max-width: 70%;
    height: auto !important;
    transform-origin: center;
  }
  header.smaller .logo img {
    transform: none; /*If you want to have the logo reduce on scroll, unapply this property */
  }
  /*menu mobile*/
  ul.clearfix.hide-nav {
    display: none;
  }
  header.smaller .navclass .menu-item-has-children > a:after {
    border-top-color: #fff !important;
  }
  .navclass li {
    font-size: 19px;
  }
  .navclass li a {
    color: #fff;
  }
  #nav-acc {
    padding: 10px;
  }
  #nav-acc > ul > li.has-sub.active > a:after {
    content: "";
    vertical-align: middle;
    position: relative;
    right: -8px;
    bottom: 0;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: 0.2s all;
  }
  #nav-acc > ul > li > ul > li.has-sub.active > a:after {
    content: "";
    vertical-align: middle;
    position: relative;
    right: -8px;
    bottom: 0;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: 0.2s all;
  }
  .navclass .menu-item-has-children > a:after {
    content: "";
    vertical-align: middle;
    position: relative;
    right: -8px;
    bottom: 1px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  /*end menu*/
  /*add this section for nav sub-menu down arrow if your nav colors change so you can change the arrow color*/
  #nav .menu-item-has-children > a:after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: none;
    border-top-color: #fff;
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -4px;
  }
  /*toggle applies to the hamburger menu button*/
  .toggle-spot {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 10px;
  }
  /*where do you want hamburger to show up? */
  #toggle {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 0;
    cursor: pointer;
    z-index: 1;
    background: transparent;
    border: none;
    outline: none;
  }
  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 20px;
  }
  header.smaller #toggle span,
  header.smaller #toggle span:after,
  header.smaller #toggle span:before {
    background-color: var(--tone-medium);
  }
  /*IMPORTANT: Change the header wrapper height on mobile below so that the content starts at the appropriate place & not under the header */
  .nav ul.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    margin-right: 8%;
  }
  .nav ul.menu li a:hover {
    color: var(--tone-medium);
    text-decoration: none;
  }
  .menu {
    -webkit-padding-start: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
  .navclass {
    position: absolute;
    top: 19%;
    right: 0;
    -webkit-padding-start: 0;
    z-index: 500;
    width: 100%;
  }
  .navclass li {
    list-style-type: none;
    line-height: 40px;
  }
  .navclass > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    margin: 0 auto;
    color: #fff;
  }
  .navclass li ul {
    display: none;
    position: absolute;
    top: 100%;
  }
  .navclass li ul {
    position: static;
    padding: 1.25em;
    padding-top: 0;
  }
  /*flexbox stuff*/
  .flex-item {
    margin: 10px auto;
    text-align: center;
  }
  .footer.contained {
    padding: 0 50px;
  }
  /*end flex*/
  .ft-column-title {
    margin: 10px 0 5px 0;
  }
}
/* For 960px and below */
@media (max-width: 960px) {
  .footerleft,
  .footerright,
  .footermiddle {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footermiddle {
    order: 1;
  }
  .footerleft {
    order: 2;
  }
  .footerright {
    order: 3;
  }
}
/*768 pixels and below*/
@media (max-width: 768px) {
}
/* cell phones/small tablets (640px) */
@media (max-width: 640px) {
  /*top alert message*/
  .hide24 {
    font-size: 0.85rem !important;
  }
  header {
    position: relative;
  }
  header.smaller {
    position: fixed;
  }
  .page-template-api-propertydetail header.smaller {
    position: relative;
  }
  header.smaller .headerright-top {
    display: none;
    line-height: 0;
  }
  header.smaller .logo,
  .logo-smaller {
    line-height: 0;
    text-align: left;
  }
  .headerright-top {
    grid-template-columns: auto auto;
  }
  .headerright-top-tel {
    grid-column-start: span 2;
  }
  .post-excerpt {
    text-align: center;
  }
  .breadcrumbs {
    text-align: center;
  }
  .article-container .article-preview h2 {
    text-align: center;
  }
  /* Extensions for Gutenberg elements */
  .wp-block-cover .wp-block-cover-text {
    font-size: 3rem;
  }
  /* End Extensions for Gutenberg elements */
}

/* over 1024px/64em for desktop */
@media (min-width: 1171px) {
  #toggle {
    display: none;
  }
  .c-menu {
    display: none;
  }
  .twocol {
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
  }
}
/* cell phones/small tablets (640px) */
@media (max-width: 640px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  h4,
  h5,
  h6 {
    font-size: 1.1rem;
  }
  .post-prev-img {
    float: left;
    padding: 0 0.95em 0.625em 0;
  }
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter {
    max-width: 100%;
  }
  .alignleft,
  .wp-block-image .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .alignright,
  .wp-block-image .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .aligncenter,
  .wp-block-image .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  img.alignleft {
    margin: 0.625em auto;
    max-width: 100%;
  }
  img.alignright {
    margin: 0.625em auto;
    max-width: 100%;
  }
  img.aligncenter {
    margin: 0 auto 0.625em;
  }
  .gallery-item {
    width: 100% !important;
  }
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 48%;
  }
  .sidebar {
    margin: 0 auto;
    border-radius: 0.625em;
    border: 1px solid #f0f0f3;
    text-align: center;
  }
  /* Extensions for Gutenberg elements */
  .wp-block-column {
    text-align: center;
  }
  .wp-block-buttons > .wp-block-button {
    margin: 20px auto;
  }
  /* End Extensions for Gutenberg elements */
}
/* cell phones (480px) */
@media (max-width: 480px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-cover .wp-block-cover-text {
    font-size: 2rem;
  }
  h1.page-title {
    font-size: 1.65rem;
  }
  /* Homepage Shortcut Blocks */
  .shortcutbox {
    min-height: 200px;
  }
  .box-title h3 {
    font-size: 0.8em;
  }
  /* End Homepage Shortcut Blocks */
}

/* for print only */
@media print {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  .headerright img,
  #nav,
  .banner-image,
  #reviews,
  .uwy {
    display: none !important;
  }
  #header-wrap {
    border-top: 0;
    border-bottom: 1px solid #000;
  }
  header#header {
    box-shadow: none;
    position: relative !important;
  }
  .header-main-wrapper {
    min-height: 0;
  }
  header.smaller .headerright {
    display: block;
  }
  ul,
  li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.15;
  }
}
/* for reduced motion users */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    -webkit-transition: all 0.001ms !important;
    -moz-transition: all 0.001ms !important;
    -ms-transition: all 0.001ms !important;
    -o-transition: all 0.001ms !important;
    transition: all 0.001ms !important;
  }
}
