/* anton styles */

/* variables */

:root {
  --bodyfont: 'Lato', sans-serif;
  --headingfont: 'Lato', sans-serif;
  --navfont: 'Libre Baskerville', serif;
  --headingcolor: #3E7A48;
  --headingcolor2: #DC1E1E;
  --headingcolor3: #9BC56C;
  --highlightcolor: #AC3839;
  --bodycolor: #121734;
  --headerbg: #1C223C;
  --topfooterbg: #D7D5D5;
  --bottomfooterbg: #3E7A48;
  --navlink: #fff;
  --navactivelink: #968245;
  --dropdownbg: #0c1026;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #EFEFEF;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #fff;
  color: var(--bodycolor);
  display: inline-block;
  padding: 6px 25px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
  border: 1px solid #00ADEF;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--headingcolor);
  color: #fff;
  border-color: var(--headingcolor);
  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;
  z-index: 1001;
  min-height: 150px;
  width: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 100px;
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 197px;
  top: 34px;
  z-index: 30;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 14px;
  width: 171px;
}

.header-space {
  margin: 0px 50px;
}

/* navbar */

.navbar {
  margin: 0px;
}

.navbar .nav {
  display: flex;
  align-items: center;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  position: relative;
  box-shadow: none;
  top: 45px;
  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 .nav > li > a {
  color: var(--headingcolor);
  font-weight: 700;
  width: 166px;
  text-align: center;
  font-family: var(--navfont);
  font-size: 16px;
  text-shadow: none;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--headingcolor3);
}

.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(--headingcolor3);
  box-shadow: none;
}

.body-public .navbar-inverse .nav > li:first-of-type, .body-class-members.php-login .navbar-inverse .nav > li:first-of-type {
  display: none;
}

@media (min-width: 1800px) {
  .nav-section {
    width: 1700px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(4), .body-public.body-contentpage .nav > li:nth-child(4) {
    margin-left: 78px;
  }
  .body-public.body-class-home .nav > li:nth-child(6), .body-public.body-contentpage .nav > li:nth-child(6) {
    margin-right: 200px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 18px;
    width: 184px;
  }
  .header-right {
    font-size: 18px;
  }
}

.header-right {
  display: none;
}

@media (min-width: 980px) {
  .body-public.body-class-home .nav > li:nth-child(10), .body-public.body-contentpage .nav > li:nth-child(10) {
    display: none;
  }
  .header-right {
    display: block;
    position: absolute;
    top: 54px;
    right: 10px;
    z-index: 45;
    transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  }
  .header-right a {
    border: 1px solid #00ADEF;
    display: inline-block;
    padding: 10px 15px;
    color: var(--headingcolor);
    font-weight: 700;
    font-family: var(--navfont);
  }
  .header-right a:hover, .header-right a:focus {
    color: var(--headingcolor3);
  }
  .fix .header-right {
    top: 29px;
  }
}

.dropdown-menu li a {
  font-family: var(--navfont);
  color: var(--headingcolor);
}

.dropdown-menu > li.current > a, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: var(--headingcolor3);
  background: transparent;
}

/* footer */

.public-footer {
  background: var(--topfooterbg);
  padding: 60px 0px 40px;
  text-align: center;
}

.pf-flex {
  display: flex;
}

.pf-top > div {
  flex: 1 1 0;
  margin: 0px 15px;
  font-size: 18px;
}

.pf-top h6 {
  color: var(--bodycolor);
  font-weight: 700;
  margin-top: 0px;
  font-size: 22px;
  line-height: 22px;
  font-family: var(--navfont);
}

.pf-contact a {
  color: var(--bodycolor);
  text-decoration: underline;
}

.pf-contact a:hover, .pf-contact a:focus {
  color: var(--headingcolor);
}

.pf-bottom {
  align-items: center;
  margin-top: 80px;
}

.pf-logo { 
  flex: 1 1 0;
  margin: 0px 15px;
}

.members-footer {
  background: var(--bottomfooterbg);
  color: #fff;
  padding: 30px 0px;
}

