/* 
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-right: 1.25rem;
}
.engine-box #frmbooking .form-group.promotion-code {
  padding-right: 25px;
}

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

.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: #253668 !important;
  color: #ffffff;
}

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

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

.engine-box #frmbooking .engine-button .btn-booking {
  font-family: "Times New Roman", 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: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #666666;
  font-weight: 400;
  padding-left: 0;
  font-family: "Arial", Sans-serif;
}

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

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

.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: #253668;
  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 .engine-button .btn-booking:focus {
  outline: none;
}

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

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

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

@media (min-width: 768px) {
  .colm-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .colm-2 {
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
  }
  .colm-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .engine-box #frmbooking {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .check-availability .availability-form .awe-calendar-wrapper {
    width: 100% !important;
    margin: 0
  }

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

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

  .engine-box #frmbooking .form-control {
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    height: 54px;
  }

  .engine-box #frmbooking .chk-in::after {
    background-size: 24px;
    bottom: 25px;
    right: 15px;
    width: 24px;
    height: 24px;
  }

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

  .engine-box #frmbooking .engine-button .btn-booking {
    padding: 15px 15px;
    height: 50px;
    font-size: 12px;
  }

}

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

.dropdown-room, .dropdown-guests {
	display: none;
	width: 230px;
	box-sizing: border-box;
    padding: 15px 15px 17px;
	background-color: #FFFFFF !important;
    position: absolute;
	left: 0;
	top: 73px;
    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: #253668;
    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;
}

#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;
}

.btn_close {
  text-align: right;
  margin: 15px 0 35px;
}

.btn_close a {
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
}

.booking_engine h3 {
  text-align: center;
  color: #253668;
}

.btn_showbooking a {
  color: #ffffff !important;
  cursor: pointer;
}

.popup_en {
  position: relative;
}

.d-block {
  display: block !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: #253668 !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: #253668 !important;
  border: 1px solid #253668 !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: #253668 !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: #253668 !important
  }

  .daterangepicker .mobile-calendar-header .check-in .date-check-title,
  .daterangepicker .mobile-calendar-header .check-out .date-check-title {
    color: #253668;
    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
  }
}

/* Hamburger Menu */
.hamburger-menu-toggle i:before{
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f0c9";
}

.hamburger-menu-toggle.hamburger-menu-active i:before{
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f00d";
}
