/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Mukta', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #A59B3A;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #A59B3A;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #A59B3A;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #A59B3A;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #A59B3A;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #A59B3A;
  margin-bottom: 15px;
}

h5 a {
  background: #A59B3A;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'Mukta', sans-serif;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: black;
  color: #fff;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: underline;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.content-wrapper a:hover, .content-wrapper a:focus {
  color: #A59B3A;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Mukta', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 70px;
  z-index: 1001;
  background: transparent;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  background: #A59B3A;
}

.body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
  display: none;
}

@media (min-width: 980px) {
  .body-public.body-class-home .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #e6d852;
  }
  .fix.body-public.body-class-home .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .fix.body-public.body-class-home .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .fix.body-public.body-class-home .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .fix.body-public.body-contentpage .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .fix.body-public.body-contentpage .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .fix.body-public.body-contentpage .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #00335b;
  }
  .body-public.body-class-home .navbar-inverse .nav > li > a:hover, .body-public.body-class-home .navbar-inverse .nav > li.current > a, .body-public.body-contentpage .navbar-inverse .nav > li > a:hover, .body-public.body-contentpage .navbar-inverse .nav > li.current > a {
    color: #e6d852;
  }
  .fix.body-public.body-class-home .navbar-inverse .nav > li > a:hover, .fix.body-public.body-class-home .navbar-inverse .nav > li.current > a, .fix.body-public.body-contentpage .navbar-inverse .nav > li > a:hover, .fix.body-public.body-contentpage .navbar-inverse .nav > li.current > a   {
    color: #00335b;
  }
}

/* navbar styles */

.body-public.body-class-home .nav-section, .body-public.body-contentpage .nav-section {
  margin-top: 25px;
  text-align: center;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix.body-public.body-class-home .nav-section, .fix.body-public.body-contentpage .nav-section {
  margin-top: 15px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar .nav {
  float: none;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  font-family: 'Montserrat', serif;
  font-weight: 600;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  color: #00335b;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #00335b;
  background: transparent;
  box-shadow: none;
}

.dropdown-menu {
  text-align: left;
  background: rgba(0,0,0,0.7);
}

.dropdown-menu > li > a {
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 20px;
  font-family: 'Montserrat', serif;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  color: #E2D062;
  background: transparent;
}

/* footer styles */

.public-footer {
  background-image: url('/images/resources/hindhead/footer-bg.jpg');
  background-position: center;
  color: white;
  text-align: center;
}

.footer-logo {
  padding-top: 100px;
}

.footer-logo img {
  width: 67px;
}

.footer-address {
  padding-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-contact {
  padding-top: 30px;
}

.footer-vert {
  display: inline-block;
  content: '';
  width: 2px;
  height: 19px;
  position: relative;
  top: 4px;
  background: #fff;
  margin: 0px 6px;
}

.footer-contact a {
  color: #DCCF5C;
  text-decoration: none;
}

.footer-contact a:hover {
  color: white;
  text-decoration: underline;
}

.footer-social {
  padding-top: 30px;
}

.footer-social a {
  display: inline-block;
  width: 39px;
  line-height: 39px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  margin: 0px 8px;
}

.footer-social a:hover {
  color: #DCCF5C;
  border-color: #DCCF5C;
}

.footer-social a i {
  position: relative;
  top: 2px;
}

.footer-charity {
  padding-top: 50px;
}

.footer-nav {
  border-top: 1px solid rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.7);
  margin-top: 40px;
  padding: 25px 0px;
}

.footer-nav a {
  color: #DCCF5C;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 8px;
}

.footer-nav a:hover {
  color: white;
  text-decoration: underline;
}

.footer-copy {
  padding-top: 40px;
}

.footer-ig-logo {
  padding-top: 25px;
  padding-bottom: 70px;
}

.footer-ig-logo img {
  width: 120px;
}

.members-footer {
  padding: 15px 0px;
  background: #a59b3a;
  color: white;
}

.mf-copy {
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

.body-class-home.body-public .members-footer, .body-contentpage.body-public .members-footer {
  display: none;
}

/* page styles */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home page styles */

#home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five {
  height: 100vh;
  position: relative;
}

.home-logo {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  text-align: center;
}

.home-page-wrapper .home-logo h2 {
  color: #c0b132;
  margin: 0px 0px 0px;
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 46px;
}

.home-logo h4 {
  color: #c0b132;
  margin: 0px;
  letter-spacing: 2px;
}

.home-top-fade {
  position: absolute;
  z-index: 12;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00335b+0,00335b+100&0.6+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,51,91,0.6) 0%, rgba(0,51,91,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,51,91,0.6) 0%,rgba(0,51,91,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,51,91,0.6) 0%,rgba(0,51,91,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9900335b', endColorstr='#0000335b',GradientType=0 ); /* IE6-9 */
}

.home-scroll {
  position: absolute;
  z-index: 15;
  bottom: 50px;
  left: 0px;
  right: 0px;
  width: 100px;
  margin: 0px auto;
  text-align: center;
}

.home-scroll a {
  color: #fff;
  font-size: 36px;
}

.home-scroll a:hover {
  cursor: pointer;
}

.home-large-pic > .wysiwyg-editable img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.home-left-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35%;
  height: 100vh;
  background: #fff;
  z-index: 5;
}

.home-right-content {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  height: 100vh;
  background: #fff;
  z-index: 5;
}

.home-page-wrapper h1 {
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 4px;
}

.home-page-wrapper h2 {
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 4px;
}

.home-space {
  padding: 100px 100px 20px;
}

.home-space {
  line-height: 32px;
}

.home-space p {
  margin-bottom: 20px;
}

.home-space h5 {
  margin: 0px;
  position: relative;
}

.home-space h5 a {
  margin-top: 0px;
  background: transparent;
  color: #333;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 12px;
  width: 230px;
  line-height: 20px;
  padding-top: 12px;
  position: relative;
}

.home-space h5 a:hover, .home-space h5 a:focus {
  background: transparent;
  color: #A59B3A;
}

.home-space h5::after {
  content: url('/images/resources/hindhead/home-button-border.png');
  width: 316px;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 19px;
  left: 0px;
}

.home-space h5 a::after {
  content: '\f18e';
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px;
  right: 13px;
}

.home-testimonials-slider {
  background: #f4f4f4;
}

.testimonal-space {
  padding: 100px 250px;
  text-align: center;
}

/* home testimonials */

.home-testimonials-slider {
  position: relative;
}

.home-testimonials-slider .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
  background: none;
}

