/*!
Theme Name: Lees Hall Golf Club
Theme URI: 
Author: Anto
Author URI: http://www.antodev.com
Description: Website theme for Lees Hall Golf Club
*/
.pg-footer-outer {
  min-height: 2000px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #727272;
}
body.no-scroll {
  overflow: hidden;
  height: 0;
  min-height: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.home header {
  margin-bottom: 0;
  background: #223145;
}
@media (min-width: 768px) {
  .home header {
    position: fixed;
    top: 0;
    left: 0;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 500;
    background: none;
  }
}

header {
  min-height: 80px;
  background: #223145;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 768px) {
  header {
    width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    background: none;

    position: fixed;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out
  }
}

@media (min-width: 768px) {
  header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000000, #0000009e);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  header.shrink::after {
    opacity: 0;
  }
}
.page-template-tpl-legal header, .error404 header {
  background: #223145;
}
.page-template-tpl-legal header::after, .error404 header::after {
  opacity: 0;
}

@media (min-width: 768px) {
  header.shrink {
    background: #223145;
  }
}

@media (min-width: 768px) {
  header nav {
    flex: 2;
  }
}

header nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  header nav ul {
    display: flex;
    align-items: center;
  }
}

header nav li {
  display: inline-block;
  margin-left: 30px;
}

header nav li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
}

header nav li a:hover {
  color: #8c8c8c;
  color: #ceac31;
}

.header-left {
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  .header-left {
    display: inline;
    z-index: 100;
  }
}

.header-left li {
  display: none;
}
.header-left li:first-child {
  display: block;
}
@media (min-width: 768px) {
  .header-left li {
    display: inline;
  }
}

.main-menu-btn a {
  display: flex;
  align-items: center;
}
.main-menu-btn a span {
  display: none;
}
@media (min-width: 768px) {
  .main-menu-btn a span {
    display: inline;
  }
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  float: left;
}
@media (min-width: 768px) {
  .burger {
    cursor: pointer;
    padding: 0 10px;
    gap: 4px;
    margin-top: 0;
  }
}

.line {
  height: 2px;
  width: 30px; /* Default width */
  background: #fff;
  transition: width 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .line {
    height: 2px;
    width: 20px; /* Default width */
  }
}

/* Hover effect - changing widths */
header nav li a:hover .burger .line1 {
  width: 8px; /* Shrinks to 30px */
  background: #8c8c8c;
  background: #ceac31;
}

header nav li a:hover .burger .line2 {
  background: #8c8c8c;
  background: #ceac31;
}

header nav li a:hover .burger .line3 {
  width: 14px; /* Expands to 50px */
  background: #8c8c8c;
  background: #ceac31;
}

.status-indicator {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #4caf50;
  /* vertical-align: middle; */
  border-radius: 8px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.status-indicator.closed {
  background-color: #eb0303;
}

@media (min-width: 768px) {
  .home .logo {
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.3s;
  }
}

.logo {
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .logo {
    flex: 1;
    z-index: 100;
  }
}

.logo img {
  height: 90px;
  transition: height 0.3s ease-in-out;
}
header.shrink .logo img {
  height: 60px;
}

@media (min-width: 768px) {
  .shrink .logo {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .home header:not(.shrink) .logo {
    transition: none; /* Remove delay */
    opacity: 0; /* Instantly hide */
  }
}

.header-right {
  display: grid;
  align-items: center;
  justify-items: end;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .header-right {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    z-index: 100;
  }
}
.header-right ul {
  display: none;
}
@media (min-width: 768px) {
  .header-right ul {
    display: block;
  }
}
.header-right .header-phone {
  display: block;
  width: 25px;
}
@media (min-width: 768px) {
  .header-right .header-phone {
    display: none;
  }
}
.header-right .header-phone img {
  width: 100%;
}

.header-right ul {
  margin-right: 30px;
}

/* Sidebar */
.sidebar {
  position: fixed;
  height: 100vh;
  overflow-y: overlay;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #223145;
  color: white;
  padding: 30px 20px;
  transition: left 0.3s ease-in-out;
  z-index: 1002;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    left: -450px;
    width: 450px;
    padding: 40px 20px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  }
}

.sidebar img {
  height: 100px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .sidebar img {
    height: 140px;
  }
}

.sidebar .divide {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sidebar .divide {
    margin-bottom: 50px;
  }
}

.sidebar ul {
  list-style: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sidebar ul {
    width: 70%;
  }
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .sidebar ul li a {
    font-size: 20px;
  }
}

.sidebar ul li a:hover {
  color: #a88c28;
}

.has-subnav span {
  display: inline-block;
  margin-left: 5px;
  color: #ceac31;
}

.has-subnav ul {
  width: 100%;
  display: none;
}
.has-subnav ul.open {
  display: block;
}
.has-subnav ul li {
  margin-left: 20px;
}

.sidebar ul.utility-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sidebar ul.utility-nav {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.sidebar ul.utility-nav li a {
  color: #ceac31;
  font-size: 16px;
}

.sidebar-info {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sidebar-info {
    width: 70%;
  }
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* Sidebar open state */
.sidebar.open {
  left: 0;
}

/* Overlay (Hidden by default) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 30% black */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

/* Show overlay when menu is open */
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.divide {
  width: 85%;
  height: 1px;
  margin: 30px auto 50px;
}
@media (min-width: 768px) {
  .divide {
    width: 75%;
  }
}

.divide.gold {
  background-color: #ceac31;
}

.menu {
  display: none;
  padding-top: 40px;
  text-align: center;
  width: 450px;
  /* background-color: #fff; */
  /* background-color: #536a4f; */
  background-color: #223145;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.welcome {
  background: url("img/bg.jpg") center bottom no-repeat;
  background-size: cover;
  margin: 0 0 50px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .welcome {
    min-height: 100vh;
  }
}

.welcome div {
  display: inline;
  flex: 1;
}

@media (min-width: 768px) {
  .welcome {
    margin: 0 0 100px;
  }
}
#logo-big {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  margin-top: -80px;
}
@media (min-width: 768px) {
  #logo-big {
    margin-top: 0;
  }
}

#logo-big.hide {
  opacity: 0;
}

