/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
/** 
*** Booking widget top
**/
.hop-software-booking-widget-wrapper-top {
  position: relative;
  display: flex;
  justify-content: center;
}

.hop-software-booking-widget-wrapper-top .button-wrapper__arrive,
.hop-software-booking-widget-wrapper-top .button-wrapper__depart,
.hop-software-booking-widget-wrapper-top .button-wrapper__adults,
.hop-software-booking-widget-wrapper-top .button-wrapper__children,
.hop-software-booking-widget-wrapper-top .button-wrapper__guest {
  display: none;
}

.hop-software-booking-widget-wrapper-top .mobile-heading {
  text-align: center;
}

.hop-software-booking-widget-wrapper-top .hop-software-booking-widget-container {
  position: fixed;
  right: 0;
  z-index: 210;
  background-color: white;
  padding: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  border-top-left-radius:  10px;
  border-bottom-left-radius:  10px;
}

.hop-software-booking-widget-wrapper-top .availability-form label {
  display: block;
}

.hop-software-booking-widget-wrapper-top .availability-form {
  display: block;
  align-items: center;
  gap: 5px;
}

.hop-software-booking-widget-wrapper-top input {
  height: auto;
  border: none;
  background-color: transparent;
  padding: 0;
}

.hop-software-booking-widget-wrapper-top .availability-form,
.hop-software-booking-widget-wrapper-top input,
.hop-software-booking-widget-wrapper-top .button-wrapper label {
  font-size: 0.8rem;
}

.hop-software-booking-widget-wrapper-top input[type=number] {
  max-width: 60px;
  display: block;
}

.hop-software-booking-widget-wrapper-top.dark .mobile-heading {
  color: white;
}

.hop-software-booking-widget-wrapper-top.dark .hop-software-booking-widget-container {
  background-color: black;
}

.hop-software-booking-widget-wrapper-top.dark label,
.hop-software-booking-widget-wrapper-top.dark input {
  color: white
}

.hop-software-booking-widget-wrapper-top .wpcf7-response-output {
  display: none;
}

.hop-software-booking-widget-wrapper-top .button-wrappers {
  display: flex;
}

.hop-software-booking-widget-wrapper-top .button-wrapper {
  border-right: 1px solid #73989c;
  min-width: 80px;
}

.hop-software-booking-widget-wrapper-top .button-wrapper:nth-child(4),
.hop-software-booking-widget-wrapper-top .button-wrapper:nth-child(5) {
  border: none;
}

.hop-software-booking-widget-wrapper-top .button-wrapper:nth-child(4) {
  padding: 0;
}

.hop-software-booking-widget-wrapper-top .button-wrapper input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.hop-software-booking-widget-wrapper-top .button-wrapper .submit-btn {
  box-shadow: none;
  border: 1px solid transparent;
  background-color: rgb(85,132,175);
  color: white;
  padding: 2px 5px;
  cursor: pointer;
  transition: all 0.3s linear;
  line-height: 1.75rem;
  border-radius: 5px;
}

.hop-software-booking-widget-wrapper-top .button-wrapper .submit-btn::after {
  content: "\2192";
  padding-left: 5px;
}

.hop-software-booking-widget-wrapper-top .button-wrapper .submit-btn:hover {
  border-color: black !important;
  background-color: white !important;
  color: black !important;
}

.hop-software-booking-widget-wrapper-top .button-wrapper__submit {
  text-align: center;
}

/** 
*** Booking widget right 
**/
.hop-software-booking-widget-wrapper-right {
  width: 180px;
  position: fixed;
  right: 0;
  top: 15%;
  padding-right: 60px;
  z-index: 110;
}

.hop-software-booking-widget-wrapper-right .bwcr-mobile-header {
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  border-top-left-radius: 5px;
  color: white;
  border: 1px solid white;
  border-bottom-color: transparent;
}

.hop-software-booking-widget-wrapper-right.light .bwcr-mobile-header {
  background-color: rgba(255,255,255,0.8);
  color: black;
  border: none;
  border-top: 1px solid #73989c;
  border-left: 1px solid #73989c;
  border-right: 1px solid transparent;
}

.hop-software-booking-widget-wrapper-right .button-wrappers {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.67);
  align-items: flex-end;
  height: 100%;
}

