/* anton styles */

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Playfair Display', serif;
  --headingcolor: #213266;
  --headingcolor2: #213266;
  --highlightcolor: #ED1A3A;
  --bodycolor: #656565;
  --topheaderbg: #213266;
  --bottomheaderbg: #801746;
  --topfooterbg: #213266;
  --bottomfooterbg: #fff;
  --navlink: #fff;
  --navactivelink: #35f6ff;
  --dropdownbg: #172347;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardgreen: #218621;
  --scorecardoak: #964B00;
  --scorecardblack: #000;
  --scorecardblue: #213266;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
}

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #FFF;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--highlightcolor);
  color: #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(--highlightcolor);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  z-index: 1001;
  background: var(--topheaderbg);
  top: 0px;
  left: 0px;
  min-height: 80px;
  width: 100%;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu .header-wrapper {
  background: var(--topheaderbg);
}

.header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  width: 80px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu .header-logo {
  width: 80px;
  top: 0px;
}

.status-box {
  position: fixed;
  top: 100px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public.body-class- .status-box, .body-public.body-class-home .status-box, .body-public.body-contentpage .status-box {
  top: 80px;
}

.show-status .status-box {
  left: 0px;
}

.status-content {
  color: #fff;
}

.status-content h3 {
  display: none;
}

.status-content p {
  margin: 0px;
}

.status-space {
  padding: 15px 25px;
}

.status-trig {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 165px;
  z-index: 15;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.status-trig:hover {
  color: var(--navactivelink);
  cursor: pointer;
}

.status-trig i {
  color: #2EDB21;
  margin-right: 4px;
}

.header-links {
  position: absolute;
  top: 30px;
  right: 200px;
  width: 165px;
  font-size: 14px;
  font-weight: 600;
  z-index: 12;
}

.header-links a {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  color: #fff;
}

.header-links a:hover {
  color: var(--navactivelink);
}

/* navbar */

#hamburger-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 180px;
  height: 80px;
  background: var(--topheaderbg);
  border: none;
  z-index: 20;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon:hover {
  background: #000;
}

#hamburger-icon .line {
  width: 33px;
  height: 2px;
  background: #FFF;
  box-shadow: 1px 1px #000;
  left: 111px;
  position: absolute;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon:hover .line {
  color: #fff;
}

#hamburger-icon .line-1 {
  top: 26px;
  left: 34px;
}

#hamburger-icon .line-2 {
  top: 39px;
  left: 26px;
  width: 41px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 52px;
  left: 43px;
  width: 24px;
}

.show-menu #hamburger-icon .line-1 {
  top: 39px;
  transform: rotate(45deg);
  width: 33px;
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 39px;
  transform: rotate(-45deg);
  width: 33px;
  left: 34px;
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 30px;
  left: 96px;
  text-shadow: 1px 1px #000;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.show-menu .menu-open {
  opacity: 0;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #FFF;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 30px;
  left: 96px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
}

#myNavbar {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  top: 20px;
}

.body-class-members #myNavbar {
  top: 20px;
  left: 190px;
  right: 20px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:focus {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  background: transparent;
  color: var(--navactivelink);
}

/* footer */

.public-footer {
  background: var(--headingcolor);
  color: #fff;
  position: relative;
  padding: 100px 0px 20px;
}

.pf-club-logo {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  width: 81px;
  margin: 0px auto;
  z-index: 3;
}

.public-footer h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: 4px;
}

.public-footer a {
  color: #fff;
}

.public-footer a:hover {
  color: var(--navactivelink);
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  display: inline-block;
  width: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 0px;
  margin-right: 10px;
  background: #7B86A4;
  border-radius: 50%;
}

.footer-social a:hover {
  color: #fff;
  background: #000;
}

