/* anton styles */

/* fonts */

.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}

.comfortaa-font {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Comfortaa', sans-serif;
  --headingfont: 'Shadows Into Light', cursive;
  --headingcolor: #323232;
  --headingcolor2: #B89953;
  --highlightcolor: #B89953;
  --bodycolor: #323232;
  --headerbg: #034422;
  --footerbg: #323232;
  --navlink: #323232;
  --navactivelink: #B89953;
  --dropdownbg: #ccc;
  --scorecardwhite: #ddd;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardblack: #000;
  --pagebg: #fff;
  --altpagebg: #B89953;
}

.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 {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

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(--bodyfont);
}

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(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

.inserted-block:nth-of-type(odd) h5 a, .inserted-block:nth-of-type(odd) .gallery-image .ss-controls a, .inserted-block:nth-of-type(odd) .gallery-image .nav-controls a {
  background: linear-gradient(to left, transparent 50%, var(--headingcolor2) 50%) right;
  background-size: 200% 100%;
  color: var(--headingcolor2);
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  letter-spacing: 0px;
  border-radius: 90px;
  margin-top: 10px;
  border: 1px solid var(--headingcolor2);
  position: relative;
}

.content-wrapper .inserted-block:nth-of-type(odd) h5 a:hover, .content-wrapper .inserted-block:nth-of-type(odd) h5 a:focus, .inserted-block:nth-of-type(odd) .gallery-image .ss-controls a:hover, .inserted-block:nth-of-type(odd) .gallery-image .ss-controls a:focus, .inserted-block:nth-of-type(odd) .gallery-image .nav-controls a:hover, .inserted-block:nth-of-type(odd) .gallery-image .nav-controls a:focus {
  background-position: left;
  color: #fff;
  text-decoration: none;
}

.inner-intro h5 a, .inserted-block:nth-of-type(even) h5 a, .inserted-block:nth-of-type(even) .gallery-image .ss-controls a, .inserted-block:nth-of-type(even) .gallery-image .nav-controls a {
  background: linear-gradient(to left, transparent 50%, var(--headingcolor) 50%) right;
  background-size: 200% 100%;
  color: var(--headingcolor);
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  letter-spacing: 0px;
  border-radius: 90px;
  margin-top: 10px;
  border: 1px solid var(--headingcolor);
  position: relative;
}

.content-wrapper .inner-intro h5 a:hover, .content-wrapper .inner-intro h5 a:focus, .content-wrapper .inserted-block:nth-of-type(even) h5 a:hover, .content-wrapper .inserted-block:nth-of-type(even) h5 a:focus, .inserted-block:nth-of-type(even) .gallery-image .ss-controls a:hover, .inserted-block:nth-of-type(even) .gallery-image .ss-controls a:focus, .inserted-block:nth-of-type(even) .gallery-image .nav-controls a:hover, .inserted-block:nth-of-type(even) .gallery-image .nav-controls a:focus {
  background-position: left;
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.inserted-block:nth-of-type(even) a, .inner-intro a {
  color: #fff;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

.inserted-block:nth-of-type(even) a:hover, .inner-intro a:hover {
  text-decoration: underline;
  color: #fff;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  min-height: 120px;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  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: 93px;
  background: #fff;
}

.header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  border-radius: 30px;
  width: 140px;
  padding: 30px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  left: 5px;
  padding: 5px;
  width: 80px;
}

.header-links {
  position: absolute;
  top: 60px;
  left: 400px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-links {
  top: 27px;
  left: 130px;
}

.header-links a {
  padding: 5px 10px;
  display: inline-block;
  color: var(--headingcolor);
  font-family: var(--headingfont);
  font-size: 20px;
}

.header-links a:hover, .header-links a:focus {
  text-decoration: underline;
}

/* navbar */

.body-public.body-class-home .nav-section, .body-public.body-contentpage:not(.invalid-page) .nav-section {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1002;
  height: 100vh;
  width: 120px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix.body-public.body-class-home .nav-section, .fix.body-public.body-contentpage:not(.invalid-page) .nav-section {
  right: -600px;
}

.body-public.body-class-home .nav-section .nav-collapse, .body-public.body-contentpage:not(.invalid-page) .nav-section .nav-collapse {
  height: 100vh !important;
}

.body-public.body-class-home .nav-section .navbar-inner, .body-public.body-contentpage:not(.invalid-page) .nav-section .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  height: 100vh;
  padding: 0px;
}

.body-public.body-class-home .nav-section .navbar-inner #topmenu, .body-public.body-contentpage:not(.invalid-page) .nav-section .navbar-inner #topmenu {
  height: 100vh;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.body-public.body-class-home .navbar .nav, .body-public.body-contentpage:not(.invalid-page) .navbar .nav {
  height: 100vh;
}

.body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li {
  float: none;
  height: 13%;
  width: 700px;
  left: calc(100% - 120px);
  position: relative;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public.body-class-home .navbar .nav > li:hover, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:hover, .body-public.body-class-home .navbar .nav > li.open, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li.open {
  left: calc(100% - 600px);
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(1), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(1) {
  display: none;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.body-public.body-class-home .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .body-public.body-contentpage:not(.invalid-page) .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-contentpage:not(.invalid-page) .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-contentpage:not(.invalid-page) .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  box-shadow: none;
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(4), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(4) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#389b5d+0,48ac49+100 */
  background: linear-gradient(to right,  #389b5d 0%,#48ac49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(5), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(5) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e44dc+0,1571DC+100 */
  background: linear-gradient(to right,  #2e44dc 0%,#1571DC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(6), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(6) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce801d+0,D17727+100 */
  background: linear-gradient(to right,  #ce801d 0%,#D17727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(7), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(7) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e46ca7+0,E36798+100 */
  background: linear-gradient(to right,  #e46ca7 0%,#E36798 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(8), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(8) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0b+0,262626+100 */
  background: linear-gradient(to right,  #0b0b0b 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(9), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(9) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f78225+0,F4B713+100 */
  background: linear-gradient(to right,  #f78225 0%,#F4B713 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li:nth-of-type(10), .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:nth-of-type(10) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40474c+0,83817e+100 */
  background: linear-gradient(to right,  #40474c 0%,#83817e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.body-public.body-class-home .navbar .nav > li > a, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li > a {
  color: #fff;
  font-family: var(--headingfont);
  margin-left: 130px;
  display: block;
  position: relative;
  height: 100%;
  width: calc(100% - 130px);
  padding: 0px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.body-public.body-class-home .navbar .nav > li > a > span, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li > a > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.body-public.body-class-home .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .dropdown-menu {
  position: relative;
  top: 0px;
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
  min-width: 100%;
  margin-left: 70px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.body-public.body-class-home .nav > li:nth-of-type(4) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(4) .dropdown-menu {
  background: #389b5d;
}

.body-public.body-class-home .nav > li:nth-of-type(5) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(5) .dropdown-menu {
  background: #2e44dc;
}

.body-public.body-class-home .nav > li:nth-of-type(6) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(6) .dropdown-menu {
  background: #ce801d;
}

.body-public.body-class-home .nav > li:nth-of-type(7) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(7) .dropdown-menu {
  background: #e46ca7;
}

.body-public.body-class-home .nav > li:nth-of-type(8) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(8) .dropdown-menu {
  background: #0b0b0b;
}

.body-public.body-class-home .nav > li:nth-of-type(9) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(9) .dropdown-menu {
  background: #f78225;
}

.body-public.body-class-home .nav > li:nth-of-type(10) .dropdown-menu, .body-public.body-contentpage:not(.invalid-page) .nav > li:nth-of-type(10) .dropdown-menu {
  background: #40474c;
}

.body-public.body-class-home .dropdown-menu > li > a, .body-public.body-contentpage:not(.invalid-page) .dropdown-menu > li > a {
  color: #fff;
  padding: 9px 20px;
  font-weight: 400;
}

.body-public.body-class-home .dropdown-menu > li > a:hover, .body-public.body-contentpage:not(.invalid-page) .dropdown-menu > li > a:hover {
  color: #fc0;
  background: transparent;
}

/* footer */

.public-footer {
  padding: 170px 0px 0px;
  background: var(--footerbg);
  color: #fff;
  text-align: center;
}

.pf-logo img {
  width: 140px;
}

.pf-flex {
  margin-top: 70px;
  display: flex;
}

.pf-flex a {
  color: #fff;
}

.pf-flex a:hover, .pf-flex a:focus {
  color: var(--highlightcolor);
}

.pf-flex h6 {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 40px;
}

.pf-flex > div {
  flex: 1 1 0;
}

.pff-links {
  margin: 0px 20px;
}

.pff-social a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: var(--footerbg);
  font-size: 26px;
  border-radius: 50%;
}

.pff-social a:hover, .pff-social a:focus {
  background: #000;
  color: #fff;
}

.pff-social a:nth-of-type(2) {
  margin: 0px 15px;
}

.pff-social a em {
  position: relative;
  left: 3.25px;
}

.members-footer {
  padding: 50px 0px 100px;
  background: var(--footerbg);
  color: #fff;
  text-align: center;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-flex a {
  color: #fff;
}

.mf-flex a:hover, .mf-flex a:focus {
  color: var(--highlightcolor);
}

.mf-flex > div {
  flex: 1 1 0;
}

.mff-links {
  margin: 0px 20px;
}

.mff-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

.small-page-space {
  padding: 0px 100px;
}

/* landing */

.landing-page {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: var(--footerbg);
  overflow: hidden;
}

@-webkit-keyframes sideScroll {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes sideScroll {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

.landing-background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200%;
  height: 100%;
  background: url('/images/resources/pottergate/landing-waves.png');
  background-repeat: repeat-x;
  background-size: 100% 60%;
  background-position: bottom;
  animation-name: sideScroll;
  -webkit-animation-name: sideScroll;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.landing-logo {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 200px;
}

.landing-scroller {
  position: absolute;
  bottom: 150px;
  width: 500px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 40;
  font-family: var(--headingfont);
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
}

.landing-scroller:hover {
  cursor: pointer;
}

@-webkit-keyframes smallBounce {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}

@keyframes smallBounce {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}

.landing-scroller i {
  position: relative;
  animation-name: smallBounce;
  -webkit-animation-name: smallBounce;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.body-class-home.body-public .nav-section, .body-class-home.body-public .header-logo {
  opacity: 0;
  visibility: hidden;
}

.body-class-home.body-public .header-links {
  left: 100px;
}

.body-class-home.body-public .header-links a {
  color: #fff;
}

/* home */

.home-page {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-slideshow .galleryWrapper::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 12;
}

.home-slideshow .galleryWrapper::after {
  content: '';
  background-image: url('/images/resources/pottergate/inner-circles-faded.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 11;
}

.hs-title {
  position: absolute;
  z-index: 50;
  left: 100px;
  bottom: 80px;
  width: 500px;
}

.hs-title h1 {
  margin: 0px 0px 30px;
  font-size: 50px;
  line-height: 60px;
}

.hs-title p {
  font-size: 32px;
  line-height: 42px;
}

.body-class-home.body-public.fix .header-links {
  left: 140px !important;
}

/* inner */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-slideshow .galleryInner::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: '';
  width: 500px;
  height: 500px;
  z-index: 15;
}

.body-root-play .inner-slideshow .galleryInner::after, .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/green-circle.png');
  background-size: contain;
}

.inner-slideshow .galleryWrapper::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 12;
}

.body-contentpage #global > br {
  display: none;
}

.inner-main {
  position: relative;
  background: var(--altpagebg);
}

.inner-main::before {
  content: '';
  background: url('/images/resources/pottergate/border-top.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -78px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain; 
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro, .hole-two-col {
    background-image: none;
  }
}

.inner-nav {
  position: relative;
  z-index: 50;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px 0px 50px;
  display: flex;
}

.inner-nav ul li {
  display: inline-block;
  margin: 0px 12px;
  flex: 1 1 0;
  text-align: center;
}

.inner-nav ul li a {
  color: #fff;
  font-family: var(--headingfont);
  font-size: 22px;
}

.body-root-play .inner-nav ul li a:hover, .body-root-play .inner-nav ul li a:focus, .body-root-play .inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus, .inner-nav ul li.current a {
  color: #328644;
}

.inner-two-col {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}

.inner-two-col .itc-content {
  width: 50%;
  margin-right: 100px;
}

.inner-two-col .itc-pic {
  width: 50%;
  margin-left: 100px;
  position: relative;
  z-index: 5;
}

.inner-two-col .itc-pic .wysiwyg-editable {
  z-index: 40;
  position: relative;
}

.inner-two-col .itc-pic::before {
  top: -30px;
  left: -100px;
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.itc-pic img {
  border-radius: 10px;
}

.body-root-play .inner-two-col .itc-pic::before, .body-root-play .inner-two-col .itc-pic::after, .inner-two-col .itc-pic::before, .inner-two-col .itc-pic::after {
  background: #328644;
}

.inner-two-col .itc-pic::after {
  bottom: -30px;
  right: -40px;
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.inner-two-col .itc-pic img {
  padding: 79px 44px;
  max-width: 600px;
  background: url(' /images/resources/pottergate/inner-pic-bg-faded.png');
  background-repeat: no-repeat;
  width: calc(100% - 88px);
  background-size: contain;
}

.inner-two-col.flip-flex {
  flex-direction: row-reverse;
}

.flip-flex.inner-two-col .itc-content {
  margin-right: 0px;
  margin-left: 100px;
}

.flip-flex.inner-two-col .itc-pic {
  margin-left: 0px;
  margin-right: 100px;
}

.inserted-block:nth-child(odd) .inner-two-col .itc-pic img {
  background: url('/images/resources/pottergate/inner-pic-bg-alt-faded.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.inserted-block:nth-child(even) .inner-two-col .itc-pic img {
  background: url('/images/resources/pottergate/inner-pic-bg-faded.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.inserted-block:nth-child(odd) .inner-two-col .itc-pic::before {
  top: -30px;
  right: -100px;
  left: auto;
}

.inserted-block:nth-child(odd) {
  background: var(--pagebg);
}

.inserted-block:nth-child(even) {
  background: var(--altpagebg);
}

.inserted-block:nth-child(odd) .inner-two-col .itc-pic::after {
  bottom: -30px;
  left: -100px;
  right: auto;
}

.inserted-block:nth-child(odd)::before {
  content: '';
  background: url('/images/resources/pottergate/border-bottom.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain; 
}

.no-additional .inner-intro::after {
  content: '';
  background: url('/images/resources/pottergate/border-bottom.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -96px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain; 
}

.additional-boxes .inserted-block:nth-of-type(odd)::after {
  content: '';
  background: url('/images/resources/pottergate/footer-wave.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -96px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain; 
}

.additional-boxes .inserted-block:nth-of-type(even)::after {
  content: '';
  background: url('/images/resources/pottergate/border-bottom.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -96px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain; 
}

/* inner menu colours */

.body-root-eat .inner-nav ul li a:hover, .body-root-eat .inner-nav ul li a:focus, .body-root-eat .inner-nav ul li.current a {
  color: #0A78BE;
}

.body-root-eat .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/blue-circle.png');
  background-size: contain;
}

.body-root-eat .inner-two-col .itc-pic::before, .body-root-eat .inner-two-col .itc-pic::after {
  background: #0A78BE;
}

.body-root-stay .inner-nav ul li a:hover, .body-root-stay .inner-nav ul li a:focus, .body-root-stay .inner-nav ul li.current a {
  color: #794B16;
}

.body-root-stay .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/brown-circle.png');
  background-size: contain;
}

.body-root-stay .inner-two-col .itc-pic::before, .body-root-stay .inner-two-col .itc-pic::after {
  background: #CE8229;
}

.body-root-celebrate .inner-nav ul li a:hover, .body-root-celebrate .inner-nav ul li a:focus, .body-root-celebrate .inner-nav ul li.current a {
  color: #773353;
}

.body-root-celebrate .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/pink-circle.png');
  background-size: contain;
}

.body-root-celebrate .inner-two-col .itc-pic::before, .body-root-celebrate .inner-two-col .itc-pic::after {
  background: #E56BA4;
}

.body-root-build .inner-nav ul li a:hover, .body-root-build .inner-nav ul li a:focus, .body-root-build .inner-nav ul li.current a {
  color: #0F0F0F;
}

.body-root-build .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/black-circle.png');
  background-size: contain;
}

.body-root-build .inner-two-col .itc-pic::before, .body-root-build .inner-two-col .itc-pic::after {
  background: #0F0F0F;
}

.body-root-how .inner-nav ul li a:hover, .body-root-how .inner-nav ul li a:focus, .body-root-how .inner-nav ul li.current a {
  color: #8A4A17;
}

.body-root-how .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/orange-circle.png');
  background-size: contain;
}

.body-root-how .inner-two-col .itc-pic::before, .body-root-how .inner-two-col .itc-pic::after {
  background: #F58124;
}

.body-root-join .inner-nav ul li a:hover, .body-root-join .inner-nav ul li a:focus, .body-root-join .inner-nav ul li.current a {
  color: #555A5C;
}

.body-root-join .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/grey-circle.png');
  background-size: contain;
}

.body-root-join .inner-two-col .itc-pic::before, .body-root-join .inner-two-col .itc-pic::after {
  background: #555A5C;
}

/* inner added boxes style */

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 190px 0px 20px; /* change this padding to increase / decrease the gap between added sections */
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 70px 0px;
}

.inner-full-added {
  text-align: center;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

@media (min-width: 0px) and (max-width: 767px) {
  .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;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 80px;
  width: 30px;
  height: 1px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::before {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 94px;
  height: 30px;
  width: 1px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

/* course */

.hole-nav {
  text-align: center;
  position: relative;
  z-index: 200;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px 0px 50px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 5px;
}

.hole-nav ul li a {
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.current a {
  color: #328644;
}

.page-url-the_course table th:nth-child(11), .page-url-the_course table th:nth-child(12), .page-url-the_course table th:nth-child(13), .page-url-the_course table th:nth-child(14), .page-url-the_course table th:nth-child(15), .page-url-the_course table th:nth-child(16), .page-url-the_course table th:nth-child(17), .page-url-the_course table th:nth-child(18), .page-url-the_course table th:nth-child(19), .page-url-the_course table th:nth-child(20), .page-url-the_course table th:nth-child(21), .page-url-the_course table th:nth-child(22), .page-url-the_course table td:nth-child(11), .page-url-the_course table td:nth-child(12), .page-url-the_course table td:nth-child(13), .page-url-the_course table td:nth-child(14), .page-url-the_course table td:nth-child(15), .page-url-the_course table td:nth-child(16), .page-url-the_course table td:nth-child(17), .page-url-the_course table td:nth-child(18), .page-url-the_course table td:nth-child(19), .page-url-the_course table td:nth-child(20), .page-url-the_course table td:nth-child(21), .page-url-the_course table td:nth-child(22) {
  display: none;
}

.page-url-the_course table th:nth-child(2), .page-url-the_course table td:nth-child(2) {
  background: var(--scorecardwhite);
}

.page-url-the_course table th:nth-child(5), .page-url-the_course table td:nth-child(5) {
  background: var(--scorecardyellow);
}

.page-url-the_course table th:nth-child(8), .page-url-the_course table td:nth-child(8) {
  background: var(--scorecardred);
  color: #fff;
}

/* hole */

body[class*="hole_"] .inner-slideshow .galleryInner::after {
  background: url('/images/resources/pottergate/green-circle.png');
  background-size: contain;
}

.hole-main {
  position: relative;
  background: var(--altpagebg);
}

.hole-main::before {
  content: '';
  background: url('/images/resources/pottergate/border-top.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -78px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain;
}

.hole-main::after {
  content: '';
  background: url('/images/resources/pottergate/border-bottom.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain;
}

.hole-two-col {
  display: flex;
  align-items: center;
  padding-bottom: 95px;
}

.hole-two-col .itc-content {
  width: 50%;
  margin-right: 100px;
}

.hole-two-col .itc-content h2 {
  margin-top: 0px;
}

.hole-two-col .itc-flex {
  display: flex;
}

.hole-two-col .itcf-sponsor {
  width: 20%;
  flex-shrink: 0;
  margin-right: 10px;
}

.hole-two-col .itcf-info {
  width: 80%;
  margin-left: 10px;
}

.hole-two-col .itc-pic {
  width: 50%;
  margin-left: 100px;
  position: relative;
  z-index: 5;
}

.hole-two-col .itc-pic .wysiwyg-editable {
  z-index: 40;
  position: relative;
}

.hole-two-col .itc-pic::before {
  top: -30px;
  left: -100px;
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

body[class*="hole_"] .hole-two-col .itc-pic::before, body[class*="hole_"] .hole-two-col .itc-pic::after {
  background: #328644;
}

.hole-two-col .itc-pic::after {
  bottom: -30px;
  right: -40px;
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

/* whole in one golf iframe styles */

.flyovercontent {
  width: 100%;
  margin: 0px auto;
}
.embed-container {
  height: auto;
  width: 100%;
  padding-bottom: 71%;
  overflow: visible;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hole-testimonials {
  background: var(--pagebg);
  padding: 140px 20px 80px;
  position: relative;
}

.hole-testimonials .wysiwyg-editable {
  border: 1px solid var(--headingcolor2);
  border-radius: 90px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px;
}

.hole-testimonials::after {
  content: '';
  background: url('/images/resources/pottergate/footer-wave.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  height: 96px;
  z-index: 50;
  background-size: contain;
}

.hole-testimonials .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height: auto !important;*/
  background: none;
}

.content-wrapper .hole-testimonials .galleryInner .nivo-caption {
    width: 100%;
    -moz-opacity: 1;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  max-width: 1070px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

.hole-testimonials .galleryInner .nivo-caption h4 {
  font-size: 24px;
  line-height: 34px;
  color: var(--headingcolor2);
  text-shadow: none;
  font-family: var(--headingfont);
}

.hole-testimonials .galleryInner .nivo-caption p {
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

.hole-testimonials .galleryInner img {
    display: none !important;
}

#globalwrap .hole-testimonials .nivo-directionNav {
  display: none;
}

.hole-testimonials .nivo-controlNav-Wrapper {
  display: none;
}

.hole-testimonials, .hole-testimonials .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* members */

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/pottergate/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;
  position: relative;
  top: 30px;
  left: 40px;
}

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;
  position: relative;
  top: 5px;
  width: 97px;
  padding: 0px;
  border-radius: 0px;
  z-index: 40;
}

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-left, .body-class-members .header-left, .body-class-visitorbooking .header-left, .body-class-getawayletter .header-left, [class*="body-class-setcoursestatus"] .header-left, .body-class-opens .header-left, .body-loginpage .header-left {
  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-"] .top-header-left, .body-class-members .top-header-left, .body-class-visitorbooking .top-header-left, .body-class-getawayletter .top-header-left, [class*="body-class-setcoursestatus"] .top-header-left, .body-class-opens .top-header-left, .body-loginpage .top-header-left, .invalid-page .top-header-left {
  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;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

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;
  float: left;
}

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;
  letter-spacing: 0px;
  padding: 10px;
  font-size: 12px;
  color: var(--navlink);
  text-shadow: none;
}

body[class*="php-"] .navbar-inverse .nav > li.current > a, .body-class-visitorbooking .navbar-inverse .nav > li.current > a, .body-class-getawayletter .navbar-inverse .nav > li.current > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.current > a, .body-class-opens .navbar-inverse .nav > li.current > a, .body-loginpage .navbar-inverse .nav > li.current > a, .body-class-members .navbar-inverse .nav > li.current > a, .invalid-page .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.body-public.body-class-home .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-class-home .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public.body-contentpage .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  font-weight: 400;
}

body[class*="php-"] .navbar-inverse .nav > li > a:hover, .body-class-visitorbooking .navbar-inverse .nav > li > a:hover, .body-class-getawayletter .navbar-inverse .nav > li > a:hover, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a:hover, .body-class-opens .navbar-inverse .nav > li > a:hover, .body-loginpage .navbar-inverse .nav > li > a:hover, .body-class-members .navbar-inverse .nav > li > a:hover, .invalid-page .navbar-inverse .nav > li > a:hover, body[class*="php-"] .navbar-inverse .nav > li > a:focus, .body-class-visitorbooking .navbar-inverse .nav > li > a:focus, .body-class-getawayletter .navbar-inverse .nav > li > a:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a:focus, .body-class-opens .navbar-inverse .nav > li > a:focus, .body-loginpage .navbar-inverse .nav > li > a:focus, .body-class-members .navbar-inverse .nav > li > a:focus, .invalid-page .navbar-inverse .nav > li > a:focus {
  color: var(--navactivelink);
}

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: 27px;
  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;
  background: var(--dropdownbg);
}

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: 8px 20px;
  color: var(--navlink);
}

body[class*="php-"] .dropdown-menu > li > a:hover, .body-class-members .dropdown-menu > li > a:hover, .body-class-visitorbooking .dropdown-menu > li > a:hover, .body-class-getawayletter .dropdown-menu > li > a:hover, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a:hover, .body-class-opens .dropdown-menu > li > a:hover, .body-loginpage .dropdown-menu > li > a:hover, .invalid-page .dropdown-menu > li > a:hover, body[class*="php-"] .dropdown-menu > li > a:focus, .body-class-members .dropdown-menu > li > a:focus, .body-class-visitorbooking .dropdown-menu > li > a:focus, .body-class-getawayletter .dropdown-menu > li > a:focus, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a:focus, .body-class-opens .dropdown-menu > li > a:focus, .body-loginpage .dropdown-menu > li > a:focus, .invalid-page .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

body[class*="php-"] .dropdown-menu > li.current > a, .body-class-members .dropdown-menu > li.current > a, .body-class-visitorbooking .dropdown-menu > li.current > a, .body-class-getawayletter .dropdown-menu > li.current > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li.current > a, .body-class-opens .dropdown-menu > li.current > a, .body-loginpage .dropdown-menu > li.current > a, .invalid-page .dropdown-menu > li.current > a {
  color: var(--navactivelink);
  background: transparent;
}

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);
  border-radius: 10px;
}

.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: 260px; 
  }
  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;
    padding: 40px 0px;
  }
}

/* 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: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  margin: 2px;
   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, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  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, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor2);
  color: #000;
  font-weight: 400;
}

.body-class-members .content-wrapper 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;
  border-radius: 10px;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 8px;
  right: 8px;
}

.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-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.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: 15px;
  letter-spacing: 0px;
  padding: 10px 15px;
}

.body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
  font-size: 12px;
  padding: 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 10px;
    padding: 10px 7px;
  }
}

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;
}

.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;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .small-page-space {
    padding: 0px 80px;
  }
  .header-logo {
    width: 140px;
    padding: 20px;
  }
  .hole-main::before, .inner-main::before {
    top: -70px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .small-page-space {
    padding: 0px 60px;
  }
  .header-logo {
    width: 140px;
    padding: 20px;
  }
  .hole-main::before, .inner-main::before {
    top: -61px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .small-page-space {
    padding: 0px 40px;
  }
  .header-logo {
    width: 110px;
    padding: 20px;
  }
  .hole-main::before, .inner-main::before {
    top: -52px;
  }
  .additional-boxes .inserted-block:nth-of-type(odd)::after {
    bottom: -65px;
  }
  .hole-testimonials::after, .hole-main::after {
    bottom: -65px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .small-page-space {
    padding: 0px 20px;
  }
  .header-logo {
    width: 100px;
    padding: 20px;
  }
  .mf-flex {
    font-size: 15px;
  }
  .hole-main::before, .inner-main::before {
    top: -43px;
  }
  .additional-boxes .inserted-block:nth-of-type(odd)::after {
    bottom: -65px;
  }
  .hole-testimonials::after, .hole-main::after {
    bottom: -65px;
  }
  .inner-two-col .itc-pic::before, .inner-two-col .itc-pic::after, .hole-two-col .itc-pic::before, .hole-two-col .itc-pic::after {
    width: 200px;
    height: 200px;
  }
  .inner-two-col .itc-pic::after, .hole-two-col .itc-pic::after {
    right: -20px;
  }
  .inner-two-col .itc-content, .hole-two-col .itc-content {
    margin-right: 50px;
  }
  .inner-two-col .itc-pic, .hole-two-col .itc-pic {
    margin-left: 50px;
  }
  .inner-two-col.flip-flex .itc-content {
    margin-left: 50px;
  }
  .inner-two-col.flip-flex .itc-pic {
    margin-right: 50px;
  }
  .inner-two-col .itc-pic::before, .hole-two-col .itc-pic::before {
    left: -60px;
  }
  .inserted-block:nth-child(odd) .inner-two-col .itc-pic::before {
    right: -60px;
  }
  .inserted-block {
    padding-top: 120px;
  }
  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 {
    left: 20px;
  }
  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 {
    font-size: 10px;
    padding: 10px 4px;
  }
  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, body[class*="match"]:not(.body-contentpage) .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, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  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) {
  .page-space {
    padding: 0px 20px;
  }
  .small-page-space {
    padding: 0px 10px;
  }
  .header-logo {
    width: 100px;
    padding: 20px;
  }
  .header-links {
    left: 180px;
  }
  .hole-main::before, .inner-main::before {
    top: -33px;
  }
  .inner-slideshow .galleryInner::after {
    width: 300px;
    height: 300px;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 400px;
    object-fit: cover;
  }
  .inner-two-col .itc-pic img {
    padding: 55px 44px;
  }
  .hs-title {
    bottom: 30px;
    left: 20px;
  }
  .inner-two-col .itc-pic::before, .inner-two-col .itc-pic::after, .hole-two-col .itc-pic::before, .hole-two-col .itc-pic::after {
    width: 100px;
    height: 100px;
  }
  .inner-two-col .itc-pic::after, .hole-two-col .itc-pic::after {
    right: -10px;
  }
  .inner-two-col .itc-content, .hole-two-col .itc-content {
    margin-right: 25px;
  }
  .inner-two-col .itc-pic, .hole-two-col .itc-pic {
    margin-left: 25px;
  }
  .inner-two-col.flip-flex .itc-content {
    margin-left: 25px;
  }
  .inner-two-col.flip-flex .itc-pic {
    margin-right: 25px;
  }
  .inner-two-col .itc-pic::before, .hole-two-col .itc-pic::before {
    left: -30px;
  }
  .inserted-block:nth-child(odd) .inner-two-col .itc-pic::before {
    right: -25px;
  }
  .inserted-block:nth-child(odd) .inner-two-col .itc-pic::after {
    left: -30px;
  }
  .pff-social a:nth-of-type(2) {
    margin: 0px 5px;
  }
  .pf-flex {
    font-size: 13px;
  }
  .members-footer {
    font-size: 14px;
  }
  .inserted-block:nth-child(odd)::before {
    top: -17px;
  }
  .additional-boxes .inserted-block:nth-of-type(2n+1)::after {
    bottom: -75px;
  }
  .inserted-block {
    padding-top: 80px;
  }
  .body-public.body-class-home .nav-section, .body-public.body-contentpage:not(.invalid-page) .nav-section {
    width: 70px;
  }
  .body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li {
    left: calc(100% - 70px);
    width: 500px;
  }
  .body-public.body-class-home .navbar .nav > li:hover, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:hover, .body-public.body-class-home .navbar .nav > li.open, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li.open {
    left: calc(100% - 500px);
  }
  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, body[class*="match"]:not(.body-contentpage) .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"]:not(.body-contentpage) .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;
  }
  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, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .body-public.body-class-home .btn-navbar, .body-public.body-contentpage:not(.invalid-page) .btn-navbar {
    display: none;
  }
  .body-public.body-class-home .nav-collapse, .body-public.body-class-home .nav-collapse.collapse, .body-public.body-contentpage:not(.invalid-page) .nav-collapse, .body-public.body-contentpage:not(.invalid-page) .nav-collapse.collapse {
    overflow: visible;
  }
  .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;
  }
  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 {
    top: 0px;
    left: 0px;
  }
  .navbar-inverse .btn-navbar {
    width: 60px;
    background: transparent;
    height: 60px;
    border: none;
    margin-right: 0px;
    box-shadow: none;
    position: relative;
    margin-top: 20px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background: transparent;
    color: var(--pagebg);
  }
  .club-menu-button-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    float: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar .btn-navbar .icon-bar {
    width: 36px;
    height: 3px;
    margin: 0px auto;
    background: var(--bodycolor);
    box-shadow: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar .btn-navbar.active .icon-bar {
    background: var(--altpagebg);
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
  }
  .middle-bar {
    opacity: 1;
    top: 26px;
    left: 0px;
    right: 0px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 34px;
    left: 0px;
    right: 0px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 26px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 26px;
  }
  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 {
    float: none;
  }
  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-"] .nav-collapse .dropdown-menu > li > a, .body-class-members .nav-collapse .dropdown-menu > li > a, .body-class-visitorbooking .nav-collapse .dropdown-menu > li > a, .body-class-getawayletter .nav-collapse .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .nav-collapse .dropdown-menu > li > a, .body-class-opens .nav-collapse .dropdown-menu > li > a, .body-loginpage .nav-collapse .dropdown-menu > li > a, .invalid-page .nav-collapse .dropdown-menu > li > a {
    color: var(--navlink);
  }
  body[class*="php-"] .nav-collapse .dropdown-menu > li > a:hover, .body-class-members .nav-collapse .dropdown-menu > li > a:hover, .body-class-visitorbooking .nav-collapse .dropdown-menu > li > a:hover, .body-class-getawayletter .nav-collapse .dropdown-menu > li > a:hover, [class*="body-class-setcoursestatus"] .nav-collapse .dropdown-menu > li > a:hover, .body-class-opens .nav-collapse .dropdown-menu > li > a:hover, .body-loginpage .nav-collapse .dropdown-menu > li > a:hover, .invalid-page .nav-collapse .dropdown-menu > li > a:hover, body[class*="php-"] .nav-collapse .dropdown-menu > li > a:focus, .body-class-members .nav-collapse .dropdown-menu > li > a:focus, .body-class-visitorbooking .nav-collapse .dropdown-menu > li > a:focus, .body-class-getawayletter .nav-collapse .dropdown-menu > li > a:focus, [class*="body-class-setcoursestatus"] .nav-collapse .dropdown-menu > li > a:focus, .body-class-opens .nav-collapse .dropdown-menu > li > a:focus, .body-loginpage .nav-collapse .dropdown-menu > li > a:focus, .invalid-page .nav-collapse .dropdown-menu > li > a:focus {
    color: var(--navactivelink);
  }
  body[class*="php-"] .nav-collapse .dropdown-menu > li.current > a, .body-class-members .nav-collapse .dropdown-menu > li.current > a, .body-class-visitorbooking .nav-collapse .dropdown-menu > li.current > a, .body-class-getawayletter .nav-collapse .dropdown-menu > li.current > a, [class*="body-class-setcoursestatus"] .nav-collapse .dropdown-menu > li.current > a, .body-class-opens .nav-collapse .dropdown-menu > li.current > a, .body-loginpage .nav-collapse .dropdown-menu > li.current > a, .invalid-page .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li {
    height: 11%;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .small-page-space {
    padding: 0px 10px;
  }
  .body-public.body-class-home .nav-section, .body-public.body-contentpage:not(.invalid-page) .nav-section {
    width: 70px;
  }
  .body-class-home.body-public.fix .header-links {
    left: 10px !important;
  }
  .body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li {
    width: 300px;
    left: calc(100% - 70px);
    height: 12%;
  }
  .body-public.body-class-home .navbar .nav > li:hover, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li:hover, .body-public.body-class-home .navbar .nav > li.open, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li.open {
    left: calc(100% - 300px);
  }
  .body-public.body-class-home .navbar .nav > li > a, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li > a {
    margin-left: 70px;
    padding-left: 0px;
    width: calc(100% - 70px);
    font-size: 18px;
  }
  .header-logo {
    top: 5px;
    left: 5px;
    width: 70px;
    padding: 5px;
  }
  .fix .header-logo {
    width: 70px;
  }
  .header-links {
    left: 90px;
    top: 27px;
  }
  .fix .header-links {
    left: 90px;
  }
  .header-wrapper {
    min-height: 94px;
  }
  .body-class-home.body-public .header-links {
    left: 0px;
    right: 0px;
    top: 20px;
    text-align: center;
  }
  .landing-logo {
    width: 100px;
  }
  .landing-scroller {
    width: 300px;
    font-size: 28px;
  }
  .hs-title {
    left: 10px;
    right: 10px;
    bottom: 40px;
    width: 300px;
  }
  .hs-title h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .hs-title p {
    font-size: 20px;
    line-height: 30px;
  }
  .public-footer {
    padding-top: 50px;
  }
  .pf-logo img {
    width: 100px;
  }
  .pf-flex {
    margin-top: 30px;
    flex-direction: column;
  }
  .pf-flex h6 {
    margin-bottom: 20px;
  }
  .pff-links {
    margin: 20px 0px;
  }
  .members-footer {
    padding: 50px 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mff-links {
    margin: 20px 0px;
  }
  .inner-slideshow .galleryInner::after {
    width: 200px;
    height: 200px;
  }
  .inner-main::before, .hole-main::before {
    top: -15px;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 350px;
    object-fit: cover;
  }
  .inner-nav ul {
    flex-direction: column;
    padding-top: 10px;
  }
  .inner-nav ul li {
    margin: 10px 0px;
  }
  .inner-nav ul li a {
    font-size: 20px;
  }
  .inner-two-col, .inner-two-col.flip-flex {
    flex-direction: column;
  }
  .inner-two-col .itc-content {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .inner-two-col .itc-pic {
    width: 100%;
    margin: 50px auto 0px;
    max-width: 400px;
  }
  .inner-two-col .itc-pic::before, .inner-two-col .itc-pic::after {
    width: 100px;
    height: 100px;
  }
  .inner-two-col .itc-pic img {
    padding: 48px 30px;
    width: calc(100% - 60px);
  }
  .inner-two-col .itc-pic::before {
    top: -25px;
    left: -10px;
  }
  .inner-two-col .itc-pic::after {
    bottom: -25px;
    right: -10px;
  }
  .inserted-block:nth-child(odd)::before {
    top: 0px;
  }
  .hole-main::after {
    bottom: -96px;
  }
  .inserted-block {
    padding-top: 40px;
  }
  .flip-flex.inner-two-col .itc-content {
    margin-left: 0px;
  }
  .flip-flex.inner-two-col .itc-pic {
    margin-right: 0px;
  }
  .inserted-block:nth-child(odd) .inner-two-col .itc-pic::before {
    top: -25px;
    right: -10px;
  }
  .inserted-block:nth-child(odd) .inner-two-col .itc-pic::after {
    left: -10px;
  }
  .additional-boxes .inserted-block:nth-of-type(odd)::after {
    bottom: -96px;
  }
  .inner-full-added {
    position: relative;
    z-index: 50;
  }
  .accordion-content {
    overflow-x: scroll;
  }
  .body-contentpage .accordion-title h3::before {
    right: -10px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 4px;
  }
  .hole-testimonials {
    padding: 40px 20px 80px;
  }
  .hole-testimonials .wysiwyg-editable {
    padding: 20px;
  }
  .hole-testimonials .galleryInner .nivo-caption p {
    font-size: 12px;
    line-height: 22px;
  }
  .hole-nav ul {
    width: 240px;
    margin: 0px auto 50px;
  }
  .hole-nav ul li {
    margin: 5px 4px;
  }
  .hole-nav ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .hole-two-col {
    flex-direction: column;
    text-align: center;
  }
  .hole-two-col .itc-content {
    width: 100%;
    margin: 0px;
  }
  .hole-two-col .itc-pic {
    width: 100%;
    margin: 50px auto 0px;
    max-width: 400px;
  }
  .hole-two-col .itc-pic::before, .hole-two-col .itc-pic::after {
    width: 100px;
    height: 100px;
  }
  .hole-two-col .itc-pic::before {
    left: -10px;
    top: -35px;
  }
  .hole-two-col .itc-pic::after {
    bottom: -35px;
    right: -10px;
  }
  .hole-testimonials::after {
    bottom: -96px;
  }
  .hole-two-col .itc-flex {
    flex-direction: column;
  }
  .hole-two-col .itcf-sponsor {
    width: 100%;
    margin: 0px 0px 20px;
  }
  .hole-two-col .itcf-info {
    width: 100%;
    margin: 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"]:not(.body-contentpage) .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"]:not(.body-contentpage) .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-bottom: 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;
  }
  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, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: 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;
  }
}

/* landscape mobile */

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .hole-two-col {
    padding-bottom: 40px;
  }
  .hole-testimonials {
    padding: 80px 20px;
  }
  .body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage .navbar .nav > li {
    height: 11%;
  }
  .landing-logo {
    top: 80px;
  }
  .landing-scroller {
    bottom: 50px;
  }
  .body-class-home.body-public.fix .header-links {
    left: 110px !important;
    right: auto;
  }
}

/* editor */

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #171717;
}

.php-ckeditor .landing-page {
  height: auto;
}

.php-ckeditor .landing-logo {
  position: relative;
  padding: 40px 0px;
  top: 0px;
}

.php-ckeditor .landing-background {
  display: none;
}

.php-ckeditor .landing-scroller {
  display: none;
}

.php-ckeditor .home-page {
  height: auto;
}

.php-ckeditor .hs-title {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: 40px 0px;
}

.php-ckeditor .page-footer {
  margin-top: 40px;
}

.php-ckeditor .hole-main::before, .php-ckeditor .inner-main::before {
  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, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
  z-index: 60;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 60;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 60;
}

.added-section-move-down:hover, .added-accordion-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;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

/* public on members */

.body-class-members.body-contentpage .inserted-block {
  padding-top: 90px;
}

.body-class-members.body-contentpage .hole-main::before, .body-class-members.body-contentpage .inner-main::before {
  top: -48px;
}

.body-class-members.body-contentpage .inserted-block:nth-child(odd) .inner-two-col .itc-pic::after {
  left: -20px;
}

.body-class-members.body-contentpage .inner-two-col .itc-pic::after {
  right: -20px;
}

.body-class-members.body-contentpage .public-footer {
  padding-bottom: 50px;
}

.body-class-members.body-contentpage .page-space {
  padding: 0px 20px;
}

.body-class-members.body-contentpage .small-page-space {
  padding: 0px 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.body-contentpage .hole-main::before, .body-class-members.body-contentpage .inner-main::before {
    top: -39px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members.body-contentpage .hole-main::before, .body-class-members.body-contentpage .inner-main::before {
    top: -30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage .hole-main::before, .body-class-members.body-contentpage .inner-main::before {
    top: -12px;
  }
}

.inner-intro {
  text-align: center;
}

.inner-intro .itc-content {
  text-align: left;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/pottergate/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;
}

/* 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 {
  bottom: 120px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 60px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 90px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  text-align: left;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 90px;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 90%;
  text-align: left;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 90px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: left;
}

@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;
  text-shadow: none;
  background: var(--headingcolor2);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor);
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul, .ie-col ul, .itcc-space ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li, .inner-full-added ul li, .ie-col ul li, .itcc-space ul li {
  line-height: 28px;
  list-style: none;
}

.ie-col ul li {
  margin-left: 10px;
  position: relative;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before, .itcc-space ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.ie-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  left: -10px;
  color: var(--headingcolor);
  position: absolute;
  top: 1px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-full-added .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .inner-intro form input[type*="submit"] {
  background: var(--headingcolor);
}

.inner-page-wrapper .inner-intro form input[type*="submit"]:hover, .inner-page-wrapper .inner-intro form input[type*="submit"]:focus {
  background: #fff;
  color: var(--headingcolor);
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added table th {
  border: 2px solid var(--altpagebg);
  padding: 6px;
  font-weight: 400;
  color: #000;
  font-family: var(--headingfont);
  font-size: 20px;
}

.inner-intro table th, .inserted-block:nth-of-type(odd) {
  border-color: #fff;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added table td {
  border: 2px solid var(--altpagebg);
  padding: 6px;
  vertical-align: top;
}

.inner-intro table td, .inserted-block:nth-of-type(odd) {
  border-color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added table td {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro .itc-content {
    text-align: center;
  }
  
}

[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, .inner-slideshow .nivo-directionNav {
  display: none !important;
}

.home-slideshow .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.body-class-members.body-contentpage .inner-slideshow {
  display: none;
}

.body-class-members.body-contentpage .inner-page-wrapper {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-page .hs-title {
    bottom: 60px;
  }
}

body[class*="php-"] .content-wrapper a:hover, body[class*="php-"] .content-wrapper a:focus, .body-class-members .content-wrapper a:hover, .body-class-members .content-wrapper a:focus {
  text-decoration: underline;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background: transparent;
}

.hole-page-wrapper .itcf-info a {
  color: #fff;
}

.hole-page-wrapper .itcf-info a:hover, .hole-page-wrapper .itcf-info a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-slideshow .galleryInner::after {
    width: 400px;
    height: 400px;
  }
  .body-public.body-class-home .navbar .nav > li, .body-public.body-contentpage:not(.invalid-page) .navbar .nav > li {
    left: calc(100% - 70px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hole-nav ul {
    width: 455px;
    margin: 0px auto 30px;
  }
  .hole-nav ul li {
    margin: 5px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-nav ul li a {
    font-size: 18px;
  }
}

/* end anton styles */