/* anton styles */

/* fonts */

.dm-sans-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montagu-slab-font {
  font-family: "Montagu Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.alexandria-font {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'DM Sans', sans-serif;
  --headingfont: 'Alexandria', sans-serif;
  --highlightfont: 'Alexandria', sans-serif;
  --headingcolor: #000;
  --headingcolor2: #495057;
  --highlightcolor: #169612;
  --bodycolor: #000;
  --topheaderbg: #169612;
  --mainheaderbg: #fff;
  --footerbg: #be9f56;
  --navlink: rgba(0,0,0,0.7);
  --navactivelink: rgba(0,0,0,0.7);
  --dropdownbg: #fff;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardgreen: #218621;
}

.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: 900;
  font-size: 50px;
  line-height: 60px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: var(--highlightfont);
}

h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 900;
  font-size: 34px;
  line-height: 44px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  font-family: var(--headingfont);
}

h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  color: var(--headingcolor2);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  font-family: var(--headingfont);
}

h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  color: var(--headingcolor2);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  font-family: var(--headingfont);
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--highlightcolor);
  color: #FFF;
  display: inline-block;
  padding: 6px 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.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: transparent;
  color: var(--highlightcolor);
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  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: #16730e;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.top-header {
  background: var(--topheaderbg);
  color: #fff;
  min-height: 40px;
}

.header-space {
  width: 1170px;
  margin: 0px auto;
}

.th-left {
  font-size: 14px;
  position: relative;
  top: 10px;
  float: left;
}

.th-left a {
  color: #fff;
}

.th-left a:hover, .th-left a:focus {
  color: #d9d9d9;
}

.th-left a i {
  margin-left: 7px;
}

.th-right {
  font-size: 14px;
  position: relative;
  top: 10px;
  float: right;
}

.th-right a {
  color: #fff;
}

.th-right a:first-of-type {
  margin-right: 11px;
}

.th-right a:hover, .th-right a:focus {
  color: #d9d9d9;
}

.th-right a i {
  margin-right: 4px;
}

.th-vert-line {
  position: absolute;
  content: '';
  margin: 0px 5px;
  background: rgba(255,255,255,0.3);
  width: 1px;
  height: 40px;
  top: -10px;
  left: 130px;
}

.middle-header {
  min-height: 70px;
  background: #fff;
  padding: 8px 0px;
}

.header-logo {
  float: left;
}

.nav-section {
  float: right;
}

.bottom-header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 40px;
  background: #fff;
}

.bh-social {
  float: left;
  position: relative;
  top: 8px;
  font-size: 14px;
}

.bh-follow {
  display: inline-block;
  line-height: 24px;
  margin-right: 10px;
}

.bh-social a {
  color: var(--navlink);
  font-size: 18px;
  margin-right: 10px;
}

.bh-offers {
  float: right;
  position: relative;
  top: 10px;
  font-size: 14px;
}

.bh-offers a {
  color: var(--navlink);
}

/* navbar */

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  top: 15px;
  padding-right: 0px;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  position: relative;
  text-shadow: none;
}

.navbar-inverse .nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0px;
  background: var(--highlightcolor);
  height: 3px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navlink);
}

.navbar-inverse .nav > li > a:hover::after, .navbar-inverse .nav > li > a:focus::after, .navbar-inverse .nav > li.active > a::after {
  width: 100%;
}

.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);
  border-radius: 0px;
  margin-top: 5px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--highlightcolor);
  background: transparent;
}

/* footer */

.dark-bg-footer {
  background: #179613;
  color: #fff;
  min-height: 122px;
}

.footer-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.light-footer-copy {
  position: relative;
  top: 10px;
}

.light-footer-social {
  text-align: center;
}

.light-footer-social a {
  font-size: 24px;
  color: #6c757d;
  margin-right: 10px;
}

.light-bg-footer {
  padding: 20px 0px;
  min-height: 40px;
  background: #fff;
}

.light-footer-social a:hover, .light-footer-social a:focus {
  color: #000;
}

