/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Playfair Display', serif;
  --headingcolor: #3d574e;
  --headingcolor2: #937341;
  --highlightcolor: #C8AA26;
  --bodycolor: #444;
  --headerbg: #000;
  --topfooterbg: #F8F8F8;
  --bottomfooterbg: #F8F8F8;
  --navlink: #fff;
  --navactivelink: #89f9d2;
  --dropdownbg: #333;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
  --scorecardgold: #c4a811;
  --scorecardblue: #0000c8;
}

.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;
}

.body-public.body-class-home .nav > li.nav-menu-members_login, .body-public.body-contentpage .nav > li.nav-menu-members_login, .body-public.body-class- .nav > li.nav-menu-members_login {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
  background: #F6F3EA;
}

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(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor2);
  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(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 6px 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-top: 10px;
  border: none;
  position: relative;
  font-family: var(--bodyfont);
}

.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(--headingcolor2);
  color: #fff;
  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;
  width: 100%;
  min-height: 120px;
  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, .show-menu .header-wrapper {
  min-height: 100px;
  background: rgba(0,0,0,0.7);
}

.header-logo {
  width: 200px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 40px;
  z-index: 40;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo, .show-menu .header-logo {
  width: 140px;
  top: 9px;
}

.header-top-left {
  position: absolute;
  left: 100px;
  top: 100px;
  color: #fff;
  z-index: 32;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-top-left {
  top: 40px;
  left: 40px;
}

.show-menu .header-top-left {
  top: 10px;
}

.header-top-left a {
  color: #fff;
}

.header-top-left a:hover, .header-top-left a:focus {
  color: var(--navactivelink);
}

.header-top-right {
  position: absolute;
  right: 250px;
  top: 100px;
  z-index: 35;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-top-right {
  top: 40px;
  right: 165px;
}

.show-menu .header-top-right {
  top: 10px;
}

.header-top-right a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.header-top-right a:nth-child(1) {
  margin-right: 15px;
}

.header-top-right a:hover, .header-top-right a:focus {
  color: var(--navactivelink);
  cursor: pointer;
}

.header-top-right a i {
  color: #2EDB21;
}

.hl-vert-line {
  margin: 0px 8px;
  display: inline-block;
  content: '';
  width: 2px;
  height: 15px;
  top: 2.5px;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px #000;
}

/* status block */

.status-section {
  position: fixed;
  right: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  color: #fff;
  min-height: 40px;
  font-size: 13px;
  background: rgba(0,0,0,0.7);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.status-section h3 {
  display: none;
}

.status-section .pop-up-content {
  padding-right: 50px;
}

.status-section .pop-up-content p {
  margin: 0px;
}

/* close slide downs */

.pop-up-close {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 6px;
  z-index: 20;
  position: absolute;
  right: 7px;
  top: 14px;
}

.pop-up-close .cross {
  width: 14px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: white;
  top: 13px;
  left: 7px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pop-up-close .cross-3 {
  transform: rotate(45deg);
}

.pop-up-close .cross-4 {
  opacity: 1;
  transform: rotate(-45deg);
}

.pop-up-close:hover {
  cursor: pointer;
}

.pop-up-close:hover .cross-3 {
  transform: rotate(0deg);
}

.pop-up-close:hover .cross-4 {
  opacity: 0;
}

.status-disp .status-section {
  top: 0px;
}

.status-disp .header-wrapper {
  top: 60px;
}

/* navbar */

#hamburger-icon {
  position: absolute;
  top: 81px;
  right: 60px;
  width: 150px;
  height: 60px;
  background: transparent;
  border: none;
  z-index: 20;
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix #hamburger-icon {
  right: 0px;
  top: 20px;
}

.show-menu #hamburger-icon {
  right: 0px;
  top: 0px;
}

#hamburger-icon:hover {
  color: var(--navactivelink);
}

#hamburger-icon .line {
  height: 2px;
  background: #fff;
  left: 90px;
  position: absolute;
  box-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover .line {
  background: var(--navactivelink);
}

#hamburger-icon .line-1 {
  top: 19px;
  width: 41px;
}

#hamburger-icon .line-2 {
  top: 29px;
  width: 45px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 39px;
  width: 31px;
}

