/* Custom syles for ARH2024 Theme */
/* 
* There's SCSS linked. 
* If you want to change SCSS file, install SASS on your device then use the terminal CLI before edit the style.scss file.
* $sass --watch assets/scss:assets/css
* 
* Or just ignore the SCSS file (can be deleted) and edit CSS file instead.
*/
/*** Colors Managed by SCSS ***/
/** AWG Brand Color **/
/** ARH Brand Color **/
/** System Color **/
/* Gradient */
/* Typography Managed by SCSS */
/* Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.bold1 {
  font-size: 16px;
  font-weight: 700;
}

.bold2 {
  font-size: 14px;
  font-weight: 700;
}

.body1 {
  font-size: 16px;
}

.body2 {
  font-size: 14px;
}

.caption1 {
  font-size: 13px;
  line-height: 18px;
}

.caption2 {
  font-size: 12px;
  line-height: 16px;
}

.upperCase {
  text-transform: uppercase;
}

/* Space */
/**** Style ****/
html {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", "Noto Sans Thai", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  background-color: #ebebeb;
}

a {
  color: #67666B;
  text-decoration: none;
}

a:hover, a:visited {
  color: #52515A;
}

.textRed {
  color: #D63010;
}

a.button,
button,
input[type=submit] {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #67666B;
  color: #ffffff;
  border-top: 1px solid #67666B;
  border-right: 1px solid #67666B;
  border-bottom: 1px solid #67666B;
  border-left: 1px solid #67666B;
}

a.button:hover,
button:hover {
  background-color: #868689;
  transition: all 0.1s ease-in-out;
}

a.button.small,
button.small {
  padding: 4px;
}

hr {
  margin: 24px auto;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 0 0 16px 8px;
}

hr.left {
  margin: 24px 0;
}

hr.underHead {
  width: 200px;
  height: 2px;
  background-color: #868689;
  opacity: 1;
}

hr.underHead.white {
  background-color: #ffffff;
}

.marginY {
  margin: 16px 0;
}

.paddY {
  padding: 16px 0;
}

.paddYXLarge {
  padding: 32px 0;
}

.paddYSection {
  padding: 90px 0;
}

.fullWidth {
  width: 100%;
}

.textPrimary {
  color: #383B71;
}

.bgXLightBlue {
  background-color: #EEF1F6;
}

.wpContent img {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.container {
  max-width: 1200px;
}

/* Form */
input[type=text] {
  background-color: #EEF1F6;
  border: none;
}

/* Footer */
/* footerLogo */
.footerLogo .wrapper {
  max-width: 950px;
  padding: 70px 16px 40px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerLogo img {
  height: 60px;
  width: auto;
}

@media (max-width: 600px) {
  .footerLogo img {
    height: 36px;
    width: auto;
  }
}
.copyright {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  border-top: 1px solid #949599;
  box-sizing: border-box;
  max-width: 950px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 100px;
  position: relative;
}

/* Head */
/*.siteLogo img{
    height: 128px;
    width:auto;
}*/
/*********** header ************/
.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

/*********** policy ************/
.policy {
  display: block;
  background-color: #d1d1d1;
  color: #545454;
  font-size: 13px;
  line-height: 13px;
  font-weight: 200;
}
.policy .d-flex {
  min-height: 41px;
  height: auto;
  padding: 5px 15px;
}
.policy a {
  font-size: 13px;
  line-height: 13px;
  text-decoration: underline;
}
.policy .agree {
  border: 1px solid #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.policy .agree:hover {
  background-color: #ffffff;
}

@media (max-width: 576px) {
  .policy, .policy a {
    font-size: 11px;
  }
}
/*********** site menu ************/
.site-menu {
  background-color: #fff;
  height: 50px;
}
.site-menu .logo {
  display: block;
  position: relative;
  overflow: visible;
}
.site-menu .logo img {
  height: 128px;
  width: 203px;
}
.site-menu .menu ul {
  height: 50px;
  margin: 0;
  padding: 0;
}
.site-menu .menu ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.site-menu .menu ul li a {
  display: flex;
  color: #959595;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  text-transform: uppercase;
  height: 50px;
  align-items: center;
}
.site-menu .menu ul li a:hover {
  color: #545454;
}
.site-menu .menu ul li .subMenu {
  position: absolute;
  background-color: #fff;
  width: 300px;
  height: 0;
  overflow: hidden;
  padding-top: 7px;
}
.site-menu .menu ul ul.sub-menu {
  background-color: #ffffff;
}
.site-menu .hasSub:hover .subMenu {
  height: auto;
  background-color: #ffffff;
}

/* mobile menu */
.site-menu-mobile {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}
.site-menu-mobile .mobileLogo {
  height: 32px;
  width: auto;
  margin-top: 8px;
}
.site-menu-mobile .mobileMenu {
  display: inline-block;
  border: 1px solid #ababad;
  margin-top: 8px;
}
.site-menu-mobile .topMenu {
  background-color: #ffffff;
  padding: 8px;
}
.site-menu-mobile .dropMenu {
  background-color: #dadbdc;
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 8px 8px 8px;
  width: 100%;
}
.site-menu-mobile .dropMenu li {
  list-style: none;
}
.site-menu-mobile .dropMenu li a {
  display: block;
  padding: 8px 0;
  color: #868689;
}
.site-menu-mobile .dropMenu.open {
  display: block;
}

/**/
.contentWrapper {
  padding-top: 150px;
}

figure {
  margin: 24px 0;
}

.meta {
  font-size: 13px;
}

.nav-links {
  background-color: #dadbdc;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .contentWrapper {
    padding-top: 90px;
  }
}
/* Booking Form */
#booking_form {
  display: block;
  background-color: #d1d1d1;
  bottom: 0;
  color: #949599;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  overflow: visible !important;
  z-index: 500;
  padding: 16px;
  box-sizing: border-box;
}