.home-testimonials-slider .galleryInner .nivo-caption {
    width: 90%;
    -moz-opacity: 1;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  color: #00335B;
  font-family: 'Mukta', sans-serif;
}

.home-testimonials-slider .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 28px;
}

.home-testimonials-slider .galleryInner .nivo-caption h4 {
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  color: #00335B;
}

.home-testimonials-slider .galleryInner img {
    display: none !important;
}

.home-testimonials-slider .nivo-directionNav {
  display: none !important;
  width: 80px;
  margin: 20px auto 0px;
}

.home-testimonials-slider .nivo-controlNav-Wrapper {
  position: relative;
  margin-top: 20px;
}

.home-testimonials-slider .nivo-controlNav a {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  background: #E1D7A6;
  margin-right: 10px;
}

.home-testimonials-slider .nivo-controlNav a.active {
  background: #00335B;
}

/* inner page */

.body-contentpage #global > br {
  display: none;
}

#inner-section-one, #inner-section-two, #inner-section-three, #inner-section-four, #inner-section-five, #inner-section-six, #inner-section-seven {
  height: 100vh;
  position: relative;
}

.home-logo {
  text-shadow: 1px 1px #000;
}

.home-logo img {
  padding: 10px;
  width: 70px;
}

.inner-page-wrapper .home-logo h2 {
  color: #fff;
  margin: 10px 0px 0px;
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 46px;
  display: none;
}

.inner-page-wrapper .home-logo h4 {
  display: none;
}

.inner-large-pic > .wysiwyg-editable img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.inner-space {
  padding: 100px 100px 20px;
}

.inner-space p {
  margin-bottom: 20px;
}

.inner-left-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35%;
  height: 100vh;
  background: #fff;
  z-index: 5;
}

.inner-right-content {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  height: 100vh;
  background: #fff;
  z-index: 5;
}

.inner-space h1 {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 4px;
}

.inner-space h4 {
  margin: 20px 0px;
  letter-spacing: 2px;
}

.home-testimonials-slider h2 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 4px;
}

/* course page */

/* hole page */

.hole-scroll {
  position: absolute;
  z-index: 15;
  bottom: 100px;
  left: 0px;
  right: 0px;
  width: 100px;
  margin: 0px auto;
  text-align: center;
}

.hole-scroll a {
  color: #fff;
  font-size: 36px;
}

.hole-scroll a:hover {
  cursor: pointer;
}

.hole-nav {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  z-index: 15;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
  position: relative;
}

.hole-nav ul li::after {
  content: '';
  margin: 0px 5px;
  width: 7px;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -6px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.hole-bottom-fade {
  position: absolute;
  z-index: 12;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

/*.home-logo h2, .home-logo h4 {
  display: none;
}*/

#hole-section-one, #hole-section-two, #hole-section-three {
  height: 100vh;
  position: relative;
}

.hole-large-pic > .wysiwyg-editable img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.hole-right-content {
  position: absolute;
  height: 100vh;
  width: 35%;
  background: #fff;
  top: 0px;
  right: 0px;
  z-index: 12;
  overflow-y: auto;
}

.hole-space {
  padding: 30px 100px 20px;
}

.hole-heading {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 15;
}

.first-hole-heading.hole-heading {
  top: 50%;
  transform: translateY(-50%);
}

.hole-heading h1 {
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-top: 0px;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 0px;
}

.hole-heading h2 {
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-top: 0px;
  font-size: 44px;
  line-height: 54px;
  margin: 0px;
}

.hole-heading h3 {
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-top: 0px;
  font-size: 30px;
  line-height: 38px;
}

.hole-tip h4 {
  margin: 0px 0px 0px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.hole-yards > div {
  margin: 10px 0px;
  text-align: center;
  color: #000;
  letter-spacing: 4px;
  padding: 6px 0px;
  line-height: 22px;
  border: 2px solid #aaa;
}

.hole-yards .white {
  background: #f4f4f4;
}

.hole-yards .yellow {
  background: #FFEA01;
}

.hole-yards .orange {
  background: #FF9000;
}

.hole-yards .red {
  background: #FF5D5E;
}

.hole-yards .blue {
  background: #389AFF;
}

.hole-video h5 a {
  margin-top: 0px;
  text-decoration: none;
}

.hole-scroll-2 {
  position: absolute;
z-index: 15;
bottom: 50px;
left: 0px;
right: 0px;
width: 100px;
margin: 0px auto;
text-align: center;
}

.hole-scroll-2 a {
  color: white;
  font-size: 36px;
}

.hole-scroll-2 a:hover {
  cursor: pointer;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/hindhead/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: transparent;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #a59b3a;
  width: 100%;
  min-height: 80px;
}

body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  width: 50px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner,.body-loginpage .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 70px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 18px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400; 
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 200px;
  margin-bottom: 60px;
  border: 2px solid #a59b3a;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #a59b3a;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  display: block;
  padding: 15px 0px;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #a59b3a;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  border: transparent;
  text-decoration: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: #000;
  color: white;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.85);
  border: 2px solid #a59b3a;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #a59b3a;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.body-class-members .content-wrapper a {
  text-decoration: underline;
}

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-wrapper .header-logo {
  top: 6px;
  margin-top: 0px;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin-left: 0px;
}

