/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #00447B;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #00447B;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #B39B5D;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #B39B5D;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #00447B;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #B39B5D;
}

h5 a {
  background: #01447b;
  border: 2px solid transparent;
  display: inline-block;
  padding: 6px 12px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

h5 a:hover, h5 a:focus {
  background: #B39B5D;
  color: #fff;
}

a {
  color: #00447B;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  color: #B39B5D;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Lato', sans-serif;
}

/* header styles */

.body-class-home.body-public .header-logo, .body-contentpage.body-public .header-logo {
  display: none;
}

/* navbar styles */

.body-public .navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
  z-index: 1000;
}

.body-public #hamburger-icon {
  width: 101px;
  height: 101px;
  background-image: none;
  background-color: #B39B5D;
  border: none;
  box-shadow: none;
  color: #FCFFFF;
  position: relative;
  z-index: 10;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public #hamburger-icon.disp {
  background: transparent;
  z-index: 10;
}

.body-public #hamburger-icon:hover {
  background: #1A46A7;
}

.body-public #hamburger-icon.disp:hover {
  color: #FEDB75;
}

.body-public .line {
  position: absolute;
  height: 2px;
  width: 33px;
  display: inline-block;
  background: white;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.body-public .line-1 {
  top: 40px;
  left: 34px;
}

.body-public .line-2 {
  top: 50px;
  left: 34px;
  opacity: 1;
}

.body-public .line-3 {
  top: 60px;
  left: 34px;
}

.body-public .disp .line-1 {
  top: 50px;
  transform: rotateZ(45deg);
}

.body-public #hamburger-icon.disp:hover .line {
  background-color: #FEDB75;
}

.body-public .disp .line-2 {
  opacity: 0;
}

.body-public .disp .line-3 {
  top: 50px;
  transform: rotateZ(-45deg);
}

.body-public #myNavbar {
  position: absolute;
  right: 0px;
  width: 0px;
  top: 0px;
  padding-top: 75px;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.body-public #myNavbar.disp {
  width: 300px;
  background: rgba(179,155,93,0.9);
}

.body-public .nav-wrapper {
  padding: 20px;
  text-align: right;
}

.body-public .disp .nav-wrapper {
  width: auto;
}

.body-public .navbar .nav {
  margin: 0px;
  float: none;
  white-space: nowrap;
}

.body-public .navbar .nav > li {
  float: none;
  text-align: right;
}

.body-public .navbar-inverse .nav > li > a {
  text-transform: uppercase;
  color: white;
  text-shadow: none;
  padding: 10px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-public .navbar-inverse .nav > li > a:hover, .body-public .navbar-inverse .nav > li.current > a {
  color: #1A46A7;
}

.body-public #myNavbar .dropdown-menu {
  background: #7d6c41;
  position: relative;
  float: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.dropdown-menu > li > a {
  color: white;
}

.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: #1A46A7;
  box-shadow: none;
}

.body-public .navbar .nav > li > .dropdown-menu::before, .body-public .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: transparent;
  color: #1A46A7;
}

.dropdown-menu > li.current > a {
  color: #00447B;
}

/* footer styles */

.footer-wrapper {
  background: #01447B;
  color: white;
  background-image: url('/images/resources/worthing/flower.png');
  background-repeat: no-repeat;
  background-position: 50px bottom;
  text-align: center;
}

.footer-logo {
  padding-top: 70px;
}

.footer-slogan {
  padding-top: 20px;
}

.footer-slogan h4 {
  text-transform: uppercase;
  color: white;
  margin: 0px;
  font-size: 18px;
}

.footer-info {
  padding-top: 20px;
  font-size: 20px;
}

.footer-info a {
  color: #b39b5d;
}

.footer-email {
  margin: 0px 6px;
}

.footer-info a:hover {
  color: white;
}

.footer-social {
  padding-top: 30px;
}

.footer-social a {
  display: inline-block;
  margin: 0px 6px;
  border: 2px solid #b39b5d;
  color: #b39b5d;
  width: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
}

.footer-social a:hover {
  border-color: white;
  color: white;
}

.footer-nav {
  margin-top: 60px;
  border-top: 1px solid #266090;
  border-bottom: 1px solid #266090;
  padding: 15px 0px;
}

