/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  /* --headingfont: 'Playfair Display', serif; */
  --headingfont: 'DM Serif Display', serif;
  --headingcolor: #24235F;
  /* --headingcolor2: #AA944B; */
  --headingcolor2: #8F8774;
  --highlightcolor: #24235F;
  --bodycolor: #333;
  /* --headerbg: #F2EDE7; */
  --headerbg: #f1f1f1;
  --topfooterbg: #24235F;
  --bottomfooterbg: #AA944B;
  --navlink: #333;
  /* --navactivelink: #AA944B; */
  --navactivelink: #8F8774;
  --dropdownbg: #f7f4f0;
  /* --pagebg: #F2EDE7; */
  /* --pagebg: #d5d2ce; */
  --pagebg: #f1f1f1;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  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(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: transparent;
  border-image: url('/images/resources/bushhillpark/button-background-nobg.png') 30 fill / 30px / 5px repeat;
  color: var(--headingcolor);
  display: inline-block;
  padding: 9px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
}

h6 a {
  background: var(--headingcolor2);
  border-image: url('/images/resources/bushhillpark/button-background-nobg.png') 30 fill / 30px / 5px repeat;
  color: #fff;
  display: inline-block;
  padding: 9px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  line-height: 30px;
  font-family: var(--headingfont);
  position: relative;
}

