
/* Sidewidget Starts */
.side-widget {
}
.side-widget.uk-open::before {
  background: var(--secondary-color);
}

.side-widget__box {
  width: 100%;
  padding: 0;
  background: var(--bg-alt-1);
  color: #fff;
  background-size: 300px;
  background-repeat: repeat;
}
input#promocode::placeholder {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 600;
}
.uk-offcanvas-flip .side-widget__box {
  right: -100%;
}

@media (min-width: 960px) {
  .side-widget__box {
    width: 430px;
  }

  .uk-offcanvas-flip .side-widget__box {
    right: -845px;
  }
}

.side-widget__close {
  color: var(--secondary-cta-font-color);
  background: transparent;
  border: 0;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .4s ease;
}

.side-widget__close svg,
.side-widget__close svg * {
  transition: all .4s ease;
  fill: currentColor;
}

.side-widget__close:hover,
.side-widget__close:focus {
  background-color: #fff;
  color: #09436b;
}

.side-widget__close:hover svg,
.side-widget__close:hover svg *,
.side-widget__close:focus svg *,
.side-widget__close:focus svg * {
  fill:#09436b;
}

.side-widget__row {
  margin: 0;
  align-items: stretch;
  min-height: 100%;
}
span#display-checkoutdate, #display-checkindate {
  position: absolute;
  bottom: 5px;
  left: 0;
  max-width: 100%;
  width: 100%;
}
.side-widget__col {
  padding: 80px 60px;
}

.side-widget__col--right {
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
}

.side-widget__col + .side-widget__col {
  border-left: 1px solid #c5c5c5;
}

.side-widget__title {
  text-transform: capitalize !important;
  opacity: 1;
  margin: 0;
}

.side-widget__title-text {
  font-size: 16px;
  color: #fff !important;
  font-family: var(--text-fonts);
  margin-top: 5px;
  margin-bottom: 45px;
  letter-spacing: 0.48px;
}

.side-widget__title-text a {
  color: #fff !important;
}

.side-widget__title-text a:hover,
.side-widget__title-text a:focus {
  color: var(--highlight-color)!important;
} 

.side-widget__form-actions {
  margin-top: 40px;
}

.side-widget__form-actions-main {
  background: var(--primary-color) !important;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  font-size: 18px!important;
  letter-spacing: .54px!important;
  width: 100%!important;
  font-weight: 600 !important;
  border: 1px solid;
  height: 44px !important;
}

.side-widget__form-actions-main:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: var(--secondary-color)!important;
}

.side-widget__form-actions-sec {
  letter-spacing: 0.42px !important;
  color: var(--highlight-color) !important;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-top: 25px !important;
  min-height: unset !important;
  padding: 0 !important;
}

.side-widget__form-actions-sec:hover {
  color: var(--primary-color) !important;
}

.side-widget__form-actions-sec > svg {
  margin-left: 7px;
}

.side-widget__form-actions-sec > svg,
.side-widget__form-actions-sec > svg * {
  fill: var(--highlight-color);
}

.side-widget__form-actions-sec:hover > svg, .side-widget__form-actions-sec:hover > svg * {
  fill: var(--primary-color);
}

.side-widget__smalltitle {
  color: var(--text-color) !important;
  text-transform: uppercase;
  opacity: 1;
}

.side-widget__desc {
  text-align: left;
  letter-spacing: 0.2px;
  color: var(--text-color);
  max-width: 315px;
  margin: 0 auto;
  font-size: 17px;
  font-family: var(--title-fonts);
  line-height: 1.45;
}

.side-widget__hr {
  border-top: 1px solid rgba(112, 112, 112, 0.3) !important;
  margin-top: 45px;
  margin-bottom: 45px;
}

.side-widget__benefits-item {
  letter-spacing: 0.2px;
  color: var(--text-color) !important;
  font-family: var(--title-fonts);
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > img {
  margin-right: 10px;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > svg * {
  fill: var(--primary-color) !important;
}

.side-widget__benefits-item + .side-widget__benefits-item {
  margin-top: 25px;
}

.side-widget__benefits {
  /*padding-left: 25px;*/
}

/* Form Elements Specific Css */
.side-widget__form-group {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.side-widget__form-text {
  color: var(--tertiary-color);
  text-transform: capitalize;
  font-family: var(--text-fonts);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;

}

.side-widget__form-control {
  font-size: 16px;
  color: #0A1D3B !important;
  height: 47px;
  position: relative;
  border: 0;
  border-radius: 0;
  line-height: 42px;
  padding: 3px 30px 3px 20px;
  background: var(--inverse-font-color);
}

.side-widget__form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-color) !important;
}

.side-widget__form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color) !important;
}

.side-widget__form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-color) !important;
}

.side-widget__form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color) !important;
}

select.side-widget__form-control {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 93% 49%;
  cursor: pointer;
  background-size: 6%;
  background-color: var(--inverse-font-color) !important;
  padding: 0 20px;
}

.side-widget__form-control:focus-visible {
  outline: 0 !important;
  box-shadow: none;
  /*
  border-bottom-color: var(--secondary-color) !important;
  color: var(--highlight-color) !important;
  */
}

.side-widget__form-icon {
  position: absolute;
  right: 0;
  bottom: 13px;
  fill: var(--primary-color);
}

.side-widget__form-icon svg,
.side-widget__form-icon svg * {
  fill: var(--primary-color);
}
.side-widget__booking .hero-slideshow__form-control {
  background-color: #fff !important;
  color: #0A1D3B !important;
  height: 47px;
}
.side-widget__form-group .ui-datepicker-trigger img {
  display: none;
}
.side-widget__form-group .ui-datepicker-trigger {
  width: 18px;
  height: 20px;
  background: url('https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/feather-calendar.svg');
  background-size: contain;
  right: 20px;
  bottom: 17px;
}
select.side-widget__form-control#ROOMS {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/bed.svg);
  background-size: 25px;
  background-position: 97%;
}
select.side-widget__form-control#Guests, select.side-widget__form-control#CHILDREN {
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/user.svg);
  background-size: 20px;
  background-position: 97%;
}

.side-widget__title {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .side-widget__col {
    padding: 90px 30px;
  }

  .side-widget__form-actions-main {
    font-size: 16px !important;
    height: 50px !important;
    letter-spacing: 1.6px !important;
  }

  .side-widget__form-icon svg,
  .side-widget__form-icon svg * {
    fill: var(--text-color);
  }

  /*
  select.side-widget__form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.172' viewBox='0 0 10 6.172'%3E%3Cpath fill='%23323232' d='M6.172-11.8,10-7.969,13.828-11.8,15-10.625l-5,5-5-5Z' transform='translate(-5 11.797)'/%3E%3C/svg%3E");
}
  */

  .side-widget__form-control {
    border-bottom-color: var(--text-color) !important;   
  }
}

@media (max-width: 639.98px) {
  .side-widget__col {
    width: 100%;
  }

  .side-widget__col + .side-widget__col {
    border-left: 0;
    padding-top: 0;
  }

  .side-widget__desc {
    max-width: unset;
  }

  .side-widget__benefits {
    padding: 0;
  }

  .side-widget__hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .side-widget__title {
    font-size: 22px;
  }
  .side-widget__smalltitle {
    text-align: left !important;
    font-size: 22px;
  }
  .side-widget__title-text {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 25px;
    letter-spacing: 0.32px;
  }
}
/* Sidewidget Ends */
.holiday-floating-widget {
  position: absolute;
  background-color: #ffffff;
  left: 10px;
  top: 200px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: all 0.5s ease 0s;
  padding: 10px 10px 10px 50px;
  cursor: pointer;
  z-index: 8;
}
.holiday-floating-widget a {
  display: block;
  margin-left: 10px;
  border: none;
  line-height: 22px;
}
.holiday-floating-widget a:hover {
  border: none;
}
.holiday-floating-widget::before {
  content: " ";
  background-color: #0a436b;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/svg-icons/holiday.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
}
.holiday-floating-widget h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}
.holiday-floating {
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 200px;
  left: -100%;
  width: 430px;
  z-index: 30;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
}
.holiday-floating-banner {
  max-width: 270px;
  margin: 0 auto;
}
.holiday-floating-banner img {
  width: 100%;
  height: auto;
}
.holiday-floating-info {
  text-align: center;
  padding-top: 10px;
}
.holiday-floating-info h3 {
  font-size: 20px;
  font-weight: bold;
}
.holiday-floating-link a:link, .holiday-floating-link a:visited {
  background-color: #0a436b;
  display: block;
  border: 1px solid #0a436b;
  text-decoration: none !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: brandongrotesque-bold;
  padding: 13px;
}
.holiday-floating-link a:hover, .holiday-floating-link a:focus {
  background-color: #fff;
  color: #257008;
}
.holiday-floating-close a:link, .holiday-floating-close a:visited {
  border: none;
  font-size: 14px;
  text-decoration: underline;
}
.holiday-floating-close a:hover, .holiday-floating-close a:focus {
  text-decoration: none;
}
.holiday-floating-link {
  width: 200px;
  margin: 15px auto;
}
.holiday-floating-widget.holiday-floating-widget-open {
  opacity: 0;
  visibility: hidden;
}
.holiday-floating.holiday-floating-open {
  visibility: visible;
  opacity: 1;
  left: 10px;
}
.holiday-page-title {
  text-align: center;
  padding: 20px 20px 20px;
}
.holiday-accordion {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.holiday-accordion-item .holiday-accordion-click {
  display: block;
  border: none;
  font-size: 22px;
  font-weight: 700;
  padding: 25px 50px 25px 0;
  position: relative;
}
.holiday-accordion-content {
  display: none;
  padding-bottom: 25px;
  font-size: 18px;
}
.holiday-accordion strong {
  font-weight: bold;
}
.holiday-accordion-item {
  border-bottom: 1px solid #ccc;
}
.holiday-accordion-wrap .holiday-accordion-item:first-child {
  border-top: 1px solid #ccc;
}
.holiday-accordion-item .holiday-accordion-click::before {
  content: "+";
  font-size: 26px;
  position: absolute;
  width: 50px;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.holiday-accordion-item.active .holiday-accordion-click::before {
  content: "-";
  font-size: 36px;
}
.holiday-party {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
}
.holiday-party-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.holiday-party-image {
  width: 49%;
}
.holiday-party-image img {
  width: 100%;
  height: auto;
}
.holiday-party-info {
  width: 44%;
}
.holiday-party-title {
  padding-bottom: 20px;
}
.holiday-page-title + .holiday-party {
  padding-top: 20px;
}
.holiday-party .uk-slider li * {
  display: block;
}
.holiday-party .uk-slider .uk-dotnav>*>* {
  height:15px;
  width:15px;
}
.holiday-party-title h3 {
  font-weight: bold;
  font-size: 22px;
}
.holiday-party p, .holiday-accordion p{
  margin-bottom:20px;
}
.holiday-party .bx-wrapper .bx-controls {
  margin: 0 auto;
  position: relative;
}
.holiday-party-description a.button {
  display: inline-block !important;
  padding: 0px 30px;
}
.holiday-party .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ffffff;
  border: 1px solid #257008;
  height: 10px;
  width: 10px;
}
.holiday-party-cta{padding-top:20px;}
.bx-controls.bx-has-pager {
  padding-top: 20px;
}
.holiday-party .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #000000;
  border: 1px solid #000000 !important;
}
@media only screen and (max-width:1024px) {
  .holiday-floating-widget {top: 360px; }
}
@media only screen and (max-width:960px) {
  .holiday-floating {
    padding: 15px;
  } 
}
@media only screen and (max-width:864px) {
  .holiday-party-image {
    width: 100%;
  }
  .holiday-party-info {
    width: 100%;
    padding-top: 25px;
  }
}
@media only screen and (max-width:767px) {
  .holiday-floating-widget {
    position: fixed;
    top: inherit;
    bottom: 84px;
  }
  .holiday-floating-widget.holiday-floating-widget-open {
    left: -100%;
  }
  .holiday-floating {
    position: fixed;
    display: flex;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    z-index: 200;
    left: 0;
    top: 0;
    box-shadow: none;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
  }
  .holiday-floating.holiday-floating-open {
    left: 0;
    top: 0;
  }
  .holiday-floating .holiday-floating-wrap {
    background-color: #ffffff;
    padding: 30px 15px;
    box-sizing: border-box;
    max-width: 370px;
    width: 90%;
    margin: 40px 0;
  }
}
/* Header Starts */
.header {
  width: 100%;
  height: 105px;
  background: var(--inverse-font-color);
  color: var(--inverse-font-color);
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.has-transparent-header .header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 0px 0px #0000001A;
}
.header.is-fixed, .has-transparent-header .header.is-fixed {
  position: fixed;
  background: var(--inverse-font-color);
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.has-transparent-header .navmenu__list-link {
  color: var(--inverse-font-color) !important;
  filter: opacity(1);
}
.has-transparent-header .ng-star-inserted .navmenu__list-link {
  color: var(--bg-header) !important;
}
.has-transparent-header .navmenumore__list-link {
  color: var(--inverse-font-color);
  filter: opacity(1);
}
.has-transparent-header .ng-star-inserted .navmenumore__list-link {
  color: var(--bg-header);
}
.ng-star-inserted .header {
  position: static !important;
}
.header__logo {
}
.header__logo img {
  width: auto;
}
.header__container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  width: 100%;
  position: relative;
  flex-grow: 1;
}

