.zci-taxonomy-list.zci-grid {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
list-style: none; padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-item {
text-align: center;
list-style: none; margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-image {
display: block;
margin-bottom: 10px;
overflow: hidden; border-radius: 8px; }
.zci-taxonomy-list.zci-grid .zci-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
transition: transform 0.3s ease; }
.zci-taxonomy-list.zci-grid .zci-image img:hover {
transform: scale(1.05); } .zci-taxonomy-list.zci-inline {
display: flex;
flex-wrap: wrap;
gap: 15px;
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-inline .zci-item {
display: flex;
align-items: center;
gap: 5px;
margin: 0;
} .zci-taxonomy-list.zci-list {
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-list .zci-item {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 10px;
} .zci-term-name {
display: block;
font-weight: bold;
margin-top: 5px;
color: inherit;
text-decoration: none;
}
.zci-link {
text-decoration: none;
color: inherit;
display: block;
}
.zci-term-count {
display: inline-block;
background: #f0f0f1;
border-radius: 10px;
padding: 2px 8px;
font-size: 0.8em;
margin-left: 5px;
vertical-align: middle;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.hr-page-body {
min-width: 100%;
box-sizing: border-box;
}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}.homelocal-tip {
top: 0;
left: 0;
z-index: 9999990;
display: none;
max-width: 200px;
position: absolute;
}
.homelocal-tip .tip-content {
padding: 10px;
color: #fff;
font-size: 12px;
text-align: center;
border-radius: 5px;
background-color: #333;
}
.homelocal-tip .tip-arrow {
left: 50%;
width: 16px;
height: 16px;
color: #333;
margin-left: -8px;
position: absolute;
}
.homelocal-tip .tip-arrow::before {
left: 0;
content: " ";
position: absolute;
border-color: transparent;
border-top-color: transparent;
border-style: solid;
}
.homelocal-tip[data-placement^=top] .tip-arrow {
bottom: 0px;
}
.homelocal-tip[data-placement^=top] .tip-arrow::before {
bottom: -8px;
border-width: 8px 8px 0;
border-bottom-color: initial;
transform-origin: center top;
border-top-color: #333;
}
.homelocal-tip[data-placement^=bottom] .tip-arrow {
top: 0px;
}
.homelocal-tip[data-placement^=bottom] .tip-arrow::before {
top: -8px;
border-width: 0 8px 8px;
border-top-color: initial;
transform-origin: center bottom;
border-bottom-color: #333;
}
.homelocal-range-calendar {
--homelocal-range-calendar-color_unavailable: #AAA;
--homelocal-range-calendar-color_available: #333;
--homelocal-range-calendar-bg_color_selected: #f7f7f7;
--homelocal-range-calendar-border_color_selected: #333;
--homelocal-range-calendar-color_checkinout: #FFF;
--homelocal-range-calendar-bg_color_checkinout: #333;
position: relative;
}
.homelocal-range-calendar .next-btn,
.homelocal-range-calendar .prev-btn {
top: 5px;
padding: 0;
width: 30px;
height: 30px;
color: #000;
line-height: 1;
position: absolute;
border-radius: 50%;
text-align: center;
border: 1px solid #ddd;
background-color: #fff;
}
.homelocal-range-calendar .next-btn:disabled,
.homelocal-range-calendar .prev-btn:disabled {
opacity: 0.3;
cursor: not-allowed;
}
.homelocal-range-calendar .next-btn:not(:disabled):hover,
.homelocal-range-calendar .prev-btn:not(:disabled):hover {
cursor: pointer;
border-color: #aaa;
background-color: #eee;
}
.homelocal-range-calendar .next-btn {
right: 5px;
}
.homelocal-range-calendar .prev-btn {
left: 5px;
}
.homelocal-range-calendar .calendars .calendar {
font-size: 14px;
line-height: 14px;
box-sizing: border-box;
}
.no-uikit > .homelocal-range-calendar {
overflow: hidden;
}
.no-uikit > .homelocal-range-calendar .calendars {
display: flex;
flex-wrap: nowrap;
margin-left: -40px;
will-change: transform;
position: relative;
touch-action: pan-y;
}
.no-uikit > .homelocal-range-calendar .calendar {
width: 100%;
min-width: 100%;
padding-left: 40px;
box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.no-uikit > .homelocal-range-calendar .calendar {
width: 50%;
min-width: 50%;
}
}
.homelocal-range-calendar .calendar-heading {
color: #000;
padding: 10px 0;
font-size: 18px;
line-height: 20px;
font-weight: 600;
text-align: center;
user-select: none;
}
.homelocal-range-calendar .calendar-table {
z-index: 2;
position: relative;
}
.homelocal-range-calendar .calendar-table .week-days,
.homelocal-range-calendar .calendar-table .week {
display: flex;
flex-wrap: wrap;
margin-bottom: 2px;
}
.homelocal-range-calendar .calendar-table .week-days > *,
.homelocal-range-calendar .calendar-table .week > * {
width: 14.2857142857%;
}
.homelocal-range-calendar .week .day {
min-height: 30px;
line-height: 30px;
position: relative;
}
.homelocal-range-calendar .week .day.day-of-month {
overflow: hidden;
user-select: none;
text-align: center;
color: var(--homelocal-range-calendar-color_available);
}
.homelocal-range-calendar .week .day.day-of-month .date {
margin: 2px;
border-radius: 50%;
display: inline-block;
border: 1px solid transparent;
}
.homelocal-range-calendar .week .day.day-of-month.checkin .date, .homelocal-range-calendar .week .day.day-of-month.checkout .date {
font-weight: 600;
}
.homelocal-range-calendar .week .day.day-of-month.disabled, .homelocal-range-calendar .week .day.day-of-month.unavailable {
color: var(--homelocal-range-calendar-color_unavailable);
}
.homelocal-range-calendar .week .day:not(.disabled):not(.unavailable) .date {
font-weight: 600;
}
.homelocal-range-calendar .week-days {
margin-bottom: 10px;
border-bottom: 1px solid #ddddde;
}
.homelocal-range-calendar .week-days .day-name {
user-select: none;
color: #555;
font-weight: 600;
text-align: center;
padding: 20px 0 10px;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled):hover {
cursor: pointer;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled):not(.unavailable):hover .date {
border-color: var(--homelocal-range-calendar-border_color_selected);
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).selected, .calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).hover {
background-color: var(--homelocal-range-calendar-bg_color_selected);
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).selected:last-child:not(.checkout), .calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).hover:last-child:not(.checkout) {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).selected:first-child:not(.checkin), .calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).hover:first-child:not(.checkin) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).checkin {
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).checkout {
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).checkin .date, .calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).checkout .date {
color: var(--homelocal-range-calendar-color_checkinout);
background-color: var(--homelocal-range-calendar-bg_color_checkinout);
}
.calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).disabled:hover, .calendar-picker > .homelocal-range-calendar .week .day-of-month:not(.disabled).booked:hover {
cursor: not-allowed;
}.ui-datepicker {
z-index: 1020 !important;
padding: 15px;
color: #6f6f6f;
min-width: 200px;
box-sizing: border-box;
background-color: #FFF;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
border-radius: 6px;
}
.ui-datepicker-calendar {
width: 100%;
}
.ui-datepicker-calendar th {
padding: 2px;
font-size: 12px;
text-align: center;
}
.ui-datepicker-calendar td {
padding: 2px;
font-size: 12px;
text-align: center;
font-size: 14px;
}
.ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
background-color: #ddd;
}
.ui-datepicker-calendar td:not(.ui-state-disabled) a.ui-state-active {
color: #FFF;
background-color: #00a8e6;
}
.ui-datepicker-calendar span {
width: 26px;
display: block;
line-height: 24px;
color: #999;
}
.ui-datepicker-calendar a {
width: 26px;
display: block;
line-height: 24px;
color: #444;
text-decoration: none;
}
.ui-datepicker-header {
position: relative;
margin-bottom: 10px;
}
.ui-datepicker-title {
margin: 0 25px;
text-align: center;
}
.ui-datepicker-prev {
top: 3px;
width: 22px;
height: 22px;
color: #333;
position: absolute;
border-radius: 100px;
box-sizing: border-box;
left: 0;
}
.ui-datepicker-prev::after {
top: 4px;
width: 10px;
content: "";
height: 10px;
display: block;
position: absolute;
box-sizing: border-box;
left: 6px;
border-bottom: 2px solid;
border-left: 2px solid;
transform: rotate(45deg);
}
.ui-datepicker-prev .ui-icon {
display: none;
}
.ui-datepicker-next {
top: 3px;
width: 22px;
height: 22px;
color: #333;
position: absolute;
border-radius: 100px;
box-sizing: border-box;
right: 0;
}
.ui-datepicker-next::after {
top: 4px;
width: 10px;
content: "";
height: 10px;
display: block;
position: absolute;
box-sizing: border-box;
right: 6px;
border-bottom: 2px solid;
border-right: 2px solid;
transform: rotate(-45deg);
}
.ui-datepicker-next .ui-icon {
display: none;
}
.ui-datepicker-prev.ui-state-disabled {
color: #ddd;
cursor: not-allowed;
}
.ui-datepicker-next.ui-state-disabled {
color: #ddd;
cursor: not-allowed;
}
.hfse-loader {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
display: flex;
z-index: 9999;
position: absolute;
min-height: 100px;
visibility: hidden;
align-items: center;
justify-content: center;
}
.hfse.loading .hfse-loader {
opacity: 1;
visibility: visible;
}
@keyframes lds-ripple {
0% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
left: 0px;
width: 72px;
height: 72px;
opacity: 0;
}
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ripple div {
position: absolute;
border: 4px solid #fff;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
.hfse-form input::placeholder {
color: #000;
}
.hfse-form input:focus {
outline: none !important;
}
.hfse-form > div + div {
margin-top: 15px;
}
.hfse-form-primary-fields, .hfse-form-meta {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
align-items: center;
}
.hfse-form-primary-fields > *, .hfse-form-meta > * {
padding-left: 8px;
}
.hfse-form-primary-fields > * + * {
margin-top: 10px;
}
.hfse-form-primary-fields > * {
flex: 1 0 100%;
box-sizing: border-box;
}
@media screen and (min-width: 640px) {
.hfse-form-primary-fields > * {
flex: 1;
margin-top: 0;
min-width: 1px;
}
}
.hfse-form-primary-fields .hfse-additional-filters-field-container {
flex: none;
}
@media screen and (max-width: 640px) {
.hfse-form-primary-fields .hfse-additional-filters-field-container + * {
flex: 1 0 auto;
}
}
.hfse-form-secondary-fields {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.hfse-form-secondary-fields > div {
display: flex;
flex-wrap: wrap;
position: relative;
align-items: center;
}
.hfse-form-meta {
justify-content: center;
}
.hfse-form-primary-fields .hk-input, .hfse-form-submit-field-container .hk-button {
width: 100%;
height: 50px;
border-radius: 4px;
}
.hfse-form-submit-field-container .hk-button {
white-space: nowrap;
}
.hfse-form-submit-field-container .hk-button:not(:disabled) {
color: #ffffff;
background: #000000;
}
.hfse-form-submit-field-container .hk-button:not(:disabled):hover {
color: #ffffff;
background: #000000;
}
.hfse-form-primary-fields .hk-input {
border: none;
color: #000;
font-size: 16px;
padding: 10px 15px;
min-height: inherit;
box-sizing: border-box;
background-color: #DDDFE0;
}
.hfse-form-primary-fields .hk-input:focus {
color: #000;
background-color: #DDDFE0;
}
.hfse-form-order-field-container .hk-select {
padding-right: 23px !important;
}
.hfse-form .hfse-form-favorites-toggle-btn,
.hfse-form .hfse-form-featured-toggle-btn,
.hfse-form .hfse-form-map-toggle-btn,
.hfse-form .hfse-form-additional-filters-btn,
.hfse-form .hfse-form-reset-btn {
border: 0;
height: 35px;
color: #000;
display: flex;
font-size: 13px;
padding: 0 12px;
font-weight: 600;
line-height: 35px;
border-radius: 4px;
align-items: center;
box-sizing: border-box;
text-transform: uppercase;
background-color: #fff;
}
.hfse-form .hfse-form-favorites-toggle-btn > .hk-icon,
.hfse-form .hfse-form-featured-toggle-btn > .hk-icon,
.hfse-form .hfse-form-map-toggle-btn > .hk-icon,
.hfse-form .hfse-form-additional-filters-btn > .hk-icon,
.hfse-form .hfse-form-reset-btn > .hk-icon {
width: 15px;
margin-right: 10px;
}
.hfse-form .hfse-form-favorites-toggle-btn:hover, .hfse-form .hfse-form-favorites-toggle-btn:active, .hfse-form .hfse-form-favorites-toggle-btn:focus,
.hfse-form .hfse-form-featured-toggle-btn:hover,
.hfse-form .hfse-form-featured-toggle-btn:active,
.hfse-form .hfse-form-featured-toggle-btn:focus,
.hfse-form .hfse-form-map-toggle-btn:hover,
.hfse-form .hfse-form-map-toggle-btn:active,
.hfse-form .hfse-form-map-toggle-btn:focus,
.hfse-form .hfse-form-additional-filters-btn:hover,
.hfse-form .hfse-form-additional-filters-btn:active,
.hfse-form .hfse-form-additional-filters-btn:focus,
.hfse-form .hfse-form-reset-btn:hover,
.hfse-form .hfse-form-reset-btn:active,
.hfse-form .hfse-form-reset-btn:focus {
color: #000;
border-color: #000;
}
.hfse-form .hfse-form-favorites-toggle-btn,
.hfse-form .hfse-form-featured-toggle-btn,
.hfse-form .hfse-form-map-toggle-btn {
padding: 0 10px;
}
.hfse-form .hfse-form-favorites-toggle-btn,
.hfse-form .hfse-form-featured-toggle-btn {
color: #999;
transition: none;
}
.hfse-form .hfse-form-favorites-toggle-btn .hk-icon svg,
.hfse-form .hfse-form-featured-toggle-btn .hk-icon svg {
color: #999;
}
.hfse-form .hfse-form-favorites-toggle-btn .hk-icon svg > *,
.hfse-form .hfse-form-featured-toggle-btn .hk-icon svg > * {
fill: #999;
}
.hfse-form .hfse-form-favorites-toggle-btn:hover, .hfse-form .hfse-form-favorites-toggle-btn:active, .hfse-form .hfse-form-favorites-toggle-btn:focus,
.hfse-form .hfse-form-featured-toggle-btn:hover,
.hfse-form .hfse-form-featured-toggle-btn:active,
.hfse-form .hfse-form-featured-toggle-btn:focus {
color: #333;
}
.hfse-form .hfse-form-favorites-toggle-btn:hover .hk-icon svg, .hfse-form .hfse-form-favorites-toggle-btn:active .hk-icon svg, .hfse-form .hfse-form-favorites-toggle-btn:focus .hk-icon svg,
.hfse-form .hfse-form-featured-toggle-btn:hover .hk-icon svg,
.hfse-form .hfse-form-featured-toggle-btn:active .hk-icon svg,
.hfse-form .hfse-form-featured-toggle-btn:focus .hk-icon svg {
color: #333;
}
.hfse-form .hfse-form-favorites-toggle-btn:hover .hk-icon svg > *, .hfse-form .hfse-form-favorites-toggle-btn:active .hk-icon svg > *, .hfse-form .hfse-form-favorites-toggle-btn:focus .hk-icon svg > *,
.hfse-form .hfse-form-featured-toggle-btn:hover .hk-icon svg > *,
.hfse-form .hfse-form-featured-toggle-btn:active .hk-icon svg > *,
.hfse-form .hfse-form-featured-toggle-btn:focus .hk-icon svg > * {
fill: #333;
}
.hfse-form .hfse-form-favorites-toggle-btn.active,
.hfse-form .hfse-form-featured-toggle-btn.active {
color: #333;
}
.hfse-form .hfse-form-favorites-toggle-btn.active .hk-icon svg,
.hfse-form .hfse-form-featured-toggle-btn.active .hk-icon svg {
color: red;
}
.hfse-form .hfse-form-favorites-toggle-btn.active .hk-icon svg > *,
.hfse-form .hfse-form-featured-toggle-btn.active .hk-icon svg > * {
fill: red;
}
.hfse-form .hfse-form-featured-toggle-btn.active .hk-icon svg {
color: goldenrod;
}
.hfse-form .hfse-form-featured-toggle-btn.active .hk-icon svg > * {
fill: goldenrod;
}
.hfse-form .hfse-form-additional-filters-btn,
.hfse-form .hfse-form-reset-btn {
font-size: 11px;
}
.hfse-form .hfse-form-additional-filters-btn {
color: #fff;
margin-right: 10px;
position: relative;
background-color: #000;
}
.hfse-form .hfse-form-additional-filters-btn:hover, .hfse-form .hfse-form-additional-filters-btn:active, .hfse-form .hfse-form-additional-filters-btn:focus {
color: #fff;
background: #000;
}
.hfse-form .hfse-form-reset-btn {
border: 2px solid black;
}
.hfse-form .hfse-form-primary-fields .hfse-additional-filters-field-container {
flex: 60px 0 0;
position: relative;
}
.hfse-form .hfse-form-primary-fields .hfse-form-additional-filters-btn {
min-width: 50px;
width: 100%;
height: 50px;
margin-right: 0;
}
.hfse-form .hfse-form-primary-fields .hfse-form-additional-filters-btn svg {
margin: 0 auto;
}
.hfse-form .field-label {
width: 100%;
display: block;
color: #555555;
font-weight: 500;
text-align: left;
margin-bottom: 10px;
text-transform: capitalize;
}
.hfse-form .field-control {
position: relative;
}
.hfse-form-nights-count-container .hfse-form-nights-count-icon, .hfse-form-properties-count-container .hfse-form-properties-count-icon {
margin-right: 10px;
}
.hfse-form-search-field-container {
position: relative;
}
.hfse-form-search-field-container .hfse-form-search-field-icon {
margin-right: 10px;
}
.hfse-form-search-field-reset-btn {
top: auto;
right: 5px;
position: absolute;
}
.hfse-form-price-slider-container .field-label {
text-align: center;
font-size: 13px;
}
.hfse-form-price-slider-container .field-control {
height: 4px;
border: none;
min-width: 200px;
margin-left: 8px;
background: #aaa;
margin-right: 8px;
margin-bottom: 6px;
box-shadow: none;
}
.hfse-form-price-slider-container .field-control .noUi-connect {
background: #000;
}
.hfse-form-price-slider-container .field-control .noUi-handle::after,
.hfse-form-price-slider-container .field-control .noUi-handle::before {
display: none;
}
.hfse-form-price-slider-container .field-control .noUi-handle {
border: none;
border-radius: 25px;
background: #333;
height: 20px;
width: 20px;
top: -0.52em;
box-shadow: none;
}
.hfse-form-price-slider-container .field-control.noUi-horizontal .noUi-handle {
right: -10px;
}
.hfse-form-location-subfield label input.hk-checkbox {
margin-right: 10px;
}
span.hk-form-icon.hk-icon {
color: #000;
}
@media only screen and (max-width: 980px) {
.hfse-form-secondary-fields > div + div {
margin-top: 10px;
}
.hfse-form-secondary-fields-center {
order: 5;
width: 100%;
justify-content: center;
}
.hfse-form-location-subfield label {
width: 100%;
}
}
@media only screen and (max-width: 667px) {
div#datepicker-daterange-input {
right: 0;
left: 0;
width: 100%;
}
.hk-responsive {
flex-wrap: wrap;
}
}
.hfse-form-additional-filters-state {
width: 3px;
height: 3px;
margin-left: 5px;
border-radius: 50%;
}
.hfse-form-additional-filters-btn.modified .hfse-form-additional-filters-state {
background-color: #fff;
}
@media screen and (max-width: 767px) {
.hfse.with-map.map-visible .hfse-ai-form,
.hfse.with-map.map-visible .hfse-relevance-form {
margin-top: 20px;
}
}
.hfse-form-modal .hk-input {
font-size: 16px;
}
@media (max-width: 639px) {
.hfse-form-modal {
width: 100%;
padding: 0 !important;
z-index: 9999999999 !important;
}
.hfse-form-modal .hk-modal-footer {
padding-bottom: 50px;
}
.hfse-form-modal > .hk-modal-dialog {
height: 100%;
width: 100%;
max-width: 100% !important;
}
}
@media (max-width: 639px) {
.hfse-form-where-options {
padding: 0 !important;
width: 100%;
}
.hfse-form-where-options > .hk-modal-dialog {
height: 100%;
width: 480px;
max-width: 100% !important;
}
}
@media (min-width: 640px) {
.hfse-form-where-options > .hk-modal-dialog {
width: 480px;
max-width: 480px !important;
}
}
@media (min-width: 640px) {
.hfse-form-date-options > .hk-modal-dialog {
width: 100%;
max-width: 800px !important;
}
}
@media (min-width: 320px) {
.hfse-form-date-options .datepicker {
width: 100%;
}
}
@media (min-width: 480px) {
.hfse-form-date-options .datepicker {
width: 100%;
}
.hfse-form-date-options .datepicker__month {
width: 240px;
}
}
@media (min-width: 640px) {
.hfse-form-guests-options > .hk-modal-dialog {
width: 360px;
max-width: 360px !important;
}
}
@media (max-width: 639px) {
.hfse-form-guests-options .hk-modal-body > .hk-flex {
margin-top: 40px !important;
}
}
@media (min-width: 767px) {
.hfse-form-additional-filters-options > .hk-modal-dialog {
width: 680px;
max-width: 680px !important;
}
}
@media (max-width: 768px) {
.hfse-form-additional-filters-options > .hk-modal-dialog {
width: 100%;
max-width: 100% !important;
}
}
.hfse-form-date-options .datepicker__inner {
display: flex;
flex-direction: column;
}
.hfse-form-date-options .datepicker__topbar {
order: 2;
display: flex;
margin: 20px 0 0;
align-items: center;
justify-content: space-between;
}
.hfse-form-date-options .datepicker__close-button {
position: static;
}
.hfse-form-date-options .datepicker__buttons {
transform: none;
position: static;
}
.hfse-form-date-options .datepicker__clear-button {
color: #000;
margin-top: 0;
background-color: transparent;
}
.hfse-form-date-options .datepicker__close-button, .hfse-form-date-options .datepicker__submit-button {
margin-top: 0;
}
@media screen and (min-width: 480px) {
.hfse-form-date-options .datepicker__month-button--next[month="1"], .hfse-form-date-options .datepicker__month-button--prev[month="2"] {
display: none;
}
}
.hfse-form-date-options .datepicker__info--selected-label {
display: none;
}
.hfse-form-date-options .datepicker__month-day--invalid {
color: #9c9da2;
cursor: not-allowed;
}
.hfse-form-date-options .datepicker__month-day--valid {
color: #000 !important;
}
.hfse-form-date-options .datepicker__month-day--day-selected {
color: #000 !important;
background-color: rgba(0, 0, 0, 0.2);
}
.hfse-form-date-options .datepicker__month-day--first-day-selected, .hfse-form-date-options .datepicker__month-day--last-day-selected {
color: #fff !important;
background-color: #000;
}
.hfse-form-date-options .datepicker__month-day--today {
background-color: #484c55;
color: #fff !important;
}
.hfse-form-date-options .datepicker__month-day--selected:not(.datepicker__month-day--today):not(.datepicker__month-day--first-day-selected):not(.datepicker__month-day--last-day-selected) {
color: #000;
background-color: rgba(0, 0, 0, 0.2);
}
.hfse-form-date-options .datepicker__info-text--selected-days {
font-size: 13px;
font-style: normal;
color: #000;
}
.hfse-form-date-options .datepicker__info--feedback {
max-width: 60%;
}
.hfse-form input::placeholder,
.hfse-form-modal input::placeholder {
color: #000;
}
.hfse-form input:focus,
.hfse-form-modal input:focus {
outline: none !important;
}
.hfse-form label.field-label,
.hfse-form label.type-label,
.hfse-form label.amenity-label,
.hfse-form-modal label.field-label,
.hfse-form-modal label.type-label,
.hfse-form-modal label.amenity-label {
color: #000;
display: block;
font-size: 13px;
text-align: left;
word-break: break-all;
margin-bottom: 5px;
}
.hfse-form label.bedrooms-label,
.hfse-form label.bathrooms-label,
.hfse-form-modal label.bedrooms-label,
.hfse-form-modal label.bathrooms-label {
font-size: 15px;
margin-right: 10px;
}
.hfse-form .hk-checkbox,
.hfse-form .hk-radio,
.hfse-form-modal .hk-checkbox,
.hfse-form-modal .hk-radio {
border: 1px solid #cacacf;
width: 16px;
height: 16px;
margin-right: 10px;
}
.hfse-form .hk-checkbox:checked:focus,
.hfse-form .hk-radio:checked:focus,
.hfse-form-modal .hk-checkbox:checked:focus,
.hfse-form-modal .hk-radio:checked:focus {
background-color: #303033;
border-color: #000;
}
.hfse-form .hk-radio,
.hfse-form-modal .hk-radio {
margin-right: 5px;
}
.hfse-form .hfse-all-amenities-btn,
.hfse-form-modal .hfse-all-amenities-btn {
margin-top: 10px;
letter-spacing: 0;
text-transform: none;
text-decoration: underline;
}
.hfse-form .hfse-field-grid,
.hfse-form-modal .hfse-field-grid {
display: grid;
grid-template-columns: 2fr 1fr;
}
.hfse-form .hfse-number-with-control,
.hfse-form-modal .hfse-number-with-control {
width: 90px;
white-space: nowrap;
}
.hfse-form .hfse-number-with-control .reduce-btn,
.hfse-form .hfse-number-with-control .increase-btn,
.hfse-form-modal .hfse-number-with-control .reduce-btn,
.hfse-form-modal .hfse-number-with-control .increase-btn {
width: 20px;
height: 20px;
line-height: 1;
cursor: pointer;
font-size: 18px;
box-shadow: none;
color: #ffffff;
text-align: center;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
background-color: #000000;
}
.hfse-form .hfse-number-with-control .number-input,
.hfse-form-modal .hfse-number-with-control .number-input {
padding: 0;
width: 100%;
height: 20px;
color: #000;
border: none;
line-height: 1;
max-width: 32px;
font-size: 14px;
font-weight: 600;
box-shadow: none;
text-align: center;
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
background: none !important;
-moz-appearance: textfield;
appearance: textfield;
}
.hfse-form .hfse-number-with-control::selection,
.hfse-form-modal .hfse-number-with-control::selection {
background: transparent !important;
color: #000 !important;
}
.hfse-form .hfse-number-with-control div::selection,
.hfse-form-modal .hfse-number-with-control div::selection {
background: transparent !important;
}
.hfse-form .hk-form-label,
.hfse-form-modal .hk-form-label {
font-size: 13px;
font-style: normal;
letter-spacing: 0;
}
@media (max-width: 639px) {
.hfse-form-zone-options {
padding: 0 !important;
width: 100%;
}
.hfse-form-zone-options > .hk-modal-dialog {
height: 100%;
width: 100%;
max-width: 480px !important;
}
}
@media (min-width: 640px) {
.hfse-form-zone-options > .hk-modal-dialog {
width: 480px;
max-width: 480px !important;
}
}
.hfse-form-zone-input {
border-radius: 4px;
background-color: #DDDFE0;
padding: 10px 15px 5px 50px;
}
.hfse-form-zone-input .hk-form-icon {
height: 45px;
bottom: auto;
}
.hfse-form-zone-input-fields {
display: flex;
flex-wrap: wrap;
}
.hfse-form-zone-selections {
display: inline-flex;
flex-wrap: wrap;
}
.hfse-form-zone-selection {
color: #fff;
line-height: 1;
font-size: 12px;
line-height: 13px;
padding: 6px 12px;
margin: 0 5px 5px 0;
border-radius: 13px;
display: inline-block;
background-color: #000;
}
.hfse-form-zone-selection:hover {
cursor: pointer;
}
.hfse-form-zone-keyword {
padding: 0;
width: 120px;
border: none;
height: 25px;
line-height: 25px;
margin-bottom: 5px;
background-color: transparent;
}
.hfse-form-zone-subfield {
margin-bottom: 20px;
}
.hfse-form-zone-subfield-locations {
display: flex;
flex-wrap: wrap;
}
.hfse-form-zone-label {
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
}
.hfse-form-zone-btn {
width: 100%;
color: #333;
border: 2px solid transparent;
padding: 8px;
text-align: left;
box-sizing: border-box;
border-radius: 30px;
margin-bottom: 10px;
box-shadow: none;
background-color: transparent;
}
@media screen and (min-width: 640px) {
.hfse-form-zone-btn {
margin-right: 10px;
min-width: calc(50% - 10px);
max-width: calc(50% - 10px);
}
}
.hfse-form-zone-btn:hover, .hfse-form-zone-btn.hfse-selected {
cursor: pointer;
border-color: #ddd;
}
.hfse-form-zone-btn .name {
font-size: 14px;
}
.hfse-form-zone-btn .subheading {
color: #333;
font-size: 12px;
}
.hfse-form-zone-btn .image {
width: 40px;
height: 40px;
border-radius: 25px;
margin-right: 10px;
background-color: #9c9da2;
}
.hfse-form-zone-btn .image img {
overflow: hidden;
border-radius: 25px;
}
.hfse-form-zone-city {
padding-left: 15px;
}
.hfse-form-zone-location {
display: flex;
align-items: center;
}
.hfse-ai-search-loader-modal {
z-index: 99990 !important;
}
.hfse-ai-search-loader-modal .hk-modal-dialog {
border-radius: 10px;
border: 4px solid rgba(127, 17, 224, 0.4);
}
.hfse-ai-search-loader-modal .hd-lottie {
width: 90px;
height: 90px;
background: purple;
border-radius: 500px;
}
.hfse-form ~ .hfse-properties-container {
margin-top: 20px;
}
.hfse-properties {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
}
.hfse-properties > div {
padding-left: 8px;
margin-bottom: 8px;
box-sizing: border-box;
}
.hfse-property-container.property-loading .hfse-property-meta-primary .terms {
background-image: none !important;
}
.template-slider .hfse-properties {
margin-left: -8px !important;
flex-wrap: nowrap;
}
.template-slider .hfse-properties > div {
margin-bottom: 0;
}
.template-slider .hk-slidenav.hfse-properties-slider-prev-btn,
.template-slider .hk-slidenav.hfse-properties-slider-next-btn {
background-color: rgba(0, 0, 0, 0.1);
}
.template-slider .hk-slidenav.hfse-properties-slider-prev-btn svg polyline,
.template-slider .hk-slidenav.hfse-properties-slider-next-btn svg polyline {
stroke: #fff !important;
}
.template-slider .hk-slidenav.hfse-properties-slider-prev-btn svg path,
.template-slider .hk-slidenav.hfse-properties-slider-next-btn svg path {
fill: #fff !important;
}
.template-slider .hk-slidenav.hfse-properties-slider-prev-btn:hover,
.template-slider .hk-slidenav.hfse-properties-slider-next-btn:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.template-slider .hk-slidenav.hfse-properties-slider-prev-btn:hover svg polyline,
.template-slider .hk-slidenav.hfse-properties-slider-next-btn:hover svg polyline {
stroke: #fff !important;
}
.hfse-property-card {
height: 100%;
}
.hfse-property-body {
flex-grow: 1;
}
.hfse-property-meta {
padding: 0 20px;
}
.hfse-property-meta-primary {
display: flex;
margin-top: 10px;
flex-wrap: nowrap;
justify-content: space-between;
}
.hfse-property-meta-primary .hfse-property-locations,
.hfse-property-meta-primary .hfse-property-types {
height: 24px;
max-width: 80%;
font-size: 13px;
line-height: 16px;
background-size: 20px;
box-sizing: border-box;
padding: 3px 0 3px 26px;
background-repeat: no-repeat;
background-position: left center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hfse-property-meta-primary .hfse-property-locations {
padding-right: 10px;
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/locations-icon.svg);
}
.hfse-property-meta-primary .hfse-property-types {
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/types-icon.svg);
}
.hfse-property-meta-secondary {
display: flex;
margin-top: 10px;
flex-wrap: nowrap;
padding: 10px 0 15px;
border-top: 1px solid #eee;
justify-content: space-between;
}
.hfse-property-meta-secondary .hfse-property-guests,
.hfse-property-meta-secondary .hfse-property-bedrooms,
.hfse-property-meta-secondary .hfse-property-bathrooms {
height: 28px;
font-size: 16px;
line-height: 20px;
background-size: 28px;
box-sizing: border-box;
padding: 4px 0 4px 34px;
background-repeat: no-repeat;
background-position: left center;
}
.hfse-property-meta-secondary .hfse-property-guests {
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/guests-icon.svg);
}
.hfse-property-meta-secondary .hfse-property-bedrooms {
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/bedrooms-icon.svg);
}
.hfse-property-meta-secondary .hfse-property-bathrooms {
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/bathrooms-icon.svg);
}
.hfse-property-container {
position: relative;
}
.hfse-property-container .hk-dotnav > * > * {
width: 12px;
height: 12px;
border-radius: 50%;
}
.hfse-property-groups, .hfse-property-favorite-toggle-btn {
z-index: 10;
position: absolute;
width: auto !important;
}
.hfse-property-groups {
top: 6px;
left: 6px;
}
.hfse-property-group {
color: #fff;
padding: 3px 5px;
margin: 0 5px 5px 0;
display: inline-block;
background-color: rgba(0, 0, 0, 0.7);
}
.hfse-property-favorite-toggle-btn {
top: 10px;
right: 10px;
}
.hfse-property-favorite-toggle-btn svg {
color: white;
}
.hfse-property-favorite-toggle-btn svg > path {
fill: white;
}
.hfse-property-favorite-toggle-btn.favorite svg {
color: red;
}
.hfse-property-favorite-toggle-btn.favorite svg > * {
fill: red;
}
.hfse-property-rating {
line-height: 20px;
}
.hfse-property-rating-icon polygon {
fill: #333;
stroke: #333 !important;
}
@media screen and (max-width: 479px) {
.hfse.map-visible.grid-with-map-portrait-1 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-1 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-1 .hfse-property-container {
width: 100%;
min-width: 100%;
}
.hfse.map-visible.grid-with-map-portrait-2 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-2 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-2 .hfse-property-container {
width: 50%;
min-width: 50%;
}
.hfse.map-visible.grid-with-map-portrait-3 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-3 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-3 .hfse-property-container {
width: 33.33%;
min-width: 33.33%;
}
.hfse.map-visible.grid-with-map-portrait-4 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-4 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-4 .hfse-property-container {
width: 25%;
min-width: 25%;
}
.hfse.map-visible.grid-with-map-portrait-5 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-5 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-5 .hfse-property-container {
width: 20%;
min-width: 20%;
}
.hfse.map-visible.grid-with-map-portrait-6 .hfse-property-container,
.hfse.map-hidden.grid-without-map-portrait-6 .hfse-property-container,
.hfse.without-map.grid-without-map-portrait-6 .hfse-property-container {
width: 16.66%;
min-width: 16.66%;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.hfse.map-visible.grid-with-map-landscape-1 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-1 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-1 .hfse-property-container {
width: 100%;
min-width: 100%;
}
.hfse.map-visible.grid-with-map-landscape-2 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-2 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-2 .hfse-property-container {
width: 50%;
min-width: 50%;
}
.hfse.map-visible.grid-with-map-landscape-3 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-3 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-3 .hfse-property-container {
width: 33.33%;
min-width: 33.33%;
}
.hfse.map-visible.grid-with-map-landscape-4 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-4 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-4 .hfse-property-container {
width: 25%;
min-width: 25%;
}
.hfse.map-visible.grid-with-map-landscape-5 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-5 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-5 .hfse-property-container {
width: 20%;
min-width: 20%;
}
.hfse.map-visible.grid-with-map-landscape-6 .hfse-property-container,
.hfse.map-hidden.grid-without-map-landscape-6 .hfse-property-container,
.hfse.without-map.grid-without-map-landscape-6 .hfse-property-container {
width: 16.66%;
min-width: 16.66%;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
.hfse.map-visible.grid-with-map-tablet-1 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-1 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-1 .hfse-property-container {
width: 100%;
min-width: 100%;
}
.hfse.map-visible.grid-with-map-tablet-2 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-2 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-2 .hfse-property-container {
width: 50%;
min-width: 50%;
}
.hfse.map-visible.grid-with-map-tablet-3 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-3 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-3 .hfse-property-container {
width: 33.33%;
min-width: 33.33%;
}
.hfse.map-visible.grid-with-map-tablet-4 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-4 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-4 .hfse-property-container {
width: 25%;
min-width: 25%;
}
.hfse.map-visible.grid-with-map-tablet-5 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-5 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-5 .hfse-property-container {
width: 20%;
min-width: 20%;
}
.hfse.map-visible.grid-with-map-tablet-6 .hfse-property-container,
.hfse.map-hidden.grid-without-map-tablet-6 .hfse-property-container,
.hfse.without-map.grid-without-map-tablet-6 .hfse-property-container {
width: 16.66%;
min-width: 16.66%;
}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.hfse.map-visible.grid-with-map-desktop-1 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-1 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-1 .hfse-property-container {
width: 100%;
min-width: 100%;
}
.hfse.map-visible.grid-with-map-desktop-2 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-2 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-2 .hfse-property-container {
width: 50%;
min-width: 50%;
}
.hfse.map-visible.grid-with-map-desktop-3 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-3 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-3 .hfse-property-container {
width: 33.33%;
min-width: 33.33%;
}
.hfse.map-visible.grid-with-map-desktop-4 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-4 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-4 .hfse-property-container {
width: 25%;
min-width: 25%;
}
.hfse.map-visible.grid-with-map-desktop-5 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-5 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-5 .hfse-property-container {
width: 20%;
min-width: 20%;
}
.hfse.map-visible.grid-with-map-desktop-6 .hfse-property-container,
.hfse.map-hidden.grid-without-map-desktop-6 .hfse-property-container,
.hfse.without-map.grid-without-map-desktop-6 .hfse-property-container {
width: 16.66%;
min-width: 16.66%;
}
}
@media screen and (min-width: 1200px) {
.hfse.map-visible.grid-with-map-large-1 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-1 .hfse-property-container,
.hfse.without-map.grid-without-map-large-1 .hfse-property-container {
width: 100%;
min-width: 100%;
}
.hfse.map-visible.grid-with-map-large-2 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-2 .hfse-property-container,
.hfse.without-map.grid-without-map-large-2 .hfse-property-container {
width: 50%;
min-width: 50%;
}
.hfse.map-visible.grid-with-map-large-3 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-3 .hfse-property-container,
.hfse.without-map.grid-without-map-large-3 .hfse-property-container {
width: 33.33%;
min-width: 33.33%;
}
.hfse.map-visible.grid-with-map-large-4 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-4 .hfse-property-container,
.hfse.without-map.grid-without-map-large-4 .hfse-property-container {
width: 25%;
min-width: 25%;
}
.hfse.map-visible.grid-with-map-large-5 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-5 .hfse-property-container,
.hfse.without-map.grid-without-map-large-5 .hfse-property-container {
width: 20%;
min-width: 20%;
}
.hfse.map-visible.grid-with-map-large-6 .hfse-property-container,
.hfse.map-hidden.grid-without-map-large-6 .hfse-property-container,
.hfse.without-map.grid-without-map-large-6 .hfse-property-container {
width: 16.66%;
min-width: 16.66%;
}
}
.hfse-map {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
.hfse-map .gm-style-iw {
padding: 0;
border-radius: 0;
max-width: 320px;
overflow: hidden !important;
max-height: fit-content !important;
}
.hfse-map .gm-style-iw:focus {
outline: none !important;
}
.hfse-map .gm-style-iw-d {
max-width: 300px;
max-height: 600px !important;
overflow: hidden !important;
}
.hfse-map .poi-info-window {
padding: 15px !important;
}
.hfse-map .gm-ui-hover-effect {
top: 7px !important;
opacity: 1 !important;
padding: 0 !important;
right: 7px !important;
width: 26px !important;
height: 26px !important;
background-color: #FFF !important;
border: 1px solid #8A8F9A !important;
}
.hfse-map .gm-ui-hover-effect > span {
margin: 3px !important;
width: 18px !important;
height: 18px !important;
background-color: #888 !important;
}
.hfse-map .hfse-property-infowindow-header {
min-height: 50px;
background-size: cover;
background-color: #999;
}
.hfse-map .hfse-property-infowindow-image {
height: auto;
max-width: 100%;
}
.hfse-map .hfse-property-infowindow-price {
font-size: 16px;
margin-bottom: 10px;
}
.hfse-map .map-control {
font-size: 12px;
padding: 6px 8px;
border-radius: 3px;
text-align: center;
display: inline-flex;
margin: 8px 0 8px 8px;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
}
.hfse-map .map-control:hover {
cursor: pointer;
}
.hfse-map .map-control .map-control-input-container {
gap: 5px;
display: flex;
line-height: 20px;
}
.hfse-map .map-control .map-control-input-container label {
margin: 0 !important;
}
.hfse-map .map-control .map-control-checkbox {
margin: 0;
}
.hfse-map .hfse-property-infowindow-container:hover {
text-decoration: none;
}
.hfse-map .hfse-property-infowindow-container:focus {
outline: none !important;
}
.hfse-map .hfse-property-infowindow-container .hk-card-body {
background-color: #fff !important;
}
.hfse-map .hfse-property-infowindow-header-overlay {
background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(125, 125, 125, 0) 49.59%, rgba(12, 12, 12, 0.39) 100%);
}
.hfse-map .hfse-map-badge-image {
top: -10px;
left: -10px;
padding: 5px;
cursor: pointer;
position: relative;
color: currentcolor;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.hfse-map .hfse-map-badge {
top: 50%;
left: 50%;
padding: 8px;
flex-shrink: 0;
cursor: pointer;
white-space: nowrap;
border-radius: 20px;
position: absolute;
color: currentcolor;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
pointer-events: auto;
vertical-align: middle;
background-color: #fff;
transform: translate(-50%, -50%);
transition: transform 0.2s;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hfse-map .hfse-map-badge:hover, .hfse-map .hfse-map-badge.hfse-map-badge-focus {
z-index: 100;
transform: translate(-50%, -50%) scale(1.1);
}
.hfse-map .hfse-map-badge-price {
color: #222;
font-weight: 600;
font-size: 14px;
line-height: 1;
padding: 8px 14px;
}
.hfse-map .hfse-map-badge-price:hover, .hfse-map .hfse-map-badge-price.hfse-map-badge-focus {
color: #fff;
background: #000;
}
.hfse-map .hfse-map-badge-parent-focus {
z-index: 9999 !important;
}
.hfse-map .hfse-map-badge-parent-focus .hfse-map-badge-price {
color: #fff;
background: #000;
transform: translate(-50%, -50%) scale(1.1);
}
.hfse-map .hfse-map-badge-icon {
border-radius: 50%;
}
.hfse-map .hfse-map-badge-icon svg {
display: block;
fill: black;
height: 16px;
width: 16px;
max-width: 16px;
stroke: #FFF;
stroke-width: 4px;
overflow: visible;
}
.hfse-map .hfse-map-tooltip {
width: 300px;
display: none;
z-index: 1000002;
cursor: pointer;
user-select: none;
position: absolute;
pointer-events: auto;
}
.hfse-map .hfse-map-tooltip-content {
overflow: hidden;
border-radius: 10px;
background-color: #fff;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.hfse-map .hfse-map-tooltip-close-btn {
position: absolute;
top: 15px;
left: 15px;
cursor: pointer;
font-weight: bold;
z-index: 100;
border-width: 1px;
border-style: solid;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 50%;
border: none;
padding: 5px;
}
.hfse-map .hfse-map-tooltip-close-btn svg {
display: block;
fill: none;
height: 12px;
width: 12px;
stroke: #FFF;
stroke-width: 4px;
overflow: visible;
}
.hfse-map .leaflet-div-icon {
border: none;
background: transparent;
}
.hfse-map .leaflet-popup-content {
margin: 0;
padding: 0;
border: none;
}
.hfse-map .leaflet-touch .leaflet-bar {
border: none;
}
.hfse-map .leaflet-popup-content-wrapper {
box-shadow: none;
background: transparent;
}
.hfse {
position: relative;
}
.hfse .hfse-body {
padding: 0;
box-sizing: border-box;
background-color: #FFF;
}
.hfse.without-grid.without-map .hfse-body {
padding: 15px;
}
.hfse.with-grid.with-map.template-default .hfse-body {
min-height: calc(100vh - 100px);
}
.hfse.map-hidden .hfse-sidebar, .hfse.without-map .hfse-sidebar {
display: none;
}
.hfse.with-map .hfse-map-container {
width: 100%;
height: 400px;
position: relative;
background-size: cover;
background-color: #EEE;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/map-placeholder.jpg);
}
.hfse .hfse-filters,
.hfse .hfse-ai-form,
.hfse .hfse-relevance-form {
margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
.hfse.with-map.map-visible {
display: flex;
overflow: visible;
}
.hfse.with-map.map-visible .hfse-body {
width: 55%;
}
.hfse.with-map.map-visible.map-right .hfse-body {
padding-right: 20px;
}
.hfse.with-map.map-visible.map-left .hfse-body {
padding-left: 20px;
}
.hfse.with-map.map-visible .hfse-sidebar {
width: 45%;
overflow: visible;
}
.hfse.with-map.map-visible .hfse-map-container {
top: 0;
height: 100vh;
position: -webkit-sticky;
position: sticky;
}
.hfse.map-visible.map-left .hfse-sidebar {
order: 0;
}
.hfse.map-visible.map-right .hfse-sidebar {
order: 2;
}
.hfse .hfse-form-primary-fields,
.hfse .hfse-form-secondary-fields {
padding-bottom: 10px;
}
.hfse.with-grid.sticky-filter .hfse-filters {
top: 0;
z-index: 999;
position: -webkit-sticky;
position: sticky;
background-color: #fff;
}
}
.hfse .hk-button {
box-shadow: none;
}
.hfse-ai-form {
position: relative;
}
@media screen and (min-width: 640px) {
.hfse-ai-form .hfse-ai-form-fields {
display: flex;
flex-wrap: wrap;
}
.hfse-ai-form .hfse-ai-form-input-container {
flex: 1;
min-width: 1px;
}
.hfse-ai-form .hfse-ai-form-button-container {
width: auto;
padding-left: 8px;
}
}
@media screen and (max-width: 639px) {
.hfse-ai-form .hfse-ai-form-button-container {
margin-top: 10px;
}
}
.hfse-ai-form .ai_search_input {
font-size: 16px;
padding: 0 20px;
}
.hfse-ai-form .ai_search_submit {
white-space: nowrap;
}
.hfse-ai-form .ai_search_input,
.hfse-ai-form .ai_search_submit {
height: 50px;
}
.hfse-ai-form .ai_recent_search {
top: auto !important;
left: 50%;
width: 40rem;
display: none;
position: absolute;
border-radius: 17px;
z-index: 10000;
max-width: 92%;
margin-top: 10px;
padding: 20px 20px 10px;
transform: translateX(-50%);
background-color: rgb(255, 255, 255);
border: 4px solid rgb(232, 238, 237);
box-shadow: rgba(28, 28, 28, 0.15) 0px 8px 20px 0px;
}
.hfse-ai-form .ai_recent_search_items {
max-height: 250px;
overflow-y: auto;
}
.hfse-ai-form .ai_recent_search_item {
width: 100%;
border: none;
cursor: pointer;
display: block;
padding: 12px 12px 12px 40px;
text-align: left;
height: fit-content;
border-radius: 8px;
-moz-box-align: center;
text-decoration: none;
box-sizing: border-box;
color: #1c1c1c;
background-color: #FFF;
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/search-history-icon.png);
background-repeat: no-repeat;
background-size: 22px 22px;
background-position: 12px 10px;
font-size: 14px;
}
.hfse-ai-form .ai_recent_search_item:hover {
background-color: rgb(232, 238, 237);
}
.hfse-relevance-form {
position: relative;
}
@media screen and (min-width: 640px) {
.hfse-relevance-form .hfse-relevance-form-fields {
display: flex;
flex-wrap: wrap;
}
.hfse-relevance-form .hfse-relevance-form-input-container {
flex: 1;
min-width: 1px;
}
.hfse-relevance-form .hfse-relevance-form-button-container {
width: auto;
padding-left: 8px;
}
}
@media screen and (max-width: 639px) {
.hfse-relevance-form .hfse-relevance-form-button-container {
margin-top: 10px;
}
}
.hfse-relevance-form .relevance_search_input {
font-size: 16px;
padding: 0 20px;
}
.hfse-relevance-form .relevance_search_submit {
white-space: nowrap;
}
.hfse-relevance-form .relevance_search_input,
.hfse-relevance-form .relevance_search_submit {
height: 50px;
}
.hfse-relevance-form .relevance_recent_search {
top: auto !important;
left: 50%;
width: 40rem;
display: none;
position: absolute;
border-radius: 17px;
z-index: 10000;
max-width: 92%;
margin-top: 10px;
padding: 20px 20px 10px;
transform: translateX(-50%);
background-color: rgb(255, 255, 255);
border: 4px solid rgb(232, 238, 237);
box-shadow: rgba(28, 28, 28, 0.15) 0px 8px 20px 0px;
}
.hfse-relevance-form .relevance_recent_search_items {
max-height: 250px;
overflow-y: auto;
}
.hfse-relevance-form .relevance_recent_search_item {
width: 100%;
border: none;
cursor: pointer;
display: block;
padding: 12px 12px 12px 40px;
text-align: left;
height: fit-content;
border-radius: 8px;
-moz-box-align: center;
text-decoration: none;
box-sizing: border-box;
color: #1c1c1c;
background-color: #FFF;
background-image: url(https://mlqeopxormjy.i.optimole.com/cb:XAEI.bfc/w:auto/h:auto/q:mauto/f:best/https://www.winyahbayclub.com/wp-content/plugins/homerunner/assets/img/search-history-icon.png);
background-repeat: no-repeat;
background-size: 22px 22px;
background-position: 12px 10px;
font-size: 14px;
}
.hfse-relevance-form .relevance_recent_search_item:hover {
background-color: rgb(232, 238, 237);
}