
/* header css [Start] */
.navON
{
  text-decoration: underline;
}

body.pageonscroll
{
  overflow:hidden;
}
.property-level-header .menu-item.mobile
{
  display: none !important;
}
.main-header {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  z-index: 999;
  background-color:var(--white-color);
  box-shadow: 0px 4px 16px 0px #0000004D;
}
.main-header .main-home-link {
  background-color: var(--dark-blue-color);
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  top: 8px;
  color: var(--white-color);
}
.main-header .main-home-link a:hover {
  text-decoration: none;
  display: block;
}
.main-header .main-home-link .text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 3px;
}
.main-header .menu-item a:hover {
  color: var(--dark-blue-color);
}

.main-header a:hover {
  text-decoration: none;
}

.main-header .top-header {
  height: 57px;
  background-color: var(--baby-blue-color);
  color: var(--white-color);
}

.main-header .top-header .uk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.main-header .top-header a {
  color: var(--white-color);
  filter: opacity(1);
}

.main-header .top-header a:hover
{
  text-decoration: none;
}

.main-header .top-header .social-links a {
  font-size: 20px;
  margin-right: 24px;
}

.main-header .top-header .contact-wrapper a,
.main-header .top-header .contact-wrapper .location-link-wrap
{
  font-size: 12px;
  font-family: var(--body-font);
  font-weight: 700;
  display: flex;
  align-items: center;
}

.main-header .top-header .contact-wrapper .location-link-wrap {
  margin-left: 32px;
}

.main-header .top-header .contact-wrapper .location-link-wrap > span {
  color: var(--white-color);
  filter: opacity(1);
}

.main-header .top-header .contact-wrapper .top-icon {
  margin-right: 10.5px;
  font-size: 14px;
}

.main-header .social-links .social-text {
  display: none;
}

.main-header .main-menu {
  height: 65px;
}

.main-header .main-menu .uk-container {
  height: 100%;
}

.main-header .main-menu .mobile.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  z-index: 9999;
}

.main-header .main-menu .mobile.logo img {
  width: 120px;
}

.main-header .main-menu .top-icon {
  color: var(--dark-blue-color);
  font-size: 18px;
}

.main-header .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.hamburger-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-lines {
  width: 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines span {
  width: 100%;
  height: 3px;
  background-color: var(--dark-blue-color);
  transition: all 0.3s ease;
}

.header-menu-active .hamburger-menu .hamburger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-menu-active .hamburger-menu .hamburger-lines span:nth-child(2) {
  opacity: 0;
}

.header-menu-active .hamburger-menu .hamburger-lines span:nth-child(3) {
  transform: translateY(-8px) rotate(-48deg);
}

.mega-menu {
  top: 65px;
  opacity: 0;
  display: none;
}
.pushItDown.mega-menu {
  margin-top:0px !important
}

.mega-menu.uk-open {
  opacity: 1;
  display: block;
}

.mega-menu .uk-offcanvas-bar {
  background: var(--humming-bird-color);
  padding: 60px 10px;
}

.mega-menu.uk-open > .uk-offcanvas-bar {
  width: 100%;
  max-width: 100% !important;
}

.mega-menu ul,
.mega-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mega-menu .menu-title.menu-item-link {
  font-family: var(--title-font);
  color: var(--dark-blue-color);
  filter: opacity(1);
  font-size: 22px;
  line-height: 24px;
  padding-left:0px;
}

.mega-menu .menu-title {
  font-family: var(--title-font);
  color: var(--dark-blue-color);
  filter: opacity(1);
  font-size: 22px;
  line-height: 24px;
}

.mega-menu .menu-title.menu-item-link::before
{
  display: none;
}

.mega-menu .submenulist-drop-down {
  display: none;
}

.mega-menu .menu-item-link {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: var(--dark-blue-color);
}

.mega-menu .menu-item-link::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--dark-blue-color);
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.mega-menu .menu-item {
  margin-bottom: 28px;
  position: relative;
}

.mega-menu .menu-item.active .submenulist-drop-down {
  margin-top: 10px;
  border-bottom: 1px solid var(--dark-blue-color);
  padding-bottom: 15px;
}

.mega-menu .nav-accordion {
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 24px;
  color: var(--dark-blue-color);
}

.mega-menu .menu-item.active .nav-accordion::before {
  content: "\e908";
}

.mega-menu .book-btn {
  margin: 35px 0px;
}

