/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'EB Garamond', serif;
  --headingcolor: #968245;
  --headingcolor2: #121737;
  --highlightcolor: #AC3839;
  --bodycolor: #121734;
  --headerbg: #1C223C;
  --topfooterbg: #615756;
  --bottomfooterbg: #524A48;
  --navlink: #fff;
  --navactivelink: #968245;
  --dropdownbg: #0c1026;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--headingfont);
  color: var(--bodycolor);
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor2);
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--headingcolor);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--headingcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a2038+0,262c44+100 */
  background: #1a2038; /* Old browsers */
  background: -moz-linear-gradient(top,  #1a2038 0%, #262c44 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1a2038 0%,#262c44 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #1a2038 0%,#262c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2038', endColorstr='#262c44',GradientType=0 ); /* IE6-9 */
  min-height: 144px;
  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: 90px;
}

.header-logo {
  position: absolute;
  top: 34px;
  left: 75px;
  z-index: 65;
  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;
}

.header-links {
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 60;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-links a {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  margin: 10px 0px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  background: var(--headingcolor);
  font-family: var(--headingfont);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-links a:hover {
  background: #000;
}

.fix .header-links {
  top: 0px;
}

.fix .header-links a {
  height: 36px;
  margin: 5px 0px;
  line-height: 36px;
}

.header-social {
  position: absolute;
  top: 60px;
  right: 150px;
  z-index: 55;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-social a {
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
}

.header-social a:last-of-type {
  margin-right: 0px;
}

.header-social a:hover, .header-social a:focus {
  color: var(--headingcolor);
}

.fix .header-social {
  top: 33px;
}

/* navbar */

.nav-section {
  margin-left: 275px;
  margin-right: 225px;
  position: relative;
  top: 52px;
  text-align: right;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .nav-section {
  top: 25px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar .nav {
  float: none;
}

.navbar .nav > li {
  display: inline-block;
  float: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  font-family: var(--headingfont);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  color: var(--navactivelink);
}

.dropdown-menu {
  text-align: left;
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: var(--navactivelink);
}

/* footer */

.public-footer {
  background: url('/images/resources/leatherhead/footer-bg5.png');
  text-align: center;
  padding-bottom: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pf-club-logo {
  margin-bottom: 40px;
}

.pf-vert-line {
  margin: 0px 10px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  background: var(--bodycolor);
  position: relative;
  top: 4px;
}

.pf-social {
  margin-top: 30px;
}

.pf-social a {
  display: inline-block;
  font-size: 22px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 6px;
  color: #fff;
  margin-right: 10px;
}

.pf-social a.pf-facebook {
  background: var(--headingcolor2);
}

.pf-social a.pf-twitter {
  background: var(--headingcolor2);
}

.pf-social a.pf-instagram {
  background: var(--headingcolor2);
  margin-right: 0px;
}

.pf-social a.pf-facebook:hover {
  background: var(--headingcolor);
}

.pf-social a.pf-twitter:hover {
  background: var(--headingcolor);
}

.pf-social a.pf-instagram:hover {
  background: var(--headingcolor);
}

.pf-social a em {
  position: relative;
  left: 2.75px;
}

.pf-address a {
  color: var(--bodycolor);
}

.pf-address a:hover, .pf-address a:focus {
  color: var(--headingcolor);
}

.pf-copy {
  margin-top: 30px;
}

.pf-ig-logo {
  margin-top: 20px;
}

.pf-ig-logo img {
  width: 120px;
}

.body-public.body-class-home .members-footer, .body-public.body-contentpage .members-footer {
  display: none;
}

.members-footer {
  padding: 10px 0px;
  background: var(--headingcolor2);
  color: #fff;
}

.mf-flex {
  display: flex;
}

.mf-copy {
  width: 75%;
  margin-right: 15px;
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
  width: 25%;
  margin-left: 15px;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* video overlay */

.video-overlay {
  position: fixed;
  top: -150%;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 3001;
  background: rgba(0,0,0,0.8);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-video .video-overlay {
  top: 0px;
}

.video-overlay-space {
  padding: 40px;
  width: 70%;
  margin: 20px auto 0px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.video-overlay-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
}

.video-overlay-close .cross {
  display: inline-block;
  width: 22px;
  height: 2px;
}

.video-overlay-close .cross:hover {
  cursor: pointer;
}

.video-overlay-close .cross-1 {
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 5px;
  background: black;
}

.video-overlay-close .cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: 5px;
  background: black;
}

@media (orientation: portrait) {
  .video-overlay-space {
    margin-top: 38%;
  }
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  z-index: 20;
  color: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-video i {
  position: relative;
  left: 1px;
}

.home-video:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.7);
}

.home-status {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 18;
  color: #fff;
  max-width: 500px;
  width: 100%;
  right: 20px;
  height: 28px;
  overflow: hidden;
  text-shadow: 1px 1px #000;
  font-family: var(--headingfont);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-status:hover {
  cursor: pointer;
}

.show-status .home-status {
  height: 150px;
}

.home-status h3 {
  display: none;
}

.home-status-trig {
  letter-spacing: 2px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-status:hover .home-status-trig {
  color: var(--headingcolor);
}

.page-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 14;
  bottom: 100px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-family: var(--headingfont);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.page-scroll:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

.slider-line {
  position: absolute;
  bottom: 0px;
  width: 2px;
  height: 80px;
  content: '';
  background: #fff;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 12;
}

.home-intro {
  max-width: 800px;
  margin: 100px auto 0px;
  padding; 0px 25px;
  text-align: center;
  font-family: var(--headingfont);
}

.home-intro h4 {
  margin: 0px;
  text-transform: uppercase;
}

.home-intro h1 {
  margin-top: 0px;
}

.body-public [class*="editor-only"] {
  display: none;
}

.home-flex {
  display: flex;
  margin-top: 100px;
}

.home-link-box {
  flex: 1 1 0;
  margin: 0px 20px;
}

.home-link-box.link-box-one {
  margin-left: 0px;
}

.home-link-box.link-box-four {
  margin-right: 0px;
}

.home-pic-box {
  position: relative;
}

.home-link-box .home-pic-box img {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-link-box:hover .home-pic-box img {
  transform: scale(1.05,1.05);
}

.home-pic-content {
  position: absolute;
  left: 10px;
  right: 10px;
  margin: 0px auto;
  z-index: 10;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  bottom: 50px;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--bodyfont);
}

.home-testimonials-holder {
  margin: 150px 0px;
  background: #e7e7e7;
  padding: 10px;
  position: relative;
}

.home-testimonials-holder::after {
  content: url('/images/resources/leatherhead/testimonial-bottom-arrow.png');
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.home-testimonials {
  border: 1px solid #B5B5BD;
  background: #EDEDED;
  padding: 80px 0px;
}

.home-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 .home-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: 800px;
  color: black;
  font-family: var(--headingfont);
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 20px;
  line-height: 30px;
  color: var(--bodycolor);
  text-shadow: none;
}

.home-testimonials .galleryInner .nivo-caption h4 {
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  color: var(--headingcolor2);
  font-family: var(--headingfont);
}

.home-testimonials .galleryInner img {
    display: none !important;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: none;
}

.home-testimonials .nivo-controlNav-Wrapper {
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
}

.home-testimonials .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
}

.content-wrapper .home-testimonials .nivo-controlNav a {
  width: 11px;
  height: 11px;
  background-image: none;
  border-radius: 50%;
  background: #bebebe;
  margin-right: 6px;
  display: inline-block;
}

.content-wrapper .home-testimonials .nivo-controlNav a.active {
  background: var(--headingcolor);
}

.home-testimonials, .home-testimonials .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* inner */

.inner-page-wrapper {
  padding-top: 40px;
}

.body-public.body-contentpage #global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-nav {
  text-align: center;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #E7E7E7;
}

.inner-nav ul li {
  position: relative;
  display: inline-block;
}

.inner-nav ul li::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 19px;
  margin: 0px 10px;
  background: var(--bodycolor);
  position: relative;
  top: 4px;
}

.inner-nav ul li:last-child::after {
  display: none;
}

.inner-nav ul li a {
  text-transform: uppercase;
  font-family: var(--headingfont);
  color: var(--bodycolor);
  letter-spacing: 1px;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover {
  color: var(--headingcolor);
}

.inner-full {
  margin: 60px auto 0px;
  text-align: center;
  max-width: 1000px;
  padding: 0px 25px;
  width: auto;
  font-family: var(--headingfont);
}

.inner-full h4 {
  text-transform: uppercase;
  text-decoration: underline;
}

.inner-flex-equal {
  display: flex;
}

.inner-small-block {
  max-width: 550px;
  margin: 0px auto 30px;
}

.inner-flex-col {
  flex: 1 1 0;
  margin-right: 15px;
}

/*.inner-flex-col:nth-of-type(1) {
  flex: 1 1 0;
  margin-right: 15px;
}

.inner-flex-col:nth-of-type(2) {
  flex: 1 1 0;
  margin-left: 15px;
}*/

.inner-main {
  margin-bottom: 150px;
}

/* film carousel */

#home-carousel-wrapper {
  max-width: 1200px;
  min-height: 565px;
  padding: 0px 50px;
  margin: 60px auto 0px;
  position: relative;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

#home-carousel img {
  max-width: 350px;
  padding-top: 130px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

#home-carousel .active img, #home-carousel .active {
  max-width: 650px;
  padding-top: 0px;
  width: 650px !important;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image {
  text-align: left;
  width: 650px;
  height: 565px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image.prev {
  text-align: right;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image .wysiwyg-editable {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.include-film-carousel {
  position: relative;
}

.film-carousel-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  left: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.film-carousel-left:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

.film-carousel-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  right: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.film-carousel-right:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

/* course */

.scorecard-box {
  padding: 20px 0px 30px;
  text-align: center;
}

.scorecard-box a {
  background: var(--headingcolor2);
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  font-weight: 400;
  font-family: var(--headingfont);
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover, .scorecard-box a.disp {
  background: var(--headingcolor);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box a.disp:hover {
  color: #fff;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--headingcolor);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardblue);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(14), table.scorecard td:nth-child(14) {
  background: var(--scorecardorange);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-page-wrapper {
  padding-top: 40px;
}

.hole-nav {
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.hole-nav ul li {
  display: inline-block;
}

.hole-nav ul li::after {
  content: '';
  width: 2px;
  height: 19px;
  position: relative;
  top: 4px;
  background: var(--headingcolor2);
  margin: 0px 6px;
  display: inline-block
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  color: var(--headingcolor2);
  text-align: center;
  font-family: var(--headingfont);
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--headingcolor);
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.hole-main {
  text-align: center;
  font-family: var(--headingfont);
  margin-bottom: 120px;
}

.hole-title {
  margin-top: 60px;
}

.hole-yards {
  margin-top: 50px;
  font-size: 18px;
}

.hole-yards > div {
  display: inline-block;
  width: 195px;
  margin-right: 15px;
}

.hole-yards .red {
  margin-right: 0px;
}

.hole-yards .white::before {
  content: '';
  width: 39px;
  line-height: 39px;
  height: 39px;
  background: var(--scorecardwhite);
  border-radius: 50%;
  float: left;
  position: relative;
  top: -6px;
  margin-right: 8px;
}

.hole-yards .yellow::before {
  content: '';
  width: 39px;
  line-height: 39px;
  height: 39px;
  background: var(--scorecardyellow);
  border-radius: 50%;
  float: left;
  position: relative;
  top: -6px;
  margin-right: 8px;
}

.hole-yards .red::before {
  content: '';
  width: 39px;
  line-height: 39px;
  height: 39px;
  background: var(--scorecardred);
  border-radius: 50%;
  float: left;
  position: relative;
  top: -6px;
  margin-right: 8px;
}

.hole-tip {
  max-width: 1000px;
  padding: 0px 25px;
  font-size: 20px;
  line-height: 32px;
  width: auto;
  margin: 30px auto 0px;
}

.hole-map {
  margin-top: 80px;
}

.hole-button {
  margin-top: 80px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
  background: url('/images/resources/leatherhead/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.body-public[class*="php-competition"] {
  background: url('/images/resources/leatherhead/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.body-class-visitorbooking {
  background: url('/images/resources/leatherhead/book-a-tee-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 90px;
  position: relative;
}

body[class*="php-"] .bottom-header, .body-class-members .bottom-header, .body-class-visitorbooking .bottom-header, .body-class-getawayletter .bottom-header, [class*="body-class-setcoursestatus"] .bottom-header, .body-class-opens .bottom-header, .body-loginpage .bottom-header, body[class*="match"] .bottom-header {
  background: var(--bottomheaderbg);
  min-height: 90px;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"] .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
  margin-left: 200px;
  margin-right: 0px;
  top: 26px;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: 5px;
}

/*body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"] .header-logo img {
  width: 94px;
  top: -5px;
}*/

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"] .header-text, .invalid-page .header-text {
  top: 12px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info, body[class*="match"] .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, body[class*="match"] .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"] .header-social, .invalid-page .header-social {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
  padding: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .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[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-loginpage #container #globalwrap {
  margin-top: 50px;
}

.body-public.invalid-page .members-footer {
  display: block;
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 110px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor2);
  color: #fff;
  padding: 6px 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  box-shadow: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: var(--headingcolor);
  color: #FFF;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-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;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-links a {
    width: 120px;
  }
  .header-social {
    right: 150px;
  }
  .nav-section {
    margin-right: 210px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-links a {
    width: 140px;
  }
  .header-social {
    right: 170px;
  }
  .nav-section {
    margin-right: 250px;
  }
  #home-carousel-wrapper {
    min-height: 525px;
  }
  #home-carousel .active img, #home-carousel .active {
    width: 600px !important;
    max-width: 600px;
  }
  #home-carousel img {
    max-width: 300px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-links a {
    width: 110px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .header-social {
    right: 140px;
  }
  .nav-section {
    margin-left: 220px;
    margin-right: 220px;
  }
  .header-logo {
    left: 20px;
    width: 140px;
    top: 44px;
  }
  .fix .header-logo {
    top: 17px;
  }
  .home-link-box {
    margin: 0px 10px;
  }
  #home-carousel-wrapper {
    min-height: 430px;
  }
  #home-carousel .active img, #home-carousel .active {
    width: 500px !important;
    max-width: 500px;
  }
  #home-carousel img {
    max-width: 250px;
  }
  .film-carousel-image {
    height: 430px;
    width: 500px !important;
  }
  .hole-nav ul li::after {
    margin: 0px 3px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 13px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
  body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
    top: 17px;
  }
  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"] .nav-section, .invalid-page .nav-section {
    margin-left: 160px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .home-flex {
    display: block;
    max-width: 670px;
    margin: 100px auto 0px;
  }
  .home-flex .home-link-box {
    display: inline-block;
    margin: 15px;
    width: 300px;
  }
  .hole-nav ul {
    width: 520px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  #home-carousel-wrapper {
    min-height: 305px;
  }
  #home-carousel .active img, #home-carousel .active {
    width: 350px !important;
    max-width: 350px;
  }
  #home-carousel img {
    max-width: 175px;
    padding-top: 80px;
  }
  .film-carousel-image {
    height: 305px;
    width: 350px !important;
  }
  .inner-nav ul li a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .mf-copy {
    padding-top: 0px;
    font-size: 15px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    min-height: 100px;
    position: relative;
  }
  .header-logo {
    left: 20px;
    top: 10px;
  }
  .header-links {
    top: 5px;
    right: 10px;
  }
  .header-links a {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px 0px 0px 5px;
    display: inline-block;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 110px;
    padding: 8px 10px;
    margin-top: 0px;
    top: 55px;
    position: absolute;
    z-index: 50;
    right: 0px;
    font-size: 16px;
    background: var(--headingcolor);
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
    margin: 0px 10px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 105px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .header-social {
    top: 61px;
    right: 150px;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 0px;
  }
  .home-video {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    line-height: 46px;
    font-size: 20px;
  }
  .page-scroll {
    display: none;
  }
  .slider-line {
    display: none;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar, body[class*="match"] .navbar-inverse .btn-navbar, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar:focus, .body-class-members .navbar-inverse .btn-navbar:focus, .body-class-visitorbooking .navbar-inverse .btn-navbar:focus, .body-class-getawayletter .navbar-inverse .btn-navbar:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar:focus, .body-class-opens .navbar-inverse .btn-navbar:focus, .body-loginpage .navbar-inverse .btn-navbar:focus, body[class*="match"] .navbar-inverse .btn-navbar:focus, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  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"] .nav-section, .invalid-page .nav-section {
    top: 0px;
    margin-left: 0px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 90px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-logo {
    left: 10px;
    width: 110px;
    top: 28px;
  }
  .header-social a {
    margin-right: 8px;
    font-size: 18px;
  }
  .home-status {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }
  .show-status .home-status {
    background: rgba(0,0,0,0.7);
    padding: 5px 10px;
    z-index: 30;
  }
  .home-intro {
    margin-top: 50px;
  }
  .home-flex {
    display: block;
    margin-top: 50px;
  }
  .home-flex .home-link-box {
    width: 320px;
    display: block;
    margin: 15px auto;
  }
  .home-testimonials-holder {
    margin: 60px 0px;
  }
  .home-testimonials .galleryInner .nivo-caption p {
    font-size: 16px;
    line-height: 26px;
  }
  .home-testimonials {
    padding: 40px 0px;
  }
  .pf-vert-line {
    height: 0px;
    display: block;
  }
  .pf-address {
    font-size: 14px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 3px 0px;
  }
  .hole-nav ul li::after {
    margin: 0px 3px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 32px;
  }
  .inner-full {
    padding: 0px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .hole-yards {
    width: 200px;
    margin: 50px auto 0px;
  }
  .hole-yards > div {
    margin: 10px 0px;
  }
  .hole-tip {
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
  }
  .inner-nav ul li {
    display: block;
    margin: 5px 0px;
  }
  .inner-nav ul li::after {
    display: none;
  }
  .inner-nav ul li a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #cecece;
  }
  #home-carousel-wrapper {
    min-height: 245px;
    padding: 0px 20px;
  }
  #home-carousel .active img, #home-carousel .active {
    width: 280px !important;
    max-width: 280px;
  }
  #home-carousel img {
    max-width: 150px;
    padding-top: 80px;
  }
  .film-carousel-image {
    height: 245px;
    width: 280px !important;
  }
  .inner-flex-equal {
    flex-direction: column;
  }
  .inner-flex-col:nth-of-type(1) {
    margin-right: 0px;
    margin-top: 20px;
  }
  .inner-flex-col:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
    top: 22px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .header-links a {
    width: 100px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    width: 100px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-video {
  display: none;
}

.php-ckeditor .home-status {
  display: none;
}

.php-ckeditor .page-scroll {
  display: none;
}

.php-ckeditor .slider-line {
  display: none;
}

.php-ckeditor .home-intro {
  margin-top: 50px;
}

.php-ckeditor .home-testimonials-holder {
  margin-top: 50px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px;
}

.php-ckeditor .film-carousel-image {
  width: 490px;
  height: auto;
  display: inline-block;
  margin: 10px;
}

.php-ckeditor #home-carousel img {
  max-width: 100%;
  padding-top: 0px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/leatherhead/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 */

.home-slideshow .nivo-caption {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 50px;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #ffdc71;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 0px 15px;
  margin: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor2);
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor);
  color: #fff;
}

.inner-full ul, .inner-col ul, .inner-flex ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .inner-col ul li, .inner-flex ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .inner-col ul li::before, .inner-flex ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-full .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-main table th, .inner-flex table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
}

.inner-main table td, .inner-flex table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 30px;
  width: auto;
  z-index: 20;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a {
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a.active {
  background: #fff;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: block;
}

#globalwrap .home-testimonials .nivo-prevNav {
  background: url('/images/resources/leatherhead/testimonial-arrow-prev.png');
  width: 12px;
  height: 20px;
  left: 60px;
}

#globalwrap .home-testimonials .nivo-nextNav {
  background: url('/images/resources/leatherhead/testimonial-arrow-next.png');
  width: 12px;
  height: 20px;
  right: 60px;
}

#globalwrap .home-testimonials .nivo-prevNav:hover, #globalwrap .home-testimonials .nivo-prevNav:focus {
  background: url('/images/resources/leatherhead/testimonial-arrow-hover-prev.png');
}

#globalwrap .home-testimonials .nivo-nextNav:hover, #globalwrap .home-testimonials .nivo-nextNav:focus {
  background: url('/images/resources/leatherhead/testimonial-arrow-hover-next.png');
}

@media (min-width: 980px) and (max-width: 1199px) {
  #globalwrap .home-testimonials .nivo-prevNav {
    left: 15px;
  }
  #globalwrap .home-testimonials .nivo-nextNav {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #globalwrap .home-testimonials .nivo-prevNav {
    top: 75%;
    left: 15px;
  }
  #globalwrap .home-testimonials .nivo-nextNav {
    top: 75%;
    right: 15px;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #d7d7d7;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--headingcolor2);
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  background: #000;
  cursor: pointer;
  color: var(--headingcolor);
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .video-overlay-space {
    padding: 40px 15px;
  }
  #globalwrap .home-testimonials .nivo-directionNav {
    display: none;
  }
  .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    bottom: 0px;
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .php-courseanalysis table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-courseanalysis table td {
    font-size: 12px;
    padding: 2px;
  }
}

.body-contentpage [class*="accordion-content"] {
  display: none;
}

.accordion-title {
  margin: 18px 0px;
}

.accordion-title h4 {
  margin: 0px;
  background: var(--headingcolor2);
  display: block;
  padding: 10px;
  letter-spacing: 0px;
  text-transform: initial;
  position: relative;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.accordion-title br {
  display: none;
}

.accordion-title h4::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 6px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.active-accord .accordion-title h4::after {
  content: '\f106';
}

.accordion-title h4:hover {
  background: var(--headingcolor);
  color: #fff;
}

.accordion-content {
  padding: 15px;
}

.php-ckeditor .content-wrapper table td {
  border: 2px solid var(--headingcolor) !important;
}

.inner-full ol {
  margin: 0px 0px 10px;
}

.inner-full ol li {
  list-style-position: inside; 
  line-height: 28px;
}

/* effects */

@-webkit-keyframes imgpan {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.05, 1.05);
  }
}