.header__collapsible {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.header__reservations {
  color: var(--inverse-font-color);
  font-size: 12px;
  line-height: 1.5;
}

.header__reservations > a {
  font-weight: 700;
  color: inherit;
}

.header__reservations > a:hover,
.header__reservations > a:focus-within {
  color: var(--inverse-font-color);
}

.header__bookstay {
  font-size: 11px;
  font-weight: bold;
  margin-left: 0;
  display: none;
  padding: 5px 12px;
  min-height: 20px;
  line-height: 20px;
  background-color: var(--inverse-font-color);
  color: var(--secondary-color);
}
.sticky-book-stay .navmenumore__list-link:hover, .sticky-book-stay .navmenumore__list-link:focus {
  color: var(--inverse-font-color);
  text-decoration: underline;
}
.sticky-book-stay .navmenumore__list{display: none;}
.header.is-fixed .sticky-book-stay .navmenumore__list{
  display: flex !important;
  margin: 0;
  margin-top: 0;
  justify-content: center;
}
.sticky-book-stay ul li a {
  font-size: 14px;
}
.header.is-fixed .header__bookstay {
  /*display: block;*/
}

.header__reservations {
  display: none;
}

.navmenu__list,
.navmenumore__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navmenu__list-item + .navmenu__list-item {
  margin-right: 25px;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 15px 1px;
  text-align: left;
  letter-spacing: .4px;
  text-transform: capitalize;
  opacity: 1;
  align-items: center;
  position: relative;
  background: transparent;
  font: var(--header-fonts);
  color: var(--tagline-font-color) !important;
}

.navmenu__list-link:after {
  content: '';
  height: 4px;
  background: var(--inverse-font-color);
  opacity: 1;
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s ease;
}

.navmenu__list-link > svg {
  margin-left: 7px;
}

.navmenumore__list {
  margin-left: 5px;
}

.header.is-fixed .navmenumore__list {
  /*margin-left: 0;*/
  display: none;
}

.navmenumore__list-item {
  position: relative;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-weight: normal;
}

.navmenumore__list-item:after {
  content: '';
  width: 1px;
  height: 22px;
  background: var(--inverse-font-color);
  opacity: .3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.navmenumore__list-item + .navmenumore__list-item {
  margin-left: 10px;
  padding-left: 10px;
}

.navmenumore__list-item + .navmenumore__list-item:after {
  display: block;
}

.navmenumore__list-link {
  color: var(--tagline-font-color);
}

.navmenumore__list-link:hover,
.navmenumore__list-link:focus {
  color: var(--tagline-font-color);
  text-decoration:underline;
}
.navmenumore__list-item .template-icon-phone {
  margin-right: 10px;
}
.navmenu__dropmenu-link {
  display: block;
  padding: 10px 15px;
  letter-spacing: .78px;
  color: var(--secondary-color);
  opacity: 1;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.navmenu__dropmenu-link.uk-disabled {
  opacity: .2;
}

.navmenu__dropmenu {
  padding: 30px 0px;
  margin: 0;
  min-width: 265px;
}
.header.is-fixed .navmenu__list-item:focus-within {
  outline: 1px solid var(--inverse-font-color);
}
/*.navmenu__list-link:hover,*/
.navmenu__dropmenu-link:hover,
.navmenu__dropmenu-link.navON {
  color: rgba(0,0,0,0)!important;
  text-shadow: 0 0 0 #00BCF5;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
  opacity: 1;
}
.weathertxt.weathericon a {
  color: var(--inverse-font-color);
}
.weathertxt.weathericon a:hover, .weathertxt.weathericon a:focus {
  text-decoration: underline;
}
.header__collapsible .footer__social {
  justify-content: left;
  padding: 0 20px;
}
.header.is-fixed .navmenu__list-link,
.header.is-fixed .navmenumore__list-link {
  color: var(--tagline-font-color) !important;
}
.header .navmenu__list-link:hover, .header .navmenu__list-link:focus, .header .navmenu__list-link.navON {
  color: var(--primary-color) !important;
}

@media(min-width: 960px) {
  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn,
  .mobnavmenu__list,
  .mobsocmenu__list,
  .header__collapsible .footer__social {
    display:none!important
  }
}

@media (max-width: 1199.98px) {
  .header--active {
    height: 123px;
  }
  .navmenu__list-link {
    font-size: 12px;
  }
  a.navmenumore__list-link {
    font-size: 12px;
  }
  .sticky-book-stay {
    padding-left: 10px;
  }

  .navmenu__dropmenu-link {
    font-size: 12px;
  }
  .navmenu__list-item+.navmenu__list-item {
    margin-right: 8px;
  }
  .header__bookstay {
    font-size: 12px !important;
    min-width: 160px;
    font-weight: 700;
  }
  .navmenumore__list {
    margin-left: 15px;
  }
}

@media (max-width: 1023.98px) {
  .header__logo {
    max-width: 120px;
  }
}

@media (max-width: 959.98px) {
  .side-widget__row{display: block;}
  .mobile-menu-active .navmenumore__list{display: none;}
  .header {
    height: 90px;
  }
  .header--active {
    height: 116px;
  }
  .header__bookstay {
    font-size: 10px !important;
    min-width: unset;
    padding: 10px 15px;
    height: 45px;
    margin: 0;
  }
  .header__reservations {
    font-size: 10px;
    min-width: unset;
    bottom: 2.5px;
  }
  .header__logo {
    max-width: 90px;
  }
  .navmenu__list-item+.navmenu__list-item {
    margin-right: 0px;
  }
}

@media (max-width: 959.98px) {
  .header.is-fixed .sticky-book-stay .navmenumore__list{display: none !important;}
  .header__logo img{
    width: 65px;position: relative;z-index: 1;}
  .header,
  .header--active {
    height: 80px;
    z-index: 101;
  }
  .has-transparent-header .header {
  }
  .header__bookstay {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 16px !important;
    letter-spacing: 0.85px;
    padding: 15px 15px;
    height: 60px;
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    letter-spacing: 0px;
    color: var(--inverse-font-color);
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--text-fonts);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    align-items: center;
  }

  .header__toggler-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin: 11px auto;
    background: var(--inverse-font-color);
    position: relative;
  }

  .header__toggler-icon:before, .header__toggler-icon:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    left: 0;
    background: var(--highlight-color);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .header__toggler-icon:before {
    top: -7px;
    background-color:var(--inverse-font-color);
  }

  .header__toggler-icon:after {
    bottom: -7px;
    background-color:var(--inverse-font-color);
  }

  .header__toggler-btn[aria-expanded="true"] {
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon {
    background: none !important;
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon:before {
    transform: rotate(-45deg);
    top: 0px;
  }

  .header__toggler-btn.mobile-menu-active .header__toggler-icon:after {
    transform: rotate(45deg);
    bottom: 0px;
  }

  .header__toggler-text {
    display: flex;
    line-height: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.3px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    display: none;
  }

  .header__toggler-text:after {
    content: 'Menu';
  }

  .header__toggler-btn[aria-expanded="true"] .header__toggler-text:after {
    content: 'Close';
  }

  .header__reservations {
    font-size: 0;
    display: flex;
    margin-right: 20px;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .header__reservations > a {
    display: flex;
    align-items: center;
  }

  /*.header__reservations > a:after {
  content: 'Call';
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: block!important;
  margin-left: 0px;
}*/

  .header__reservations > a:before {
    background-image: url("https://www.montereygetaway.com/images_noindex/call-icon.svg");
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    display: flex;
    margin: 0;
    background-repeat: no-repeat;
  }


  .header__logo {
    max-width: 125px;
  }

  .navmenu.mobile-menu-active {
    display: block !important;
  }

  .navmenu.mobile-menu-active ~ .header__bookstay {
    display: flex !important;
  }

  .navmenu {
    position: fixed;
    width: 100%;
    background: var(--bg-alt-1);
    top: 80px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin: 0;
    padding: 30px 0 80px;
    z-index: 99;
  }

  .navmenu__list {
    position: relative;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 10;
  }
  .navmenu__list li {
    width: 100%;
  }
  .navmenu__list-link {
    font-size: 20px;
    line-height: 140%;
    display: flex;
    justify-content: space-between;
    color: var(--tertiary-color) !important;
    padding: 0px 20px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .has-transparent-header .navmenu__list-link {
    color: var(--tertiary-color) !important;
  }
  .navmenu__list-link > svg {
    margin-left: 7px;
    width: 10px;
    height: auto;
  }
  .navmenu__dropdown .navmenu__list-link[aria-expanded="true"] {
    color: var(--primary-color) !important;
  }
  .navmenu__dropmenu {
    position: relative!important;
    box-shadow: none!important;
    background: transparent;
    padding: 0 0 15px 8px;
    top: 0!important;
    left: 0!important;
    right: auto!important;
    bottom: auto!important;
  }

  .navmenu__dropmenu-link {
    font-size: 16px;
    font-family: var(--text-fonts);
    padding: 10px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
  }

  /*.navmenu__dropmenu:after {
  content: '';
  width: 5px;
  background: #00BCF5;
  left: 0px;
  top: -35px;
  position: absolute;
  height: calc(100% + 15px);
}*/

  .navmenu__list-link:after {
    display: none;
  }

  .navmenu__list-link.navON,
  .navmenu__more-link.navON,
  .mobnavmenu__list-link.navON{
    color: #00BCF5 !important;
  }
  .mobnavmenu__list-link:hover,
  .mobnavmenu__list-link:focus{
    color:var(--inverse-font-color);
    text-decoration: underline;
  }
  .header__top-left,
  .header__top-right {
    width: 60px;
  }

  .header__top-center {
    width: calc(100% - 60px*2);
    width: -webkit-calc(100% - 60px*2);
    max-width: calc(100% - 60px*2);
    max-width: -webkit-calc(100% - 60px*2);
  }

  .navmenu__dropdown > a {
    position: relative;
  }
  .navmenu__dropdown > a:before {
    content: '';
    background-image: url(https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/down-arrow.svg);
    position: absolute;
    right: 20px;
    top: 23%;
    width: 12px;
    height: 7px;
    background-size: contain;
    transition: all .4s ease;
  }
  .navmenu__dropdown > a[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
  }

  .mobnavmenu__list-link {
    color: var(--inverse-font-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .3px;
    display: flex;
    padding: 0;
    align-items: center;
    line-height: 36px;
  }

  .mobnavmenu__list-item + .mobnavmenu__list-item {
    margin-top: 0px;
  }

  .mobnavmenu__list {
    padding: 0 20px;
    list-style: none;
    margin-bottom: 20px;
  }

  .mobnavmenu__list-divider {
    border-top: 1px solid var(--tagline-font-color);
    margin: 20px 0;
  }

  .mobnavmenu__list-link > svg {
    width: 15px;
    margin-left: 5px;
  }

  .mobsocmenu__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 20px 20px;
    margin-top: 30px;
  }

  .mobsocmenu__list-item + .mobsocmenu__list-item {
    margin-left: 30px;
  }

  .mobsocmenu__list-icon {
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
  }

  .mobsocmenu__list-icon--facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23002341' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
  }

  .mobsocmenu__list-icon--twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23002341' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
  }

  .mobsocmenu__list-icon--instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23002341' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
  }

  /*.navmenu__dropmenu-link:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00BCF5;
  border-radius: 50%;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}*/
  .header__reservations > a:before {
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1226%) hue-rotate(163deg) brightness(93%) contrast(101%);
  }
  .header__toggler-icon, 
  .header .header__toggler-icon:before, 
  .header .header__toggler-icon:after {
    background: var(--primary-color);
  }
  .has-transparent-header .header__reservations > a:before {
    filter: none;
  }
  .has-transparent-header .header__toggler-icon, 
  .has-transparent-header .header .header__toggler-icon:before, 
  .has-transparent-header .header .header__toggler-icon:after {
    background: var(--inverse-font-color);
  }

  .header_menu_opened .header {
    background: var(--inverse-font-color);
  }
  .header.is-fixed .header__reservations > a:before,
  .header_menu_opened .header .header__reservations > a:before {
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1226%) hue-rotate(163deg) brightness(93%) contrast(101%);
  }
  .header.is-fixed .header__toggler-icon,
  .header.is-fixed .header__toggler-icon:before, 
  .header.is-fixed .header__toggler-icon:after,
  .header_menu_opened .header .header__toggler-icon,
  .header_menu_opened .header .header__toggler-icon:before, 
  .header_menu_opened .header .header__toggler-icon:after {
    background: var(--primary-color);
  }
}