.hop-software-booking-widget-wrapper-right label {
  display: block;
}

.hop-software-booking-widget-wrapper-right .wpcf7-spinner {
  display: none;
}

.hop-software-booking-widget-wrapper-right .button-wrapper {
  color: #fff;
  padding: 2px 15px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  min-width: 200px;
}

.hop-software-booking-widget-wrapper-right .button-wrapper__arrive,
.hop-software-booking-widget-wrapper-right .button-wrapper__depart,
.hop-software-booking-widget-wrapper-right .button-wrapper__adults,
.hop-software-booking-widget-wrapper-right .button-wrapper__children,
.hop-software-booking-widget-wrapper-right .button-wrapper__guest {
  display: none;
}

.hop-software-booking-widget-wrapper-right .button-wrapper__submit {
  padding: 0;
  min-width: initial;
}

.hop-software-booking-widget-wrapper-right .submit-btn {
  padding: 5px;
  min-width: 90px;
  background-color: rgb(85,132,175);
  border-bottom-left-radius: 5px;
  transition: all 0.3s linear;
}

.hop-software-booking-widget-wrapper-right .submit-btn:hover {
  border-color: #32135d !important;
  background-color: white !important;
  color: #32135d !important;
}

.hop-software-booking-widget-wrapper-right input[type=date],
.hop-software-booking-widget-wrapper-right input[type=text]
.hop-software-booking-widget-wrapper-right input[type=number] {
  background-color: transparent;
  color: white;
  cursor: pointer;
  border: none;
}

.hop-software-booking-widget-wrapper-right input[type=text].hasDatepicker {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hop-software-booking-widget-wrapper-bottom input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-top input[type=text].hasDatepicker {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  min-width: 150px;
}

.hop-software-booking-widget-wrapper-bottom input[type=text].hasDatepicker {
  min-width: 165px;
}

.hop-software-booking-widget-wrapper-right .button-wrapper__arrive input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__arrive input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-top .button-wrapper__arrive input[type=text].hasDatepicker {
  background-image: url('../images/svg/date-check-in-icon-white.svg');
}

.hop-software-booking-widget-wrapper-right .button-wrapper__depart input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__depart input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-top .button-wrapper__depart input[type=text].hasDatepicker  {
  background-image: url('../images/svg/date-check-out-icon-white.svg');
}

.hop-software-booking-widget-wrapper-right.light .button-wrapper__arrive input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-bottom.light .button-wrapper__arrive input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-top.light .button-wrapper__arrive input[type=text].hasDatepicker {
  background-image: url('../images/svg/date-check-in-icon-black.svg');
}

.hop-software-booking-widget-wrapper-right.light .button-wrapper__depart input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-bottom.light .button-wrapper__depart input[type=text].hasDatepicker,
.hop-software-booking-widget-wrapper-top.light .button-wrapper__depart input[type=text].hasDatepicker {
  background-image: url('../images/svg/date-check-out-icon-black.svg');
}

.hop-software-booking-widget-wrapper-top input[type=text].hasDatepicker::placeholder {
  color: #fff;
}


.hop-software-booking-widget-wrapper-top.light input[type=text].hasDatepicker::placeholder {
  color: #000;
}

/* color Safari date field */
.hop-software-booking-widget-wrapper-right input[type=date],
.hop-software-booking-widget-wrapper-right input[type=text] {
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
  padding: 0;
}

.hop-software-booking-widget-wrapper-right input[type=number] {
  padding: 0;
  max-width: 45px;
}

.hop-software-booking-widget-wrapper-right input[type=text],
.hop-software-booking-widget-wrapper-right input[type=number] {
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hop-software-booking-widget-wrapper-right input[type=text].hasDatepicker:focus {
  outline: none;
}

.hop-software-booking-widget-wrapper-right input[type=text].hasDatepicker::placeholder {
  color: #fff;
}

.hop-software-booking-widget-wrapper-right input,
.hop-software-booking-widget-wrapper-right label {
  font-size: 0.8rem;
}

.hop-software-booking-widget-wrapper-right input {
  height: auto;
}

.hop-software-booking-widget-wrapper-right input:focus {
  outline: none;
}


.hop-software-booking-widget-wrapper-right .wpcf7-date {
  position: relative;
  color: transparent;
}

.hop-software-booking-widget-wrapper-right .wpcf7-date::-webkit-calendar-picker-indicator {
  color: transparent;
  z-index: 1;
  cursor: pointer;
}

.hop-software-booking-widget-wrapper-right ::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
}

.hop-software-booking-widget-wrapper-right .availability-button {
  width: 321px;
  transform: rotate(90deg);
  position: absolute;
  color: #fff;
  left: 0;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 30px 10px;
  height: 10px;
  line-height: 4px;
  border-radius: 7px;
  cursor: pointer;
  display: none;
}

.hop-software-booking-widget-wrapper-right.light .availability-button {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  border: 1px solid black;
}

.hop-software-booking-widget-wrapper-right.light .button-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  border-color: grey;
}