.footer-ig {
  text-align: right;
}

.footer-ig img {
  width: 120px;
}

/* footer carousel */

.footer-carousel-block {
  padding-top: 22px;
}

.footer-carousel {
  overflow: hidden;
  height: 100px;
  left: 0px;
  position: relative;
  width: 1170px;
  margin: 0px auto;
}

.footer-carousel .footer-carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.footer-carousel .footer-carousel-item {
  float: left;
  position: relative;
  margin-right: 25px;
  width: 169px;
  text-align: center;
  max-height: 100px;
}

@media (min-width: 1500px) {
  .footer-space {
    width: 1400px;
  }
  .footer-carousel {
    width: 1400px;
    height: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .footer-carousel {
    height: 85px;
  }
  .footer-carousel .footer-carousel-item {
    width: 144px;
  }
  .dark-bg-footer {
    min-height: 109px;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #e9ecef;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--highlightcolor);
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 13px;
}

.scrollTop a:hover {
  background: #cbd3da;
  color: var(--highlightcolor);
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body {
  background-color: #eee;
  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%;
}

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-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .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: 0px;
  z-index: 10;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  position: relative;
  width: auto;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 80px;
  margin-bottom: 60px;
  border: 2px solid var(--highlightcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 80px;
  margin-bottom: 60px;
  border: 2px solid var(--highlightcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 1500px) {
  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: 280px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 980px) and (max-width: 1399px) {
  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: 280px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 189px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  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: 310px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 224px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--highlightcolor);
  color: #fff;
  padding: 8px 16px;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--highlightcolor);
   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: transparent;
  color: var(--highlightcolor);
}

/* 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(--highlightcolor);
  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(--highlightcolor);
  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(--highlightcolor);
  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(--highlightcolor);
  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.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.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

/* 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(--highlightcolor);
}

.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;
}

.res-menu-only {
  display: none;
}

/* responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space {
    width: 940px;
  }
  .content-wrapper {
    width: 940px;
  }
  .footer-space {
    width: 940px;
  }
  .footer-carousel {
    width: 940px;
  }
  .footer-carousel .footer-carousel-item {
    margin-right: 48px;
  }
  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;
  }
  .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;
  }
  .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    text-transform: capitalize;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .header-space {
    width: 724px;
  }
  .content-wrapper {
    width: 724px;
  }
  .footer-space {
    width: 724px;
  }
  .table td, .table th, table td, table th {
    font-size: 14px;
    padding: 4px;
  }
  .hole-nav ul {
    width: 500px;
    margin: 0px auto;
  }
  .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;
    font-size: 14px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  .php-roundmgmt #statistics h3 {
    font-size: 24px;
    line-height: 34px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  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: 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 {
    width: 724px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .footer-carousel {
    width: 724px;
  }
  .footer-carousel .footer-carousel-item {
    width: 228px;
    margin-right: 20px;
  }
  .light-footer-copy {
    top: 0px;
  }
  .body-class-members .bh-social a {
    text-align: center;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .th-left {
    display: none;
  }
  .th-right {
    display: flex;
    float: none;
  }
  .th-right > a {
    flex: 1 1 0;
    text-align: center;
    display: inline-block;
  }
  .th-vert-line {
    left: 50%;
  }
  .header-logo {
    height: 50px;
  }
  .header-logo img {
    height: 50px;
  }
  .header-logo {
    border-right: none;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 45px;
    padding: 0px;
    height: 45px;
    margin-top: 0px;
    position: relative;
    top: -2px;
    right: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    background: transparent;
    border: none;
    color: #fff;
    z-index: 30;
    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, .navbar-inverse .btn-navbar.active {
    background: transparent;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--bodyfont);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    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: 30px;
    height: 3px;
    left: 6px;
    background: #6c757d;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #6c757d;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
  }
  .top-bar {
    position: absolute;
    top: -12px;
  }
  .middle-bar {
    opacity: 1;
    top: -2px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 7px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: -2px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: -2px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navlink);
    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(--navlink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--highlightcolor);
  }
  .body-class-members #container #globalwrap {
    margin-top: 80px;
  }
  .header-wrapper .navbar-inverse .nav > li > a {
    background: transparent;
    color: var(--navlink);
    border-radius: 0px;
  }
  .navbar-inverse .nav-collapse .nav > li.current > a {
    background: transparent;
    color: var(--navlink);
  }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: var(--navlink);
  }
  .nav-section {
    float: none;
  }
  .middle-header {
    min-height: 50px;
  }
  .bh-offers {
    display: none;
  }
  .bh-social {
    display: flex;
    float: none;
  }
  .bh-social span {
    display: none;
  }
  .bh-social a {
    flex: 1 1 0;
  }
  .res-menu-only {
    display: inline;
  }
  .bh-social a.visitor-book {
    display: inline-block;
    background: var(--highlightcolor);
    padding: 4px 5px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0px;
    position: relative;
    top: -3px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .footer-space {
    width: auto;
    margin: 0px 10px;
  }
  .fc-vert-line {
    display: block;
    opacity: 0;
    height: 2px;
  }
  .footer-carousel {
    width: 280px;
  }
  .light-footer-copy {
    top: 0px;
    text-align: center;
  }
  .light-footer-social {
    margin: 8px 0px;
  }
  .footer-ig {
    text-align: center;
  }
  .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;
  }
  .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: 10px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
  .php-boardcomps .content-wrapper a.btn {
    display: block;
    width: 260px;
    margin: 6px 0px;
    float: none;
  }
  table td, table th, .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .bh-social a {
    width: 13%;
    flex: initial;
  }
  .body-class-members .bh-social a {
    width: 21%;
    text-align: center;
  }
  .bh-social a.visitor-book {
    width: 28%;
    flex: initial;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
  top: 0px;
}

.php-diary .content-wrapper .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-boardcomps .content-wrapper .row {
  width: 100%;
  margin-left: 0px;
}

.php-boardcomps .content-wrapper .span12 {
  width: 100%;
  margin-left: 0px;
}

.body-class-members .bh-social .visitor-book {
  display: none;
}

.content-wrapper > h1 {
  color: #000;
  margin: 15px 0px 0px;
  font-size: 26px;
  line-height: 36px;
  font-family: var(--highlightfont);
  font-weight: 900;
}

.content-wrapper > h2 {
  font-size: 18px;
  line-height: 28px;
  color: var(--bodycolor);
  font-weight: 500;
  font-family: var(--bodyfont);
}

.body-class-visitorbooking #globalwrap {
  margin-top: 30px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .footer-carousel {
    height: 76px;
  }
  .footer-carousel .footer-carousel-item {
    width: 127px;
    margin-right: 10px;
  }
  .dark-bg-footer {
    min-height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-carousel {
    height: 100px;
  }
  .footer-carousel .footer-carousel-item {
    width: 342px;
    margin-right: 20px;
  }
  .footer-carousel .footer-carousel-item img {
    max-height: 100px;
  }
  .dark-bg-footer {
    min-height: 144px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-carousel {
    height: 100px;
    width: 460px;
  }
  .footer-carousel .footer-carousel-item {
    width: 142px;
    margin-right: 10px;
  }
  .footer-carousel .footer-carousel-item img {
    max-height: 100px;
  }
  .dark-bg-footer {
    min-height: 144px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .footer-carousel {
    height: 44px;
    width: 330px;
  }
  .footer-carousel .footer-carousel-item {
    width: 100px;
    margin-right: 10px;
  }
  .footer-carousel .footer-carousel-item img {
    max-height: 44px;
  }
  .dark-bg-footer {
    min-height: 88px;
  }
  .header-logo {
    width: 200px;
    height: 29px;
    top: 8px;
    position: relative;
  }
  .header-logo img {
    height: auto;
  }
}

.teebooking-sidebar-inner .noteWrapper h4 {
  font-family: var(--highlightfont);
}

/* end anton styles */