/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Noto Serif', serif;;
  --headingcolor: #00794A;
  --headingcolor2: #FFE4B9;
  --highlightcolor: #AC3839;
  --bodycolor: #333;
  --headerbg: #41642A;
  --topfooterbg: #615756;
  --bottomfooterbg: #524A48;
  --navlink: #fff;
  --navactivelink: #FFE4B9;
  --contentbg: #015231;
  --dropdownbg: #015231;
  --scorecardwhite: #8B8D8A;
  --scorecardyellow: #DED12B;
  --scorecardred: #F16765;
  --scorecardgold: #FFD700;
  --scorecardgreen: #02ca02;
}

.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: 600;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor2);
  color: var(--bodycolor);
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 2px;
  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: #fff;
  color: var(--bodycolor);
  text-decoration: none;
}

a {
  color: var(--headingcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 110px;
  width: 100%;
  z-index: 1001;
  background: rgba(0,0,0,0.6);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.header-logo {
  top: 5px;
  left: 0px;
  width: 300px;
  position: absolute;
  z-index: 50;
}

.header-logo img {
  width: 100px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-logo span.header-club-name {
  position: absolute;
  left: 110px;
  top: 22px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-logo span.header-golf-club {
  line-height: 28px;
  color: #fff;
  display: block;
}

.header-top-right {
  position: absolute;
  top: 15px;
  right: 0px;
  color: #fff;
}

.header-top-right a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-top-right a:focus, .header-top-right a:hover {
  color: var(--headingcolor2);
}

/* navbar */

.nav-section {
  position: absolute;
  top: 50px;
  right: 0px;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu li a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.public-footer {
  background: url('/images/resources/stocksfield/footer-bg.png');
  background-repeat: no-repeat;
  text-align: center;
}

.pf-address {
  margin-top: 30px;
}

.pf-contact {
  margin-top: 25px;
}

.pf-contact a {
  color: var(--bodycolor);
}

.pf-contact a:hover {
  color: var(--headingcolor);
}

.pf-social {
  margin-top: 35px;
}

.pf-social a {
  display: inline-block;
  width: 51px;
  line-height: 51px;
  text-align: center;
  background: #86AEA6;
  color: var(--headingcolor);
  margin-right: 15px;
  border-radius: 50%;
  font-size: 26px;
}

.pf-social a:hover {
  background: var(--headingcolor);
  color: var(--headingcolor2);
}

.pf-social a:last-of-type {
  margin-right: 0px;
}

.pf-social a em {
  position: relative;
  left: 3.25px;
}

.body-public.body-class-home .members-footer, .body-public.body-contentpage .members-footer {
  display: none;
}

.pf-copy {
  margin-top: 50px;
}

.pf-copy br {
  display: none;
}

.pf-copy a {
  color: var(--bodycolor);
}

.pf-copy a:hover, .pf-copy a:focus {
  color: var(--headingcolor);
}

.pf-ig-logo {
  margin-top: 20px;
}

.pf-ig-logo img {
  width: 120px;
}

.pf-extra-logos {
  padding-top: 500px;
  padding-bottom: 70px;
}

.pf-extra-logos a:nth-of-type(2) {
  margin: 0px 30px;
}

.members-footer {
  background: var(--headerbg);
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}

.mf-copy br {
  display: none;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a :hover, .mf-copy a:focus {
  color: var(--navactivelink);
}

.mf-ig-logo {
  margin-top: 10px;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-status-weather {
  position: absolute;
  z-index: 12;
  bottom: 120px;
  left: 20px;
  right: 20px;
  text-align: center;
  max-width: 940px;
  margin: 0px auto;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.hsw-space {
  position: relative;
  display: inline-block;
}

.home-status-weather .weathers {
  display: inline-block;
}

.home-status-weather .weatherSingle {
  width: 170px;
  display: inline-block;
  margin-right: 10px;
  height: 34px;
  position: relative;
}

.home-status-weather .weatherImage {
  position: absolute;
  top: 0px;
  left: 80px;
  width: 34px;
}

.home-status-weather .weatherDate {
  position: absolute;
  left: 0px;
  top: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-status-weather .weatherTemp {
  position: absolute;
  left: 130px;
  top: 3px;
  color: var(--navactivelink);
}

.home-status-weather .afterWeather {
  display: none;
}

.hsw-line {
  position: relative;
  top: -18px;
  margin: 0px 5px;
  display: none;
}

.home-status-weather .courseStatus {
  display: inline-block;
}

.home-status-weather h3 {
  display: none;
}

.home-status-weather .statuses {
  display: inline-block;
}

.home-status-weather .statuses .status {
  display: none;
}

.home-status-weather .statuses .status:nth-child(1) {
  display: inline-block;
}

.home-explore {
  position: absolute;
  bottom: 80px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 11;
  width: 100px;
  height: 30px;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px #000;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: all 300sm ease-in-out;
  -moz-transition: all 300sm ease-in-out;
  -webkit-transition: all 300sm ease-in-out;
}

.home-explore:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.home-main {
  position: relative;
  margin-bottom: 120px;
}

.home-line {
  position: absolute;
  width: 1px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -34px;
  z-index: 10;
}

.home-title {
  padding-top: 120px;
  text-align: center;
}

.home-video-row {
  position: relative;
  display: inline-block;
}

.home-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  z-index: 10;
}

.home-row-content {
  background: var(--contentbg);
  color: #fff;
  width: 70%;
  float: right;
  box-shadow: 3px 4px #EEE7DF;
}

.hrc-space {
  padding-top: 60px;
  padding-left: 50%;
  padding-bottom: 60px;
  padding-right: 80px;
}

.hrc-space h4 {
  color: var(--headingcolor2);
}

.hrc-space a {
  color: var(--headingcolor2);
  text-transform: uppercase;
  font-weight: 600;
}

.hrc-space a:hover, .hrc-space a:focus {
  color: #fff;
}

/* home carousel */

.body-public [class*="editor-only"] {
  display: none;
}

.home-carousel {
  overflow: hidden;
  left: 0px;
  position: relative;
  width: 1400px;
  margin: 100px auto 0px;
}

.home-carousel-holder {
  height: 410px;
}

.home-carousel .home-carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.home-carousel-item {
  float: left;
  width: 450px;
  margin-right: 20px;
}

.home-carousel .home-carousel-pic {
  position: relative;
}

.home-carousel .home-carousel-content {
  position: absolute;
  bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  left: 20px;
  right: 20px;
  z-index: 12;
  text-shadow: 1px 1px #000;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.home-carousel p {
  margin: 0px;
}

.home-carousel h4 {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 4px;
}

.home-carousel .jcarousel-pagination {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.home-carousel .jcarousel-pagination a {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: #d4d4d4;
  margin: 0px 8px;
}

.home-carousel .jcarousel-pagination a.active {
  background: var(--headingcolor);
  box-shadow: 0px 0px 10px 4px #bfbfbf;
}

/* inner */

.body-contentpage.body-public #global > br {
  display: none;
}

.inner-main {
  position: relative;
  margin-bottom: 120px;
}

.inner-title {
  padding-top: 120px;
  text-align: center;
}

.inner-content-row {
  position: relative;
  display: inline-block;
  width: 100%;
}

.inner-content {
  background: var(--contentbg);
  color: #fff;
  width: 70%;
  float: right;
  box-shadow: 3px 4px #EEE7DF;
  min-height: 700px;
}

.inner-content h4, .inner-plain h4 {
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--headingcolor2);
}

.inner-content h5, .inner-plain h5 {
  color: var(--headingcolor2);
}

.inner-content a {
  text-transform: uppercase;
  color: var(--navactivelink);
  font-weight: 600;
}

.inner-content a:hover, .inner-content a:focus {
  color :#fff;
}

.inner-space {
  padding-top: 60px;
  padding-left: 50%;
  padding-bottom: 60px;
  padding-right: 80px;
}

.inner-pic {
  position: absolute;
  top: 50px;
  width: 55%;
  z-index: 10;
}

.inner-pic .span8.gallery-image {
  width: 100%;
  float: none;
}

.inner-pic .span8.gallery-image .controls {
  display: none;
}

.inner-pic .span8.gallery-image #caption {
  height: auto;
}

.inner-pic .span8.gallery-image img {
  border: none;
}

.inner-pic .span4.gallery-thumbs {
  width: 100%;
  margin: 0px;
  float: none;
}

.inner-pic .span4.gallery-thumbs ul li {
  opacity: 1 !important;
  border: none;
}

.inner-pic .span4.gallery-thumbs ul li img {
  border: none;
}

.inner-pic .span4.gallery-thumbs ul li.selected {
  border: none;
}

.inner-pic .span4.gallery-thumbs ul li.selected a.thumb {
  background: transparent !important;
}

.inner-pic .span4.gallery-thumbs ul li a {
  background: transparent;
  border: none;
}

.inner-pic .span4.gallery-thumbs ul li.selected img {
  border: 4px solid rgba(255,228,185,0.6);
}

.inner-plain {
  background: var(--headingcolor);
  color: #fff;
  max-width: 1050px;
  padding: 0px 25px;
  text-align: center;
  margin: 0px auto;
}

.ip-space {
  padding: 40px 50px;
}

/* course */

.scorecard-box {
  padding: 20px 0px 30px;
  text-align: center;
}

.scorecard-box a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  position: relative;
  border: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover, .scorecard-box a.disp {
  background: var(--dropdownbg);
  text-decoration: none;
  color: var(--headingcolor2);
  cursor: pointer;
}

.scorecard-box a.disp:hover {
  color: #fff;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--headingcolor);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardgold);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(14), table.scorecard td:nth-child(14) {
  background: var(--scorecardgreen);
  color: black;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-nav {
  position: absolute;
  bottom: 140px;
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
  z-index: 14;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  font-size: 0px;
}

.hole-nav ul li::after {
  margin: 0px 2px;
  width: 11px;
  height: 1px;
  content: '';
  position: relative;
  display: inline-block;
  background: #fff;
  top: -7px;
  box-shadow: 1px 1px #000;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  font-size: 20px;
  display: inline-block;
  width: 36px;
  text-shadow: 1px 1px #000;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  font-family: var(--headingfont);
  color: #fff;
}

.hole-nav ul li a:hover, .hole-nav ul li.current a, .hole-nav ul li a:focus {
  color: var(--navactivelink);
}

.hole-main {
  position: relative;
  margin-bottom: 120px;
}

.hole-title {
  text-align: center;
  padding-top: 120px;
}

.hole-content-row {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hole-inner-slideshow {
  position: absolute;
  top: 50px;
  width: 55%;
  z-index: 10;
}

.hole-inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-content {
  background: var(--contentbg);
  color: #fff;
  width: 70%;
  float: right;
  box-shadow: 3px 4px #EEE7DF;
}

.hc-space {
  padding-top: 60px;
  padding-left: 50%;
  padding-bottom: 60px;
  padding-right: 80px;
}

.hc-space h4 {
  color: var(--headingcolor2);
  text-transform: uppercase;
}

.hole-yards {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
}

.hole-yards .red {
  color: var(--scorecardred);
}

.hole-yards .yellow {
  color: var(--scorecardyellow);
}

.hole-yards .white {
  color: var(--scorecardwhite);
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"] {
  background: url('/images/resources/stocksfield/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 110px;
  position: relative;
}

body[class*="php-"] .bottom-header, .body-class-members .bottom-header, .body-class-visitorbooking .bottom-header, .body-class-getawayletter .bottom-header, [class*="body-class-setcoursestatus"] .bottom-header, .body-class-opens .bottom-header, .body-loginpage .bottom-header, body[class*="match"] .bottom-header {
  background: var(--bottomheaderbg);
  min-height: 90px;
}

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, body[class*="match"] .nav-section {
  margin-top: 0px;
  width: auto;
  top: 35px;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo {
  margin-left: 0px;
}

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"] .header-text {
  top: 12px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info, body[class*="match"] .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, body[class*="match"] .header-top-right {
  display: none;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"] .header-social {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
  padding: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 170px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

.body-public.invalid-page .members-footer {
  display: block;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  border-radius: 0px;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: var(--dropdownbg);
  color: var(--headingcolor2);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .hrc-space {
    padding-left: 45%;
    padding-right: 60px;
  }
  .home-carousel {
    width: 1300px;
  }
  .home-carousel-item {
    width: 418px;
  }
  .home-carousel-holder {
    height: 390px;
  }
  .inner-space {
    padding-left: 45%;
    padding-right: 60px;
  }
  .hc-space {
    padding-left: 45%;
    padding-right: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .hrc-space {
    padding-left: 45%;
    padding-right: 60px;
  }
  .home-carousel {
    width: 1200px;
  }
  .home-carousel-item {
    width: 386px;
  }
  .home-carousel-holder {
    height: 370px;
  }
  .inner-space {
    padding-left: 45%;
    padding-right: 60px;
  }
  .hc-space {
    padding-left: 45%;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .hrc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .home-carousel {
    width: 1100px;
  }
  .home-carousel-item {
    width: 353px;
  }
  .home-carousel-holder {
    height: 350px;
  }
  .inner-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .hc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    width: 940px;
  }
  .hrc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .home-carousel {
    width: 930px;
  }
  .home-carousel-item {
    width: 295px;
  }
  .home-carousel-holder {
    height: 300px;
  }
  .inner-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .hc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .table td, .table th, table td, table th {
    padding: 4px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  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 {
    padding: 10px;
    font-size: 13px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px 9px;
  }
  .dropdown-menu {
    font-size: 14px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    width: 724px;
  }
  .hrc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .home-carousel {
    width: 724px;
  }
  .home-carousel-item {
    width: 342px;
  }
  .home-carousel-holder {
    height: 320px;
  }
  .inner-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .hc-space {
    padding-left: 40%;
    padding-right: 40px;
  }
  .home-status-weather {
    bottom: 70px;
  }
  .hole-nav {
    width: 500px;
    margin: 0px auto;
    bottom: 70px;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 13px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .header-space {
    width: 724px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .home-explore {
    display: none;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .header-wrapper {
    position: relative;
    background: black;
  }
  .nav-section {
    position: relative;
    top: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 10px;
    margin-top: 0px;
    top: 50px;
    position: absolute;
    z-index: 50;
    right: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    background: var(--headingcolor);
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: var(--headingcolor2);
    color: #000;
  }
  .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 {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #000;
  }
  .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: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 105px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  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, body[class*="match"] .nav-section {
    top: 0px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner {
    margin-top: 110px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .home-line {
    display: none;
  }
  .home-status-weather {
    position: relative;
    bottom: 0px;
    background: var(--headingcolor);
    left: 0px;
    right: 0px;
    padding: 10px;
  }
  .header-logo span.header-club-name {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .home-title {
    padding-top: 50px;
  }
  .home-row-content {
    width: 100%;
    float: none;
  }
  .hrc-space {
    padding: 20px;
  }
  .home-video {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    margin-top: 20px;
    width: 100%;
  }
  .home-carousel-item {
    width: 220px;
    margin-right: 12px;
  }
  .home-carousel-holder {
    height: 240px;
  }
  .home-carousel {
    width: 460px;
  }
  .home-video-row {
    display: block;
  }
  .inner-title {
    padding-top: 50px;
  }
  .inner-content-row {
    display: block;
  }
  .inner-content {
    float: none;
    width: 100%;
  }
  .inner-pic {
    position: relative;
    top: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .inner-space {
    padding: 20px;
  }
  .inner-plain {
    padding: 0px;
  }
  .ip-space {
    padding: 20px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: var(--headingcolor);
    padding: 10px 0px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li::after {
    width: 7px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 34px;
  }
  .pf-contact {
    color: #fff;
    text-shadow: 1px 1px #000;
  }
  .pf-contact a {
    color: #fff;
  }
  .pf-copy {
    color: #fff;
  }
  .pf-copy a {
    color: #fff;
  }
  .pf-extra-logos {
    padding-top: 260px;
    width: 150px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .pf-extra-logos img {
    margin: 10px 0px;
  }
  .hole-title {
    padding-top: 50px;
  }
  .hole-content-row {
    display: block;
  }
  .hole-content {
    float: none;
    width: 100%;
  }
  .hc-space {
    padding: 20px;
  }
  .hole-inner-slideshow {
    position: relative;
    margin-top: 40px;
    top: 0px;
    width: 100%;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
}

/* 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;
  }
  .header-logo span.header-club-name {
    display: none;
  }
  .home-carousel-item {
    width: 280px;
    margin-right: 20px;
  }
  .home-carousel-holder {
    height: 320px;
  }
  .home-carousel {
    width: 280px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-status-weather {
  display: none;
}

.php-ckeditor .home-explore {
  display: none;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .home-line {
  display: none;
}

.php-ckeditor .hrc-space {
  padding-left: 40%;
  padding-right: 30px;
}

.php-ckeditor .inner-space {
  padding-left: 40%;
  padding-right: 30px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .hc-space {
  padding-left: 40%;
  padding-right: 30px;
}

.php-ckeditor .home-carousel {
  width: auto;
}

.php-ckeditor .home-carousel-holder {
  height: auto;
}

.php-ckeditor .home-carousel .home-carousel-wrapper {
  position: relative;
  width: auto;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/stocksfield/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page .header-wrapper {
  background: var(--headingcolor);
  min-height: 110px;
}

.invalid-page .navbar-inverse .navbar-inner {
  top: 35px;
}

.invalid-page .header-links {
  top: 18px;
  right: 10px;
}

.invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

.invalid-page #globalwrap {
  margin-top: 160px;
  padding: 20px;
  border: 2px solid var(--headingcolor);
  background: rgba(255,255,255,0.9);
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .invalid-page .content-wrapper {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .invalid-page .content-wrapper {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

/* slideshow titles */

#globalwrap [class*="-slideshow"] .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 120px;
  font-family: var(--headingfont);
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #02ca02;
  font-family: var(--headingfont);
  background: rgba(0,0,0,0.7);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #globalwrap .home-page-wrapper .home-slideshow .nivo-caption {
    bottom: 130px;
  }
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #00603b;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: 2px solid var(--headingcolor2);
  height: 30px;
  width: 80%;
}

.inner-page-wrapper form textarea {
  background: #00603b;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: 2px solid var(--headingcolor2);
  height: 90px;
  width: 80%;
}

.inner-page-wrapper form select {
  background: #00603b;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: 2px solid var(--headingcolor2);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor2);
  color: var(--bodycolor);
  margin-top: 20px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #fff;
  color: var(--bodycolor);
}

.inner-title ul, .inner-col ul, .inner-plain ul {
  margin: 0px 0px 10px;
}

.inner-title ul li, .inner-col ul li, .inner-plain ul li {
  line-height: 28px;
  list-style: none;
}

.inner-title ul li::before, .inner-col ul li::before, .inner-plain ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor2);
  position: relative;
  top: -3px;
}

.inner-plain .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-main table tbody th {
  background: var(--headingcolor2);
  color: var(--bodycolor);
}

.inner-main table th {
  border: 2px solid var(--headingcolor2);
  padding: 6px;
  font-weight: 400;
  text-align: center;
}

.php-ckeditor .inner-main table th, .php-ckeditor .inner-main table td {
  border: 2px solid var(--headingcolor2) !important;
}

.inner-main table td {
  border: 2px solid var(--headingcolor2);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
}

.inner-plain thead {
  background: var(--headingcolor2);
  color: var(--bodycolor);
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.body-public .hole-nav > .wysiwyg-editable > br {
  display: none;
}

/* slideshow dots and arrows */

.content-wrapper .home-slideshow .nivo-controlNav-Wrapper {
  display: block;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  left: initial;
  bottom: initial;
  z-index: 20;
}

.content-wrapper .home-slideshow .nivo-controlNav-Wrapper a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.content-wrapper .home-slideshow .nivo-controlNav-Wrapper a.active {
  width: 13px;
  height: 13px;
}

.content-wrapper .home-slideshow .nivo-directionNav {
  display: none !important;
}

.nivo-directionNav a.nivo-nextNav {
  background: url('/images/resources/royston/slideshow-next-arrow.png');
  width: 31px;
  height: 59px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.nivo-directionNav a.nivo-prevNav {
  background: url('/images/resources/royston/slideshow-prev-arrow.png');
  width: 31px;
  height: 59px;
  background-repeat: no-repeat;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 979px) {
  .nivo-directionNav a.nivo-prevNav {
    background: url('/images/resources/royston/mobile-slideshow-prev-arrow.png');
    width: 21px;
    height: 40px;
  }
  .nivo-directionNav a.nivo-nextNav {
    background: url('/images/resources/royston/mobile-slideshow-next-arrow.png');
    width: 21px;
    height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nivo-directionNav {
    display: none !important;
  }
  .content-wrapper .home-slideshow .nivo-controlNav-Wrapper {
    display: none;
  }
}

.inner-plain h2, .inner-plain h3, .inner-plain h4, .inner-plain h5, .inner-plain h6 {
  color: var(--headingcolor2);
}

.inner-plain h6 {
  font-family: var(--headingfont);
}

.inner-plain a {
  color: var(--headingcolor2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inner-plain a:hover, .inner-plain a:focus {
  color: #fff;
}

.inner-plain h5 a {
  border-radius: 0px;
  background: var(--headingcolor2);
  color: var(--bodycolor);
  border: none;
}

.inner-plain h5 a:hover, .inner-plain h5 a:focus {
  background: #fff;
  color: var(--bodycolor);
}

.leaflet-popup-content h5 {
  color: var(--headingcolor);
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
  left: 0px;
}

.hole-inner-slideshow .nivo-controlNav-Wrapper {
  display: none !important;
}

.hole-inner-slideshow .nivo-directionNav {
  display: block !important;
}

.hole-inner-slideshow .nivo-directionNav a.nivo-prevNav {
  text-indent: 0px;
  text-transform: uppercase;
  font-weight: 600;
  background: url('/images/resources/stocksfield/hole-slideshow-prev-arrow.png');
  width: 80px;
  background-repeat: no-repeat;
  height: 73px;
  line-height: 73px;
  text-align: right;
}

.hole-inner-slideshow .nivo-directionNav a.nivo-prevNav:hover, .hole-inner-slideshow .nivo-directionNav a.nivo-prevNav:focus {
  color: var(--bodycolor);
}

.hole-inner-slideshow .nivo-directionNav a.nivo-nextNav {
  text-indent: 0px;
  text-transform: uppercase;
  font-weight: 600;
  background: url('/images/resources/stocksfield/hole-slideshow-next-arrow.png');
  width: 80px;
  background-repeat: no-repeat;
  height: 73px;
  line-height: 73px;
  text-align: left;
  background-position: right;
}

.hole-inner-slideshow .nivo-directionNav a.nivo-nextNav:hover, .hole-inner-slideshow .nivo-directionNav a.nivo-nextNav:focus {
  color: var(--bodycolor);
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-inner-slideshow .nivo-directionNav {
    display: none !important;
  }
}

.flip-content {
  margin-top: 50px;
}

.flip-content .inner-content {
  float: left;
}

.flip-content .inner-space, .php-ckeditor .flip-content .inner-space {
  padding-left: 60px;
  padding-right: 40%;
}

.flip-content .inner-pic {
  right: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .flip-content .inner-space {
    padding: 20px;
  }
  .flip-content .inner-content {
    float: none;
  }
}

/* initials */

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

@media (min-width: 768px) and (max-width: 979px) {
  .php-courseanalysis .table td, .php-courseanalysis .table th {
    font-size: 12px;
  }
  .pf-copy {
    color: #fff;
  }
  .pf-copy a {
    color: #fff;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .pf-extra-logos a:nth-of-type(2) {
    margin: 0px;
  }
}

.body-public.body-contentpage .navbar-inner .nav > li.nav-menu-members_login, .body-public.body-class-home .navbar-inner .nav > li.nav-menu-members_login {
  display: none;
}

@media (min-width: 980px) {
  .body-public.body-contentpage .navbar-inner, .body-public.body-class-home .navbar-inner {
    padding-right: 0px;
  }
  .header-top-right {
    right: 15px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .header-logo {
    width: 101px;
  }
  .body-contentpage.body-class-members .content-wrapper a {
    word-wrap: break-word;
  }
}

.inner-content h5 a {
  color: #000;
}

.inner-content h5 a:hover, .inner-content h5 a:focus {
  color: #000;
}

@media (min-width: 0px) and (max-width: 979px) {
  .inner-space a[href*="mailto"] {
    word-break: break-all;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .nav-menu-about_menu .dropdown-menu {
    left: initial;
    right: 0px;
  }
  .navbar .nav > li.nav-menu-about_menu > .dropdown-menu::before, .navbar .nav > li.nav-menu-about_menu > .dropdown-menu::after {
    left: initial;
    right: 9px;
  }
}

.hole-inner-slideshow .nivo-directionNav {
  display: none !important;
}

.hole-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  left: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.hole-prev a:hover, .hole-prev a:focus {
  color: #000;
}

.hole-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  right: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.hole-next a:hover, .hole-next a:focus {
  color: #000;
}

.php-ckeditor .hole-prev {
  position: relative;
  top: 0px;
  transform: translateY(0px);
  left: 0px;
}

.php-ckeditor .hole-next {
  position: relative;
  top: 0px;
  transform: translateY(0px);
  right: 0px;
}

.body-class-members table thead {
  border: 2px solid var(--headingcolor2);
  background: var(--headingcolor2);
  color: var(--bodycolor);
  padding: 6px;
  font-weight: 400;
}

.body-class-members table thead a {
  color: var(--headingcolor);
}

.body-class-members table td {
  border: 2px solid var(--headingcolor2);
}

.gallery-image #caption span.image-caption {
  position: relative;
}

.inner-content ul {
  margin: 0px;
}

.inner-content ul li {
  list-style: inside;
}

/* end anton styles */