h6 a:hover, h6 a:focus {
  background: var(--headingcolor);
  color: #fff;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper 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: var(--headingcolor2);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--headingcolor);
  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(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  min-height: 175px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: var(--headerbg);
}

.header-space {
  margin: 0px 50px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 105px;
  z-index: 20;
}

.header-button {
  position: absolute;
  right: 0px;
  top: 12px;
}

.header-button a {
  display: inline-block;
  padding: 8px 10px;
  background: var(--headingcolor2);
  font-family: var(--headingfont);
  color: #fff;
  width: 90px;
  text-align: center;
  font-size: 14px;
}

.header-button a:hover, .header-button a:focus {
  background: #000;
}

.header-tel {
  position: absolute;
  top: 10px;
  right: 5px;
}

.top-header-bar {
  color: var(--headerbg);
  min-height: 20px;
}

.top-header-bar a {
  color: var(--headerbg);
}

.top-header-bar a:hover, .top-header-bar a:focus {
  color: #fff;
}

.top-header-left {
  float: left;
}

.top-header-right {
  float: right;
}

/* navbar */

.nav-section {
  margin-left: 90px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  top: 49px;
  padding-right: 0px;
}

.navbar .nav {
  float: none;
  text-align: center;
}

.navbar .nav > li {
  display: inline-block;
  float: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
}

.navbar-inverse .nav > li.nav-menu-contact_us > .dropdown-menu {
  left: auto;
  right: 0px;
}

.navbar-inverse .nav > li.nav-menu-contact_us > .dropdown-menu::before, .navbar-inverse .nav > li.nav-menu-contact_us > .dropdown-menu::after {
  left: auto;
  right: 7px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.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 {
  background: var(--dropdownbg);
  text-align: left;
}

.dropdown-menu > li > a {
  padding: 6px 15px;
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.logo-row-content {
  background: var(--topfooterbg);
  padding: 80px 0px;
}

.logo-row-flex {
  display: flex;
  align-items: center;
}

.lrf-logo {
  padding: 0px 10px;
  flex: 1 1 0;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.5);
}

.lrf-logo:last-child {
  border-right: none;
}

.body-class-home.body-public .members-footer, .body-public.body-contentpage .members-footer {
  display: none;
}

.page-footer {
  background: var(--headerbg);
  text-align: center;
  padding: 90px 0px;
  color: #333;
}

.pf-newsletter h4 {
  font-weight: 400;
  margin: 0px 0px 20px;
}

.pf-newsletter form {
  max-width: 600px;
  position: relative;
  margin: 0px auto;
}

.pf-newsletter label {
  position: absolute;
  bottom: 20px;
  color: #333;
  left: 10px;
  opacity: 1;
  margin: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter .hide-label label {
  opacity: 0;
}

.pf-newsletter input[type*="text"] {
  height: 52px;
  border-radius: 0px;
  width: calc(100% - 75px);
  border: 1px solid #C1BFC2;
  padding-right: 65px;
  margin: 0px;
}

.pf-newsletter input[type*="submit"] {
  position: absolute;
  bottom: 5px;
  width: 52px;
  border-radius: 0px;
  background: var(--headingcolor);
  color: #fff;
  padding: 16px 0px;
  text-align: center;
  border: none;
  margin: 0px !important;
  right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter input[type*="submit"]:hover, .pf-newsletter input[type*="submit"]:focus {
  background: var(--headingcolor2);
  color: #fff;
}

.pf-newsletter form::after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  bottom: 18px;
  right: 29px;
  font-size: 24px;
  pointer-events: none;
}

.body-public .pf-newsletter .wysiwyg-editable > br {
  display: none;
}

.pf-address {
  margin-top: 55px;
  font-size: 18px;
  line-height: 28px;
}

.pf-address a {
  color: #333;
}

.pf-address a:hover, .pf-address a:focus {
  color: var(--headingcolor);
}

.pf-social {
  margin: 20px 0px 40px;
}

.pf-social a {
  display: inline-block;
  width: 44px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  color: #333;
  border-radius: 50%;
  border: 2px solid #333;
  font-size: 22px;
  margin-right: 10px;
}

.pf-social a:last-of-type {
  margin-right: 0px;
}

.pf-social a:hover, .pf-social a:focus {
  color: var(--headingcolor);
  border-color: var(--headingcolor);
}

.pf-social a em {
  position: relative;
  left: 2.75px;
}

.pf-social a:nth-of-type(2) {
  position: relative;
}

.pf-social a:nth-of-type(2)::after {
  content: '';
  background-image: url('/images/resources/bushhillpark/bush-hil-park-hover-x-logo.png');
  background-size: 20px, 21px;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 12px;
  width: 20px;
  height: 21px;
  z-index: 8;
  display: inline-block;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-social a:nth-of-type(2):hover::after {
  opacity: 1;
}

.pf-social a img {
  width: 20px;
  position: relative;
  top: -2px;
}

.pf-ig-logo {
  margin-top: 20px;
}

.pf-ig-logo img {
  width: 120px;
}

.members-footer {
  background: var(--headerbg);
  padding: 10px 0px;
}

.mf-flex {
  display: flex;
}

.mf-copy {
  width: 75%;
  margin-right: 10px;
  padding-top: 9px;
}

.mf-ig-logo {
  width: 25%;
  margin-left: 10px;
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
  height: 100vh;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-slideshow .page-explore {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 120px;
  bottom: 100px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px #000;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-slideshow .page-explore:hover {
  color: #FFDE71;
  cursor: pointer;
}

.home-slideshow .page-explore i {
  font-size: 24px;
}

.home-status {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  z-index: 100;
  width: 250px;
  height: 90px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-shadow: 1px 1px #000;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-status.show-status {
  height: 260px;
}

.home-status-trig {
  width: 86px;
  height: 86px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0px auto;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-status-trig:hover {
  cursor: pointer;
  color: #FFDE71;
  border-color: #FFDE71;
}

.home-status-text {
  padding: 15px;
}

.home-status-content {
  height: 0px;
  margin-top: 10px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-status-content h3 {
  display: none;
}

.home-status-content {
  height: 100px;
}

#home-slide-one, #home-slide-two, #home-slide-three, #home-slide-four, #home-slide-five, #home-slide-six, #home-slide-seven {
  height: 100vh;
  position: relative;
}

.home-large-pic {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.home-large-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-right-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  padding: 30px 20px;
  background: var(--pagebg);
  max-width: 580px;
}

.hrc-space {
  /* border-image: url('/images/resources/bushhillpark/content-border-frame.png') 30 fill / 30px / 10px repeat; */
  border: 1px solid #b3b3b5;
  padding: 20px;
}

.hrc-space h4 {
  text-transform: uppercase;
  color: var(--headingcolor2);
  margin: 0px 0px 15px;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

.hrc-space h4::after {
  content: '';
  height: 3px;
  width: 150px;
  background: #9D9D9D;
  display: block;
  position: relative;
  top: 15px;
}

.hrc-space h1, .hrc-space h2 {
  font-size: 46px;
  line-height: 56px;
  margin: 0px 0px 15px;
}

.home-left-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  padding: 30px 20px;
  background: var(--pagebg);
  max-width: 580px;
}

.hlc-space {
  border: 1px solid #b3b3b5;
  /* border-image: url('/images/resources/bushhillpark/content-border-frame.png') 30 fill / 30px / 10px repeat; */
  padding: 20px;
}

.hlc-space h4 {
  text-transform: uppercase;
  color: var(--headingcolor2);
  margin: 0px 0px 15px;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

.hlc-space h4::after {
  content: '';
  height: 3px;
  width: 150px;
  background: #9D9D9D;
  display: block;
  position: relative;
  top: 15px;
}

.hlc-space h1, .hlc-space h2 {
  font-size: 52px;
  line-height: 62px;
  margin: 0px 0px 15px;
}

.home-flex {
  display: flex;
}

.home-flex-left {
  flex: 1 1 0;
}

.home-flex-right {
  flex: 1 1 0;
}

.home-flex .hf-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hf-pic {
  position: relative;
}

.hf-pic::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.hf-content {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
}

.hf-content h2 {
  color: #fff;
  margin: 0px 0px 20px;
  font-size: 52px;
  line-height: 62px;
}

.home-testimonials-block {
  background: var(--pagebg);
  padding: 40px;
  text-align: left;
}

.htb-space {
  /* border-image: url('/images/resources/bushhillpark/full-width-border.png') 30 fill / 30px / 10px repeat; */
  border: 1px solid #b3b3b5;
  padding: 40px 160px;
}

.home-testimonials-title h2 {
  margin: 0px 0px 40px;
  font-size: 46px;
  line-height: 56px;
}

.home-testimonials .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;
}

.content-wrapper .home-testimonials .galleryInner .nivo-caption {
    width: 100%;
    -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: left;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  max-width: 1070px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-shadow: none;
}

.home-testimonials .galleryInner .nivo-caption h4 {
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  color: var(--bodycolor);
  font-family: var(--headingfont);
}

.home-testimonials .galleryInner img {
    display: none !important;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: block !important;
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-prevNav {
  background: transparent;
  text-indent: 0px;
  font-size: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-prevNav::before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: var(--bodycolor);
  font-size: 42px;
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-prevNav:hover::before {
  color: var(--headingcolor2);
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-nextNav {
  background: transparent;
  text-indent: 0px;
  font-size: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-nextNav::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: var(--bodycolor);
  font-size: 42px;
}

#globalwrap .home-testimonials .nivo-directionNav .nivo-nextNav:hover::before {
  color: var(--headingcolor2);
}

.home-testimonials, .home-testimonials .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-full-screen {
  position: relative;
  height: 100vh;
}

.inner-full-block {
  text-align: left;
  padding: 30px 20px;
  background: var(--pagebg);
}

.ifb-space {
  /* border-image: url('/images/resources/bushhillpark/full-width-border.png') 30 fill / 30px / 10px repeat; */
  border: 1px solid #b3b3b5;
  padding: 80px 160px 170px;
}

.inner-full {
  margin: 0px auto;
  max-width: 1200px;
}

.ifb-space h2 {
  font-size: 46px;
  line-height: 56px;
}

.hrc-space h5, .hlc-space h5, .hrc-space h6, .hlc-space h6 {
  display: inline-block;
  margin-right: 25px;
}

.two-equal-col {
  display: flex;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  font-family: var(--headingfont);
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
  width: 50%;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.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;
}

.body-public .added-section-move-up {
  display: none;
}

.body-public .added-section-move-down {
  display: none;
}

.body-public .additional-button-row {
  display: none;
}

.body-public .added-section-remove {
  display: none;
}

/* course */

.scorecard-box {
  padding: 20px 0px 30px;
  text-align: left;
}

.scorecard-box a {
  background: var(--headingcolor2);
  border-image: url('/images/resources/bushhillpark/button-background-nobg.png') 30 fill / 30px / 5px repeat;
  color: #fff;
  display: inline-block;
  padding: 9px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
}

.scorecard-box a:hover, .scorecard-box a.disp {
  background: var(--headingcolor);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box a.disp:hover {
  color: var(--headingcolor2);
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--headingcolor);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardblue);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(14), table.scorecard td:nth-child(14) {
  background: var(--scorecardorange);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-nav {
  position: absolute;
  bottom: 125px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 20;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 1px;
  background: #fff;
  margin: 0px 5px;
  position: relative;
  top: -5px;
}

.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;
  font-family: var(--bodyfont);
  font-size: 16px;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: #FFDE71;
}

.hole-nav h2 {
  display: none;
}

.hole-page-wrapper .home-slideshow .page-explore {
  bottom: 60px;
}

.hole-title {
  max-width: 1000px;
  margin: 0px auto;
}

.hole-yards {
  max-width: 1000px;
  margin: 0px auto;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 20px;
  width: 220px;
  font-size: 18px;
  color: var(--headingcolor);
}

.hole-yards .white::before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--scorecardwhite);
  margin-right: 8px;
  float: left;
  position: relative;
  top: 7px;
}

.hole-yards .yellow::before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--scorecardyellow);
  margin-right: 8px;
  float: left;
  position: relative;
  top: 7px;
}

.hole-yards .red::before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--scorecardred);
  margin-right: 8px;
  float: left;
  position: relative;
  top: 7px;
}

.hole-tip {
  margin: 20px auto 0px;
  max-width: 1000px;
}

.hole-video {
  max-width: 1000px;
  margin: 40px auto 0px;
}

.hole-button {
  margin: 70px auto 0px;;
  max-width: 1000px;
}

.hole-bottom-section {
  position: relative;
}

.prev-hole {
  position: absolute;
  width: 220px;
  bottom: 100px;
  left: 50px;
  height: 60px;
  z-index: 5;
}

.prev-hole a {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.prev-hole a::before {
  content: '\f104';
  font-family: 'FontAwesome';
  margin-right: 16px;
}

.prev-hole a:hover, .prev-hole a:focus {
  color: #FFDE71;
}

.next-hole {
  position: absolute;
  width: 220px;
  bottom: 100px;
  right: 50px;
  height: 60px;
  z-index: 5;
}

.next-hole a {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.next-hole a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 16px;
}

.next-hole a:hover, .next-hole a:focus {
  color: #FFDE71;
}

.hbs-title {
  position: absolute;
  bottom: 100px;
  height: 60px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 200px;
  text-align: center;
}

.hbs-title h2 {
  margin: 0px;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
  font-family: var(--bodyfont);
}

.inner-video {
  margin: 50px auto;
}

.body-class-course .home-slideshow .page-explore {
  bottom: 60px;
}

.body-class-course .home-status, .hole-page-wrapper .home-status {
  bottom: 20px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page, .body-public[class*="php-competition"], .body-class-visitorbooking {
  background: url('/images/resources/bushhillpark/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, body[class*="match"] .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 126px;
  position: relative;
}

body[class*="php-"] .header-tel, .body-class-members .header-tel, .body-class-visitorbooking .header-tel, .body-class-getawayletter .header-tel, [class*="body-class-setcoursestatus"] .header-tel, .body-class-opens .header-tel, .body-loginpage .header-tel, body[class*="match"] .header-tel, .invalid-page .header-tel {
  display: none;
}

body[class*="php-"] .header-button, .body-class-members .header-button, .body-class-visitorbooking .header-button, .body-class-getawayletter .header-button, [class*="body-class-setcoursestatus"] .header-button, .body-class-opens .header-button, .body-loginpage .header-button, body[class*="match"] .header-button, .invalid-page .header-button {
  display: none;
}

body[class*="php-"] .bottom-header, .body-class-members .bottom-header, .body-class-visitorbooking .bottom-header, .body-class-getawayletter .bottom-header, [class*="body-class-setcoursestatus"] .bottom-header, .body-class-opens .bottom-header, .body-loginpage .bottom-header, body[class*="match"] .bottom-header {
  background: var(--bottomheaderbg);
  min-height: 126px;
}

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"] .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
  margin-left: 90px;
  margin-right: 0px;
  top: 26px;
  position: relative;
}

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, body[class*="match"] .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: -1px;
  width: 82px;
}

/*body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"] .header-logo img {
  width: 94px;
  top: -5px;
}*/

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"] .header-text, .invalid-page .header-text {
  top: 12px;
}

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, body[class*="match"] .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

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, body[class*="match"] .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"] .header-social, .invalid-page .header-social {
  display: none;
}

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, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
  padding: 0px;
}

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*="match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

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"] .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

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[class*="match"] #globalwrap, .invalid-page #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-loginpage #container #globalwrap {
  margin-top: 50px;
}

