
.with_frm_style input,
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style label,
.with_frm_style div,
.with_frm_style button {
  font-size: 16px !important;
  height: auto !important;
}

.bkg-img {
  height: 100vh;
}

.frm_checkbox {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.tour-time-outer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
  margin-top: -15px;
}

.btn-white {
  border: 1px solid #4f89a8 !important;
  border-radius: 4px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 95%;
  margin: 0 !important;
  font-size: 14px;
}

.btn-white.active,
.btn-white:hover {
  background-color: #4f89a8 !important;
  color: #fff;
}

.calendar>.days-grid>.day.today {
  color: #4f89a8;
}

.calendar>.days-grid>.day:hover {
  color: #4f89a8;
  border: 1px solid #4f89a8;
}

.calendar>.header button:hover>img, 
.calendar>.header button:hover>svg {
  fill: #4f89a8;
  color: #4f89a8;
}

.calendar>.days-grid>.day.selected {
  background-color: #4f89a8;
  color: #fff;
}

.container.inline {
  position: absolute;
}

.datepicker-placeholder {
  aspect-ratio: 314/344;
  max-width: 314px;
  width: 100%;
}

#field_datepicker {
  max-width: 314px;
  width: 100%;
}

.easepick-wrapper {
  display: block;
}

.tour-row {
  width: 100%;
  display: flex;
}

.col-left {
  width: 50%;
  max-width: 650px;
  min-width: 394px;
}

.col-right {
  flex: 1;
  position: relative;
}

.tour-wrapper {
  width: 100%;
  height: 100%;
}

.tour-wrapper img {
  object-fit: cover;
  height: 100%;
}

.tour-flat {
  padding: 20px 40px;
  width: 394px;
  margin: 0 auto;
}

.tour-flat h1 {
  font-size: 28px;
}

.post-edit-link {
  display: none;
}

#field_tour_time,
#tidio-chat,
.prefooter-sticky {
  display: none !important;
}

@media (max-width: 768px) {
  .tour-flat h1 {
    text-align: center;
  }
  .tour-flat {
    background: #fff;
    width: 100%;
    border-radius: 10px;
  }
  .tour-wrapper img {
    filter: blur(5px);
    transform: scale(1.1);
  }
  .tour-wrapper {
    overflow: hidden;
  }
  .tour-row {
    display: block;
    position: relative;
  }
  .col-left {
    margin: 0 auto;
    padding: 50px 0;
    width: 75%;
    min-width: 394px;
  }
  .col-right {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 480px) {
  .col-left {
    width: 90%;
    min-width: 0;
  }
  .container:not(.inline).show {
    left: 50% !important;
    width: 95%;
    bottom: 50% !important;
    transform: translate(-50%, 50%) !important;
    background: #fff;
  }
  .btn-white {
    font-size: 3.5vw;
  }
}