/*
--nectar-accent-color: #ee220c;
nectar-color-accent-color

--nectar-extra-color-1: #000000;
--nectar-extra-color-2: #ffffff;
--nectar-extra-color-3: #c1c1c1;
*/
body h1,
body h2,
body h3,
body h4 {
  color: var(--nectar-accent-color);
  margin-bottom: 20px;
}
body h1.vc_custom_heading,
body h2.vc_custom_heading,
body h3.vc_custom_heading,
body h4.vc_custom_heading {
  color: var(--nectar-accent-color);
}

.hostaway-list {
  display: none;
}

.hostaway-search-form {
  overflow: visible;
}

.hostaway-search-form .hostaway-search-form__fields {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 150px;
  margin: 0 auto;
  gap: 20px;
  background: #fff;
  padding: 15px;
  border: solid 1px var(--wp--preset--color--custom-main-font);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hostaway-search-form .hostaway-search-form__field {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: relative;
  padding-left: 40px;
}

.hostaway-search-form .hostaway-search-form__field:last-child {
  padding-left: 0;
}

.hostaway-search-form .hostaway-search-form__field:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.hostaway-search-form .hostaway-search-form__field:nth-child(1):before {
  background-image: url(../images/location.svg);
}

.hostaway-search-form .hostaway-search-form__field:nth-child(2):before {
  background-image: url(../images/calendar.svg);
}

.hostaway-search-form .hostaway-search-form__field:nth-child(3):before {
  background-image: url(../images/guests.svg);
}

.select2-container {
  width: 100% !important;
}

.hostaway-btn.hostaway-btn_orange {
  background: var(--nectar-accent-color);
  padding: 10px 5px;
  font-family: termina;
  font-size: 18px;
  width: 100%;
}

.hostaway-search .hostaway-select .select2-container .select2-selection--single {
  border: 0;
}
.hostaway-search input[type=text].hostaway-input,
.hostaway-search input[type=email].hostaway-input,
.hostaway-search input[type=tel].hostaway-input,
.hostaway-search input[type=number].hostaway-input,
.hostaway-search textarea.hostaway-input,
.hostaway-search select.hostaway-input {
  border: 0;
}

.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3529411765);
}

.properties_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.properties_wrapper .property-item {
  background-color: var(--nectar-bg-color);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: solid 1px var(--nectar-accent-color);
  padding: 10px;
}
.properties_wrapper .property-item h2 {
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
  padding: 0 20px;
  color: var(--nectar-accent-color);
}
.properties_wrapper .property-item img {
  margin-bottom: 0 !important;
}
.properties_wrapper .property-item .property-amenities {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.properties_wrapper .property-item .property-amenities .amenity {
  font-size: 12px;
  color: #8b8b8b;
}
.properties_wrapper .property-item .property-amenities .amenity .amenity_value {
  font-weight: 700;
}
.properties_wrapper .property-item a.book_now {
  border: solid 1px;
  text-align: center;
  padding: 7px;
  font-family: termina;
  font-size: 16px;
  line-height: 1.4em;
}
.properties_wrapper .property-item a.book_now:hover {
  background: var(--nectar-accent-color);
  color: #fff;
  border-color: var(--nectar-accent-color);
}
.properties_wrapper .property-item a.book_now:before {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}

.video_thumb_bg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  margin: 0 !important;
}
.video_thumb_bg iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_thumb_bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3803921569);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.why-choose-us img {
  width: 100%;
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.kristin-image .hover-wrap-inner {
  background: #f0ebe2;
}
.kristin-image .hover-wrap-inner img {
  mix-blend-mode: darken;
  max-height: 500px;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 30px;
}

.logo-shape {
  position: absolute;
  right: -250px;
  top: 50%;
  transform: translateY(-50%);
}
.logo-shape img {
  max-width: 500px !important;
}

.img-stack p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-template-rows: repeat(4, 250px);
}

.img-stack p img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100% !important;
}

.what-you-get {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.what-you-get .item-col {
  display: flex;
  flex-direction: column;
}
.what-you-get .item-col img {
  height: 50px;
}

.post_loop_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 50px;
}
.post_loop_wrapper .post-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.post_loop_wrapper .post-item .featured-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.post_loop_wrapper .post-item .featured-image img {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_loop_wrapper .post-item h2 {
  margin-bottom: 0;
  color: var(--nectar-accent-color);
  font-size: 24px;
}
.post_loop_wrapper .post-item a span {
  display: none;
}
.post_loop_wrapper .post-item a:before {
  position: absolute;
  background: transparent;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

span.testimonial-name {
  font-family: termina !important;
  line-height: 1.3em !important;
}

blockquote * {
  color: var(--nectar-accent-color);
}

blockquote .inner {
  background: transparent !important;
  border: solid 1px !important;
  border-radius: 0 !important;
}

.global-footer .social-icons {
  display: flex;
  gap: 20px;
}

.global-footer .social-icons > a svg {
  height: 24px;
}

.global-footer .social-icons > a svg path {
  fill: #fff;
}

ul#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 14px;
  font-weight: bold;
  margin: 0;
}

ul#menu-footer-menu li {
  list-style: none;
  width: 46%;
}

ul#menu-footer-menu li a:hover {
  color: inherit;
}

ul#menu-footer-menu li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  transition: width 200ms ease-in-out;
}

ul#menu-footer-menu li a {
  position: relative;
}

ul#menu-footer-menu li a:hover:before {
  width: 100%;
}

.contactus {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactus a {
  color: #fff;
}

.contactus a svg {
  width: 18px;
}

.contactus a strong:before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 200ms ease-in-out;
}