.php-boardcomps .row > .span12 {
  width: 100%;
  margin-left: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
}

.body-class-members .header-wrapper .dropdown-menu > li > a {
  letter-spacing: 0px;
  text-transform: capitalize;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .testimonal-space {
    padding: 80px 200px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .home-space {
    padding: 80px 75px 20px;
  }
  .inner-space {
    padding: 80px 75px 20px;
  }
  .hole-space {
    padding: 80px 75px 20px;
  }
  .hole-tip {
    font-size: 14px;
    line-height: 24px;
  }
  .hole-map img {
    max-width: 185px;
  }
  .hole-tip h4 {
    margin-top: 0px;
  }
  .testimonal-space {
    padding: 80px 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .home-space {
    padding: 80px 50px 20px;
  }
  .home-space h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .home-space h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .inner-space {
    padding: 60px 50px 20px;
  }
  .inner-space h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .inner-left-content {
    width: 40%;
  }
  .inner-right-content {
    width: 40%;
  }
  .hole-space {
    padding: 80px 50px 20px;
  }
  .hole-tip h4 {
    margin-bottom: 0px;
  }
  .hole-map img {
    max-width: 165px;
  }
  .hole-tip {
    font-size: 14px;
    line-height: 20px;
  }
  .hole-video h5 a {
    padding: 8px 15px;
  }
  .hole-tip h4 {
    margin-top: 0px;
  }
  .testimonal-space {
    padding: 80px 100px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .home-space {
    padding: 60px 25px 20px;
  }
  .home-space h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .home-space h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .testimonal-space {
    padding: 80px 50px;
  }
  .inner-space {
    padding: 60px 25px 20px;
  }
  .inner-space h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .inner-left-content {
    width: 40%;
  }
  .inner-right-content {
    width: 40%;
  }
  .hole-space {
    padding: 60px 25px 20px;
  }
  .hole-tip h4 {
    margin-bottom: 0px;
  }
  .hole-map img {
    max-width: 160px;
  }
  .hole-video h5 a {
    padding: 8px 15px;
  }
  .hole-tip h4 {
    margin-top: 0px;
  }
  .hole-nav ul li::after {
    margin: 0px 4px;
  }
  body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .testimonal-space {
    padding: 80px 25px;
  }
  .hole-nav {
    bottom: 20px;
  }
  .hole-nav ul {
    width: 490px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
    width: 724px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    text-transform: capitalize;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .table td, .table th {
    padding: 4px;
    font-size: 14px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .home-space h5 a {
    width: 255px;
  }
  .header-wrapper {
    position: relative;
    background: #fff;
  }
  .body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
    display: block;
    float: left;
    padding: 5px 10px;
  }
  .body-public.body-class-home .nav-section, .body-public.body-contentpage .nav-section {
    margin-top: 0px;
  }
  .navbar-inverse .navbar-inner {
    text-align: left;
    padding-bottom: 20px;
    background: #a59b3a;
    border-radius: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 110px;
    padding: 5px 10px;
    margin-top: 41px;
    background: #A59B3A;
    color: #fff;
    margin-right: 10px;
    border-radius: 0px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inner {
    padding-top: 20px;
  }
  .navbar-inverse .navbar-inner .nav > li {
    display: block;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    color: white;
    font-weight: 400;
  }
  .navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li.current > a {
    color: #000;
    background: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #000;
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: #aea54d;
  }
  body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
    background: #fff;
    min-height: 106px;
  }
  body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
    width: 67px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
    margin-left: 0px;
    top: 0px;
    margin-top: 18px;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 80px;
  }
  #home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five {
    height: auto;
  }
  .home-large-pic > .wysiwyg-editable img {
    height: auto;
    object-fit: initial;
  }
  .home-right-content {
    width: 100%;
    height: auto;
    position: relative;
  }
  .home-left-content {
    width: 100%;
    height: auto;
    position: relative;
  }
  .home-space {
    padding: 60px 30px;
    text-align: center;
  }
  .home-space h5::after {
    width: 285px;
    right: 0px;
    margin: 0px auto;
  }
  #inner-section-one, #inner-section-two, #inner-section-three, #inner-section-four, #inner-section-five, #inner-section-six, #inner-section-seven {
    height: auto;
  }
  .inner-large-pic > .wysiwyg-editable img {
    height: auto;
    object-fit: initial;
  }
  .inner-right-content {
    width: 100%;
    height: auto;
    position: relative;
  }
  .inner-left-content {
    width: 100%;
    height: auto;
    position: relative;
  }
  .inner-space {
    padding: 60px 30px;
    text-align: center;
  }
  .inner-space h4:nth-of-type(1) {
    margin-top: 0px;
  }
  #hole-section-three {
    height: auto;
  }
  .hole-right-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: initial;
  }
  .hole-space {
    padding: 60px 30px;
    text-align: center;
  }
  .last-hole-heading {
    position: relative;
    top: 50px;
  }
  .last-pic {
    margin-top: -100px;
  }
  .home-scroll {
    display: none;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-space {
    padding: 40px 20px;
  }
  .inner-space {
    padding: 40px 20px;
  }
  .hole-space {
    padding: 40px 20px;
  }
  .testimonal-space {
    padding: 60px 20px;
  }
  .home-page-wrapper h1, .home-page-wrapper h2, .inner-space h1, .home-testimonials-slider h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .home-logo {
    display: none;
  }
  .hole-yards > div {
    width: 200px;
    margin: 20px auto;
  }
  .first-hole-heading img {
    display: none;
  }
  .hole-scroll {
    bottom: 10px;
  }
  .hole-nav {
    bottom: 60px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li::after {
    margin: 0px 2px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .footer-logo {
    padding-top: 50px;
  }
  .footer-nav a {
    display: block;
    margin: 7px 0px;
  }
  .footer-info span {
    display: block;
    margin: 6px 0px;
  }
  .footer-info span.footer-vert {
    display: none;
  }
  .public-footer {
    background-size: cover;
  }
  .footer-ig-logo {
    padding-bottom: 20px;
  }
  .footer-nav {
    padding: 15px 0px;
    margin-top: 25px;
  }
  .footer-charity {
    padding-top: 25px;
  }
  .first-hole-heading.hole-heading {
    top: 20px;
    transform: translate(0px);
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
    width: 100%;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 80px;
    padding: 20px 10px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    text-transform: capitalize;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    padding-top: 10px;
    text-align: center;
  }
   .scorecard-content {
    overflow-x: scroll;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  top: 0px;
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.php-ckeditor .home-top-fade {
  display: none;
}

.php-ckeditor .hole-bottom-fade {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor #home-section-one, .php-ckeditor #home-section-two, .php-ckeditor #home-section-three, .php-ckeditor #home-section-four, .php-ckeditor #home-section-five {
  height: auto;
}

.php-ckeditor .home-space {
  padding: 20px;
}

.php-ckeditor .home-large-pic > .wysiwyg-editable img {
  height: auto;
}

.php-ckeditor .home-right-content {
  position: relative;
  height: auto;
  width: 100%;
}

.php-ckeditor .home-left-content {
  position: relative;
  height: auto;
  width: 100%;
}

.php-ckeditor .testimonal-space {
  padding: 20px;
}

.php-ckeditor #inner-section-one, .php-ckeditor #inner-section-two, .php-ckeditor #inner-section-three, .php-ckeditor #inner-section-four, .php-ckeditor #inner-section-five, .php-ckeditor #inner-section-six, .php-ckeditor #inner-section-seven {
  height: auto;
}

.php-ckeditor .inner-large-pic > .wysiwyg-editable img {
  height: auto;
}

.php-ckeditor .inner-right-content {
  position: relative;
  height: auto;
  width: 100%;
}

.php-ckeditor .inner-left-content {
  position: relative;
  height: auto;
  width: 100%;
}

.php-ckeditor .hole-space {
  padding: 20px;
}

.php-ckeditor .inner-space {
  padding: 20px;
}

.php-ckeditor .hole-nav {
  color: white;
}

.php-ckeditor .home-scroll {
  display: none;
}

.php-ckeditor #hole-section-one, .php-ckeditor #hole-section-two, .php-ckeditor #hole-section-three {
  height: auto;
}

.php-ckeditor .hole-large-pic > .wysiwyg-editable img {
  height: auto;
}

.php-ckeditor .hole-scroll, .php-ckeditor .hole-scroll-2 {
  display: none;
}

.php-ckeditor .last-hole-heading {
  position: relative;
}

.php-ckeditor .hole-right-content {
  position: relative;
  height: auto;
  width: 100%;
}

.php-ckeditor .page-space {
  padding: 20px;
}

.php-ckeditor .home-logo {
  position: relative;
  top: 0px;
  transform: translate(0px);
}

/* additional inner page */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.ib-title {
  text-align: center;
  padding-top: 60px;
}

.ib-title h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 4px;
}

.ib-content {
  text-align: center;
  padding-bottom: 80px;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 250px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* content tables */

.inner-page-wrapper table th {
  background: #a59b3a;
  color: white;
  border: 2px solid #a59b3a;
  padding: 6px;
  font-weight: 400;
}

.inner-page-wrapper table td {
  border: 2px solid #a59b3a;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  font-family: 'Mukta', sans-serif;
}

.nivo-caption h4 {
  color: #e3d653;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

[class*="-slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  z-index: 12;
  bottom: 20px;
  right: 20px;
  left: auto;
  width: 150px;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav {
  padding: 0px;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.inner-slideshow .nivo-controlNav a {
  background-image: none;
  background-color: #fff;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  position: relative;
  margin-right: 8px;
}

.inner-slideshow .nivo-controlNav a.active {
  background: #00335B;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #a59b3a;
  text-align: center;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #a59b3a;
  text-align: center;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #a59b3a;
  text-align: center;
  height: 30px;
  width: 96%;
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #a59b3a;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 980px) {
  .body-class-location #map_container {
    height: 100vh !important;
  }
}

/* course overview */

.course-overview-page-wrapper > div {
  height: 100vh;
  position: relative;
}

.course-nav {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  left: 0px;
  right: 0px;
  height: 80px;
}

.course-nav .next-hole {
  background: rgba(0,0,0,0.4);
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  padding: 26px 0px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.course-nav .next-hole:hover {
  color: #e6d852;
  cursor: pointer;
  background: rgba(0,0,0,0.7);
}

.course-nav .next-hole a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
}

.course-nav .next-hole a:hover {
  color: #e6d852;
}

.course-nav .next-hole::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 50px;
  font-size: 30px;
  top: 26px;
}

.course-nav .more-detail {
  background: rgba(0,0,0,0.4);
  width: 50%;
  float: left;
  text-align: center;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.course-nav .more-detail a {
    color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 80px;
  position: relative;
}

.course-nav .more-detail:hover {
  background: rgba(0,0,0,0.7);
}

.course-nav .more-detail:hover a {
  color: #e6d852;
}

.course-nav .more-detail a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 50px;
  font-size: 30px;
  top: 0px;
}

.course-scroll-2 {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .course-nav {
    height: 100px;
  }
  .course-nav .next-hole {
    width: 100%;
    padding: 11px 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    position: absolute;
    bottom: 0px;
  }
  .course-nav .next-hole a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .course-nav .next-hole::after {
    top: 11px;
  }
  .course-nav .more-detail {
    width: 100%;
  }
  .course-nav .more-detail a {
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .header-logo img {
    width: 67px;
  }
}

.course-overview-page-wrapper .hole-heading {
  top: 95px;
}

.course-overview-page-wrapper .first-hole-heading.hole-heading {
  top: 135px;
}

.inner-page-wrapper li {
  line-height: 24px;
}

/* ios */

@media (min-width: 980px) and (max-width: 1199px) {
  .iOS .home-page-wrapper #home-section-one {
    height: calc(100vh - 50px);
  }
  .iOS .home-page-wrapper #home-section-two, .iOS .home-page-wrapper #home-section-three, .iOS .home-page-wrapper #home-section-four, .iOS .home-page-wrapper #home-section-five {
    height: calc(100vh - 70px);
  }
  .iOS .inner-page-wrapper #inner-section-one {
    height: calc(100vh - 50px);
  }
  .iOS .inner-page-wrapper #inner-section-two, .iOS .inner-page-wrapper #inner-section-three, .iOS .inner-page-wrapper #inner-section-four, .iOS .inner-page-wrapper #inner-section-five {
    height: calc(100vh - 70px);
  }
  .iOS .content-wrapper #hole-section-one {
    height: calc(100vh - 50px);
  }
  .iOS #hole-section-three {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .iOS .course-overview-page-wrapper > div {
    height: calc(100vh - 70px);
  }
  .iOS #hole-section-one, .iOS #hole-section-two {
    height: calc(100vh - 70px);
  }
}

