/* anton styles */

/* fonts */

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Libre Baskerville', serif;
  --headingcolor: #1A4027;
  --headingcolor2: #4A8162;
  --pictureheadingcolor: #fff;
  --linkcolor: #1A4027;
  --textlinkcolor: #27A652;
  --picturelinkcolor: #FFF;
  --picturelinkhover: #F2E121;
  --hoverhighlight: #4A8162;
  --bodycolor: #555;
  --picturebodycolor: #fff;
  --headerbg: #217750;
  --publicfooterbg: #656565;
  --membersfooterbg: #fff;
  --navbg: #134730;
  --navlink: #fff;
  --navactivelink: #F2E121;
  --dropdownbg: #134730;
  --scorecardpurple: #800080;
  --scorecardyellow: #ebda1b;
  --scorecardred: #f00;
  --scorecardgold: #8b7544;
  --scorecardblue: #00f;
  --scorecardsilver: #dadada;
  --scorecardgreen: #256543;
  --scorecardorange: #FFA500;
  --scorecardwhite: #eee;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 26px;
  font-weight: 400;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--linkcolor);
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  font-weight: 400;
  text-transform: initial;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
  text-decoration: none;
}

h5 a:hover, h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

a {
  color: var(--textlinkcolor);
  text-decoration: none;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  background: transparent;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.header-logo {
  width: 100px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  width: 62px;
}

.header-links {
  position: absolute;
  top: 90px;
  right: 100px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hl-vert {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #fff;
  position: relative;
  top: 3px;
}

.fix .header-links {
  top: 0px;
  right: 0px;
  background: var(--headerbg);
}

.fix.body-public.body-class-home .header-links {
  background: transparent;
}

.header-links a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
}

.header-links a:hover, .header-links a:focus {
  color: var(--picturelinkhover);
}

/* nav */

#hamburger-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 80px;
  border: none;
  z-index: 20;
  background: var(--headerbg);
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover, .show-menu #hamburger-icon {
  background: var(--dropdownbg);
}

#hamburger-icon .line {
  height: 3px;
  background: #fff;
  left: 140px;
  width: 47px;
  position: absolute;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover .line {
  color: #fff;
}

#hamburger-icon .line-1 {
  top: 25px;
}

#hamburger-icon .line-2 {
  top: 39px;
  opacity: 1;
  width: 39px;
}

#hamburger-icon .line-3 {
  top: 53px;
  width: 31px;
}

.show-menu #hamburger-icon .line-1 {
  top: 40px;
  transform: rotate(45deg);
  width: 40px;
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 40px;
  transform: rotate(-45deg);
  width: 40px;
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  top: 31px;
  left: 50px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-menu .menu-open {
  opacity: 0;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  top: 31px;
  left: 50px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
}

#myNavbar {
  position: fixed;
  top: 0px;
  left: -350px;
  min-height: 100vh;
  background: var(--headerbg);
  width: 350px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  left: 0px;
}

