/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #184193;
  margin-bottom: 30px;
  font-family: 'Parisienne', sans-serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #184193;
}

h5 a {
  background: #245cd0;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
  border: none;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #333;
  color: #e7e7e7;
  text-decoration: none;
}

a {
  color: #184193;
  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: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  border-bottom: 6px solid #184193;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  min-height: 111px;
  background: #184193;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 86px;
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 120px;
  margin: 0px auto;
  top: 20px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-logo {
  width: 100px;
  top: 5px;
}

.header-logo::after {
  /*background: url('/images/resources/eden/logo-curve-new.png');*/
  background: url('/images/resources/eden/new-logo-curve-blue-smooth.png');
  position: absolute;
  /*width: 106px;
  height: 21px;
  content: '';
  bottom: -22px;*/
  width: 115px;
  height: 20px;
  content: '';
  bottom: -22px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  opacity: 1;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

body[class*="php-"] .header-logo::after, .body-class-members .header-logo::after, .body-class-visitorbooking .header-logo::after, .body-class-getawayletter .header-logo::after, [class*="body-class-setcoursestatus"] .header-logo::after, .body-class-opens .header-logo::after, .body-loginpage .header-logo::after {
  bottom: -21px;
  left: -5px;
}

.fix .header-logo::after {
  opacity: 0;
}

.header-border {
  min-height: 108px;
  border-bottom: 3px solid #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-border {
  min-height: 83px;
}

/* navbar styles */

.nav-section {
  width: 1400px;
  margin: 0px auto;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 40px 0px 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  padding-top: 25px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand, .navbar-inverse .nav > li.current > a, .navbar-inverse .brand, .navbar-inverse .nav > li > a:focus {
  color: #edd65c;
}

.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: #FFD700;
  box-shadow: none;
}

.dropdown-menu {
  background: #245cd0;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  	color: #e7e7e7;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a, .dropdown-menu > li > a:focus {
  background: transparent;
  color: #FFD700;
}

/* footer styles */

.members-footer {
  padding: 10px 0px;
  background: #e7e7e7;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy a {
  color: #666;
}

.mf-copy a:hover {
  color: #000;
}

.mf-vert-line {
  content: '';
  display: inline-block;
  margin: 0px 6px;
  background: #666;
  width: 2px;
  height: 15px;
  position: relative;
  top: 2px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home page */

.home-slideshow {
  position: relative;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: 100vh !important;
}

.home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-buttons {
  position: absolute;
  width: 700px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  bottom: 20%;
}

.home-buttons h5 {
  display: inline-block;
  margin: 0px 5px;
}

.home-buttons h5 a {
  margin-top: 0px;
  width: 180px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  background: rgba(24, 65, 147,0.8);
}

.home-buttons h5:first-child a::after {
  position: absolute;
  right: 20px;
  top: 5px;
  content: '\f0a9';
  font-family: 'FontAwesome';
}

.home-buttons h5 a:hover {
  background: rgba(231, 231, 231,0.8);
  color: #333;
}

.news-carousel {
  position: absolute;
  bottom: 20px;
  z-index: 12;
  color: #fff;
  width: 100%;
  text-shadow: 1px 1px #000;
}

.news-jcarousel {
  overflow: hidden;
  width: 1300px;
  height: 40px;
  left: 0px;
  position: relative;
  float: left;
}

.news-jcarousel .news-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000em;
  position: absolute;
}

.news-jcarousel .news-item {
  float: left;
  position: relative;
  width: 1300px;
  margin-right: 20px;
}

.news-jcarousel .media-body {
  position: relative;
}

.news-jcarousel .media-heading {
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.news-jcarousel .news-date {
  display: none;
}

.news-jcarousel .news-summary {
  display: inline-block;
  margin: 0px;
}

.news-jcarousel a.read-more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.news-carousel-controls {
  width: 100px;
  float: right;
  position: relative;
  height: 40px;
}

.news-prev {
  position: absolute;
  top: 0px;
  left: 0px;
}

.news-prev:hover {
  cursor: pointer;
}

.news-pages {
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 10px;
}

.news-pages a.active {
  font-size: 16px;
  color: #fff;
}

.news-total {
  position: absolute;
  left: 36px;
}

.news-next {
  position: absolute;
  left: 62px;
}

.news-next:hover {
  cursor: pointer;
}

.home-content {
  background: #e7e7e7;
}

.home-custom-row {
  display: flex;
}

.home-custom-row.flip-row {
  flex-direction: row-reverse;
  padding-top: 60px;
}

.home-intro {
  width: 50%;
  background: #fff;
}

.home-intro-space {
  padding: 100px 100px 20px;
}

.home-small-slider {
  width: 50%;
}

.home-small-slider .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-public .home-small-slider .wysiwyg-editable > br {
  display: none;
}

.body-public .home-content a {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  color: #666;
  font-weight: 600;
}

.body-public .home-content a::after {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-left: 15px;
  font-size: 14px;
}

.home-intro h4 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  color: #666;
}

.home-intro p {
  margin: 40px 0px;
  line-height: 32px;
}

.home-intro h3 {
  margin: 10px 0px 0px;
  padding-bottom: 30px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
}

.home-intro p:last-child {
  margin: 30px 0px 0px;
}

.home-intro a:hover {
  color: #184193;
}

.pic-page-space {
  padding: 0px 22px;
  margin: 90px 0px;
}

.pic-page-space.home-functions {
  margin-bottom: 0px;
  padding-bottom: 90px;
}

.home-large-pic {
  position: relative;
}

.home-on-pic {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
}

.home-on-pic h4 {
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.home-on-pic h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 10px 0px 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255,255,255,1);
}

.body-public .home-content .home-on-pic a {
  color: #fff;
}

.body-public .home-content .home-on-pic a:hover {
  color: #000;
}

.home-functions .home-on-pic h4 {
  color: #666;
}

.home-functions .home-on-pic h2 {
  color: #666;
  border-color: #666;
}

.body-public .home-content .home-functions .home-on-pic a {
  color: #666;
}

.body-public .home-content .home-functions .home-on-pic a:hover {
  color: #000;
}

.home-small-pic {
  width: 50%;
  position: relative;
}

.hsp-content {
  position: absolute;
  bottom: 30px;
  left: 80px;
  z-index: 10;
  color: #fff;
}

.hsp-content h4 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin: 0px 0px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.hsp-content p {
  margin-bottom: 0px;
}

.body-public .home-content .hsp-content a {
  color: #fff;
}

.body-public .home-content .hsp-content a:hover {
  text-decoration: underline;
}

/* public footer */

.logo-holder {
  margin: 40px 0px; 
}

.logo-carousel {
  position: relative;
}

.logo-jcarousel {
  width: 1300px;
  position: relative;
  margin: 0px auto;
  height: 78px;
  overflow: hidden;
}

.logo-jcarousel .logo-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000em;
  position: absolute;
  display: flex;
  align-items: center;
}