/* hole page fixes */

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-3 #hole-section-two, .body-class-6 #hole-section-two, .body-class-8 #hole-section-two, .body-class-10 #hole-section-two, .body-class-15 #hole-section-two {
    height: auto;
  }
  .iOS .course-overview-page-wrapper > #course-section-one, .course-overview-page-wrapper > #course-section-one {
    height: calc(100vh - 106px);
  }
  .iOS .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 106px);
  }
  .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 106px);
  }
  #hole-section-one .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 106px);
    object-position: bottom;
  }
  .hole-yards > div {
    letter-spacing: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hole-nav ul {
    width: 430px;
  }
  .hole-page-wrapper .home-top-fade {
    display: none;
  }
  .hole-nav ul li a {
    text-shadow: 1px 1px #000;
  }
  .hole-nav ul li:nth-child(6)::after, .hole-nav ul li:nth-child(12)::after {
    display: inline-block;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .first-hole-heading h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .course-overview-page-wrapper .first-hole-heading.hole-heading {
    top: 20px;
  }
  #course-section-one .hole-large-pic > .wysiwyg-editable img {
    object-position: bottom;
    height: calc(100vh - 106px);
  }
  .course-nav {
    height: 50px;
  }
  .course-nav .next-hole {
    width: 50%;
  }
  .course-nav .more-detail {
    width: 50%;
    float: right;
  }
  .course-nav .next-hole::after {
    right: 15px;
  }
  .course-nav .more-detail a::after {
    right: 15px;
  }
}