.nav-wrapper {
  margin-top: 100px;
  padding: 12px 30px 30px;
  height: calc(100vh - 114px);
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  text-shadow: none;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.body-contentpage.body-public .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-home.body-public .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

[class*="php-"] .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after, .body-class-members .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.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 {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  background: var(--dropdownbg);
  border: none;
  box-shadow: none;
  float: none;
  margin: 0px 10px;
  border-radius: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

/* footer */

.public-footer {
  background: url('/images/resources/camberley/IMG_6765.jpg');
  padding-top: 287px;
  color: #fff;
  background-position:center;
}

.pft-flex {
  display: flex;
}

.pf-top a {
  color: #fff;
}

.pf-top a:hover, .pf-top a:focus {
  color: var(--picturelinkhover);
  text-decoration: underline;
}

.pft-social {
  margin-top: 50px;
}

.pft-social a {
  font-size: 22px;
}

.pft-social a:hover, .pft-social a:focus {
  text-decoration: none;
}

.pft-social a:nth-child(2) {
  margin: 0px 8px;
}

.pft-social a:nth-child(2) img {
  width: 20px;
  position: relative;
  top: -2px;
}

.pftf-col {
  width: 31%;
  margin-right: 10px;
}

.pftf-links {
  width: 23%;
  margin: 0px 10px;
}

.pftf-links h6 {
  color: var(--picturelinkhover);
}

.ptft-links a {
  color: #fff;
}

.ptft-links a:hover, .ptft-links a:focus {
  color: var(--picturelinkhover);
  text-decoration: underline;
}

.body-public.body-class-home .members-footer, .body-public.body-contentpage .members-footer {
  display: none;
}

.pf-middle {
  margin-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.pf-bottom {
  padding: 35px 0px;
}

.members-footer {
  background: var(--dropdownbg);
  color: #fff;
  padding: 15px 0px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mff-copy {
  width: 75%;
}

.mf-vert-line {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #fff;
  margin: 0px 8px;
  position: relative;
  top: 4px;
}

.mff-copy a {
  color: #fff;
}

.mff-copy a:hover, .mff-copy a:focus {
  color: var(--picturelinkhover);
}

.mff-ig {
  width: 25%;
  text-align: right;
}

.mff-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-top-hundred {
  position: absolute;
  bottom: 80px;
  right: 100px;
  z-index: 20;
  display: flex;
  color: #fff;
  text-align: center;
  z-index: 50;
}

.home-top-hundred > div {
  width: 100px;
  border: 2px solid #fff;
  padding: 10px;
  height: 70px;
}

.home-top-hundred .hth-two {
  margin: 0px 25px;
}

.home-top-hundred p {
  margin: 0px;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 20px;
}

.home-top-hundred p:first-of-type {
  font-family: var(--headingfont);
  font-size: 20px;
  margin-bottom: 10px;
}

.hs-explore {
  position: absolute;
  left: 0px;
  width: 100px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  bottom: 70px;
  z-index: 40;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.hs-explore:hover {
  cursor: pointer;
  color: var(--picturelinkhover);
}

.hs-explore i {
  font-size: 28px;
  position: relative;
  top: 0px;
  animation-name: arrowBounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}

@keyframes arrowBounce {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}

.home-full {
  position: relative;
  height: 100vh;
}

.home-full .hf-pic > .wysiwyg-editable > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hfp-left {
  position: absolute;
  left: 0%;
  width: 45%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: var(--picturelinkcolor);
  bottom: 0px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.hfp-space {
  padding: 50px 150px 100px;
  position: absolute;
  bottom: 0px;
}

.home-page-wrapper .hfp-space a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  background: rgba(0,0,0,0.6);
  max-width: 50%;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
}

.home-page-wrapper .hfp-space a:hover {
  color: var(--picturelinkhover);
}

.home-page-wrapper .hfp-space a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 20px;
}

.hfp-right {
  position: absolute;
  right: 0%;
  width: 45%;
  background: rgba(0,0,0,0.6);
  color: var(--picturelinkcolor);
  bottom: 0px;
  height: 100%;
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.home-page-wrapper .home-full h1, .home-page-wrapper .home-full h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.inner-page-wrapper .hfp-space a {
  color: var(--picturelinkhover);
}

.inner-page-wrapper .hfp-space a:hover, .inner-page-wrapper .hfp-space a:focus {
  color: var(--picturelink);
  text-decoration: underline;
}

/* newsletter subscribe */

.newsletter-block {
  margin: 120px 0px;
  text-align: center;
}

.nb-title h4 {
  margin: 0px 0px 30px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

.nb-form {
  margin-top: 30px;
}

.nb-form form {
  background: #ececec;
  max-width: 520px;
  margin: 30px auto 0px;
  position: relative;
}

.nb-form label {
  position: absolute;
  top: 24px;
  left: 20px;
  margin: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.nb-form .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.nb-form input {
  background: transparent;
  height: 60px;
  border: none;
  padding-left: 20px;
  padding-right: 160px;
  width: calc(100% - 180px);
}

.nb-form input[type*="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 130px;
  padding: 0px 5px;
  height: 72px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--headerbg);
  font-weight: 600;
  background: transparent;
}

.nb-form input[type*="submit"]:hover, .nb-form input[type*="submit"]:focus {
  background: var(--headerbg);
  color: #fff;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-intro {
  margin: 100px 0px;
}

.narrow-space {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}

.inner-page-wrapper .hfp-left h2, .inner-page-wrapper .hfp-left h3, .inner-page-wrapper .hfp-left h4, .inner-page-wrapper .hfp-left h5, .inner-page-wrapper .hfp-left h6 {
  color: var(--pictureheadingcolor);
  font-size: 38px;
  line-height: 48px;
}

.inner-page-wrapper .hfp-right h2, .inner-page-wrapper .hfp-right h3, .inner-page-wrapper .hfp-right h4, .inner-page-wrapper .hfp-right h5, .inner-page-wrapper .hfp-right h6 {
  color: var(--pictureheadingcolor);
  font-size: 38px;
  line-height: 48px;
}

/* inner added boxes style */

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 0px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inner-full-added {
  text-align: center;
  margin: 100px 0px;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  margin: 100px 0px;
}

.two-equal-added.flex-row.flip-flex {
  flex-direction: row-reverse;
}

.two-equal-added.flex-row .ie-content-col {
  width: 50%;
  margin-right: 15px;
}

.two-equal-added.flex-row .ie-image-col {
  width: 50%;
  margin-left: 15px;
}

.two-equal-added.flex-row.flip-flex .ie-content-col {
  margin-right: 0px;
  margin-left: 15px;
}

.two-equal-added.flex-row.flip-flex .ie-image-col {
  margin-left: 0px;
  margin-right: 15px;
}

.ie-col-space {
  max-width: 500px;
  margin-right: 50px;
}

.flip-flex .ie-col-space {
  margin-left: 50px;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  margin: 100px 0px;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
  margin: 100px 0px;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added.flex-row, .three-equal-added.flex-row, .four-equal-added.flex-row {
    flex-direction: column;
    margin: 50px 0px;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .two-equal-added.flex-row .ie-content-col {
    width: 100%;
    margin: 0px;
  }
  .ie-col-space {
    max-width: initial;
    margin: 0px;
    text-align: center;
  }
  .ie-col {
    text-align: center;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::after {
  content: '\f067';
  font-family: 'FontAwesome';
  margin-left: 6px;
  font-size: 16px;
  position: relative;
  top: -2px;
}

.body-contentpage .active-accord .accordion-title h3::after {
  content: '\f00d';
  font-size: 16px;
  position: relative;
  top: -2px;
}

.body-contentpage .accordion-content {
  display: none;
}

/* course */

.hole-nav {
  position: absolute;
  bottom: 150px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 50;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 4px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--headingfont);
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--picturelinkhover);
}

.body-contentpage table.scorecard th:nth-child(2), .body-contentpage table.scorecard td:nth-child(2) {
  background: var(--scorecardpurple);
  color: #fff;
}

.body-contentpage table.scorecard td {
  text-align: center;
}

.body-contentpage table.scorecard th:nth-child(5), .body-contentpage table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: #000;
}

.body-contentpage table.scorecard th:nth-child(8), .body-contentpage table.scorecard td:nth-child(8), .body-contentpage table.scorecard th:nth-child(9), .body-contentpage table.scorecard td:nth-child(9), .body-contentpage table.scorecard th:nth-child(10), .body-contentpage table.scorecard td:nth-child(10) {
  display: none;
}

.body-contentpage table.scorecard th:nth-child(11), .body-contentpage table.scorecard td:nth-child(11) {
  background: var(--scorecardgold);
  color: #fff;
}

.body-contentpage table.scorecard th:nth-child(14), .body-contentpage table.scorecard td:nth-child(14), .body-contentpage table.scorecard th:nth-child(15), .body-contentpage table.scorecard td:nth-child(15), .body-contentpage table.scorecard th:nth-child(16), .body-contentpage table.scorecard td:nth-child(16) {
  display: none;
}

.body-contentpage table.scorecard th:nth-child(17), .body-contentpage table.scorecard td:nth-child(17) {
  background: var(--scorecardsilver);
  color: #000;
}

.body-contentpage table.scorecard th:nth-child(20), .body-contentpage table.scorecard td:nth-child(20), .body-contentpage table.scorecard th:nth-child(21), .body-contentpage table.scorecard td:nth-child(21), .body-contentpage table.scorecard th:nth-child(22), .body-contentpage table.scorecard td:nth-child(22) {
  display: none;
}

.body-contentpage table.scorecard th:nth-child(23), .body-contentpage table.scorecard td:nth-child(23) {
  background: var(--scorecardgreen);
  color: #fff;
}

.body-contentpage table.scorecard th:nth-child(26), .body-contentpage table.scorecard td:nth-child(26), .body-contentpage table.scorecard th:nth-child(27), .body-contentpage table.scorecard td:nth-child(27), .body-contentpage table.scorecard th:nth-child(28), .body-contentpage table.scorecard td:nth-child(28) {
  display: none;
}

.body-contentpage table.scorecard th:nth-child(29), .body-contentpage table.scorecard td:nth-child(29), .body-contentpage table.scorecard th:nth-child(30), .body-contentpage table.scorecard td:nth-child(30), .body-contentpage table.scorecard th:nth-child(31), .body-contentpage table.scorecard td:nth-child(31) {
  display: none;
}

.body-contentpage table.scorecard th:nth-child(32), .body-contentpage table.scorecard td:nth-child(32), .body-contentpage table.scorecard th:nth-child(33), .body-contentpage table.scorecard td:nth-child(33), .body-contentpage table.scorecard th:nth-child(34), .body-contentpage table.scorecard td:nth-child(34) {
  display: none;
}

.accordion-content {
  overflow-x: auto;
}

/* hole */

.hole-page-wrapper .inner-intro {
  text-align: center;
}

.hole-yards {
  display: flex;
  max-width: 1150px;
  margin: 0px auto 30px;
}

.hole-yards > div {
  flex: 1 1 0;
  margin: 0px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

.hole-blue::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 19px;
  background: var(--scorecardgold);
  display: inline-block;
  left: 0px;
  margin-right: 10px;
  top: 4px;
}

.hole-white::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 19px;
  background: var(--scorecardpurple);
  display: inline-block;
  left: 0px;
  margin-right: 10px;
  top: 4px;
}

.hole-green::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 19px;
  background: var(--scorecardgreen);
  display: inline-block;
  left: 0px;
  margin-right: 10px;
  top: 4px;
}

.hole-yellow::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 19px;
  background: var(--scorecardyellow);
  display: inline-block;
  left: 0px;
  margin-right: 10px;
  top: 4px;
}

.hole-red::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 19px;
  background: var(--scorecardsilver);
  display: inline-block;
  left: 0px;
  margin-right: 10px;
  top: 4px;
}

.hole-full {
  position: relative;
}

.hole-full img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hf-map {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  z-index: 10;
  width: 470px;
}

.hf-map img {
  width: 100%;
  height: 100%;
  object-fit: initial;
}

.hole-tip {
  max-width: 720px;
  margin: 0px auto;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: url('/images/resources/camberley/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

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, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 100px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: 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, .invalid-page .header-logo {
  float: left;
  margin-left: 0px;
  position: relative;
  top: 5px;
  width: 65px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-left, .body-class-members .header-left, .body-class-visitorbooking .header-left, .body-class-getawayletter .header-left, [class*="body-class-setcoursestatus"] .header-left, .body-class-opens .header-left, .body-loginpage .header-left {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-status, .body-class-members .header-status, .body-class-visitorbooking .header-status, .body-class-getawayletter .header-status, [class*="body-class-setcoursestatus"] .header-status, .body-class-opens .header-status, .body-loginpage .header-status, .invalid-page .header-status {
  display: none;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-right, .body-class-members .header-right, .body-class-visitorbooking .header-right, .body-class-getawayletter .header-right, [class*="body-class-setcoursestatus"] .header-right, .body-class-opens .header-right, .body-loginpage .header-right, .invalid-page .header-right {
  display: none;
}

body[class*="php-"] .top-header-left, .body-class-members .top-header-left, .body-class-visitorbooking .top-header-left, .body-class-getawayletter .top-header-left, [class*="body-class-setcoursestatus"] .top-header-left, .body-class-opens .top-header-left, .body-loginpage .top-header-left, .invalid-page .top-header-left {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, .invalid-page .header-top-right {
  top: 10px;
  display: none;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
  border-bottom: none;
  float: left;
}

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, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-size: 15px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 27px;
  margin-left: 95px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .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, .invalid-page .dropdown-menu > li > a {
  padding: 3px 20px;
}

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, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar, .invalid-page #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

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, body[class*="match"] .content-wrapper, .invalid-page .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, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* 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, body[class*="match"], .invalid-page {
   margin-bottom: 160px; 
  }
  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, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  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, body[class*="match"], .invalid-page {
   margin-bottom: 185px; 
  }
  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, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 95px;
    font-size: 15px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#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: var(--headingcolor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  margin: 2px;
   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: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.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.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .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-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;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
}

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, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .hfp-space {
    padding: 50px 125px 75px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .hfp-space {
    padding: 50px 100px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .hfp-space {
    padding: 50px 75px 30px;
  }
  .public-footer {
    font-size: 14px;
  }
}

/* main responsive styles */

/* landscape tablet styles */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-links {
    top: 45px;
    right: 50px;
  }
  .header-logo {
    top: 20px;
    width: 90px;
  }
  .hfp-space {
    padding: 30px 50px;
  }
  .public-footer {
    font-size: 14px;
  }
  .hf-map {
    right: 50px;
    width: 370px;
  }
  .hfp-space a {
    max-width: 60%;
  }
  .home-top-hundred {
    right: 10px;
  }
  .home-top-hundred .hth-two {
    margin: 0px 10px;
  }
  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, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 11px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-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, .invalid-page .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
  .members-footer {
    font-size: 14px;
  }
}

/* portrait tablet styles */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .hfp-space {
    padding: 20px;
  }
  .hfp-space a {
    max-width: 70%;
  }
  .home-top-hundred {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 180px;
    width: 420px;
  }
  .public-footer {
    font-size: 12px;
  }
  .hole-nav ul {
    width: 465px;
    margin: 0px auto;
  }
  .hole-nav {
    bottom: 180px;
  }
  .hole-yards {
    display: grid;
    gap: 15px;
    max-width: 650px;
  }
  .hole-yards > div {
    margin: 0px;
  }
  .hf-map {
    width: 260px;
    right: 20px;
  }
  .members-footer {
    font-size: 12px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 724px;
  }
  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, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .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;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* portrait tablet and mobile styles */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    background: var(--headerbg);
    min-height: 80px;
  }
  .header-logo {
    width: 51px;
    top: 5px;
  }
  .header-links, .fix .header-links {
    top: 20px;
    right: 10px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    color: var(--navactivelink);
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
    position: absolute;
    right: 0px;
    left: auto;
    display: block;
    top: 10px;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
    left: 0px;
    top: 0px;
    margin-left: 0px;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
    float: none;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .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, .invalid-page .dropdown-menu > li > a {
    padding: 9px 20px;
  }
}

/* mobile styles */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hfp-space {
    padding: 20px;
  }
  #hamburger-icon {
    width: 80px;
  }
  .menu-open, .menu-close {
    display: none;
  }
  #hamburger-icon .line {
    left: 16px;
  }
  .show-menu #hamburger-icon .line {
    left: 20px;
  }
  .hl-vert {
    display: none;
  }
  .header-links, .fix .header-links {
    text-align: right;
    top: 8px;
  }
  .header-links a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 2px 10px;
    display: block;
    margin: 5px 0px;
  }
  .hfp-left, .hfp-right {
    width: 100%;
    text-align: center;
  }
  .hfp-space {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 0px;
    right: 0px;
  }
  .hfp-space a {
    margin: 0px auto 1px;
  }
  .home-top-hundred {
    display: none;
  }
  .home-top-hundred .hth-two {
    margin: 10px 0px;
  }
  .home-top-hundred > div {
    width: 60px;
    height: 40px;
  }
  .home-top-hundred p:first-of-type {
    font-size: 14px;
    margin: 0px;
  }
  .public-footer {
    padding-top: 50px;
    background-color: #000;
    background-image: none;
  }
  .pft-flex {
    display: grid;
    text-align: center;
  }
  .pftf-col {
    width: 100%;
    margin: 10px 0px;
  }
  .pftf-links {
    width: 100%;
    margin: 10px 0px;
  }
  .pft-social {
    margin-top: 20px;
  }
  .pf-middle {
    text-align: center;
  }
  .pf-middle a:nth-of-type(2) {
    margin: 20px 0px;
    display: block;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mff-copy {
    width: 100%;
    text-align: center;
  }
  .mff-ig {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .narrow-space {
    padding: 0px 20px;
  }
  .inner-intro {
    margin: 50px 0px;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: var(--headerbg);
  }
  .hole-nav ul {
    width: 300px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 4px;
  }
  .hole-nav ul li a {
    font-size: 16px;
  }
  .hole-page-wrapper .hs-explore, .body-class-course .hs-explore {
    bottom: 190px;
  }
  .hole-yards {
    flex-direction: column;
    max-width: 215px;
  }
  .hole-yards > div {
    margin: 10px 0px;
  }
  .hf-map {
    width: 180px;
    right: 20px;
  }
  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, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [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;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .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;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* small mobile styles */

@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;
  }
  #myNavbar {
    width: 100%;
    left: -550px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
}

/* editor */

.php-ckeditor .hs-explore {
  display: none;
}

.php-ckeditor .home-top-hundred {
  position: relative;
  bottom: 0px;
  right: 0px;
  margin: 15px 0px;
  background: rgba(0,0,0,0.5);
}

.php-ckeditor .home-top-hundred > div {
  width: 120px;
}

.php-ckeditor .newsletter-include {
  margin: 15px 0px;
}

.php-ckeditor .hfp-space {
  padding: 20px 10px;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .hf-map {
  right: 50px;
  width: 200px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .inserted-block {
  padding: 50px 0px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

.home-slideshow > .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 768px) {
  .home-page-wrapper {
    overflow-x: hidden;
  }
  #home-slide-one .hfp-left, #home-slide-three .hfp-left {
    left: -50%;
  }
  #home-slide-two .hfp-right, #home-slide-four .hfp-right {
    right: -50%;
  }
  #home-slide-one.slide .hfp-left, #home-slide-three.slide .hfp-left {
    left: 0%;
  }
  #home-slide-two.slide .hfp-right, #home-slide-four.slide .hfp-right {
    right: 0%;
  }
}

.php-index #leftcontent i {
  font-size: 24px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/camberley/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.body-contentpage.invalid-page .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  display: none;
}

