/* 
Theme Name: kingfisher2022 
Author: RealTech Services, Inc. 
Author URI: https://www.realtechvr.com
Description: Ciirus API Integrated Theme
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grecaptcha-badge {
  visibility: hidden;
}
.homeBannertop {
  display: none;
}
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: "Open Sans";
}
/* 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%;
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("font/open-sans-v29-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("font/open-sans-v29-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/open-sans-v29-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("font/open-sans-v29-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("font/open-sans-v29-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/open-sans-v29-latin-300.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("font/open-sans-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("font/open-sans-v29-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("font/open-sans-v29-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("font/open-sans-v29-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("font/open-sans-v29-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("font/open-sans-v29-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("font/open-sans-v29-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("font/open-sans-v29-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/open-sans-v29-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("font/open-sans-v29-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("font/open-sans-v29-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/open-sans-v29-latin-600.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("font/open-sans-v29-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("font/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/open-sans-v29-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("font/open-sans-v29-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("font/open-sans-v29-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/open-sans-v29-latin-700.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}

/*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' */
/*end fontello*/

/* vimeo */
.vimeo-embed-container {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: url("images/new-vimeo-placehold.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; /*Otherwise can't scroll when mouse over video embed*/
}

.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
}

/*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: auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  font-size: 14pt;
  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;
}
/* page id: 14747 - vacation-rental-condos/seashells-of-sanibel/ */
.seashells-logo {
  width: 86%;
}
.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;
}
/*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: #f1f0ef;
  transition: transform 0.3s;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** * Close button. */
.c-menu__close {
  color: #fff;
  background-color: #5d77a2;
  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;
  color: #403930;
  letter-spacing: 0.01em;
  font-size: 1.15rem;
  font-weight: normal;
  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: #403930;
  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: 16px;
  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: #403930;
  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;
}
/* Announcements Banner */
.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: rgba(125, 193, 203, 0.5);
  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: #7dc1cb;
  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: #000 !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;
}
/* End Announcements Banner */

.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: 15px;
}
#gform_wrapper_6.gf_browser_chrome.gform_wrapper.gravity-theme.gform-theme--no-framework {
  max-width: 1000px;
  margin: 0 auto;
}
p.careers-p {
  max-width: 1000px;
  margin: 0 auto;
}

.page-id-13258 .entry figure {
  max-width: 400px;
}
.ft-top form {
  max-width: 350px !important;
  margin: 0 auto;
}
.ft-top #newsletter-form form {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: unset !important;
}

.map-time {
  position: relative;
  margin-bottom: -10px;
}
.map-time img {
  width: 100% !important;
}
.map-time h3 {
  position: absolute;
  top: 60px;
  font-size: 2em;
  color: #000;
}

.google {
  font-size: 0.8em;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px;
  margin: 0;
}

.loc:before {
}
.email:before {
}
.phone:before {
}

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

.page-id-1578 .header-main-wrapper {
  min-height: 900px;
  background: url("/wp-content/uploads/2022/06/vacation-rentman1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.header-main-wrapper {
  position: relative;
  background: transparent;
  z-index: 5;
  height: inherit;
}
header {
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.6)
  );
  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;
  /* height:140px; */
  /* 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;*/
  height: 125px;
  -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 {
  transition: transform 0.5s ease;
  transform-origin: left;
}
header.smaller .logo {
  transform: scale(0.7);
  padding: 5px 0;
}

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;
  height: inherit;
}

.header-wrap {
  width: 100%;
  padding: 5px 0;
  height: inherit;
}
.page-title {
  text-align: left;
  text-transform: none;
  overflow: hidden;
  font-weight: 500;
}
.post .page-title {
  text-align: center;
}
.home .entry p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

img.icon {
  margin: 20px auto;
  display: block;
}

.home .border {
  width: 100%;
  height: 15px;
  margin-top: -70px;
  margin-bottom: 55px;
  position: relative;
  display: block;
  border-top: 1px solid #b2c8d8;
  border-bottom: 1px solid #91af9d;
  z-index: 1;
}
.home .content-full h1 {
  z-index: 123;
  position: relative;
  text-align: center;
  background-color: #fff;
  width: fit-content;
  padding: 20px 40px;
  margin: 10px auto;
}

.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: #000;
  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;
}
.ft-top {
  color: #403930;
  width: 100%;
  font-weight: 400;
  background: #f1f0ef;
  padding: 5px 0;
}
.ft-top a,
.ft-top a:active {
  color: #403930 !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.5rem;
  color: #403930;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-family: minerva-modern, sans-serif;
}
.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;
}

