/* 
Theme Name: Ocean & Racquet 2023
Author: RealTech Services, Inc. 
Author URI: https://www.realtechvr.com
Description: VRM API Integrated Theme
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* D.T. 6.25.24 https://realtech.zendesk.com/agent/tickets/53776 Added Notification bar CSS */
.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: #f9b214;
  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: #f9b214;
  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;
}
svg {
  display: block;
  vertical-align: middle;
}

/* Modified for ticket 46537 */
#searchresultsform
  > div:nth-child(2)
  > div.srchfilters
  > fieldset:nth-child(1) {
  max-width: 400px !important;
}
#results-app label.checkbox {
  position: relative;
  font-size: 0.8rem !important;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  min-width: 75px;
  padding: 7px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 25px;
  background: #fff;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
/* END ticket 46537 */
/* .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;
}
.wp-block-group__inner-container h2.script {
  font-family: "The Nautigal", cursive;
  font-size: 54px;
  font-weight: 700;
  background-color: white !important;
}
iframe {
  max-width: 100%;
}
html {
  font-size: 100%;
  font-family: heebo, 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: 1em;

  /* 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";
} /* ')' */
.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";
} /* '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: "\78";
} /* '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";
} /* '' */
.icon-bbq:before {
  content: "\e82a";
} /* '' */
.icon-linens:before {
  content: "\e82b";
} /* '' */
.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";
} /* '' */
.icon-hottertub-1:before {
  content: "\e836";
} /* '' */
.icon-bathoutline:before {
  content: "\e837";
} /* '' */
.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' */
.icon-calendar:before {
  content: url(images/calendar.png);
}
/*end fontello*/
.icon-downsearch:before {
  content: url(images/downarrow.png);
}

/* Custom Styles */

.info-block {
  display: inline-block;
  vertical-align: top;
  max-width: 83%;
}

.post-password-form {
  text-align: center;
}
/*the end of icon images*/

.campic {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.55);
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.campic:hover {
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.75);
}
/* Flex Boxes. Some styling appears under media queries*/
.equal-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: auto;
}
.simple-flex-item {
  margin: 10px;
  flex: 1 1 auto;
}

.content-left {
  flex: 4 1 400px;
  text-align: left;
  padding: 0 10px;
}

/* Class added to be used on WP backend to hide elements without deleting them from the page. (Reusability) */
.wp-hide-not-remove {
  display: none !important;
}

/* Delighter */

.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.topper {
  transform: translatey(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.topper.started {
  transform: none;
  opacity: 1;
}
.delighter.left {
  transform: translate(20%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}
.delighter.fademe {
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.fademe.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all 0.7s ease-out;
}
.delighter.started li {
  opacity: 1;
  transform: none;
}
.delighter.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}
.delighter.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}
.delighter.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}
.delighter.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}
.delighter.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}
.delighter.started li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}
.delighter.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}

.delighter pre {
  display: block;
  transition: all 2s ease-out;
  opacity: 0;
  padding: 20px 0;
  width: 1px;
  overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px;
  width: 100%;
  opacity: 1;
}
.delighter .box {
  transition: all 1s ease-out;
}
.delighter .box:nth-child(1) {
  transform: translate(-100%, 0);
}
.delighter .box:nth-child(2) {
  transform: translate(170%, -70%);
}
.delighter .box:nth-child(3) {
  transform: translate(20%, 0%);
}

.delighter.started .box:nth-child(1) {
  transform: translate(0, 0);
}
.delighter.started .box:nth-child(2) {
  transform: translate(70%, -70%);
}
.delighter.started .box:nth-child(3) {
  transform: translate(20%, -120%);
}
/* when the library loads, each [data-delighter]
    gets the .delighter class */

/* the .started class is set when the top
   of [data-delighter] is at 0.75 of the viewport
   (where 0 is top and 1 is bottom) */

.quicklink-flex h2 {
  font-size: 16px;
}