.contactus a strong {
  position: relative;
}

.contactus a:hover strong:before {
  width: 100%;
}

.custom_footer {
  background: #000;
  color: #fff;
}

.copyright_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.copyright_area a {
  color: #fff;
  text-decoration: underline;
}

.all_amenities > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.all_amenities > div {
  border-bottom: solid 1px #d2d1d1;
  padding: 30px 0;
}

.all_amenities > div > div:first-child {
  width: 100%;
}

.all_amenities > div > div {
  width: calc(25% - 20px);
}

.all_amenities > div > div > div > div {
  display: flex;
  gap: 10px;
}

.all_amenities > div > div > div > div > div > div:last-child {
  font-size: 12px;
}

.all_amenities > div > div > div > div > div > div:first-child {
  font-size: inherit;
}

.all_amenities svg path {
  fill: var(--nectar-accent-color);
}

.single-property .container-wrap {
  padding-top: 0 !important;
}

#hostaway_booking_page {
  /* Hostaway Booking Form */
  /* Hostaway Booking Form */
}
#hostaway_booking_page .guest-info-col {
  margin: 0;
  width: 100%;
}
#hostaway_booking_page a.hostaway-back-nav {
  display: none;
}
#hostaway_booking_page .hostaway-paper {
  box-shadow: none;
  background: transparent;
}
#hostaway_booking_page form > .row > .col-md-6:first-child {
  background-color: #ffffff;
}
#hostaway_booking_page form > .row > .col-md-6:last-child {
  background-color: #ebe5df;
}
#hostaway_booking_page form > .row > .col-md-6 {
  padding: 2vw;
  width: auto;
}
#hostaway_booking_page p.comment-form-cookies-consent {
  display: flex;
  gap: 10px;
}
#hostaway_booking_page .formLabel {
  align-items: flex-end;
  gap: 4px;
}
#hostaway_booking_page .hostaway form > .row {
  display: grid;
  grid-auto-flow: revert;
  gap: 30px;
  margin: 0;
}
#hostaway_booking_page .hostaway .row:before,
#hostaway_booking_page .hostaway .row:after {
  display: none;
}
@media only screen and (min-width: 1000px) {
  #hostaway_booking_page .hostaway form > .row {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 999px) {
  #hostaway_booking_page .hostaway form > .row {
    grid-template-columns: 100%;
  }
}
#hostaway_booking_page .hostaway .row .col-md-6:nth-of-type(1) {
  order: 2;
}
#hostaway_booking_page .hostaway-select .select2-container .select2-selection--single {
  display: none;
}
#hostaway_booking_page .hostaway .flex {
  display: block;
}
#hostaway_booking_page .hostaway form > .row .row {
  padding-bottom: 0;
}
#hostaway_booking_page .hostaway-payment-window .row {
  display: inline-block;
  width: 100%;
}
#hostaway_booking_page div#card-expiry .flex {
  display: flex !important;
}

.page-submenu li.current-menu-item {
  font-weight: 700;
  opacity: 1;
}

.page-submenu li {
  font-family: "termina";
  opacity: 0.5;
}

.single-property .property-amenities {
  display: inline-flex;
  border-top: solid 1px var(--nectar-accent-color);
  justify-content: space-between;
  border-left: solid 1px var(--nectar-accent-color);
  font-size: 16px;
  font-family: "termina";
}

.single-property .property-amenities .amenity {
  padding: 29px;
  text-align: center;
  border-right: solid 1px var(--nectar-accent-color);
  border-bottom: solid 1px var(--nectar-accent-color);
}

.single-property .property-amenities .amenity img {
  margin: 0;
  height: 28px;
}

#search .property-item {
  display: none;
}

.hostaway-col {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  background: #fff;
  padding: 20px !important;
}

.glsr-review-title {
  display: none;
}

.glsr-reviews {
  grid-template-columns: repeat(2, 1fr);
}

.home .glsr-reviews {
  display: block;
}

.glsr-review {
  padding: 30px;
  border: solid 1px var(--nectar-accent-color);
  align-content: flex-start;
}

.glsr-pagination .nav-links span,
.glsr-pagination .nav-links a {
  border: solid 1px var(--nectar-extra-color-1);
  color: #fff;
  padding: 4px 15px;
  display: inline-block;
  font-weight: 700;
  font-family: termina;
  margin-bottom: 5px;
}

.glsr-pagination .nav-links a {
  background: var(--nectar-extra-color-1);
}

.glsr-pagination .nav-links span {
  background: transparent;
  color: var(--nectar-extra-color-1);
}

.glsr-review-author {
  font-family: termina;
}

.glsr-review-author {
  font-family: termina;
  order: 1;
  width: 100%;
}

.glsr-review-content {
  order: 4;
}

.glsr-review-rating {
  order: 2;
}

.glsr-review-date {
  order: 3;
}

.off-canvas-menu-container ul.menu.menuopen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.question-circle .tooltip {
  width: auto;
  z-index: 11;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body.material #header-secondary-outer #social li:last-child a i {
  font-size: 14px;
}

body[data-fancy-form-rcs="1"] .hostaway.hostaway-search .fancy-select-wrap {
  padding-top: 0;
  padding-left: 10px;
}

input.hostaway-input {
  background: transparent !important;
}

.select2-container--default .select2-selection--single {
  background: #fff !important;
  border: var(--glsr-input-b) !important;
}

span.glsr-star-rating.glsr-star-rating--ltr {
  padding-bottom: 20px;
}

.grecaptcha-badge {
  transform: scale(0);
}/*# sourceMappingURL=style.css.map */