.modulel-dropdown {
  display: none;
}

.modulelinks-dropmenu {
}

.module-page-tabbing .tab-list__link:after {
}

.module-page-tabbing {
  position: sticky;
  position: -webkit-sticky;
  z-index: 49;
  top: 104px;
}

.module-page-tabbing .tab-list--colored {
  position: static !important;
}

.module-page-tabbing .tab-list__link {
  font-size: 12px;
  letter-spacing: 0.9px;
  padding: 16.2px 20px;
  font-weight: 600;
}

.module-page-tabbing .tab-list__link.navON:after {
  opacity: 1;
  width: 50px;
}

.is-module-avail .header.is-fixed {
  box-shadow: unset;
}

.is-module-avail .header.is-fixed ~ .module-page-tabbing {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.modulel-dropdown__name {
  font-size: 16px;
  margin: 0;
}

@media (max-width:  1300px) {
  .module-page-tabbing .tab-list__link {
    font-size: 14px;
    letter-spacing: .9px;
    padding: 15px 10px;;
  }

}

@media (max-width: 1199.98px) {
  .module-page-tabbing .tab-list__link {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .module-page-tabbing .tab-list__link {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 10px;
  }
}

@media (max-width: 959.98px) {
  .navmenu,
  .header__collapsible,
  .header__bookstay {
    display: none !important;
  }
  .newsletter {
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 36px;
    color: var(--tagline-font-color) !important;
  }
  .module-page-tabbing {
    top: 90px;
  }
  .module-page-tabbing .tab-list__link {
    font-size: 8px;
  }
}

@media (max-width:  767.98px) {
  .modulel-dropdown {
    display: flex;
    background: var(--bg-alt-2);
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    position: relative;
  }
  .module-page-tabbing .tab-list {
    display: none;
    position: absolute !important;
    right: 20px;
    top: calc(100% - 10px);
    min-width: 200px;
  }

  .module-page-tabbing {
    top: 61px;
  }

  .modulel-dropdown > a {
    display: inline-flex;
    background: var(--bg-alt-2);
    padding: 10px 20px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: var(--title-fonts);
    color: var(--text-color);
    font-weight: 500;
    text-transform: uppercase;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid #b5b5af;
  }

  .modulel-dropdown > a .uk-icon {
    margin-left: 10px;
    font-weight: 700
  }

  .modulelink-active .tab-list {
    display: block;
    padding: 10px 0;
  }

  .module-page-tabbing .tab-list__link:after {
    width: -webkit-calc(100% - 30px) !important;
    height: 1px;
  }

  .module-page-tabbing .tab-list__link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 7px 15px;
    display: inline-block;
  }

  .modulelink-active .modulel-dropdown > a {
    border-bottom: 1px solid rgba(31, 31, 31, .25);
  }

  .modulelink-active .modulel-dropdown > a .uk-icon {
    transform: rotate(180deg);
  }

  .module-page-tabbing .tab-list__link.navON {
    padding: 7px 15px;
    margin-bottom: 7px;
  }
}
/* Header Ends */
@media (max-width: 1110px) and (min-width: 960px) {
  .navmenu__list-link {
    font-size: 12px;
  }
}
@media (max-width: 1260px) and (min-width: 1111px) {
  .navmenu__list-link {
    font-size: 14px;
  }
}
.mobnavmenu__list-link {
  color: var(--tagline-font-color);
  text-shadow: 0 0 0 var(--inverse-font-color);
}
option {
  background: var(--inverse-font-color);
  color: var(--secondary-color);
}
/* Footer Starts  */
.footer {
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  font-family: var(--title-fonts);
  letter-spacing: 0;
  line-height: 1.325;
  /* background-blend-mode: luminosity; */
  color: #fff;
}
@media (min-width: 960px) {
  .footer {
    padding-bottom: 76px;
  }
}
.footer a {
  color: #fff;
}

.footer a:hover,
.footer a.navON {
  /*color: var(--primary-color);*/
  transition: all .4s ease;
  text-decoration: underline;
}

.footer a:hover svg,
.footer a:hover svg *,
.footer a.navON svg,
.footer a.navON svg * {
  fill: var(--primary-color);
  transition: all .4s ease;
}

.footer__container {
  position: relative;
}
.quick-links ul {
  list-style-type: none;
}
.footer__backtotop {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.footer__title {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 700;
}
.quick-links a {
  font-size: 16px;
  font-family: var(--text-fonts);
  letter-spacing: .48px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer__address {
  word-break: break-word;
  line-height: 30px;
  font-size: 16px;
  max-width: 360px;
  font-weight: normal;
  font-family: var(--text-fonts);
  letter-spacing: 0;
}

.footer__social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.footer__social-link + .footer__social-link {
  margin-left: 35px;
}

.footer__social-icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .4s ease;
  color: #fff;
}

.footer__social-icon.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23ffffff' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23ffffff' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23ffffff' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.tripadvisor {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M19.021,7.866C19.256,6.862,20,5.854,20,5.854h-3.346C14.781,4.641,12.504,4,9.98,4C7.363,4,4.999,4.651,3.135,5.876H0    c0,0,0.738,0.987,0.976,1.988c-0.611,0.837-0.973,1.852-0.973,2.964c0,2.763,2.249,5.009,5.011,5.009   c1.576,0,2.976-0.737,3.901-1.879l1.063,1.599l1.075-1.615c0.475,0.611,1.1,1.111,1.838,1.451c1.213,0.547,2.574,0.612,3.825,0.15   c2.589-0.963,3.913-3.852,2.964-6.439c-0.175-0.463-0.4-0.876-0.675-1.238H19.021z M16.38,14.594   c-1.002,0.371-2.088,0.328-3.06-0.119c-0.688-0.317-1.252-0.817-1.657-1.438c-0.164-0.25-0.313-0.52-0.417-0.811    c-0.124-0.328-0.186-0.668-0.217-1.014c-0.063-0.689,0.037-1.396,0.339-2.043c0.448-0.971,1.251-1.71,2.25-2.079    c2.075-0.765,4.375,0.3,5.14,2.366c0.762,2.066-0.301,4.37-2.363,5.134L16.38,14.594L16.38,14.594z M8.322,13.066   c-0.72,1.059-1.935,1.76-3.309,1.76c-2.207,0-4.001-1.797-4.001-3.996c0-2.203,1.795-4.002,4.001-4.002 c2.204,0,3.999,1.8,3.999,4.002c0,0.137-0.024,0.261-0.04,0.396c-0.067,0.678-0.284,1.313-0.648,1.853v-0.013H8.322z M2.472,10.775  c0,1.367,1.112,2.479,2.476,2.479c1.363,0,2.472-1.11,2.472-2.479c0-1.359-1.11-2.468-2.472-2.468  C3.584,8.306,2.473,9.416,2.472,10.775L2.472,10.775z M12.514,10.775c0,1.367,1.104,2.479,2.471,2.479  c1.363,0,2.474-1.108,2.474-2.479c0-1.359-1.11-2.468-2.474-2.468c-1.364,0-2.477,1.109-2.477,2.468H12.514z M3.324,10.775  c0-0.893,0.726-1.618,1.614-1.618c0.889,0,1.625,0.727,1.625,1.618c0,0.898-0.725,1.627-1.625,1.627    c-0.901,0-1.625-0.729-1.625-1.627H3.324z M13.354,10.775c0-0.893,0.726-1.618,1.627-1.618c0.886,0,1.61,0.727,1.61,1.618   c0,0.898-0.726,1.627-1.626,1.627s-1.625-0.729-1.625-1.627H13.354z M9.977,4.875c1.798,0,3.425,0.324,4.849,0.968  c-0.535,0.015-1.061,0.108-1.586,0.3c-1.264,0.463-2.264,1.388-2.815,2.604c-0.262,0.551-0.398,1.133-0.448,1.72    C9.79,7.905,7.677,5.873,5.076,5.82C6.501,5.208,8.153,4.875,9.94,4.875H9.977z'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M10.21,1 C5.5,1 3,4.16 3,7.61 C3,9.21 3.85,11.2 5.22,11.84 C5.43,11.94 5.54,11.89 5.58,11.69 C5.62,11.54 5.8,10.8 5.88,10.45 C5.91,10.34 5.89,10.24 5.8,10.14 C5.36,9.59 5,8.58 5,7.65 C5,5.24 6.82,2.91 9.93,2.91 C12.61,2.91 14.49,4.74 14.49,7.35 C14.49,10.3 13,12.35 11.06,12.35 C9.99,12.35 9.19,11.47 9.44,10.38 C9.75,9.08 10.35,7.68 10.35,6.75 C10.35,5.91 9.9,5.21 8.97,5.21 C7.87,5.21 6.99,6.34 6.99,7.86 C6.99,8.83 7.32,9.48 7.32,9.48 C7.32,9.48 6.24,14.06 6.04,14.91 C5.7,16.35 6.08,18.7 6.12,18.9 C6.14,19.01 6.26,19.05 6.33,18.95 C6.44,18.81 7.74,16.85 8.11,15.44 C8.24,14.93 8.79,12.84 8.79,12.84 C9.15,13.52 10.19,14.09 11.29,14.09 C14.58,14.09 16.96,11.06 16.96,7.3 C16.94,3.7 14,1 10.21,1'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.facebook:hover,
.footer__social-icon.facebook:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.96' height='19.194' viewBox='0 0 8.96 19.194'%3E%3Cpath fill='%23CBB677' d='M10.8,1.2H7.2V-8.4H4.8v-3.3H7.2v-1.949a5.723,5.723,0,0,1,.768-3.186q.768-1.162,3.13-1.162h2.662v3.3H12.109q-.937,0-1.125.337a2.143,2.143,0,0,0-.187,1.012V-11.7h2.962l-.337,3.3H10.8Z' transform='translate(-4.798 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.twitter:hover,
.footer__social-icon.twitter:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='15.595' viewBox='0 0 19.194 15.595'%3E%3Cpath fill='%23CBB677' d='M19.194-14.358a10.192,10.192,0,0,1-1.087.394,7.1,7.1,0,0,1-1.162.244,4.161,4.161,0,0,0,1.05-.937,3.982,3.982,0,0,0,.675-1.237,7.6,7.6,0,0,1-1.2.581,6.79,6.79,0,0,1-1.312.356,3.921,3.921,0,0,0-1.275-.9,3.882,3.882,0,0,0-1.612-.337A3.818,3.818,0,0,0,10.5-15.051a3.768,3.768,0,0,0-1.162,2.793,2.732,2.732,0,0,0,.037.45l.075.45a10.666,10.666,0,0,1-4.536-1.218A11.35,11.35,0,0,1,1.35-15.482a4.333,4.333,0,0,0-.412.956A3.61,3.61,0,0,0,.787-13.5a3.745,3.745,0,0,0,.487,1.874,4.006,4.006,0,0,0,1.275,1.387,3.33,3.33,0,0,1-.937-.131,3.5,3.5,0,0,1-.825-.356v.075a3.752,3.752,0,0,0,.9,2.493A4,4,0,0,0,3.936-6.785l-.525.075a3.707,3.707,0,0,1-.525.037q-.187,0-.375-.019t-.375-.056A3.864,3.864,0,0,0,3.524-4.78a3.74,3.74,0,0,0,2.324.768A8.133,8.133,0,0,1,3.58-2.774a7.777,7.777,0,0,1-2.643.45H.469A2.847,2.847,0,0,1,0-2.362,11.782,11.782,0,0,0,2.849-1.068,10.865,10.865,0,0,0,6.036-.6a10.916,10.916,0,0,0,4.8-1.012,11.023,11.023,0,0,0,3.524-2.624,10.91,10.91,0,0,0,2.137-3.636,11.091,11.091,0,0,0,.75-3.936V-12.3a10.959,10.959,0,0,0,1.05-.956A8.678,8.678,0,0,0,19.194-14.358Z' transform='translate(0 16.195)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.instagram:hover,
.footer__social-icon.instagram:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.194' height='19.194' viewBox='0 0 19.194 19.194'%3E%3Cpath fill='%23CBB677' d='M13.908-17.994H5.286a5.088,5.088,0,0,0-3.73,1.556A5.088,5.088,0,0,0,0-12.708v8.622A5.088,5.088,0,0,0,1.556-.356,5.088,5.088,0,0,0,5.286,1.2h8.622a5.088,5.088,0,0,0,3.73-1.556,5.088,5.088,0,0,0,1.556-3.73v-8.622a5.088,5.088,0,0,0-1.556-3.73A5.088,5.088,0,0,0,13.908-17.994Zm3.6,13.908a3.459,3.459,0,0,1-1.068,2.53,3.459,3.459,0,0,1-2.53,1.068H5.286a3.459,3.459,0,0,1-2.53-1.068,3.459,3.459,0,0,1-1.068-2.53v-8.622a3.459,3.459,0,0,1,1.068-2.53,3.459,3.459,0,0,1,2.53-1.068h8.622a3.459,3.459,0,0,1,2.53,1.068,3.459,3.459,0,0,1,1.068,2.53ZM9.6-13.346A4.772,4.772,0,0,0,6.092-11.9,4.772,4.772,0,0,0,4.648-8.4,4.772,4.772,0,0,0,6.092-4.892,4.772,4.772,0,0,0,9.6-3.449,4.772,4.772,0,0,0,13.1-4.892,4.772,4.772,0,0,0,14.545-8.4,4.772,4.772,0,0,0,13.1-11.9,4.772,4.772,0,0,0,9.6-13.346Zm0,8.172A3.174,3.174,0,0,1,7.291-6.11,3.081,3.081,0,0,1,6.335-8.4,3.142,3.142,0,0,1,7.291-10.7,3.142,3.142,0,0,1,9.6-11.659,3.142,3.142,0,0,1,11.9-10.7,3.142,3.142,0,0,1,12.858-8.4,3.081,3.081,0,0,1,11.9-6.11,3.174,3.174,0,0,1,9.6-5.173Zm5.136-9.6a1.162,1.162,0,0,0-.45.094,1.708,1.708,0,0,0-.412.244,1.275,1.275,0,0,0-.281.412,1.254,1.254,0,0,0-.094.487,1.3,1.3,0,0,0,.094.469.911.911,0,0,0,.281.394,1.275,1.275,0,0,0,.412.281,1.162,1.162,0,0,0,.45.094,1.254,1.254,0,0,0,.487-.094,1.276,1.276,0,0,0,.412-.281.911.911,0,0,0,.281-.394,1.3,1.3,0,0,0,.094-.469,1.254,1.254,0,0,0-.094-.487,1.276,1.276,0,0,0-.281-.412,1.708,1.708,0,0,0-.412-.244A1.254,1.254,0,0,0,14.733-14.77Z' transform='translate(0 17.994)'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.tripadvisor:hover,
.footer__social-icon.tripadvisor:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23CBB677' d='M19.021,7.866C19.256,6.862,20,5.854,20,5.854h-3.346C14.781,4.641,12.504,4,9.98,4C7.363,4,4.999,4.651,3.135,5.876H0    c0,0,0.738,0.987,0.976,1.988c-0.611,0.837-0.973,1.852-0.973,2.964c0,2.763,2.249,5.009,5.011,5.009   c1.576,0,2.976-0.737,3.901-1.879l1.063,1.599l1.075-1.615c0.475,0.611,1.1,1.111,1.838,1.451c1.213,0.547,2.574,0.612,3.825,0.15   c2.589-0.963,3.913-3.852,2.964-6.439c-0.175-0.463-0.4-0.876-0.675-1.238H19.021z M16.38,14.594   c-1.002,0.371-2.088,0.328-3.06-0.119c-0.688-0.317-1.252-0.817-1.657-1.438c-0.164-0.25-0.313-0.52-0.417-0.811    c-0.124-0.328-0.186-0.668-0.217-1.014c-0.063-0.689,0.037-1.396,0.339-2.043c0.448-0.971,1.251-1.71,2.25-2.079    c2.075-0.765,4.375,0.3,5.14,2.366c0.762,2.066-0.301,4.37-2.363,5.134L16.38,14.594L16.38,14.594z M8.322,13.066   c-0.72,1.059-1.935,1.76-3.309,1.76c-2.207,0-4.001-1.797-4.001-3.996c0-2.203,1.795-4.002,4.001-4.002 c2.204,0,3.999,1.8,3.999,4.002c0,0.137-0.024,0.261-0.04,0.396c-0.067,0.678-0.284,1.313-0.648,1.853v-0.013H8.322z M2.472,10.775  c0,1.367,1.112,2.479,2.476,2.479c1.363,0,2.472-1.11,2.472-2.479c0-1.359-1.11-2.468-2.472-2.468  C3.584,8.306,2.473,9.416,2.472,10.775L2.472,10.775z M12.514,10.775c0,1.367,1.104,2.479,2.471,2.479  c1.363,0,2.474-1.108,2.474-2.479c0-1.359-1.11-2.468-2.474-2.468c-1.364,0-2.477,1.109-2.477,2.468H12.514z M3.324,10.775  c0-0.893,0.726-1.618,1.614-1.618c0.889,0,1.625,0.727,1.625,1.618c0,0.898-0.725,1.627-1.625,1.627    c-0.901,0-1.625-0.729-1.625-1.627H3.324z M13.354,10.775c0-0.893,0.726-1.618,1.627-1.618c0.886,0,1.61,0.727,1.61,1.618   c0,0.898-0.726,1.627-1.626,1.627s-1.625-0.729-1.625-1.627H13.354z M9.977,4.875c1.798,0,3.425,0.324,4.849,0.968  c-0.535,0.015-1.061,0.108-1.586,0.3c-1.264,0.463-2.264,1.388-2.815,2.604c-0.262,0.551-0.398,1.133-0.448,1.72    C9.79,7.905,7.677,5.873,5.076,5.82C6.501,5.208,8.153,4.875,9.94,4.875H9.977z'%3E%3C/path%3E%3C/svg%3E");
}

.footer__social-icon.pinterest:hover,
.footer__social-icon.pinterest:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23CBB677' d='M10.21,1 C5.5,1 3,4.16 3,7.61 C3,9.21 3.85,11.2 5.22,11.84 C5.43,11.94 5.54,11.89 5.58,11.69 C5.62,11.54 5.8,10.8 5.88,10.45 C5.91,10.34 5.89,10.24 5.8,10.14 C5.36,9.59 5,8.58 5,7.65 C5,5.24 6.82,2.91 9.93,2.91 C12.61,2.91 14.49,4.74 14.49,7.35 C14.49,10.3 13,12.35 11.06,12.35 C9.99,12.35 9.19,11.47 9.44,10.38 C9.75,9.08 10.35,7.68 10.35,6.75 C10.35,5.91 9.9,5.21 8.97,5.21 C7.87,5.21 6.99,6.34 6.99,7.86 C6.99,8.83 7.32,9.48 7.32,9.48 C7.32,9.48 6.24,14.06 6.04,14.91 C5.7,16.35 6.08,18.7 6.12,18.9 C6.14,19.01 6.26,19.05 6.33,18.95 C6.44,18.81 7.74,16.85 8.11,15.44 C8.24,14.93 8.79,12.84 8.79,12.84 C9.15,13.52 10.19,14.09 11.29,14.09 C14.58,14.09 16.96,11.06 16.96,7.3 C16.94,3.7 14,1 10.21,1'%3E%3C/path%3E%3C/svg%3E");
}

.footer__copyright, .footer__menu {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0;
}

.footer__copyright a {
  color: #fff;
  text-decoration: underline;
}

.home-page .footer__copyright--inner {
  display: none;
}

.home-page .footer__copyright--home {
  display: block;
}

.footer__copyright--home {
  display: none;
}

.footer__newsletter {
  max-width: 315px;
}

.footer__newsletter-action {
  color: #fff !important;
  max-width: 300px;
  margin-bottom: 15px;
  margin-top: 20px;
}

a.footer__newsletter-action:hover {
  color: #fff;
  text-decoration: none;
}

.footer__notify {
  padding-right: 25px;
}

.footer a.footer__notify, 
.footer__notify {
  color: var(--highlight-color);
}

.footer__notify:hover,
.footer__notify:focus-within {
  color: #fff;
  text-decoration: underline;
}

.footer__notify:after {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='-21 0 512 512' width='20' fill='%23B77432' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m453.332031 229.332031c-8.832031 0-16-7.167969-16-16 0-61.269531-23.847656-118.847656-67.15625-162.175781-6.25-6.25-6.25-16.382812 0-22.632812s16.382813-6.25 22.636719 0c49.34375 49.363281 76.519531 115.007812 76.519531 184.808593 0 8.832031-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m16 229.332031c-8.832031 0-16-7.167969-16-16 0-69.800781 27.179688-135.445312 76.542969-184.789062 6.25-6.25 16.386719-6.25 22.636719 0s6.25 16.386719 0 22.636719c-43.328126 43.304687-67.179688 100.882812-67.179688 162.152343 0 8.832031-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m234.667969 512c-44.117188 0-80-35.882812-80-80 0-8.832031 7.167969-16 16-16s16 7.167969 16 16c0 26.476562 21.523437 48 48 48 26.472656 0 48-21.523438 48-48 0-8.832031 7.167969-16 16-16s16 7.167969 16 16c0 44.117188-35.882813 80-80 80zm0 0'/%3E%3Cpath d='m410.667969 448h-352c-20.589844 0-37.335938-16.746094-37.335938-37.332031 0-10.925781 4.757813-21.269531 13.058594-28.375 32.445313-27.414063 50.941406-67.261719 50.941406-109.480469v-59.480469c0-82.34375 66.988281-149.332031 149.335938-149.332031 82.34375 0 149.332031 66.988281 149.332031 149.332031v59.480469c0 42.21875 18.496094 82.066406 50.730469 109.332031 8.511719 7.253907 13.269531 17.597657 13.269531 28.523438 0 20.585937-16.746094 37.332031-37.332031 37.332031zm-176-352c-64.707031 0-117.335938 52.628906-117.335938 117.332031v59.480469c0 51.644531-22.632812 100.414062-62.078125 133.757812-.746094.640626-1.921875 1.964844-1.921875 4.097657 0 2.898437 2.433594 5.332031 5.335938 5.332031h352c2.898437 0 5.332031-2.433594 5.332031-5.332031 0-2.132813-1.171875-3.457031-1.878906-4.054688-39.488282-33.386719-62.121094-82.15625-62.121094-133.800781v-59.480469c0-64.703125-52.628906-117.332031-117.332031-117.332031zm0 0'/%3E%3Cpath d='m234.667969 96c-8.832031 0-16-7.167969-16-16v-64c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v64c0 8.832031-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-left: 7px !important;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 1px;
  content:
    '';
  background-repeat: no-repeat;
}

.footer__col--brand {
  width: calc(100% * 4 / 12);
  width: -webkit-calc(100% * 4 / 12);
}

.footer__col--links {
  width: -webkit-calc(100% * 4.5 / 12);
  width: calc(100% * 4.5 / 12);
}

.footer__col--newsletter {
  width: -webkit-calc(100% * 3.5 / 12);
  width: calc(100% * 3.5 / 12);
}

.footer__copyright {
  /* margin-top: 65px; */
  text-align: right;
  font-family: var(--text-fonts);
}

.footer__social-link > svg {
  height: 19px;
  width: auto;
  fill: currentColor;
}

.footer__social-link > svg path {
  fill: currentColor;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
}

.footer__menu-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: var(--text-fonts);
  padding:0 15px;
  text-decoration: underline;
  color: var(--text-color) !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.footer__menu-item:hover, .footer__menu-item:focus, .footer__menu-item.navON{
  color: var(--highlight-color) !important;
}

.footer__menu-item:before {
  content: '';
  line-height: 1;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: var(--text-color);
  opacity: .5;
}

.footer__menu-item + .footer__menu-item {
  /* margin-left: 15px;*/
}

.footer__menu-item:first-child {
  padding-left: 0;
}

.footer__menu-item:first-child:before {
  display: none;
}

.footer__dark {
  margin-top: 60px;
  padding: 35px 0;
  background: #fff;
  color: var(--text-color);
}

/*Mobile Footer Starts*/

.mobile-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -1px 3px #00000029;
  background: var(--primary-color);
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: space-between;
  padding-left: 0;
  color: #fff;
  z-index: 999;
  width: 90%;
  margin: 0 auto;
  border-radius: 3px;
}