.logo-item {
  width: 240px;
  margin-right: 25px;
  text-align: center;
  float: left;
}

.logo-carousel-controls {
  width: 1400px;
  margin: 0px auto;
  position: relative;
}

.logo-prev {
  position: absolute;
  bottom: 25px;
  left: 0px;
  font-size: 22px;
}

.logo-prev:hover {
  cursor: pointer;
  color: #184193;
}

.logo-next {
  position: absolute;
  bottom: 25px;
  right: 0px;
  font-size: 22px;
}

.logo-next:hover {
  cursor: pointer;
  color: #184193;
}

.pf-line {
  height: 2px;
  width: 100%;
  content: '';
  display: block;
  background: #F7F4ED;
}

.pf-bottom {
  padding-top: 60px;
  padding-bottom: 80px;
}

.pf-bottom h4 {
  margin: 0px 0px 25px;
  font-size: 22px;
  line-height: 32px;
  color: #666;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pf-newsletter form {
  position: relative;
  margin: 0px;
  max-width: 570px;
}

.pf-newsletter label {
  position: absolute;
  left: 15px;
  top: 15px;
  color: black;
  opacity: 1;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pf-newsletter .hide-label label {
  opacity: 0;
}

.pf-newsletter input {
  width: calc(100% - 150px);
  max-width: 570px;
  height: 28px;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 0px !important;
}

.pf-newsletter input[type*="submit"] {
  position: absolute;
  width: auto;
  right: 0px;
  top: 0px;
  background: #184193;
  height: 50px;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.pf-newsletter input[type*="submit"]:hover {
  background: black;
  color: white;
}

.pf-bottom a {
  color: #666;
}

.pf-bottom a:hover {
  color: #184193;
}

.footer-tel {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.footer-email {
  font-size: 20px;
  line-height: 30px;
}

.footer-social {
 margin-top: 20px; 
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #666;
  text-align: center;
  width: 43px;
  line-height: 43px;
  border-radius: 50%;
  font-size: 24px;
}

.footer-social a:hover {
  border-color: #184193;
  border-radius: 25%;
}

/* inner page */

.inner-content {
  color: #333;
  background: #e7e7e7;
  padding-bottom: 100px;
}

.inner-title h1 {
  margin: 0px;
  font-size: 60px;
  line-height: 70px;
}

.inner-title {
  padding-top: 70px;
  padding-bottom: 50px;
}

.inner-content h4 {
  color: #333;
  margin-top: 0px;
  margin-bottom: 30px;
}

.inner-content-col p {
  margin-bottom: 20px;
}

.inner-sidebar-col h2 {
  display: none;
}

.inner-sidebar-col ul {
  margin: 0px;
}

.inner-sidebar-col ul li {
  list-style: none;
  margin: 6px 0px;
}

.inner-sidebar-col ul li a {
  position: relative;
  padding: 10px 20px 10px 10px;
  display: block;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.inner-sidebar-col ul li.current a, .inner-sidebar-col ul li a:hover {
  color: #245cd0;
}

.inner-sidebar-col ul li a::after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
}

.inner-image-row {
  margin: 70px 0px 0px;
  display: flex;
}

.iir-box {
  width: 19%;
  margin-right: 1.3%;
  text-align: center;
  text-transform: uppercase;
}

.iir-box p {
  margin: 0px;
}

.iir-box img {
  margin-bottom: 20px;
}

.included-section {
  margin-top: 100px;
}

.ib-pic {
  position: relative;
}

.ib-text {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  z-index: 10;
  text-shadow: 1px 1px #000;
}

.ib-text h4 {
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  padding-left: 10px;
}

.ib-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
}

.ib-text p {
  margin: 10px 0px 0px;
}

.ib-text a {
  padding-left: 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ib-text a::after {
  padding-left: 20px;
  content: '\f0a9';
  font-family: 'FontAwesome';
}

.ib-text a:hover {
  color: #c4c4c4;
}

/* course page */

.scorecard-box {
  padding: 20px 0px 30px;
}

.scorecard-box a {
  background: #245cd0;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  border: none;
  margin-top: 20px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.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 #857961;
}

.inner-page-wrapper .scorecard-content th:nth-child(2), .scorecard-content td:nth-child(2) {
  background: #fff;
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), .scorecard-content td:nth-child(5) {
  background: #FC0;
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), .scorecard-content td:nth-child(8) {
  background: #F00;
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), .scorecard-content td:nth-child(11) {
  background: #0087FF;
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid #857961;
}

/* hole page */

.hole-nav {
  position: absolute;
  z-index: 12;
  bottom: 30px;
  text-align: center;
  left: 0px;
  right: 0px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
  position: relative;
}

.hole-nav ul li::after {
  display: inline-block;
  width: 7px;
  height: 2px;
  background: #fff;
  margin: 0px 6px;
  content: '';
  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;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
  position: relative;
}

.hole-nav ul li a::after {
  content: '\f0d8';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  font-size: 20px;
  opacity: 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.hole-nav ul li.current a::after, .hole-nav ul li a:hover::after {
  opacity: 1;
}

.hole-yards {
  display: block;
  margin: 0px 0px 50px;
}

.hole-yards > div {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.hole-yards .white {
  width: 95px;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  float: left;
  background: #fff;
  width: 9px;
  height: 26px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.hole-yards .yellow {
  width: 95px;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  float: left;
  background: #fc0;
  width: 9px;
  height: 26px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.hole-yards .red {
  width: 95px;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  float: left;
  background: #f00;
  width: 9px;
  height: 26px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.hole-layout {
  margin-top: 60px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/eden/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 {
  width: 100%;
  min-height: 80px;
  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-wrapsectionper, .body-loginpage .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .navbar-bottom-right-line, .body-class-members .navbar-bottom-right-line, .body-class-visitorbooking .navbar-bottom-right-line, .body-class-getawayletter .navbar-bottom-right-line, [class*="body-class-setcoursestatus"] .navbar-bottom-right-line, .body-class-opens .navbar-bottom-right-line, .body-loginpage .navbar-bottom-right-line {
  display: none;
}

body[class*="php-"] .navbar-bottom-left-line, .body-class-members .navbar-bottom-left-line, .body-class-visitorbooking .navbar-bottom-left-line, .body-class-getawayletter .navbar-bottom-left-line, [class*="body-class-setcoursestatus"] .navbar-bottom-left-line, .body-class-opens .navbar-bottom-left-line, .body-loginpage .navbar-bottom-left-line {
  display: none;
}

body[class*="php-"] .navbar-top-right-line, .body-class-members .navbar-top-right-line, .body-class-visitorbooking .navbar-top-right-line, .body-class-getawayletter .navbar-top-right-line, [class*="body-class-setcoursestatus"] .navbar-top-right-line, .body-class-opens .navbar-top-right-line, .body-loginpage .navbar-top-right-line {
  display: none;
}

body[class*="php-"] .navbar-top-left-line, .body-class-members .navbar-top-left-line, .body-class-visitorbooking .navbar-top-left-line, .body-class-getawayletter .navbar-top-left-line, [class*="body-class-setcoursestatus"] .navbar-top-left-line, .body-class-opens .navbar-top-left-line, .body-loginpage .navbar-top-left-line {
  display: none;
}

body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  width: 100px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
}

body[class*="php-"] .header-border, .body-class-members .header-border, .body-class-visitorbooking .header-border, .body-class-getawayletter .header-border, [class*="body-class-setcoursestatus"] .header-border, .body-class-opens .header-border, .body-loginpage .header-border {
  min-height: 77px;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner,.body-loginpage .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 110px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  padding-top: 25px;
  width: auto;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 15px;
  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 {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

body[class*="php-"] .nav-space, .body-class-members .nav-space, .body-class-visitorbooking .nav-space, .body-class-getawayletter .nav-space, [class*="body-class-setcoursestatus"] .nav-space, .body-class-opens .nav-space, .body-loginpage .nav-space {
  width: 1170px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
  color: #333;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #333;
  padding: 20px;
  background: rgba(231, 231, 2311,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #333;
  padding: 20px;
  background: rgba(231, 231, 2311,0.85);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  background: #ece8dd;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .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 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #245cd0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  font-family: 'Montserrat', sans-serif;
   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 {
  background: #333;
  color: white;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(231, 231, 231,0.85);
  border: 2px solid #333;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #245cd0;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.body-class-members .content-wrapper a {
  text-decoration: underline;
}

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-wrapper .header-logo {
  top: 5px;
  margin-top: 0px;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.php-index h3 {
  font-family: 'Parisienne', sans-serif;
  color: #184193;
  font-size: 36px;
  line-height: 46px;
}

/* responsive */

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .ib-text h4 {
    letter-spacing: 0px;
  }
  .ib-text h3 {
    letter-spacing: 0px;
  }
  .nav-section {
    width: 1300px;
  }
  .news-jcarousel {
    width: 1200px;
  }
  .news-jcarousel .news-item {
    width: 1200px;
  }
  .home-intro-space {
    padding: 80px 80px 20px;
  }
  .logo-jcarousel {
    width: 1200px;
  }
  .logo-item {
    width: 220px;
  }
  .logo-carousel-controls {
    width: 1300px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .ib-text h4 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .ib-text h3 {
    letter-spacing: 0px;
  }
  .nav-section {
    width: 1200px;
  }
  .news-jcarousel {
    width: 1100px;
  }
  .news-jcarousel .news-item {
    width: 1100px;
  }
  .home-intro-space {
    padding: 60px 60px 20px;
  }
  .logo-jcarousel {
    width: 1100px;
  }
  .logo-item {
    width: 200px;
  }
  .logo-carousel-controls {
    width: 1200px;
  }
  .hsp-content {
    left: 60px;
  }
  .home-on-pic {
    left: 12%;
  }
  .news-carousel p.news-summary {
    font-size: 14px;
  }
  .news-carousel .media-heading {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .ib-text h4 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .ib-text h3 {
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 32px;
  }
  .nav-section {
    width: 1100px;
  }
  .news-jcarousel {
    width: 1000px;
    height: 56px;
  }
  .news-jcarousel .news-item {
    width: 1000px;
  }
  .home-intro-space {
    padding: 40px 40px 20px;
  }
  .logo-jcarousel {
    width: 1000px;
  }
  .logo-item {
    width: 180px;
  }
  .logo-carousel-controls {
    width: 1100px;
  }
  .hsp-content {
    left: 40px;
  }
  .home-on-pic {
    left: 10%;
  }
  .home-intro p {
    margin: 10px 0px;
  }
  .ib-text {
    left: 10px;
    right: 10px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .ib-text h4 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .ib-text h3 {
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .nav-section {
    width: 940px;
  }
  .news-jcarousel {
    width: 830px;
    height: 56px;
  }
  .news-jcarousel .news-item {
    width: 830px;
  }
  .home-intro-space {
    padding: 20px 20px 10px;
  }
  .logo-jcarousel {
    width: 830px;
  }
  .logo-item {
    width: 185px;
  }
  .logo-carousel-controls {
    width: 930px;
  }
  .hsp-content {
    left: 40px;
  }
  .home-on-pic {
    left: 5%;
  }
  .home-intro p {
    margin: 10px 0px;
  }
  .ib-text {
    left: 10px;
    right: 10px;
  }
  .ib-text h4 {
    font-size: 16px;
  }
  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 {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  body[class*="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 {
    font-size: 13px;
    padding: 10px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .hole-yards > div {
    font-size: 18px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .news-carousel {
    position: relative;
    bottom: 0px;
    color: #333;
    text-shadow: none;
    padding: 20px 0px 10px;
    background: #c1bba3;
  }
  .news-jcarousel {
    width: 628px;
    height: 56px;
  }
  .news-jcarousel .media-heading {
    color: #333;
  }
  .news-jcarousel .news-item {
    width: 628px;
  }
  .news-pages a.active {
    color: #333;
  }
  .home-intro-space {
    padding: 20px;
  }
  .home-buttons {
    bottom: auto;
    top: 60%;
  }
  .news-carousel-container {
    display: inline-block;
    width: 100%;
  }
  .home-intro h4 {
    letter-spacing: 0px;
    font-size: 16px;
  }
  .home-intro p {
    margin: 10px 0px;
  }
  .home-intro h3 {
    padding-bottom: 10px;
  }
  .home-intro p:last-child {
    margin: 10px 0px 0px;
  }
  .pic-page-space {
    padding: 0px 20px;
  }
  .home-on-pic {
    left: 5%;
  }
  .home-on-pic h2 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .home-on-pic h4 {
    letter-spacing: 0px;
  }
  .hsp-content {
    left: 15px;
    bottom: 20px;
  }
  .hsp-content h4 {
    letter-spacing: 0px;
  }
  .logo-jcarousel {
    width: 628px;
  }
  .logo-carousel-controls {
    width: 728px;
  }
  .logo-item {
    margin-right: 15px;
    width: 195px;
  }
  .inner-sidebar-col ul li a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .ib-text {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .ib-text h4 {
    display: none;
  }
  .ib-text h3 {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hole-nav {
    left: 0px;
    right: 0px;
    bottom: 10px;
    margin: 0px auto;
  }
  .hole-nav ul {
    width: 505px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-yards > div {
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
  }
  .hole-yards .white {
    width: 80px;
  }
  .hole-yards .yellow {
    width: 80px;
  }
  .hole-yards .red {
    width: 80px;
  }
  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 {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
    margin-left: 0px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 80px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    text-transform: capitalize;
    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;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
  }
  .nav-section {
    width: auto;
    margin: 0px 10px;
  }
  .header-logo {
    width: 100px;
    position: relative;
    float: left;
    margin-left: 10px;
    top: 5px;
  }
  .header-wrapper {
    min-height: 80px;
  }
  .header-border {
    min-height: 77px;
  }
  .active-menu .header-logo::after {
    opacity: 0;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 5px 10px;
    margin-top: 22px;
    font-size: 16px;
    letter-spacing: 2px;
    background: #245cd0;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    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, .active-menu .navbar-inverse .btn-navbar {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    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, .active-menu .navbar .btn-navbar .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .active-menu .btn-navbar .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active-menu .middle-bar {
    opacity: 0;
  }
  .active-menu .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active-menu .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-inverse .navbar-inner {
    padding-top: 20px;
  }
  .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;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #333;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #245cd0;
  }
  .nav-collapse .dropdown-menu {
    background: #c1bba3;
  }
  .nav-collapse {
    height: 0px !important;
  }
  .active-menu .nav-collapse {
    height: auto !important;
  }
  .home-slideshow .galleryInner {
    height: auto !important;
  }
  .home-slideshow .galleryInner img {
    height: auto !important;
  }
  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 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .news-carousel {
    position: relative;
    bottom: 0px;
    color: #333;
    text-shadow: none;
    padding: 20px 0px 10px;
    background: #c1bba3;
    text-align: center;
  }
  .news-jcarousel {
    width: 310px;
    float: none;
    height: 56px;
    margin: 0px auto;
  }
  .news-jcarousel .media-heading {
    color: #333;
  }
  .news-jcarousel .news-item {
    width: 310px;
    margin-right: 10px;
  }
  .news-pages a.active {
    color: #333;
  }
  .home-buttons {
    width: 320px;
    top: 40%;
    bottom: auto;
  }
  .home-buttons h5 a {
    width: 105px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .news-carousel-container {
    width: 100%;
    display: inline-block;
  }
  .news-carousel-controls {
    float: none;
    margin: 10px auto 0px;
  }
  .home-custom-row {
    display: block;
  }
  .home-intro-space {
    padding: 20px;
  }
  .home-intro {
    width: 100%;
    text-align: center;
  }
  .home-small-slider {
    width: 100%;
    margin-top: 40px;
  }
  .home-large-pic img {
    min-height: 150px;
    object-fit: cover;
  }
  .home-on-pic {
    left: 10px;
  }
  .home-on-pic h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0px;
    padding-bottom: 10px;
    letter-spacing: 0px;
  }
  .home-on-pic h4 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 12px;
  }
  .home-small-pic {
    width: 100%;
    max-width: 450px;
    margin: 0px auto 30px;
  }
  .hsp-content {
    left: 20px;
    bottom: 20px;
  }
  .hsp-content h4 {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .body-public .home-content a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .logo-jcarousel {
    width: 380px;
  }
  .logo-item {
    width: 180px;
    margin-right: 10px;
  }
  .logo-carousel-controls {
    width: 460px;
    display: block;
  }
  /*.logo-prev {
    position: relative;
    bottom: 0px;
    float: left;
  }
  .logo-next {
    position: relative;
    bottom: 0px;
    float: right;
  }*/
  .pf-bottom {
    text-align: center;
  }
  .pf-newsletter {
    margin-top: 30px;
  }
  .pf-newsletter form {
    margin: 0px auto;
  }
  .pf-newsletter input {
    width: calc(100% - 20px);
  }
  .pf-newsletter input[type*="submit"] {
    position: relative;
    margin-top: 10px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-vert-line {
    display: block;
    height: 10px;
    opacity: 0;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
  .inner-title {
    padding-top: 40px;
    text-align: center;
  }
  .inner-content-col {
    text-align: center;
  }
  .inner-sidebar-col {
    margin-top: 30px;
  }
  .inner-image-row {
    display: block;
    margin-top: 30px;
  }
  .iir-box {
    margin: 20px auto;
    max-width: 320px;
    width: 100%;
  }
  .include-box {
    margin-bottom: 30px;
  }
  .ib-text {
    left: 10px;
    bottom: 10px;
  }
  .ib-pic {
    max-width: 450px;
    margin: 0px auto;
  }
  .ib-text h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .ib-text h3 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    padding-top: 10px;
    background: #ece8dd;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
  .hole-nav ul li::after {
    margin: 0px 2px;
    background: #333;
  }
  .hole-nav ul li a {
    color: #333;
    text-shadow: none;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-yards {
    margin: 0px auto 30px;
    width: 250px;
    display: inline-block;
  }
  .hole-yards .ladies-si {
    margin-right: 0px;
  }
  .members-footer {
    padding: 20px 0px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  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 {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .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-wrapsectionper, .body-loginpage .nav-section {
    margin: 0px;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 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;
    text-transform: capitalize;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
    margin-left: 0px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
}

/* 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;
  }
  .logo-item {
    width: 155px;
  }
  .logo-jcarousel {
    width: 155px;
  }
  .logo-carousel-controls {
    width: 220px;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  margin-top: 0px;
  top: 0px;
  margin-left: 0px;
  padding-top: 6px;
  background: #000;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-footer {
  display: none;
}

.php-ckeditor .home-intro-space {
  padding: 10px;
}

.php-ckeditor .home-buttons {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-top: 10px;
}

.php-ckeditor .news-carousel {
  display: none;
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-top: 10px;
}

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin-top: 10px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.body-class-members.php-ckeditor .public-footer {
  display: block;
}

.php-ckeditor .page-space {
  padding: 0px;
}

/* invalid page */

.invalid-page #globalwrap {
  margin-top: 120px;
  padding-left: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

/* 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;
  }
}

/* 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;
}

/* content tables */

.inner-page-wrapper table th {
  background: #184193;
  color: white;
  border: 2px solid #184193;
  padding: 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.inner-page-wrapper table td {
  border: 2px solid #184193;
  padding: 6px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.nivo-caption h4 {
  color: #aac6ff;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: block !important;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav {
  background: none;
  text-indent: 0px;
  font-size: 0px;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 64px;
  color: #fff;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav {
  background: none;
  text-indent: 0px;
  font-size: 0px;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 64px;
  color: #fff;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none;
}

.home-small-slider .nivo-caption {
  display: none !important;
}

.home-small-slider .nivo-directionNav {
  display: block;
}

.home-small-slider .nivo-prevNav {
  display: none;
}

.body-public .home-content .home-small-slider .nivo-nextNav {
  background: none;
  width: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 6px;
  font-size: 0px;
  position: absolute;
  top: auto;
  bottom: 80px;
  display: none;
}

.body-public .home-content .home-small-slider .nivo-nextNav::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 48px;
  color: #666;
  background: #fff;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  padding-left: 0px;
  position: relative;
  top: -40px;
}

.home-small-slider .galleryInner {
  overflow-x: visible;
}

.home-small-slider {
  position: relative;
}

.home-small-slider .nivo-controlNav-Wrapper {
  display: block;
  z-index: 12;
  position: absolute;
  bottom: 40px;
}

.home-small-slider .nivo-controlNav {
  padding: 0px;
}

.home-small-slider .nivo-controlNav-Wrapper a {
  border: transparent;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #fff;
  margin-right: 4px;
  position: relative;
  text-indent: 0px;
  font-size: 0px;
}

.home-small-slider .nivo-controlNav-Wrapper a.active {
  width: 3px;
  height: 3px;
  padding: 5px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.body-public .home-content .home-small-slider .nivo-controlNav-Wrapper a.active::after {
  content: '.';
  position: absolute;
  top: -13px;
  left: 4px;
  font-size: 20px;
  padding-left: 0px;
  color: #fff;
}

/* forms */

.inner-page-wrapper form input {
  background: #fff;
  border-radius: 0px;
  border: 2px solid #245cd0;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #fff;
  border-radius: 0px;
  border: 2px solid #245cd0;
  text-align: left;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #fff;
  border-radius: 0px;
  border: 2px solid #245cd0;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper .inner-full-content form input {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form select {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form textarea {
  text-align: center;
}

@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: #245cd0;
  border: 0px;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #333;
  color: #fff;
  border-color: #B59C3F;
}

.inner-content-col ul li {
  line-height: 28px;
}

/* public nav */

@media (min-width: 1800px) {
  .body-public.body-contentpage .nav-section .nav > li:nth-child(6), .body-public.body-class-home .nav-section .nav > li:nth-child(6) {
    margin-left: 130px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .body-public.body-contentpage .nav-section .nav > li:nth-child(6), .body-public.body-class-home .nav-section .nav > li:nth-child(6) {
    margin-left: 130px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 1px;
    text-transform: capitalize;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .body-public.body-contentpage .nav-section .nav > li:nth-child(6), .body-public.body-class-home .nav-section .nav > li:nth-child(6) {
    margin-left: 130px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 10px 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .body-public.body-contentpage .nav-section .nav > li:nth-child(6), .body-public.body-class-home .nav-section .nav > li:nth-child(6) {
    margin-left: 130px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 10px 9px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public.body-contentpage .nav-section .nav > li:nth-child(6), .body-public.body-class-home .nav-section .nav > li:nth-child(6) {
    margin-left: 130px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 10px 11px;
    font-size: 12px;
  }
  .hole-nav ul li a {
    width: 32px;
    line-height: 32px;
  }
}

.home-slideshow .galleryInner::after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  left: 0px;
  z-index: 8;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.home-intro {
  background-image: url('/images/resources/eden/eden-home-logo-even-more-fade.png');
  background-repeat: no-repeat;
  background-position: 95% 95%;
}

[class*="setcoursestatus"] ul li a.btn {
  margin: 5px 0px;
}

blockquote {
  border-color: #c1bba3;
}

blockquote p {
  font-size: 16px;
  line-height: 28px;
}

.php-ckeditor .hole-yards .white {
  width: 100px;
}

.php-ckeditor .hole-yards .yellow {
  width: 100px;
}

.php-ckeditor .hole-yards .red {
  width: 100px;
}

.home-small-slider .galleryWrapper {
  position: relative;
}

.footer-social em {
  font-size: 0px;
}

.footer-social em::before {
  font-size: 24px;
}

.inner-content-col ul {
  margin: 0px 0px 10px;
}

.inner-content-col ul li {
  list-style: none;
}

.inner-content-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 6px;
  display: inline-block;
  color: #857961;
  font-size: 8px;
  position: relative;
  top: -3px;
}

.inner-content-col .gallery-thumbs ul li::before {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-contentpage .inner-content-col {
    overflow-x: scroll;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #edd65c;
  }
  .nav-collapse .dropdown-menu {
    background: #245cd0;
  }
  .header-logo::after {
    bottom: -21px;
    left: -8px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .body-class-hadrians_9_hole_course .hole-nav ul, .hadrian-hole .hole-nav ul {
    width: 450px;
  }
  .body-class-hadrians_9_hole_course .hole-nav ul li:nth-child(6)::after, .hadrian-hole .hole-nav ul li:nth-child(6)::after {
    display: inline-block;
  }
}

.inner-page-wrapper .news-carousel {
  display: none;
}

@media (min-width: 980px) {
  .no-slideshow-page {
    margin-top: 100px;
  }
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #184193;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

.php-newsletters .header-logo img {
  width: 100px;
}

.home-functions .home-on-pic {
  left: auto;
  right: 5%;
}

.home-functions .home-on-pic h4 {
  color: #fff;
}

.home-functions .home-on-pic h2 {
  color: #fff;
}

.body-public .home-content .home-functions .home-on-pic p a {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-buttons {
    width: 200px;
  }
  .home-buttons h5 a {
    width: 160px;
  }
  .home-buttons h5 {
    margin: 7px 0px;
  }
  .home-buttons h5:first-of-type {
    display: none;
  }
}

.status-box {
  position: fixed;
  top: 100px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public.body-class- .status-box, .body-public.body-class-home .status-box, .body-public.body-contentpage .status-box {
  top: 117px;
}

.fix.body-public.body-class- .status-box, .fix.body-public.body-class-home .status-box, .fix.body-public.body-contentpage .status-box {
  top: 92px;
}

.show-status .status-box {
  left: 0px;
}

.status-content {
  color: #fff;
}

.status-content h3 {
  display: none;
}

.status-content p {
  margin: 0px;
}

.status-space {
  padding: 15px 25px;
}

.status-trig {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 165px;
  z-index: 15;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.status-trig:hover {
  color: #FFD700;
  cursor: pointer;
}

.status-trig i {
  color: #2EDB21;
  margin-right: 4px;
}

body[class*="php-"] .status-trig, .body-class-members .status-trig, .body-class-visitorbooking .status-trig, .body-class-getawayletter .status-trig, [class*="body-class-setcoursestatus"] .status-trig, .body-class-opens .status-trig, .body-loginpage .status-trig {
  width: 130px;
  letter-spacing: 0px;
  text-transform: capitalize;
  top: 7px;
  left: 110px;
}

body[class*="php-"] .status-box, .body-class-members .status-box, .body-class-visitorbooking .status-box, .body-class-getawayletter .status-box, [class*="body-class-setcoursestatus"] .status-box, .body-class-opens .status-box, .body-loginpage .status-box {
  position: absolute;
}

@media (min-width: 480px) and (max-width: 979px) {
  .status-trig {
    left: 130px;
    top: 28px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .status-trig {
    left: 130px;
    top: 10px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    margin-top: 37px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-public.body-class- .status-box, .body-public.body-class-home .status-box, .body-public.body-contentpage .status-box {
    top: 86px;
  }
}

/* end anton styles */

/* QUICK CSS TO HIDE PAYMENT OPTIONS SO CLUB CAN USE CDD SIGN UP FORMS WITHOUT CLEARACCEPT ON.
- THIS NEEDS REMOVING WHEN ONLINE PAYMENT IS ENABLED */

.php-member_viewbill table.admin:nth-of-type(2) {
  display:none;
}

/* QUICK CSS TO HIDE PAYMENT OPTIONS SO CLUB CAN USE CDD SIGN UP FORMS WITHOUT CLEARACCEPT ON.
- THIS NEEDS REMOVING WHEN ONLINE PAYMENT IS ENABLED */
