/* anton styles */

/* fonts */

.cabin-font {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.raleway-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* variables */

:root {
  --bodyfont: 'Open Sans', sans-serif;
  --headingfont: 'Raleway', sans-serif;
  --heading1font: 'Cabin', sans-serif;
  --headingcolor: #1D2863;
  --headingcolor2: #C3B012;
  --highlightcolor: #A0900E;
  --buttonhighlight: #003B72;
  --publicbodycolor: #fff;
  --bodycolor: #000;
  --headerbg: #003B72;
  --lightheaderbg: #67AFD3;
  --topfooterbg: #1D2863;
  --bottomfooterbg: #1F1F1F;
  --navlink: #fff;
  --navactivelink: #C3B012;
  --dropdownbg: #1D2863;
  --dropdownlink: #fff;
  --dropdownlinkactive: #C3B012;
  --innerpagebg: #1D2863;
  --inneraltpagebg: #131C49;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardblue: #1D3A8A;
}

.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-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--heading1font);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  margin-top: 10px;
  border: 1px solid #fff;
  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: #000;
  color: var(--navactivelink);
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 150px;
  background: transparent;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .header-wrapper {
  background: rgba(0,59,114,0.6);
}

.show-menu .header-wrapper, .show-menu.fix .header-wrapper {
  background: var(--headingcolor);
}

.fix .header-wrapper {
  min-height: 100px;
}

.header-space {
  margin: 0px 70px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 27px;
  left: 0px;
  width: 67px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
  opacity: 0;
  visibility: hidden;
}

.show-menu.body-public.body-class-home .header-logo, .show-menu.body-public.body-contentpage .header-logo {
  opacity: 1;
  visibility: visible;
}

.fix.body-public.body-class-home .header-logo, .fix.body-public.body-contentpage .header-logo {
  top: 5px;
  width: 62px;
  opacity: 1;
  visibility: visible;
}

/* nav */

.navbar {
  margin-bottom: 0px;
}

