@charset "utf-8";
/* CSS Document */

/* @import url('css/font-awesome.min.css');*/

/* In html file */
/*<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="viewport" content="width=device-width">*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media (min-width: 992px) {
  .mainMenu #menuButton {
    display: none;
  }
  .headerDropMenu {
    position: static;
    transform: inherit;
    opacity: 1;
    transition: inherit;
    height: auto;
    width: auto;
    flex-direction: row;
    gap: 0px;
    border-radius: 0px;
    background-color: transparent;
    backdrop-filter: blur(0px);
    pointer-events: inherit !important;
    overflow: visible;
    padding: 0px !important;
  }

  .headerDropMenu li {
    text-align: left;
  }

  .headerDropMenu li {
    border-bottom: none;
  }
  .headerDropMenu .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff8;
    backdrop-filter: blur(20px);
    text-align: center;
    margin-top: 0px;
  }
  .headerDropMenu .menu-item:last-child .sub-menu {
    left: inherit;
    right: 0px;
  }
  .headerDropMenu .sub-menu a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerDropMenu .sub-menu li a::before {
    display: none;
  }
  .headerDropMenu .sub-menu li a::after {
    display: none;
  }

  .headerDropMenu li.open > ul.sub-menu {
    display: block;
  }

  #header.headerInnerPages .headerDropMenu {
    padding: 0px;
    background-color: transparent;
    backdrop-filter: inherit;
  }

  /*  */

  .mainMenu {
    position: relative;
  }

  .headerDropMenu {
    list-style: none;
    display: flex;
    gap: 0px;
    padding: 0;
    margin: 0;
    padding: 0px 20px;
  }

  .headerDropMenu li {
    margin: 0px;
  }

  .headerDropMenu li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    /* padding: 5px 0; */
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headerDropMenu li:hover .sub-menu {
    display: block;
  }

  .headerInnerPages .headerDropMenu .sub-menu {
    background-color: #ffffff;
  }

  #header.headerInnerPages #menuButton {
    display: none;
  }
  .headerDropMenu li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #header.headerInnerPages .headerWrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* underline bar */
  #slide-line {
    position: absolute;
    bottom: -2px;
    height: 2px;
    background-color: #c8b278;
    transition: all 0.3s ease;
    width: 0;
    left: 0;

    pointer-events: none;
  }

  /*  */

  /* body.page-template-events-php .spySection {
    padding: 0px 30px;
    padding-bottom: 30px;
  }

  .spySection:first-child,
  #amenities,
  #scrollContact {
    padding-top: 160px;
  }

  #membership.spySection,
  #scrollContact.spySection,
  #scrollHours {
    padding-top: 160px;
    margin-bottom: 0;
    padding-bottom: 0px;
  }

  #membership.spySection ul:last-child,
  .spySection h5:last-child {
    margin-bottom: -90px;
  }

  #food {
    padding-top: 160px;
  }
  #drink {
    padding-bottom: 0px;
    margin-bottom: -110px;
  }

  .rightDataWrap {
    padding-top: 140px;
  } */
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 992px) {
  #footer p {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0px;
    background: none;
  }
  .bodyRow .bodyLeft {
    display: none;
  }
  #header.headerInnerPages {
    width: 100%;
    padding: 0px;
  }
  #header.headerInnerPages .container-fluid {
    padding: 0px;
  }
  #header.headerInnerPages {
    width: 100%;
  }
  .container-fluid {
    padding: 0px 20px;
  }
  #header.headerInnerPages .headerWrap {
    padding: 15px 20px;
    border-radius: 0px;
  }
  #header.headerInnerPages h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
  }
  #header.headerInnerPages #menuButton {
    top: -85px;
    right: 20px;
  }
  .backButton {
    font-size: 0px;
    vertical-align: middle;
  }
  .rightDataWrap {
    padding: 0px 20px;
    margin-left: 0px;
  }
  .tabFixed ul {
    padding: 0px 10px;
    gap: 5px;
  }
  .tabFixed {
    top: 75px;
    gap: 5px;
  }
  .tabFixed .nav-link {
    font-size: 16px;
    padding: 6px 8px;
  }

  .backToHome {
    padding: 0px 8px;
    height: 42px;
  }
  .rightDataWrap .scrollspy-example {
    margin-top: 150px;
  }
  .spySection {
    padding: 40px 0px 0px;
  }
  .spySection h3 {
    font-size: 26px;
  }
  .spySection ul {
    margin-bottom: 20px;
  }

  /* Event */

  .eventDetailPageWrap .detailContent {
    margin-top: 30px;
  }
  .eventDetailPageWrap .topInfo ul {
    margin-bottom: 0px;
  }
  .eventDetailPageWrap h2 {
    font-size: 24px;
  }
  .eventDetailPageWrap .detailContent h2 {
    font-size: 24px;
    max-width: 90%;
  }
  .instactorGuid img {
    margin-bottom: 20px;
  }
  .eventPageContactInfo .eventPageContactInfoData {
    padding: 15px;
  }
  .privateSlider-container .sliderOverLay {
    padding: 20px;
  }
  .privateSlider-container .item {
    height: 550px;
  }
  .privateSlider-container.slider-container {
    position: relative;
  }
  .controls {
    bottom: 25px;
  }
  .relatedEvent {
    padding-top: 30px;
    border-top: 1px solid #333;
  }
  .eventDetailPageWrap .memberEventTile .tileDateInfo ul li {
    font-size: 14px;
  }
  .eventBannerSec {
    height: 550px;
  }

  .eventPrivatePage img {
    height: 100%;
  }
  .InquireFormPage {
    padding-top: 130px;
  }
  .InquireFormWrap {
    padding: 20px;
  }
  .InquireFormWrap .InquireFormWrapBorder {
    padding: 20px 0px;
  }
  .InquireFormWrap h2 {
    font-size: 22px;
  }
  .InquireFormWrap form {
    padding-top: 0px;
  }
  .InquireFormWrap input,
  .InquireFormWrap select,
  .InquireFormWrap textarea {
    padding: 8px;
  }

  /*  */

  .bgImgMobile {
    display: block;
    margin-top: 0;
    border: none;
    border-radius: 20px;
  }
  .rightDataWrap .scrollspy-example {
    margin-top: -60px;
  }

  .rightDataWrap {
    animation: none;
    opacity: 1;
    animation-delay: 0s;
    animation-fill-mode: inherit;
  }
  .logoOtherPages {
    display: block;
    width: max-content;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 10px;
    right: 0px;
    margin: auto;
  }

  .headerInnerPages .logoOtherPages {
    position: static;
  }
  #header.headerInnerPages h1 {
    position: fixed;
    top: 160px;
    left: 20px;
  }
  .tabFixed {
    top: 200px;
    gap: 5px;
  }

  /*  */
  /* .bodyRow {
    display: flex;
    flex-direction: column;
  }
  .bodyRow .bodyLeft {
    display: block;
    height: auto;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
  }
  .otherPImage {
    height: auto;
    border: 10px solid #393323;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: static;
    width: 100%;
    margin-top: 140px;
  }
  .otherPImage .bgImg {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .rightDataWrap .scrollspy-example {
    margin-top: 30px;
  } */
  .page-template-about_us-php .spySection h4 {
    font-size: 18px;
  }
  .spySection:last-child {
    min-height: 90vh;
  }
}