/* tweaks */

#globalwrap .inner-slideshow .nivo-caption p {
  padding-bottom: 0px;
}

.inner-slideshow .nivo-caption h4 {
  line-height: 26px;
}

.ib-content ul, .inner-space ul, .members-page ul {
  margin-left: 0px;
}

.ib-content ul li, .inner-space ul li, .members-page ul li {
  list-style: none;
}

.members-page ul li {
  line-height: 24px;
}

.ib-content ul li::before, .inner-space ul li::before, .members-page ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #A59B3A;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.ib-content .gallery-thumbs ul li::before {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  .inner-space ul {
    margin-left: 0px;
  }
  .inner-space ul li {
    list-style: none;
  }
  .inner-space ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #A59B3A;
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  h5 a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .last-ib-col {
    padding-top: 40px;
  }
  .ib-title h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 2px;
  }
  body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
    margin-left: 10px;
  }
}

.ib-content img {
  margin: 15px 0px;
}

#home-section-two a {
  text-decoration: none;
}

@media (min-width: 980px) and (max-height: 699px) {
  .home-page-wrapper h2, .home-page-wrapper h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .home-space {
    line-height: 28px;
  }
  .inner-space h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  h5 a {
    padding: 8px 15px;
    letter-spacing: 0px;
    margin-top: 0px;
  }
  .inner-space {
    line-height: 24px;
  }
  .inner-space p {
    margin-bottom: 10px;
  }
}