.quicklink-flex {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 20px;
  flex: 1 1;
  max-width: 425px;
  overflow: hidden;
  height: 250px;
}
a .quicklink-flex2 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 20px;
  flex: 1 1;
  max-width: 425px;
  overflow: hidden;
  height: 250px;
}
.double-wide-flex {
  flex-grow: 2.04;
}
.quicklink-flex img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: 285px;
  filter: brightness(72%);
  transform: scale(1);
  -o-transition: filter 0.4s linear, transform 0.4s linear;
  -moz-transition: filter 0.4s linear, transform 0.4s linear;
  -webkit-transition: filter 0.4s linear, transform 0.4s linear;
}
.quicklink-flex2:hover img {
  transform: scale(1.1);
}
.quicklink-flex:hover img,
.amenities-flex:hover img {
  filter: brightness(90%);
  transform: scale(1);
}
.quicklink-title {
  position: relative;
  flex: 0 1;
  flex-basis: auto;
  margin: auto;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.quicklink-title h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.85rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.quicklink-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  -o-transition: color 0.8s linear;
  -moz-transition: color 0.8s linear;
  -webkit-transition: color 0.8s linear;
}
.quicklink-flex:hover .quicklink-title h4,
.amenities-flex:hover .quicklink-title h4 {
  color: #ffff00;
}
.amenities-flex {
  flex: 0 1 350px;
  position: relative;
  border: solid 2px #cdcdcd;
  padding: 3px;
  margin: 5px;
}

.featuredslider-item {
  position: relative;
  flex: 1 1 300px;
  margin: 5px;
  padding: 5px 10px;
  background-color: #fff;
  transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  border: solid 1px #e7e7e7;
}
.featuredslider-item:hover {
  background-color: #f4f1ea;
}
.featuredslider-item img {
  width: 100%;
  border: solid 3px #fff;
}
.featuredslider-item .caption {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 5px;
}
.featuredslider-item .price-caption {
  position: absolute;
  top: 8px;
  left: 13px;
  right: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}
.featuredslider-item h3 {
  color: #1b4e82;
  margin: 3px 0;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
.featuredslider-item:hover h3 {
  color: #2fa4dc;
}
.featuredslider-item .caption .description {
  color: #555555;
  font-size: 0.7rem;
  line-height: initial;
  margin-top: 5px;
}

.home-cnt-box,
.home-cnt-box-bottom {
  display: flex;
  align-items: center;
}
.home-cnt-box-bottom {
  background-color: #1a5a70;
}
.home-cnt-left,
.home-cnt-left-btm {
  width: 50%;
  padding: 70px;
  line-height: 2;
}
.home-cnt-left-btm h2 {
  width: 66%;
  line-height: 1;
  margin: 0 auto;
}
.home-cnt-left-btm ul {
  list-style: none;
}
.home-cnt-left-btm ul li {
  padding: 10px;
}
.home-cnt-left-btm h1 {
  text-align: center;
}
.hr-small {
  background: #f9b214;
  height: 3px;
  width: 50%;
}
.hr-lrg {
  background: #f9b214;
  height: 3px;
}
.home-cnt-right,
.home-cnt-right-btm {
  width: 50%;
  padding: 60px 0;
}
.home-cnt-right-btm {
  text-align: center;
}
.home-cnt-right-btm img {
  max-width: 70%;
}
.hometitlebox {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btn-rnd {
  border-radius: 30px !important;
  width: 300px !important;
  margin: 20px 0 !important;
}
#gform_wrapper_22 {
  border: 2px solid #f9b214;
  padding: 20px;
  width: 80%;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
}
#gform_submit_button_22 {
  background-color: #1a5a70;
}
#gform_submit_button_22 {
  width: 99% !important;
  padding: 10px !important;
}
.hometitle {
  font-family: sheila, sans-serif;
  color: #36659b;
  font-size: 3.8em;
  margin: 20px 0 10px;
  text-align: center;
}
.home-h2 {
  text-align: center;
  font-family: alex-brush, sans-serif;
  font-size: 3em;
}
.icons {
  margin-right: 10px;
  width: 25px;
}
@media (max-width: 1500px) {
  .home-cnt-box-bottom {
    flex-direction: column;
  }
  .home-h2 {
    font-size: 2.5em;
  }
  .home-cnt-left-btm,
  .home-cnt-left-btm h2,
  .home-cnt-right-btm {
    width: 100%;
  }
  .home-cnt-left,
  .home-cnt-left-btm {
    padding: 30px;
  }
  .hometitlebox {
    flex-direction: column;
  }
  .hometitle {
    font-size: 3em;
  }
}
@media (max-width: 1200px) {
  #gform_wrapper_22 {
    width: 100%;
  }
  .btn-rnd {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .home-cnt-box {
    flex-direction: column;
    font-size: 3em;
  }
  .home-cnt-left,
  .home-cnt-right {
    width: 100%;
    padding: 5%;
  }
}

