body {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
	font-size: 22px;
	line-height: 26px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	color: #585a5b;
	background-color: #fff;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}




/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h1 {
	font-size: 2.5em;
	line-height: 2.8em;
	font-family: "EB Garamond", serif;
}

.content__item .page_title {
color:#002e56;
	font-family: "EB Garamond", serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
        letter-spacing: 2px; 
        }

.line-3-100{
	margin-top:15px;
	height:3px;
	width:100px;
	background: #af8108;}





h2 {
	font-size: 2em;
	line-height: 2.3pem;
	margin: 27px 0 18px 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
	font-family: "Open Sans", serif;
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 21px 0 19px 0;
	font-family: "Open Sans", serif;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
	font-family: "Open Sans", serif;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
	font-family: "Open Sans", serif;
}





/* SOCIALS */

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #095495;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none !important;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__item:hover {
  opacity: 0.8;
}

.socials__item--lg {
  width: 34px;
  height: 34px;
}

@media (max-width: 560px) {
  .socials__item--lg {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}


/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 145px;
  padding: 5px 0;
  margin-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

.sidemenu a {
  display: block !important;
  font-family: "Open Sans", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #7e8082;
  text-decoration: none !important;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(137, 133, 112, 0.5);
}

.sidemenu a:hover {
  opacity: 0.5;
}

.sidemenu br {
  display: none;
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 10px;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    border: none;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
  .sidemenu a:last-child {
    margin-right: 0;
  }
  .menu-on .sidemenu {
    z-index: 0;
  }
}   

  
.container {
  max-width: 1200px;
  width: 100%;
}

.content-wrap {
  display: -ms-flexbox;
display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;        
  position: relative;
}

.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 99;
}
   
.content__item {
  background-color: #fff;

}

.content__item:not(:last-child) {
  margin-bottom: 50px;
}

.content__item .title {
    font-size: 48px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 4px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
  .content__item .title {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .content__item .title {
    font-size: 24px;
    text-align: left;
  }
}

.content__item .title--alt {
  text-align: left;
  margin-bottom: 20px;
}

.content__item .subtitle {
  color: #999;
  font-family: "Open Sans", serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}


@media (max-width: 560px) {
  .content__item .subtitle {
    text-align: left;
  }
}

.content__item article {
  margin-bottom: 40px;
  margin-top: 80px;
}

.content__item article .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}


@media (max-width: 560px) {
  .content__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content__item:last-child {
    margin-bottom: 40px;
  }
}     

.custom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  max-width: 550px;
  padding: 0px 10px;
  background-color: transparent !important;
  border: 2px solid #002e56; !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #002e56; !important;
  font-style: bold;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.custom__button:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #002e56;
}

@media (max-width: 992px) {
.custom__button {display:none;}
}


/* HASWELL SYTLES */

.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}


  
/* TEE TIME BOOKING CARD STYLES */

.social-box .box {
    background: #FFF;
    border-radius: 10px; 
    cursor: pointer;
    margin: 20px 0;
    padding: 40px 10px;
    transition: all 0.5s ease-out;
}

.social-box .box:hover {
   box-shadow: 0 0 6px #ce8624;
}

.social-box .box-text {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.social-box .box-btn a {
    color: #254832;
    font-size: 16px;
    text-decoration: none;
}

.social-box .fa {
    color: #b25416;
}

a.custom-button{
display:inline-block;
padding:0.35em 1.2em;
border: 1px solid #002e4f;
margin:20px 0px 20px 0px;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-weight:500;
font-size: 16px;
color:#002e4f;
text-align:center;
transition: all 0.2s;
min-width: 300px;
text-transform:uppercase;
letter-spacing: 1px; 
}
a.custom-button:hover{
color:#FFFFFF;
background-color: #002e4f;
}
@media all and (max-width:30em){
a.custom-button{
display:block;
margin:0.4em auto;
}
} 

/* Calendar */

.CalText {font-size: 14px !important;}

.cal-options {color: #000000 !important; font-size: 14px;}

div.calendar .weekdays li {color: #000000 !important;}  

div.calendar ul li {border: 1px solid #666666;}         

/* Member Login */

.header-memberbox-inner {font-size: 14px;}  

/* Responsive Embed */


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  

@media (min-width: 993px) {
#main-menu li:nth-child(9) {display: none !important;}} 


.header-menu-row {width: 100%;}

.sticky-wrapper {
height: 110px;
background: #FFFFFF;
padding: 10px;
}

.sticky-header {
  position: fixed;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .main{
  padding-top: 80px;
}

.club-name {font-family: 'Open Sans', sans-serif; font-size: 22px; text-transform:uppercase; letter-spacing:1px; font-weight: 300; color:#4b4e53; text-decoration:none !important;}

@media (max-width: 992px) {
.club-name {font-size: 18px;}
}

@media (max-width: 992px) {
.wc_statusbar {display:none;}
}

@media (max-width: 992px) {
.header {padding-top:0px;}
}

@media (max-width: 992px) {
.custom__button {display:none;}
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}
   
.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){  .mobileHide { display: none;}}
   
  @media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  

  }
  
 }
 
 .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Photo Gallery Styles */

#wc_photos img {
    margin: 5px;
    border: 0px !important;
}                                            


/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  position: relative;
}

.hero .slick-dots {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero .slick-dots li {
  font-size: 0;
}

.hero .slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.hero .slick-dots li button {
  width: 40px;
  height: 10px;
  line-height: 1;
  background-color: #fff;
  opacity: .3;
}

.hero .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 560px) {
  .hero .slick-dots li button {
    width: 30px;
    height: 5px;
  }
}

@media (max-width: 1220px) {
  .hero {
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: -100px;
  }
}

.hero--sm {
  min-height: 520px;
  background-size: cover;
  background-position: bottom center;
}

.hero__slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

@media (max-width: 450px) {
    #hero-photo {
        height: 300px !important;
    }
}

/*------------------------------------*
  @COMPONENTS #HERO OVERLAY
\*------------------------------------*/

/* Frosted glass overlay panel */
.hero__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  max-width: 600px;
  width: 90%;
}

/* Club name */
.hero__club-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

/* Tagline */
.hero__tagline {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

/* Gold divider line */
.hero__divider {
  width: 60px;
  height: 2px;
  background: #af8108;
  margin: 20px auto;
}

/* Button group */
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 4px;
}

/* Solid button */
.hero__btn {
  display: inline-block;
  padding: 11px 26px;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #064931;
  color: #fff !important;
  border: 2px solid #064931;
  border-radius: 2px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.hero__btn:hover {
  background-color: #bc9958;
  border-color: #bc9958;
  color: #fff !important;
}

/* Outline button variant */
.hero__btn--outline {
  background-color: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.hero__btn--outline:hover {
  background-color: #bc9958;
  border-color: #bc9958;
}

/* Scroll down arrow */
.hero__scroll-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  text-decoration: none !important;
  animation: hero-bounce 2s infinite;
  transition: color 0.2s ease;
}

.hero__scroll-arrow:hover {
  color: #af8108;
}

@keyframes hero-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* Responsive */
@media (max-width: 768px) {
  .hero__overlay {
    padding: 30px 28px;
  }
  .hero__club-name {
    font-size: 32px;
  }
  .hero__buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero__btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .hero__club-name {
    font-size: 26px;
  }
  .hero__tagline {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .hero__overlay {
    padding: 24px 20px;
  }
}



                                                                                                                                                  