.kg_member_number_field_wrap{
	display: none;
}

.member-login-wrap{
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #aaa;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.member-login-wrap h1,
.member-login-wrap p,
.member-login-wrap h4{
    color: #aaa;
}

.member-login-wrap a{
    color: rgb(205, 176, 131);
}

.member-login-wrap h1{
    font-weight: normal;
    text-align: center;
    color: #aaa;
    margin-bottom: 2rem;
}

.member-login-wrap h4{
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}

.member-login-wrap label{
    display: block;
    text-align: center;
font-weight: normal;margin-bottom: .75rem;margin-top: 1.5rem;}

.member-login-wrap input[type="text"],
.member-login-wrap input[type="email"],
.member-login-wrap input[type="password"]{
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #3c3b3b;
    background: transparent;
    color: #cecece;
padding: 8px;max-width: 410px;margin-left: auto;margin-right: auto;
    transition: all .25s;
}

.member-login-wrap input[type="text"]:focus,
.member-login-wrap input[type="password"]:focus,
.member-login-wrap input[type="text"]:hover,
.member-login-wrap input[type="password"]:hover{
    border-color: #ccc;
    color: #ccc;
}

.member-login-wrap button[type="submit"],
.member-login-wrap input[type="submit"]{
    display: inline-block;
    border: 2px solid #3c3b3b;
    background-color: transparent;
    color: #cecece;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all .25s;
		background-color: #101010;
		min-width: 120px;
}

.member-login-wrap button[type="submit"]:hover,
.member-login-wrap button[type="submit"]:focus,
.member-login-wrap input[type="submit"]:hover,
.member-login-wrap input[type="submit"]:focus{
    color: #fff !important;
    background: #202020 !important;
}

.member-login-wrap .form-wrapper{
    
border: 1px solid #222;padding: 20px;margin-bottom: 3rem;}

.member-login-wrap .form-field-submit{
    
text-align: center;margin-top: 2rem;/* margin-bottom: 4rem; */}

.member-login-wrap .field-error{
    
color: #f55;font-size: .8em;text-align: center;display: block;}


/* Availability Table */
.availability-table{
  font-size: 0.955em;
  border-bottom: 2px solid #212121;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}

.availability-table th{
  padding: 12px 6px;
  vertical-align: middle;
  background-color: #333 !important;
  color: #ccc;
font-weight: normal;border-color: #3c3b3b !important;line-height: 1.2em;text-align: center;border-width: 0 !important;}

.availability-table td{
  padding: 10px;
font-weight: normal;border-width: 0 !important;background-color: transparent !important;}

.availability-table td.check-in,
.availability-table td.check-out{
  white-space: nowrap;
}

.availability-table td.status{
  white-space: nowrap;
}

.availability-table td.resort,
.availability-table td.area{
  text-align: left;
}

.availability-table td.price{
  text-align: right;
}

.availability-table tr:nth-child(odd){
  background-color: #f8f8f8;
background-color: #191919;
    color: #aaa;}

.availability-table td.col_price table tr.borderred {border-top: 1px solid rgba(255,255,255,0.2);}

.availability-table tr:nth-child(even){
  background-color: #eaeaea;
background-color: #111;
    color: #aaa;}

.availability-table a.booking-link{
  padding: 8px 8px;
  background-color: #8d7249;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 11px;
}

.availability-table tbody tr:last-child{border-right: 0;border-bottom: 0;}

@media only screen and (max-width: 767px){
  
  .availability-table.responsive{
    border-top: 2px solid #8d7249;
  }
  
  .availability-table.responsive th{
    display: none;
  }

  .availability-table.responsive td{
    display: block;
    text-align: left;
    padding: 0;
    padding-bottom: 3px;
    border: 0;
  }

  .availability-table.responsive tr{
    display: block;
    padding: 5px 10px;
  }

  .availability-table.responsive tr:after{
    content: "";
    clear: both;
    display: table;
  }

  .availability-table.responsive td:before{
    content: attr(data-label);
    margin-right: 5px;
    font-weight: bold;
    color: #777;
  }

  .availability-table.responsive td.status:before{
    display: none;
  }

  .availability-table a.booking-link{
    float: right;
    margin-bottom: 10px;
  }

}
/* Ends Availability Table */

/* RCI Feed */

.page_navs{
  background-color: #111;
  text-align: center;
  padding-top: 5px;
}

.page_navs a{
  color: rgb(205, 176, 131);
  padding: 8px 10px;
  display: inline-block;
  border-bottom: 1px solid transparent !important;
}

.page_navs a.active,
.page_navs a:hover,
.page_navs a:focus{
  color: #aaa;
  border-bottom-color: #aaa !important;
}

.dae-serach{
    /* margin-top: -130px; */
}

.dae-serach .member-search-filter{
    background-color: #111;
    color: #aaa;
}

.dae-serach .member-search-filter label{
    font-weight: normal;
    display: block;
}

.dae-serach .container{
    /* width: 95%; */
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}

.dae-serach select,
.dae-serach input{
    border: 1px solid #bbb;
    height: 40px;
    width: 100%;
    background-color: #111;
padding: 5px 10px;}

.dae-serach .member-in-progress .member-search-loading{
  display: block;
}

.dae-serach .availability-filter button .not-processing-text{
  display: inline;
}
.dae-serach .availability-filter button .processing-text{
  display: none;
}

.dae-serach .member-in-progress .availability-filter button .not-processing-text{
  display: none;
}
.dae-serach .member-in-progress .availability-filter button .processing-text{
  display: inline;
}

.dae-serach button{
  background-color: #8d7249;
  cursor: pointer;
  color: #fff;
  border: 1px solid #8d7249;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  width: 100%;
  height: 40px;
}

.dae-serach .member-search-result{
  min-height: 300px;
margin-top: 2rem;}

.dae-serach .member-search-loading{
  display: none;
}

.dae-serach .member-in-progress .availability-filter input,
.dae-serach .member-in-progress .availability-filter button{
  cursor: no-drop;
}

.dae-serach .member-in-progress .member-search-loading{
  display: block;
}

.dae-serach .member-search-loading-item{margin-left: auto;margin-right: auto;float: none;border: 1px solid;color: #aaa;padding: 8px 18px;}

.dae-serach .member-search-loading-item .loading-image {
	border-radius: 50%;
    transform-origin: 13px 13px;
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    background-color: transparent;
    border-color: transparent transparent #fff transparent;
    top: 43%;
    left: 50%;
    margin-left: 0;display: inline-block;animation-name: spin;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;vertical-align: middle;
}

.dae-serach .member-search-result{margin-bottom: 3rem;}

.dae-serach .member-search-result h4{margin-top: 0;color: #aaa;font-weight: normal;}

.rci-search-response .availability-table tr{
  background-color: transparent;
}

.rci-search-response .availability-table td.kitchen,
.rci-search-response .availability-table th.kitchen{
  display: none;
}

.rci-search-response .availability-table td.bedroom{
  white-space: nowrap;
}

.rci-search-response .availability-table td{
  padding: 8px 4px;
background-color: transparent !important;}

.rci-search-response .availability-table tbody{
  border-bottom: 1px solid #333;
}

.rci-search-response .availability-table tbody tr{
  border-bottom: 1px solid #222;
}

.rci-search-response .availability-table th.max-occupancy,
.rci-search-response .availability-table th.priv-occupancy{
  width: 90px;
}

.rci-search-response .availability-table td.resort-id,
.rci-search-response .availability-table td.checkin-date,
.rci-search-response .availability-table td.checkout-date,
.rci-search-response .availability-table td.max-occupancy,
.rci-search-response .availability-table td.priv-occupancy{
  text-align: center;
}

.rci-search-response .availability-table th.resort-id,
.rci-search-response .availability-table td.checkin-date,
.rci-search-response .availability-table td.checkout-date{
  white-space: nowrap;
}

.rci-search-response .availability-table tbody:nth-child(even){
  background-color: #111;
color: #aaa;}

.rci-search-response .availability-table tbody:nth-child(odd){
  background-color: #191919;
color: #aaa;}

@media only screen and (max-width: 767px){
  .rci-search-response .availability-table td{
    padding: 4px 5px;
  }
  .rci-search-response .availability-table td.resort-id,
  .rci-search-response .availability-table td.checkin-date,
  .rci-search-response .availability-table td.checkout-date,
  .rci-search-response .availability-table td.max-occupancy,
  .rci-search-response .availability-table td.priv-occupancy{
    text-align: left;
  }

  .rci-search-response .availability-table td.checkout-date{
    float: left;
  }

  .rci-search-response .availability-table tbody tr{
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rci-search-response .availability-table td.checkin-date{
    border-top: 1px solid #ddd;
  }

  .rci-search-response .availability-table tr.start.end td.checkin-date{
    border: 0;
  }
}


/* RCI Feed */

p.form-field.form-field-error {
  color: #e00;
  text-align: center;
}


/* login form + social media login */
.kg-login-form-style .form-wrapper {
  border: none;
  margin-bottom: 2rem;
  padding: 0;
}

.kg-login-form-style .form-wrapper > p input[type="text"],
.kg-login-form-style .form-wrapper > p input[type="password"] {
    max-width: 640px;
    border: none;
    border-bottom: 2px solid #3c3b3b;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.tooltiptext {
  color: #222;
  background: #eee;
  padding: 0 10px 0 17px;
  position: absolute;
  top: 0;
  font-size: 14px;
  right: 0;
  opacity: 0;
  transition: 0.2s ease;
  font-size: 10px;
  padding-left: 12px;
}

.form-wrapper > p:hover .tooltiptext, 
.form-wrapper > p input:focus + .tooltiptext {
  opacity: 1;
  margin-top: -23px;
}

.tooltiptext i {
  position: absolute;
  left: -10px;
  top: -11px;
  color: #cecece;
  background: #000;
  border-radius: 50%;
  border: 1px solid rgb(205, 176, 131);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 1px 1px 0px rgb(0 0 0 / 35%);
  font-size: 10px;
  width: 22px;
  height: 22px;
  top: -10px;
  left: -10px;
}

.kg-login-form-style .form-field.has-error input {
  border-bottom: 2px solid #f55 !important;
}

button.button-gray {
  color: #cecece;
  border: 2px solid #3c3b3b;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2rem;
  padding: 8px 35px;
  background-color: transparent;
  transition: 0.5s ease;
}

button.button-gray:hover{
  color: #fff;
  background-color: #202020;
}

button.button-gray i {
  color: #cecece;
  font-weight: 400;
  transition: 0.3s ease;
}

button.button-gray:hover i {
  color: #fff;
}

.kg-login-form-style button.button-gray {
  font-weight: normal;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.25s;
  font-size: 20px;
}

.kg-login-form-style button.button-gray i {
  transition: all .25s;
  transform: translateX(5px);
  font-size: 27px;
  font-weight: 300;
}

.kg-login-form-style button.button-gray:hover,
.kg-login-form-style h5 > a:hover {
  transform: translateX(-5px);
  background: none;
}

.kg-login-form-style button.button-gray:hover i,
.kg-login-form-style h5 > a:hover > i {
  transform: translateX(15px);
}

.member-social-login {
  text-align: center;
}

.member-social-login > div {
  margin-bottom: 15px;
}

.form-button-place-or {
  position: relative;
  margin-top: -5px;
}

.form-button-place-or:before {
  content: " ";
  display: block;
  position: absolute;
  left: 3rem;
  right: 3rem;
  border-top: 1px solid #222;
  margin-top: 11px;
}

.form-button-place-or span {
  background-color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 5;
  position: relative;
}

.page_content .google_popup_button {
  margin-bottom: 10px;
}

.page_content .facebook_popup_button,
.page_content .google_popup_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    background: #1877f2;
    border-radius: 5px;
    height: 40px;
    width: 280px;
    padding-left: 15px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    cursor: pointer;
}

.page_content .google_popup_button {
    font-family: "Google Sans",arial,sans-serif;
    background: #fff;
    color: #3c4043;
    margin-bottom: 10px;
}

.cstm-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 9999;
}

.cstm-loading-overlay > .cstm-loading-spinner {
  width: 50px;
  height: 50px;
  border-width: 6px;
}

.cstm-loading-spinner {
  margin-left: 5px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #8d7249;
  border-right: 3px solid #8d7249;
  border-bottom: 3px solid #8d7249;
  width: 14px;
  height: 14px;
  -webkit-animation: cstm-loading-animate 1s linear infinite;
  animation: cstm-loading-animate 1s linear infinite;
}

.member-login-wrap.for_social_login {
  padding: 0;
  margin-top: -4rem;
  margin-bottom: 0;
  max-width: 600px;
}
iframe.cboxIframe {
  color-scheme: none;
  top: 10px;
  left: 0;
}
.member-login-wrap.for_social_login .member_login_form_connect_message {
    text-align: center;
    border: 1px solid #99E097;
    padding: 12px 20px;
    margin-bottom: 2em;
}
.member-login-wrap.for_social_login .member_login_form_connect_message p {
  color: #99E097;
  margin-bottom: 0;
  font-size: 15px !important;
}

.member_contact_list {
  position: absolute;
  background: #000000;
  top: -90px;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#member_contact_list > h2 {
  font-size: 32px !important;
  margin-bottom: 30px;
  color: inherit;
}

#member_contact_list > p {
  color: #99E097;
  text-align: center;
  border: 1px solid #99E097;
  padding: 15px 25px;
  margin-bottom: 36px;
  max-width: 90%;
  font-size: 15px !important;
}

.member_contact_list > p {
  margin-bottom: 20px;
}

.member_contact_list_container_main {
  overflow: auto;
  width: 100%;
  margin-bottom: 40px;
}

.member_contact_list_container {
  margin-bottom: 30px;
  width: 75%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.member_contact_list_item {
  display: flex;
  align-items: center;
  height: 3em;
  width: 100%;
  border-bottom: 1px dashed #222222;
}

.member_contact_list_item:last-child {
  border-bottom: none;
}

.member_contact_list_item > label:hover {
  background: rgb(141 114 73 / 70%);
}

.member_contact_list_item >  input,
.member_contact_list_item > label > input {
  margin: 0;
}

.member_contact_list_item > label > input {
  color-scheme: none;
  accent-color: #8d7249;
  margin-right: 10px;
}

.member_contact_list_item > label {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0 4em;
  height: 100%;
  margin: 0;
  cursor: pointer;
  transition: 0.1s ease;
}

.member_contact_list_item .selected_contact_name {
  color: #8d7249;
}

.member_contact_list_container_main::-webkit-scrollbar {
  width: 4px;
}

.member_contact_list_container_main::-webkit-scrollbar-track {
  background: transparent
}

.member_contact_list_container_main::-webkit-scrollbar-thumb {
  background: rgb(141 114 73 / 0%);
  border-radius: 2px;
}

.member_contact_list_container_main::-webkit-scrollbar-thumb:hover,
.member_contact_list_container_main:hover::-webkit-scrollbar-thumb {
  background: rgb(141 114 73 / 50%);
}

/* button[name="link_sosmed_submit"],
button[name="link_sosmed_back"] {
  width: 100%;
  margin-bottom: 20px;
  background: #8d7249;
  border: 2px solid #8d7249;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s ease;
}

button[name="link_sosmed_submit"]:hover,
button[name="link_sosmed_back"]:hover {
  color: #8d7249;
  background: transparent;
} */

button[name="login_sosmed_submit"],
button[name="link_sosmed_submit"],
button[name="link_sosmed_back"] {
  border: none;
  background: none;
  font-size: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

button[name="link_sosmed_submit"],
button[name="link_sosmed_back"] {
  justify-content: center;
  width: fit-content;
  font-weight: normal;
}

button[name="login_sosmed_submit"] i,
button[name="link_sosmed_submit"] i,
button[name="link_sosmed_back"] i {
  font-size: 30px;
  margin-left: 6px;
  transition: 0.1s ease;
}

button[name="link_sosmed_back"] i {
  margin-left: 0;
  margin-right: 6px;
}

button[name="login_sosmed_submit"]:hover i,
button[name="link_sosmed_submit"]:hover i,
button[name="link_sosmed_back"]:hover i {
  margin-left: 12px;
}

button[name="link_sosmed_back"]:hover i {
  margin-left: 0;
  margin-right: 12px;
}


.custom_loader_for_colorbox {
  height: 24px;
  width: 24px;
  background: url(https://karmaclub.karmagroup.com/wp-content/plugins/member/img/loading.gif) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.member_contact_list_container .field-error {
  text-align: center;
  width: 100%;
}

.kcip_show {
  animation: kcip_show 0.5s;
}

.kclip-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#kc-add-sosmed-popup .kclip-card.kclip-card-modal {
  width: 400px;
}

.kclip-card.kclip-card-modal {
  max-width: 90%;
  width: 680px;
  /* padding-bottom: 10px; */
  border-top: 1px solid #4f4f4f;
  margin: 0 20px;
  background-color: var(--goldlight);
  transition: all .25s;
}

.kclip-card {
  overflow: hidden;
  border-radius: 16px;
  background-color: var(--goldlight);
  margin-bottom: 25px;
}

.kclip-card-modal .ml-card__header {
  position: relative;
  font-size: 1.1rem;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 55px;
}


#kc-add-sosmed-popup .ml-modal-container.kclip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.kclip-sosmed {
  margin-bottom: 10px;
}

.ml-popup-loader {
  position: absolute;
  top: 0;
  bottom: 0px;
  background: rgba(0,0,0, 0.8);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #aaa;
}

#kc-add-sosmed-popup .sosmed-connected-message {
  width: 280px;
}

.sosmed-connected-message i {
  margin-right: 10px;
  color: #00ff00;
}

.page_content .google_popup_button {
  font-family: "Google Sans",arial,sans-serif;
  background: #fff;
  color: #3c4043;
  margin-bottom: 10px;
}

#kc-add-sosmed-popup .google_popup_button {
  margin-bottom: 0;
}

.google_popup_button > span {
  width: 100%;
  text-align: center;
  padding-left: 15px;
}

.page_content .google_popup_button:hover > span {
  color: #3c4043;
}

.page_content .facebook_popup_button:hover > span {
  color: #ffffff;
}

.member-login-wrap .for_social_login .field-error > a {
  font-size: 1.1em;
}

.member-login-wrap .form-field > input[type=text]::placeholder {
  font-style: italic;
}

@-webkit-keyframes cstm-loading-animate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes cstm-loading-animate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (min-width: 640px){
  .kg-login-form-style h1 {
    margin-bottom: 2rem;
  }
  
  .kg-login-form-style form.member-login-form{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .kg-login-form-style .form-wrapper > p{
    margin-bottom: 2rem;
  }

  .tooltiptext {
      font-size: 14px;
  }
  
  .kg-login-form-style p.form-field-submit {
      margin-top: 2rem;
      margin-bottom: 2.5rem;
  }
  
  .kg-login-form-style .form-button-place-or {
      margin-bottom: 2rem;
  }

  .kg-login-form-style button.button-gray{
    font-size: 28px;
  }

  .kg-login-form-style button.button-gray i{
    font-size: 38px;
  }

  .member-login-wrap.for_social_login {
    margin-bottom: -4rem;
  }
  .member_contact_list_container_main {
    width: 60%;
  }
  .member_contact_list_container {
    width: 100%;
  }
}

/* end of login form + social media login */

/* GAP Start */
.to-left {
  text-align: left !important;
}
.to-center-middle {
  text-align: center;
  vertical-align: middle;
}
.pl-10 {
  padding-left: 10px !important;
}
.gap-search * {
  font-family: 'Montserrat', sans-serif;
}
.gap-search .member-search-filter {
  width: 90%;
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-top: -56px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #111;
  color: #aaa;
}

.gap-search .member-search-filter fieldset {
  margin-bottom: 10px;
}

.gap-search .member-search-filter label {
  font-weight: normal;
  display: block;
}

.gap-search select, .gap-search input {
  border: 1px solid #4a4a4a;
  height: 40px;
  width: 100%;
  background-color: #090909;
  padding: 5px 10px;
}

#gap_search {
  background-color: #8d7249;
  cursor: pointer;
  color: #fff;
  border: 1px solid #8d7249;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  width: 100%;
  height: 40px;
}

#gap_search:hover {
  background: transparent;
}

#gap_search:disabled {
  cursor: not-allowed;
}

#gap_search:disabled:hover {
  background-color: #8d7249;
}

.gap-search .container{
  padding: 12px 20px;
  max-width: 100%;
}
.gap-search .member-search-filter .container {
  width: 100%;
}
.gap-search .member-search-loading {
  display: none;
  margin-bottom: 5px;
}
.gap-search .member-in-progress .member-search-loading {
  display: block;
}
.gap-search .member-search-loading-item {
  border: 1px solid #4a4a4a;
  padding: 4px 18px;
  text-align: center;
}
.gap-search .member-search-loading-item #stop-request {
  color: #c7a269;
}
.gap-search .member-search-loading-item .loading-image {
  border-radius: 50%;
  transform-origin: 13px 13px;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  background-color: transparent;
  border-color: transparent transparent #fff transparent;
  top: 43%;
  left: 50%;
  margin-left: 0;display: inline-block;animation-name: spin;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;vertical-align: middle;
}
.gap-search .member-search-result h4 {
  margin-top: 0;
  color: #aaa;
  font-weight: normal;
}
.gap_destination_dropdown .select2-search {
  display: block !important;
}
.gap_destination_dropdown .select2-search > input {
  caret-color: auto;
}
#gap_destination + span {
  margin-top: 0;
}
.select2-selection--single.gap_destination_container {
  border: 1px solid #bbb;
  border-radius: 0;
  background-color: #111;
}
.select2-selection--single.gap_destination_container .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  top: 43%;
}
#gap_search_form_destination_div .select2.select2-container {
  width: 100% !important;
}
#gap_search_form_destination_div + div > p {
  margin-top: 2em;
  font-weight: 600;
}