.social {
  margin-top: 20px;
}
.social a {
  color: #807460 !important;
}
.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 {
  color: #f1f0ef;
  border: none;
  display: block;
  clear: both;
}
/* Typeface */
p {
  color: #403930;
  font-weight: normal;
}
h1.fancypants {
  font-size: 2.85em;
}
.fancypants {
  font-family: sheila, sans-serif;
  font-weight: 700;
  color: #5d77a2;
}
/* Pelican's Roost page */
.page-id-14747 h1 {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-size: 2.85em;
  color: #5d77a2;
  text-align: center;
}
.page-id-12329 h1 {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-size: 2.85em;
  color: #5d77a2;
  text-align: center;
}
.page-id-12329 h1 {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-size: 2.85em;
  color: #5d77a2;
  text-align: center;
}
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: #163a4e;
  font-size: 2.7rem;
  text-transform: none;
}
h2 {
  font-size: 2.4em;
  line-height: 1.75;
  color: #163a4e;
  text-transform: none;
}
h3 {
  font-size: 1.55rem;
  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: #7dc1cb;
  width: 95%;
  max-width: 400px;
  font-weight: bold;
  color: #403930;
  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;
}
a.button.learn-more-button {
  padding: 12px;
}
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;
}
.short-button {
  margin-left: 0 !important;
  margin-top: 20px !important;
  width: fit-content !important;
  min-width: 210px;
}

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 p {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.2;
}
.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: capitalize;
  }
  .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: rgba(64, 57, 48, 0.5);
    /*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: 15px;
    margin-right: 5px;
    padding: 5px 0;
    line-height: 1.2;
    color: #403930;
    letter-spacing: 0.01em;
    font-size: 18px;
    font-weight: normal;
    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: #fff;
    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: #403930;
    transition: all 0.2s linear;
  }
  .nav ul.menu li ul li a:hover {
    color: #fff;
    background: #403930;
    /*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) {
  .short-button {
    margin-left: unset !important;
    margin: 10px auto !important;
  }
  /*headings*/
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p {
    font-size: 15px;
  }
  header {
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
  }

  .logo,
  .logo-smaller {
    text-align: left;
    width: 30%;
    flex-basis: 350px;
    margin: initial;
  }
  .headerright {
    text-align: center;
    line-height: 1.65;
    width: 60%;
    flex-basis: 550px;
    margin: initial;
  }
  .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: #343434;
  }
  #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 #343434;
    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 #343434;
    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 #343434;
    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: #343434;
    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: 30px;
  }
  /*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;
  }
  #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) {
  .propmanage-head .sidebar {
    border: none;
  }
  .home .content-full h1 {
    padding: 5px 20px 35px;
  }
  .fancypants {
    font-size: 1.4em !important;
  }
  .header {
    flex-wrap: wrap;
  }
  .logo,
  .logo-smaller,
  .headerright,
  .headerright-top {
    text-align: left;
    width: auto;
    flex-basis: auto;
    margin: auto;
  }
  .logo img {
    max-width: 200px !important;
    height: auto;
  }
}
/* cell phones/small tablets (640px) */
@media (max-width: 640px) {
  .logo,
  .logo-smaller {
    margin: 0;
  }

  header.smaller .headerright-top {
    display: none;
    line-height: 0;
  }
  .map-time {
    display: none;
  }
  header {
    position: relative;
    height: auto !important;
  }
  header.smaller {
    position: fixed;
  }
  .page-template-api-propertydetail header.smaller {
    position: relative;
  }

  header.smaller .logo,
  .logo-smaller {
    line-height: 0;
    text-align: left;
  }
  .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) {
  .c-menu {
    display: none;
  }
  .twocol {
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
  }
}
/* cell phones/small tablets (640px) */
@media (max-width: 640px) {
  header.smaller {
    height: 95px !important;
  }
  .page-id-1578 .header-main-wrapper {
    min-height: 1400px;
  }
  header .logo {
    transition: transform 0.5s ease;
    transform-origin: top left;
  }
  .toggle-spot {
    top: 20px;
  }
  h1 {
    font-size: 1.25rem;
  }
  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: 1.65rem;
  }
}

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

/*Custom blog styling per client request, added by Bernadette */

.post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto;
}

.first-paragraph {
  text-align: center;
}

article > figure:last-of-type img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  height: auto;
}

.blog-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 2em auto;
  box-sizing: border-box;
  padding: 1.25em;

  background: #c5d1d4;
  background: radial-gradient(
    circle,
    rgba(197, 209, 212, 1) 0%,
    rgba(255, 255, 255, 1) 99%
  );
}

.blog-callout h1,
.blog-callout h2,
.blog-callout h3,
.blog-callout h4,
.blog-callout h5,
.blog-callout h6 {
  line-height: 1em;
  font-size: 1.75em;
  font-weight: 800;
  color: #518bad;
}

.blog-callout p {
  font-size: 1.25em;
  padding: 5px 0px;
}

.blog-callout a {
  background-color: #7dc1cb;
  padding: 1vh;
  border-radius: 4px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  font-style: italic;
}