.mobile-footer__item {
  letter-spacing: .42px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  font-size: 13px;
  line-height: 1.4;
  font-family: var(--text-fonts);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  min-width: 100px;
}

.mobile-footer__item:hover,
.mobile-footer__item:focus,
.mobile-footer__item:focus-within {
  color: #fff;
  text-decoration:underline;
}

.mobile-footer__item.is-active {
  background: var(--primary-color);
  white-space: nowrap;
  padding: 0;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 10%;
}

.mobile-footer__item > svg {
  margin: auto auto 5px;
  display: block;
  height: 18px;
  width: auto;
  fill: #fff;
}

.mobile-footer__item > svg * {
  fill: #fff;
}

.mobile-footer__item.is-active > svg {
  display: none
}

.mobile-footer__item.nav.navON {
  color: #fff;
  text-decoration: underline;
}

.mobile-footer__item.nav.navON>svg,.mobile-footer__item.nav.navON>svg * {
  fill: var(--highlight-color)
}
.home-page .footer__copyright--home span {
  display: block;
}
.footer__copyright.footer__copyright--home a {
  color: var(--primary-color);
  text-decoration: none;
}
.home-page .footer__copyright--home a:hover, .home-page .footer__copyright--home a:focus {
  text-decoration: underline;
}
@media(min-width: 960px) {
  .mobile-footer,.header__phone-text,.header__toggler,.navmenu__list-item--onlymob,.navmenu__more-bookstay,.navmenu__list-link--btn {
    display:none!important
  }
}