.hop-software-booking-widget-wrapper-right.light input[type=date],
.hop-software-booking-widget-wrapper-right.light input[type=text],
.hop-software-booking-widget-wrapper-right.light input[type=number] {
  -webkit-text-fill-color: rgba(0, 0, 0, 1);
}

.hop-software-booking-widget-wrapper-right.light ::-webkit-calendar-picker-indicator {
  filter: invert(0);
}

.hop-software-booking-widget-wrapper-right .availability-form {
  position: absolute;
  right: 0;
  transition: 0.5s;
  opacity: 1;
  margin-top: 9px;
}

.hop-software-booking-widget-wrapper-right .availability-form.isOpen {
  right: 75px;
  opacity: 1;
}

.hop-software-booking-widget-wrapper-right .availability-form .fa-window-close {
  cursor: pointer;
  position: absolute;
  top: -30px;
}

.hop-software-booking-widget-wrapper-right .booking-arrow {
  display: none;
  position: absolute;
  content: "";
  background-image: url("../images/svg/arrow-left.svg");
  background-repeat: no-repeat;
  right: 60px;
  top: 51%;
  width: 12px;
  height: 12px;
  transition: 1s;
  z-index: 9999;
}

.hop-software-booking-widget-wrapper-right .booking-arrow.isOpen {
  transform: rotate(180deg);
}

.hop-software-booking-widget-wrapper-right .wpcf7-response-output {
  display: none;
}

/** 
*** Booking widget bottom
**/
.hop-software-booking-widget-wrapper-bottom {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}

.hop-software-booking-widget-wrapper-bottom .mobile-heading {
  text-align: center;
}

.hop-software-booking-widget-wrapper-bottom.dark .mobile-heading {
  color: white;
}

.hop-software-booking-widget-wrapper-bottom .hop-software-booking-widget-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  background-color: white;
  padding: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.hop-software-booking-widget-wrapper-bottom input[type=text].hasDatepicker::placeholder {
  color: #fff;
}


.hop-software-booking-widget-wrapper-bottom.light input[type=text].hasDatepicker::placeholder {
  color: #000;
}

.hop-software-booking-widget-wrapper-bottom .hop-software-booking-widget-container p {
  margin: 0;
}
    
.hop-software-booking-widget-wrapper-bottom .availability-button {
  display: none;
}

.hop-software-booking-widget-wrapper-bottom input {
  height: auto;
  border: none;
  margin-left: -10px;
  background-color: transparent;
}

.hop-software-booking-widget-wrapper-bottom label,
.hop-software-booking-widget-wrapper-bottom input {
  font-size: .8rem;
}

.hop-software-booking-widget-wrapper-bottom input[type=number] {
  max-width: 100px;
  display: block;
}

.hop-software-booking-widget-wrapper-bottom.dark .hop-software-booking-widget-container {
  background-color: black;
}

