/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
a:hover {
  text-decoration: none !important;
}

#frmbooking {
  background: #ffffff;
  padding: 0;
}

.engine-box #frmbooking .form-group {
  padding: 1rem 1rem 1rem 1.75rem;
}
.engine-box #frmbooking .form-group.promotion-code {
  padding-right: 25px;
}

.engine-box #frmbooking select option {
  background-color: #ffffff !important;
  color: #000000;
}

.engine-box #frmbooking select option:default,
.engine-box #frmbooking select option:hover,
.engine-box #frmbooking select option:focus,
.engine-box #frmbooking select option:checked {
  background-color: #000000 !important;
  color: #ffffff;
}

.box_booking_home ::placeholder {
  color: #fff !important;
}

.engine-box #frmbooking .engine-button {
  padding: 0 !important;
  border-right: none;
}

.engine-box #frmbooking .engine-button .btn-booking {
  font-family: "Lato", Sans-serif;
}

#sc_engine {
  z-index: 9;
  background: #f3f3f3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: none;
  animation: fadeInRight 1s ease-in-out;
}

.engine-box #frmbooking label {
  display: block;
  clear: both;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #666666;
  font-weight: 400;
  padding-left: 0;
  font-family: "Lato", Sans-serif;
}

.engine-box #frmbooking label span {
	font-size: 12px;
  color: #999999;
  letter-spacing: 0.04em;
}

.engine-box #frmbooking .form-control {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000000;
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  font-family: "Lato", Sans-serif;
  border: none;
/*   border-bottom: 1px solid #000000; */
}

.engine-box #frmbooking .chk-in {
  position: relative;
}

.engine-box #frmbooking .engine-button .btn-booking {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background-color: #A18E6E;
  font-size: 16px !important;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.engine-box #frmbooking .chk-in::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 27px;
    background: url('assets/images/calendar.svg') center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.engine-box #frmbooking .adults-select::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 27px;
    background: url('assets/images/user.svg') center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.engine-box #frmbooking .engine-button .btn-booking:focus {
  outline: none;
}

.engine-box #frmbooking .engine-button .btn-booking:hover {
  background-color: #000000;
}

.promotion_home input::placeholder {
  color: #fff;
  opacity: 1;
}

.engine-box #frmbooking .chk-in .etmDateRange {
  position: relative;
  margin-left: 22px;
}

.guests-button {
	margin-left: 22px;
}

.guests-count, .rooms-count {
	width: auto !important;
}

.colm-1, .colm-2, .colm-3 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
  .colm-1 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .colm-2 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .colm-3 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
	.engine-box #frmbooking .chk-in::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0%, -50%);
		height: 80%;
		width: 1px;
		background-color: #D9D9D9;
	}
}

@media screen and (max-width:767px) {
	.engine-box .form-row {
		flex-wrap: wrap;
	}
	
	.engine-box #frmbooking .form-group {
		padding: 1.25rem 1.25rem;
	}
	
	.engine-box #frmbooking .chk-in {
		padding-bottom: .65rem;
	}
	
	.engine-box #frmbooking .adults-select {
		padding-top: .65rem;
	}
	
	.engine-box #frmbooking .chk-in::after {
		content: "";
		position: absolute;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, 0%);
		height: 1px;
		width: 93%;
		background-color: #D9D9D9;
	}
	
  .check-availability .availability-form .awe-calendar-wrapper {
    width: 100% !important;
    margin: 0
  }

  .engine-box #frmbooking label {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 13px
  }

  .engine-box #frmbooking .engine-button .btn-booking {
    width: 100%;
  }

  .engine-box #frmbooking .form-control {
    font-size: 16px;
  }

  .engine-box #frmbooking .engine-button .btn-booking {
    margin-top: 0px;
  }

  .engine-box #frmbooking .engine-button .btn-booking {
    padding: 15px 15px;
    height: 55px;
  }
	
	.engine-box #frmbooking .chk-in::before {
		left: 20px;
		top: 45px;
	}
	
	.engine-box #frmbooking .adults-select::before {
		left: 20px;
		top: 35px;
	}

}

