.home #qodef-room-reservation {
  padding: 0;
  background-color: #fff;
}
.home #qodef-room-reservation .qodef-room-reservation-title {
  display: none;
}
.page-id-5810 .qodef-room-reservation-title,
.page-id-6002 .qodef-room-reservation-title {
	display: none;
}
#qodef-room-reservation {
    padding: 0!important;
    background-color: #fff!important;
}
.qodef-google-map--embed,
.qodef-google-map--embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}
.booking-btn {
	background-color: #b56953;
	border: 1px solid #b56953;
	color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
	padding: 10px 32px;
    text-transform: uppercase;
}
.booking-btn:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
#booking-form {
  padding: 26px 40px 40px;
  background-color: #ffffff;
  max-width: 360px;
  left: 30rem;
  z-index: 1;
}
#booking-form label {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #000;
}
#booking-form input,
#booking-form select {
  background: #fff;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 0;
  text-transform: none;
  width: 100%;
}
#booking-form input[type="date"],
#booking-form select {
  display: block;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #000;
  padding: 12px 15px;
}
#booking-form input[type="number"],
#booking-form input[type="text"] {
  margin-bottom: 0;
}
#booking-form button {
  letter-spacing: 1px;
  width: 100%;
}
#booking-form button:hover {
  border: 1px solid rgb(255 255 255 / 60%);
  background: #b86f5b;
  color: #fff;
}
#booking-form .done-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 2em;
  color: #000;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
  padding: 7px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.6);
  width: 100%;
}
#booking-form .guest-dropdown {
  position: relative;
  display: block;
}
#booking-form .guest-dropdown-button {
  padding: 15px 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
}
#booking-form .guest-dropdown-content {
  display: none;
  position: absolute;
  background: #fefefe;
  border: 1px solid #ccc;
  padding: 12px;
  z-index: 10;
  min-width: 200px;
  width: 100%;
}
#booking-form .guest-dropdown-content label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#booking-form .guest-dropdown-content select {
  width: auto;
}
#booking-form .guest-dropdown.open .guest-dropdown-content {
  display: block;
}
#booking-form .guest-summary {
  font-weight: bold;
}
.qodef-e-reservation {
	margin-top: 51px;
    padding-top: 37px;
    border-top: 1px solid rgba(189, 140, 126, .22);
}
@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
        min-width: 100%;
    }
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
		display:none!important;
	}
}
@media (max-width:576px) {
  .single-room .qodef-grid-item.qodef-page-sidebar-section.qodef-col--4 {
	display: none!important;
  }
  .qodef-e-reservation {
	width: 130%;
    margin: 50px -50px;
  }
  .qodef-e-reservation iframe {
	height: 1380px;
  }
}