.hop-software-booking-widget-wrapper-bottom.dark .button-wrapper label,
.hop-software-booking-widget-wrapper-bottom.dark input {
  color: white;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper__arrive,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__depart,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__adults,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__children,
.hop-software-booking-widget-wrapper-bottom .button-wrapper__guest {
  display: none;
}

.hop-software-booking-widget-wrapper-bottom .wpcf7-response-output {
  display: none;
}

.hop-software-booking-widget-wrapper-bottom .button-wrappers {
  display: flex;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper {
  padding: 0;
  border-right: 1px solid #73989c;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper:nth-child(4),
.hop-software-booking-widget-wrapper-bottom .button-wrapper:nth-child(5) {
  border: none;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper .submit-btn {
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0 10px 4px 10px;
  cursor: pointer;
  transition: all 0.3s linear;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper .submit-btn:hover {
  border-color: black !important;
  background-color: white !important;
  color: black !important
}

.hop-software-booking-widget-wrapper-bottom .button-wrapper__submit {
  align-items: center;
}

.hop-software-booking-widget-wrapper-bottom input {
  display: block;
}

/** 
*** Booking widget in page
**/
.hop-software-booking-widget-wrapper-in-page {
  position: relative;
  font-size: 14px;
}

.hop-software-booking-widget-wrapper-in-page.dark .mobile-heading {
  color: white;
}

.hop-software-booking-widget-wrapper-in-page .hop-software-booking-widget-container p {
  margin: 0;
}
    
.hop-software-booking-widget-wrapper-in-page .availability-button {
  display: none;
}

.hop-software-booking-widget-wrapper-in-page input {
  height: auto;
  border: none;
  background-color: transparent;
}

.hop-software-booking-widget-wrapper-in-page input[type=number] {
  max-width: 30px;
}

.hop-software-booking-widget-wrapper-in-page.dark .hop-software-booking-widget-container {
  background-color: black;
}

.hop-software-booking-widget-wrapper-in-page.dark .button-wrapper label,
.hop-software-booking-widget-wrapper-in-page.dark input {
  color: white;
}

.hop-software-booking-widget-wrapper-in-page .wpcf7-response-output {
  display: none;
}

.hop-software-booking-widget-wrapper-in-page .button-wrappers {
  display: flex;
  justify-content: center;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 0;
  background-color: white;
  flex-direction: column;
  align-items: center;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper {
  padding: 8px 0;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper .submit-btn {
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0 10px 4px 10px;
  cursor: pointer;
  transition: all 0.3s linear;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper .submit-btn:hover {
  border-color: black !important;
  background-color: white !important;
  color: black !important
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper__submit {
  align-items: center;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper__submit {
  display: flex;
  padding: 10px;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper .submit-btn {
  padding: 0.4rem 1.25rem;
  border-radius: 20px;
}

.hop-software-booking-widget-wrapper-in-page .hop-software-booking-widget-container {
  padding: 10px;
}

.hop-software-booking-widget-wrapper-in-page .button-wrapper .submit-btn::after {
  content: "\2192";
  padding-left: 5px;
}

@media (max-width: 1539px) {
  .hop-software-booking-widget-wrapper-top .hop-software-booking-widget-container {
    top: 200px;
  }
}

@media (min-width: 1024px) {
  .hop-software-booking-widget-wrapper-top .button-wrapper__arrive,
  .hop-software-booking-widget-wrapper-top .button-wrapper__depart,
  .hop-software-booking-widget-wrapper-top .button-wrapper__adults,
  .hop-software-booking-widget-wrapper-top .button-wrapper__children,
  .hop-software-booking-widget-wrapper-top .button-wrapper__guest {
    display: block;
  }

  .hop-software-booking-widget-wrapper-top .button-wrapper:nth-child(4) {
    padding: 0 15px;
  }

  .hop-software-booking-widget-wrapper-top .button-wrapper {
    padding: 0 15px;
  }

  .hop-software-booking-widget-wrapper-top .button-wrapper__submit {
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .hop-software-booking-widget-wrapper-top .button-wrapper .submit-btn {
    padding: 5px 10px;
    line-height: inherit;
  }

  .hop-software-booking-widget-wrapper-top .hop-software-booking-widget-container {
    top: 0;
    padding: 5px 0;
    border-top-left-radius:  0;
  }

  .hop-software-booking-widget-wrapper-top .mobile-heading {
    display: none;
  }

  .hop-software-booking-widget-wrapper-top .availability-form {
    display: flex;
  }

  .hop-software-booking-widget-wrapper-bottom .hop-software-booking-widget-container {
    bottom: 60px;
    right: initial;
  }

  .hop-software-booking-widget-wrapper-bottom .mobile-heading {
    display: none;
  }

  .hop-software-booking-widget-wrapper-bottom .button-wrapper__arrive,
  .hop-software-booking-widget-wrapper-bottom .button-wrapper__depart,
  .hop-software-booking-widget-wrapper-bottom .button-wrapper__adults,
  .hop-software-booking-widget-wrapper-bottom .button-wrapper__children,
  .hop-software-booking-widget-wrapper-bottom .button-wrapper__guest {
    display: block;
  }

  .hop-software-booking-widget-wrapper-bottom .button-wrapper {
    padding: 0 15px;
  }
  
  .hop-software-booking-widget-wrapper-bottom .button-wrapper:nth-child(4) {
    padding-right: 0;
  }

  .hop-software-booking-widget-wrapper-bottom .button-wrapper__submit {
    display: flex;
    justify-content: center;
    padding: 0 0 0 15px;
  }

  .hop-software-booking-widget-wrapper-bottom .button-wrapper .submit-btn {
    padding: 0.4rem 1.25rem;
    border-radius: 20px;
  }

  .hop-software-booking-widget-wrapper-bottom .hop-software-booking-widget-container {
    padding: 10px 20px;
    border-radius: 50px;
  }

  .hop-software-booking-widget-wrapper-bottom .button-wrapper .submit-btn::after {
    content: "\2192";
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .hop-software-booking-widget-wrapper-right {
    opacity: 0.9;
    width: 180px;
    height: 50%;
    position: fixed;
    right: 0;
    padding-right: 60px;
    z-index: 210;
    top: 25%;
  }

  .bwcr-mobile-header {
    display: none;
  }

  .hop-software-booking-widget-wrapper-right .button-wrapper .submit-btn,
  .hop-software-booking-widget-wrapper-right .button-wrapper {
    border-radius: 7px;
  }

  .hop-software-booking-widget-wrapper-right .availability-form {
    position: absolute;
    right: -290px;
    transition: 0.5s;
    opacity: 0;
    margin-top: 16px;
  }

  .hop-software-booking-widget-wrapper-right .button-wrapper .submit-btn {
    min-width: 200px;
  }

  .hop-software-booking-widget-wrapper-right .booking-arrow,
  .hop-software-booking-widget-wrapper-right .button-wrapper__arrive,
  .hop-software-booking-widget-wrapper-right .button-wrapper__depart,
  .hop-software-booking-widget-wrapper-right .button-wrapper__adults,
  .hop-software-booking-widget-wrapper-right .button-wrapper__children,
  .hop-software-booking-widget-wrapper-right .button-wrapper__guest,
  .hop-software-booking-widget-wrapper-right .availability-button {
    display: block;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrappers {
    flex-direction: row;
  }

  .hop-software-booking-widget-wrapper-in-page input[type=date],
  .hop-software-booking-widget-wrapper-in-page input[type=text] {
    display: block;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrapper:first-child {
    padding: 0 15px 0 0;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrapper {
    border-right: 1px solid #73989c;
    padding: 0 15px;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrapper:nth-child(4),
  .hop-software-booking-widget-wrapper-in-page .button-wrapper:nth-child(5) {
    border: none;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrappers {
    border-radius: 50px;
    padding: 10px 20px;
    align-items: initial;
  }

  .hop-software-booking-widget-wrapper-in-page .button-wrapper__submit {
    padding: 0 0 0 15px;
  }

  .hop-software-booking-widget-wrapper-in-page input,
  .hop-software-booking-widget-wrapper-in-page .button-wrapper label {
    font-size: 0.8rem;
  }

  .hop-software-booking-widget-wrapper-in-page .hop-software-booking-widget-container {
    padding: 10px 20px;
  }

  .hop-software-booking-widget-wrapper-in-page input {
    margin-left: -10px;
  }

  .hop-software-booking-widget-wrapper-in-page input[type=number] {
    max-width: 60px;
    display: block;
  }
}

@media (max-width: 768px) {
  .hop-software-booking-widget-wrapper-top .hop-software-booking-widget-container {
    top: 100px;
  }
}

@media (max-width: 420px) {
  .hide-mobile {
    display: none;
  }
}