#logo-big img {
  height: 300px;
}
@media (min-width: 768px) {
  #logo-big img {
    height: 350px;
  }
}

/* Scroll Indicator */
.scroll-indicator {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  animation: bounce 1.5s infinite ease-in-out;
}

/* Hide arrow when scrolling */
.hide {
  opacity: 0;
  pointer-events: none; /* Prevents it from being clickable */
}

/* Arrow bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "futura-light";
  color: #223145;
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 32px;
}

h2 {
  font-family: "futura";
}

h4 {
  font-family: "futura";
  font-size: 20px;
}

a {
  color: #ceac31;
  text-decoration: none;
}

.container a:hover {
  text-decoration: underline;
}

.std-content {
  max-width: 1024px;
  margin: 0 auto;
}

h1.title {
  margin: 0 auto 50px;
  width: 50%;
  border-bottom: 1px solid #ceac31;
  padding-bottom: 30px;
  max-width: 680px;
}

.container {
  padding: 0 30px;
  max-width: 1080px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}

.container-wide {
  max-width: 1500px;
  padding: 0;
}

.container.divide {
  width: 75%;
  height: 1px;
  margin: 30px auto 50px;
}

.container p {
  line-height: 1.6;
}

/* .divide.gold {
  background-color: #ceac31;
} */
.home-intro {
  text-align: center;
}

.three-link-block ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .three-link-block ul {
    display: flex;
    gap: 25px;
  }
}

.three-link-block li {
  background-color: #727272;
  background-size: cover;
}
@media (min-width: 768px) {
  .three-link-block li {
    flex: 1;
    transition: transform 0.2s ease-in-out; /* Smooth transition */
  }
}

.three-link-block li.play {
  background: url("course.png") left bottom no-repeat;
}

.three-link-block li.member {
  background: url("visitor.jpg") left bottom no-repeat;
}

.three-link-block li.visitor {
  background: url("play.jpg") center bottom no-repeat;
}

.three-link-block li a {
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  padding: 30px;
  height: 380px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(61, 61, 61, 0.5);
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .three-link-block li a {
    height: 480px;
    margin-bottom: 0;
  }
}

.three-link-block li a:hover {
  text-decoration: none;
}

.three-link-block li span {
  font-size: 24px;
  color: #ceac31;
  font-family: "futura-light";
}
@media (min-width: 768px) {
  .three-link-block li:hover {
    transform: scale(1.05); /* Slight zoom-in effect */
  }
}

.page-template-page-course .footer {
  padding-bottom: 120px;
}

.footer {
  padding: 40px 0;
  background-color: #223145;
  color: #fff;
  /* text-transform: uppercase; */
  text-align: center;
  font-family: "futura-light";
}
@media (min-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

.footer .container {
  margin-bottom: 0;
}

.footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer ul {
    flex-direction: row;
  }
}

.footer a {
  color: #ceac31;
  text-decoration: none;
  text-transform: none;
}

.intro-content-block {
  text-align: center;
}

.intro-content-block p {
  color: #223145;
  font-size: 18px;
}

.rates-container {
  max-width: 600px;
}

.rate-row {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ceac31;
}

.rate-row:last-child {
  border-bottom: none;
}

/* Group spacing with margin */
.group-spacing {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
  }
}

.two-column-list p, .two-col p {
  text-align: left;
}

.contact-us__form__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 10px;
  margin-bottom: 20px;
}

.contact-us__form__row_submit {
  grid-template-columns: 1fr;
  justify-items: end;
  margin-bottom: 0;
}