.footer-nav a {
  color: #b39b5d;
  text-transform: uppercase;
  margin: 0px 10px;
}

.footer-nav a:hover {
  color: white;
}

.footer-copy {
  padding-top: 30px;
}

.footer-ig-logo {
  padding: 30px 0px 40px;
}

.footer-ig-logo img {
  width: 120px;
}

/* home page styles */

.page-space {
  padding: 0px 200px;
}

#globalwrap {
  padding-top: 0px;
}

#home-section-one {
  height: 100vh;
  position: relative;
}

#home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six, #home-section-seven {
  height: 100vh;
  background-attachment: fixed;
  position: relative;
}

.body-public .home-section-background img {
  opacity: 0;
}

.home-logo {
  position: absolute;
  z-index: 20;
  top: 15%;
  width: 550px;
  margin: 0px auto;
  left: 0;
  right: 0;
}

.body-public .home-section-background .home-logo img {
  opacity: 1;
}

.home-button a {
  position: absolute;
  z-index: 20;
  background: rgba(179,155,93,0.6);
  width: 292px;
  margin: 0px auto;
  left: 0;
  right: 0;
  color: white;
  bottom: 100px;
  display: inline-block;
  padding: 21px 0px;
  text-align: center;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  font-size: 20px;
}

.home-button a:hover {
  cursor: pointer;
  background: rgba(179,153,93,1);
}

.home-eg-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 20;
}

.body-public .home-section-background .home-eg-logo img {
  opacity: 1;
}

.home-section-title {
  position: absolute;
  z-index: 20;
  top: 150px;
  text-align: center;
  width: 100%;
}

.home-section-title h2 {
  color: white;
  font-size: 44px;
  line-height: 54px;
  margin: 0px;
  padding-bottom: 10px;
  text-shadow: 1px 1px #000;
}

.home-section-title h4 {
  text-transform: uppercase;
  color: white;
  margin: 0px;
  letter-spacing: 2px;
  text-shadow: 1px 1px #000;
}

.home-section-links {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 0px;
}