/* QTY Custom */
.select-form {
	position: relative;
}

.dropdown-room, .dropdown-guests {
	display: none;
	width: 220px;
	box-sizing: border-box;
    padding: 10px 15px 10px;
	background-color: #FFFFFF !important;
    position: absolute;
	left: 0;
	top: 84px;
    z-index: 1000010000 !important;
}


.dropdown-room {
	width: 185px;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto;
  background: #eaeaea;
  border-radius: 10px;
  padding: 1rem 0.4rem;
  margin-top: 4rem;
}

.input-adult .input-group, .input-children .input-group, .input-rooms .input-group {
	flex-wrap: nowrap;
	width: 90px;
}

.dropdown-room:after, .dropdown-guests:after {
	content: "";
    position: absolute;
    height: 15px;
    width: 16px;
    border-bottom: 8px solid #ffffff;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    left: 10px;
    top: -15px;
    box-sizing: border-box;
    display: block;
}

.dropdown-room .btn-link, .dropdown-guests .btn-link {
	background: none;
    color: #A18E6E;
    font-size: 18px;
    text-decoration: none;
	border-radius: 50px;
    border: 1px solid #9fa9c5 !important;
    height: 30px;
    width: 30px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* End QTY Custom */


.daterangepicker.show-calendar {
  z-index: 99999999 !important;
}

@media only screen and (min-width:1200px) {
  .booking-wrapper {
    width: 1090px;
    margin: auto;
  }

  .btn_close {
    text-align: right;
    margin: 40px 0 25px;
  }
}

/* calendar style */
.mobile-bottom-sticky-calendar {
  z-index: 100000000 !important;
  padding: 30px 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #000000 !important
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #333;
  border: solid #333;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px
}

.mobile-bottom-sticky-calendar .show_summary_mobile {
  background-color: #b3b1b1;
  color: #fff;
  border: 1px solid #b3b1b1 !important
}

.mobile-bottom-sticky-calendar .show_summary_mobile:hover {
  background-color: #b3b1b1
}

.mobile-bottom-sticky-calendar .mobile-continute-checkout {
  background-color: #A18E6E !important;
  border: 1px solid #A18E6E !important
}

.mobile-bottom-sticky-calendar .mobile-continute-checkout:hover {
  background-color: #686868 !important
}

.daterangepicker .calendar-table tr:first-child th {
  background-color: #f1f1f1 !important
}

#ui-datepicker-div {
  display: none !important
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  	padding: 0 0;
	font-family: "Arial", Sans-serif;
}

@media only screen and (min-width:992px) {
  .daterangepicker .calendar-table table thead tr:first-child th {
    background-color: #000000 !important;
    color: #fff !important;
    height: 35px;
    line-height: 35px
  }

  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
  }
}

@media only screen and (max-width:991px) {
  .mobile-bottom-sticky {
    display: none !important;
  }

  .daterangepicker .mobile-calendar-header {
    background-color: #000000 !important
  }

  .daterangepicker .mobile-calendar-header .check-in .date-check-title,
  .daterangepicker .mobile-calendar-header .check-out .date-check-title {
    color: #000000;
    font-size: 14px
  }

  .daterangepicker .mobile-calendar-header p {
    color: #fff
  }

  .daterangepicker .mobile-calendar-header .main-title {
    font-size: 16px;
    color: #fff
  }

  .daterangepicker .calendar-table td,
  .daterangepicker .calendar-table th {
    height: 35px;
    line-height: 35px;
    font-size: 14px
  }

  .daterangepicker .mobile-calendar-header .check-in .date,
  .daterangepicker .mobile-calendar-header .check-out .date {
    font-size: 41px !important
  }

  .daterangepicker .mobile-calendar-header .check-in .date-check-title,
  .daterangepicker .mobile-calendar-header .check-out .date-check-title {
    color: #fff !important;
    margin-bottom: 15px !important
  }
}