.body-contentpage.invalid-page .members-footer {
  display: block;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  bottom: 140px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 60px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 90%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form select {
    width: 80%;
    text-align: center;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li, .inner-full-added ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .htcc-space table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: center;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav {
  display: none !important;
}

/* intro gallery */

.inner-page-wrapper .row-fluid .span8.gallery-image {
  width: 100%;
  margin: 0px;
  float: none;
}

.inner-page-wrapper .row-fluid .span4.gallery-thumbs {
  width: 100%;
  margin: 0px;
  float: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hs-explore {
    bottom: 5px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .home-page-wrapper .home-full h1, .home-page-wrapper .home-full h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 10px;
  }
  .home-page-wrapper .hfp-space a {
    padding: 6px 30px;
  }
  .home-page-wrapper .hfp-space a::after {
    top: 6px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: portrait) {
  .home-full.pic-only {
    height: auto;
  }
  .home-full.pic-only .hf-pic img {
    height: auto;
  }
}

.inner-page-wrapper table.scorecard {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 480px) {
  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, body[class*="match"] .members-footer, .invalid-page .members-footer {
    font-size: 13px;
  }
}

.php-ckeditor #home-slide-one .hfp-left, .php-ckeditor #home-slide-three .hfp-left {
  left: 0px;
}

.php-ckeditor #home-slide-two .hfp-right, .php-ckeditor #home-slide-four .hfp-right {
  right: 0px;
}

.php-index #rightcontent #fpmessagediv a {
  word-break: break-word;
}