.contact-us__form__row label {
  align-self: center;
}

.contact-us__form__row input[type=text], .contact-us__form__row input[type=email], .contact-us__form__row textarea {
  border: 1px solid #ceac31;
  padding: 10px;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  color: #727272;
}

.contact-us__form__row textarea {
  height: 120px;
}

.contact-us__form__row_submit input {
  width: 30%;
  border: 1px solid #ceac31;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  color: #727272;
  background: none;
  padding: 10px 0;
  cursor: pointer;
}

.contact-us__form__row_submit input:hover {
  background: #ceac31;
  color: #fff;
}

.benefits p {
  text-align: left;
}

.society-logo {
  text-align: center;
  margin-top: 30px;
}

.society-logo img {
  width: 40%;
  max-width: 200px;
}

header {
  margin-bottom: 0;
}

.page-template-tpl-legal .header {
  margin-bottom: 50px;
}

.page-template-tpl-legal .legal-wrapper, .error404 .legal-wrapper {
  padding-top: 0;
}

@media (min-width: 768px) {
  .page-template-tpl-legal .legal-wrapper, .error404 .legal-wrapper {
    padding-top: 180px;
  }
}

.hero-banner {
  height: 250px;
  background: url("img/banner.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hero-banner {
    height: 750px;
    background-position: top;
  }
}

.btn {
  margin: 10px 0;
  background: #ceac31;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn:hover {
  text-decoration: none !important;
  background-color: #a88c28;
}

.one-col-intro h4 {
  margin-bottom: 0;
}

.one-col-intro p {
  text-align: left;
  color: #223145;
}

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

/* Quote */
@media (min-width: 768px) {
  .quote-content {
    display: grid;
    grid-template-columns: 25% 70%;
    gap: 5%;
  }
}
.quote-content .picture img {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .quote-content .picture img {
    margin-bottom: 0;
  }
}
.quote-content .std-content p {
  text-align: left;
}
.quote-content .std-content p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    width: 45%;
    margin-left: 20px;
  }
}

.events {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .events {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.events li {
  margin-bottom: 20px;
  cursor: pointer;
}
.events .image {
  height: 200px;
  background-size: cover;
}
.events span {
  background-color: #223145;
  display: block;
  color: #fff;
  padding: 10px;
  color: #ceac31;
}

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


.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* grid-template-rows: repeat(22, auto); */
  gap: 1px;                 /* this becomes the grid lines */
  background: #c5c5c5;      /* border color */
  border: 1px solid #c5c5c5;
}

.grid.short-grid {
  grid-template-columns: repeat(7, 1fr);
}

.cell {
  background: #f2f2f2;       /* cell background */
  padding: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .cell {
    padding: 8px;
  }
}

.cell-heading {
  background: #223145;
  color: #fff;
}
.white-bg {
  background: #fff;
}
.yellow-bg {
  background: #fff53d;
}
.red-bg {
  background: #b4223b;
  color: #fff;
}
.black-bg {
  background: #222;
  color: #fff;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  width: 100%;
  border: 1px solid #ceac31;
  padding: 10px;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  color: #727272;
}
.contact-form input[type="submit"] {
  width: 30%;
  border: 1px solid #ceac31;
  font-family: "futura", serif;
  letter-spacing: 0.5px;
  color: #727272;
  background: none;
  padding: 10px 0;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  color: #fff;
  background-color: #ceac31;
}

@media (max-width: 768px) {
  .hide-mob {
    display: none;
  }
  .show-mob {
    display: block;
  }
}

@media (min-width: 768px) {
  .hide-mob {
    display: block;
  }
  .show-mob {
    display: none;
  }
}

.course-status-message {
  margin: 20px auto;
  display: none;
  z-index: 5000;
  background: #fff;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50px;
  margin: auto;
  max-width: 500px;
  padding: 30px;
}

@media (min-width: 768px) {
  .course-status-message {
    margin: auto;
    left: 0px;
    right: 0px;
    top: 110px;
  }
}

.course-status-message h2 {
  margin-top: 0;
}
.course-status-message.show {
  display: block;
}
.course-status-message .close-btn {
  background: none;
  border: none;
  color: #223145;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  grid-column: span 2;
  padding-top: 10px;
  color: #b71717;
}

.wpcf7-response-output {

}
.invalid .wpcf7-response-output {
  color: #b71717;
}
.sent .wpcf7-response-output {
  color: #35b717;
}


.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .sponsor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.sponsor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;

  padding: 10px;
}

.sponsor-title {
  color: #223145;
  font-size: 22px;
  margin-top: 0;
}
.sponsor img {
  max-height: 120px;   /* consistent logo space */
  width: 80%;
  object-fit: contain;
}

.sponsor-logo {
  height: 120px;        /* fixed logo area */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-logo img {
  max-height: 100%;
  max-width: 80%;
  object-fit: contain;
}