.ib-content #map_container img {
  margin: 0px auto;
}

/* new size changes */

@media (min-width: 768px) and (max-width: 979px) {
  .iOS .course-overview-page-wrapper #course-section-one {
    height: calc(100vh - 170px);
  }
  .iOS .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 150px);
  }
  .iOS .hole-page-wrapper #hole-section-two {
    height: calc(100vh - 50px);
  }
  .iOS.body-class-3 #hole-section-two, .iOS.body-class-6 #hole-section-two, .iOS.body-class-8 #hole-section-two, .iOS.body-class-10 #hole-section-two, .iOS.body-class-15 #hole-section-two {
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .iOS .course-overview-page-wrapper #course-section-one {
    height: calc(100vh - 170px);
  }
  .iOS .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 190px);
  }
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

@media (min-width: 980px) {
  .body-public .dropdown-menu {
    background: rgba(0,51,91,0.6);
    box-shadow: none;
    border: none;
    border-radius: 0px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .body-public.fix .dropdown-menu {
    background: rgba(0,51,91,0.6);
    margin-top: 15px;
  }
}

.home-sep {
  padding: 20px 0px;
  background: #f2f2f2;
}

.home-sep h3 {
  margin: 0px;
}

#home-section-four, #home-section-five {
  display: none;
}

@media (min-width: 980px) {
  .home-large-slideshow .galleryInner, .home-large-slideshow .galleryInner img {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-large-slideshow .galleryInner {
    width: 100% !important;
    height: auto !important;
  }
}

.hole-heading img {
  width: 80px;
}

.hole-nav {
  position: relative;
  padding: 20px 0px;
  background: #f2f2f2;
  bottom: 0px;
}

.hole-nav ul li a {
  color: #333;
}

.hole-nav ul li.current a {
  color: #A59B3A;
}

.hole-nav ul li::after {
  background: #333;
}

.hole-page-wrapper .last-pic {
  width: 65%;
  position: relative;
  height: 100vh;
}

.hole-page-wrapper .last-pic img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.php-ckeditor .hole-page-wrapper .last-pic {
  width: 100%;
  height: auto;
  top: 0px;
}

.php-ckeditor .hole-page-wrapper .hole-heading {
  top: 0px;
}

.php-ckeditor .hole-page-wrapper .last-pic img {
  height: auto;
}

.header-logo img {
  width: 67px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-page-wrapper .last-pic {
    width: 100%;
    margin-top: 0px;
  }
  .last-hole-heading {
    position: absolute;
  }
}

.hole-yards {
  display: inline-block;
  width: 100%;
}

.hole-yards > div {
  width: 17%;
  margin-right: 1.5%;
  float: left;
  padding: 2px 0px;
  line-height: 20px;
}

.ib-content-last-row {
  padding-top: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-page-wrapper .last-pic {
    margin-top: 0px;
    width: 100%;
  }
  .last-hole-heading {
    position: absolute;
  }
  .hole-page-wrapper .hole-nav ul li a {
    text-shadow: none;
  }
  .ib-content-last-col {
    padding-top: 30px;
  }
}

@media (min-width: 980px) {
  .body-class-location #inner-section-two .inner-large-pic {
    width: 65%;
  }
  .body-contentpage #inner-section-two .inner-large-pic, .body-contentpage #inner-section-four .inner-large-pic, .body-contentpage #inner-section-six .inner-large-pic {
    width: 65%;
    object-fit: center;
  }
  .body-class-heritage #inner-section-two .inner-large-pic {
    width: 65%;
  }
  .body-contentpage #inner-section-three .inner-large-pic, .body-contentpage #inner-section-five .inner-large-pic, .body-contentpage #inner-section-seven .inner-large-pic {
    width: 65%;
    float: right;
  }
}

.body-public.body-contentpage .home-logo {
  display: none;
}

.first-hole-heading img {
  display: none;
}

.body-public.body-class-home .nivo-controlNav {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: portrait) {
  .body-root-home .hole-page-wrapper #hole-section-one, .body-root-home .hole-page-wrapper #hole-section-two, .body-root-home .hole-page-wrapper #hole-section-three {
    height: auto;
  }
  .hole-page-wrapper .hole-large-pic > .wysiwyg-editable img {
    height: 50vh;
  }
 .hole-page-wrapper #hole-section-one .hole-large-pic > .wysiwyg-editable img {
    height: 50vh;
  }
  .hole-page-wrapper .last-pic img {
    height: 50vh;
  }
  .hole-page-wrapper .last-pic {
    height: 50vh;
  }
  .hole-page-wrapper .hole-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .hole-page-wrapper .hole-heading h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.hole-page-wrapper #hole-section-one img {
  object-position: bottom;
}

.inner-page-basic table th {
  background: #a59b3a;
  color: white;
  border: 2px solid #a59b3a;
  padding: 6px;
  font-weight: 400;
  text-align: center;
}

