/* anton styles */

/* fonts */

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Montserrat', sans-serif;
  --headingcolor: #012716;
  --headingcolor2: #022E1A;
  --highlightcolor: #806100;
  --publicheadingcolor: #fff;
  --bodycolor: #2d2d2d;
  --publicbodycolor: #fff;
  --headerbg: rgba(0,0,0,0.5);
  --topfooterbg: #EFF3EC;
  --bottomfooterbg: #2b2b2b;
  --navbg: #2C2C2C;
  --navlink: #fff;
  --navactivelink: #cca733;
  --dropdownbg: #1a1a1a;
  --dropdownlink: #fff;
  --dropdownlinkactive: #cca733;
  --scorecardblue: #03009F;
  --scorecardwhite: #fff;
  --scorecardyellow: #DDB21D;
  --scorecardred: #B10837;
  --publicpagebg: #022716;
  --publicpagebgalt: #022E1A;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--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(--headingcolor2);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #fff;
  color: var(--headingcolor);
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  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: transparent;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

.inner-main a:hover, .inner-main a:focus {
  color: #fff;
}

.inner-main a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  border: 1px solid rgba(255,255,255,0.6);
  z-index: 1001;
  min-height: 118px;
  background: var(--headerbg);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 98px;
  background: rgba(0,0,0,0.7);
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 14px;
  z-index: 50;
  width: 68px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  width: 65px;
}

.header-links {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 40;
  font-size: 0px;
}

.header-links a {
  display: inline-block;
  line-height: 118px;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 40px;
  border-right: 1px solid rgba(255,255,255,0.6);
  font-size: 16px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-links a {
  line-height: 98px;
}

.header-links a:hover, .header-links a:focus {
  background: rgba(0,0,0,1);
}

.header-weather {
  position: absolute;
  right: 290px;
  top: 42px;
  color: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-weather {
  top: 32px;
}

.header-weather .weatherSingle {
  position: relative;
  width: 150px;
}

.header-weather .weatherImage {
  position: absolute;
  right: 0px;
}

.header-weather .weatherImage i {
  font-size: 28px;
}

.header-weather .weatherDate {
  position: absolute;
  left: 0px;
  top: 5px;
  text-transform: uppercase;
}

.header-weather .weatherTemp {
  position: absolute;
  left: 70px;
  top: 5px;
}

/* navbar */

.navbar {
  margin: 0px;
}

#hamburger-icon {
  position: absolute;
  right: 50px;
  width: 200px;
  height: 60px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 30;
  top: 29px;
  margin: 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix #hamburger-icon {
  top: 19px;
}

#hamburger-icon:focus {
  background: transparent;
}

#hamburger-icon:hover {
  background: rgba(0,0,0,1);
}

#hamburger-icon .line {
  height: 2px;
  position: absolute;
  left: 110px;
  background: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon .line-1 {
  width: 60px;
  top: 20px;
}

#hamburger-icon .line-2 {
  width: 50px;
  top: 29px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  width: 60px;
  top: 38px;
}

.show-menu #hamburger-icon .line-1 {
  width: 40px;
  top: 30px;
  transform: rotate(45deg);
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  width: 40px;
  top: 30px;
  transform: rotate(-45deg);
}

#hamburger-icon .menu-open {
  position: absolute;
  left: 20px;
  text-transform: uppercase;
  color: #fff;
  top: 20px;
  font-size: 16px;
}

#myNavbar {
  position: fixed;
  top: 0px;
  right: -450px;
  min-height: 100vh;
  background: var(--navbg);
  width: 450px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  right: 0px;
}

.nav-wrapper {
  margin-top: 100px;
  padding: 12px 30px 30px;
  height: calc(100vh - 114px);
  overflow-y: auto;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
  text-align: center;
}