@media (max-width:  1400px) {
  .footer__col--brand {
    width: -webkit-calc(100% * 5 / 12);
    width: calc(100% * 5 / 12);
  }
  .footer__col--links {
    width: -webkit-calc(100% * 3 / 12);
    width: calc(100% * 3 / 12);
  }
  .footer__col--newsletter {
    width: -webkit-calc(100% * 4 / 12);
    width: calc(100% * 4 / 12);
  }
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 40px 0 0;
  }
}

@media (max-width: 959.98px) {
  .footer__address {
    margin: 0 auto;
  }
  .footer__grid {
    padding-bottom: 40px;
    justify-content: center;
  }
  .footer {
    text-align: center;
  }

  .footer__col--brand,
  .footer__col--links,
  .footer__col--newsletter {
    width: 100%;
  }

  .footer__newsletter {
    margin: 0 auto;
  }

  .footer__title {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    min-height: unset;
  }

  .footer__social {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    justify-content: center;
  }

  .footer__col--links,
  .footer__col--newsletter {
    margin-top: 45px;
  }

  .footer__copyright {
    margin-top: 15px;
    text-align: center;
  }
  .footer__col--links {
    order: 2;
  }

  .footer__col--newsletter {
    order: 3;
  }

  .footer__dark {
    padding-top: 30px;
    background: #fff;
    margin-top: 0;
    padding-bottom: 90px;
    color: var(--text-color);
  }
  .footer__menu-item, 
  .footer__copyright a {
    color: var(--secondary-color) !important;
  }
  .footer__menu a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .footer__menu-item:before {
    background: var(--secondary-color);
  }
}

@media (max-width:  959.98px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__title {
    font-size: 18px;
  }
  .footer__col--links, .footer__col--newsletter {
    margin-top: 35px;
  }
  .footer__social {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .footer__address{
    line-height: 24px;
    font-size: 15px;
  }
  .quick-links {
    position: relative;
    display: inline-block;
    padding: 0 13px;
  }
  .quick-links ul {
    padding: 0 13px;
  }
  .quick-links a{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .footer__copyright {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .footer__menu-item {
    margin-bottom: 10px;
  }
  .footer__menu-item:before {
    height: 15px;
  }
  .quick-links:nth-of-type(1):after,
  .quick-links:nth-of-type(3):after,
  .quick-links:nth-of-type(4):after {
    content: "";
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    background: #fff;
    top: 5px;
    right: -1px;
  }
}

@media (max-width: 420px) {
  .mobile-footer {
    padding-left: 0;
  }
  .mobile-footer__item {
    min-width: 100%;
  }
}

@media (max-width: 960px) and (min-width: 600px) {
  .quick-links:after {
    content: "";
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    background: #fff;
    top: 5px;
    right: -1px;
  }
}
#thingstodomap_onpage {
  margin-bottom: 60px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .footer__col.quick-link-wrap {
    margin: 0 auto;
    padding-left: 0;
  }
}
span.footer-rooms-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/rooms-icon.png);
  background-size: contain;
  width: 23px;
  height: 18px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-rooms-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/rooms-icon.png);
  background-size: contain;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-offer-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/gallery-icon.png);
  background-size: contain;
  width: 21px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