.show-menu #hamburger-icon .line-1 {
  top: 29px;
  transform: rotate(45deg);
  width: 40px;
  left: 90px;
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 29px;
  width: 40px;
  transform: rotate(-45deg);
  left: 90px;
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 20px;
  left: 15px;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover .menu-open {
  color: var(--navactivelink);
}

.show-menu .menu-open {
  opacity: 0;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 20px;
  left: 15px;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
}

#hamburger-icon:hover .menu-close {
  color: var(--navactivelink);
}

#myNavbar {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100%;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-menu #myNavbar {
  top: 50px;
}

.navbar .nav {
  float: none;
  width: 1170px;
  margin: 0px auto;
}

.navbar .nav > li {
  float: none;
  display: inline-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: 58px;
}

.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: 145px;
}

.navbar .nav > li > a {
  color: var(--navlink);
  letter-spacing: 0px;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .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;
  box-shadow: none;
  color: var(--navactivelink);
}

.dropdown-menu {
  background: black;
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.public-footer {
  background: url('/images/resources/chippenham/footer-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 170px;
  text-align: center;
  font-family: var(--headingfont);
}

.pf-club-logo img {
  width: 160px;
}

.pf-newsletter {
  margin-top: 25px;
}

.pf-newsletter h4 {
  color: var(--headingcolor);
  margin: 0px 0px 15px;
}

.pf-newsletter form {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
}

.pf-newsletter label {
  position: absolute;
  bottom: 8px;
  color: #333;
  left: 10px;
  opacity: 1;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter .hide-label label {
  opacity: 0;
}

.pf-newsletter input[type*="text"] {
  height: 36px;
  border-radius: 35px;
  width: calc(100% - 112px);
  border: 1px solid #C1BFC2;
  padding-right: 100px;
  margin: 0px;
}

.pf-newsletter input[type*="submit"] {
  position: absolute;
  bottom: 1px;
  width: 82px;
  border-radius: 35px;
  background: #3D574E;
  color: #fff;
  padding: 12px 0px;
  text-align: center;
  border: none;
  margin: 0px !important;
  right: 0px;
  text-transform: uppercase;
  font-size: 14px;
  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, .pf-newsletter input[type*="submit"]:focus {
  background: #000;
  color: #fff;
}

.pf-newsletter form::after {
  content: '\f1d9';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 31px;
  font-size: 24px;
  pointer-events: none;
}

.body-public .pf-newsletter .wysiwyg-editable > br {
  display: none;
}

.pf-info {
  font-size: 18px;
  margin-top: 20px;
}

.pf-info p {
  margin-bottom: 2px;
}

.pf-info a {
  color: var(--bodycolor);
}

.pf-info a:hover, .pf-info a:focus {
  color: var(--headingcolor2);
}

.pf-vert-line {
  margin: 0px 8px;
  display: inline-block;
  content: '';
  width: 2px;
  height: 15px;
  top: 7.5px;
  position: relative;
  background: var(--bodycolor);
}

.pf-social {
  margin: 20px 0px;
}

.pf-social a {
  display: inline-block;
  width: 42px;
  line-height: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--bodycolor);
  text-align: center;
  font-size: 22px;
  margin-right: 12px;
}

.pf-social a em {
  position: relative;
  left: 2.75px;
  top: -2px;
}

.pf-ig-logo {
  width: 120px;
  margin: 30px auto 0px;
}

.pf-copy a {
  color: var(--bodycolor);
}

.pf-copy a:hover, .pf-copy a:focus {
  color: var(--headingcolor2);
}

.pf-logos {
  padding-top: 550px;
}

.pf-logos .wysiwyg-editable {
  display: flex;
  align-items: center;
  max-width: 1070px;
  margin: 0px auto;
}

.pf-logos p {
  margin: 0px 15px;
}

.members-footer {
  padding: 15px 0px;
  background: #fff;
  color: var(--bodycolor);
}

.body-public.body-class-home .members-footer, .body-public.body-contentpage .members-footer, .body-class-.body-public .members-footer {
  display: none;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-copy {
  width: 75%;
}

.mf-ig-logo {
  width: 25%;
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-main {
  margin-bottom: 120px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-explore {
  position: absolute;
  width: 140px;
  text-align: center;
  margin: 0px auto;
  z-index: 12;
  bottom: 100px;
  left: 0px;
  right: 0px;
  font-size: 22px;
}

.home-explore a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.home-explore a:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.home-line {
  width: 1px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background: #fff;
  height: 80px;
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 11;
}

.home-intro {
  max-width: 940px;
  margin: 0px auto;
  text-align: center;
  padding: 120px 0px 60px;
}

.body-public [class*="editor-only"] {
  display: none;
}

.home-boxes-row {
  display: flex;
}

.home-box {
  flex: 1 1 0;
  margin: 5px;
  border-radius: 8px;
}

.home-pic {
  position: relative;
}

.home-pic img {
  border-radius: 10px;
}

.home-content {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 90%;
  top: 50%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-pic:hover .home-content {
  background: rgba(0,0,0,0.6);
}

.home-content .wysiwyg-editable {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.body-public .home-content p {
  opacity: 0;
  height: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-public .home-pic:hover .home-content p {
  opacity: 1;
  height: auto;
}

.home-content h4 {
  font-size: 36px;
  line-height: 46px;
  margin: 0px 0px 10px;
  color: #fff;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-content h5 {
  font-size: 36px;
  line-height: 46px;
  margin: 0px 0px 10px;
  color: #000;
  text-shadow: none;
  font-family: var(--headingfont);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-pic:hover .home-content h5 {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.home-content p {
  text-shadow: 1px 1px #000;
}

.home-two-col {
  margin-top: 130px;
  display: flex;
  align-items: center;
}

.home-content-col {
  width: 50%;
  margin-right: 15px;
  font-family: var(--headingfont);
}

.hcc-space {
  padding-right: 50px;
}

.home-content-col h3 {
  text-transform: uppercase;
  margin: 0px;
  font-family: var(--headingfont);
}

.home-video {
  width: 50%;
  margin-left: 15px;
}

.home-video iframe {
  border-radius: 10px;
}

/* inner */

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  padding: 20px 0px;
  text-align: center;
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inner-nav ul li::after {
  content: '';
  display: inline-block;
  margin: 0px 8px;
  width: 2px;
  height: 18px;
  background: var(--headingcolor);
  position: relative;
  top: 3.5px;
}

.inner-nav ul li:last-child::after {
  display: none;
}

.inner-nav ul li a {
  color: var(--headingcolor);
}

.inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus {
  color: #000;
}

.inner-full {
  font-family: var(--headingfont);
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.inner-full h1 {
  font-size: 42px;
  line-height: 52px;
}

.inner-pic-flex {
  margin: 15px auto;
  max-width: 1100px;
}

.inner-pic-flex .wysiwyg-editable {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.inner-pic-flex p {
  margin: 10px 15px;
}

/* 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;
  text-align: center;
}

.scorecard-box a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px;
  letter-spacing: 2px;
  position: relative;
  font-family: var(--bodyfont);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: 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 .scorecard-content th, .inner-page-wrapper .scorecard-content td {
  text-align: center;
  border: 2px solid var(--headingcolor2);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), .inner-page-wrapper .scorecard-content td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), .inner-page-wrapper .scorecard-content td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), .inner-page-wrapper .scorecard-content td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor2);
}

/* hole */

.hole-nav {
  position: absolute;
  bottom: 220px;
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
  z-index: 15;
}

.inner-page-wrapper .hole-nav {
  bottom: 150px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  margin: 0px 2px;
  width: 7px;
  height: 2px;
  background: #fff;
  position: relative;
  top: -4px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-family: var(--headingfont);
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--navactivelink);
}

.body-public.body-contentpage #global > br {
  display: none;
}

.hole-yards {
  position: absolute;
  bottom: 160px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  left: 0px;
  right: 0px;
  z-index: 20;
  margin: 0px auto;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 20px;
}

.hole-title {
  text-align: center;
  margin: 50px 0px;
}

.hole-title h1 {
  font-size: 42px;
  line-height: 52px;
  margin: 0px;
}

.hole-flex {
  display: flex;
  align-items: center;
}

.hole-map {
  width: 50%;
  margin-right: 15px;
  text-align: center;
}

.hole-info {
  width: 50%;
  margin-left: 15px;
}

.hole-info h4 {
  color: var(--headingcolor);
}

.hole-tip {
  padding-right: 100px;
}

.hole-button {
  margin-top: 30px;
}

.hole-button h5 a:hover {
  cursor: pointer;
}

.hole-book {
  margin-top: 30px;
}

.body-public .video-overlay {
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background: rgba(0,0,0,0.7);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public .video-disp.video-overlay {
  top: 0px;
}

.body-public .video-holder {
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  margin: 0px auto;
  padding: 30px;
  position: relative;
}

.body-public .video-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
}

.body-public .video-close:hover {
  cursor: pointer;
}

/* carousel */

.carousel-content {
  position: relative;
  margin-left: 0px;
  width: calc(100vw - 200px);
}

.carousel-holder {
  margin: 150px auto 120px;
  width: 100%;
  height: 580px;
  left: 0px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  list-style: none;
  margin: 0px 0px 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.jcarousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  z-index: 30;
  font-size: 80px;
  color: #fff;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.jcarousel-next:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.carousel-item {
  float: left;
  width: 390px;
  margin-right: 20px;
  position: relative;
  top: 15px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.carousel-item:hover {
  top: 0px;
}

.carousel-pic {
  position: relative;
}

.carousel-pic img {
  border-radius: 10px;
}

.carousel-words {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  color: #fff;
  text-shadow: 1px 1px #000;
  z-index: 5;
}

.carousel-words h4 {
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 10px;
  color: #fff;
}

.body-public [class*="editor-only"] {
  display: none;
}

/* members */

.navbar {
  margin: 0px;
}

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/chippenham/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: var(--headingcolor);
  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: 6px;
  position: relative;
  width: 150px;
}

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-book, .body-class-members .header-book, .body-class-visitorbooking .header-book, .body-class-getawayletter .header-book, [class*="body-class-setcoursestatus"] .header-book, .body-class-opens .header-book, .body-loginpage .header-book {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-status, .body-class-members .header-status, .body-class-visitorbooking .header-status, .body-class-getawayletter .header-status, [class*="body-class-setcoursestatus"] .header-status, .body-class-opens .header-status, .body-loginpage .header-status, .invalid-page .header-status {
  display: none;
}

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, .invalid-page .header-links {
  display: none;
}

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-top-left, .body-class-members .header-top-left, .body-class-visitorbooking .header-top-left, .body-class-getawayletter .header-top-left, [class*="body-class-setcoursestatus"] .header-top-left, .body-class-opens .header-top-left, .body-loginpage .header-top-left, .invalid-page .header-top-left {
  top: 10px;
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, .invalid-page .header-top-right {
  top: 10px;
  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 .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: 16px;
  letter-spacing: 0px;
  padding: 10px 15px;
}

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: 95px;
}

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);
}

/* 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;
}

#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;
  border-radius: 50px;
  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;
  }
  .carousel-content {
    width: calc(100vw - 150px);
  }
  .carousel-holder {
    height: 520px;
  }
  .carousel-item {
    width: 350px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .carousel-content {
    width: calc(100vw - 100px);
  }
  .carousel-holder {
    height: 480px;
  }
  .carousel-item {
    width: 320px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .carousel-content {
    width: calc(100vw - 50px);
  }
  .carousel-holder {
    height: 440px;
  }
  .carousel-item {
    width: 290px;
  }
}

@media (min-width: 980px) and (max-width: 1499px) {
  .body-public.body-class-home .nav > li.nav-menu-contact .dropdown-menu, .body-public.body-class- .nav > li.nav-menu-contact .dropdown-menu, .body-public.body-contentpage .nav > li.nav-menu-contact .dropdown-menu {
    left: auto;
    right: 0px;
  }
  .body-public.body-class-home .navbar .nav > li.nav-menu-contact > .dropdown-menu::before, .body-public.body-class- .navbar .nav > li.nav-menu-contact > .dropdown-menu::before, .body-public.body-contentpage .navbar .nav > li.nav-menu-contact > .dropdown-menu::before {
    left: auto;
    right: 10px;
  }
  .body-public.body-class-home .navbar .nav > li.nav-menu-contact > .dropdown-menu::after, .body-public.body-class- .navbar .nav > li.nav-menu-contact > .dropdown-menu::after, .body-public.body-contentpage .navbar .nav > li.nav-menu-contact > .dropdown-menu::after {
    left: auto;
    right: 10px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-top-left, .fix .header-top-left, .show-menu .header-top-left {
    left: 20px;
  }
  .header-top-right {
    right: 175px;
  }
  .header-top-right a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  #hamburger-icon {
    right: 0px;
  }
  .navbar .nav {
    width: 940px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .carousel-content {
    width: calc(100vw - 25px);
  }
  .carousel-holder {
    height: 400px;
  }
  .carousel-item {
    width: 260px;
  }
  .navbar .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 10px;
    font-size: 14px;
  }
  .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: 34px;
  }
  .inner-nav ul li {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .hole-nav ul li a {
    width: 32px;
  }
  .hole-tip {
    padding-right: 50px;
  }
  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 12px;
    font-size: 14px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  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: 14px;
    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) {
  .header-top-left, .fix .header-top-left, .show-menu .header-top-left {
    left: 20px;
    top: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .header-top-right {
    right: 175px;
    text-align: right;
    top: 18px;
  }
  .header-top-right a {
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    padding: 6px 0px;
  }
  #hamburger-icon {
    right: 0px;
    top: 20px;
  }
  .navbar .nav {
    width: 940px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .carousel-content {
    width: calc(100vw - 25px);
  }
  .hole-tip {
    padding-right: 25px;
  }
  .carousel-holder {
    height: 360px;
  }
  .carousel-item {
    width: 230px;
  }
  .header-top-right a:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .inner-nav ul li {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .inner-pic-flex p {
    max-width: 150px;
  }
  .home-content h4, .home-content h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .hole-yards {
    bottom: 20px;
    text-transform: initial;
  }
  .hole-page-wrapper .hole-nav {
    bottom: 80px;
  }
  .hole-nav ul {
    width: 500px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .inner-nav ul li a {
    font-size: 14px;
  }
  .inner-nav ul li::after {
    top: 4.5px;
  }
  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;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 100px;
    background: var(--headingcolor);
  }
  .show-menu .header-top-right {
    top: 18px;
  }
  .header-logo {
    top: 6px;
    width: 150px;
  }
  .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 20px 20px;
  }
  .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);
  }
  .nav-section {
    padding-top: 100px;
  }
  #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: #444;
  }
  .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);
  }
  .status-section {
    background: var(--headingcolor);
  }
  .home-explore {
    display: none;
  }
  .home-line {
    display: none;
  }
  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: absolute;
    display: block;
  }
  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 {
    top: 0px;
    margin-left: 0px;
  }
  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*="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;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-top-left {
    left: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
    top: 28px;
    font-size: 12px;
  }
  .hl-vert-line {
    display: block;
    height: 10px;
    opacity: 0;
  }
  .header-top-right {
    font-size: 12px;
    letter-spacing: 0px;
    right: 75px;
    top: 25px;
    text-align: right;
  }
  .header-top-right a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hide-small {
    display: none;
  }
  #hamburger-icon {
    width: 65px;
    right: 0px;
    top: 20px;
  }
  #hamburger-icon .line {
    left: 10px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 10px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 10px;
  }
  .header-top-right a:nth-child(1) {
    display: block;
    margin: 0px 0px 10px;
  }
  .menu-open, .menu-close {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .status-section {
    min-height: 100px;
    position: absolute;
    top: -180px;
  }
  .status-disp .header-wrapper {
    top: 120px;
  }
  .show-menu .header-top-left {
    top: 28px;
  }
  .show-menu .header-top-right {
    top: 25px;
  }
  .home-intro {
    padding-top: 40px;
  }
  .home-boxes-row {
    flex-direction: column;
  }
  .home-box {
    max-width: 450px;
    width: 100%;
    margin: 15px auto;
  }
  .home-two-col {
    margin-top: 50px;
    flex-direction: column;
  }
  .home-content-col {
    width: auto;
    margin: 0px;
    text-align: center;
  }
  .hcc-space {
    padding-right: 0px;
  }
  .home-video {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .pf-info {
    font-size: 16px;
  }
  .pf-vert-line {
    display: block;
    height: 4px;
    opacity: 0;
  }
  .pf-logos {
    padding-top: 280px;
  }
  .pf-logos .wysiwyg-editable {
    flex-direction: column;
  }
  .pf-logos p {
    margin: 10px 0px;
  }
  .public-footer {
    padding-bottom: 30px;
  }
  .inner-nav ul li {
    display: block;
    margin: 5px 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .inner-nav ul li::after {
    display: none;
  }
  .inner-nav ul li a {
    display: block;
    padding: 7px 5px;
    border: 1px solid #444;
  }
  .inner-pic-flex .wysiwyg-editable {
    flex-direction: column;
  }
  .inner-pic-flex p {
    max-width: 150px;
    margin: 10px 0px;
  }
  .carousel-content {
    width: auto;
  }
  .carousel-holder {
    margin: 50px auto;
    width: 480px;
    height: 345px;
  }
  .carousel-item {
    width: 220px;
  }
  .scorecard-content {
    overflow-x: auto;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: var(--headingcolor);
    padding: 10px 0px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
  .hole-nav ul li::after {
    width: 5px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 32px;
  }
  .hole-yards {
    position: relative;
    background: var(--headingcolor);
    padding: 10px 20px;
    bottom: 0px;
  }
  .hole-yards > div {
    display: block;
    margin: 10px 0px;
  }
  .hole-flex {
    flex-direction: column-reverse;
  }
  .hole-info {
    width: auto;
    margin: 0px;
    text-align: center;
  }
  .hole-tip {
    padding-right: 0px;
  }
  .hole-map {
    width: auto;
    margin: 30px 0px 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: auto;
    line-height: 24px;
    text-align: center;
  }
  .mf-ig-logo {
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  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;
  }
  .carousel-holder {
    margin: 50px auto;
    width: 300px;
    height: 455px;
  }
  .carousel-item {
    width: 300px;
  }
  .body-public .video-holder {
    width: 90%;
    padding: 30px 10px;
  }
}

/* editor */

.php-ckeditor .carousel-content {
  width: auto;
  margin-left: 0px;
}

.php-ckeditor .carousel-holder {
  width: auto;
  height: auto;
}

.php-ckeditor .carousel-wrapper {
  position: relative;
  width: auto;
}

.php-ckeditor .carousel-item {
  margin-top: 20px;
}

.php-ckeditor .home-explore {
  display: none;
}

.php-ckeditor .home-line {
  display: none;
}

.php-ckeditor .home-content {
  height: auto;
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .hole-yards {
  position: relative;
  margin: 10px 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
}

.php-ckeditor .hole-nav {
  position: relative;
  margin: 10px 0px;
  bottom: 0px;
  left: 0px;
}

.php-ckeditor .video-overlay {
  display: none;
}

/* custom template editor */

.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;
}

.body-public.body-contentpage.invalid-page .members-footer {
  display: block;
}

.body-public.body-contentpage.invalid-page .header-logo {
  display: block;
  top: 5px;
  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: 140px;
  z-index: 12;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: var(--navactivelink);
  font-family: var(--headingfont);
  display: inline-block;
  padding: 0px 15px;
  margin: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.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: 50px;
  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 */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: block;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav {
  width: 25px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: url('/images/resources/chippenham/slideshow-arrow-prev.png');
  background-repeat: no-repeat;
  left: 50px;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav {
  width: 25px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: url('/images/resources/chippenham/slideshow-arrow-next.png');
  background-repeat: no-repeat;
  right: 50px;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-nav {
    bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .content-wrapper [class*="-slideshow"] .nivo-directionNav {
    display: none;
  }
}

.mp-title {
  margin-bottom: 30px;
}

.mp-flex {
  display: flex;
}

.mp-content {
  width: 65%;
  margin-right: 15px;
}

.mp-sidebar {
  width: 35%;
  margin-left: 15px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    padding: 6px 10px;
    letter-spacing: 0px;
    text-transform: initial;
  }
  .scorecard-box a {
    letter-spacing: 0px;
    text-transform: initial;
  }
  .body-public .inserted-block {
    padding: 15px 0px;
  }
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: center;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .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 .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), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .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 .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .inner-full img, .additional-boxes img {
    width: 100%;
    max-width: 400px;
  }
  .dropdown-menu > li > a {
    white-space: wrap;
  }
  .mp-flex {
    flex-direction: column;
  }
  .mp-content {
    width: 100%;
    margin: 0px;
  }
  .mp-content img, .members-page img {
    max-width: 400px;
    width: 100%;
  }
  .mp-sidebar {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .mp-sidebar img {
    max-width: 400px;
    width: 100%;
  }
}

.members-page table td {
  border: 2px solid var(--headingcolor);
  padding: 2px;
}

.content-wrapper img.ui-datepicker-trigger {
  max-width: 16px;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a{
  opacity: 0;
  background-color: var(--headingcolor);
  border: 2px solid #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: var(--headingcolor2);
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.home-slideshow .galleryWrapper::after {
  content: '';
  z-index: 7;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.home-slide-title {
  position: absolute;
  bottom: 200px;
  left: 20px;
  right: 20px;
  z-index: 20;
  text-align: center;
}

.hole-page-wrapper .home-slide-title {
  bottom: 280px;
}

.home-slide-title h1 {
  font-family: var(--bodyfont);
  margin: 0px;
  font-size: 58px;
  line-height: 68px;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.php-ckeditor .home-slide-title, .php-ckeditor .hole-page-wrapper .home-slide-title {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
  left: 0px;
  right: 0px;
}

.hole-title {
  margin: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-slide-title {
    bottom: 40px;
  }
  .hole-page-wrapper .home-slide-title {
    bottom: 170px;
  }
  .home-slide-title h1 {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slide-title {
    bottom: 20px;
  }
  .home-slide-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .hole-page-wrapper .home-slide-title {
    bottom: 320px;
  }
  .inner-page-wrapper .hole-nav {
    bottom: 0px;
  }
  .body-class-our_course .home-slide-title {
    bottom: 180px;
  }
}

.body-class-members .content-wrapper a {
  color: #29916d;
}

.body-class-members .content-wrapper a:hover {
  color: var(--headingcolor2);
}

.body-class-members .content-wrapper a.btn, .body-class-members .content-wrapper a.btn:hover, .body-class-members .content-wrapper a.btn:focus {
  color: #fff;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-our_course .home-slide-title {
    bottom: 120px;
  }
  .body-class-our_course .hole-nav {
    bottom: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-content h4, .home-content h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .dropdown-menu > li > a {
    white-space: initial;
  }
}

.body-public .no-slider-page {
  margin-top: 200px;
}

.body-contentpage.body-class-members .home-slideshow {
  display: none;
}

.body-contentpage.body-class-members .page-footer {
  display: none;
}

.body-class-members .content-wrapper .inner-full .scorecard-open a {
  color: #fff;
}

.body-class-members .included-carousel {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-logo {
    margin-left: 10px;
  top: 7px;
  width: 150px;
  }
  .header-top-left {
    display: none;
  }
}

/* end anton styles */

/*  .customFormLine {
    display: block;
    margin-bottom: 10px;
  }

  #thankyou .customFormLine:first-child,
  #thankyou .customFormLine:nth-child(2) {
    display: inline-block;
    width: 48%; /* Adjust the width as needed */
   /* margin-right: 4%; /* This adds space between the two spans */
  /*}

  /* This removes the margin-right from the second span */
  /*#thankyou .customFormLine:nth-child(2) {
    margin-right: 0;
  }*/