.footer-social a em {
  font-size: 22px;
  position: relative;
  top: 7px;
  left: 2.75px;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter form {
  margin: 0px;
  max-width: 550px;
  position: relative;
}

.footer-newsletter label {
  position: absolute;
  left: 15px;
  top: 15px;
  color: black;
  opacity: 1;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.footer-newsletter .hide-label label {
  opacity: 0;
}

.footer-newsletter input {
  width: calc(100% - 164px);
  height: 28px;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 0px !important;
}

.footer-newsletter input[type*="submit"] {
  position: absolute;
  width: auto;
  right: 0px;
  top: 0px;
  background: var(--highlightcolor);
  height: 50px;
  color: #000;
  border: none;
  padding: 15px 20px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-newsletter input[type*="submit"]:hover {
  background: black;
  color: white;
}

.footer-logos {
  margin-top: 35px;
}

.pf-nav {
  margin-top: 70px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.pf-nav ul {
  display: flex;
  margin: 0px;
}

.pf-nav ul li {
  flex: 1 1 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
}

.pf-nav ul li:last-of-type {
  border-right: none;
}

.pf-nav ul li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

.members-footer {
  background: #fff;
  padding: 15px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy a {
  color: var(--bodycolor);
}

.mf-copy a:hover {
  color: var(--headingcolor);
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-page-wrapper {
  margin-bottom: 150px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.slideshow-logos {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 12;
}

.page-explore {
  position: absolute;
  bottom: 73px;
  width: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  text-shadow: 1px 1px #000;
  letter-spacing: 2px;
  z-index: 15;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.page-explore:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.home-main {
  position: relative;
}

.home-line {
  position: absolute;
  z-index: 20;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 1px;
  top: -53px;
}

.home-intro {
  margin: 0px auto 100px;
  padding-top: 150px;
  max-width: 1050px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.home-intro h4 {
  margin-top: 0px;
  text-transform: uppercase;
  font-family: var(--headingfont);
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.home-grid {
  display: inline-block;
  width: calc(100% - 300px);
  margin: 0px 150px;
}

.home-grid > div {
  width: 32.8899%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-grid .course-box, .home-grid .club-box {
  margin-right: 0px;
}

.body-public [class*="editor-only"] {
  display: none;
}

.home-grid-pic {
  position: relative;
}

.home-grid-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.3);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-grid-box:hover .home-grid-overlay {
  background: rgba(0,0,0,0);
}

.home-grid-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  z-index: 5;
  text-align: center;
  height: 30px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-grid-box:hover .home-grid-content {
  height: 250px;
}

.home-grid-content h4 {
  margin-top: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}

.home-testimonials {
  max-width: 1050px;
  margin: 100px auto 0px;
  text-align: center;
  padding: 0px 20px;
}

.ht-title h2 {
  font-weight: 600;
  margin-top: 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: 870px;
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 30px;
  color: var(--bodycolor);
  text-shadow: none;
  font-family: var(--bodyfont);
}

.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(--headingcolor);
  font-family: var(--bodyfont);
}

.home-testimonials .galleryInner img {
    display: none !important;
}

.home-testimonials .galleryInner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('/images/resources/northamptonshirecountygolfclub/quote-marks.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: none;
}

.home-testimonials .nivo-controlNav-Wrapper {
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 45px;
}

.home-testimonials .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
}

.content-wrapper .home-testimonials .nivo-controlNav a {
  width: 9px;
  height: 9px;
  background-image: none;
  border-radius: 50%;
  background: #d4d4d4;
  margin-right: 12px;
  display: inline-block;
}

.content-wrapper .home-testimonials .nivo-controlNav a.active {
  background: var(--headingcolor);
  box-shadow: 0px 0px 0px 5px #d4d4d4;
}

.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 */

.body-public #global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main {
  position: relative;
  margin-bottom: 150px;
}

.inner-line {
  position: absolute;
  z-index: 20;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 1px;
  top: -53px;
}

.inner-full {
  max-width: 1050px;
  margin: 0px auto;
  padding-top: 120px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

/* inner carousel */

.inner-carousel {
  max-width: 1150px;
  margin: 50px auto 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#home-carousel {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image {
  width: 800px !important;
  z-index: 1;
  position: relative;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image img {
  max-width: 420px;
  width: 100%;
  padding-top: 155px;
  z-index: 1;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image.active {
  z-index: 10;
}

.body-public .home-image.prev {
  text-align: right;
}

.body-public .home-image.active img {
  max-width: 800px;
  width: 800px;
  z-index: 12;
  padding-top: 0px;
  position: relative;
}

#home-carousel .film_roll_prev {
  font-size: 0px;
  z-index: 50;
  top: auto;
  bottom: 20px;
  background: transparent;
  opacity: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #bbb;
  border-radius: 50%;
  color: black;
}

#home-carousel .film_roll_prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 32px;
}

#home-carousel .film_roll_next {
  font-size: 0px;
  z-index: 50;
  top: auto;
  bottom: 20px;
  border: none;
  background: transparent;
  opacity: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #bbb;
  border-radius: 50%;
  color: black;
}

#home-carousel .film_roll_next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 32px;
}

/* course */

.hole-nav-page .inner-full {
  padding-top: 40px;
}

.scorecard-box {
  padding: 15px 20px;
  text-align: center;
  max-width: 1150px;
  margin: 0px auto;
}

.scorecard-box a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  border: 0px;
  margin-top: 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 {
  background: var(--highlightcolor);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box #score-open-link.hide, .scorecard-box #half-score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link, .scorecard-box #half-score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp, .scorecard-box #half-score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after, .scorecard-open > a#half-score-open-link::after {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  right: 5px;
}

.scorecard-open > a#score-close-link::after, .scorecard-open > a#half-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(--scorecardblack);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(17), table.scorecard td:nth-child(17) {
  background: var(--scorecardgreen);
  color: white;
}

.inner-page-wrapper .half-course .scorecard-content th:nth-child(14), .half-course table.scorecard td:nth-child(14) {
  background: var(--scorecardblack);
  color: #fff;
}

.inner-page-wrapper .half-course .scorecard-content th:nth-child(17), .half-course table.scorecard td:nth-child(17) {
  background: var(--scorecardoak);
  color: #fff;
}

.inner-page-wrapper .half-course .scorecard-content th:nth-child(20), .half-course table.scorecard td:nth-child(20) {
  background: var(--scorecardgreen);
  color: #fff;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-nav {
  text-align: center;
  padding-top: 70px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  font-size: 0px;
}

.hole-nav ul li::after {
  content: '';
  margin: 0px 4px;
  position: relative;
  width: 5px;
  height: 2px;
  background: var(--bodycolor);
  display: inline-block;
  top: -4px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bodycolor);
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--headingcolor);
  text-decoration: underline;
}

.hole-title {
  text-align: center;
  margin-top: 50px;
}

.hole-title h1 {
  margin: 0px;
  font-weight: 600;
}

.hole-video {
  max-width: 1100px;
  margin: 50px auto 0px;
  padding: 0px 20px;
}

.hole-row {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 70px auto;
  padding: 0px 20px;
}

.hole-tip h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.hole-tip h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--bodycolor);
}

.hole-row.row-fluid .span5.hole-map {
  margin-left: 0px;
}

.hole-map {
  text-align: center;
}

.hole-map img {
  max-width: 266px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/northamptonshirecountygolfclub/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 {
  background: var(--topheaderbg);
  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 {
  margin-top: 0px;
  width: auto;
}

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 {
  margin-left: 90px;
  position: relative;
}

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 {
  top: 10px;
  width: 80px;
  margin-left: 0px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .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 {
  display: none;
}

body[class*="php-"] .status-box, .body-class-members .status-box, .body-class-visitorbooking .status-box, .body-class-getawayletter .status-box, [class*="body-class-setcoursestatus"] .status-box, .body-class-opens .status-box, .body-loginpage .status-box {
  position: absolute;
}

body[class*="php-"] #hamburger-icon, .body-class-members #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 {
  display: none;
}

body[class*="php-"] #myNavbar, .body-class-members #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar {
  position: relative;
  top: 45px;
  left: 0px;
  right: 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 {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  padding-right: 0px;
  position: relative;
  top: 0px;
  width: auto;
}

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 {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .status-trig, .body-class-members .status-trig, .body-class-visitorbooking .status-trig, .body-class-getawayletter .status-trig, [class*="body-class-setcoursestatus"] .status-trig, .body-class-opens .status-trig, .body-loginpage .status-trig {
  width: 130px;
  letter-spacing: 0px;
  text-transform: capitalize;
  top: 10px;
  left: 100px;
}

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 {
  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 {
  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 {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 4px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 4px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/*body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}*/

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 {
  background: #fff;
}

/* 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, .invalid-page {
   margin-bottom: 100px; 
  }
  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, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#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: 8px 12px;
  border-radius: 0px;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  border: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: var(--highlightcolor);
  color: white;
}

/* 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,1);
  border: 4px solid var(--headingcolor2);
  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-wrapper .header-logo {
  margin-top: 0px;
}

.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 {
  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-diary .content-wrapper .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-boardcomps .content-wrapper .row {
  width: 100%;
  margin-left: 0px;
}

.php-boardcomps .content-wrapper .span12 {
  width: 100%;
  margin-left: 0px;
}

/* desktop responsive */


@media (min-width: 1800px) {
  .body-public.body-class-home .nav-wrapper, .body-public.body-class- .nav-wrapper, .body-public.body-contentpage .nav-wrapper {
    width: 1100px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:first-child, .body-public.body-class- .nav > li:first-child, .body-public.body-contentpage .nav > li:first-child {
  margin-left: 183px;
}
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-left: 90px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .body-public.body-class-home .nav-wrapper, .body-public.body-class- .nav-wrapper, .body-public.body-contentpage .nav-wrapper {
    width: 1100px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:first-child, .body-public.body-class- .nav > li:first-child, .body-public.body-contentpage .nav > li:first-child {
  margin-left: 183px;
}
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .home-grid > div {
    width: 32.82179%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .body-public.body-class-home .nav-wrapper, .body-public.body-class- .nav-wrapper, .body-public.body-contentpage .nav-wrapper {
    width: 1000px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:first-child, .body-public.body-class- .nav > li:first-child, .body-public.body-contentpage .nav > li:first-child {
  margin-left: 157px;
}
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .body-public.body-class-home .navbar-inverse .nav > li > a, .body-public.body-class- .navbar-inverse .nav > li > a, .body-public.body-contentpage .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .header-links {
    width: 130px;
  }
  .header-links a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .pf-nav ul li a {
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .home-grid {
    margin: 0px 100px;
    width: calc(100% - 200px);
  }
  .home-grid > div {
    width: 32.7791%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .body-public.body-class-home .nav-wrapper, .body-public.body-class- .nav-wrapper, .body-public.body-contentpage .nav-wrapper {
    width: 900px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:first-child, .body-public.body-class- .nav > li:first-child, .body-public.body-contentpage .nav > li:first-child {
  margin-left: 110px;
}
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .body-public.body-class-home .navbar-inverse .nav > li > a, .body-public.body-class- .navbar-inverse .nav > li > a, .body-public.body-contentpage .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .header-links {
    width: 130px;
    right: 100px;
  }
  .header-links a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .status-trig {
    letter-spacing: 0px;
    text-transform: capitalize;
    width: 130px;
  }
  #hamburger-icon {
    width: 82px;
  }
  .menu-open, .menu-close {
    display: none;
  }
  #hamburger-icon .line-1 {
    left: 29px;
  }
  #hamburger-icon .line-2 {
    left: 20.5px;
  }
  #hamburger-icon .line-3 {
    left: 37px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 29px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 29px;
  }
  .pf-nav ul li a {
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .home-grid {
    margin: 0px 50px;
    width: calc(100% - 100px);
  }
  .home-grid > div {
    width: 32.72878%;
  }
}



/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-logo {
    width: 100px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .body-public.body-class-home .nav-wrapper, .body-public.body-class- .nav-wrapper, .body-public.body-contentpage .nav-wrapper {
    width: 800px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:first-child, .body-public.body-class- .nav > li:first-child, .body-public.body-contentpage .nav > li:first-child {
  margin-left: 105px;
}
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .body-public.body-class-home .navbar-inverse .nav > li > a, .body-public.body-class- .navbar-inverse .nav > li > a, .body-public.body-contentpage .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 12px;
  }
  .header-links {
    width: 110px;
    right: 77px;
    font-size: 12px;
  }
  .header-links a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .status-trig {
    letter-spacing: 0px;
    text-transform: capitalize;
    width: 110px;
    font-size: 12px;
  }
  #hamburger-icon {
    width: 62px;
  }
  .menu-open, .menu-close {
    display: none;
  }
  #hamburger-icon .line-1 {
    left: 19px;
  }
  #hamburger-icon .line-2 {
    left: 10.5px;
  }
  #hamburger-icon .line-3 {
    left: 27px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 14px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 14px;
  }
  .home-grid {
    margin: 0px 25px;
    width: calc(100% - 50px);
  }
  .home-grid > div {
    width: 32.61827%;
  }
  .pf-nav ul li a {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 13px;
  }
  .mf-copy {
    font-size: 14px;
  }
  .body-public .home-image {
    width: 640px !important;
  }
  .body-public .home-image.active img {
    max-width: 640px;
    width: 640px;
  }
  .body-public .home-image img {
    padding-top: 75px;
  }
  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 {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
  .hole-nav ul li::after {
    margin: 0px 2px;
  }
  .hole-nav ul li a {
    width: 30px;	
  }
}

@media (min-width: 980px) {
  .body-public.body-class-home .nav > li:last-child, .body-public.body-class- .nav > li:last-child, .body-public.body-contentpage .nav > li:last-child {
    display: none;
  }
  .body-public.body-class-home .nav > li.nav-menu-book_now, .body-public.body-class- .nav > li.nav-menu-book_now, .body-public.body-contentpage .nav > li.nav-menu-book_now {
    display: none;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .home-grid {
    margin: 0px 20px;
    width: calc(100% - 40px);
  }
  .home-grid > div {
    width: 49.2%;
  }
  .home-grid > div:nth-child(even) {
    margin-right: 0px;
  }
  .home-grid .course-box, .home-grid .club-box {
    margin-right: 10px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .body-public .home-image {
    width: 520px !important;
  }
  .body-public .home-image.active img {
    max-width: 520px;
    width: 520px;
  }
  .body-public .home-image img {
    padding-top: 75px;
    max-width: 275px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .pf-nav ul {
    display: block;
  }
  .pf-nav ul li {
    display: inline-block;
    padding: 0px 10px;
  }
  .pf-nav ul li a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hole-nav ul {
    width: 400px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(7)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(14)::after {
    display: none;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .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 {
    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;
  }
}

.small-device {
  display: none;
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
   .header-links {
    width: 110px;
    right: 77px;
    font-size: 12px;
  }
  .header-links a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .status-trig {
    letter-spacing: 0px;
    text-transform: capitalize;
    width: 110px;
    font-size: 12px;
  }
  #hamburger-icon {
    width: 62px;
  }
  .menu-open, .menu-close {
    display: none;
  }
  #hamburger-icon .line-1 {
    left: 19px;
  }
  #hamburger-icon .line-2 {
    left: 10.5px;
  }
  #hamburger-icon .line-3 {
    left: 27px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 14px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 14px;
  }
  .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;
  }
  .header-wrapper {
    position: relative;
    background: var(--topheaderbg);
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .header-logo, .show-menu .header-logo {
    width: 70px;
    top: 5px;
  }
  #hamburger-icon {
    position: absolute;
  }
  .status-box {
    position: absolute;
  }
  #myNavbar {
    position: relative;
    top: 0px;
  }
  .show-menu #myNavbar {
    top: 0px;
  }
  .nav-wrapper {
    margin-top: 80px;
  }
  body[class*="php-"] #hamburger-icon, .body-class-members #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 {
    display: block;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
    left: 0px;
    margin-top: 110px;
  }
  body[class*="php-"] #myNavbar, .body-class-members #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar {
    top: 0px;
  }
  .mf-copy {
    font-size: 14px;
    line-height: 24px;
  }
  .small-device {
    display: block;
  }
  .home-grid-content {
    font-size: 14px;
    line-height: 22px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  .page-space {
    padding: 0px 20px;
  }
  body {
    padding: 0px;
  }
  .home-grid {
    margin: 0px 20px;
    width: calc(100% - 40px);
  }
  .page-explore {
    display: none;
  }
  .home-line {
    display: none;
  }
  .slideshow-logos {
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin: 0px auto;
    text-align: center;
  }
  .home-intro {
    padding-top: 50px;
  }
  .home-grid > div {
    width: 100%;
    max-width: 450px;
    margin: 10px auto;
    float: none;
  }
  .home-grid .course-box, .home-grid .club-box {
    margin-right: auto;
  }
  .public-footer {
    text-align: center;
  }
  .footer-newsletter {
    margin-top: 40px;
  }
  .footer-newsletter input {
    width: calc(100% - 22px);
  }
  .footer-newsletter input[type*="submit"] {
    position: relative;
    padding: 0px 20px;
    height: 40px;
    margin-top: 10px;
  }
  .pf-nav ul {
    display: block;
  }
  .pf-nav ul li {
    border-right: none;
    margin: 15px 0px;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 10px;
  }
  .header-links {
    display: none;
  }
  .scorecard-box a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .body-public .home-image {
    width: 360px !important;
  }
  .body-public .home-image.active img {
    max-width: 360px;
    width: 360px;
  }
  .body-public .home-image img {
    padding-top: 75px;
    max-width: 200px;
  }
  .table td, .table th, table td, table th {
    font-size: 12px;
    padding: 2px;
  }
  .hole-nav ul {
    width: 320px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(7)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(14)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 32px;
    line-height: 34px;
  }
  .hole-nav ul li::after {
    margin: 0px 3px;
  }
  .inner-line {
    display: none;
  }
  .hole-nav {
    padding-top: 40px;
  }
  .hole-row {
    text-align: center;
  }
  .hole-map img {
    width: 180px;
  }
  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 {
    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 {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .body-public .home-image {
    width: 240px !important;
  }
  .body-public .home-image.active img {
    max-width: 240px;
    width: 240px;
  }
  .body-public .home-image img {
    padding-top: 50px;
    max-width: 100px;
  }
}

.body-public .scorecard-content {
  overflow-x: scroll;
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-line, .php-ckeditor .inner-line {
  display: none;
}

.php-ckeditor .slideshow-logos {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-top: 10px;
  background: rgba(0,0,0,0.2);
}

.php-ckeditor .page-explore {
  display: none;
}

.php-ckeditor .home-grid {
  margin: 0px;
  width: 100%;
}

.php-ckeditor .home-grid > div {
  width: 32.74063%;
}

.php-ckeditor .home-grid-overlay {
  display: none;
}

.php-ckeditor .home-grid-content {
  height: auto;
  position: relative;
  margin-top: 10px;
  transform: translateY(0px);
  top: 0px;
}

.php-ckeditor .home-grid-box:hover .home-grid-content {
  height: auto;
}

.php-ckeditor .scorecard-box .scorecard-content {
  display: block;
}

.php-ckeditor .include-testimonials {
  margin-top: 15px;
}

.php-ckeditor .hole-sponsor {
  margin-top: 10px;
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px 20px;
}

.php-ckeditor .home-image {
 display: inline-block;
  margin-bottom: 20px;
  width: 500px;
  margin-right: 20px;
}

/* invalid page */

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page #globalwrap {
  margin-top: 120px;
  padding-left: 20px;
}

.invalid-page .header-wrapper {
  background: var(--headingcolor);
}

.invalid-page .header-logo {
  width: 70px;
  top: 5px;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.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 */

#globalwrap [class*="-slideshow"] .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 100px;
  font-family: 'Montserrat', sans-serif;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  background: rgba(0,0,0,0.0);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

@media (min-width: 768px) {
  #globalwrap .home-page-wrapper .home-slideshow .nivo-caption {
    bottom: 160px;
  }
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
  display: none;
  font-size: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  text-align: center;
  height: 30px;
  width: 90%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  text-align: center;
  height: 90px;
  width: 90%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  text-align: center;
  height: 30px;
  width: 90%;
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 20px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor2);
  color: #fff;
}

.inner-full ul, .inner-col ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .inner-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .inner-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--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;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-main table tbody th {
  background: var(--headingcolor);
  color: #fff;
}

.inner-main table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
}

.inner-main 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;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  position: absolute;
  width: 14px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
  right: 50px;
  z-index: 12;
  bottom: initial;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 3px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a.active {
  width: 12px;
  height: 12px;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

/* initials */

@media (min-width: 0px) and (max-width: 979px) {
  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 {
    margin-left: 0px;
  }
  body[class*="php-"] .status-trig, .body-class-members .status-trig, .body-class-visitorbooking .status-trig, .body-class-getawayletter .status-trig, [class*="body-class-setcoursestatus"] .status-trig, .body-class-opens .status-trig, .body-loginpage .status-trig {
    top: 31px;
  }
}

table#memteetimes thead th {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-boardcomps a.btn {
    display: block;
    width: 250px;
    margin: 4px 0px;
  }
  .php-boardcomps a.btn.pull-right {
    float: none;
    margin-top: -28px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-caption h4 {
    bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .inner-full {
    padding-top: 60px;
  }
  #home-carousel .film_roll_prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
    bottom: 10px;
  }
  #home-carousel .film_roll_next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    bottom: 10px;
  }
  .body-public .home-image img {
    padding-top: 50px;
  }
  .footer-newsletter form {
    margin: 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .pf-nav ul {
    display: flex;
  }
  .slideshow-logos {
    left: 20px;
    right: 20px;
    margin: 0px auto;
    text-align: center;
  }
  .home-line {
    display: none;
  }
  .home-intro {
    padding-top: 50px;
  }
  .page-explore {
    display: none;
  }
}

@media (min-width: 980px) {
  #hamburger-icon {
    display: none;
  }
  .header-links {
    right: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .galleryWrapper .nivo-controlNav {
    line-height: 15px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    right: 20px;
  }
}

.video-block {
  position: relative;
}

.body-public .video-overlay {
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background: rgba(0,0,0,0.6);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public .video-disp.video-overlay {
  top: 0px;
}

.body-public .video-holder {
  background: #fff;
  top: 10px;
  width: 60%;
  margin: 0px auto;
  padding: 30px;
  position: relative;
}

.body-public .video-close {
  position: absolute;
  top: -28px;
  right: -22px;
  font-size: 24px;
}

.body-public .video-close:hover {
  cursor: pointer;
}

.hole-page-wrapper .inner-line {
  display: none;
}

.hole-nav {
  padding-top: 10px;
}

.hole-title {
  margin-top: 10px;
}

.hole-yards {
  max-width: 768px;
  margin: 20px auto 0px;
  text-align: center;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 10px;
  width: 200px;
}

.hole-yards .white::before {
  content: '';
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #eaeaea;
  float: left;
  margin-right: 8px;
  top: 7px;
}

.hole-yards .yellow::before {
  content: '';
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--scorecardyellow);
  float: left;
  margin-right: 8px;
  top: 7px;
}

.hole-yards .red::before {
  content: '';
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--scorecardred);
  float: left;
  margin-right: 8px;
  top: 7px;
}

.hole-flyover {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 12;
  text-align: center;
  bottom: 40px;
}

.hole-flyover h5 {
  margin: 0px;
}

.hole-flyover:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-yards > div {
    margin: 10px auto;
    display: block;
  }
  .hole-flyover {
    bottom: 10px;
  }
  .hole-flyover h5 a {
    padding: 0px 25px;
  }
}

.php-ckeditor .video-overlay {
  display: none;
}

.php-ckeditor .hole-flyover {
  display: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .slideshow-logos {
    bottom: 5px;
    left: 10px;
  }
  .page-explore {
    bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #globalwrap .home-page-wrapper .home-slideshow .nivo-caption h4 {
    max-width: 600px;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .slideshow-logos {
    position: relative;
    bottom: 0px;
    background: var(--headingcolor);
    padding: 10px;
  }
  .slideshow-logos > .wysiwyg-editable {
    width: 280px;
    margin: 0px auto;
  }
  .slideshow-logos a {
    margin: 5px;
    display: inline-block;
  }
  .content-wrapper .home-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
  h5 a {
    text-transform: initial;
    letter-spacing: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .body-public .video-holder {
    width: 90%;
    padding: 30px 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .body-public .video-close {
    top: -30px;
    right: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main img {
    max-width: 400px;
    width: 100%;
  }
  .inner-main .hole-map img {
    max-width: 200px;
  }
}

/* end anton styles */

#thankyou .customFormLine textarea {
	min-width: 50%;
	min-height: 100px;
}