.body-public.invalid-page .members-footer {
  display: block;
}

.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: 110px; 
  }
  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;
  }
}

/* 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 {
  background: var(--headingcolor2);
  border-image: none;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 9px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  text-shadow: none;
  font-family: var(--headingfont);
  position: relative;
   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 {
  color: #fff;
  background: var(--headingcolor);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

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-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: 16px;
  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-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;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .htb-space, .ifb-space {
    padding: 40px 120px;
  }
  .page-space {
    padding: 0px 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .htb-space, .ifb-space {
    padding: 40px 80px;
  }
  .home-left-content {
    left: 50px;
  }
  .home-right-content {
    right: 50px;
  }
  .page-space {
    padding: 0px 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .htb-space, .ifb-space {
    padding: 40px 50px;
  }
  .htb-space {
    /* border-image: url('/images/resources/bushhillpark/full-width-border.png') 30 fill / 20px / 10px repeat; */
    border: 1px solid #b3b3b5;
  }
  .home-left-content {
    left: 30px;
  }
  .home-right-content {
    right: 30px;
  }
  .content-wrapper .home-testimonials .galleryInner .nivo-caption {
    max-width: 920px;
  }
  .page-space {
    padding: 0px 50px;
  }
  .header-space {
    margin: 0px 25px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space {
    margin: 0px 10px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .htb-space, .ifb-space {
    padding: 40px 30px;
  }
  .htb-space {
    /* border-image: url('/images/resources/bushhillpark/full-width-border.png') 30 fill / 20px / 10px repeat; */
    border: 1px solid #b3b3b5;
  }
  .home-left-content {
    left: 30px;
    max-width: 480px;
  }
  .home-right-content {
    right: 30px;
    max-width: 480px;
  }
  .content-wrapper .home-testimonials .galleryInner .nivo-caption {
    max-width: 730px;
  }
  .navbar .nav > li > a {
    padding: 10px;
    font-size: 14px;
  }
  .hole-nav ul {
    width: 575px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  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: 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 {
    width: 940px;
  }
  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, .invalid-page .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 13px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
  }
  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 .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .home-slideshow {
    height: auto;
  }
  .home-slideshow .page-explore {
    display: none;
  }
  .home-right-content {
    right: 20px;
    max-width: 400px;
  }
  .home-left-content {
    left: 20px;
    max-width: 400px;
  }
  .htb-space {
    padding: 40px 20px;
  }
  .ifb-space {
    padding: 40px 20px;
  }
  .content-wrapper .home-testimonials .galleryInner .nivo-caption {
    max-width: 550px;
  }
  .hole-nav ul {
    width: 575px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .prev-hole {
    left: 20px;
    bottom: 10px;
  }
  .next-hole {
    right: 20px;
    bottom: 10px;
  }
  .hbs-title {
    bottom: 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"] .header-space, .invalid-page .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"] .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;
  }
  .mf-copy {
    font-size: 15px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
  }
  .header-tel {
    right: 130px;
    top: 47px;
    font-size: 14px;
  }
  .header-button {
    top: 2px;
  }
  .header-button a {
    padding: 5px 9px;
    margin: 3px 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 108px;
    padding: 5px 10px;
    margin-top: 0px;
    top: 77px;
    position: absolute;
    z-index: 50;
    right: 0px;
    font-size: 16px;
    background: var(--headingcolor2);
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: var(--headingcolor);
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .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;
  }
  .nav-section {
    padding: 5px 0px;
    margin: 0px 10px;
    top: 0px;
  }
  .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-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 135px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .header-social {
    top: 38px;
    right: 150px;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 0px;
  }
  .home-video {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    line-height: 46px;
    font-size: 20px;
  }
  .page-scroll {
    display: none;
  }
  .slider-line {
    display: none;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar, body[class*="match"] .navbar-inverse .btn-navbar, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar:focus, .body-class-members .navbar-inverse .btn-navbar:focus, .body-class-visitorbooking .navbar-inverse .btn-navbar:focus, .body-class-getawayletter .navbar-inverse .btn-navbar:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar:focus, .body-class-opens .navbar-inverse .btn-navbar:focus, .body-loginpage .navbar-inverse .btn-navbar:focus, body[class*="match"] .navbar-inverse .btn-navbar:focus, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  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"] .nav-section, .invalid-page .nav-section {
    top: 0px;
    margin-left: 0px;
  }
  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, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 90px;
  }
  .navbar .nav {
    text-align: left;
  }
  .header-space {
    margin: 0px 20px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .nav-section {
    margin: 0px;
  }
  .home-status {
    right: 20px;
    left: 20px;
    width: auto;
    bottom: 20px;
    text-align: center;
  }
  .home-slideshow {
    height: auto;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 240px;
  }
  .home-slideshow .page-explore {
    display: none;
  }
  .page-explore {
    display: none;
  }
  #home-slide-one, #home-slide-two, #home-slide-three, #home-slide-four, #home-slide-five, #home-slide-six, #home-slide-seven {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .navbar-inverse .navbar-inner {
    padding: 0px;
  }
  .home-right-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    max-width: 100%;
    right: 0px;
    text-align: left;
  }
  .home-left-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    max-width: 100%;
    left: 0px;
    text-align: left;
  }
  .hrc-space h4::after. .hlc-space h4::after {
    margin: 0px auto;
  }
  .home-large-pic {
    height: auto;
  }
  .home-large-pic img {
    height: auto;
  }
  .home-flex {
    flex-direction: column;
  }
  .home-flex .hf-pic img {
    height: auto;
  }
  .home-testimonials-block {
    padding: 40px 20px;
  }
  .htb-space {
    padding: 40px 20px;
  }
  #globalwrap .home-testimonials .nivo-directionNav {
    display: none !important;
  }
  .logo-row-flex {
    flex-direction: column;
  }
  .lrf-logo {
    padding: 15px 0px;
    border-right: none;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: var(--pagebg);
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 300px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li::after {
    width: 5px;
    margin: 0px 3px;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
  .hole-nav ul li a {
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-shadow: none;
  }
  .hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
    color: var(--headingcolor2);
  } 
  .body-class-the_course .home-status, .hole-page-wrapper .home-status {
    bottom: 125px;
  }
  .ifb-space {
    padding: 40px 20px 80px;
  }
  .inner-full-screen {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .hole-yards > div {
    display: block;
    margin: 15px 0px;
  }
  .hole-bottom-section {
    background: var(--topfooterbg);
    padding-bottom: 15px;
  }
  .prev-hole {
    position: relative;
    bottom: 0px;
    left: 20px;
    height: auto;
    top: 75px;
    margin: 0px;
    text-align: left;
    width: 140px;
  }
  .hbs-title {
    position: relative;
    bottom: 0px;
    margin: 20px auto;
    height: auto;
    top: -40px;
  }
  .next-hole {
    position: relative;
    right: 20px;
    bottom: 34px;
    height: auto;
    text-align: right;
    display: inline-block;
    width: 140px;
    float: right;
  }
  .prev-hole a {
    font-size: 20px;
    line-height: 30px;
  }
  .hbs-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .next-hole a {
    font-size: 20px;
    line-height: 30px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .pf-address {
    font-size: 16px;
  }
  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: 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"] .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  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, body[class*="match"] .header-logo, .invalid-page .header-logo {
    top: -1px;
  }
  .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-top: 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;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
    width: auto;
    margin: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
    width: auto;
    margin-left: 0px;
  }
  .two-equal-added.flex-row {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
    margin: 30px 0px 0px;
  }
  .three-equal-added.flex-row {
    flex-direction: column;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 15px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .pf-vert-line {
    opacity: 0;
    height: 3px;
    display: block;
  }
}

/* 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 .home-slideshow {
  height: auto;
}

.php-ckeditor .page-explore {
  display: none;
}

.php-ckeditor .home-status {
  display: none;
}

.php-ckeditor .ifb-space {
  padding: 40px 20px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.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 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.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;
}

.inserted-block {
  position: relative;
}

.added-section-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #000;
  z-index: 1000;
}

.added-section-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 1000;
  background: #000;
  color: #fff;
}

.added-section-move-up:hover {
  cursor: pointer;
}

.added-section-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 1000;
  background: #000;
  color: #fff;
}

.added-section-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;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
  top: 0px;
}

/* end custom page templates */

/* invalid page */

.invalid-page {
  background: url('/images/resources/bushhillpark/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;
}

/* 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 */

.home-slideshow .nivo-caption {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 140px;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #ffdc71;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 0px 15px;
  margin: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
    display: none !important;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-slideshow .wysiwyg-editable > br {
  display: none;
}

/* forms */

.inner-page-wrapper form input {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 70%;
  text-align: left;
}

.inner-page-wrapper form textarea {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 70%;
  text-align: left;
}

.inner-page-wrapper form select {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 70%;
  box-sizing: content-box;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor2);
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor);
  color: #fff;
}

.inner-full ul, .inner-col ul, .inner-flex ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .inner-col ul li, .inner-flex ul li, .ie-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .inner-col ul li::before, .inner-full ul li::before, .ie-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-full .gallery-thumbs ul li::before, .ie-col .gallery-thumbs ul li::before {
  display: none;
}

.inner-full ol, .inner-full-added ol {
  margin: 0px 0px 10px;
}

.inner-full ol li, .inner-full-added ol li, .inner-full-screen ol li {
  line-height: 28px;
  list-style-position: inside;
}

.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;
  }
}

