/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'DM Serif Display', serif;
  --headingcolor: #333;
  --headingcolor2: #333;
  --highlightcolor: #8D2629;
  --bodycolor: #656565;
  --topheaderbg: #213266;
  --bottomheaderbg: #801746;
  --topfooterbg: #373737;
  --bottomfooterbg: #8D2629;
  --navlink: #fff;
  --navactivelink: #deb143;
  --dropdownbg: #000;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardgreen: #218621;
  --scorecardoak: #964B00;
  --scorecardblue: #213266;
}

.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: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

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(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--highlightcolor);
  color: #FFF;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
  margin-bottom: 10px;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--highlightcolor);
  color: var(--navactivelink);
  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: var(--navactivelink);
  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;
  width: 100%;
  min-height: 103px;
  z-index: 1001;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  background: rgba(0,0,0,0.6);
  min-height: 93px;
}

.header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 112px;
  z-index: 10;
  top: 21px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  width: 80px;
}

/* navbar */

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  top: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  top: 20px;
}

.navbar-inverse .navbar-inner .nav > li > a {
  color: var(--navlink);
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li > a:focus, .navbar-inverse .navbar-inner .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 > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

/* newsletter */

.offers-block {
  border-top: 1px solid #d7d7d7;
  padding: 40px 0px;
}

.offers-intro {
  font-family: var(--headingfont);
  line-height: 30px;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.offers-intro:hover {
  cursor: pointer;
}

.offers-intro em {
  position: relative;
  top: 0px;
  margin-left: 15px;
  color: #666;
  border: 2px solid #666;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.offers-intro em::before {
  position: relative;
  left: 2.25px;
}

.offers-intro.show-newsletter em {
  transform: rotate(45deg);
  top: 0px;
}

.offers-content {
  display: none;
  text-align: center;
}

.offers-content #thankyou p {
  margin-top: 15px;
}

.offers-content form {
  max-width: 650px;
  position: relative;
  margin: 20px auto 0px;
}

.offers-content input[type*="text"] {
  width: calc(100%  - 150px);
  padding-right: 140px;
  height: 38px;
  border: 2px solid var(--highlightcolor);
  border-radius: 0px;
  background: #eee;
  text-align: left;
}

.offers-content span.customFormLine:nth-of-type(1) label {
  position: absolute;
  bottom: 22px;
  left: 8px;
  opacity: 1;
  color: var(--bodycolor);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.offers-content span.customFormLine.hide-label:nth-of-type(1) label {
  opacity: 0;
}

.offers-content input[type*="submit"] {
  position: absolute;
  bottom: -4px;
  right: 0px;
  background: var(--highlightcolor);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  padding: 14px 15px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter input[type*="submit"]:hover {
  background: #000;
}

/* footer */

.public-footer {
  background: var(--topfooterbg);
  color: #fff;
  padding: 90px 0px;
}

.public-footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.public-footer h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  color: #fff;
}

.pf-row a {
  color: #fff;
}

.pf-row a:hover {
  color: var(--navactivelink);
}

.pf-social {
  margin-top: 25px;
}

.pf-social a {
  display: inline-block;
  background: #878787;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
}

.pf-social a em {
  position: relative;
  left: 3px;
}

.pf-links p {
  margin-bottom: 5px;
}

.members-footer {
  background: var(--bottomfooterbg);
  color: #fff;
  padding: 15px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy br {
  display: none;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a:hover, .mf-copy a:focus {
  color: #deb143;
}

.mf-copy a:nth-of-type(1) {
  margin-left: 4px;
}

.mf-ig-logo {
  text-align: right;
}

.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-slide-title {
  position: absolute;
  z-index: 12;
  bottom: 200px;
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
  max-width: 650px;
}

.home-slide-title h2 {
  color: #fff;
  text-shadow: 1px 1px #000;
  margin: 0px;
  font-size: 48px;
  line-height: 58px;
}

.home-slide-title h4 {
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  color: #fff;
  font-size: 18px;
  margin: 20px 0px 0px;
}

.page-scroll {
  position: absolute;
  width: 70px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  z-index: 10;
  margin: 0px auto;
  text-align: center;
  height: 40px;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px #000;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.page-scroll:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.home-weather-status {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 12;
  text-align: center;
  max-width: 270px;
  padding: 0px 10px;
  bottom: 70px;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.home-weather-status .weatherSingle {
  display: none;
}

.home-weather-status .weatherSingle:nth-child(1) {
  display: block;
}

.home-weather-trig {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-weather-trig {
  height: 180px;
  background: rgba(0,0,0,0.8);
  border-radius: 6px;
}

.home-weather-trig i {
  position: relative;
  font-size: 22px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

/*.show-status .home-weather-trig i {
  transform: rotate(45deg);
}*/

.home-weather-trig .weatherTemp {
  position: absolute;
  left: 10px;
  top: 0px;
}

.home-weather-trig .weatherImage {
  position: absolute;
  left: 60px;
  top: 5px;
}

.hwt-status {
  position: absolute;
  right: 10px;
  top: 0px;
  text-transform: uppercase;
  font-family: var(--headingfont);
  letter-spacing: 1px;
}

.home-weather-trig .weatherImage img {
  width: 32px;
}

.home-weather-trig .weatherDate {
  display: none;
}

.home-weather-trig .courseStatus h3 {
  display: none;
}

.home-weather-trig .courseStatus {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
}

.home-intro {
  max-width: 1000px;
  padding: 0px 25px;
  margin: 100px auto 180px;
  text-align: center;
}

.inner-box-row {
  position: relative;
  background: #f1f1f1;
}

.ib-flex {
  display: flex;
}

.inner-box {
  position: relative;
  top: -80px;
  margin: 0px 20px;
  flex: 1 1 0;
}

.ib-flex .inner-box:nth-child(1) {
  margin-left: 0px;
}

.ib-flex .inner-box:nth-child(3) {
  margin-right: 0px;
}

.ib-pic {
  position: relative;
}

.ib-content {
  position: absolute;
  color: #fff;
  font-weight: 600;
  bottom: 30px;
  left: 30px;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  right: 15px;
}

.home-grid-block {
  margin: 150px 0px;
}

.home-grid {
  display: grid;
  grid-template-columns: 6;
  grid-template-rows: 2;
}

.home-grid-large-pic {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  margin-right: 70px;
}

.home-grid-large-pic > .wysiwyg-editable {
  height: 100%;
}

.home-grid-large-pic > .wysiwyg-editable img {
  height: 100%;
  object-fit: cover;
  max-width: 410px;
  width: 100%;
}

.home-grid-large-content {
  position: absolute;
  color: #fff;
  font-weight: 600;
  bottom: 30px;
  left: 30px;
  right: 15px;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}

.home-grid-content-block {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
}

.home-grid-content-block h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 48px;
}

.home-grid-small-pic-one {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
  position: relative;
  margin-right: 20px;
}

.home-grid-small-pic-two {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
  position: relative;
  margin-left: 20px;
}

.home-grid-small-content {
  position: absolute;
  color: #fff;
  font-weight: 600;
  bottom: 30px;
  left: 30px;
  right: 15px;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-full {
  max-width: 1000px;
  padding: 0px 25px;
  text-align: center;
  margin: 80px auto 240px;
}

.inner-full h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.inner-video {
  margin-top: 60px;
}

/* course */

.scorecard-box {
  padding: 20px 0px 30px;
  text-align: center;
}

.scorecard-box a {
  background: var(--bottomfooterbg);
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  text-transform: uppercase;
  border-radius: 0px;
  position: relative;
  border: none;
  font-weight: 600;
  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(--bottomfooterbg);
  text-decoration: none;
  color: var(--navactivelink);
  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(--highlightcolor);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardgreen);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--highlightcolor);
}

/* hole */

.body-public .included-row > .wysiwyg-editable > br {
  display: none;
}

.hole-nav {
  position: absolute;
  bottom: 90px;
  left: 20px;
  right: 20px;
  z-index: 20;
  text-align: center;	
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  margin: 0px;
  display: inline-block;
  font-size: 0px;
  text-align: center;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #fff;
  margin: 0px 4px;
  position: relative;
  top: -7px;
}

.hole-nav ul li:last-of-type::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  font-size: 24px;
  font-family: var(--headingfont);
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  text-decoration: underline;
}

.hole-main {
  margin-top: 60px;
}

.hole-title {
  text-align: center;
}

.hole-yards {
  text-align: center;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.hole-yards .white {
  width: 140px;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
  background: var(--scorecardwhite);
}

.hole-yards .yellow {
  width: 140px;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
  background: var(--scorecardyellow);
}

.hole-yards .green {
  width: 140px;
}

.hole-yards .green::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
  background: var(--scorecardgreen);
}

.hole-yards .red {
  width: 140px;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
  background: var(--scorecardred);
}

.hole-video {
  margin: 40px auto 240px;
  max-width: 1000px;
}

/* Hole In One */

.flyovercontent {
    width: 100%;
    margin: 0px auto;
}
 
.embed-container {
    height: auto;
    width: 100%;
    padding-bottom: 71%;
    overflow: visible;
    position: relative;
}
                                               
.embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* End Of Hole In One */

/* 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"], .invalid-page {
  background: url('/images/resources/cosby/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper, .invalid-page .header-wrapper {
  background: var(--highlightcolor);
  width: 100%;
  min-height: 90px;
  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, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  width: 80px;
  top: 3px;
}

/*body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"] .header-logo img {
  width: 94px;
  top: -5px;
}*/

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"] .header-text, .invalid-page .header-text {
  top: 12px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info, body[class*="match"] .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, body[class*="match"] .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"] .header-social, .invalid-page .header-social {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 90px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 25px;
  width: auto;
  padding: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--highlightcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--highlightcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 110px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
}

#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 15px;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 600;
  border: none;
   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(--highlightcolor);
  color: var(--navactivelink);
}

/* 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: var(--navlink);
  font-weight: 400;
}

thead a {
  color: var(--navactivelink);
  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 {
  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, .invalid-page .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;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .pf-logos a:first-of-type img {
    width: 280px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .pf-logos a:first-of-type img {
    width: 230px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .home-grid-large-content {
    letter-spacing: 0px;
  }
  .home-grid-small-content {
    letter-spacing: 0px;
  }
  .ib-content {
    letter-spacing: 0px;
  }
  .pf-logos a:first-of-type img {
    width: 180px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    width: 940px;
  }
  .home-grid-large-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 18px;
  }
  .home-grid-small-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 18px;
  }
  .ib-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 18px;
  }
  .pf-logos a:first-of-type img {
    width: 180px;
  }
  .home-grid-large-pic {
    margin-right: 30px;
  }
  .hole-nav ul li::after {
    margin: 0px 4px;
  }
  .hole-nav ul li a {
    width: 35px;
  }
  .hole-video {
    max-width: 840px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: 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, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .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: 15px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .home-grid-large-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 16px;
  }
  .home-grid-small-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 16px;
  }
  .ib-content {
    letter-spacing: 0px;
    left: 10px;
    font-size: 16px;
  }
  .pf-logos a:first-of-type img {
    width: 180px;
  }
  .home-grid-large-pic {
    margin-right: 30px;
  }
  .home-grid-content-block h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }
  .public-footer h5 {
    font-size: 15px;
  }
  .pf-address p {
    font-size: 15px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-copy br {
    display: block;
  }
  .mf-copy a:nth-of-type(1) {
    margin-left: 0px;
  }
  .hole-nav ul {
    width: 500px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-yards {
    width: 550px;
    margin: 0px auto;
  }
  .hole-yards .men-par, .hole-yards .ladies-par {
    width: 65px;
  }
  .hole-yards .men-si, .hole-yards .ladies-si {
    width: 60px;
  }
  .hole-video {
    max-width: 624px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    background: var(--highlightcolor);
    min-height: 93px;
  }
  .header-space {
    width: 724px;
  }
  .header-logo {
    width: 80px;
    top: 5px;
  }
  .home-page-wrapper {
    margin-top: 0px;
  }
  .inner-page-wrapper {
    margin-top: 0px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner, .body-public.body-contentpage .navbar-inverse .navbar-inner {
    top: 0px;
    margin-top: 15px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 5px 10px;
    margin-top: 31px;
    font-size: 16px;
    letter-spacing: 2px;
    background: var(--headingcolor2);
    color: #fff;
    margin-right: 10px;
    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: #000;
    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;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .btn-navbar .club-menu-button:hover, .btn-navbar.active .club-menu-button {
    color: #FFF;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #FFF;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
  }
  .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: 20px 10px;
    text-align: left;
  }
  .navbar .nav > li {
    display: block;
  }
  .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);
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    top: 0px;
    margin-left: 0px;
    margin-top: 25px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  .page-space {
    padding: 0px 20px;
  }
  body {
    padding: 0px;
  }
  .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .header-logo {
    margin-left: 0px;
    left: 0px;
  }
  .home-slide-title h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .home-intro {
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .inner-box-row {
    padding: 20px 0px;
  }
  .inner-box {
    top: 0px;
    margin: 20px 0px;
  }
  .ib-flex {
    flex-direction: column;
  }
  .ib-pic {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
  }
  .home-grid {
    grid-template-columns: 50%;
  }
  .home-grid-content-block {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .home-grid-large-pic {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    margin: 10px 0px;
  }
  .home-grid-small-pic-one {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .home-grid-small-pic-two {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
    margin-left: 0px;
    margin-top: 10px;
  }
  /*.home-grid-small-content {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    left: 5px;
    right: 5px;
    font-size: 14px;
  }*/
  .home-grid-block {
    margin: 50px 0px;
  }
  .offers-content input[type*="text"] {
    width: calc(100% - 16px);
    padding-right: 6px;
  }
  .offers-content input[type*="submit"] {
    position: relative;
    top: 0px;
    bottom: 0px;
  }
  .offers-content span.customFormLine:nth-of-type(1) label {
    bottom: 83px;
  }
  .public-footer {
    padding: 40px 0px;
    text-align: center;
  }
  .public-footer h5 {
    font-size: 16px;
  }
  .pf-links {
    margin-top: 30px;
  }
  .pf-logos {
    margin-top: 30px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
    line-height: 28px;
  }
  .mf-copy br {
    display: block;
  }
  .mf-copy a:nth-of-type(1) {
    margin-left: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
  .inner-full {
    padding: 0px;
    margin-bottom: 60px;
  }
  .table td, .table th, table td, table th {
    font-size: 12px;
    padding: 2px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav {
    position: relative;
    background: #000;
    padding: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .hole-nav ul li {
    margin: 2px 0px;
  }
  .hole-yards {
    width: 315px;
    margin: 0px auto;
  }
  .men-par, .ladies-par {
    width: 140px;
  }
  .men-si, .ladies-si {
    width: 140px;
  }
  .hole-yards .white::before {
    margin-left: 0px;
  }
  .hole-yards .yellow::before {
    margin-left: 0px;
  }
  .hole-yards .green::before {
    margin-left: 0px;
  }
  .hole-yards .red::before {
    margin-left: 0px;
  }
  .hole-video {
    margin-bottom: 60px;
    padding: 0px 20px;
  }
  .hole-page-wrapper .page-scroll {
    display: none;
  }
  .hole-nav ul li a {
    width: 32px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .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: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* 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;
  top: 0px;
  padding: 6px 0px;
  margin-left: 0px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .home-intro {
  margin: 50px 0px;
}

.php-ckeditor .home-grid-block {
  margin: 50px 0px;
}

.php-ckeditor .home-weather-status {
  display: none;
}

.php-ckeditor .page-scroll {
  display: none;
}

.php-ckeditor .home-slide-title {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .inner-full {
  padding: 50px 0px;
}

.php-ckeditor .inner-box {
  top: 0px;
}

.php-ckeditor .hole-video {
  margin-bottom: 40px;
}

.php-ckeditor .offers-content {
  display: block;
  margin-top: 10px;
}

/* invalid page */

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page #globalwrap {
  margin-top: 120px;
  padding-left: 20px;
}

.invalid-page .header-wrapper {
  background: var(--headingcolor);
}

.invalid-page .header-logo {
  width: 70px;
  top: 5px;
}

/* 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.9);
  padding: 20px;
  border: 2px solid var(--hightlightcolor);
}

.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: 100px;
  font-family: var(--bodyfont);
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  background: rgba(0,0,0,0.0);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

@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;
  display: none;
  font-size: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--highlightcolor);
  text-align: center;
  height: 30px;
  width: 90%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--highlightcolor);
  text-align: center;
  height: 90px;
  width: 90%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--highlightcolor);
  text-align: center;
  height: 30px;
  width: 90%;
  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(--highlightcolor);
  color: #fff;
  margin-top: 20px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--highlightcolor);
  color: var(--navactivelink);
}

.inner-full ul, .inner-col ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .inner-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .inner-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--highlightcolor);
  position: relative;
  top: -3px;
}

.inner-full .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;
  }
  .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(--highlightcolor);
  color: #fff;
}

.inner-main table th {
  border: 2px solid var(--highlightcolor);
  padding: 6px;
  font-weight: 400;
}

.inner-main table td {
  border: 2px solid var(--highlightcolor);
  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;
  }
}

[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;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none !important;
  position: absolute;
  width: 14px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
  right: 50px;
  z-index: 12;
  bottom: initial;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 3px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a.active {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .nav-controls .next {
    margin-left: 10px;
  } 
}

.content-wrapper .nivo-directionNav {
  display: block;
}

.nivo-directionNav a.nivo-nextNav {
  background: url('/images/resources/cosby/slideshow-next-arrow.png');
  width: 38px;
  height: 72px;
  right: 40px;
}

.nivo-directionNav a.nivo-prevNav {
  background: url('/images/resources/cosby/slideshow-prev-arrow.png');
  width: 38px;
  height: 72px;
  background-repeat: no-repeat;
  left: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nivo-directionNav a.nivo-nextNav {
    background: url('/images/resources/cosby/mobile-slideshow-next-arrow.png');
    width: 22px;
    height: 40px;
    right: 20px;
  }
  .nivo-directionNav a.nivo-prevNav {
    background: url('/images/resources/cosby/mobile-slideshow-prev-arrow.png');
    width: 22px;
    height: 40px;
    left: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper .nivo-directionNav {
    display: none !important;
  }
  .page-scroll {
    display: none;
  }
  .home-weather-status {
    bottom: 15px;
  }
  .home-slide-title {
    bottom: 55px;
  }
  .home-slide-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-slide-title h4 {
    font-size: 16px;
    margin-top: -5px;
  }
  .body-class-course_and_range .home-slide-title {
    top: 50px;
    bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .body-public.body-class-home .navbar-inverse .nav > li:nth-child(7), .body-public.body-contentpage .navbar-inverse .nav > li:nth-child(7), .body-class-.body-public .navbar-inverse .nav > li:nth-child(7) {
    margin-left: 150px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public.body-class-home .navbar-inverse .nav > li:nth-child(7), .body-public.body-contentpage .navbar-inverse .nav > li:nth-child(7), .body-class-.body-public .navbar-inverse .nav > li:nth-child(7) {
    margin-left: 150px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    padding: 10px 7px;
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
}

.pf-address h5 a {
  background: transparent;
  padding: 0px;
  text-transform: initial;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: inherit;
  margin: 0px;
}

.pf-address h5 a:hover, .pf-address h5 a:focus {
  background: transparent;
}

.home-grid-large-content a {
  color: #fff;
}

.home-grid-small-content a {
  color: #fff;
}

.ib-content a {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-grid-content-block {
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-grid-large-pic > .wysiwyg-editable img {
    max-width: 320px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-grid-large-pic > .wysiwyg-editable img {
    max-width: 245px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-grid-large-pic > .wysiwyg-editable img {
    max-width: 180px;
    width: 100%;
  }
  .php-courseanalysis table td, .php-courseanalysis table th {
    font-size: 12px;
  }
}

.php-ckeditor .content-wrapper table td {
  border: 2px solid var(--highlightcolor) !important;
}

.php-diary .diary-nav-right a {
  transition: 0ms ease-in-out;
  -moz-transition: 0ms ease-in-out;
  -webkit-transition: 0ms ease-in-out;
}

#teetimesframe #memteetimes thead th {
  color: #fff;
}

.home-page-wrapper .inner-video {
  max-width: 750px;
  margin: 15px auto 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slide-title {
    top: 30%;
  }
  .body-class-club_info table td img {
    width: 100%;
  }
}

.home-slideshow {
  height: 100vh;
}

/* .background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-video .home-slideshow {
    height: 104px;
  }
  .home-video .background-video {
    top: -42vh;
  }
  .home-video .home-weather-status {
    margin-top: 42vh;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .home-video .home-slideshow {
    height: 104px;
  }
  .home-video .background-video {
    top: -80vh;
  }
  .home-video .home-weather-status {
    margin-top: 80vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-video .home-slideshow {
    height: 94px;
  }
  .home-video .background-video {
    top: -42vh;
  }
  .home-video .home-weather-status {
    margin-top: 42vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
  .home-slideshow {
    height: 50vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-video .home-slideshow {
    height: 94px;
  }
  .home-video .background-video {
    top: -80vh;
  }
  .home-video .home-weather-status {
    margin-top: 80vh;
    position: relative;
  }
  .home-video .home-weather-status .courseStatus {
    display: block;
  }
  .home-slideshow {
    height: 100vh;
  }
} */

.home-slideshow iframe {
  max-height: 100vh !important;
}

.php-ckeditor .home-slideshow {
  height: auto;
}

.no-slidey .header-wrapper {
  background: rgba(0,0,0,0.6);
}

@media (min-width: 980px) {
  .no-slideshow-page {
    margin-top: 150px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .no-slideshow-page .inner-full {
    margin-top: 50px;
  }
}
 
/* end anton styles */