.inner-page-basic table td {
    border: 2px solid #a59b3a;
    padding: 6px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-basic table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-page-basic table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-basic table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-page-basic table td {
    padding: 2px;
    font-size: 12px;
  }
}

.body-class-scorecard table tr td:nth-child(2) {
  background: #f4f4f4;
}

.body-class-scorecard table tr td:nth-child(5) {
  background: #ffea01;
}

.body-class-scorecard table tr td:nth-child(8) {
  background: #ff5d5e;
}

.body-class-scorecard table tr td:nth-child(11) {
  background: #ff9000;
}

.body-class-scorecard table tr td:nth-child(14) {
  background: #389aff;
}

.body-class-scorecard table tr td:nth-child(17) {
  background: #389aff;
}

.body-class-scorecard table tr td:nth-child(20) {
  background: #ff9000;
}

.body-class-scorecard table tr td:nth-child(23) {
  background: #ff5d5e;
}

/*@media (min-width: 0px) and (max-width: 1599px) {
  .body-class-scorecard .inner-basic {
    overflow-x: scroll;
  }
}*/

.body-class-mens_slope_rating table tbody tr:nth-child(1) td:nth-child(2) {
  background: #f4f4f4;
}

.body-class-mens_slope_rating table tbody tr:nth-child(1) td:nth-child(3) {
  background: #ffea01;
}

.body-class-mens_slope_rating table tbody tr:nth-child(1) td:nth-child(4) {
  background: #ff9000;
}

.body-class-mens_slope_rating table tbody tr:nth-child(1) td:nth-child(5) {
  background: #ff5d5e;
}

.body-class-mens_slope_rating table tbody tr:nth-child(1) td:nth-child(6) {
  background: #389aff;
}

.body-class-ladies_slope_rating table tbody tr:nth-child(1) td:nth-child(2) {
  background: #ff9000;
}

.body-class-ladies_slope_rating table tbody tr:nth-child(1) td:nth-child(3) {
  background: #ff5d5e;
}

.body-class-ladies_slope_rating table tbody tr:nth-child(1) td:nth-child(4) {
  background: #389aff;
}

@media (min-width: 768px) and (min-height: 0px) and (max-height: 770px) {
  .home-space {
    line-height: 28px;
    padding-top: 40px;
    font-size: 14px;
  }
  .inner-space {
    font-size: 14px;
  }
  .home-space p {
    margin-bottom: 10px;
  }
}

.dropdown-menu > li > a {
  color: #e6d852;
  font-weight: 700;
}

.hole-video {
  display: none;
}

.body-class-scorecard .page-space .ib-content {
  overflow-x: auto;
}

.inner-space {
  padding-top: 50px;
}

.home-space {
  padding-top: 50px;
}

.hole-heading h2 {
  font-size: 36px;
  line-height: 46px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-heading h2, .hole-page-wrapper .hole-heading h2, .hole-page-wrapper .hole-heading h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  #hole-section-one .hole-large-pic > .wysiwyg-editable img {
    object-position: center;
  }
}

.first-hole-heading.hole-heading {
  top: 90px;
  transform: translateY(0px);
}

.hole-page-wrapper .hole-space {
  padding-top: 15px;
}

.home-sep {
  text-align: center;
}

.home-sep h1 {
  margin: 0px;
  line-height: 36px;
  font-size: 36px;
}

/* scroll to top */

@media (min-width: 980px) {
  .scrollTop {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
  }
  .scrollTop a {
    opacity: 0;
    background-color: #a59b3a;
    border: 2px solid #a59b3a;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    display: inline-block;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .scrollTop a i {
    font-size: 20px;
    margin-top: 7px;
  }
  .scrollTop a:hover {
    color: #333;
    cursor: pointer;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.body-class-clubhouse #inner-section-four .inner-large-pic > .wysiwyg-editable img {
  object-position: right;
}

.php-ckeditor .editor-charity {
  background: #000;
}

.footer-charity a {
  margin-right: 50px;
}

.footer-charity a:last-child {
  margin-right: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer-charity a {
    display: block;
    margin: 20px 0px;
  }
}

.body-class-heritage h2 {
  text-align: center;
  position: relative;
}

.body-class-heritage h2::before {
  display: inline-block;
  width: 35%;
  background: #a59b3a;
  height: 2px;
  content: '';
  position: absolute;
  top: 18px;
  left: 0px;
}

.body-class-heritage h2::after {
  display: inline-block;
  width: 35%;
  background: #a59b3a;
  height: 2px;
  content: '';
  position: absolute;
  top: 18px;
  right: 0px;
}

.body-class-visitor_information .span7 h3 {
  padding: 0px 0px 15px;
  border-bottom: 2px solid #A59B3A;
  color: #333;
  margin: 0px 0px 10px;
}

.body-class-visitor_information .ib-content .span7 {
  text-align: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-visitor_information .span5 img {
    max-width: 350px;
    width: 100%;
    margin: 10px auto;
  }
  .body-class-visitor_information .ib-content .span7 {
    text-align: center;
  }
}

.body-class-our_team .ib-content {
  text-align: left;
}

.body-class-our_team .ib-content h3 {
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #a59b3a;
}

.body-class-our_team .ib-content .our-team-bottom-row p {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #A59B3A;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-our_team .ib-content img {
    max-width: 350px;
    width: 100%;
    margin: 10px auto;
  }
  .body-class-our_team .ib-content {
    text-align: center;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px 12px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .iOS .course-overview-page-wrapper .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .course-nav .next-hole a {
    letter-spacing: 2px;
    font-size: 18px;
  }
  .course-nav .more-detail a {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .iOS .inner-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 70px);
  }
  .iOS .inner-left-content {
    height: calc(100vh - 70px);
  }
  .iOS .inner-right-content {
    height: calc(100vh - 70px);
  }
  .iOS.body-class-location #map_container {
    height: calc(100vh - 70px) !important;
  }
  .body-contentpage.body-class-location #inner-section-two .inner-large-pic {
    width: 60%;
  }
}