@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-main table th, .inner-full table th, .inner-page-wrapper table th {
  border: 1px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
}

.inner-main table td, .inner-full table td, .inner-page-wrapper table td {
  border: 1px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th, .inner-full table th, .inner-page-wrapper table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td, .inner-full table td, .inner-page-wrapper table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th, .inner-full table th, .inner-page-wrapper table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td, .inner-full table td, .inner-page-wrapper 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 .galleryInner .nivo-directionNav {
  display: none !important;
}

.home-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

/* slideshow titles */

.home-slideshow .nivo-caption {
  display: block !important;
}

.content-wrapper .home-slideshow [class*="-slideshow"] .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 50px;
}

.content-wrapper .home-slideshow [class*="-slideshow"] .nivo-caption h4 {
  color: #ffdc71;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 0px 15px;
  margin: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.content-wrapper .home-slideshow [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
  #globalwrap .home-slideshow [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  #home-slide-one, #home-slide-two, #home-slide-three, #home-slide-four, #home-slide-five, #home-slide-six, #home-slide-seven {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .home-right-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    max-width: 100%;
    right: 0px;
    text-align: center;
  }
  .home-left-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    max-width: 100%;
    left: 0px;
    text-align: center;
  }
  .hrc-space h4::after, .hlc-space h4::after {
    margin: 0px auto;
  }
  .home-large-pic {
    height: auto;
  }
  .home-large-pic img {
    height: auto;
  }
  .page-explore {
    display: none;
  }
  .inner-full-screen {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}