.navbar .nav > li {
  float: none;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  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.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -4px;
  top: 11px;
  font-size: 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

[class*="php-"] .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after, .body-class-members .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.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 {
  position: relative;
  background: var(--dropdownbg);
  border: none;
  box-shadow: none;
  float: none;
  margin: 0px 10px;
  border-radius: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 20px;
  /*white-space: normal;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

.nav-status {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}

.nav-status-trig {
  color: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.nav-status:hover .nav-status-trig {
  color: var(--navactivelink);
  cursor: pointer;
}

.nav-status h3 {
  display: none;
}

.nav-status-info {
  margin-top: 20px;
  text-transform: initial;
  display: none;
}

/* footer */

.public-footer {
  background: var(--topfooterbg);
  padding: 150px 0px 60px;
  position: relative;
}

.pf-logo {
  position: absolute;
  top: -64px;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 125px;
  margin: 0px auto;
  z-index: 20;
}

.pf-logo img {
  position: relative;
  z-index: 5;
  top: 14px;
}

.pf-logo::after {
  content: '';
  width: 125px;
  height: 125px;
  display: inline-block;
  border-radius: 50%;
  background: var(--headingcolor);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.pf-title p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
}

.pf-flex {
  margin-top: 35px;
  display: flex;
}

.pf-flex > div {
  flex: 1 1 0;
}

.pff-address a {
  color: var(--bodycolor);
}

.pff-address a:hover, .pff-address a:focus {
  color: var(--bodycolor);
  text-decoration: underline;
}

.pff-newsletter {
  margin: 0px 20px;
}

.pff-newsletter form {
  position: relative;
}

.pff-newsletter form label {
  position: absolute;
  top: 13px;
  left: 8px;
  opacity: 1;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.pff-newsletter form .hide-label label {
  opacity: 0;
}

.pff-newsletter form input {
  padding-right: 120px;
  width: calc(100% - 130px);
  border: 1px solid var(--bodycolor);
  height: 40px;
  border-radius: 0px;
  background: transparent;
}

.pff-newsletter form input[type*="submit"] {
  position: absolute;
  top: 0px;
  right: 2px;
  width: auto;
  padding: 5px 20px;
  background: var(--headingcolor);
  color: #fff;
  height: 49px;
  font-size: 18px;
  margin: 0px;
}

.pff-newsletter form input[type*="submit"]:hover, .pff-newsletter form input[type*="submit"]:focus {
  background: #000;
  color: #fff;
}

.pf-flex h6 {
  color: var(--bodycolor);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 25px;
  letter-spacing: 1px;
}

.pff-social {
  text-align: center;
}

.pff-social a {
  font-size: 0px;
  margin-right: 10px;
  color: var(--bodycolor);
}

.pff-social a:hover, .pff-social a:focus {
  opacity: 0.6;
}

.pff-social a em {
  font-size: 26px;
  position: relative;
  left: 3.25px;
}

.pff-social a img {
  width: 22px;
  position: relative;
  top: -9px;
}

.members-footer {
  padding: 50px 0px;
  background: var(--bottomfooterbg);
  color: #fff;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-flex > div {
  width: 33.33%;
}

.mff-links {
  margin: 0px 20px;
}

.mff-links a {
  color: #fff;
}

.mff-links a:hover, .mff-links a:focus {
  color: var(--navactivelink);
}

.mff-vert-line {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #fff;
  margin: 0px 6px;
  position: relative;
  top: 4px;
}

.mff-ig {
  text-align: right;
}

.mff-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hs-title {
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  z-index: 20;
  bottom: 150px;
}

.hs-title h1 {
  color: #fff;
  margin: 0px;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hs-explore {
  position: absolute;
  bottom: 100px;
  width: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 18;
  text-align: center;
  color: #fff;
  font-size: 32px;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.hs-explore:hover, .hs-explore:focus {
  cursor: pointer;
  color: var(--navactivelink);
}

.home-intro-block {
  text-align: center;
  color: var(--publicbodycolor);
  padding: 90px 0px 120px;
  background: var(--publicpagebg);
}

.home-intro-block h2 {
  color: var(--publicbodycolor);
}

.body-public .content-wrapper [class*="editor-only"] {
  display: none;
}

.home-grid {
  display: grid;
  gap: 1px 2px;
  margin: 1px;
}

.hg-one {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.hg-two {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 1;
}

.hg-three {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 1;
}

.hg-four {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}

.hg-five {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
}

.hg-six {
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 2;
}

.home-grid a {
  display: block;
  height: 100%;
}

.hg-pic {
  position: relative;
  height: 100%;
}

.hg-pic > .wysiwyg-editable {
  height: 100%;
}

.hg-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hg-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  z-index: 20;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
}

.hg-overlay {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hg-pic:hover .hg-overlay {
  background: rgba(2,39,22,0.7);
}

.home-testimonials-block {
  background: var(--publicpagebg);
  color: var(--publicbodycolor);
  padding: 150px 0px;
  text-align: center;
}

.home-testimonials-block h2 {
  color: var(--publicbodycolor);
  text-transform: uppercase;
}

.home-testimonials-block .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height: auto !important;*/
  background: none;
}

.content-wrapper .home-testimonials-block .galleryInner .nivo-caption {
    width: 100%;
    -moz-opacity: 1;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 40px;
  max-width: 1070px;
  color: #000;
  border-radius: 6px;
  font-family: var(--bodyfont);
}

.home-testimonials-block .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-shadow: none;
}

.home-testimonials-block .galleryInner .nivo-caption h4 {
  text-transform: capitalize;
  font-weight: 400;
  background: transparent;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 8px 0px 0px;
  font-family: var(--headingfont);
}

.home-testimonials-block .galleryInner img {
    display: none !important;
}

#globalwrap .home-testimonials-block .nivo-directionNav {
  display: none;
}

.home-testimonials-block .nivo-controlNav-Wrapper {
  display: none;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.home-testimonials-block .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
  display: none;
}

.content-wrapper .home-testimonials .nivo-controlNav a {
  width: 10px;
  height: 10px;
  background-image: none;
  border: 2px solid #1B3864;
  border-radius: 50%;
  background: transparent;
  margin-right: 6px;
  display: inline-block;
}

.content-wrapper .home-testimonials .nivo-controlNav a.active {
  background: #1B3864;
}

.home-testimonials-block, .home-testimonials-block .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-intro {
  padding: 50px 0px 100px;
  text-align: center;
  background: var(--publicpagebg);
  color: #fff;
}

.inner-main h1, .inner-main h2, .inner-main h3, .inner-main h4, .inner-main h5, .inner-main h6 {
  color: #fff;
}

.inner-main h1, .inner-main h2 {
  text-transform: uppercase;
}

/* 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; /* change this padding to increase / decrease the gap between added sections */
}

.inserted-block:nth-of-type(odd) {
  background: var(--publicpagebgalt);
  color: #fff;
}

.inserted-block:nth-of-type(even) {
  background: var(--publicpagebg);
  color: #fff;
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
  font-family: var(--headingfont);
  padding: 100px 0px;
}

.two-equal-added.flex-row {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  font-family: var(--headingfont);
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.two-unequal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.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 {
  padding: 100px 0px;
  display: flex;
  font-family: var(--headingfont);
}

.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;
  font-family: var(--headingfont);
}

.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 {
  padding: 100px 0px;
  display: flex;
  font-family: var(--headingfont);
}

.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;
}

.home-flex {
  display: flex;
  align-items: center;
}

.home-flex.flip-flex {
  flex-direction: row-reverse;
}

.home-flex > div {
  flex: 1 1 0;
}

.hf-content h5 {
  display: inline-block;
  margin-right: 15px;
  font-family: var(--headingfont);
}

.hfc-space {
  padding: 50px 100px;
}

.hf-pic {
  position: relative;
  overflow: hidden;
}

.hf-pic img {
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.hf-pic:hover img {
  transform: scale(1.1,1.1);
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: center;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 80px;
  width: 40px;
  height: 1px;
  background: #fff;
  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: -5px;
  right: 100px;
  height: 40px;
  width: 1px;
  background: #fff;
  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 */

.mens-scorecard table th:nth-child(2), .mens-scorecard table td:nth-child(2) {
  background: var(--scorecardblue);
  color: #fff;
}

.mens-scorecard table th:nth-child(3), .mens-scorecard table td:nth-child(3) {
  background: var(--scorecardwhite);
  color: #000;
}

.mens-scorecard table th:nth-child(4), .mens-scorecard table td:nth-child(4) {
  background: var(--scorecardyellow);
  color: #000;
}

.womens-scorecard table th:nth-child(2), .womens-scorecard table td:nth-child(2) {
  background: var(--scorecardred);
  color: #fff;
}

/* hole */

.hole-nav {
  background: var(--publicpagebgalt);
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  margin: 0px 7px;
  font-size: 0px;
  display: inline-block;
}

.hole-nav ul li a {
  color: #fff;
  display: inline-block;
  width: 34px;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  border: 1px solid #fff;
}

.hole-content {
  background: var(--publicpagebg);
  color: #fff;
  padding: 50px 0px 150px;
}

.hole-title {
  text-align: center;
  margin-bottom: 60px;
}

.hole-title h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}

.hole-flex {
  display: flex;
  flex-direction: row-reverse;
}

.hole-flex > div {
  flex: 1 1 0;
}

.hf-map {
  text-align: right;
  margin-right: 40px;
}

.hf-info {
  margin-left: 40px;
}

.hfi-yards > div {
  margin-bottom: 10px;
  line-height: 30px;
}

.hole-blue::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--scorecardblue);
  float: left;
  margin-right: 12px;
}