.navbar .btn-navbar {
  display: block;
  background: transparent;
  position: absolute;
  width: 200px;
  height: 80px;
  right: 0px;
  border: none;
  box-shadow: none;
  margin: 0px;
  top: 35px;
  border-radius: 0px;
  opacity: 1;
  outline: none;
  visibility: visible;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .navbar .btn-navbar {
  top: 10px;
}

.show-menu .navbar .btn-navbar {
  opacity: 0;
  visibility: hidden;
}

.navbar .btn-navbar .club-menu-button {
  color: var(--headingcolor);
  text-transform: uppercase;
  text-shadow: none;
  position: absolute;
  left: 10px;
  line-height: 20px;
  top: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.navbar .btn-navbar .club-menu-button-lines .icon-bar {
  width: 60px;
  height: 2px;
  border-radius: 0px;
  background: var(--headingcolor);
  box-shadow: none;
  position: absolute;
  right: 10px;
  margin: 0px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .navbar .btn-navbar .club-menu-button {
  color: var(--navlink);
}

.fix .navbar .btn-navbar .club-menu-button-lines .icon-bar {
  background: var(--navlink);
}

.navbar .btn-navbar .club-menu-button-lines .top-bar {
  top: 27px;
}

.navbar .btn-navbar .club-menu-button-lines .middle-bar {
  top: 39px;
}

.navbar .btn-navbar .club-menu-button-lines .bottom-bar {
  top: 51px;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  background: transparent;
}

#myNavbar {
  position: absolute;
  top: -150px;
  width: 100%;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.show-menu #myNavbar {
  top: 55px;
}

.fix.show-menu #myNavbar {
  top: 30px;
}

.nav-wrapper {
  margin: 0px 180px 0px 80px;
}

.nav-close {
  height: 150px;
  width: 200px;
  position: absolute;
  top: -55px;
  right: -70px;
  background: var(--lightheaderbg);
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .nav-close {
  height: 100px;
  top: -30px;
}

.nav-close:hover {
  cursor: pointer;
  background: #000;
}

.nav-close .cross {
  background: var(--headingcolor);
  height: 2px;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 71px;
  left: 70px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .nav-close .cross {
  top: 51px;
}

.nav-close:hover .cross {
  background: var(--lightheaderbg);
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  transform: rotate(-45deg);
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  text-transform: uppercase;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

@media (min-width: 980px) {
  .body-public.body-class-home .dropdown-menu, .body-public.body-contentpage .dropdown-menu {
    margin-top: 55px;
  }
  .fix.body-public.body-class-home .dropdown-menu, .fix.body-public.body-contentpage .dropdown-menu {
    margin-top: 30px;
  }
  .dropdown-menu {
    margin-top: 30px;
  }
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  color: var(--navactivelink);
  background: transparent;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

/* footer */

.pf-colour {
  background: var(--topfooterbg);
}

.pf-line {
  border-bottom: 1px solid #fff;
}

.public-footer {
  background: var(--topfooterbg);
  text-align: center;
  color: #fff;
  padding: 100px 0px;
}

.pf-club-logo img {
  width: 100px;
}

.pf-extra-logos {
  margin-top: 40px;
  margin-left: 88px;
}

.pf-extra-logos a:nth-of-type(2) {
  margin: 0px 40px;
}

.pf-info {
  margin-top: 40px;
}

.pf-info h6 {
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}

.pf-social {
  margin-top: 50px;
}

.pf-social a {
  color: #fff;
  font-size: 40px;
}

.pf-social a em {
  position: relative;
  left: 5px;
}

.pf-social a:nth-of-type(2) {
  margin: 0px 25px;
}

.pf-social a:hover, .pf-social a:focus {
  opacity: 0.6;
}

.pf-social a img {
  width: 38px;
  position: relative;
  top: -2px;
}

.pf-links {
 margin-top: 30px;
}

.pf-links a {
  color: #fff;
  margin: 0px 10px;
  position: relative;
  top: 1px;
}

.pf-links a:hover, .pf-links a:focus {
  color: var(--headingcolor2);
}

.members-footer {
  background: var(--bottomfooterbg);
  color: #fff;
  padding: 25px 0px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mff-copy {
  width: 75%;
}

.mff-ig {
  width: 25%;
  text-align: right;
}

.mff-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.small-page-space {
  padding: 0px 100px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

@media (min-width: 1200px) {
  #content-block-one, #content-block-two, #content-block-three, #content-block-four {
    /*background-attachment: fixed;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: bottom;
    background-size: cover;*/
    min-height: 500px;
    height: 100vh;
    position: relative;
  }
  .body-public #content-block-one img, .body-public #content-block-two img, .body-public #content-block-three img, .body-public #content-block-four img {
    opacity: 1;
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .body-public #content-block-one .home-one-content img {
    height: auto;
  }
}

.home-one-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
  z-index: 100;
}

.home-one-content h1 {
  margin: 0px 0px 75px;
  font-size: 48px;
  line-height: 58px;
}

.home-one-content img {
  width: 150px !important;
}

.home-one-content p {
  margin-bottom: 75px;
}

.body-public #content-block-one .home-one-content img {
  opacity: 1;
}

.home-one-content h5 {
  display: inline-block;
  margin-right: 30px;
}

.home-one-content h5:last-child {
  margin-right: 0px;
}

.home-one-content h5 a {
  border: 2px solid #fff;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0px;
  background: var(--buttonhighlight);
  color: #fff;
  padding: 5px 30px;
  width: 186px;
  text-transform: uppercase;
}

.home-one-content h5 a:hover, .home-one-content h5 a:focus {
  background: var(--headingcolor);
  color: var(--headingcolor2);
}

.home-status-bar {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: calc(100% - 100px);
  background: rgba(0,59,114,0.8);
  padding: 15px 0px 15px 100px;
  color: #fff;
  display: flex;
}

.hsb-title {
  text-transform: uppercase;
  font-size: 18px;
}

.hsb-title::after {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-left: 15px;
  font-size: 22px;
}

.hsb-info {
  margin-left: 30px;
}

.hsb-info p {
  margin: 0px;
}

.hsb-info h3 {
  display: none;
}

.on-pic-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 750px;
  height: 100vh;
  z-index: 10;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00284d+0,00284d+40,00284d+40,00284d+70,00284d+100&0.9+0,0.6+40,0.3+70,0+100 */
background: linear-gradient(to right,  rgba(0,40,77,0.9) 0%,rgba(0,40,77,0.6) 40%,rgba(0,40,77,0.3) 70%,rgba(0,40,77,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.opl-space {
  padding: 20px 20px 160px 100px;
  position: absolute;
  bottom: 0px;
}

.opl-space h2 {
  color: var(--headingcolor2);
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
}

.opl-space h3 {
  color: var(--navlink);
}

.opl-space h4 {
  color: var(--navlink);
  margin: 10px 0px;
}

.opl-space a {
  display: block;
  position: relative;
  border-top: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.opl-space a:hover, .opl-space a:focus {
  color: var(--headingcolor2);
}

.opl-space a::after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  font-size: 28px;
}

.opl-space a:last-of-type {
  border-bottom: 1px solid #fff;
}

.opl-scroll {
  position: absolute;
  left: 100px;
  right: 100px;
  margin: 0px auto;
  text-align: center;
  bottom: 60px;
  color: #fff;
  font-style: italic;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.opl-scroll:hover {
  cursor: pointer;
  color: var(--headingcolor2);
}

.on-pic-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 750px;
  height: 100vh;
  z-index: 10;
  color: #fff;
  text-align: right;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00284d+0,00284d+30,00284d+60,00284d+60,00284d+100&0+0,0.3+30,0.6+60,0.9+100 */
background: linear-gradient(to right,  rgba(0,40,77,0) 0%,rgba(0,40,77,0.3) 30%,rgba(0,40,77,0.6) 60%,rgba(0,40,77,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.opr-space {
  padding: 20px 100px 160px 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.opr-space h2 {
  color: var(--headingcolor2);
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
}

.opr-space h3 {
  color: var(--navlink);
}

.opr-space h4 {
  color: var(--navlink);
  margin: 10px 0px;
}

.opr-space a {
  display: block;
  position: relative;
  border-top: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}

.opr-space a:hover, .opr-space a:focus {
  color: var(--headingcolor2);
}

.opr-space a::after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  font-size: 28px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.opr-space a:last-of-type {
  border-bottom: 1px solid #fff;
}

.opr-scroll {
  position: absolute;
  left: 100px;
  right: 100px;
  margin: 0px auto;
  text-align: center;
  bottom: 60px;
  color: #fff;
  font-style: italic;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.opr-scroll:hover {
  cursor: pointer;
  color: var(--headingcolor2);
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-parallax, #inner-top-block {
  height: 100vh;
  position: relative;
}

.itb-text {
  position: absolute;
  bottom: 150px;
  left: 10px;
  right: 10px;
  text-align: center;
  z-index: 20;
}

.itb-text h1 {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  text-shadow: 1px 1px #000;
  margin: 0px;
}

.itb-explore {
  position: absolute;
  bottom: 50px;
  color: #fff;
  left: 0px;
  right: 0px;
  width: 100px;
  margin: 0px auto;
  text-align: center;
  z-index: 15;
  font-style: italic;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.itb-explore:hover {
  cursor: pointer;
  color: var(--headingcolor2);
}

@media (min-width: 1200px) {
  .body-public .additional-boxes > .inserted-block.full-height, .body-public #inner-top-block {
    /*background-attachment: fixed;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: bottom;
    background-size: cover;*/
    min-height: 500px;
    height: 100vh;
    position: relative;
  }
  .body-public .inner-parallax > .wysiwyg-editable > img, .body-public #inner-top-block > .wysiwyg-editable > img {
    opacity: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}

.additional-boxes .inserted-block:last-of-type .opr-scroll {
  display: none;
}

.additional-boxes .inserted-block:last-of-type .opl-scroll {
  display: none;
}

.inner-intro {
  padding: 100px 0px 120px;
  text-align: center;
  background: var(--innerpagebg);
  color: #fff;
}

.inner-intro h2, .inner-full-added h2, .two-equal-added h2 {
  color: var(--headingcolor2);
}

.inserted-block:nth-of-type(2) .colour-bg, .inserted-block:nth-of-type(4) .colour-bg, .inserted-block:nth-of-type(6) .colour-bg {
  background: var(--innerpagebg);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.inserted-block:nth-of-type(1) .colour-bg, .inserted-block:nth-of-type(3) .colour-bg, .inserted-block:nth-of-type(5) .colour-bg {
  background: var(--inneraltpagebg);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.ie-col table thead th {
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  padding: 6px;
  border: 1px solid #fff;
}

.ie-col table tbody td {
  padding: 6px;
  border: 1px solid #fff;
}

.flex-row, .inner-full-added, .inner-intro .wysiwyg-editable {
  max-width: 1400px;
  margin: 0px auto;
}



/* inner added boxes style */

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  margin: 0px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inserted-block.scroll-target {
  margin: 0px;
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: left;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.is-two-col.flip-flex {
  flex-direction: row;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: left;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 80px;
  width: 30px;
  height: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::before {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 94px;
  height: 30px;
  width: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

/* course */

table.scorecard tr th:nth-child(11), table.scorecard tr th:nth-child(12), table.scorecard tr th:nth-child(13), table.scorecard tr th:nth-child(14), table.scorecard tr th:nth-child(15), table.scorecard tr th:nth-child(16), table.scorecard tr th:nth-child(17), table.scorecard tr th:nth-child(18), table.scorecard tr th:nth-child(19), table.scorecard tr th:nth-child(20), table.scorecard tr th:nth-child(21), table.scorecard tr th:nth-child(22) {
  display: none;
}

table.scorecard tr td:nth-child(11), table.scorecard tr td:nth-child(12), table.scorecard tr td:nth-child(13), table.scorecard tr td:nth-child(14), table.scorecard tr td:nth-child(15), table.scorecard tr td:nth-child(16), table.scorecard tr td:nth-child(17), table.scorecard tr td:nth-child(18), table.scorecard tr td:nth-child(19), table.scorecard tr td:nth-child(20), table.scorecard tr td:nth-child(21), table.scorecard tr td:nth-child(22) {
  display: none;
}

table.scorecard tr th:nth-child(2), table.scorecard tr td:nth-child(2)  {
  background: var(--scorecardwhite);
  color: #000;
}

table.scorecard tr th:nth-child(5), table.scorecard tr td:nth-child(5)  {
  background: var(--scorecardyellow);
  color: #000;
}

table.scorecard tr th:nth-child(8), table.scorecard tr td:nth-child(8)  {
  background: var(--scorecardred);
  color: #fff;
}

table.scorecard th, table.scorecard td {
  text-align: center;
}

.table th, .table td {
  border-color: #000;
}

/* hole */

.hole-nav {
  position: absolute;
  bottom: 120px;
  left: 10px;
  right: 10px;
  margin: 0px auto;
  text-align: center;
  z-index: 30;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 5px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: var(--navlink);
  font-size: 22px;
  position: relative;
}

.hole-nav ul li a::after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hole-nav ul li a:hover::after, .hole-nav ul li a:focus::after, .hole-nav ul li.current a::after {
  content: '';
  opacity: 1;
}

@media (min-width: 1200px) {
  .body-public #hole-top-block, .body-public #hole-content-block {
    /*background-attachment: fixed;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: bottom;
    background-size: cover;*/
    min-height: 500px;
    height: 100vh;
    position: relative;
  }
  .body-public #hole-top-block > .wysiwyg-editable > img, .body-public #hole-content-block > .wysiwyg-editable > img {
    opacity: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}

.hole-page-wrapper .itb-text {
  bottom: 180px;
}

.hole-map {
  text-align: center;
  margin-bottom: 30px;
}

.hole-yards {
  margin-top: 20px;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: left;
  width: 52px;
  height: 14px;
  background: var(--scorecardwhite);
  margin-right: 10px;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: left;
  width: 52px;
  height: 14px;
  background: var(--scorecardyellow);
  margin-right: 10px;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: left;
  width: 52px;
  height: 14px;
  background: var(--scorecardred);
  margin-right: 10px;
}

.ht-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.ht-play:hover {
  cursor: pointer;
  color: var(--headingcolor2);
  border-color: var(--headingcolor2);
}

.inner-page-wrapper .itb-text {
  bottom: 180px;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: url('/images/resources/minehead/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 100px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .nav-close, .body-class-members .nav-close, .body-class-visitorbooking .nav-close, .body-class-getawayletter .nav-close, [class*="body-class-setcoursestatus"] .nav-close, .body-class-opens .nav-close, .body-loginpage .nav-close, .invalid-page .nav-close {
  display: none;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, .invalid-page .header-logo {
  float: left;
  margin-left: 0px;
  position: relative;
  top: 5px;
  width: 64px;
  height: 90px;
  overflow: hidden;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-left, .body-class-members .header-left, .body-class-visitorbooking .header-left, .body-class-getawayletter .header-left, [class*="body-class-setcoursestatus"] .header-left, .body-class-opens .header-left, .body-loginpage .header-left {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-status, .body-class-members .header-status, .body-class-visitorbooking .header-status, .body-class-getawayletter .header-status, [class*="body-class-setcoursestatus"] .header-status, .body-class-opens .header-status, .body-loginpage .header-status, .invalid-page .header-status {
  display: none;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-right, .body-class-members .header-right, .body-class-visitorbooking .header-right, .body-class-getawayletter .header-right, [class*="body-class-setcoursestatus"] .header-right, .body-class-opens .header-right, .body-loginpage .header-right, .invalid-page .header-right {
  display: none;
}

body[class*="php-"] .top-header-left, .body-class-members .top-header-left, .body-class-visitorbooking .top-header-left, .body-class-getawayletter .top-header-left, [class*="body-class-setcoursestatus"] .top-header-left, .body-class-opens .top-header-left, .body-loginpage .top-header-left, .invalid-page .top-header-left {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, .invalid-page .header-top-right {
  top: 10px;
  display: none;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
  border-bottom: none;
  float: left;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-size: 15px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 27px;
  margin-left: 95px;
  margin-right: 0px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
  padding: 3px 20px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar, .invalid-page #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 160px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 185px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 95px;
    font-size: 15px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  margin: 2px;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: var(--headingcolor);
  color: var(--navactivelink);
}

.body-class-members h1, .body-class-members h2, .body-class-members h3, .body-class-members h4, .body-class-members h5, .body-class-members h6, .php-login h3 {
  color: var(--headingcolor);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.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-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
  .php-competition2 table.comps-list-table td.comp-fees-td {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .table td, .table th, table td, table th {
    padding: 6px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .small-page-space {
    padding: 0px 80px;
  }
  .opl-space {
    padding-left: 80px;
  }
  .opr-space {
    padding-right: 80px;
  }
  .home-status-bar {
    padding-left: 80px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .small-page-space {
    padding: 0px 60px;
  }
  .opl-space {
    padding-left: 60px;
  }
  .opr-space {
    padding-right: 60px;
  }
  .home-status-bar {
    padding-left: 60px;
    width: calc(100% - 60px);
  }
  .nav-close {
    width: 100px;
  }
  .nav-close .cross {
    left: 20px;
  }
  .nav-wrapper {
    margin: 0px 50px 0px 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .small-page-space {
    padding: 0px 40px;
  }
  .opl-space {
    padding-left: 40px;
  }
  .opr-space {
    padding-right: 40px;
  }
  .home-status-bar {
    padding-left: 40px;
    width: calc(100% - 40px);
  }
  .nav-close {
    width: 100px;
  }
  .nav-close .cross {
    left: 20px;
  }
  .nav-wrapper {
    margin: 0px 50px 0px 80px;
  }
  .hole-page-wrapper .hole-map img {
    width: 150px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .nav-close {
    right: -20px;
  }
}

@media (min-width: 980px) and (min-height: 0px) and (max-height: 899px) {
  .opl-space h2, .opr-space h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0px;
  }
  .opl-space h3, .opr-space h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0px;
  }
}

@media (min-width: 980px) and (min-height: 0px) and (max-height: 799px) {
  .opl-scroll, .opr-scroll {
    bottom: 20px;
  }
  .opl-space, .opr-space {
    padding-bottom: 90px;
    line-height: 22px;
  }
  .opl-space a, .opr-space a {
    font-size: 16px;
    padding: 7px 20px;
  }
  .hole-page-wrapper .opl-space {
    padding-bottom: 20px;
  }
  .opl-space h2, .opr-space h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 5px 0px;
  }
  .opl-space h3, .opr-space h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px;
  }
}

@media (min-width: 980px) and (min-height: 0px) and (max-height: 699px) {
  .content-wrapper {
    line-height: 22px;
  }
  .opl-scroll, .opr-scroll {
    bottom: 20px;
  }
  .opl-space, .opr-space {
    padding-bottom: 90px;
    font-size: 14px;
    line-height: 18px;
  }
  .content-wrapper .opl-space ul li, .content-wrapper .opr-scroll ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .opl-space h2 {
    margin: 10px 0px;
  }
  .opl-space h4 {
    margin: 5px 0px;
  }
  .opl-space a, .opr-space a {
    font-size: 16px;
    padding: 7px 20px;
  }
  .home-one-content h1 {
    margin-bottom: 20px;
  }
  .home-one-content p {
    margin-bottom: 20px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .small-page-space {
    padding: 0px 20px;
  }
  .opl-space {
    padding-left: 20px;
  }
  .opr-space {
    padding-right: 20px;
  }
  .home-status-bar {
    padding-left: 20px;
    width: calc(100% - 20px);
  }
  .nav-close {
    width: 70px;
    right: -20px;
  }
  .nav-close .cross {
    left: 8px;
  }
  .nav-wrapper {
    margin: 0px 50px 0px 80px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    font-size: 14px;
  }
  .home-one-content h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }
  .home-one-content p {
    margin-bottom: 30px;
  }
  #content-block-one, #content-block-two, #content-block-three, #content-block-four {
    position: relative;
  }
  #content-block-one > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-two > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-three > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-four > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .header-space {
    margin: 0px 20px;
  }
  #inner-top-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .inserted-block .inner-parallax > .wysiwyg-editable > img {
    height: calc(100vh - 56px);
    width: 100%;
    object-fit: cover;
  }
  #hole-top-block, #hole-content-block {
    position: relative;
  }
  #hole-top-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #hole-content-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #hole-content-block .opl-space {
    padding-bottom: 20px;
  }
  .on-pic-left, .on-pic-right {
    width: 550px;
  }
  .opl-scroll, .opr-scroll {
    bottom: 15px;
  }
  .opl-space, .opr-space {
    padding-bottom: 90px;
  }
  .opl-space a, .opr-space a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 11px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .small-page-space {
    padding: 0px 10px;
  }
  .opl-space {
    padding-left: 20px;
  }
  .opr-space {
    padding-right: 20px;
  }
  .home-status-bar {
    padding-left: 20px;
    width: calc(100% - 20px);
  }
  .nav-close {
    width: 70px;
    right: -20px;
  }
  .nav-close .cross {
    left: 8px;
  }
  .nav-wrapper {
    margin: 0px 50px 0px 80px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
  }
  .home-one-content h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }
  .home-one-content p {
    margin-bottom: 30px;
  }
  #content-block-one, #content-block-two, #content-block-three, #content-block-four {
    position: relative;
  }
  #content-block-one > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-two > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-three > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #content-block-four > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .header-space {
    margin: 0px 20px;
  }
  #inner-top-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .inserted-block .inner-parallax > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #hole-top-block, #hole-content-block {
    position: relative;
  }
  #hole-top-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #hole-content-block > .wysiwyg-editable > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #hole-content-block .opl-space {
    padding-bottom: 20px;
  }
  .on-pic-left, .on-pic-right {
    width: 550px;
  }
  .opl-scroll, .opr-scroll {
    bottom: 15px;
  }
  .opl-space, .opr-space {
    padding-bottom: 90px;
  }
  .opl-space a, .opr-space a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .hole-nav ul {
    margin: 0px auto;
    width: 500px;
  }
  .body-class-course_introduction .inner-page-wrapper .itb-text, .hole-page-wrapper .itb-text {
    bottom: 200px;
  }
  .ht-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    top: 42%;
  }
  #hole-top-block > .wysiwyg-editable > img, #content-block-one > .wysiwyg-editable > img, #inner-top-block > .wysiwyg-editable > img, #inner-top-block {
    height: calc(100vh - 156px);
  }
  .mff-copy {
    font-size: 14px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    background: var(--headerbg);
    min-height: 100px;
  }
  .navbar .btn-navbar {
    top: 10px;
  }
  .navbar .btn-navbar .club-menu-button {
    color: var(--navlink);
  }
  .navbar .btn-navbar .club-menu-button-lines .icon-bar {
    background: var(--navlink);
  }
  .body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
    top: 5px;
    opacity: 1;
    visibility: visible;
    width: 64px;
  }
  #myNavbar {
    position: relative;
    top: 0px;
    height: 0px !important;
  }
  .show-menu #myNavbar {
    top: 0px;
    height: auto !important;
  }
  .nav-wrapper {
    margin: 100px 0px 0px 0px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-close {
    width: 100px;
    height: 100px;
    right: 0px;
    top: 0px;
    display: none;
  }
  .nav-close .cross {
    top: 50px;
    left: 20px;
  }
  .fix.show-menu #myNavbar {
    top: 0px;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
    display: block;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
    top: 0px;
    margin-left: 0px;
  }
  body[class*="php-"].show-menu .navbar .btn-navbar, .body-class-members.show-menu .navbar .btn-navbar, .body-class-visitorbooking.show-menu .navbar .btn-navbar, .body-class-getawayletter.show-menu .navbar .btn-navbar, [class*="body-class-setcoursestatus"].show-menu .navbar .btn-navbar, .body-class-opens.show-menu .navbar .btn-navbar, .body-loginpage.show-menu .navbar .btn-navbar, .invalid-page.show-menu .navbar .btn-navbar, .show-menu .navbar .btn-navbar {
    opacity: 1;
    visibility: visible;
    z-index: 60;
  }
  body[class*="php-"].show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .body-class-members.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .body-class-visitorbooking.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .body-class-getawayletter.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, [class*="body-class-setcoursestatus"].show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .body-class-opens.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .body-loginpage.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .invalid-page.show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar, .show-menu .navbar .btn-navbar .club-menu-button-lines .top-bar {
    top: 39px;
    transform: rotate(45deg);
  }
  body[class*="php-"].show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .body-class-members.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .body-class-visitorbooking.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .body-class-getawayletter.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, [class*="body-class-setcoursestatus"].show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .body-class-opens.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .body-loginpage.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .invalid-page.show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar, .show-menu .navbar .btn-navbar .club-menu-button-lines .middle-bar {
    opacity: 0;
  }
  body[class*="php-"].show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .body-class-members.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .body-class-visitorbooking.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .body-class-getawayletter.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, [class*="body-class-setcoursestatus"].show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .body-class-opens.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .body-loginpage.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .invalid-page.show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar, .show-menu .navbar .btn-navbar .club-menu-button-lines .bottom-bar {
    top: 39px;
    transform: rotate(-45deg);
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
    float: none;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
    padding: 9px 15px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .home-one-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    padding: 20px;
    background: var(--innerpagebg);
  }
  .home-one-content h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--headingcolor2);
    margin-bottom: 20px;
  }
  .home-one-content p {
    display: none;
  }
  .home-one-content h5 {
    margin-bottom: 5px;
    margin-right: 0px;
    display: block;
  }
  .home-status-bar {
    position: relative;
    padding: 20px;
    bottom: 0px;
    flex-direction: column;
    width: calc(100% - 40px);
    text-align: center;
    background: var(--innerpagebg);
  }
  .hsb-title::after {
    display: none;
  }
  .hsb-info {
    margin: 20px 0px 0px;
  }
  .on-pic-left {
    position: relative;
    background: var(--inneraltpagebg);
    width: 100%;
    height: auto;
    text-align: center;
  }
  .opl-space {
    padding: 50px 20px;
    position: relative;
  }
  .opl-space a {
    font-size: 16px;
    text-align: left;
  }
  .on-pic-right {
    position: relative;
    background: var(--innerpagebg);
    width: 100%;
    height: auto;
    text-align: center;
  }
  .opr-space {
    padding: 50px 20px;
    position: relative;
  }
  .opr-space a {
    font-size: 16px;
  }
  .opl-scroll, .opr-scroll {
    display: none;
  }
  .page-space {
    padding: 0px 20px;
  }
  .small-page-space {
    padding: 0px 20px;
  }
  .pf-extra-logos {
    margin-left: 0px;
  }
  .pf-extra-logos a {
    display: block;
  }
  .pf-extra-logos a:nth-of-type(2) {
    margin: 15px 0px;
  }
  .pf-links {
    font-size: 0px;
    line-height: 0px;
  }
  .pf-links a {
    display: block;
    font-size: 16px;
    line-height: 28px;
  }
  .public-footer {
    padding: 50px 0px;
  }
  .mf-flex {
    flex-direction: column;
    text-align: center;
  }
  .mff-copy {
    width: 100%;
  }
  .mff-ig {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .inner-parallax, #inner-top-block {
    height: auto;
  }
  .inner-page-wrapper .itb-text {
    position: relative;
    bottom: 0px;
    background: var(--innerpagebg);
    left: 0px;
    right: 0px;
    padding: 20px;
  }
  .itb-explore {
    display: none;
  }
  .itb-text h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: var(--innerpagebg);
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }
  .hole-map img {
    width: 150px;
  }
  .hole-yards {
    margin: 20px auto 0px;
    width: 250px;
  }
  .ht-play {
    top: 150px;
    transform: translateY(0px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .hole-page-wrapper .itb-text {
    position: relative;
    bottom: 0px;
    background: var(--innerpagebg);
    left: 0px;
    right: 0px;
    padding: 20px;
  }
  .content-wrapper .inner-page-wrapper .inner-parallax form {
    min-width: initial;
  }
  .inner-intro {
    padding: 30px 0px 60px;
  }
  .hole-nav ul {
    margin: 0px auto;
    width: 310px;
  }
  .accordion-content {
    overflow-x: scroll;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

.inner-page-wrapper h4, .inner-page-wrapper h6 {
  color: #fff;
}

.inner-intro a:hover, .inserted-block a:hover, .inner-intro a:focus, .inserted-block a:focus {
  text-decoration: underline;
  color: #fff;
}

/* editor */

.php-ckeditor .inner-page-wrapper h1 {
  color: #fff;
}

.php-ckeditor .home-page-wrapper h2, .php-ckeditor .inner-page-wrapper h2, .php-ckeditor .hole-page-wrapper h2 {
  color: var(--headingcolor2);
}

.php-ckeditor .home-page-wrapper h3, .php-ckeditor .inner-page-wrapper h3, .php-ckeditor .hole-page-wrapper h3 {
  color: #fff;
}

.php-ckeditor .home-page-wrapper h4, .php-ckeditor .inner-page-wrapper h4, .php-ckeditor .hole-page-wrapper h4 {
  color: #fff;
}

.php-ckeditor .home-page-wrapper h5, .php-ckeditor .inner-page-wrapper h5, .php-ckeditor .hole-page-wrapper h5 {
  color: var(--headingcolor2);
}

.php-ckeditor .home-page-wrapper h6, .php-ckeditor .inner-page-wrapper h6, .php-ckeditor .hole-page-wrapper h6 {
  color: #fff;
}

.php-ckeditor #content-block-one, .php-ckeditor #content-block-two, .php-ckeditor #content-block-three, .php-ckeditor #content-block-four {
  height: auto;
}

.php-ckeditor #content-block-one > .wysiwyg-editable > img, .php-ckeditor #content-block-two > .wysiwyg-editable > img, .php-ckeditor #content-block-three > .wysiwyg-editable > img, .php-ckeditor #content-block-four > .wysiwyg-editable > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.php-ckeditor .home-status-bar {
  display: none;
}

.php-ckeditor .home-one-content h1 {
  margin-bottom: 20px;
}

.php-ckeditor .home-one-content p {
  margin-bottom: 20px;
}

.php-ckeditor .itb-explore {
  display: none;
}

.php-ckeditor .additional-boxes {
  margin-top: 50px;
}

.php-ckeditor #inner-top-block > .wysiwyg-editable > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.php-ckeditor .inner-parallax > .wysiwyg-editable > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.php-ckeditor #hole-top-block {
  position: relative;
}

.php-ckeditor #hole-top-block > .wysiwyg-editable > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.php-ckeditor #hole-content-block {
  position: relative;
}

.php-ckeditor #hole-content-block > .wysiwyg-editable > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.php-ckeditor .ht-play {
  display: none;
}

.php-ckeditor .itb-text h1 {
  color: #fff;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

/* forms */

.inner-page-wrapper form {
  max-width: 640px;
  width: 100%;
  text-align: left;
}

.inner-page-wrapper .inner-full-added form, .inner-page-wrapper .inner-intro form {
  margin: 30px auto 0px;
  text-align: left;
}

.inner-page-wrapper .customFormLine {
  display: block;
  position: relative;
}

.inner-page-wrapper .customFormRadioItem {
  text-align: left;
}

.inner-page-wrapper .colour-bg label, .inner-page-wrapper .inner-intro label {
  margin: 0px;
  position: absolute;
  left: 25px;
  top: 13px;
  opacity: 1;
  visibility: visible;
  font-size: 16px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.inner-page-wrapper .colour-bg .hide-label label, .inner-page-wrapper .inner-intro .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.inner-page-wrapper .colour-bg input, .inner-page-wrapper .inner-intro input {
  background: transparent;
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 37px;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.inner-page-wrapper .colour-bg textarea, .inner-page-wrapper .inner-intro textarea {
  background: transparent;
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 97px;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.inner-page-wrapper .colour-bg select, .inner-page-wrapper .inner-intro select {
  background: transparent;
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 37px;
  box-sizing: content-box;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.body-class-membership .inner-page-wrapper .colour-bg .customFormLine:nth-child(6) label, .body-class-test_page .inner-page-wrapper .inner-intro .customFormLine:nth-child(4) label, .body-class-test_page .inner-page-wrapper .inner-intro .customFormLine:nth-child(7) label, .body-class-test_page .inner-page-wrapper .inner-intro .customFormLine:nth-child(8) label, .body-class-membership_application .inner-page-wrapper .inner-intro .customFormLine:nth-child(7) label {
  position: relative;
  top: 0px;
  left: 5px;
  text-align: left;
  margin-bottom: 10px;
}

.inner-page-wrapper .colour-bg select option, .inner-page-wrapper .inner-intro select option {
  color: #000;
}

.body-class-test_page .inner-page-wrapper .inner-intro .customFormLine:nth-child(7), .body-class-test_page .inner-page-wrapper .inner-intro .customFormLine:nth-child(8) {
  text-align: left;
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  text-shadow: none;
  background: transparent;
  color: #fff;
  margin: 5px auto 0px;
  padding: 10px 30px;
  border-radius: 0px;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: var(--headingcolor2);
}

.inner-page-wrapper .inner-parallax form {
  min-width: 600px;
  margin: 0px;
}

.inner-page-wrapper .inner-parallax label {
  margin: 0px;
  position: absolute;
  left: 25px;
  top: 9px;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.inner-page-wrapper .inner-parallax .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.inner-page-wrapper .inner-parallax input {
  background: rgba(255,255,255,0.5);
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 29px;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.inner-page-wrapper .inner-parallax textarea {
  background: rgba(255,255,255,0.5);
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 77px;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.inner-page-wrapper .inner-parallax select {
  background: rgba(255,255,255,0.5);
  border: 1px solid #fff;
  width: calc(100% - 52px);
  height: 29px;
  box-sizing: content-box;
  border-radius: 0px;
  color: #fff;
  padding: 4px 25px;
}

.inner-page-wrapper .inner-parallax form input[type*="submit"] {
  text-align: right;
  width: auto;
  height: auto;
  text-shadow: none;
  background: rgba(255,255,255,0.5);
  color: #fff;
  margin: 5px auto 0px;
  padding: 6px 20px;
  border-radius: 0px;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: var(--headingcolor2);
}

.inner-page-wrapper .inner-parallax form {
  text-align: right;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-col ul li, .hmf-content ul li, .inner-full-added ul li, .opl-space ul li, .opr-space ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before, .opl-space ul li::before, .opr-space ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #fff;
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .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;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .htcc-space table th {
  border: 1px solid #fff;
  padding: 6px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td {
  border: 1px solid #fff;
  padding: 6px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space 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;
}

.php-index #leftcontent i {
  font-size: 24px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/minehead/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page #globalwrap h3 {
  color: var(--headingcolor);
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .home-one-content {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    padding: 20px;
    background: var(--innerpagebg);
  }
  .home-one-content h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--headingcolor2);
    margin-bottom: 20px;
  }
  .home-one-content p {
    display: none;
  }
  .home-one-content h5 {
    margin-bottom: 5px;
    margin-right: 0px;
  }
  .home-status-bar {
    position: relative;
    padding: 20px;
    bottom: 0px;
    flex-direction: column;
    width: calc(100% - 40px);
    text-align: center;
    background: var(--innerpagebg);
  }
  .hsb-title::after {
    display: none;
  }
  .hsb-info {
    margin: 20px 0px 0px;
  }
  .on-pic-left {
    position: relative;
    background: var(--inneraltpagebg);
    width: 100%;
    height: auto;
    text-align: center;
  }
  .opl-space {
    padding: 50px 20px;
    position: relative;
  }
  .opl-scroll {
    display: none;
  }
  .opl-space a {
    padding: 15px 20px;
    text-align: left;
  }
  .on-pic-right {
    position: relative;
    background: var(--innerpagebg);
    width: 100%;
    height: auto;
    text-align: center;
  }
  .opr-space {
    padding: 50px 20px;
    position: relative;
  }
  .opr-scroll {
    display: none;
  }
  .opr-space a {
    padding: 15px 20px;
    text-align: left;
  }
  .body-class-course_introduction .inner-page-wrapper .itb-text, .hole-page-wrapper .itb-text {
    bottom: 0px;
  }
  .inner-page-wrapper .itb-text {
    position: relative;
    bottom: 0px;
    background: var(--innerpagebg);
    left: 0px;
    right: 0px;
    padding: 20px;
  }
  .itb-explore {
    display: none;
  }
  .itb-text h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: var(--innerpagebg);
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }
  .hole-map img {
    width: 150px;
  }
  .inner-parallax, #inner-top-block {
    height: auto;
  }
  .hole-yards {
    margin: 20px auto 0px;
    width: 250px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  #content-block-one > .wysiwyg-editable > img, #inner-top-block > .wysiwyg-editable > img, #hole-top-block > .wysiwyg-editable > img {
    height: calc(100vh - 56px);
    width: 100%;
    object-fit: cover;
  }
  #content-block-two > .wysiwyg-editable > img, #content-block-three > .wysiwyg-editable > img, #content-block-four > .wysiwyg-editable > img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
  .inner-parallax > .wysiwyg-editable > img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
  #hole-content-block > .wysiwyg-editable > img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
}

.ht-play {
  display: none;
}

.body-public.body-contentpage table thead th, .body-public.body-contentpage table tbody th {
  text-transform: uppercase;
}

#map_container h5 {
  color: var(--headingcolor);
}

.body-public.body-contentpage.invalid-page .header-logo {
  opacity: 1;
  visibility: visible;
}

.php-competition2 .comp-ical-td {
  font-size: 0px;
}

.php-competition2 .comp-ical-td i {
  font-size: 12px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .on-pic-left {
    height: calc(100vh - 56px);
  }
  .on-pic-right {
    height: calc(100vh - 56px);
  }
  #content-block-one, #content-block-two, #content-block-three, #content-block-four {
    height: calc(100vh - 56px);
  }
  .inner-parallax, #hole-top-block, #inner-top-block {
    height: calc(100vh - 56px);
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .on-pic-left {
    height: calc(100vh - 56px);
  }
  .on-pic-right {
    height: calc(100vh - 56px);
  }
  .inner-parallax {
    height: calc(100vh - 56px);
  }
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-weatherfg .table th, .php-weatherfg .table td {
  border: none;
}

.inner-parallax table td {
  border-bottom: 1px solid #fff;
}

@media (min-width: 980px) {
  .body-class-green_fees .additional-boxes .inserted-block:nth-of-type(2) .opr-space {
    padding-bottom: 20px;
  }
  .body-class-green_fees table td {
    line-height: 18px;
  }
}

#inner-top-block .galleryInner, #inner-top-block .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

#inner-top-block .galleryWrapper {
  position: relative;
}

#inner-top-block .galleryWrapper::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#inner-top-block .nivo-directionNav {
  display: none;
}

#inner-top-block .nivo-controlNav-Wrapper {
  display: none;
}

#inner-top-block > .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  #inner-top-block .galleryInner, #inner-top-block .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #inner-top-block .galleryInner, #inner-top-block .galleryInner img {
    height: calc(100vh - 156px) !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #inner-top-block .galleryInner, #inner-top-block .galleryInner img {
    height: auto !important;
  }
}

.opl-space h5 a, .opr-space h5 a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--buttonhighlight);
  border-radius: 50px;
}