.home-testimonials .nivo-controlNav-Wrapper {
  display: none;
}

.php-ckeditor a.btn {
  padding: 4px 10px;
}

.body-public [class*="editor-only"] {
  display: none;
}

@media (min-width: 980px) {
  .header-tel {
    top: 55px;
    right: 130px;
  }
}

@media (min-width: 980px) and (max-width: 1399px) {
  .navbar .nav {
    text-align: left;
  }
  .header-tel {
    font-size: 14px;
  }
}

/* @media (min-width: 980px) {
  .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: -4px;
    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);
  }
} */

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-course .home-status, .hole-page-wrapper .home-status {
    right: 20px;
    bottom: 100px;
  }
  .hole-nav {
    bottom: 10px;
  }
}

.body-class-members #teetimesframe a.btn {
  
}

.body-class-members #teetimesframe a.btn:hover, .body-class-members #teetimesframe a.btn:focus {
  background: var(--headingcolor);
  color: #fff;
}

.body-contentpage [class*="accordion-content"] {
  display: none;
}

.accordion-toggle {
  margin: 15px 0px;
}

.body-contentpage .accordion-title h4 {
  background: #fff;
  padding: 15px 20px;
  margin: 0px;
  text-align: left;
}

.body-contentpage .accordion-title h4 br {
  display: none;
}