.hole-white::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--scorecardwhite);
  float: left;
  margin-right: 12px;
}

.hole-yellow::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--scorecardyellow);
  float: left;
  margin-right: 12px;
}

.hole-red::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--scorecardred);
  float: left;
  margin-right: 12px;
}

.hfi-desc {
  margin-top: 50px;
}

.hfi-desc h2 {
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
}

.inner-slideshow .wysiwyg-editable > br {
  display: none;
}

/* 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/cork/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: #000;
  width: 100%;
  min-height: 98px;
  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-"] .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: 65px;
}

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-weather, .body-class-members .header-weather, .body-class-visitorbooking .header-weather, .body-class-getawayletter .header-weather, [class*="body-class-setcoursestatus"] .header-weather, .body-class-opens .header-weather, .body-loginpage .header-weather {
  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;
}

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: 8px 20px;
  text-align: left;
}

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;
  left: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 980px) {
  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: 220px; 
  }
  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: 768px) and (max-width: 979px) {
  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: 220px; 
  }
  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: 125px;
  }
}

@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: 220px; 
  }
  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: 125px;
    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: #000;
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  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: 5px;
  right: 5px;
}

.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;
  border: none;
}

.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;
  }
}

.body-class-members .header-wrapper .nav > li:nth-of-type(2) {
  display: none;
}

.body-class-members .header-wrapper .nav > li:nth-of-type(3) {
  display: none;
}

.body-class-members .header-wrapper .nav > li:nth-of-type(4) {
  display: none;
}

.body-class-members .header-wrapper .nav > li:nth-of-type(5) {
  display: none;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .mf-flex {
    font-size: 14px;
  }
  .hfc-space {
    padding: 30px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .mf-flex {
    font-size: 13px;
  }
  .hfc-space {
    padding: 20px;
  }
  .home-flex {
    align-items: stretch;
  }
  .home-flex .hf-pic .wysiwyg-editable {
    height: 100%;
  }
  .home-flex .hf-pic .wysiwyg-editable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-links a {
    padding: 0px 20px;
    text-transform: capitalize;
  }
  .header-weather {
    right: 240px;
  }
  #hamburger-icon {
    right: 20px;
  }
  .hg-content {
    font-size: 22px;
    line-height: 32px;
  }
  .home-flex {
    align-items: stretch;
  }
  .hfc-space {
    padding: 20px;
  }
  .hf-pic .wysiwyg-editable {
    height: 100%;
  }
  .hf-pic .wysiwyg-editable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pf-flex h6 {
    text-transform: initial;
    letter-spacing: 0px;
  }
  .mff-links a {
    display: inline-block;
  }
  .hole-nav ul li {
    margin: 0px 5px;
  }
  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: 15px;
    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;
  }
  .header-links a {
    font-size: 14px;
    padding: 0px 10px;
    text-transform: capitalize;
  }
  .hg-content {
    font-size: 20px;
    line-height: 30px;
  }
  .pff-newsletter form input {
    padding: 4px 6px;
    width: calc(100% - 14px);
  }
  .pff-newsletter form input[type*="submit"] {
    position: relative;
  }
  .hfc-space {
    padding: 20px;
  }
  .home-flex, .home-flex.flip-flex {
    align-items: initial;
    flex-direction: column;
    text-align: center;
  }
  .hf-pic {
    overflow: visible;
    margin: 30px auto;
    max-width: 450px;
    width: 100%;
  }
  .hf-pic:hover img {
    transform: scale(1,1);
  }
  .hole-nav ul {
    width: 525px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 7px;
  }
  .four-equal-added.flex-row {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin-right: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:last-child {
    margin-left: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .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) {
  #hamburger-icon {
    width: 80px;
    right: 10px;
  }
  #hamburger-icon .line {
    left: 10px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 20px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 20px;
  }
  #hamburger-icon .menu-open {
    display: none;
  }
  .header-weather {
    right: 110px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: var(--navlink);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    background: transparent;
    color: var(--navactivelink);
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .public-footer {
    padding: 100px 0px 30px;
  }
  .pf-title {
    text-align: center;
  }
  .pf-flex {
    flex-direction: column;
    text-align: center;
  }
  .pff-newsletter {
    margin: 20px 0px;
  }
  .pff-newsletter form {
    margin: 0px;
  }
  .pff-newsletter .wysiwyg-editable > br {
    display: none;
  }
  .pff-newsletter form input[type*="submit"] {
    margin: 0px !important;
  }
  .members-footer {
    padding: 20px 0px;
  }
  .mf-flex {
    text-align: center;
    flex-direction: column;
  }
  .mff-links {
    margin: 20px 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;
    position: absolute;
    top: 19px;
  }
  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-"] .navbar-inverse .nav, .body-class-visitorbooking .navbar-inverse .nav, .body-class-getawayletter .navbar-inverse .nav, [class*="body-class-setcoursestatus"] .navbar-inverse .nav, .body-class-opens .navbar-inverse .nav, .body-loginpage .navbar-inverse .nav, .body-class-members .navbar-inverse .nav, .invalid-page .navbar-inverse .nav {
    text-align: left;
  }
  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;
  }
  .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    right: 4px;
  }
  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: 18px;
  }
  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;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-wrapper {
    min-height: 98px;
  }
  .header-links a {
    line-height: 49px;
    letter-spacing: 0px;
    font-size: 12px;
    padding: 0px 10px;
    text-transform: capitalize;
    display: block;
  }
  .fix .header-links a {
    line-height: 49px;
  }
  .header-weather {
    display: none;
  }
  .header-logo {
    top: 5px;
    width: 65px;
  }
  #hamburger-icon {
    top: 19px;
  }
  .hg-one {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .hg-two {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .hg-three {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .hg-four {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .hg-five {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
  }
  .hg-six {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
    grid-row-end: 6;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 280px;
    object-fit: cover;
  }
  .home-flex, .home-flex.flip-flex {
    flex-direction: column;
  }
  .hfc-space {
    padding: 20px;
    text-align: center;
  }
  .hf-pic {
    overflow: visible;
    margin: 30px auto 0px;
    max-width: 450px;
    width: 100%;
  }
  .hf-pic:hover img {
    transform: scale(1,1);
  }
  .body-contentpage .accordion-title h3 {
    padding: 0px 40px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 19px;
  }
  .hole-flex {
    flex-direction: column;
  }
  .hf-info {
    margin: 0px;
    text-align: center;
  }
  .hfi-yards {
    width: 215px;
    margin: 0px auto;
  }
  .hf-map {
    margin: 30px 0px 0px;
    text-align: center;
  }
  .hf-map img {
    max-width: 500px;
    width: 100%;
  }
  .hole-nav ul {
    width: 320px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 6px;
  }
  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;
  }
  #myNavbar {
    width: 100%;
    right: -550px;
  }
  .mff-links {
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .home-main .wysiwyg-editable, .php-ckeditor .inner-main .wysiwyg-editable, .php-ckeditor .hole-main .wysiwyg-editable {
  border-color: #fff;
}

.php-ckeditor .home-main .editor-only .wysiwyg-editable {
  margin: 10px 0px;
  border-color: #000;
}

.php-ckeditor .hg-overlay {
  display: none;
}

.php-ckeditor .home-grid {
  gap: 50px 0px;
}

.php-ckeditor .content-wrapper .page-space {
  padding: 0px 20px;
}

/* 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: #fff;
  margin-right: 5px;
  color: var(--headingcolor);
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #ccc;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: #fff;
  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 */

