/* 
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: 20px 20px 25px;
}

.engine-box #frmbooking .form-group {
 margin-bottom: 0;
 padding: 0 15px;
}
.engine-box #frmbooking .form-group.promotion-code {
 padding-right: 25px;
}

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

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

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

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

.engine-box #frmbooking .engine-button .btn-booking {
  font-family: "Noto Serif HK", 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;
  text-transform: capitalize;
  color: #7D573A;
  font-weight: 400;
  padding-left: 0;
  font-family: "Noto Serif HK", Sans-serif;
}

.engine-box #frmbooking .form-control {
  padding: 0.5rem 0;
  font-size: 14px;
  color: #7D573A;
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  font-family: "Noto Serif HK", Sans-serif;
  border: none;
  border-bottom: 1px solid #7D573A;
}

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

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

.engine-box #frmbooking .engine-button .btn-booking {
  height: 58px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background-color: #7D573A;
  font-size: 13px !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;
  font-size: 11px;
}

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

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

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

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

.engine-box #frmbooking .chk-in::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 15px;
  background: url('http://timbertonresortkhaoyai.e-travel.co.th/wp-content/uploads/2023/08/icon-calendar.svg') center no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}

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


@media screen and (max-width:1199px) {
  .engine-box #frmbooking {
    margin: 0 25px;
    padding: 15px 20px 15px;
  }
}

@media screen and (max-width:991px) {
  .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;
  }

}

/** Custom Select **/
.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-bottom: 1px solid #7D573A;
  border-right: 1px solid #7D573A;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0 0;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #3f3f3f;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

/* .engine-box #frmbooking .form-control.custom-select{
  padding: .5rem 10px .5rem 20px;
} */

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #3f3f3f;
  border-left: 1px solid #3f3f3f;
  background: #3f3f3f;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}

/* .option-hover:before {
  background: #f9f9f9;
} */

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #5d5d5d;
  color: #ffffff;
  line-height: 38px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
  background: #efefef;
  color: #000;
}
/* End Custom Select */

.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: #7D573A;
}

.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: #7D573A !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: #7D573A !important;
  border: 1px solid #7D573A !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;
}

@media only screen and (min-width:992px) {
  .daterangepicker .calendar-table table thead tr:first-child th {
    background-color: #7D573A !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: #7D573A !important
  }

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