.body-contentpage .accordion-title h4::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 6px;
}

.body-contentpage .active-accord .accordion-title h4::after {
  content: '\f106';
}

.accordion-content {
  margin: 30px 0px;
}

.carousel-content {
  position: relative;
  max-width: 1060px;
  margin: 0px auto;
}

.carousel-holder {
  margin: 0px auto;
  width: 980px;
  height: 375px;
  left: 0px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper .news-wrapper {
  list-style: none;
  margin: 50px 0px 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.carousel-wrapper .news-item {
  float: left;
  width: 312px;
  margin-right: 20px;
}

.carousel-wrapper .news-item .pull-left {
  float: none;
}

.carousel-wrapper .news-item img.img-polaroid {
  padding: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
  transform: translateY(-50%);
  margin: 0px auto;
  right: 0px;
}

.carousel-prev {
  position: absolute;
  left: 0px;
  font-size: 32px;
}

.carousel-next {
  position: absolute;
  right: 0px;
  font-size: 32px;
}

.carousel-prev:hover {
  cursor: pointer;
  color: var(--headingcolor2);
}

.carousel-next:hover {
  cursor: pointer;
  color: var(--headingcolor2);
}

@media (min-width: 980px) and (max-width: 1199px) {
  .carousel-content {
    width: 880px;
  }
  .carousel-holder {
    width: 800px;
  }
  .carousel-wrapper .news-item {
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .carousel-content {
    width: 704px;
  }
  .carousel-holder {
    width: 640px;
  }
  .carousel-wrapper .news-item {
    width: 300px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .carousel-content {
    width: 280px;
  }
  .carousel-holder {
    width: 280px;
  }
  .carousel-wrapper .news-item {
    width: 280px;
  }
  .carousel-controls {
    position: relative;
    top: 0px;
    max-width: 200px;
  }
}

.php-index #globalwrap {
  overflow-x: hidden;
}

.body-class-members.body-contentpage .inserted-block .added-section-remove {
  display: none;
}

.body-class-members.body-contentpage .inserted-block .added-section-move-up {
  display: none;
}

.body-class-members.body-contentpage .inserted-block .added-section-move-down {
  display: none;
}

.body-class-members.body-contentpage .home-slideshow {
  display: none;
}

.body-class-members.body-contentpage .logo-row {
  display: none;
}

.body-class-members.body-contentpage .page-footer {
  display: none;
}

.body-class-members.body-contentpage .ifb-space {
  padding: 40px 20px;
}

.gallery-image #slideshow .previous {
  width: 100%;
  height: auto;
}

.gallery-image #slideshow .current img {
  width: 100% !important;
  height: auto;
}

.accordion-toggle {
  cursor: auto;
}

.accordion-toggle .accordion-title {
  cursor: pointer;
}

.accordion-toggle .accordion-content a:hover {
  pointer-events: pointer;
  cursor: pointer;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-status {
    bottom: 90px;
  }
  .body-class-the_course .home-status, .hole-page-wrapper .home-status {
    bottom: 90px;
    right: 10px;
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-status {
    bottom: 100px;
  }
  .body-class-staff .content-wrapper h4 {
    font-size: 16px;
    line-height: 26px;
  }
}

.pf-address {
  font-size: 16px;
  line-height: 32px;
}

@media (min-width: 1200px) {
  .header-button br {
    display: none;
  }
}

@media (min-width: 980px) {
  .header-logo {
    width: 125px;
    top: 0px;
  }
  .header-tel {
    left: 0px;
    right: auto;
  }
  .header-button {
    z-index: 30;
  }
  .navbar .nav {
    text-align: right;
  }
  .header-button {
    top: 51px;
  }
  .nav-section .navbar .nav > li.nav-menu-member_login {
    display: none;
  }
  .nav-section .navbar .nav > li.nav-menu-book_a_tee {
    display: none;
  }
  .nav-section .navbar .nav > li.nav-menu-book_a_table {
    display: none;
  }
  .dropdown-menu {
    margin-top: 0px;
  }
  .navbar-inverse .navbar-inner .nav-haslevel-2:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .nav > li > a {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li > a {
    padding: 10px;
    font-size: 14px;
  }
  .header-button a {
    margin: 5px 0px;
    padding: 6px 10px;
  }
  .nav-section {
    margin-right: 110px;
  }
  .header-button {
    top: 6px;
  }
}

.php-ckeditor .content-wrapper table td {
  border: 1px solid var(--headingcolor) !important;
}

.top-header-bar {
  text-align: right;
  padding: 8px 0px;
  background: var(--headingcolor2);
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-logo {
    width: 125px;
  }
  .header-button a:last-of-type {
    display: none;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    top: 54px;
  }
  .header-button {
    top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .nav-section .navbar .nav > li.nav-menu-member_login {
    display: none;
  }
  .nav-section .navbar .nav > li.nav-menu-book_a_tee {
    display: none;
  }
  .nav-section .navbar .nav > li.nav-menu-book_a_table {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .top-header-bar .no-mobile-link {
    display: none;
  }
  .top-header-bar {
    font-size: 0px;
  }
  .top-header-bar a {
    font-size: 16px;
  }
}

.top-header-bar .member-book {
  display: none;
}

.body-class-members .top-header-bar .visit-book {
  display: none;
}

.body-class-members .top-header-bar .member-book {
  display: inline;
}

.body-class-members .login-link {
  display: none;
}

.body-class-members .top-header-right {
  font-size: 0px;
}

.body-class-members .top-header-right a {
  font-size: 16px;
}

#map_container h5 {
  color: var(--headingcolor);
}

.map-row #map_container {
  height: 450px !important;
}

.map-row {
  position: relative;
}

.map-row img {
  filter: grayscale(100%);
}

.map-row::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media (min-width: 768px) and (max-width: 979px) {
  .pf-trip #CDSWIDSSP {
    width: 100% !important;
  }
  .body-class-home.body-public .home-slideshow {
    height: 100vh;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .pf-trip {
    width: 100%;
  }
  .pf-trip #CDSWIDSSP {
    width: 100% !important;
  }
  #CDSSCROLLINGRAVE.wide {
    width: 100% !important;
  }
}

.pf-flex {
  display: flex;
  align-items: center;
}

.pf-f-left {
  width: 50%;
  margin-right: 20px;
}

.pf-f-right {
  width: 50%;
  margin-left: 20px;
}

.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%;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-video .home-slideshow {
    height: 104px;
  }
  .home-video .background-video {
    top: -42vh;
  }
  .home-video .home-weather-status {
    margin-top: 42vh;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .home-video .home-slideshow {
    height: 104px;
  }
  .home-video .background-video {
    top: -80vh;
  }
  .home-video .home-weather-status {
    margin-top: 80vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-video .home-slideshow {
    height: 94px;
  }
  .home-video .background-video {
    top: -42vh;
  }
  .home-video .home-weather-status {
    margin-top: 42vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
  .body-public.body-class-home .home-slideshow {
    height: 50vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-video .home-slideshow {
    height: 94px;
  }
  .home-video .background-video {
    top: -80vh;
  }
  .home-video .home-weather-status {
    margin-top: 80vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
  .body-public.body-class-home .home-slideshow {
    height: 100vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .pf-flex {
    flex-direction: column;
  }
  .pf-f-left {
    width: auto;
    margin: 0px;
  }
  .pf-f-right {
    width: auto;
    margin: 30px 0px 0px;
  }
  .home-status.show-status {
    height: 190px;
  }
  h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    border-image: url('/images/resources/bushhillpark/button-background-nobg.png') 10 fill / 10px / 5px stretch;
    margin: 10px 0px;
  }
  .hole-nav ul li::after {
    background: #000;
  }
  .hlc-space h1, .hlc-space h2, hrc-space h1, hrc-space h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .inner-full img {
    max-width: 400px;
    width: 100%;
  }
}

.pf-new-trip {
  max-width: 460px;
  margin: 0px auto 30px;
}

.php-ckeditor .hf-pic::before {
  display: none;
}

.body-class-social_events .news-wrapper p.news-date {
 display: none; 
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px 20px;
}

.home-modal {
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  top: -100vh;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.remove-modal .home-modal {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.home-modal-body {
  max-width: 600px;
  background: #fff;
  border-radius: 8px;
  margin: 10px auto;
  padding: 20px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

@media (min-height: 800px) {
  .home-modal-body {
    height: 690px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-modal-body {
    max-width: 450px;
  }
}

.home-modal-close:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .home-modal-body {
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logo-row-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
  .lrf-logo:nth-child(6) {
    border-right: none;
  }
}

/* end anton styles */

.event-price .badge.badge-info {
  	text-wrap: balance;
}

p.news-date {
  display: none;
}

/*Modal*/
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  max-width: fit-content;
}

@media (min-width: 768px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

@media (min-width: 979px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
	max-height: calc( 80vh - 40px);
  }
     .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1200px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1500px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 80%;*/
	max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

.modal2 .modal-body video {
max-height: calc( 76vh - 40px);
  display:block;
    margin: auto;
  }
/* End Modal */