/* additional tweaks */

.home-space, .inner-space {
  padding-top: 20px;
}

.home-page-wrapper h2, .home-page-wrapper h1{
  margin-bottom: 0px;
}

.inner-title h1 {
  margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .first-hole-heading.hole-heading {
    top: 60px;
  }
}

.body-class-scorecard table tr:nth-child(10) td:nth-child(4), .body-class-scorecard table tr:nth-child(10) td:nth-child(7), .body-class-scorecard table tr:nth-child(10) td:nth-child(10), .body-class-scorecard table tr:nth-child(10) td:nth-child(13), .body-class-scorecard table tr:nth-child(10) td:nth-child(16), .body-class-scorecard table tr:nth-child(10) td:nth-child(19), .body-class-scorecard table tr:nth-child(10) td:nth-child(22), .body-class-scorecard table tr:nth-child(10) td:nth-child(25) {
  font-weight: 700;
}

.body-class-scorecard table tr:nth-child(20) td:nth-child(4), .body-class-scorecard table tr:nth-child(20) td:nth-child(7), .body-class-scorecard table tr:nth-child(20) td:nth-child(10), .body-class-scorecard table tr:nth-child(20) td:nth-child(13), .body-class-scorecard table tr:nth-child(20) td:nth-child(16), .body-class-scorecard table tr:nth-child(20) td:nth-child(19), .body-class-scorecard table tr:nth-child(20) td:nth-child(22), .body-class-scorecard table tr:nth-child(20) td:nth-child(25) {
  font-weight: 700;
}

.body-class-scorecard table tr:nth-child(21) td:nth-child(4), .body-class-scorecard table tr:nth-child(21) td:nth-child(7), .body-class-scorecard table tr:nth-child(21) td:nth-child(10), .body-class-scorecard table tr:nth-child(21) td:nth-child(13), .body-class-scorecard table tr:nth-child(21) td:nth-child(16), .body-class-scorecard table tr:nth-child(21) td:nth-child(19), .body-class-scorecard table tr:nth-child(21) td:nth-child(22), .body-class-scorecard table tr:nth-child(21) td:nth-child(25) {
  font-weight: 700;
}

.body-class-scorecard table tr:nth-child(22) td:nth-child(4), .body-class-scorecard table tr:nth-child(22) td:nth-child(7), .body-class-scorecard table tr:nth-child(22) td:nth-child(10), .body-class-scorecard table tr:nth-child(22) td:nth-child(13), .body-class-scorecard table tr:nth-child(22) td:nth-child(16), .body-class-scorecard table tr:nth-child(22) td:nth-child(19), .body-class-scorecard table tr:nth-child(22) td:nth-child(22), .body-class-scorecard table tr:nth-child(22) td:nth-child(25) {
  font-weight: 700;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .body-class-1 .header-wrapper, .body-class-2 .header-wrapper, .body-class-3 .header-wrapper, .body-class-4 .header-wrapper, .body-class-5 .header-wrapper, .body-class-6 .header-wrapper, .body-class-7 .header-wrapper, .body-class-8 .header-wrapper, .body-class-9 .header-wrapper, .body-class-10 .header-wrapper, .body-class-11 .header-wrapper, .body-class-12 .header-wrapper, .body-class-13 .header-wrapper, .body-class-14 .header-wrapper, .body-class-15 .header-wrapper, .body-class-16 .header-wrapper, .body-class-17 .header-wrapper, .body-class-18 .header-wrapper {
    position: absolute;
  }
  .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 0px);
  }
  .iOS .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 70px);
  }
  #hole-section-one .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 0px);
    object-position: bottom;
  }
  .iOS #hole-section-one .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 70px);
    object-position: bottom;
  }
  .iOS #hole-section-two {
    height: 100vh;
  }
  .iOS #hole-section-two .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 0px);
  }
  .iOS #hole-section-three .hole-large-pic > .wysiwyg-editable img {
    height: calc(100vh - 70px);
  }
  #hole-section-one .hole-scroll {
    bottom: 10px;
  }
  .first-hole-heading.hole-heading {
    top: 110px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hole-page-wrapper .hole-heading {
    top: 110px;
  }
}

.php-index .content-wrapper #globalwrap .global {
  background: rgba(255,255,255,0.8);
  border: 2px solid #a59b3a;
  padding: 20px;
}

.body-class-members.body-contentpage form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.body-class-members.body-contentpage form .customFormMultiCheckBoxWrapper {
  display: inline-block;
  margin-bottom: 15px;
}

.body-class-members.body-contentpage form .customFormCheckboxItem {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}

.body-class-members.body-contentpage form input[type="checkbox"] {
  margin: 0px;
}

.body-class-members.body-contentpage form input[type="text"] {
  width: 80%;
  height: 30px;
}

.body-class-members.body-contentpage form textarea {
  width: 80%;
  height: 120px;
}

/* end anton styles */

.formfullwidth span.customFormLine textarea {
	width: 100%;
	min-height: 120px;
	}