.mega-menu .book-btn a {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.mega-menu .book-btn a:hover {
  text-decoration: none !important;
}

.mega-menu .book-btn .primary-cta:hover,
.mega-menu .book-btn .primary-cta:focus-within {
  color: var(--mid-blue-color);
}

#mega-menu a:hover,
.main-header a:hover {
  text-decoration: underline;
}
#mega-menu .primary-cta:hover,
.main-header .primary-cta:hover {
  text-decoration: none;
}
.mob-booknow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.mob-booknow-cta {
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.uk-offcanvas-container .mob-booknow {
  display: none;
}
.booknow-cta .close-btn {
  display: none;
}
.bookactive .booknow-cta .close-btn {
  display: block;
}
.bookactive .booknow-cta .booknow-btn {
  display: none;
}
.booknow-cta {
  min-width: 120px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header-menu-active .hamburger-menu .hamburger-lines span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header-menu-active .hamburger-menu .hamburger-lines span:nth-child(2) {
    opacity: 0;
  }
  .header-menu-active .hamburger-menu .hamburger-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-48deg);
  }
  .uk-offcanvas-container #ui-datepicker-div {
    top: 280px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.pageonscroll:before {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 11;
  }
  body.header-menu-active:before {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 11;
  }
  .hamburger-lines {
    width: 30px;
  }
  .main-header ul,
  .main-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-header .main-menu {
    height: 79px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .main-header .menu-links .menu-list {
    display: flex;
    align-items: center;
    font-family: var(--title-font);
  }
  .main-header .menu-links .menu-item {
    margin: 0px 22px;
    color: var(--dark-blue-color);
    position: relative;
    cursor: pointer;
  }
  .main-header .menu-links .menu-item.logo img {
    width: 171px;
    position: relative;
    z-index: 9;
    transition: 0.5s ease-in-out;
  }
  .header-menu-active .main-header .menu-links .menu-item.logo img {
    opacity: 0;
  }
  .main-header .menu-links .menu-item-link {
    color: var(--dark-blue-color);
  }
  .main-header .with-submenu .submenulist-drop-down .menu-item-link {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    font-family: var(--body-font);
    width: 50%;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main-header .with-submenu .submenulist-drop-down {
    flex-wrap: wrap;
    min-width: 400px;
    box-shadow: none;
    display: none;
  }
  .main-header .menu-wave {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .main-header .with-submenu .submenulist-drop-down.uk-open {
    display: flex;
  }
  .mega-menu {
    top: 61px;
    height: 65vh;
  }
  .mega-menu .uk-container {
    position: relative;
  }
  .mega-menu .uk-offcanvas-bar {
    padding: 70px 10px 0px;
    z-index: 1;
  }
  .mega-menu .uk-offcanvas-close {
    top: -50px;
    right: auto;
    left: 35px;
    color: var(--dark-blue-color);
    font-weight: bold;
    width: 30px;
  }
  .mega-menu .uk-offcanvas-close:hover,
  .mega-menu .uk-offcanvas-close:focus {
    color: var(--pink-color);
  }
  .mega-menu .quick-link .menu-item {
    margin-bottom: 0px;
  }
  .mega-menu .mega-menu-wave {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
  }
  .mega-menu .uk-offcanvas-bar {
    background-color: var(--white-color);
    left: 0;
    transition: unset;
  }
  .mega-menu .menu-item.submenulist .menu-title:after {
    display: none;
  }
  .mega-menu .menu-item-link {
    padding-left: 0px;
    color: var(--dark-blue-color);
    font-weight: 500;
    line-height: 32px;
  }
  .mega-menu .menu-item-link::before {
    display: none;
  }
  .mega-menu .menu-item-link:hover {
    color: var(--dark-blue-color);
  }
  .mega-menu .submenulist-drop-down {
    display: block;
    margin-top: 5px;
  }
  .mega-menu .menu-list {
    display: flex;
    justify-content: center;
  }
  .mega-menu .quick-link {
    border-top: 1px solid var(--dark-blue-color);
    padding-top: 35px;
  }
  .mega-menu .menu-title {
    font-size: 20px;
    line-height: 21.43px;
    color: var(--dark-blue-color);
  }
  .mega-menu .menu-title:hover {
    color: var(--dark-blue-color);
  }
  .mega-menu .menu-item {
    padding: 0px 40px;
    margin-top: 0px;
  }
  .mob-booknow {
  	display: none;
  }
  .main-header .menu-links .booking-btn.book-big-cta
  {
    width:230px;
    margin-left: 30px;
  }
  .main-header .menu-links .booking-btn.book-big-cta a
  {
    width:100%;
  }
  
  .bookactive #ui-datepicker-div {
    top: 220px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  .main-header .menu-links .booking-btn.book-big-cta
  {
    width: 170px;
    margin-left: 0px;
  }
  .mega-menu .menu-title {
    font-size: 14px;
  }
  .mega-menu .menu-item {
    padding: 0px 20px;
  }
  .main-header .main-menu .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header .menu-links .menu-item-link {
    font-size: 14px;
  }
  .main-header .menu-links .menu-item {
    margin: 0px 10px;
  }
  .main-header .menu-links .menu-item.logo img {
    width: 100px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1249.98px) {
  .main-header .menu-links {
    width: 100%;
  }
  .main-header .menu-links .menu-list {
    width: calc(100% - 170px);
    position: relative;
    justify-content: center;
  }
  .main-header .menu-links .menu-list .booking-btn {
  	position: absolute;
    right: -170px;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1340px) {
  .main-header .menu-links .menu-item {
    margin: 0px 10px;
  }
}
/* header css [End] */

/* booking widget visibility [Start]*/
.new-booking .property-search-section.prop-search-fs
{
  display:none;
}
.new-booking .property-level-home-h1
{
  padding-top: 0;
}
/* booking widget visibility [End]*/


/* FAQs style overide [Start]*/
.property-level-park-info .faq-section ul.uk-accordion.purple-color
{
  color: var(--dark-blue-color) !important;
}
/* FAQs style overide [End]*/

.main-header .top-header .contact-wrapper a:hover .desktop.phoneNumberFormat{
	border-bottom: 1px solid var(--white-color);
}