@media (max-width: 767px) {
  .eventPageContactInfo .row {
    flex-direction: column-reverse;
  }
  .eventBannerSec .overlayBanner h2 {
    font-size: 28px;
  }

  .privateSlider-container .sliderOverLay h2 {
    font-size: 28px;
  }
  .eventMemberPage .memberEventTile .tileContentWrap h2 {
    font-size: 22px;
  }
  .date-range-header button.roundButton img {
    width: 36px;
  }
  .date-range-header {
    gap: 10px;
    flex-wrap: wrap;
  }
  .date-display {
    font-size: 20px;
    width: 100%;
  }
  .flatpickr-calendar.open {
    top: 50px !important;
    right: -30px !important;
  }
  .date-range-header button.roundButton {
    height: 36px;
    width: 36px;
  }

  .flatpickr-calendar.open {
    top: 90px !important;
    right: -8px !important;
  }
  .eventPrivatePage img {
    height: 300px;
  }
  .eventBannerSec .overlayBanner {
    padding: 20px;
  }
  .bgImgMobile {
    margin-top: 100px;
  }
  .rightDataWrap .scrollspy-example {
    margin-top: 30px !important;
  }

  #header.headerInnerPages h1 {
    /* transition: all 0.5s ease-in-out; */
  }

  #header.headerInnerPages.hFix h1 {
    opacity: 0;
    display: none;
  }

  #header.headerInnerPages + .bodyWrap .rightDataWrap .tabFixed {
    /* transition: all 0.5s ease-in-out; */
  }

  #header.headerInnerPages.hFix + .bodyWrap .rightDataWrap .tabFixed {
    top: 145px;
  }
  .clubButtonWrap {
    position: static;
  }
  .spySection.career {
    padding-top: 30px;
  }
}

@media (max-width: 643px) {
}

@media (max-width: 480px) {
  .logoOtherPages img {
    height: 80px;
    display: block;
  }
  #header.headerInnerPages h1 {
    top: 120px;
  }
  .tabFixed {
    top: 150px;
    /* z-index: 999; */
    left: 20px;
  }
  #header.headerInnerPages.hFix + .bodyWrap .tabFixed {
    top: 110px;
  }
  #header.headerInnerPages #menuButton {
    top: -20px;
    right: 0px;
  }

  #footer ul {
    flex-wrap: wrap;
    gap: 10px 15px;
  }

  #footer ul li:first-child {
    width: 100%;
  }
  .clubButtonWrap {
    gap: 10px;
    padding: 0px 0px;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .tabFixed ul {
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100vw - 40px);
    padding: 0px;
  }

  .tabFixed ul::-webkit-scrollbar-track {
    display: none;
  }

  .tabFixed ul::-webkit-scrollbar {
    display: none;
  }

  .tabFixed ul::-webkit-scrollbar-thumb {
    display: none;
  }

  .tabFixed .nav-link {
    width: max-content;
  }
  .bgImgMobile {
    margin-top: 100px;
    border-radius: 30px !important;
  }
  /* .rightDataWrap {
    background: #fff;
  } */
  .spySection {
    padding: 30px 0px 0px;
  }
}

/* Mobile devices */
@media (max-width: 359px) {
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

@media print {
}