/*top alert message*/
@media (max-width: 40em) {
  .hide24 {
    font-size: 12pt !important;
  }
}
.hide24 {
  color: #888;
  background-color: rgba(255, 255, 255, 0.9);
  height: 200px;
  width: 80%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 500;
  height: 200px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  font-size: 18pt;
  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 #f0f0f3;
  text-align: left;
}
/*if parallax*/
.parallax-home {
  min-height: 500px;
  z-index: 1;
}
/* some blog stuff */
/*.widget {position: relative;
     margin-bottom:20px;
     background: #f4f4f4;
     border-width: 0px;
    padding: 5px 30px 30px;}
.content-left {float:left; max-width:67%; padding-right:20px;}*/
.featuredimage {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.post-prev-img {
  float: left;
  padding: 0 0.95em 0.625em 0;
}
.article-container {
  background-color: #fafafa;
  border: 1px solid #f4f4f4;
  padding: 10px;
  line-height: 1.5;
}
.ofsb {
  background: url(images/oceanfrontcategory.jpg) center no-repeat;
  margin: 10px 0px;
}
.ovsb {
  background: url(images/oceanviewcategory.jpg) center no-repeat;
  margin: 10px 0px;
}
.htsb {
  background: url(images/hottubcondoscategory.jpg) center no-repeat;
  margin: 10px 0px;
}
.availcalsb {
  background: url(images/availabilitycategory.jpg) center no-repeat;
  margin: 10px 0px;
}

.ofsb:hover,
.ovsb:hover,
.htsb:hover,
.availcalsb:hover {
  box-shadow: 2px 2px 2px #ccc;
  filter: brightness(95%);
}

.four-col {
  position: relative;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.four-col img {
  -webkit-filter: brightness(80%);
  width: 100%;
}

.four-col:hover .four-col-img {
  -webkit-filter: brightness(105%);
}

.four-col-text {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px #000;
  font-size: 24pt;
  padding: 50px 20px;
}
.four-col-front {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px #000;
  font-size: 30pt;
  position: absolute;
  bottom: 50%;
  left: 30%;
}

.see-button {
  background: #1a5a70;
  color: #fff;
  width: 50%;
  margin: auto;
  padding: 3px;
  text-align: center;
  border: 2px solid #fff;
  margin-bottom: 5%;
  font-weight: 400;
}
.see-button:hover {
  background: #fff;
  color: #1a5a70;
}

/*end blog*/
/*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: #1a5a70;
  transition: transform 0.3s;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** * Close button. */
.c-menu__close {
  color: #fff;
  background-color: #1a5a70;
  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;
  }
}
/*end video*/
.clear {
  clear: both;
}
.no-mar {
  margin-right: 0px;
}
.headerright {
  display: block;
  flex: 0 1;
  flex-basis: auto;
  text-align: right;
  padding: 0 0.625em;
  color: #333;
  letter-spacing: 0.01em;
  font-size: 1.15rem;
  font-weight: 300;
  white-space: nowrap;
  line-height: 2;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
.headerright a {
  color: #333;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
.headerright a:hover {
  color: #000;
}
.headerright-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1 1;
  flex-basis: auto;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.headerright-top div {
  margin: 0 5px;
  flex: 0 1;
  flex-basis: auto;
}
.headerright-top .rt-icon {
  margin: 5px;
}

header.smaller .headerright a {
  color: #333;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
header.smaller .headerright a:hover {
  color: #000;
}

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;
}
.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: 95% !important;
  padding: 15px;
}
/*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: rgba(255, 255, 255, 0.9);
  overflow: visible;
  position: fixed;
  top: 0;
  z-index: 3;
  left: 0;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  /* height: 100px; */
  /*important so the height transition is smooth to smaller header */
}

.page-template-api-propertydetail header {
  position: relative;
}

header.smaller {
  top: 0;
  padding-top: 0;
  background-color: #fff;
  /*-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;*/
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}
header .logo img {
  height: 130px;
  transition: transform 0.5s ease;
  transform-origin: left;
}
header.smaller .logo img {
  transform: scale(0.75);
}

header.smaller .nav {
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  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: center;
  text-transform: none;
  overflow: hidden;
  font-weight: 300;
}

.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: #1a5a70;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
}
.footer-wrap a {
  color: #fff;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
.footer-wrap a:hover {
  color: #c7c7c7;
}
.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;
}
/* styles for sidebar newsletter form */
.subscribe {
  background: linear-gradient(
      0deg,
      rgba(102, 102, 102, 0.6),
      rgba(102, 102, 102, 0.6)
    ),
    url("images/newsletter-box-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  min-height: 500px;
  max-height: 600px;
  margin-bottom: 10px;
}
@media (max-width: 1040px) {
  .subscribe {
    max-height: 1000px;
  }
}
.subscribe h3 {
  font-family: "The Nautigal", cursive;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  margin-top: 5px;
}
.subscribe p {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  padding: 15px;
  max-width: 80%;
  margin: auto;
}
.subscribe .gform_heading {
  text-align: center;
  padding: 0px 10px;
  line-height: 1.5;
}
.sidebar .subscribe {
  text-align: center;
}
.sidebar .subscribe input {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.subscribe input[type="submit"],
.button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
}
.subscribe input::placeholder {
  color: #fff;
  text-align: center;
}
.subscribe .gform_wrapper form {
  text-align: center;
  padding: 20px;
  /*max-width: 80%;*/
}
/* end styles for sidebar newsletter form */
.ft-top {
  color: #000;
  width: 100%;
  background: #f0f0f0;
  padding: 5px 0;
}
.ft-top a,
.ft-top a:active {
  color: #000 !important;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
.ft-top a:hover {
  color: #c7c7c7 !important;
}
.ft-column-title {
  margin: 10px 0 20px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  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: #429cc1;
  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;
  -o-transition: color 0.3s linear, background-color 0.3s linear;
  -moz-transition: color 0.3s linear, background-color 0.3s linear;
  -webkit-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: 1px;
  background: #f0f0f3;
  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;
}
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  color: #687175;
}
h2,
h3 {
  font-weight: 300;
}
h1 {
  color: #1a5a70;
  font-size: 3rem;
  text-transform: none;
  font-family: alex-brush, sans-serif;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.75;
  color: #1a5a70;
  text-transform: none;
}
h3 {
  font-size: 1.35rem;
  text-transform: none;
}
/* links */
a {
  color: #429cc1;
  text-decoration: none;
  transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}
a:hover {
  text-decoration: none;
  color: #1e7ab4;
}
.sidebar a {
  color: #429cc1;
}
.sidebar a:hover {
  color: #1e7ab4;
}
.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: #f9b214;
  width: 95%;
  max-width: 600px;
  color: #fff;
  text-align: center;
  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;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -webkit-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: #404040;
  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: #767676;
}
.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;
}
img.wp-post-image {
}
/*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-quote:after {
}
.wp-block-image .alignright,
.wp-block-image .alignleft {
  max-width: 55%;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.wp-block-table {
  margin: 10px auto;
}
.wp-block-table td,
.wp-block-table th {
  padding: 5px 10px;
}
/*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 #ddd;
  margin-top: 5px;
}
.reviewdisplay:last-child {
  border-bottom: 0px solid #ddd;
}
/*menu for above 40em/640px*/
@media (min-width: 641px) {
  .navclass ul {
    -webkit-padding-start: 0px;
    -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: #f9b214;
    /*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 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: 5px;
    padding: 5px 0;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0.01em;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-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: rgba(0, 0, 0, 0.65);
    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 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px 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: #fff;
    transition: all 0.2s linear;
  }
  .nav ul.menu li ul li a:hover {
    color: #fff;
    background: rgba(9, 42, 68, 0.8);
    /*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: 1024px) {
  #searchresultsform
    > div:nth-child(2)
    > div.srchfilters
    > fieldset:nth-child(1) {
    max-width: 250px !important;
  }
  /*headings*/
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p {
    font-size: 15px;
  }
  header {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    position: relative;
  }
  .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: 0em;
    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: 0px;
    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: #000;
    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: #888;
  }

  /*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: #ccc;
    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) {
  header {
    position: relative;
  }

  .headerright-top div {
    margin: 5px;
  }

  header .headerright-top a.headerright-top-tel,
  header.smaller .headerright-top a.headerright-top-tel{
    display: flex;
  }
  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: center;
  }
  .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;
  }
}

/* over 1024px/64em for desktop */
@media (min-width: 1025px) {
  #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: 2.75rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  h4,
  h5,
  h6 {
    font-size: 1.1rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1.page-title {
    text-align: center;
  }
  .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;
  }
}
/* Below 30em */
@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: 2.5rem;
  }
}