/*---- Reservation Form------------*/
input#LocationPicker::-webkit-input-placeholder,
input#LocationPicker::-moz-placeholder,
input#LocationPicker::-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

input#arrive::-webkit-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#arrive::-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#arrive:-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#arrive::-ms-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#depart::-webkit-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#depart::-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#depart:-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#depart::-ms-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#AdultsPicker::-webkit-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#AdultsPicker::-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#AdultsPicker:-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#AdultsPicker::-ms-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#ChildrenPicker::-webkit-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#ChildrenPicker::-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#ChildrenPicker:-moz-placeholder {
  color: #545454;
  opacity: 1 !important;
}

input#ChildrenPicker::-ms-input-placeholder {
  color: #545454;
  opacity: 1 !important;
}

#bookingFormPart {
  min-height: 200px; /*margin-bottom:60px; */
}

#bookingFormDiv {
  text-align: left;
  margin-top: 60px;
  min-height: 200px;
}

#reservation-form {
  margin: 0 auto;
}

#reservation-form input,
#MobileResvForm input {
  background: none no-repeat scroll right -4px transparent;
  color: #545454;
  width: 140px;
  margin: 3px;
  border: 1px solid #7d7d7d;
  border-radius: 0px;
  padding: 6px 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

input#LocationPicker {
  width: 220px;
  background-image: url(https://absoluteresorts.com/js/booking-form-plugin/themes/arrow_right_white.png) !important;
  background-repeat: no-repeat;
}

input#LocationPicker, input#reservation-form-submit {
  background-color: #868689;
  color: #fff;
}

input#reservation-form-submit {
  height: 35px;
  cursor: pointer;
  width: 120px;
}

input#reservation-form-submit:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}

.reservation-form-chevron {
  background-image: url(https://absoluteresorts.com/js/booking-form-plugin/themes/arrow_right_grey.png) !important;
}

.reservation-form-calendar-in {
  background-image: url(https://absoluteresorts.com/js/booking-form-plugin/themes/in.png) !important;
}

.reservation-form-calendar-out {
  background-image: url(https://absoluteresorts.com/js/booking-form-plugin/themes/out.png) !important;
}

.fancybox-skin #booking_form {
  margin-top: 25px;
}

.fancybox-skin #booking_form input#LocationPicker {
  width: 255px;
}

/* New Mobile Booking */
.mobileBooking {
  display: none;
  padding: 8px 16px;
  background-color: #d1d1d1;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.mobileBooking select {
  width: calc(100% - 130px);
  background-color: #d1d1d1;
  color: #868689;
  height: 40px;
  border-color: #e3e3e3;
  font: 200 14px/1.8em "Roboto";
}

.mobileBooking button {
  background-color: #868689;
  color: #fff;
  padding: 12px;
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 0;
}

@media (max-width: 970px) {
  .mobileBooking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 888;
  }
  #booking_form {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