span.footer-gallery-icon {
  background-image: url(https://www.montereygetaway.com/images_noindex/offers-icon.png);
  background-size: contain;
  width: 18px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
/* Footer Ends  */
/* Home Headline Section */
.home-headline {
  padding: 60px 0;
}
.home-headline__container {
  position: relative;
}
.home-headline__title {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  text-transform: uppercase;
}
.home-headline__content {
  width: 100%;
  filter: opacity(1);
}
.home-headline__content a {
  filter: opacity(1);
}
.home-headline__content p:last-child {
  margin-bottom: 0;
}
.home-headline__content-more {
  padding-top: 20px;
}
.home-headline__content h3 {
  font-family: var(--title-fonts);
  font-size: 28px;
  line-height: 34px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.home-headline__content ul,
.home-headline__content ol {
  padding-left: 22px;
  margin: 20px 0;
}
.home-headline__content ul li,
.home-headline__content ol li,
.home-headline__content ul.ckbullet li {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.home-headline__content ul li::marker,
.home-headline__content ol li::marker {
  color: var(--primary-color);
}
.home-headline__action {
  margin-top: 0;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  display: flex;
}

.button-readmore__text--less {
  display: none;
}

.home-headline__action[aria-expanded="true"] .button-readmore__text--more {
  display: none;
}

.home-headline__action[aria-expanded="true"] .button-readmore__text--less {
  display: inline;
}

.home-headline__media {
  position: relative;
  overflow: hidden;
}

.home-headline__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Animation Reveal */
.h-animation-reveal {
  position: relative;
}

.h-animation-reveal::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s cubic-bezier(.2, .4, .4, 1) 0s;
  z-index: 5;
}

.h-animation-reveal.uk-scrollspy-inview::before {
  width: 0;
}

/* Custom Gutter */
.h-gutter-xl {
  margin-left: -50px;
}

.h-gutter-xl > * {
  padding-left: 50px;
}

/* Desktop */
@media (min-width: 1400px) {
  .h-gutter-xl {
    margin-left: -100px;
  }

  .h-gutter-xl > * {
    padding-left: 100px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .home-headline {
    padding: 40px 0;
  }

  .home-headline__title {
    margin-bottom: 35px;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-headline__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .home-headline__media {
    margin-top: 35px;
  }

  .home-headline__media img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-headline {
    padding: 30px 0;
  }

  .home-headline__col--content,
  .home-headline__col--media {
    width: 100%;
  }

  .home-headline__content {
    text-align: center;
  }

  .home-headline__content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .home-headline__content ul,
  .home-headline__content ol {
    text-align: left;
    margin: 20px auto;
    max-width: 90%;
  }

  .home-headline__action {
    margin-left: auto;
    margin-right: auto;
  }

  .home-headline__media {
    margin-top: 30px;
  }
}
/* Home Rooms */
.home-rooms {
  padding: 80px 0;
}

.home-rooms__heading {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.home-rooms__title {
  margin-bottom: 20px;
}

.home-rooms__heading-text {
  max-width: 720px;
  margin: 0 auto;
}

.home-rooms__heading-text p:last-child {
  margin-bottom: 0;
}

/* Slider */
.home-rooms__slider {
  margin-top: 50px;
}

.home-rooms__slider-items {
  align-items: center;
}

.home-rooms__slider-item {
  position: relative;
  overflow: hidden;
  background: #000;
}

.home-rooms__slider-media {
  position: relative;
}

.home-rooms__slider-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Overlay */
.home-rooms__slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

/* Caption */
.home-rooms__slider-caption {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-rooms__slider-caption-name {
  margin: 0;
  color: #fff;
}

/* CTA Button */
.button-booknow {
  min-width: 160px;
  text-align: center;
  white-space: nowrap;
}

/* Footer */
.home-rooms__footer {
  margin-top: 35px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Dotnav */
.home-rooms__slider-dotnav {
  margin: 0;
}

.home-rooms__slider-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid var(--secondary-color);
  background: transparent;
  transition: all 0.3s ease;
}

.home-rooms__slider-dotnav > .uk-active > * {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.home-rooms__slider-dotnav > * > *:hover,
.home-rooms__slider-dotnav > * > *:focus {
  background: var(--secondary-color);
}

/* Desktop Large */
@media (min-width: 1400px) {
  .home-rooms__slider-items > * {
    width: 820px;
  }

  .home-rooms__footer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .home-rooms {
    padding: 50px 0;
  }

  .home-rooms__slider {
    margin-top: 40px;
  }

  .home-rooms__slider-caption {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-rooms__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .home-rooms__slider-caption {
    position: static;
    padding: 20px;
    background: #fff;

    display: block;
    text-align: center;
  }

  .home-rooms__slider-caption-name {
    color: var(--secondary-color);
    margin-bottom: 15px;
  }

  .home-rooms__slider-item::after {
    display: none;
  }

  .button-booknow {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
  }

  .button-booknow:hover,
  .button-booknow:focus {
    background-color: #fff;
    color: var(--secondary-color);
  }
}

@media (max-width: 767.98px) {
  .home-rooms {
    padding: 0 0 40px;
  }

  .home-rooms__slider {
    margin-top: 30px;
  }

  .home-rooms__footer {
    flex-direction: column;
    text-align: center;
  }

  .home-rooms__slider-caption {
    padding: 20px 15px;
  }

  .home-rooms__slider-caption-name {
    font-size: 22px;
    line-height: 28px;
  }

  .button-booknow {
    width: 100%;
    max-width: 220px;
  }
}
/* Home Features Starts */
.home-features {
  padding: 110px 0 80px;
}

.home-features__hr {
  border-color: #FAF2E8;
  margin-bottom: 50px;
}

.home-features__left, .home-features__right {
  width: 260px;
}
.home-features__content a {
  padding-top: 10px;
}
.home-features__right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-explore .home-features__right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
.home-features__right .uk-slidenav {
  color: var(--light-color);
}
.home-features__right .uk-slidenav:hover {
  color: var(--secondary-color);
}
.home-features__right .uk-slidenav > svg {
  width: 20px;
  height: auto;
  color: currentColor;
}

.home-features__icon {
  margin-bottom: 20px;
  color: var(--highlight-color);
}

.home-features__content {
  color: var(--text-color);
  max-width: 500px;
  margin: auto;
}

.home-features__counter {
  margin: 0 10px;
  color: var(--light-color);
}
@media (max-width: 1199.98px) {

}

@media (max-width: 1023.98px) {
  .home-features {
    padding-bottom: 40px;
  }
}

@media (max-width: 959.98px) {
  .home-features__left h3 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    color: var(--primary-color);
  }
  .home-features__right .uk-slidenav,
  .home-features__counter{
    color: var(--secondary-color);
  }
}

@media (max-width: 767.98px) {
  .home-features__hr {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-features__left, .home-features__right {
    width: 100%;
    text-align: center;
    margin: auto;
    justify-content: center;
  }
  .home-features__center {
    margin: 20px 0;
  }
  .home-features__right .uk-slidenav > svg {
    width: 15px;
  }
}
@media (max-width: 639.98px) {

}

@media (max-width: 575px) {

}
/* Home Features Ends */
/* Home Meeting */
.home-meeting {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: var(--inverse-font-color);
  z-index: 1;
}

/* Background Strip */
.home-meeting::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: var(--secondary-color);
  z-index: -1;
}

.home-service-bg {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 75%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (min-width: 961px) {
  .home-meeting.addBg .home-service-bg {
    position: absolute;
    background-image: url("https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/home-blue-strip.svg");
    height: 90px;
    bottom: -50px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }
}

/* Grid */
.home-meeting .uk-grid {
  position: relative;
  z-index: 2;
}

/* Media */
.home-meeting__media_space {
  position: relative;
  padding: 40px 0;
}

.home-meeting__media {
  position: relative;
  overflow: hidden;
  width: 610px;
  max-width: 100%;
}

.home-meeting__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Reveal Animation */
.h-animation-reveal {
  position: relative;
}

.h-animation-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--inverse-font-color);
  z-index: 5;
  transition: all 1s cubic-bezier(.2,.4,.4,1);
}

.h-animation-reveal.uk-scrollspy-inview::before {
  width: 0;
}

/* Content */
.home-meeting__col--content {
  padding-left: 80px;
}

.home-meeting__content {
  max-width: 500px;
}

.home-meeting__content > * {
  color: #fff;
}

.home-meeting__content h2 {
  margin-bottom: 25px;
  color: var(--inverse-font-color);
}

.home-meeting__desc p:last-child {
  margin-bottom: 0;
}
.home-meeting__content h2, .home-meeting__desc {
  filter: opacity(1);
}

/* Buttons */
.home-meeting__actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.home-meeting__actions .uk-button-primary {
  background: transparent;
  border: 1px solid var(--inverse-font-color);
  color: var(--inverse-font-color);
  min-width: 220px;
  text-align: center;
  filter: opacity(1);
}

.home-meeting__actions .uk-button-primary:hover,
.home-meeting__actions .uk-button-primary:focus {
  background: var(--inverse-font-color);
  color: var(--secondary-color);
}

.home-meeting__actions .button-link {
  color: var(--inverse-font-color);
  filter: opacity(1);
}

.home-meeting__actions .button-link:hover,
.home-meeting__actions .button-link:focus {
  opacity: 0.8;
}

/* Desktop Large */
@media (min-width: 1400px) {
  .home-meeting::after,
  .home-service-bg {
    width: calc(1240px + (100% - 1240px) / 10);
  }
}

/* Tablet */
@media (max-width: 1199.98px) {
  .home-meeting__media {
    width: 500px;
  }

  .home-meeting__col--content {
    padding-left: 50px;
  }
}

@media (max-width: 1023.98px) {
  .home-meeting {
    padding: 60px 0;
  }

  .home-meeting__media {
    width: 400px;
  }

  .home-meeting__col--content {
    padding-left: 30px;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-meeting {
    background: var(--secondary-color);
    padding: 0 0 50px;
  }

  .home-meeting::after,
  .home-service-bg {
    display: none;
  }

  .home-meeting__media_space {
    padding: 0;
  }

  .home-meeting__media {
    width: 100%;
  }

  .home-meeting__col--content {
    padding: 30px 20px 0;
  }

  .home-meeting__content {
    max-width: 100%;
  }

  .home-meeting__content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .home-meeting__desc {
    font-size: 16px;
    line-height: 28px;
  }

  .home-meeting__actions {
    margin-top: 25px;
    gap: 15px;
  }

  .home-meeting__actions .uk-button-primary {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .home-meeting {
    padding-bottom: 40px;
  }

  .home-meeting__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-meeting__actions .uk-button-primary,
  .home-meeting__actions .button-link {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .home-meeting__col--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Home Wedding */
.home-wedding {
  padding: 100px 0 80px;
  position: relative;
}

/* Grid */
.home-wedding .uk-grid {
  position: relative;
  z-index: 2;
}

/* Media Column */
.home-wedding__col--media {
  order: 2;
}

/* Media */
.home-wedding__media {
  position: relative;
  overflow: hidden;
  width: 610px;
  max-width: 100%;
}

.home-wedding__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Reveal Animation */
.h-animation-reveal {
  position: relative;
}

.h-animation-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  transition: all 1s cubic-bezier(.2,.4,.4,1);
}

.h-animation-reveal.uk-scrollspy-inview::before {
  width: 0;
}

/* Content */
.home-wedding__content {
  max-width: 460px;
  margin: 0 auto;
}

.home-wedding__content h2 {
  margin-bottom: 25px;
  filter: opacity(1);
}

.home-wedding__desc {
  font-size: 17px;
  line-height: 30px;
  color: var(--text-color);
}

.home-wedding__desc p:last-child {
  margin-bottom: 0;
}

/* Buttons */
.home-wedding__actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.home-wedding__actions .uk-button-primary {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  min-width: 220px;
  text-align: center;
}

.home-wedding__actions .uk-button-primary:hover,
.home-wedding__actions .uk-button-primary:focus {
  background: var(--secondary-color);
  color: #fff;
}

.home-wedding__actions .button-link {
  color: var(--secondary-color);
}

.home-wedding__actions .button-link:hover,
.home-wedding__actions .button-link:focus {
  opacity: 0.8;
}

/* Desktop Large */
@media (min-width: 1400px) {
  .home-wedding__content {
    max-width: 500px;
  }
}

/* Tablet */
@media (max-width: 1199.98px) {
  .home-wedding__media {
    width: 520px;
  }
}

@media (max-width: 1023.98px) {
  .home-wedding {
    padding: 70px 0 60px;
  }

  .home-wedding__media {
    width: 450px;
  }

  .home-wedding__content {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-wedding {
    padding: 50px 0 40px;
  }

  .home-wedding__col--media {
    order: 1;
  }

  .home-wedding__col--content {
    order: 2;
  }

  .home-wedding__media {
    width: 100%;
  }

  .home-wedding__content {
    margin-top: 35px;
  }

  .home-wedding__content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .home-wedding__desc {
    font-size: 16px;
    line-height: 28px;
  }

  .home-wedding__actions {
    margin-top: 25px;
    gap: 15px;
  }

  .home-wedding__actions .uk-button-primary {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .home-wedding {
    padding: 40px 0;
  }

  .home-wedding__content {
    text-align: center;
    padding-top: 30px;
  }

  .home-wedding__actions {
    flex-direction: column;
    align-items: center;
  }

  .home-wedding__actions .uk-button-primary,
  .home-wedding__actions .button-link {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}
/* Home Full Banner */
.home-fullbanner {
  position: relative;
  height: 650px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: var(--inverse-font-color);

  background-color: var(--secondary-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  z-index: 1;
}

/* Background Image via addBg */
.home-fullbanner.addBg {
  background-image: url("");
}

/* Overlay */
.home-fullbanner::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0.2) 100%
  );

  z-index: -1;
}

/* Mobile Image */
.home-fullbanner__media {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.home-dining__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.home-fullbanner__content {
  max-width: 650px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.home-fullbanner__content .home-fullbanner__title {
  color: var(--inverse-font-color);
  margin-bottom: 30px;
  line-height: 1.2;
}

/* Button */
.home-fullbanner__action {
  border: 1px solid var(--inverse-font-color);
  background: transparent;
  color: var(--inverse-font-color);
  min-width: 220px;
  text-align: center;
  transition: all 0.3s ease;
}

.home-fullbanner__action:hover,
.home-fullbanner__action:focus {
  background: var(--inverse-font-color);
  color: var(--secondary-color);
}

/* Desktop Large */
@media (min-width: 1400px) {
  .home-fullbanner {
    height: 750px;
  }

  .home-fullbanner__content {
    max-width: 750px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .home-fullbanner {
    height: 500px;
  }

  .home-fullbanner__title {
    margin-bottom: 25px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .home-fullbanner {
    height: 320px;
    background-image: none !important;
    overflow: hidden;
  }

  .home-fullbanner__media {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -2;
  }

  .home-fullbanner::after {
    z-index: -1;
  }

  .home-fullbanner__content {
    max-width: 100%;
    padding: 0 20px;
  }

  .home-fullbanner__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .home-fullbanner__action {
    min-width: 200px;
  }
}

@media (max-width: 575px) {
  .home-fullbanner {
    height: 260px;
  }

  .home-fullbanner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .home-fullbanner__action {
    min-width: 180px;
  }
}
/* Home Offers / Events */
.home-offers {
  position: relative;
  padding: 80px 0;
  background: var(--light-color);
  color: var(--inverse-font-color);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Background Strip */
.home-offers.addBg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 70px;
  background-image: url("https://assets.milestoneinternet.com/bina-patel-hotels/blu-pacific-hotel-1271/montereygetaway/website-assets/images-noindex/home-offer-strip.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;

  z-index: 2;
}

/* Event Wrapper */
.home-events {
  max-width: 500px;
  margin: 0 auto;
}

/* Slider */
.home-events__slider {
  position: relative;
}

.home-events__center {
  width: 100%;
}

/* Event Heading */
.home-events h3.web {
  color: var(--inverse-font-color);
  margin-bottom: 35px;

  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Event Content */
.home-events__content {
  width: 100%;
}

.home-events__content .home-offers__name {
  color: var(--inverse-font-color);
  margin-bottom: 25px;
  text-transform: none;
}

.home-offers__desc {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.4px;
  padding-bottom: 15px;
}

/* Date & Time */
.date-time-details {
  margin-top: 0;
}

.date-time-details .date,
.date-time-details .time {
  display: inline-block;
  margin-right: 15px;
}

/* Buttons */
.home-event-btn {
  border: 1px solid var(--inverse-font-color);
  color: var(--inverse-font-color);
  background: transparent;
  transition: all 0.3s ease;
}

.home-event-btn:hover,
.home-event-btn:focus {
  background: var(--inverse-font-color);
  color: var(--primary-color);
}

/* Right Arrows */
.home-offer__right {
  display: flex;
  align-items: center;
}

.home-offer__right .uk-slidenav {
  color: var(--inverse-font-color);
  transition: all 0.3s ease;
}

.home-offer__right .uk-slidenav:hover,
.home-offer__right .uk-slidenav:focus {
  opacity: 0.7;
}

.home-offer__right .uk-slidenav svg {
  width: 20px;
  height: auto;
}

/* Counter */
.home-features__counter {
  margin: 0 12px;
  color: var(--inverse-font-color);
  line-height: 1;
}

/* Image */
.home-offers__media {
  position: relative;
  overflow: hidden;
}

.home-offers__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Layout */
.home-offers .uk-grid {
  position: relative;
  z-index: 2;
}

/* Desktop Large */
@media (min-width: 1400px) {
  .home-events {
    max-width: 550px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .home-offers {
    padding: 60px 0;
  }

  .home-events {
    max-width: 100%;
  }

  .home-offers__name {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-offers {
    padding: 50px 0;
    background-attachment: scroll;
  }

  .home-events h3.web {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .home-offers__name {
    font-size: 24px;
    line-height: 32px;
  }

  .home-offers__desc {
    font-size: 16px;
    line-height: 26px;
  }

  .home-offers__media {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-offers {
    padding: 40px 0;
  }

  .home-events {
    text-align: center;
  }

  .home-events__content {
    text-align: center;
  }

  .date-time-details .date,
  .date-time-details .time {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .home-events .uk-grid {
    justify-content: center;
    gap: 20px;
  }

  .home-offer__right {
    justify-content: center;
    width: 100%;
  }

  .home-event-slider-arrows {
    margin-top: 20px;
  }

  .home-event-btn {
    min-width: 220px;
  }
}

@media (max-width: 575px) {
  .home-offers__name {
    font-size: 22px;
    line-height: 30px;
  }

  .home-event-btn {
    width: 100%;
    max-width: 240px;
  }
}


.home-events__center :focus-visible,
.home-events__center :focus {
  outline: 1px solid var(--inverse-font-color);
  box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -webkit-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -ms-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -moz-box-shadow: 0 0 2px var(--inverse-font-color) inset;
}
/* Home Explore */
.home-explore {
  position: relative;
  background: #f5f8fa;
  padding: 90px 0;
  overflow: hidden;
}

.home-explore__container {
  position: relative;
}

/* Static Content */
.home-explore__static {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;

  max-width: 450px;
  padding: 30px 0 30px 30px;
}

.home-explore__static-title {
  margin-bottom: 20px;
}

.home-explore__static-text {
  font-size: 17px;
  letter-spacing: .34px;
  line-height: 26px;
}

.home-explore__static-text p:last-child {
  margin-bottom: 0;
}

/* Static Actions */
.home-explore__static-actions {
  margin-top: 30px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.home-explore__static-actions .uk-button-primary {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  min-width: 220px;
  text-align: center;
}

.home-explore__static-actions .uk-button-primary:hover,
.home-explore__static-actions .uk-button-primary:focus {
  background: var(--secondary-color);
  color: var(--inverse-font-color);
}

.home-explore__static-actions .button-link {
  color: var(--secondary-color);
}

/* Slider */
.home-explore__slider {
  position: relative;
  padding-bottom: 70px;
}

.home-explore__slider-grid {
  align-items: flex-end;
}

/* Media */
.home-explore__slider-media {
  position: relative;
  width: 710px;
  max-width: 100%;
  overflow: hidden;

  height: 0;
  padding-bottom: 75%;
}

.home-explore__slider-media img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.home-explore__slider-content {
  background: var(--secondary-color);
  padding: 60px 90px 80px 60px;
  max-width: 610px;
  padding-left: 230px;
  margin-left: -190px;
  margin-bottom: -85px !important;
  z-index: -1;
}

.home-explore__slider-content * {
  color: var(--inverse-font-color);
}

.home-explore__slider-content h3 {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-explore__slider-content p:last-child {
  margin-bottom: 0;
}

/* Slider CTA */
.home-explore__slider-action {
  margin-top: 25px;
}

/* Navigation */
.home-features__right {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 40px;
}

.home-features__right .home-features__counter {
  margin: 0 15px;
  color: var(--secondary-color);
}

.home-features__right .uk-slidenav {
  color: var(--secondary-color);
  transition: all 0.3s ease;
}

.home-features__right .uk-slidenav:hover,
.home-features__right .uk-slidenav:focus {
  opacity: 0.7;
}

.home-features__right .uk-slidenav svg {
  width: 20px;
  height: auto;
}

/* Large Desktop */
@media (max-width: 1199px) and (min-width: 1024px) {
  .home-explore__static {
    margin-right: 4%;
    position: static;
    padding: 30px 0 30px 30px;
  }
  .home-explore__static-actions {
    gap: 0;
  }
  .home-explore__static-actions .button-link {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .home-explore__static {
    max-width: 500px;
  }

  .home-explore__slider-media {
    width: 760px;
  }
}

/* Tablet */
@media (max-width: 1199.98px) {
  .home-explore__slider-media {
    width: 580px;
  }

  .home-explore__slider-content {
    padding: 50px 50px 60px 170px;
    margin-left: -120px;
  }
}

@media (max-width: 1023.98px) {
  .home-explore {
    padding: 60px 0;
  }

  .home-explore__static {
    position: static;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .home-explore__static-actions {
    justify-content: center;
  }

  .home-explore__slider-media {
    width: 500px;
  }

  .home-explore__slider-content {
    padding: 40px 40px 50px 120px;
    margin-left: -70px;
  }
}

/* Mobile */
@media (max-width: 959.98px) {
  .home-explore {
    padding: 50px 0;
  }

  .home-explore__static-title {
    font-size: 22px;
    line-height: 30px;
  }

  .home-explore__static-text {
    font-size: 16px;
    line-height: 28px;
  }

  .home-explore__slider-media {
    width: 100%;
  }

  .home-explore__slider-content {
    max-width: 100%;

    padding: 140px 30px 40px;
    margin: -90px 0 0;

    text-align: center;
  }

  .home-explore__slider-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .home-explore__slider {
    padding-bottom: 0px;
  }
  .home-features__right {
    margin: 80px auto 0;
  }
  .home-explore .home-features__right { 
    justify-content: center;
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .home-explore {
    padding: 40px 0;
  }

  .home-explore__slider {
    padding-bottom: 0;
  }

  .home-explore__slider-grid {
    display: block;
  }

  .home-explore__slider-media {
    padding-bottom: 70%;
  }

  .home-explore__slider-content {
    padding: 120px 20px 35px;
  }

  .home-explore__static-actions {
    flex-direction: column;
    gap: 15px;
  }

  .home-explore__static-actions .uk-button-primary,
  .home-explore__static-actions .button-link {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .home-features__right {
    margin-top: 80px;
  }
}

@media (max-width: 639.98px) {
  .home-features__right {
    margin-top: 40px;
  }
}
/* Hero Slideshow */
.hero-slideshow {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* Slides */
.hero-slideshow .uk-slideshow-items {
  min-height: 100vh;
}

.hero-slideshow .uk-slideshow-items > li {
  position: relative;
}

/* Overlay Top */
.hero-slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 220px;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0) 100%
  );

  z-index: 1;
}

/* Overlay Bottom */
.hero-slideshow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 220px;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0) 100%
  );

  z-index: 1;
}

/* Image */
.hero-slideshow__media {
  width: 100%;
  height: 100vh !important;
  object-fit: cover !important;
  display: block;
}

/* Caption */
.hero-slideshow__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 183px;
  z-index: 2;
}

.hero-slideshow__caption-wrapp {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

/* Subtitle */
.hero-slideshow__caption-subtitle {
  margin: 0 0 15px;

  color: #fff;

  font-size: 36px;
  line-height: 1.2;
  font-family: var(--title-fonts);
  font-weight: normal;
  text-transform: capitalize;
}

/* Title */
.hero-slideshow__caption-title {
  margin: 0;

  color: #fff;

  font-size: 72px;
  line-height: 1.1;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* Navigation */
.hero-slideshow__nav {
  width: 30px;
  height: 60px;
  padding: 0;

  color: #fff;
  z-index: 10;

  transition: all 0.3s ease;
}

.hero-slideshow__nav:hover,
.hero-slideshow__nav:focus {
  opacity: 0.7;
}

.hero-slideshow__nav svg {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .hero-slideshow {
    height: 100vh;
  }
}

/* Desktop Large */
@media (min-width: 1400px) {
  .hero-slideshow__caption-title {
    font-size: 80px;
  }
}

/* Tablet */
@media (max-width: 1199.98px) {
  .hero-slideshow__caption-title {
    font-size: 60px;
    letter-spacing: 4px;
  }

  .hero-slideshow__caption-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 1023.98px) {
  .hero-slideshow .uk-slideshow-items {
    min-height: 700px;
  }

  .hero-slideshow__caption {
    bottom: 50px;
  }

  .hero-slideshow__caption-title {
    font-size: 48px;
  }

  .hero-slideshow__caption-subtitle {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .hero-slideshow {
    height: 60vh;
  }
  .hero-slideshow__media {
    height: 60vh !important;
  }
  .hero-slideshow::after {
    z-index: -1;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .hero-slideshow {
    height: 100vh;
  }

  .hero-slideshow .uk-slideshow-items {
    min-height: 100vh !important;
    height: 100vh;
  }
  .hero-slideshow__media {
    height: 100vh !important;
  }
  .hero-slideshow__media {
    object-position: center;
  }

  .hero-slideshow__caption {
    bottom: auto;
    padding: 25px 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-slideshow__caption-wrapp {
    max-width: 100%;
  }

  .hero-slideshow__caption-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .hero-slideshow__caption-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2px;
  }

  .hero-slideshow__nav {
    width: 18px;
    height: 35px;
  }

  .hero-slideshow::before,
  .hero-slideshow::after {
    height: 120px;
  }
  .hero-slideshow__caption-title,  .hero-slideshow__caption-subtitle {
    font-family: var(--text-fonts);
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    margin-top: 15px;
  }
}
/* Hero Booking Form */
.hero-slideshow__form {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  background: var(--primary-color);
  color: var(--inverse-font-color);
}
.milestone .hero-slideshow__form {
  position: absolute;
}
.hero-slideshow__form .uk-grid {
  align-items: flex-end;
}

.hero-slideshow__form-group {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  width: 120px;
}

.hero-slideshow__form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  padding: 0;
  height: 40px;
  letter-spacing: .8px;
  font-size: 20px;
  font-family: var(--text-fonts);
  cursor: pointer;
}

.hero-slideshow__form-control:focus {
  outline: 1px solid #fff;
  box-shadow: 0 0 2px #fff inset;
}

.hero-slideshow__form-control::placeholder {
  color: #fff;
}

.hero-slideshow__form-text {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: normal;
}

.hero-slideshow__form-text:focus-within {
  outline: 1px solid #fff;
  box-shadow: 0 0 2px #fff inset;
}

/* Date Display */
span#display-checkindate--white,
#display-checkoutdate--white {
  position: absolute;
  width: 80%;
  max-width: 80%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff !important;
  padding: 0;
  letter-spacing: .8px;
  font-size: 20px;
  font-family: var(--text-fonts);
  transition: .2s ease-in-out;
  transition-property: color, background-color, border;
}

span#display-checkindate--white:focus-within,
#display-checkoutdate--white:focus-within {
  border: 1px solid #fff;
}

/* Select Arrow */
select.hero-slideshow__form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='5 7 15 7 10 12' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") !important;
}

/* Form Actions */
.hero-slideshow__form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.hero-slideshow__form-actions-main {
  min-width: 216px;
  padding: 0;
}

.hero-slideshow__form-actions button {
  background-color: #fff;
  color: var(--secondary-color);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

/* Large Desktop */
@media (min-width: 1300px) {
  .hero-slideshow__form-control {
    min-width: 55px;
  }
}

/* Laptop */
@media (max-width: 1299.98px) {
  .hero-slideshow__form-group {
    width: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slideshow__form-actions-main {
    min-width: 190px;
  }

  .hero-slideshow__form-control,
  span#display-checkindate--white,
  #display-checkoutdate--white {
    font-size: 15px;
    line-height: 2;
  }

  .hero-slideshow__form-text {
    font-size: 12px;
  }
}

/* Tablet */
@media (max-width: 1023.98px) {
  .hero-slideshow__form {
    display: none;
  }
}
@font-face {
  font-family: 'ota-widget-icons';
  src:
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.ttf') format('truetype'),
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.woff') format('woff'),
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ow_icons-"], [class*=" ow_icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ota-widget-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ow_icons-chevron-down:before {
  content: "\e900";
}
.ow_icons-dollar-stamp:before {
  content: "\e901";
}
/* OTA Widget CSS [START] */

/* Font Import */


/* OTA Widget Variables [START] */
:root {
  --ota-primary-color: #00799E;
  --ota-highlight-color: #09436B;
  --ota-highlight-two-color: #09436B;
  --ota-border-color: #F2F8FA;
  --ota-text-color: #507086;
  --ota-invert-color: #ffffff;
  --ota-white-color: #ffffff;
  --ota-bg-color: #ffffff;
  --ota-font-size: 14px;
  --ota-header-top: 120px;
  --ota-header-right: 40px;
  --ota-font-size-mob: 14px;
  --ota-header-top-mob: 120px;
  --ota-header-right-mob: 10px;
  --ota-z-index: 100;
}
/* OTA Widget Variables [END] */

.ota-widget {
  top: var(--ota-header-top);
  right: var(--ota-header-right);
  color: var(--ota-text-color);
  display: block;
  position: fixed;
  z-index: var(--ota-z-index);
  min-width: 230px;
}
.ota-widget.no-rates .ota-drop.uk-open {
  padding:0 20px 20px 20px;
}
.ota-button {
  background-color: var(--ota-primary-color);
  color: var(--ota-text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: var(--ota-z-index);
}

.ota-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.ota-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--ota-invert-color);
}

.ota-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: var(--ota-invert-color);
}

.dollar-stamp-img .ow_icons-dollar-stamp:before{
  font-size: 24px;
  color: var(--ota-invert-color);
  vertical-align: middle;
}

.ota-toggle {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--ota-highlight-two-color);
  padding-block: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: capitalize;
  align-items: center;
}

.ota-toggle .ow_icons-chevron-down:before {
  font-size: 8px;
  vertical-align: middle;
  color: var(--ota-primary-color);
}

.ota-button[aria-expanded="true"] {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.ota-button[aria-expanded="true"] .ota-toggle span.ow_icons-chevron-down {
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
span.ota-toggle-text {
  color: var(--inverse-font-color);
}
.ota-drop{
  display: none;
}

.ota-drop.uk-open {
  background: var(--ota-bg-color);
  width: calc(100% + 0px);
  top: 65px !important;
  left: 0px !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: calc(var(--ota-z-index) - 1);
  padding: 20px;
  margin-top: unset;
  overflow:hidden;
}

.ota-price-list {
  list-style: none;
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
ul.ota-price-list {
  max-height: 135px; /* Adjust based on your li height */
  overflow-y: hidden; /* Default: hide scroll */
}

ul.ota-price-list.enable-scroll {
  overflow-y: auto; /* Show scroll when JS adds the class */
}
ul.ota-price-list.enable-scroll {
  scroll-behavior: smooth;
  scrollbar-width: thin; /* Firefox */
}

ul.ota-price-list.enable-scroll::-webkit-scrollbar {
  width: 4px;
}

.ota-price-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--ota-text-color);
}

.ota-price-list li > img {
  width: 18px;
}

.ota-price-list li strong {
  font-weight: 600;
  font-size: 16px;
  margin-left: auto;
}

.ota-content {
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}

.ota-content:after {
  content: "";
  display: block;
  background: var(--ota-border-color);
  position: absolute;
  top: 0;
  left: -20px;
  width: 200%;
  height: 1px;
}

.ota-sub-heading {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--ota-text-color);
  padding-bottom: 10px;
}

.ota-sub-list ul{
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 100%;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--ota-text-color);
}

.ota-booking-button {
  background: var(--ota-highlight-color);
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ota-white-color);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border-radius: 100px;
}

.ota-booking-button:hover {
  background: transparent;
  border: 1px solid var(--ota-highlight-color);
  color: var(--ota-highlight-color);
  transition: all 0.2s ease-in-out;
}

/* OTA Mobile CSS [START] */
@media screen and (max-width: 768px) {
  .ota-widget {
    top: var(--ota-header-top-mob);
    right: var(--ota-header-right-mob);
  }
}
/* OTA Mobile CSS [END] */

/* OTA Widget CSS [END] */