/* for print only */
@media print {
  .headerright img,
  .rv,
  .qswrap,
  #reviews,
  .detailsec h2 span,
  #carousel,
  .flex-direction-nav,
  #locationbox {
    display: none;
  }
  .header-wrap {
    border-top: 0;
    border-bottom: 1px solid #ff5a01;
  }
  header,
  header.smaller {
    box-shadow: none;
    position: relative;
  }
  #nav,
  .rtbreadcrumbs {
    display: none;
  }
  ul,
  li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.15;
  }
  .stripe {
    background: #ffffff !important;
  }
  .pricescol {
    border-bottom: 1px solid #eeeeee;
  }
  .pdwrap {
    display: block;
    width: 55%;
    float: left;
  }
  .calsec {
    display: block;
    width: 45%;
    float: right;
    min-width: 45%;
  }
  .ratechart {
    background: #ffffff;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1em;
  }
  .receipt {
    width: 100% !important;
  }
  .rtitle {
    color: #000 !important;
    line-height: normal !important;
    white-space: nowrap;
    background: #eee;
    border-right: 0 !important;
    height: 14px !important;
  }
  .rcolumn {
    width: auto !important;
    border-bottom: 1px solid #aaa !important;
    display: block;
    margin: 0 !important;
  }
  .rcolumn div {
    width: 40%;
    display: inline-block;
    line-height: 16px !important;
    height: 18px !important;
  }
  .pdwrap .introslide-overlay,
  .calendar-layout,
  .ft-top .flex-item,
  .banner-image {
    display: none;
  }
  .pdwrap .introslide img,
  .ft-top .flex-item:first-child {
    display: block;
  }
  #amenities .detailsec-content,
  .ratechart {
    line-height: 1.15;
    font-size: 12px;
  }
  .amen-left,
  .amen-right {
    text-align: left !important;
    padding: 0;
  }
  .amen-wrap {
    width: 49%;
    display: inline-block;
  }
  .header-main-wrapper {
    min-height: 0;
  }
  div.ssbuttons,
  .calsec h2,
  .legend-booked,
  .legend-selected,
  .calsec .button {
    display: none !important;
  }
  header.smaller .headerright {
    display: block;
  }
}

/* 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;
  }
}