.hs-first-link {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: rgba(0,0,0,0.4);
  position: relative;
  height: 21px;
  padding: 37px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: white;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hs-second-link {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  background: rgba(0,0,0,0.6);
  position: relative;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hs-second-link a {
  padding: 37px 0px;
  height: 21px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}

.home-section-links a {
  color: white;
  display: inline-block;
  width: 100%;
 /*padding: 38px 0px 37px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;*/
}

.home-section-links .hs-first-link:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.home-section-links .hs-second-link a:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.home-section-links .hs-first-link::after {
  content: '\f078';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.home-section-links .hs-first-link:hover::after {
  background: #b39b5d;
}

.home-section-links .hs-second-link a::after {
  content: '\f054';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.home-section-links .hs-second-link a:hover::after {
  background: #b39b5d;
}

/* inner page */

.inner-slideshow {
  position: relative;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-logo {
  position: absolute;
  z-index: 20;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  width: 265px;
}

.page-space {
  padding: 0px 200px;
}

.inner-white-bg {
  background: #fff;
}

.inner-beige-bg {
  background: #F4F0E7;
}

.inner-title {
  padding-top: 90px;
}

.inner-title h1 {
  margin: 0px;
}

.inner-title h4 {
  margin: 0px;
  color: #b39b5d;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.first-section .inner-content {
  padding-top: 0px;
  padding-bottom: 60px;
}

.inner-content {
  padding: 80px 0px 20px;
}

.body-contentpage #globalwrap > #global > br {
  display: none;
}

.inner-three-pic {
  padding-bottom: 80px;
}

.inner-two-pic {
  padding-bottom: 80px;
}

/* hole page styles */

#hole-section-one, #hole-section-two, #hole-section-three, #hole-section-four {
  position: relative;
  height: 100vh;
  background-attachment: fixed;
}

.body-public .hole-section-background > .wysiwyg-editable img {
  opacity: 0;
}

.hole-video iframe {
  height: 100vh !important;
  width: 100% !important;
}

.hole-logo {
  position: absolute;
  top: 70px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  width: 265px;
}

.hole-title {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  top: 250px;
  text-align: center;
  width: 265px;
}

.hole-title h1 {
  color: white;
  text-shadow: 1px 1px #000;
}

.hole-title h4 {
  color: white;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}

.hole-link-nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.hole-scroll-one {
  position: absolute;
  width: 25%;
  left: 0px;
  height: 21px;
  padding: 37px 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.6);
  color: white;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-scroll-one:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.hole-scroll-one::after {
  content: '\f078';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-scroll-one:hover::after {
  background: #b39b5d;
}

.hole-nav {
  position: absolute;
  width: 75%;
  right: 0px;
  bottom: 0px;
  height: 35px;
  padding: 30px 0px;
  background: rgba(0,0,0,0.8);
  color: white;
  text-align: center;
  font-size: 20px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 5px;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 9px;
  width: 1px;
  height: 18px;
  background: white;
}

.hole-nav ul > li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  color: white;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
}

.hole-nav ul li.current > a, .hole-nav ul li a:hover {
  color: #b39b5d;
  border-bottom: 1px solid #b39b5d;
}

.hole-yard-tip {
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: 20;
}

.hole-tip {
  padding: 200px 100px 0px;
  color: white;
}

.hole-tip h3 {
  margin: 0px;
  padding-bottom: 40px;
}

.hole-yards {
  padding: 40px 100px 20px;
  color: white;
}

.hole-yards table td {
  border-bottom: 1px solid #b39b5d;
  border-right: 1px solid #b39b5d;
  font-size: 22px;
  padding: 10px 20px;
  text-align: center;
}

.hole-yards table tr td:last-child {
  border-right: 0px;
}

.hole-yards table tbody tr:last-child td {
  border-bottom: 0px;
}

.hole-yards table tbody tr:nth-child(2) td:first-child {
  color: #fc0;
}

.hole-yards table tbody tr:nth-child(3) td:first-child {
  color: #f00;
}

.hole-half-link {
  background: rgba(0,0,0,0.6);
  height: 21px;
  padding: 37px 0px;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-half-link::after {
  content: '\f078';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-half-link:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.hole-half-link:hover::after {
  background: #b39b5d;
}

.hole-full-link {
  background: rgba(0,0,0,0.6);
  height: 21px;
  padding: 37px 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-full-link::after {
  content: '\f078';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-full-link:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.hole-full-link:hover::after {
  background: #b39b5d;
}

.body-public .hole-carousel .wysiwyg-editable > img {
  opacity: 0;
}

.hole-plan-section {
  position: absolute;
  width: 50%;
  left: 0px;
  top: 0px;
  height: calc(100vh - 95px);
  background: rgba(0,0,0,0.8);
  z-index: 20;
  text-align: center;
}

.hole-plan-section img {
  width: 500px;
}

.hole-first-link a {
  position: absolute;
  height: 21px;
  padding: 37px 0px;
  width: 50%;
  background: rgba(0,0,0,0.6);
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-first-link a:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.hole-first-link a::after {
  content: '\f054';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-first-link a:hover::after {
  background: #b39b5d;
}

.hole-second-link a {
  position: absolute;
  height: 21px;
  padding: 37px 0px;
  width: 50%;
  background: rgba(0,0,0,0.6);
  bottom: 0px;
  right: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-second-link a:hover {
  background: rgba(0,0,0,1);
  cursor: pointer;
}

.hole-second-link a::after {
  content: '\f054';
  font-size: 28px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  background: transparent;
  font-family: 'FontAwesome';
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hole-second-link a:hover::after {
  background: #b39b5d;
}

/* course page */

.inner-hole-nav {
  text-align: center;
  background: black;
  padding: 15px 0px;
}

.inner-hole-nav h2 {
  display: none;
}

.inner-hole-nav ul {
  margin: 0px;
}

.inner-hole-nav ul li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: relative;
}

.inner-hole-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 18px;
}

.inner-hole-nav ul li a:hover {
  color: #b39b5d;
}

.inner-hole-nav ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 9px;
  width: 1px;
  height: 18px;
  background: white;
}

.inner-hole-nav ul li:last-child::after {
  display: none;
}

.inner-page-wrapper .scorecard th, .inner-page-wrapper .scorecard td {
  text-align: center;
}

.inner-page-wrapper .scorecard td.White {
  background: #fff;
}

.inner-page-wrapper .scorecard td.Yellow {
  background: #ffe476;
}

.inner-page-wrapper .scorecard td.Red {
  background: #ff3a3a;
  color: white;
}

.inner-page-wrapper .scorecard td {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* page space responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .hole-tip {
    padding: 150px 80px 0px;
  }
  .hole-yards {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .hole-tip {
    padding: 150px 60px 0px;
  }
  .hole-yards {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .hole-tip {
    padding: 100px 40px 0px;
  }
  .hole-yards {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-space {
    padding: 0px 20px;
  }
}

/* visitors default styles */

.body-public[class*="php-"], .body-class-opens, [class*="setcoursestatus"], .body-class-visitorbooking, .body-class-members {
  background: url('/images/resources/worthing/new-members-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-public[class*="php-"] .header-wrapper, .body-class-opens .header-wrapper, [class*="setcoursestatus"] .header-wrapper, .body-class-visitorbooking .header-wrapper {
  background: #b39b5d;
}

.body-public[class*="php-"] .header-wrapper .header-logo, .body-class-opens .header-wrapper .header-logo, [class*="setcoursestatus"] .header-wrapper .header-logo, .body-class-visitorbooking .header-wrapper .header-logo {
  width: 150px;
  margin: 0px auto;
  padding: 5px 0px;
}

.body-public[class*="php-"] #globalwrap, .body-class-opens #globalwrap, [class*="setcoursestatus"] #globalwrap, .body-class-visitorbooking #globalwrap {
  margin-top: 80px;
  background: rgba(255,255,255,0.8);
  border: 2px solid #01447b;
  padding: 20px;
}

.body-public[class*="php-"] .visitors-footer, .body-class-members .visitors-footer, .body-class-opens .visitors-footer, [class*="setcoursestatus"] .visitors-footer, .body-class-visitorbooking .visitors-footer {
  display: none;
}

.body-public[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-opens .footer-wrapper, [class*="setcoursestatus"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper {
  background-image: none;
}

.body-public[class*="php-"] .footer-copy, .body-class-members .footer-copy, .body-class-opens .footer-copy, [class*="setcoursestatus"] .footer-copy, .body-class-visitorbooking .footer-copy {
  padding-top: 15px;
}

.body-public[class*="php-"] .footer-ig-logo, .body-class-members .footer-ig-logo, .body-class-opens .footer-ig-logo, [class*="setcoursestatus"] .footer-ig-logo, .body-class-visitorbooking .footer-ig-logo {
  padding: 15px 0px;
}

.body-public[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-opens .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

/* 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 {
   margin-bottom: 155px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 105px;
  }
}

/* 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: 18px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #01447b;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  border: transparent;
   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: #b39b5d;
  color: white;
}

/* members styles */

.body-class-members .header-wrapper {
  background: #B39B5D;
  min-height: 101px;
}

.body-class-members .header-wrapper .header-logo {
  width: 150px;
  float: left;
  padding: 5px 0px;
  margin-right: 20px;
}

.body-class-members .members-section {
  width: 1170px;
  margin: 0px auto;
}

.body-class-members #hamburger-icon {
  display: none;
}

.body-class-members .navbar {
  margin: 0px;
}

.body-class-members .nav-wrapper {
  padding-top: 28px;
}

.body-class-members .navbar-inverse .nav > li > a {
  color: white;
  text-shadow: none;
}

.body-class-members .navbar-inverse .nav > li > a:hover, .body-class-members .navbar-inverse .nav > li.current > a {
  color: #00447B;
}

.body-class-members .dropdown-menu {
  background: #7d6c41;
}

.body-class-members #globalwrap {
  margin-top: 80px;
  border: 2px solid #00447B;
  background: rgba(255,255,255,0.85);
  padding: 20px;
}

.php-index #globalwrap {
  padding: 0px;
  border: none;
  background: transparent;
}

#leftcontent > div, #rightcontent > div {
  background: rgba(255,255,255,0.85);
  border: 2px solid #00447b;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #00447B;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .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.php-messages #globalwrap {
  margin-top: 80px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.scrollTop a{
  opacity: 0;
  background-color: #b39b5d;
  border: 2px solid #01447b;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: #fff;
  cursor: pointer;
  background: #01447b;
  border-color: #b39b5d;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* home public responsive */

@media (orientation: portrait) {
  #home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six, #home-section-seven {
    background-position: center;
  }
  #hole-section-one, #hole-section-two, #hole-section-three, #hole-section-four {
    background-position: center;
  }
}

@media (orientation: landscape) and (max-width: 1499px) {
  #home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six, #home-section-seven {
    background-position: center;
  }
  #hole-section-one, #hole-section-two, #hole-section-three, #hole-section-four {
    background-position: center;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  #home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six, #home-section-seven, #hole-section-one, #hole-section-two, #hole-section-three, #hole-section-four {
    background-attachment: initial;
  }
}

/* hole map */

@media (min-height: 600px) and (max-height: 799px) {
  .hole-plan-section img {
    max-width: 306px;
    width: 100%;
  }
}

@media (min-height: 500px) and (max-height: 599px) {
  .hole-plan-section img {
    max-width: 226px;
    width: 100%;
  }
}

@media (min-height: 400px) and (max-height: 499px) {
  .hole-plan-section img {
    max-width: 166px;
    width: 100%:
  }
}

@media (min-height: 300px) and (max-height: 399px) {
  .hole-plan-section img {
    max-width: 126px;
    width: 100%;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-logo {
    top: 10px;
  }
  .footer-info {
    font-size: 18px;
  }
  .hole-logo {
    top: 50px;
  }
  .hole-title {
    top: 210px;
  }
  .hole-scroll-one {
    width: 40%;
  }
  .hole-nav {
    width: 60%;
    height: 71px;
    padding: 12px 0px;
  }
  .hole-nav ul {
    width: 475px;
  }
  .hole-tip {
    padding: 100px 25px 0px;
  }
  .hole-yards {
    padding-left: 25px;
    padding-right: 25px;
  }
  .body-public[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-opens .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper {
    width: 940px;
  }
  .body-class-members .members-section {
    width: 940px;
  }
  .body-class-members .navbar .nav > li > a {
    padding: 10px 11px;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .php-login.body-class-members .navbar .nav > li > a {
    font-size: 14px;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .hs-first-link {
    width: 100%;
    padding: 21px 0px;
  }
  .hs-second-link {
    width: 100%;
  }
  .hs-second-link a {
    padding: 21px 0px;
  }
  .home-section-links .hs-first-link::after {
    height: 63px;
    width: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .home-section-links .hs-second-link a::after {
    height: 63px;
    width: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .inner-logo {
    width: 175px;
    top: 25px;
  }
  .footer-info {
    font-size: 14px;
  }
  .footer-nav a {
    text-transform: capitalize;
  }
  .inner-hole-nav ul {
    width: 475px;
    margin: 0px auto;
  }
  .inner-hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-scroll-one {
    width: 100%;
    padding: 14px 0px;
  }
  .hole-nav {
    width: 100%;
    bottom: 49px;
    height: 70px;
    padding: 10px 0px;
  }
  .hole-nav ul {
    width: 475px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-logo {
    width: 175px;
    top: 40px;
  }
  .hole-title {
    top: 130px;
  }
  .hole-scroll-one::after {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
  }
  .hole-tip {
    padding: 100px 25px 0px;
  }
  .hole-yards {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hole-yards table td {
    font-size: 18px;
    padding: 10px;
  }
  .hole-half-link::after {
    width: 65px;
  }
  .hole-first-link::after {
    width: 65px;
  }
  .hole-second-link::after {
    width: 65px;
  }
  .body-public[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-opens .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper {
    width: 724px;
  }
  .body-class-members .members-section {
    width: 724px;
    position: relative;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .dateperiods {
    width: 56%;
  }
  .php-directory a[href*="mailto"] {
    word-break: break-all;
  }
  .table td, .table th, table td {
    font-size: 16px;
    padding: 6px;
  }
}

/* portait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .body-public #myNavbar {
    height: auto !important;
  }
  .navbar-inverse .nav > li > a {
    font-weight: 400;
  }
  .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;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover {
    background: transparent;
    color: #1A46A7;
  }
  .body-class-members #hamburger-icon {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 101px;
    height: 101px;
    background: #b39b5d;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .body-class-members #hamburger-icon:hover {
    background: #1A46A7;
  }
  .body-class-members .line {
    position: absolute;
    height: 2px;
    width: 33px;
    display: inline-block;
    background: white;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
  }
  .body-class-members .line-1 {
    top: 40px;
    left: 34px;
  }
  .body-class-members .line-2 {
    top: 50px;
    left: 34px;
    opacity: 1;
  }
  .body-class-members .line-3 {
    top: 60px;
    left: 34px;
  }
  .body-class-members .disp .line-1 {
    top: 50px;
    transform: rotateZ(45deg);
  }
  .body-class-members #hamburger-icon.disp:hover .line {
    background-color: #FEDB75;
  }
  .body-class-members .disp .line-2 {
    opacity: 0;
  }
  .body-class-members .disp .line-3 {
    top: 50px;
    transform: rotateZ(-45deg);
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  #globalwrap .teebooking #date_form .tabs li.current a {
    background: white;
    margin-top: -1px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .home-logo {
    width: 270px;
  }
  .home-button a {
    width: 200px;
    padding: 14px 0px;
    font-size: 18px;
    text-transform: capitalize;
  }
  .home-eg-logo {
    bottom: 5px;
  }
  .home-section-title {
    top: 105px;
  }
  .home-section-title > .wysiwyg-editable {
    padding: 0px 20px;
  }
  .home-section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-section-title h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .hs-first-link {
    width: 100%;
    padding: 21px 0px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .hs-second-link {
    width: 100%;
  }
  .hs-second-link a {
    padding: 21px 0px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .home-section-links .hs-first-link::after {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .home-section-links .hs-second-link a::after {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .footer-logo {
    padding-top: 40px;
  }
  .footer-slogan h4 {
    text-transform: capitalize;
  }
  .footer-info {
    font-size: 16px;
  }
  .footer-info > span {
    margin: 6px 0px;
    display: block;
  }
  .footer-nav {
    margin-top: 30px;
  }
  .footer-nav a {
    display: block;
    margin: 6px 0px;
  }
  .footer-wrapper {
    background-position: 0px bottom;
  }
  .inner-logo {
    width: 150px;
    top: 10px;
  }
  .inner-title {
    padding-top: 50px;
  }
  .body-public #hamburger-icon {
    width: 85px;
    height: 85px;
  }
  .body-public .line-1 {
    top: 32px;
    left: 26px;
  }
  .body-public .line-2 {
    top: 42px;
    left: 26px;
  }
  .body-public .line-3 {
    top: 52px;
    left: 26px;
  }
  .body-public .disp .line-1 {
    top: 42px;
  }
  .body-public .disp .line-3 {
    top: 42px;
  }
  .inner-small-pic {
    margin: 20px 0px;
  }
  .inner-small-pic img {
    max-width: 400px;
    width: 100%;
  }
  .table td, .table th, table td {
    font-size: 12px;
    padding: 2px;
  }
  .inner-hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .inner-hole-nav ul li {
    width: 34px;
  }
  .inner-hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .inner-hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .body-class-colt_course_overview .inner-beige-bg .inner-content {
    overflow-x: scroll;
  }
  .body-class-vardon_course_overview .inner-beige-bg .inner-content {
    overflow-x: scroll;
  }
  .hole-logo {
    width: 175px;
    top: 45px;
  }
  .hole-title {
    top: 205px;
  }
  #hole-section-one {
    height: auto;
    background: black;
  }
  .hole-link-nav {
    position: relative;
  }
  .hole-nav {
    position: relative;
    width: 100%;
    height: 105px;
    padding: 10px 0px;
    background: black;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    width: 33px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-scroll-one {
    position: relative;
    width: 100%;
    padding: 21px 0px;
  }
  .hole-scroll-one {
    background: black;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .hole-scroll-one::after {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .hole-tip {
    padding: 15px 20px 0px;
  }
  .hole-tip h3 {
    padding-bottom: 20px;
  }
  .hole-yard-tip {
    width: 100%;
  }
  .hole-yards {
    padding: 20px;
  }
  .hole-yards table td {
    font-size: 16px;
    padding: 10px;
  }
  .hole-half-link {
    background: black;
    padding: 21px 0px;
    width: 100%;
    z-index: 100;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .hole-half-link::after {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .hole-full-link {
    padding: 21px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .hole-full-link::after {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
  .hole-first-link a {
    width: 100%;
    padding: 14px 0px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    bottom: 49px;
  }
  .hole-second-link a {
    width: 100%;
    padding: 14px 0px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hole-first-link a::after {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
  }
  .hole-second-link a::after {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
  }
  .body-public .header-wrapper #myNavbar {
    overflow-y: visible !important;
    position: fixed;
    height: 100vh !important;
    min-height: 100vh;
    box-sizing: border-box;
  }
  .body-public[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-opens .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper {
    width: auto;
    margin: 0px 10px 60px;
  }
  .body-public[class*="php-"] .header-wrapper .header-logo, .body-class-opens .header-wrapper .header-logo, [class*="setcoursestatus"] .header-wrapper .header-logo, .body-class-visitorbooking .header-wrapper .header-logo {
    width: 124px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    text-transform: capitalize;
  }
  .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;
  }
   [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, .body-class-members #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap {
    padding: 20px 10px;
  }
  .body-class-members .members-section {
    width: 100%;
  }
  .body-class-members .header-wrapper .header-logo {
    margin-left: 10px;
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

/* hole video portrait */

@media (orientation: portrait) and (min-width: 768px) {
  #hole-section-one {
    height: 50vh;
  }
  .hole-video iframe {
    height: 50vh !important;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  #hole-section-one {
    height: auto;
    background: black;
  }
  .hole-video iframe {
    height: 50vh !important;
  }
}

@media (orientation: portrait) {
  .body-public[class*="php-"], .body-class-opens, [class*="setcoursestatus"], .body-class-visitorbooking, .body-class-members {
    background-position: center;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor #home-section-one, .php-ckeditor #home-section-two, .php-ckeditor #home-section-three, .php-ckeditor #home-section-four, .php-ckeditor #home-section-five, .php-ckeditor #home-section-six, .php-ckeditor #home-section-seven {
  height: auto;
}

.php-ckeditor .home-logo {
  top: 10px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #fff;
}

.php-ckeditor .inner-logo {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}

.php-ckeditor .inner-white-bg .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .inner-beige-bg .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .inner-large-pic .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .inner-hole-nav {
  color: white;
}

.php-ckeditor #hole-section-two, .php-ckeditor #hole-section-three, .php-ckeditor #hole-section-four {
  height: auto;
}

.php-ckeditor #hole-section-one {
  height: 600px;
}

.php-ckeditor .hole-yard-tip {
  height: auto;
}

.php-ckeditor .hole-tip {
  padding: 50px 20px 0px;
}

.php-ckeditor .hole-yards {
  padding-left: 20px;
  padding-right: 20px;
}

/* slideshow dots and arrows */

.content-wrapper .galleryInner .nivo-directionNav {
  display: none !important;
}

.content-wrapper .nivo-controlNav-Wrapper {
  display: none;
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.nivo-caption h4 {
  color: #B39B5D;
  background: rgba(0,0,0,0.6);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-slideshow .nivo-caption {
    bottom: 50px;
  }
}

/* google map */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 250px !important;
}

.gm-style .gm-style-iw-c {
  padding-right: 12px !important;
}

#ui-datepicker-div {
  display: none;
}

.inner-page-wrapper table th {
  background: #01447b;
  border: 2px solid #b39b5d;
  color: white;
  font-weight: 400;
  padding: 8px;
  text-align: left;
}

.inner-page-wrapper table td {
  border: 2px solid #b39b5d;
  padding: 8px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th {
    padding: 6px;
    font-size: 14px;
  }
  .inner-page-wrapper table td {
    padding: 6px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-page-wrapper table td {
    padding: 2px;
    font-size: 12px;
  }
}

/* form */

.inner-page-wrapper form input {
  width: 70%;
  background: #eee;
  border: 2px solid #01447b;
  text-align: center;
}

.inner-page-wrapper form textarea {
  width: 70%;
  background: #eee;
  border: 2px solid #01447b;
  text-align: center;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  background: #01447b;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #b39b5d;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .hole-plan-section {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .hole-plan-section img {
    margin-top: 80px;
  }
}

.php-ckeditor .hole-plan-section {
  height: auto;
}

.php-ckeditor .hole-plan-section img {
  max-width: 350px;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper .inner-slideshow .nivo-caption {
    bottom: 0px;
  }
  .inner-slideshow .galleryInner {
    min-height: 200px;
  }
  .inner-slideshow .galleryInner img {
    min-height: 200px;
    object-fit: cover;
  }
}

/* ios */

@media (min-width: 0px) and (max-width: 1199px) {
  .iOS .home-page-wrapper #home-section-one, .iOS .home-page-wrapper #home-section-two, .iOS .home-page-wrapper #home-section-three, .iOS .home-page-wrapper #home-section-four, .iOS .home-page-wrapper #home-section-five, .iOS .home-page-wrapper #home-section-six, .iOS .home-page-wrapper #home-section-seven   {
    height: calc(100vh - 70px);
  }
  .iOS .hole-page-wrapper #hole-section-two, .iOS .hole-page-wrapper #hole-section-three, .iOS .hole-page-wrapper #hole-section-four {
    height: calc(100vh - 70px);
  }
  .iOS .hole-plan-section {
    height: calc(100vh - 165px);
  }
  .iOS .hole-yard-tip {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .iOS .hole-page-wrapper #hole-section-one {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .iOS .home-section-title {
    top: 30px;
  }
  .iOS .home-button a {
    bottom: 20px;
  }
}

[class*="uc_hole"] .galleryInner {
  width: 100% !important;
  height: 100vh !important;
}

[class*="uc_hole"] .hole-yards table tbody tr:nth-child(2) td:first-child {
    color: #f00;
}

/* critique fixes */

.inner-content ul {
  margin: 0px 0px 10px;
}

.inner-content ul li {
  line-height: 26px;
  list-style: none;
}

.inner-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #01447b;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.inner-content {
  line-height: 26px;
}

blockquote p {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .iOS .hole-page-wrapper #hole-section-two, .iOS .hole-page-wrapper #hole-section-three, .iOS .hole-page-wrapper #hole-section-four {
    height: calc(100vh - 75px);
  }
  .iOS .hole-yard-tip {
    height: calc(100vh - 75px);
  }
  .iOS .hole-plan-section {
    height: calc(100vh - 173px);
  }
}

@media (min-height: 600px) and (max-height: 799px) {
  .hole-plan-section img {
    width: 290px;
  }
}

@media (min-width: 768px) {
  [class*="uc_hole"] .galleryInner img {
    height: 100vh !important;
    object-fit: cover;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  [class*="uc_hole"] .galleryInner, [class*="uc_hole"] .galleryInner img {
    height: 50vh !important;
    object-fit: cover;
  }
  [class*="uc_hole"] .hole-page-wrapper #hole-section-two {
    background-color: black;
    padding-top: 8px;
  }
  [class*="uc_hole"] .hole-page-wrapper #hole-section-two .hole-yard-tip {
    top: -2px;
  }
  [class*="uc_hole"] .hole-page-wrapper #hole-section-one {
    background-color: black;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .iOS .hole-plan-section img {
    width: 100px !important;
  }
  .hole-yards {
    padding-top: 10px;
  }
  .hole-yards table td {
    padding: 4px 5px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper span.image-caption {
    position: relative;
  }
  .content-wrapper div.caption-container {
    height: auto;
  }
}

.body-public .hole-plan-section {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hs-first-link {
    position: absolute;
    bottom: 0px;
  }
  .hs-second-link {
    position: absolute;
    bottom: 63px;
  }
  .body-class-colt_course .inner-beige-bg .inner-content {
    overflow-x: scroll;
  }
  .body-class-vardon_course .inner-beige-bg .inner-content {
    overflow-x: scroll;
  }
}

.body-class-members.body-contentpage form label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.body-class-members.body-contentpage form fieldset > span {
  margin: 10px 0px;
  display: block;
}

.hole-nav {
  z-index: 22;
}

.hole-scroll-one {
  z-index: 21;
}

.body-public .nav > li.nav-menu-visitor_index {
  display: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-url-strategy_plan_2025-2030 {
    padding-top: 90px;
  }
}

/* end anton styles */


.content-wrapper .place {
    height: auto !important;
    background-size: contain;
  background-attachment: unset !important;
}