.php-index #leftcontent i {
  font-size: 24px;
}

.inner-video {
  max-width: 1170px;
  margin: 0px auto;
  width: 100%;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/cork/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page .header-wrapper {
  border: none;
  position: fixed;
}

.invalid-page .header-logo {
  width: 65px;
  top: 5px;
}

.invalid-page .navbar {
  margin: 0px;
}

.invalid-page #globalwrap {
  margin-top: 160px;
}

.invalid-page .header-weather {
  display: none;
}

.invalid-page .nav-status {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  .invalid-page .header-wrapper {
    position: relative;
  }
}

/* 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;
}

#map_container h5 {
  color: var(--headingcolor);
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  bottom: 10px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 60px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #01130b;
  border-radius: 0px;
  border: 1px solid #fff;
  height: 30px;
  width: 90%;
  text-align: center;
  color: #fff;
}

.inner-page-wrapper form textarea {
  background: #01130b;
  border-radius: 0px;
  border: 1px solid #fff;
  height: 90px;
  width: 90%;
  text-align: center;
  color: #fff;
}

.inner-page-wrapper form select {
  background: #01130b;
  border-radius: 0px;
  border: 1px solid #fff;
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: center;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form select {
    width: 80%;
    text-align: center;
  }
}

.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: #fff;
  color: var(--headingcolor);
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: transparent;
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li, .inner-full-added ul li {
  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-content-col ul li::before, .hmf-content ul li::before, .inner-full-added 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: 2px solid #fff;
  padding: 6px;
  font-weight: 400;
  background: #fff;
  color: var(--headingcolor);
  text-align: center;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td {
  border: 2px solid #fff;
  padding: 6px;
}

@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;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-directionNav, .inner-slideshow .nivo-directionNav {
  display: none !important;
}

.home-slideshow .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 52px) !important;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .hs-explore {
    bottom: 20px;
  }
  .hs-title {
    bottom: 50px;
  }
  .hs-title h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-grid > div {
    max-width: 450px;
    margin: 0px auto;
  }
  .home-grid {
    background: var(--publicpagebgalt);
    gap: 5px 0px;
    margin: 0px;
  }
}

.weatherSingle .weatherImage img {
  display: none;
}

.body-class-jimmy_bruen .pf-logo {
  display: none;
}

.inner-full-added .gallery-thumbs ul li::before {
  display: none;
}

@media (min-width: 768px) {
  .body-class-contact_us .two-equal-added.flex-row .ie-col {
    width: 50%;
    flex: initial;
  }
}

.php-ckeditor .hfc-space, .php-ckeditor .flip-flex .hfc-space {
  padding: 20px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .mf-flex {
    font-size: 13px;
  }
  .mf-flex .mff-copy {
    width: 30%;
  }
  .mf-flex .mff-links {
    width: 40%;
    text-align: center;
  }
  .mf-flex .mff-ig {
    width: 30%;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .mf-flex > div {
    width: 100%;
    text-align: center;
  }
  .page-url-tourist_information .inner-full-added img {
    display: block;
    margin: 0px auto;
  }
}

.header-wrapper .nav > li[class*="eventview.php"] {
  display: none;
}

@media (min-width: 768px) {
  .page-url-contact-us .two-equal-added {
    display: block;
  }
  .page-url-contact-us .two-equal-added .ie-col {
    width: 49%;
    display: inline-block;
  }
  .page-url-contact-us .two-equal-added .ie-col:nth-of-type(1) {
    margin-right: 1%;
  }
  .page-url-contact-us .two-equal-added .ie-col:nth-of-type(2) {
    margin-left: 1%;
  }
}

/* end anton styles */