.opl-space h5 a:hover, .opr-space h5 a:hover, .opl-space h5 a:focus, .opr-space h5 a:focus {
  background: var(--headingcolor);
  color: var(--headingcolor2);
}

.opl-space h5 br, .opr-space h5 br {
  display: none;
}

.opl-space h5 a::after, .opr-space h5 a::after {
  display: none;
}

.body-class-members.body-contentpage .members-page table td {
  border-color: var(--headingcolor);
}

.body-class-members.body-contentpage .members-page h5 a {
  background: var(--headingcolor);
  color: #fff;
}

.body-class-members.body-contentpage .members-page h5 a:hover, .body-class-members.body-contentpage .members-page h5 a:focus {
  color: var(--headingcolor2);
}

table td h5 {
  margin: 0px;
}

table td h5 a {
  padding: 5px 20px;
}

table td p {
  margin: 0px;
}

.php-ckeditor .members-page h5 a {
  background: var(--headingcolor);
  color: #fff;
}

.body-class-members.body-contentpage .inner-parallax, .body-class-members.body-contentpage #inner-top-block {
  height: auto;
}

.body-class-members .inner-page-wrapper h1, .body-class-members .inner-page-wrapper h2, .body-class-members .inner-page-wrapper h3, .body-class-members .inner-page-wrapper h5 {
  color: var(--headingcolor2);
}

.body-class-members .inner-page-wrapper h4, .body-class-members .inner-page-wrapper h6 {
  color: #fff;
}

.page-url-site_content_training form .customFormLine:nth-child(4) label, .page-url-site_content_training form .customFormLine:nth-child(6) label, .page-url-site_content_training form .customFormLine:nth-child(7) label {
  position: relative;
  left: 0px;
  top: 0px;
}

.page-url-site_content_training form .customFormLine:nth-child(4).hide-label label {
  opacity: 1;
  visibility: visible;
}

.body-class-members.body-contentpage .on-pic-left {
  height: 100%;
}

.body-class-members.body-contentpage .on-pic-right {
  height: 100%;
}
 
/* end anton styles */

.page-space form fieldset span.customFormLine label {
	position: initial;
	}