.php-ongoing #globalwrap > .global > p:first-of-type > a:first-of-type {
  display: none;
} 

@media (min-width: 0px) and (max-width: 767px) {
  .hfp-space ul li {
    list-style: none;
  }
  .hfp-space ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    margin-right: 6px;
    color: #fff;
    position: relative;
    top: -3px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .hfp-space {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .hole-yards > div {
    letter-spacing: 0px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-blue {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .hole-white {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .hole-green {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .hole-yellow {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .hole-red {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

.home-slideshow {
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

.home-top-hundred .hth-extra {
  border: none;
  height: auto;
  padding: 32px 10px;
  width: 200px; /* temp */
}

.page-url-course_status .inner-page-wrapper h3 {
  display: none;
}

@media (min-width: 1800px) {
  .body-public .hfp-space .wysiwyg-editable {
    min-width: 510px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .body-public .hfp-space .wysiwyg-editable {
    min-width: 470px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .body-public .hfp-space .wysiwyg-editable {
    min-width: 430px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .body-public .hfp-space .wysiwyg-editable {
    min-width: 390px;
  }
}

.home-top-hundred > .hth-hundred {
  border: none;
  height: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow {
    height: calc(100vh - 56px);
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-page-wrapper .home-slideshow {
    height: 45vh; 
  }
  .hole-page-wrapper .home-slideshow, .page-url-course .home-slideshow {
    height: calc(100vh - 56px);
  }
  .hole-page-wrapper .home-slideshow .galleryInner, .hole-page-wrapper .home-slideshow .galleryInner img, .page-url-course .home-slideshow .galleryInner, .page-url-course .home-slideshow .galleryInner img {
    height: calc(100vh - 86px) !important;
  }
  .hole-nav {
    position: absolute;
  }
}

@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .hole-nav {
    bottom: 0px;
  }
  .hole-nav ul {
    width: 450px;
  }
  .hole-page-wrapper .hs-explore, .body-class-course .hs-explore {
    bottom: 10px;
  }
  .hole-page-wrapper .inner-intro, .body-class-course .inner-intro {
    margin-top: 140px;
  }
}

.home-top-hundred > .hth-top-100 {
  height: auto;
  border: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
   .home-top-hundred {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 180px;
    width: 420px;
  }
}

/* end anton styles */