@keyframes imgpan {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.05, 1.05);
  }
}

.body-public .galleryInner > img, .body-public .galleryInner .nivo-slice > img {
  animation-name: imgpan;
  -webkit-animation-name: imgpan;
  animation-duration: 5.5s;
  -webkit-animation-duration: 5.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

/*@media (min-width: 980px) {
  .inner-full {
    opacity: 0;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
  }
}

.fade-in .inner-full {
  opacity: 1;
}*/

/* nav tweaks */

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-logo {
    left: 20px;
  }
  .nav-section {
    margin-left: 220px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px 8px;
  }
  .nav-section {
    margin-left: 145px;
  }
  .header-logo {
    left: 5px;
  }
  .header-social a {
    margin-right: 8px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .php-hcaplist .btn-group .btn {
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  #cluetip input[type*="submit"] {
    font-size: 14px;
  }
}

.php-ckeditor .inner-full {
  opacity: 1;
}

.body-contentpage .timeline-container {
  overflow-x: scroll;
}

.timeline-section {
  width: 475em;
}

.timeline-content {
  display: inline-block;
  float: left;
  width: 440px;
  padding: 10px 30px 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .timeline-section {
    width: 320em;
  }
  .timeline-content {
    width: 300px;
    padding: 10px 20px 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .timeline-section {
    width: 320em;
  }
  .timeline-content {
    width: 300px;
    padding: 10px 20px 30px;
  }
  .mf-flex {
    display: block;
  }
  .mf-copy {
    width: auto;
    line-height: 26px;
    margin-right: 0px;
  }
  .mf-ig-logo {
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-left: 0px;
  }
}

.php-ckeditor .timeline-section {
  width: 100%;
}

.php-ckeditor .timeline-content {
  width: 100%;
  display: block;
  float: none;
  padding: 20px 0px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-status {
    bottom: 65px;
  }
}

.pf-other-logos {
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-instagram {
  margin: 0px auto 70px;
  max-width: 750px;
}

.no-slideshow-page .inner-full, .no-fade-page .inner-full {
  opacity: 1;
}

@media (min-width: 980px) {
  .no-slideshow-page.inner-page-wrapper {
    padding-top: 180px;
  }
}

grammarly-extension {
  display: none !important;
}

.extra-row {
  margin: 40px 0px;
}

.body-class-juniors_academy .home-flex {
  margin-top: 50px;
}

.body-class-juniors_academy .home-pic-content {
  bottom: 20px;
}

.body-class-juniors_academy .home-pic-content a {
  color: #fff;
}

/* end anton styles */


    .procontainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      padding: 10px;
      #background-color: #f0f0f0;
    }

    .probox {
      flex: 1 0 calc(30% - 10px);
      margin-bottom: 20px;
      #background-color: #3498db;
      color: #ffffff;
      padding: 20px;
      box-sizing: border-box;
    }

    @media screen and (max-width: 767px) {
      .probox {
        flex: 1 0 calc(100% - 20px);
        margin-right: 0;
      }
    }