.mf-space {
  padding: 0px 50px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-copy {
  width: 70%;
}

.mf-ig-logo {
  width: 30%;
  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-bar {
  position: absolute;
  height: 80px;
  width: 100%;
  z-index: 20;
  left: 0px;
  bottom: 0px;
  background: rgba(219,30,30,0.7);
  color: #fff;
}

.hsb-space {
  padding: 0px 50px;
}

.hsb-flex {
  display: flex;
}

.hsb-status {
  flex: 1 1 0;
  margin-right: 15px;
}

.hsb-status .courseStatus::before {
  position: relative;
  content: url('/images/resources/lymington/flag-icon.png');
  width: 46px;
  height: 55px;
  top: 12.5px;
  margin-right: 10px;
  float: left;
}

.hsb-status .courseStatus .statuses {
  display: inline-block;
  position: relative;
  top: -50px;
  margin-left: 65px;
}

.hsb-status h3 {
  display: none;
}

.hsb-weather {
  flex: 1 1 0;
  margin-left: 15px;
}

.hsb-weather .weatherSingle {
  display: inline-block;
  position: relative;
  width: 125px;
  margin-right: 20px;
  top: -3px;
}

.hsb-weather .weatherDate {
  position: absolute;
  top: -4px;
  left: 0px;
}

.hsb-weather .weatherTemp {
  position: absolute;
  top: 16px;
  left: 0px;
}

.hsb-weather .weatherImage {
  position: absolute;
  left: 70px;
  width: 48px;
  top: 5px;
}

.home-full-screen {
  position: relative;
  height: 100vh;
}

.home-large-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-left-content {
  height: 100vh;
  position: absolute;
  top: 0px;
  left: -800px;
  width: 720px;
  color: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.slide .home-left-content {
  left: 0px;
}

.home-right-content {
  height: 100vh;
  position: absolute;
  top: 0px;
  right: -800px;
  width: 720px;
  color: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.slide .home-right-content {
  right: 0px;
}

.light-green-bg {
  background: url('/images/resources/lymington/light-green-home-transparent.png');
}

.dark-green-bg {
  background: url('/images/resources/lymington/dark-green-home-transparent.png');
}

.blue-bg {
  background: url('/images/resources/lymington/blue-home-transparent.png');
}

.red-bg {
  background: url('/images/resources/lymington/red-home-transparent.png');
}

.hlc-space {
  padding: 20px 50px 20px 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 30px;
}

.hrc-space {
  padding: 20px 100px 20px 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 30px;
}

.hlc-space h1 {
  margin: 0px 0px 25px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.hlc-space h2, .hrc-space h2 {
  margin: 0px 0px 25px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.hlc-space a {
  color: #fff;
  font-weight: 700;
}

.hlc-space a:hover, .hrc-space a:hover, .hlc-space a:focus, .hrc-space a:focus {
  color: #000;
}

.hrc-space a {
  color: #fff;
  font-weight: 700;
}

.hlc-space a::after {
  position: relative;
  margin-left: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hrc-space a::after {
  position: relative;
  margin-left: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hlc-space a:hover::after, .hrc-space a:hover::after, .hlc-space a:focus::after, .hrc-space a:focus::after {
  border-color: #000;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-main {
  text-align: center;
  margin-bottom: 120px;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 4px solid var(--headingcolor3);
  display: flex;
}

.inner-nav ul li {
  flex: 1 1 0;
  display: block;
  margin: 0px 10px;
}

.inner-nav ul li a {
  font-size: 20px;
  line-height: 26px;
  color: var(--bodycolor);
}

.inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus {
  color: var(--headingcolor);
}

.inner-full {
  text-align: center;
  margin: 80px auto 0px;
  max-width: 1400px;
}

.inner-full h1 {
  margin-top: 0px;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
}

.page-space .news-wrapper {
  margin-top: 100px;
  display: flex;
}

.page-space .news-item {
  flex: 1 1 0;
  margin: 0px 20px;
  position: relative;
  max-width: 440px;
}

.page-space .news-item:first-child {
  margin-left: 0px;
}

.page-space .news-item:last-child {
  margin-right: 0px;
}

.page-space .media > .pull-left {
  float: none;
  margin: 0px;
}

.page-space .media .img-polaroid {
  padding: 0px;
  border: none;
}

.page-space .media-body {
  position: absolute;
  bottom: 0px;
  height: 86px;
  width: 100%;
  z-index: 2;
  background: rgba(219,30,30,0.7);
  text-align: left;
}

.page-space .media-heading {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
}

.page-space .news-date {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 0px;
}

.page-space .news-summary {
  font-size: 0px;
  text-align: right;
  margin-right: 10px;
}

.page-space .news-summary br {
  display: none;
}

.page-space .news-summary .read-more {
  color: #fff;
  text-decoration: underline;
  font-size: 14px !important;
}

.page-space .news-summary .read-more:hover, .page-space .news-summary .read-more:focus {
  color: #000;
}

/* inner added boxes style */

.body-public .added-section-move-up {
  display: none;
}

.body-public .added-section-move-down {
  display: none;
}

.body-public .additional-button-row {
  display: none;
}

.body-public .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 30px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inner-full-added {
  text-align: center;
  font-family: var(--headingfont);
}

.body-public .inserted-block {
  padding: 30px 0px;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  font-family: var(--headingfont);
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.two-unequal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

/* course */

.scorecard-box {
  padding: 20px 0px 30px;
}

.scorecard-box a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 9px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
  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(--headingcolor2);
  text-decoration: none;
  color: #fff;
  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: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-nav {
  position: absolute;
  text-align: center;
  left: 20px;
  right: 20px;
  z-index: 12;
  bottom: 50px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  margin: 0px 5px;
  list-style: none;
  display: inline-block;
}

.hole-nav ul li a {
  color: #fff;
  display: inline-block;
  width: 36px;
  line-height: 36px;
  height: 36px;
  margin: 0px;
  font-size: 22px;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.current a {
  color: #00ADEF;
}

.hole-main {
  margin-bottom: 120px;
}

.hole-yards {
  padding: 20px 0px 10px;
  border-bottom: 4px solid var(--headingcolor3);
  display: flex;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.hole-yards > div {
  flex: 1 1 0;
}

.hole-yards .wysiwyg-editable {
  width: 260px;
  margin: 0px auto;
}

.hole-yards .white .wysiwyg-editable::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--scorecardwhite);
  margin-right: 8px;
  display: inline-block;
  float: left;
  position: relative;
  top: -6px;
}

.hole-yards .yellow .wysiwyg-editable::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--scorecardyellow);
  margin-right: 8px;
  display: inline-block;
  float: left;
  position: relative;
  top: -6px;
}

.hole-yards .red .wysiwyg-editable::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--scorecardred);
  margin-right: 8px;
  display: inline-block;
  float: left;
  position: relative;
  top: -6px;
}

.hole-title {
  margin-top: 80px;
  text-align: center;
}

.hole-title h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 58px;
}

.hole-tip {
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
}

/* members */

.navbar {
  margin: 0px;
}

.body-public .header-logo .members-logo {
  display: none;
}

.body-class-members .header-logo .public-logo {
  display: none;
}

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: url('/images/resources/lymington/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, .invalid-page .header-wrapper {
  background: #fff;
  width: 100%;
  min-height: 100px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .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, .invalid-page .header-logo {
  float: left;
  margin-left: 0px;
  top: 25px;
  position: relative;
  width: 120px;
}

.body-class-members .header-wrapper .header-logo {
  top: 18px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .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, .invalid-page .navbar-inverse .navbar-inner {
  top: 20px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
  border-bottom: none;
}

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-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 10px 15px;
  width: auto;
}

@media (min-width: 980px) {
  .body-class-members.php-login .header-wrapper .navbar-inverse .navbar-inner {
    top: 20px;
  }
}

.body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
  font-size: 13px;
  padding: 10px 15px;
}

body[class*="php-"] .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
  margin-left: 120px;
}

body[class*="php-"] .header-right, .body-class-members .header-right, .body-class-visitorbooking .header-right, .body-class-getawayletter .header-right, [class*="body-class-setcoursestatus"] .header-right, .body-class-opens .header-right, .body-loginpage .header-right, .invalid-page .header-right {
  display: none;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 30px;
  margin-left: 130px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
  padding: 3px 20px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar, .invalid-page #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  min-height: auto;
  background: transparent;
  width: 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(--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);
}

.body-class-members .header-wrapper .navbar-inverse .navbar-inner {
  top: 30px;
}

/* 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: 180px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  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(--headingcolor2);
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .nav-section {
    width: 1500px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(4), .body-public.body-contentpage .nav > li:nth-child(4) {
    margin-left: 120px;
  }
  .body-public.body-class-home .nav > li:nth-child(6), .body-public.body-contentpage .nav > li:nth-child(6) {
    margin-right: 190px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 16px;
    max-width: 165px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-logo {
    width: 140px;
    top: 45px;
  }
  .fix .header-logo {
    width: 140px;
    top: 20px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .nav-section {
    width: 1350px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(4), .body-public.body-contentpage .nav > li:nth-child(4) {
    margin-left: 115px;
  }
  .body-public.body-class-home .nav > li:nth-child(6), .body-public.body-contentpage .nav > li:nth-child(6) {
    margin-right: 155px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 15px;
    width: calc(100% - 20px);
    max-width: 160px;
    padding: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-logo {
    width: 140px;
    top: 45px;
  }
  .fix .header-logo {
    width: 140px;
    top: 20px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .nav-section {
    width: 1150px;
    margin: 0px auto;
  }
  .hsb-status p {
    font-size: 12px;
  }
  .body-public.body-class-home .navbar-inner, .body-public.body-contentpage .navbar-inner {
    padding-left: 0px;
  }
  .body-public.body-class-home .nav > li:nth-child(4), .body-public.body-contentpage .nav > li:nth-child(4) {
    margin-left: 75px;
  }
  .body-public.body-class-home .nav > li:nth-child(6), .body-public.body-contentpage .nav > li:nth-child(6) {
    margin-right: 150px;
  }
  .header-right a {
    font-size: 13px;
    padding: 10px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 14px;
    max-width: 150px;
    width: calc(100% - 10px);
    padding: 10px 8px;
  }
  .header-wrapper .navbar-inverse .nav > li.nav-menu-members_login > a {
    border: none;
  }
  .home-left-content {
    width: 600px;
  }
  .home-right-content {
    width: 600px;
  }
  .hlc-space {
    padding: 20px 50px 20px 75px;
  }
  .hrc-space {
    padding: 20px 75px 20px 50px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-logo {
    width: 100px;
    top: 54px;
  }
  .fix .header-logo {
    width: 100px;
    top: 30px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .hsb-status p {
    font-size: 12px;
    line-height: 20px;
  }
  .nav-section {
    width: 940px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(4), .body-public.body-contentpage .nav > li:nth-child(4) {
    margin-left: 70px;
  }
  .body-public.body-class-home .nav > li:nth-child(6), .body-public.body-contentpage .nav > li:nth-child(6) {
    margin-right: 100px;
  }
  .body-public.body-class-home .navbar-inner, .body-public.body-contentpage .navbar-inner {
    padding-left: 0px;
  }
  .header-right a {
    font-size: 12px;
    padding: 10px 5px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 12px;
    max-width: 124px;
    width: 100%;
    padding: 10px 5px;
  }
  .home-left-content {
    width: 490px;
  }
  .home-right-content {
    width: 490px;
  }
  .hlc-space {
    padding: 20px 50px;
  }
  .hrc-space {
    padding: 20px 50px;
  }
  .hsb-weather .weatherSingle {
    margin-right: 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, .invalid-page .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 11px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 11px;
  }
  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 12px;
  }
  .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;
  }
  .hsb-space {
    padding: 0px 20px;
  }
  .hsb-weather i {
    font-size: 26px;
  }
  .hsb-weather .weatherSingle {
    width: 110px;
    margin-right: 0px;
  }
  .hsb-status p {
    font-size: 12px;
    line-height: 20px;
  }
  .hsb-weather .weatherImage {
    left: 62px;
  }
  .home-left-content, .home-right-content {
    width: 384px;
  }
  .hlc-space {
    padding: 20px 40px 20px 20px;
  }
  .hrc-space {
    padding: 20px 20px 20px 40px;
  }
  .inner-nav ul li a {
    font-size: 16px;
  }
  .page-space .media-heading {
    font-size: 14px;
  }
  .page-space .news-date {
    font-size: 12px;
  }
  .page-space .media-body {
    position: relative;
    background: rgb(219,30,30);
  }
  .hole-yards {
    font-size: 16px;
  }
  .hole-yards .wysiwyg-editable {
    width: 208px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .php-courseanalysis table td, .php-courseanalysis table th {
    font-size: 12px;
    padding: 2px;
  }
  .mf-copy {
    font-size: 13px;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: var(--headingcolor);
    padding: 10px 20px;
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 475px;
    margin: 0px auto;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 80px;
    background: #fff;
  }
  .header-space {
    margin: 0px 20px;
  }
  .show-menu .header-top-right {
    top: 18px;
  }
  .header-logo {
    top: 15px;
    width: 120px;
    margin-left: 20px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .navbar .nav {
    width: auto;
    padding: 0px 0px 20px;
    display: block;
    margin: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 10px;
    margin-top: 0px;
    top: 20px;
    position: absolute;
    z-index: 50;
    right: 20px;
    font-size: 16px;
    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: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 0px;
    margin: 0px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 105px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--headingcolor);
    font-weight: 400;
    font-size: 16px;
    width: auto;
    text-align: left;
    text-shadow: none;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    font-weight: 700;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--headingcolor3);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
  .body-public.body-class-home .navbar .nav > li:nth-child(1), .body-public.body-class- .navbar .nav > li:nth-child(1), .body-public.body-contentpage .navbar .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public.body-class-home .navbar .nav > li:nth-child(6), .body-public.body-class- .navbar .nav > li:nth-child(6), .body-public.body-contentpage .navbar .nav > li:nth-child(6) {
    margin-left: 0px;
  }
  .fix .header-wrapper, .show-menu .header-wrapper {
    background: var(--headingcolor);
  }
  #myNavbar {
    position: relative;
    top: 0px;
  }
  .show-menu #myNavbar {
    top: 0px;
  }
  .navbar .nav > li {
    display: block;
  }
  .show-menu #hamburger-icon {
    top: 20px;
  }
  .nav-collapse .dropdown-menu {
    background: #EEE;
  }
  .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(--headingcolor3);
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--headingcolor3);
  }
  .status-section {
    background: var(--headingcolor);
  }
  .home-explore {
    display: none;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
    padding: 9px 15px;
  }
  .body-public .navbar-inverse .nav > li:first-of-type, .body-class-members.php-login .navbar-inverse .nav > li:first-of-type {
    display: block;
  }
  body[class*="php-"] .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
    margin-left: 0px;
  }
  body[class*="php-"] .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, .invalid-page .navbar-inverse .navbar-inner {
    top: 0px;
    margin-top: 25px;
  }
}

/* large mobile landscape */

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .hlc-space h1, .hlc-space h2, .hrc-space h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .hlc-space, .hrc-space {
    font-size: 16px;
    line-height: 26px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-slide-bar {
    position: relative;
    height: auto;
    background: rgb(219,30,30);
  }
  .hsb-space {
    padding: 0px 20px;
  }
  .hsb-flex {
    flex-direction: column;
  }
  .hsb-status .courseStatus .statuses {
    top: 0px;
    margin-top: 5px;
  }
  .hsb-weather .weatherSingle {
    width: 100px;
    margin-right: 0px;
    height: 40px;
  }
  .hsb-weather .weatherSingle i {
    font-size: 22px;
  }
  .hsb-status {
    margin-right: 0px;
    text-align: center;
    font-size: 14px;
  }
  .hsb-weather {
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
  }
  .hsb-weather .weatherImage {
    left: 60px;
    width: 32px;
    top: 11px;
  }
  .home-full-screen {
    height: auto;
  }
  .home-large-pic img {
    height: auto;
  }
  .home-left-content, .home-right-content {
    height: auto;
    position: relative;
    width: auto;
  }
  .hlc-space, .hrc-space {
    padding: 20px;
    position: relative;
    top: 0px;
    transform: translateY(0px);
    text-align: center;
  }
  .light-green-bg {
    background: #9dc56c;
  }
  .dark-green-bg {
    background: #7a9e83;
  }
  .blue-bg {
    background: #02aef0;
  }
  .red-bg {
    background: #e36464;
  }
  .mf-space {
    padding: 0px 20px;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pf-top > div {
    margin: 15px 0px;
    font-size: 16px;
  }
  .pf-bottom {
    margin-top: 0px;
  }
  .pf-logo {
    margin: 15px 0px;
  }
  .pf-logo img {
    width: 150px;
  }
  .members-footer {
    padding: 15px 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: 100%;
    text-align: center;
  }
  .mf-ig-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .hlc-space h1, .hlc-space h2, .hrc-space h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .inner-nav ul {
    flex-direction: column;
  }
  .inner-nav ul li {
    margin: 6px 0px;
  }
  .inner-nav ul li a {
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 5px;
    border: 1px solid #00ADEF;
  }
  .inner-full {
    margin-top: 40px;
  }
  .inner-full h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .page-space .news-wrapper {
    flex-direction: column;
  }
  .page-space .news-item {
    margin: 15px auto;
  }
  .page-space .news-item:first-child {
    margin-left: auto;
  }
  .page-space .news-item:last-child {
    margin-right: auto;
  }
  .scorecard-content {
    overflow-x: auto;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: var(--headingcolor);
    padding: 10px 20px;
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 320px;
    margin: 0px auto;
  }
  .hole-yards {
    flex-direction: column;
  }
  .hole-yards > div {
    margin: 10px auto;
  }
  .hole-title {
    margin-top: 40px;
  }
  .hole-title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .two-equal-added.flex-row {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin-right: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
    margin-top: 20px;
    margin-left: 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    margin: 20px 0px 0px;
    width: 100%;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .three-equal-added.flex-row {
    flex-direction: column;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row {
    flex-direction: column;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
    margin: 15px 0px;
  }
  .four-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .body-public .inserted-block {
    padding: 15px 0px;
  }
  .home-left-content {
    left: 0px;
  }
  .home-right-content {
    right: 0px;
  }
   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;
  }
  .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;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .home-slide-bar {
  display: none;
}

.php-ckeditor .hlc-space {
  padding: 20px;
}

.php-ckeditor .hrc-space {
  padding: 20px;
}

.php-ckeditor .hole-nav {
  margin: 15px 0px;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .inner-nav {
  margin-top: 15px;
}

.php-ckeditor .news-row {
  margin-top: 15px;
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px 20px;
}

.php-ckeditor .content-wrapper table td {
  border: 2px solid var(--headingcolor) !important;
}

/* custom template editor */

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  top: 0px;
  background: #000;
}

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover {
  cursor: pointer;
}

.added-section-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* end custom page templates */

.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;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/chippenham/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.invalid-page .header-logo {
  top: 20px;
}

.invalid-page.body-public.body-contentpage .nav > li:nth-child(4) {
  margin-left: 0px;
}

.invalid-page.body-public.body-contentpage .nav > li:nth-child(6) {
  margin-right: 0px;
}

.body-public.body-contentpage.invalid-page .members-footer {
  display: block;
}

.body-public.body-contentpage.invalid-page .header-logo {
  display: block;
  top: 20px;
  left: 0px;
  right: auto;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .invalid-page .header-space {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .invalid-page .header-space {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
}

.body-public.invalid-page .navbar .nav > li:nth-child(1) {
  margin-left: 0px;
}

.body-public.invalid-page .navbar .nav > li:nth-child(5) {
  margin-left: 0px;
}

/* 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 */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  display: block;
}

.content-wrapper [class*="-slideshow"] .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 40px;
  z-index: 12;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: var(--headingcolor3);
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
  background: rgba(0,0,0,0.6);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 979px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 20px;
  border: none;
  border-radius: 0px;
  padding: 10px 15px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor2);
  color: #fff;
}

.inner-full-added ul, .inner-col ul, .inner-full ul, .ie-col ul, .ite-col ul {
  margin: 0px 0px 10px;
}

.inner-full-added ul li, .inner-col ul li, .inner-full ul li, .ie-col ul li, .ite-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full-added ul li::before, .inner-col ul li::before, .inner-full ul li::before, .ie-col ul li::before, .ite-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-full-added .gallery-thumbs ul li::before, .inner-full .gallery-thumbs ul li::before, .ie-col .gallery-thumbs ul li::before {
  display: none;
}

.inner-full-added ol, .inner-full ol, .ie-col ol {
  margin: 0px 0px 10px;
}

.inner-full-added ol li, .inner-full ol li, .ie-col ol li {
  line-height: 28px;
  list-style-position: inside;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
  .body-class-find_us .ite-pic {
    width: 100%;
  }
}

.inner-main table th, .inner-full table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
}

.inner-main table td, .inner-flfullex table td {
  border: 2px solid var(--headingcolor);
  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;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-directionNav {
  display: none !important;
}

.home-slideshow .nivo-controlNav-Wrapper {
  left: auto;
  right: 30px;
  width: 16px;
  bottom: auto;
  top: 50%;
  z-index: 12;
  line-height: 22px;
}

.home-slideshow .nivo-controlNav-Wrapper a {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0px;
}

.home-slideshow .nivo-controlNav-Wrapper a.active {
  background: #fff;
}

@media (min-width: 768px) {
  .body-class-home.body-public {
    overflow-x: hidden;
  }
}

@media (min-width: 1200px) {
  .navbar-inverse .nav > li.nav-menu-members_login > a {
    border: 1px solid #00ADEF;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-page-wrapper {
    overflow-x: hidden;
  }
  .hole-nav ul li a {
    text-shadow: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hsb-status .courseStatus::before {
    content: url('/images/resources/lymington/mobile-flag-icon.png');
    float: none;
  }
  .hsb-status .courseStatus .statuses {
    margin-left: 0px;
  }
}

.home-slideshow .nivo-controlNav-Wrapper {
  display: none !important;
}

.php-ckeditor .home-left-content {
  left: 0px;
}

.php-ckeditor .home-right-content {
  right: 0px;
}

@media (min-width: 0px) and (max-width: 979px) {
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
    position: relative;
  }
  .body-class-members .header-wrapper .navbar-inverse .navbar-inner {
    top: 0px;
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .mf-copy {
    font-size: 14px;
  }
  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: 150px; 
  }
  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;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-slideshow {
    height: calc(100vh - 56px);
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
}

.news-row {
  display: none;
}

.body-class-members .header-wrapper li.nav-menu-news\.php .dropdown-menu li:nth-of-type(4) {
  display: none;
}

.inner-video {
  margin: 20px auto;
  max-width: 1000px;
}

.hole-main .news-wrapper {
 display: none; 
}

.hsb-status .statuses .status {
  display: none;
}

.hsb-status .statuses .status:first-of-type {
  display: block;
}

.hsb-status p {
  margin: 0px;
}

@media (min-width: 768px) {
  .hsb-status .courseStatus .statuses {
    position: absolute;
    margin-left: 10px;
  }
  .hsb-status .courseStatus {
    position: relative;
  }
}

/* end anton styles */