.gap_resort_card {
  padding-right: 11px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
  float: left;
  background-color: #191919;
  max-width: 562px;
}

.gap_resort_card:nth-child(2n+2) {
  margin-left: 16px;
}

.gap_resort_card_single_item .gap_resort_card {
  float: none;
  width: 100%;
  margin: 0 auto 16px auto;
}
.gap_resort_images_container {
  width: 40%;
  height: 180px;
  position: relative;
}

.gap_resort_images_container > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.gap_resort_images {
  width: 100%;
  /* height: 180px; */
}

.gap_resort_image {
  height: 180px !important;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease;
}

.gap_resort_details {
  width: 60%;
  padding: 0 0 0 40px;
}

.gap_resort_name a {
  font-size: 1.1em;
  color: #8d7249;
}

.gap_resort_location p {
  font-size: 1em;
}

.gap_resort_card a.booking-link {
  padding: 12px 16px;
  background-color: #8d7249;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 10px;
}
.select2-selection--single.gap_destination_container .select2-selection__placeholder {
  color: #777777 !important;
}
.select2-selection--single.gap_destination_container .select2-selection__clear {
  color: #777777;
  position: absolute;
  left: 0;
  bottom: -34px;
  display: flex;
  z-index: 1;
}
.select2-selection--single.gap_destination_container .select2-selection__clear::after {
  content: "clear destination";
  margin-left: 2px;
  font-size: 0.8em;
}
.gap-search .member-search-result {
  min-height: 300px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.gap_resort_images .slick-prev,
.gap_resort_images .slick-next {
    z-index: 1;
}

.gap_resort_images .slick-prev::before{
    content: "\f32e";
    color:#fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    display: block;
    transform: translateX(5px);
}

.gap_resort_images .slick-next::before{
    content: "\f330";
    color:#fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    display: block;
    transform: translateX(-25px);
}

.gap_resort_images .slick-arrow {
    opacity: 0;
}

.gap_resort_images_container:hover .gap_resort_images .slick-arrow {
    opacity: 1;
}

.gap_resort_images_container > a:hover + .gap_resort_images .gap_resort_image  {
  opacity: 0.8;
}

.gap-no-padding {
  padding: 0;
}

.gap-pr-12-only {
  padding: 0 12px 0 0;
}

.gap-no-margin{
  margin: 0;
}

.search-featured-destination {
  text-align: center;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0 80px;
}

.search-featured-destination h3 {
  color: #aaaaaa;
  font-size: 37px;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.search-featured-destination h4 {
  font-size: 25px;
}


.search-featured-destination-items {
display: flex;
justify-content: space-between;
margin-top: 80px;
margin-bottom: 80px;
}

.search-featured-destination-items div {
width: 360px;
height: 268px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.search-featured-destination-items div p {
margin: 0;
color: #ffffff;
}

.search-featured-destination-items div p:first-child {
font-size: 25px;
}

.search-featured-destination .button,
.search-featured-destination input[type=button] {
font-size: 14px;
padding: 3px 10px;
width: 138px;
/* height: 37px; */
background-color: #85714D;
border: 2px solid #85714D;
color: #ffffff;
letter-spacing: 0.05em;
}

.search-featured-destination .button:hover,
.search-featured-destination input[type=button]:hover {
background: transparent;
border-color: #85714D;
}

.search-featured-destination .search-featured-destination-items .button,
.search-featured-destination .search-featured-destination-items input {
margin-top: 25px;
}
.gap-offer {
  max-width: 761px;
  color: #ffffff;
  background-color: #85714D;
  padding: 20px 40px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.gap-clear {
  clear: both;
}
.search-note {
  margin-bottom: 20px;
  line-height: 1.5em;
}
.red-blink {
  animation: red-blink 0.5s ease;
}
@keyframes red-blink {
  10% {color: #ff0000;}
  30% {color: #777777;}
  50% {color: #ff0000;}
  70% {color: #777777;}
  80% {color: #ff0000;}
  90% {color: #777777;}
}
@media only screen and (max-width: 991px){
  #gap_search_form_submit {
    clear: both;
  }
  #gap_search_form_destination_div + div > p {
    margin-top: 1em;
    margin-bottom: 0.3em;
  }
  .gap_resort_card {
    width: 100%;
    max-width: unset;
  }
  .gap_resort_card:nth-child(2n+2) {
      margin-left: 0;
  }
  .gap-small-no-padding {
    padding: 0;
  }
  .search-featured-destination {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px){
    .gap_resort_card {
        flex-direction: column;
        height: auto;
        padding-bottom: 15px;
    }
    .gap_resort_images_container {
        width: 100%;
    }
    .gap_resort_images .slick-arrow {
      opacity: 1;
    }  
    .gap_resort_details {
        width: 100%;
        padding: 20px 0 0 0;
        text-align: center;
    }
    .gap_resort_card a.booking-link {
      margin-bottom: 5px;
    }
    .gap-offer {
      padding-left: 20px;
      padding-right: 20px;
    }
}
@media only screen and (max-width: 479px){
  .gap_resort_images .slick-prev::before {
    transform: translateX(20px);
  }
  .gap_resort_images .slick-next::before {
    transform: translateX(-40px);
  }
  .search-featured-destination-items {
    flex-direction: column;
    align-items: center;
  }
  .search-featured-destination-items div {
    margin-top: 10px;
  }
  .gap-search .member-search-result h4 {
    font-size: 20px;
  }
  .gap-search .member-search-result h4 input {
    margin-top: 15px;
  }
  .gap-search .member-search-filter {
    margin-top: 15px;
  }
  .gap-search .member-search-filter fieldset .element-query {
    width: 100%;
    padding: 0;
  }
  #gap_search_form_region_div {
    margin-top: 10px;
  }
  .search-featured-destination {
    padding: 0;
  }
}
/* End of GAP */

/* bonus week extra style */
.dae-search-restyle * {
  font-family: 'montserrat', sans-serif;
}
.dae-search-restyle .member-search-filter {
  width: 90%;
  max-width: 1022px;
  margin-top: -56px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.dae-search-restyle select, .dae-search-restyle input {
  border-color: #4a4a4a;
  background-color: #090909;
}

.dae-search-restyle .member-search-filter .container {
  width: 100%;
  padding: 16px 24px;
}

.dae-search-restyle .member-search-filter .element-query {
  padding: 0;
}

.dae-search-restyle .member-search-filter .element-query:not(:first-child) {
  padding-left: 10px;
}

.dae-search-restyle .member-search-filter .row {
  margin: 0;
}

.dae-search-restyle .member-search-filter .member-search-loading-item {
  padding: 4px 0;
  margin-top: 10px;
  text-align: center;
  border-color: #4a4a4a;
}

.dae-search-restyle .member-search-filter .member-search-loading-item a {
  color: #8d7249;
}

.dae-search-restyle .member-search-filter .member-search-loading + p {
  margin: 10px 0 0 0;
  text-align: center;
}
.dae-serach-featured-destination {
    text-align: center;
    margin-top: -2rem;
}

.dae-serach-featured-destination h3 {
    color: #aaaaaa;
    font-size: 37px;
    letter-spacing: 0.01em;
    margin-bottom: 32px;
}
.dae-serach-featured-destination h4 {
    font-size: 25px;
}


.dae-serach-featured-destination-items {
  display: flex;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.dae-serach-featured-destination-items div {
  width: 248px;
  height: 243px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.dae-serach-featured-destination-items div p {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
}

.dae-serach-featured-destination a.button,
.dae-serach-featured-destination input[type=button] {
  font-size: 14px;
  padding: 10px 10px;
  width: 135px;
  height: 30px;
  background-color: #85714D;
  border: 1px solid #85714D;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  height: auto;
  font-family: 'montserrat', sans-serif;
}

.dae-serach-featured-destination a.button:hover,
.dae-serach-featured-destination input[type=button]:hover {
  background: transparent;
  border-color: #85714D;
}

.dae-serach-featured-destination .dae-serach-featured-destination-items a,
.dae-serach-featured-destination .dae-serach-featured-destination-items input {
  margin-top: 25px;
}

.dae-serach .member-search-result h4 input {
  margin-left: 20px;
}

.dae_search_form_error {
  margin-top: 10px;
  text-align: center;
  color: #f55;
  display: none;
}

#dae_search:disabled,
.dae-serach-featured-destination input[type=button]:disabled {
  cursor: not-allowed;
}

.dae-offer {
  max-width: 761px;
  color: #ffffff;
  background-color: #85714D;
  padding: 20px 40px;
  margin: 0 auto 15px auto;
  text-align: center;
}

@media only screen and (max-width: 991px){
  .dae-search-restyle .member-search-filter .element-query:not(:first-child) {
    padding: 0;
  }
  .dae-search-restyle .member-search-filter .element-query:nth-child(2n+1){
      padding-right: 10px;
  }
  .dae-search-restyle .member-search-filter #dae_search_form_submit {
      clear: both;
  }
  .dae-offer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 778px){
  .dae-search-restyle .member-search-filter {
    margin-top: -40px;
  }
  .dae-serach-featured-destination-items div p {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 524px) {
  .dae-serach .member-search-result h4 input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .dae-offer {
    width: 95%;
  }
}
@media only screen and (max-width: 479px){
  .dae-search-restyle .member-search-filter .element-query {
    width: 100%;
  }
  .dae-search-restyle .member-search-filter .element-query:nth-child(2n+1) {
      padding-right: 0;
  }
  .dae-search-restyle .member-search-filter .element-query:not(:last-child) {
    margin-top: 10px;
  }
  .dae-search-restyle .member-search-filter {
      margin-top: 15px;
  }
  .dae-search-restyle .member-search-filter {
      margin-top: 15px;
  }
  .dae-serach-featured-destination-items {
    flex-direction: column;
    align-items: center;
  }
  .dae-serach-featured-destination-items div {
    margin-top: 50px;
  }
  .dae-serach-featured-destination h4 input {
    margin-left: 0;
    margin-top: 20px;
  }
  .dae-serach-featured-destination-items div p {
    font-size: 25px !important;
  }
}

/* bonus week extra style -- END */

/* bonus week and karma alliance offer style */
.offer-title {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* bonus week and karma alliance offer style -- END */

.innstant-style .element-query-2:first-child {
  padding-left: 0;
  padding-right: 5px;
}

.innstant-style .element-query-2:last-child {
  padding-left: 5px;
  padding-right: 0;
}
.innstant-style .member-search-filter {
  max-width: 1440px;
}

.element-query-cstm-child-ages {
  max-width: 376px;
  float: right;
}

.element-query-cstm-child-ages > label {
  text-align: center;
  padding-left: 5px;
}

.element-query-cstm-child-ages > div {
  border: 1px solid #777;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: fit-content;
  float: right;
}

.element-query-cstm-child-ages > div > select {
  width: 42px;
  text-align: right;
  padding: 0;
}

.element-query-cstm-child-ages > div > select:not(:first-child) {
  margin-left: 4px;
}

.innstant_alert {
  border-color: #721c24 !important;
}

.innstant_alert_message {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 20px;
  background-color: #721c24;
  padding: 0 6px;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 7px;
  border-top-left-radius: 5px;
}

.innstant-style .member-search-filter .form-submit:disabled {
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .innstant-style .clear  {
      display: none;
  }
}

@media (min-width: 1200px) {
  .container.w1440lg  {
      width: 1440px;
  }
}

@media only screen and (max-width: 1200px) {
  .no-padding-1200{
      padding: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .no-padding-992{
      padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .no-padding-768{
      padding: 0 !important;
  }
}

@media only screen and (max-width: 512px) {
  .element-query-cstm-child-ages > div {
    max-width: 192px;
  }
  .element-query-cstm-child-ages > div > select:nth-child(n+5) {
    margin-top: 5px;
  }
  .element-query-cstm-child-ages > div > select:nth-child(5) {
    margin-left: 0;
  }
}

.innstant-hotel-info_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.innstant-hotel-info {
  width: 50%;
}

.innstant-hotel-image-view .slick-track {
height: 200px;
}

.innstant-hotel-image-view .slick-track > div {
background-position: center;
background-size: cover;
}

.innstant-hotel-images {
  margin-left: -1px;
  background: #333;
  padding: 6px 0;
}

.innstant-hotel-image-thumb {
  width: 128px;
  height: 64px;
  background-position: center;
  background-size: cover;
}

.innstant-hotel-profile {
  width: 100%;
} 

.innstant-hotel-image-view {
  width: 50%;
  padding: 3px;
  background: #333;
}

.innstant-hotel-images .slick-track {
  height: 64px;
}

.innstant-hotel-images .slick-slide {
  margin: 0 4px;
  filter: brightness(0.5);
}

.innstant-hotel-images .slick-slide:hover{
  filter: brightness(1);
}

.innstant-hotel-images_wrapper .slick-arrow {
  width: 24px;
  height: 25px;
  z-index: 1;
}

.innstant-hotel-images_wrapper .slick-prev:before {
  content: "\f137";
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
  font-family: 'Font Awesome 6 Pro' !important;
}

.innstant-hotel-images_wrapper .slick-next:before {
  content: "\f138";
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
  font-family: 'Font Awesome 6 Pro' !important;
}

.innstant-hotel-images .slick-current {
  filter: brightness(1.5);
}

.innstant-hotel-name {
  color: #fff;
  margin-bottom: 2px;
}

.innstant-hotel-address {
  color: #aaa;
}

.innstant-hotel-address:before {
  content: "\f3c5";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  margin-right: 5px;
}

.innstant-hotel-facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.innstant-hotel-facility {
  font-size: 14px;
  border-bottom: 1px solid #aaa;
  padding: 0px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-bottom-right-radius: 8px;
}

.innstant-hotel-description {
  margin-top: 30px;
}

.innstant-hotel-description-text {
  color: #aaa;
  text-align: justify;
  line-height: 24px;
}