/* anton styles */

.open-sans {
  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: 'Open Sans', sans-serif;
  --headingcolor: #373737;
  --headingcolor2: #373737;
  --headingcolor3: #094D8A;
  --highlightcolor: #094D8A;
  --bodycolor: #272727;
  --headerbg: #6859A6;
  --topfooterbg: #49A950;
  --bottomfooterbg: #eee; 
  --navlink: #fff;
  --navactivelink: #cbc1fb;
  --dropdownbg: #483e74;
  --scorecardwhite: #fff;
  --scorecardblue: #00F;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
  --scorecardgold: #ffd700; 
  --hometeebooking: #e6dcf9;
}

.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, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

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: var(--headerbg);
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h5 a {
  padding: 8px 20px;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
}

a {
  color: var(--headerbg);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: var(--headerbg);
  min-height: 90px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 90px;
}

.header-logo {
  position: absolute;
  width: 142px;
  left: 0px;
  right: 0px;
  top: 5px;
  margin: 0px auto;
  z-index: 12;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
}

.header-wrapper .status-trig {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  position: absolute;
  top: 29px;
  left: 20px;
  z-index: 50;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-wrapper .status-trig:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.content-wrapper .status-trig, .content-wrapper .weather-trig {
  display: none;
}

.content-wrapper .status-box {
  display: none !important;
}

.header-login {
  position: absolute;
  top: 29px;
  right: 20px;
  z-index: 50;
}

.header-login a {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
}

.header-login a:hover {
  color: var(--navactivelink);
}

.header-book {
  position: absolute;
  top: 29px;
  right: 90px;
  z-index: 50;
}

.header-book a {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
}

.header-book a:hover {
  color: var(--navactivelink);
}

/* navbar */

.navbar {
  margin: 0px;
}

.nav-section {
  width: 1170px;
  margin: 0px auto;
}

.navbar-inverse .navbar-inner {
  position: relative;
  top: 25px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  top: 25px;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1), .body-public.body-class- .nav > li:nth-child(1) {
    margin-left: 139px;
  }
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7) {
    margin-left: 150px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1), .body-public.body-class- .nav > li:nth-child(1) {
    margin-left: 118px;
  }
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7), .body-public.body-class- .nav > li:nth-child(7) {
    margin-left: 150px;
  }
  .header-space {
    width: 940px;
    margin: 0px auto;
  }
}

.navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
  background: transparent;
  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 {
  box-shadow: none;
  background: transparent;
  color: var(--navactivelink);
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: var(--navactivelink);
}

@media (min-width: 980px) {
  .body-public.body-class-home .navbar .nav-menu-members_login, .body-public.body-contentpage .navbar .nav-menu-members_login, .body-public .body-class- .navbar .nav-menu-members_login {
    display: none;
  }
}

/* footer */

.public-footer {
  padding: 70px 0px;
  background: var(--topfooterbg);
}

.pf-flex {
  display: flex;
}

.pf-flex > div {
  width: 32%;
}

.pf-contact-form h6 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.pf-contact-form form {
  position: relative;
}

.pf-contact-form input {
  background: #fff;
  border: none;
  height: 32px;
  width: calc(100% - 12px);
  max-width: 400px;
  border-radius: 0px;
}

.pf-contact-form label[for="custom_1"]{
  position: absolute;
  bottom: 230px;
  left: 8px;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-contact-form label[for="custom_2"]{
  position: absolute;
  bottom: 179px;
  left: 8px;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-contact-form label[for="custom_3"]{
  position: absolute;
  bottom: 135px;
  left: 8px;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-contact-form form .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.pf-contact-form textarea {
  background: #fff;
  border: none;
  height: 100px;
  width: calc(100% - 12px);
  max-width: 400px;
  border-radius: 0px;
}

.pf-contact-form input[type*="submit"] {
  width: auto;
  background: #fff;
  padding: 5px 20px;
  color: var(--bodycolor);
}

.pf-contact-form input[type*="submit"]:hover {
  background: var(--headerbg);
  color: #fff;
}

.pf-contact-details {
  margin: 60px 2% 0px;
}

.pf-contact-details p {
  line-height: 24px;
}

.pf-contact-details a {
  text-decoration: underline;
  color: #272727;
}

.pf-contact-details a:hover, .pf-contact-details a:focus {
  color: #fff;
}

.pf-last-col {
  text-align: right;
  margin-top: 60px;
}

.pf-design {
  display: flex;
  align-items: center;
  float: right;
  margin-bottom: 40px;
}

.pfd-content {
  margin: 0px 20px;
}

.pfd-content p {
  margin: 0px;
}

.pf-logos {
  margin-top: 50px;
  display: block;
  clear: both;
}

.pf-logos a {
  margin-right: 20px;
}

.pf-logos a em {
  font-size: 60px;
  color: #fff;
  position: relative;
  top: 17px;
}

.members-footer {
  padding: 15px 0px;
  background: var(--bottomfooterbg);
}

.mf-flex {
  display: flex;
}

.mf-copy {
  padding-top: 9px;
  width: 75%;
}

.mf-ig {
  width: 25%;
  text-align: right;
}

.mf-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-page-wrapper {
  position: relative;
}

.status-box {
  position: fixed;
  top: 90px;
  left: -350px;
  width: 320px;
  color: #fff;
  z-index: 32;
  background: rgba(0,0,0,0.6);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .status-box {
  top: 90px;
}

.show-status .status-box {
  left: 0px;
}

.status-box h3 {
  display: none;
}

.status-space {
  padding: 15px;
}

.weather-box {
  position: absolute;
  top: 200px;
  background: rgba(0,0,0,0.6);
  z-index: 32;
  left: -350px;
  width: 320px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-weather .weather-box {
  left: 50px;
}

.weather-content {
  color: #fff;
}

.weather-space {
  padding: 15px;
}

.weather-box .weatherSingle {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.weather-box .weatherTemp {
  margin: 7px 0px 12px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 80vh !important;
  object-fit: cover;
}

.home-slideshow .status-trig {
  position: absolute;
  top: 160px;
  left: 50px;
  font-size: 30px;
  color: #fff;
  z-index: 20;
}

.home-slideshow .status-trig:hover {
  cursor: pointer;
}

.home-slideshow .weather-trig {
  position: absolute;
  top: 160px;
  left: 120px;
  font-size: 30px;
  color: #fff;
  z-index: 20;
}

.home-slideshow .weather-trig:hover {
  cursor: pointer;
}

.home-slide-title {
  color: #fff;
  bottom: 50px;
  max-width: 920px;
  left: 10px;
  right: 10px;
  margin: 0px auto;
  z-index: 30;
  position: absolute;
  text-align: center;
}

.home-slide-title em {
  font-size: 30px;
  line-height: 40px;
}

.home-slide-title h1 {
  color: #fff;
  margin: 10px 0px;
  font-size: 58px;
  line-height: 68px;
}

.home-slide-title p {
  font-size: 22px;
  line-height: 32px;
}

.home-intro-block {
  background: var(--headerbg);
  color: #fff;
  padding: 50px 0px 120px;
  text-align: center;
}

.home-intro-block h2 {
  color: #fff;
}

.home-intro-block p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
}

.hf-content h3, .home-comp-block h3 {
  font-size: 34px;
  line-height: 44px;
}

.hf-content p, .home-comp-block p {
  font-size: 20px;
  line-height: 30px;
}

.home-flex {
  display: flex;
  align-items: center;
}

.home-flex > div {
  width: 50%;
}

.hfc-space {
  padding: 20px 120px;
  text-align: center;
}

.hf-content a {
  text-align: right;
  border-bottom: 1px solid var(--bodycolor);
  color: var(--bodycolor);
}

.hf-content a::after {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-left: 8px;
}

.hf-video {
  line-height: 0px;
}

.home-flex {
  background: #eee;
}

 .home-flex.bottom-hf {
  background: var(--hometeebooking);
} 

.home-comp-block {
  padding: 70px 0px;
  text-align: center;
  background: #eee;
}

.box-link-row {
  display: flex;
}

.box-link-row > div{ 
  flex: 1 1 0;
  position: relative;
}

.body-public [class*="editor-only"]{
  display: none;
}

.blr-pic {
  position: relative;
}

.blr-content {
  position: absolute;
  bottom: 0px;
  padding-bottom: 40px;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  height: 100px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.blr-box:hover .blr-content {
  height: 100%;
  padding: 0px 0px 0px;
}

.box-link-row a {
  position: relative;
  z-index: 10;
}

.blr-content .wysiwyg-editable {
  border-bottom: 2px solid #000;
  margin: 0px 40px;
}

.blr-box:hover .blr-content .wysiwyg-editable {
  margin-top: 40px;
}

.blr-content::after {
  content: '';
  background: url('/images/resources/temple/box-not-hover-small.png');
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.blr-box:hover .blr-content::after {
  background: rgba(104,89,166,0.6);
  top: 0px;
  height: 100%;
}

.testimonial-block {
  padding: 80px 0px;
  background: var(--headerbg);
}

.testimonial-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 .testimonial-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: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  max-width: 1070px;
  color: #fff;
  font-family: var(--bodyfont);
}

.testimonial-block .galleryInner .nivo-caption p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-shadow: none;
}

.testimonial-block .galleryInner .nivo-caption h5 {
  text-transform: capitalize;
  font-weight: 400;
  background: transparent;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: var(--bodyfont);
}

.testimonial-block .galleryInner img {
    display: none !important;
}

#globalwrap .testimonial-block .nivo-directionNav {
  display: none;
}

.testimonial-block .nivo-controlNav-Wrapper {
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
}

.testimonial-block .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
  text-align: right;
  font-size: 0px;
}

.content-wrapper .testimonial-block .nivo-controlNav a {
  width: 20px;
  height: 20px;
  background-image: none;
  border-radius: 50%;
  background: #fff;
  margin-right: 12px;
  display: inline-block;
}

.content-wrapper .testimonial-block .nivo-controlNav a.active {
  background: var(--topfooterbg);
}

.testimonial-block, .testimonial-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-main {
  padding-bottom: 65px;
  background: #eee;
}

.inner-nav {
  text-align: center;
  background: var(--headerbg);
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  padding: 25px 0px;
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  margin: 0px 10px;
}

.inner-nav ul li a {
  color: #fff;
  font-size: 16px;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus {
  color: var(--navactivelink);
}

.inner-full-start {
  text-align: center;
  padding-top: 40px;
}

.inner-full-start h1 {
  font-size: 46px;
  line-height: 56px;
}

h1 em, h2 em {
  font-style: normal;  
}

.inner-full-start h2 {
  text-transform: uppercase;
}

.body-contentpage .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.accordion-section {
  margin: 40px auto 0px;
  max-width: 1000px;
  text-align: left;
}

.accordion-title h4 {
  text-transform: uppercase;
  margin: 0px 0px 10px;
  padding: 5px 0px;
  border-bottom: 2px solid #272727;
}

.accordion-title h4::after {
  position: relative;
  content: '\f067';
  font-family: 'FontAwesome';
  margin-left: 8px;
}

.active-accord .accordion-title h4::after {
  content: '\f00d';
}

.body-contentpage [class*="accordion-content"] {
  display: none;
}

.body-contentpage .accordion-title h4 br {
  display: none;
}

.accordion-content {
  margin: 30px 0px;
}

/* inner added boxes style */

.additional-boxes {
  margin-top: 50px;
}

.body-public .added-section-move-up {
  display: none;
}

.body-public .added-section-move-down {
  display: none;
}

.body-public .additional-button-row {
  display: none;
}

.body-public .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 30px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inner-full-added {
  text-align: center;
}

.body-public .inserted-block {
  padding: 30px 0px;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
}

.two-equal-added.flex-row .ie-col {
  width: 50%;
}

.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;
}

.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 {
  width: 31%;
}

.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;
    width: 100%;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
    width: 100%;
  }
  .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;
    width: 100%;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
    width: 100%;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
    width: 100%;
  }
  .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;
  }
}

/* course */

.course-video {
  max-width: 1000px;
  margin: 40px auto 0px;
}

.scorecard-box {
  padding: 20px 0px 30px;
  text-align: center;
}

.scorecard-box a {
  background: var(--headerbg);
  color: #fff;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  letter-spacing: 2px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover, .scorecard-box a.disp {
  background: var(--headingcolor2);
  color: #fff;
  cursor: pointer;
}

.scorecard-box a.disp:hover {
  color: #fff;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scorecard-content {
    overflow-x: scroll;
  }
}

.inner-page-wrapper .scorecard-content th, .inner-page-wrapper .scorecard-content td, .hole-page-wrapper .scorecard-content th, .hole-page-wrapper .scorecard-content td {
  text-align: center;
  border: 2px solid var(--headerbg);
}

.inner-page-wrapper .scorecard-content th:nth-child(2), .inner-page-wrapper .scorecard-content td:nth-child(2), .hole-page-wrapper .scorecard-content th:nth-child(2), .hole-page-wrapper .scorecard-content td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), .inner-page-wrapper .scorecard-content td:nth-child(8), .hole-page-wrapper .scorecard-content th:nth-child(8), .hole-page-wrapper .scorecard-content td:nth-child(8) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(14), .inner-page-wrapper .scorecard-content td:nth-child(14), .hole-page-wrapper .scorecard-content th:nth-child(14), .hole-page-wrapper .scorecard-content td:nth-child(14) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th, .hole-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headerbg);
  background: var(--headerbg);
  color: #fff;
}

.inner-page-wrapper .scorecard-content tr th:nth-child(5), .inner-page-wrapper .scorecard-content tr td:nth-child(5), .inner-page-wrapper .scorecard-content tr th:nth-child(6), .inner-page-wrapper .scorecard-content tr td:nth-child(6), .inner-page-wrapper .scorecard-content tr th:nth-child(7), .inner-page-wrapper .scorecard-content tr td:nth-child(7) {
  display: none;
}

.inner-page-wrapper .scorecard-content tr th:nth-child(11), .inner-page-wrapper .scorecard-content tr td:nth-child(11), .inner-page-wrapper .scorecard-content tr th:nth-child(12), .inner-page-wrapper .scorecard-content tr td:nth-child(12), .inner-page-wrapper .scorecard-content tr th:nth-child(13), .inner-page-wrapper .scorecard-content tr td:nth-child(13) {
  display: none;
}

/* hole */

/* .hole-page-wrapper .home-slideshow {
  height: 100vh;
} */

/* @media (min-width: 980px) {
  body[class*="body-class-hole_"] .header-wrapper {
    background: transparent;
  }
  body[class*="body-class-hole_"].fix .header-wrapper {
    background: var(--headerbg);
  }
  body[class*="body-class-hole_"] .header-wrapper a {
    text-shadow: 1px 1px #000;
  }
  body[class*="body-class-hole_"].fix .header-wrapper a {
    text-shadow: none;
  }
} 

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
} */

.hole-slide-title {
  text-align: center;
  margin: 25px 0px 40px;
}

.hole-slide-title h1 {
  font-size: 62px;
  line-height: 72px;
  margin-bottom: 0px;
}

.hole-yards {
  z-index: 35;
  text-align: center;
}

.hole-yards > div {
  width: 290px;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
  margin-right: 20px;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  margin-right: 8px;
  border-radius: 50%;
  float: left;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fc0;
  margin-right: 8px;
  border-radius: 50%;
  float: left;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f00;
  margin-right: 8px;
  border-radius: 50%;
  float: left;
}

.hole-yards .red {
  margin-right: 0px;
}

.hole-nav {
  text-align: center;
  background: var(--headerbg);
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  padding: 25px 0px;
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 5px;
}

.hole-nav ul li a {
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--navactivelink);
}

.hole-intro {
  text-align: center;
  margin-top: 40px;
}

.hole-intro h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
}

.hole-flex {
  display: flex;
  text-align: center;
  margin-top: 80px;
  align-items: center;
}

.hole-flex h3 {
  text-transform: uppercase;
}

.hole-tip {
  width: 50%;
  margin-right: 20px;
  padding: 0px 75px;
}

.hole-sponsor {
  width: 50%;
  margin-left: 20px;
  padding: 0px 75px;
}

.body-public .video-overlay {
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background: rgba(0,0,0,0.6);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public .video-disp.video-overlay {
  top: 0px;
}

.body-public .video-holder {
  background: #fff;
  top: 10px;
  width: 60%;
  margin: 0px auto;
  padding: 30px;
  position: relative;
}

.body-public .video-close {
  position: absolute;
  top: 0px;
  right: 6px;
  font-size: 24px;
}

.body-public .video-close:hover {
  cursor: pointer;
}

.hole-flyover {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 12;
  text-align: center;
  bottom: 40px;
}

.hole-flyover:hover {
  cursor: pointer;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page, .body-class-visitorbooking {
  background: url('/images/resources/temple/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, body[class*="match"] .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 90px;
  position: relative;
}

body[class*="php-"] .bottom-header, .body-class-members .bottom-header, .body-class-visitorbooking .bottom-header, .body-class-getawayletter .bottom-header, [class*="body-class-setcoursestatus"] .bottom-header, .body-class-opens .bottom-header, .body-loginpage .bottom-header, body[class*="match"] .bottom-header {
  background: var(--bottomheaderbg);
  min-height: 90px;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"] .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
  margin-left: 200px;
  margin-right: 0px;
  top: 26px;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: 5px;
}

/*body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"] .header-logo img {
  width: 94px;
  top: -5px;
}*/

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"] .header-text, .invalid-page .header-text {
  top: 12px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info, body[class*="match"] .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-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, body[class*="match"] .header-login, .invalid-page .header-login {
  display: none;
}

body[class*="php-"] .header-book, .body-class-members .header-book, .body-class-visitorbooking .header-book, .body-class-getawayletter .header-book, [class*="body-class-setcoursestatus"] .header-book, .body-class-opens .header-book, .body-loginpage .header-book, body[class*="match"] .header-book, .invalid-page .header-book {
  display: none;
}

body[class*="php-"] .status-trig, .body-class-members .status-trig, .body-class-visitorbooking .status-trig, .body-class-getawayletter .status-trig, [class*="body-class-setcoursestatus"] .status-trig, .body-class-opens .status-trig, .body-loginpage .status-trig, body[class*="match"] .status-trig, .invalid-page .status-trig {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 25px;
  width: auto;
  padding: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headerbg);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-public.invalid-page .members-footer {
  display: block;
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headerbg);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 110px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@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: 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: 80px;
  }
}

/* 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(--headerbg);
  color: #fff;
  padding: 6px 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  box-shadow: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: var(--headingcolor);
  color: #FFF;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headerbg);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherMini i {
  font-size: 24px;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headerbg);
  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(--headerbg);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headerbg) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

.php-weatherfg table .plainRow td {
  border-top: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .hfc-space {
    padding: 20px 80px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .hfc-space {
    padding: 20px 60px;
  }
  .hf-content p, .home-comp-block p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .hfc-space {
    padding: 20px 30px;
  }
  .hf-content p, .home-comp-block p {
    font-size: 16px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .hfc-space {
    padding: 20px 10px;
  }
  .hf-content p, .home-comp-block p {
    font-size: 16px;
    line-height: 26px;
  }
  .home-intro-block {
    padding: 60px 0px;
  }
  .home-intro-block h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-intro-block p {
    font-size: 18px;
    line-height: 28px;
  }
  .hole-tip, .hole-sponsor {
    padding: 0px 35px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 15px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .hfc-space {
    padding: 20px 10px;
  }
  .hf-content h3, .home-comp-block h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 0px 0px 15px;
  }
  .hf-content p, .home-comp-block p {
    font-size: 16px;
    line-height: 26px;
  }
  .pf-contact-details {
    font-size: 14px;
  }
  .pfd-pic img {
    width: 70px;
  }
  .pfd-content {
    font-size: 14px;
  }
  .pf-logos a {
    margin-right: 4px;
  }
  .home-intro-block h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .home-intro-block p {
    font-size: 16px;
    line-height: 26px;
  }
  .hole-nav ul {
    width: 480px;
    margin: 0px auto;
  }
  .hole-slide-title {
    bottom: 100px;
  }
  .hole-yards > div {
    width: 220px;
    font-size: 16px;
    line-height: 28px;
  }
  .hole-tip, .hole-sponsor {
    padding: 0px 20px;
  }
  .inner-nav ul li a {
    font-size: 16px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 90px;
  }
  .header-logo {
    top: 5px;
    margin-left: 10px;
  }
  .nav-section {
    width: auto;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 10px;
    margin-top: 0px;
    top: 25px;
    position: absolute;
    z-index: 50;
    right: 10px;
    font-size: 16px;
    background: var(--headingcolor);
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
    margin: 0px 10px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 90px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .home-slideshow .status-trig {
    top: 30px;
    left: 30px;
  }
  .home-slideshow .weather-trig {
    top: 30px;
    left: 80px;
  }
  .status-box {
    top: 160px;
  }
  .show-status .status-box {
    left: 30px;
  }
  .weather-box {
    top: 160px;
  }
  .show-weather .weather-box {
    left: 30px;
  }
  .home-intro-block {
    padding: 60px 0px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    top: 0px;
    margin-top: 90px;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"] .nav-section, .invalid-page .nav-section {
    margin-left: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-slide-title {
    position: relative;
    bottom: 0px;
    background: var(--headerbg);
    left: 0px;
    right: 0px;
    padding: 10px;
  }
  .home-slide-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .hfc-space {
    padding: 0px 20px;
  }
  .home-flex {
    flex-direction: column-reverse;
    padding: 50px 0px;
  }
  .home-flex.bottom-hf {
    flex-direction: column;
  }
  .home-flex > div {
    width: auto;
  }
  .hf-content {
    margin-bottom: 50px;
  }
  .hf-pic {
    padding: 0px 20px;
  }
  .hf-pic img {
    max-width: 400px;
    width: 100%;
  }
  .box-link-row {
    flex-direction: column;
    padding: 0px 20px;
  }
  .public-footer {
    padding: 40px 0px;
    text-align: center;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pf-flex > div {
    width: auto;
  }
  .pf-design {
    display: block;
    float: none;
  }
  .pf-contact-details {
    margin: 30px auto 0px;
  }
  .pf-last-col {
    margin-top: 30px;
    text-align: center;
  }
  .pf-logos {
    margin-top: 20px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: auto;
  }
  .mf-ig {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
  .blr-pic {
    max-width: 400px;
    margin: 10px auto;
    width: 100%;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 5px;
  }
  .hole-nav ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  /* .hole-page-wrapper .home-slideshow {
    height: calc(100vh - 152px);
  } */
  .hole-flyover {
    bottom: 0px;
  }
  .hole-flyover h5 a {
    padding: 2px 20px;
  }
  .hole-slide-title {
    bottom: 180px;
  }
  .hole-yards > div {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hole-yards .yellow {
    margin: 15px auto;
  }
  .hole-yards .red {
    margin-right: auto;
  }
  .hole-flex {
    flex-direction: column-reverse;
  }
  .hole-tip {
    padding: 0px;
    width: auto;
    margin-right: 0px;
  }
  .hole-sponsor {
    width: auto;
    margin-left: 0px;
    padding: 0px;
    margin-top: 20px;
  }
  .inner-nav ul li {
    display: block;
    margin: 10px 0px;
  }
  .inner-nav ul li a {
    display: block;
    padding: 10px 5px;
    border: 1px solid #fff;
  }
  .home-intro-block h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-intro-block p {
    font-size: 16px;
    line-height: 28px;
  }
  .hf-content p, .home-comp-block p {
    font-size: 16px;
    line-height: 28px;
  }
  .pf-contact-form form {
    max-width: 400px;
    margin: 0px 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: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"] .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"] .header-logo, .invalid-page .header-logo {
    top: 5px;
    width: 142px;
  }
  .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;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
  
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}
 
/* editor */

.php-ckeditor.body-class-members .navbar-inverse .navbar-inner {
  top: 0px;
  background: #171717;
}

.php-ckeditor .status-trig {
  display: none;
}

.php-ckeditor .weather-trig {
  display: none;
}

.php-ckeditor .status-box {
  display: none;
}

.php-ckeditor .weather-box {
  display: none;
}

.php-ckeditor .home-slide-title {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
  background: rgba(0,0,0,0.4);
}

.php-ckeditor .hf-video {
  line-height: 28px;
}

.php-ckeditor .inner-nav {
  margin-top: 10px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .blr-content {
  position: relative;
}

.php-ckeditor .blr-content::after {
  display: none;
}

.php-ckeditor .hole-page-wrapper .home-slideshow {
  height: auto;
}

.php-ckeditor .hole-slide-title {
  position: relative;
  bottom: 0px;
  background: rgba(0,0,0,0.3);
}

.php-ckeditor .hole-yards {
  position: relative;
  bottom: 0px;
  margin: 15px 0px;
  background: rgba(0,0,0,0.3);
}

.php-ckeditor .background-video {
  display: none;
}

.php-ckeditor .editor-only {
  margin-bottom: 20px;
}

.php-ckeditor .pf-contact-details {
  margin-top: 0px;
}

.php-ckeditor .pf-last-col {
  margin-top: 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: var(--headerbg);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headerbg);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headerbg);
  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 {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover {
  cursor: pointer;
}

.added-section-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-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;
}

/* end custom page templates */

/* invalid page */

.invalid-page {
  background: url('/images/resources/temple/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-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.body-public.body-contentpage.invalid-page .members-footer {
  display: block;
}

.body-public.body-contentpage.invalid-page .header-logo {
  display: block;
  top: 5px;
  left: 0px;
  right: auto;
}

@media(min-width: 980px) {
  .invalid-page.body-contentpage.body-public .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .invalid-page.body-contentpage.body-public .nav > li:nth-child(7) {
    margin-left: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .invalid-page .header-space {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .invalid-page .header-space {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
}

.body-public.invalid-page .navbar .nav > li:nth-child(1) {
  margin-left: 0px;
}

.body-public.invalid-page .navbar .nav > li:nth-child(5) {
  margin-left: 0px;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  display: block;
}

.content-wrapper [class*="-slideshow"] .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 50px;
  z-index: 12;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #A38CFF;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.6);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 979px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headerbg);
  height: 30px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headerbg);
  height: 90px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #fff;
  border-radius: 0px;
  border: 2px solid var(--headerbg);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headerbg);
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor2);
  color: #fff;
}

.inner-full-added ul, .inner-col ul, .inner-full-start ul, .ie-col ul, .ite-col ul, .additional-boxes .main-col ul {
  margin: 0px 0px 10px;
}

.inner-full-added ul li, .inner-col ul li, .inner-full-start ul li, .ie-col ul li, .ite-col ul li, .additional-boxes .main-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full-added ul li::before, .inner-col ul li::before, .inner-full-start ul li::before, .ie-col ul li::before, .ite-col ul li::before, .additional-boxes .main-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headerbg);
  position: relative;
  top: -3px;
}

.inner-full-added .gallery-thumbs ul li::before, .inner-full-start .gallery-thumbs ul li::before, .ie-col .gallery-thumbs ul li::before {
  display: none;
}

.inner-full-added ol, .inner-full-start ol, .ie-col ol {
  margin: 0px 0px 10px;
}

.inner-full-added ol li, .inner-full-start ol li, .ie-col ol li {
  line-height: 28px;
  list-style-position: inside;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
  .body-class-find_us .ite-pic {
    width: 100%;
  }
}

.inner-main table th, .inner-full table th {
  border: 2px solid var(--headerbg);
  padding: 6px;
  font-weight: 400;
  background: var(--headerbg);
  color: #fff;
}

.inner-main table td, .inner-full table td {
  border: 2px solid var(--headerbg);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav {
  display: none !important;
}

.body-class-home.body-public .home-slideshow .nivo-caption, body[class*="body-class-hole_"] .home-slideshow .nivo-caption {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hole-yards > div {
    width: 200px;
    font-size: 15px;
    display: inline-block;
  }
  .hole-page-wrapper .home-slideshow {
    height: 100vh;
  }
  .hole-slide-title {
    bottom: 120px;
  }
}

/* initials */

@media (min-width: 980px) and (max-width: 1199px) {
  .hole-page-wrapper .home-slideshow {
    height: calc(100vh - 140px);
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 140px) !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hole-page-wrapper .home-slideshow {
    margin-top: -15px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper .status-trig {
    left: auto;
    right: 10px;
    top: 5px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    top: 45px;
    border-radius: 6px;
    background: var(--topfooterbg);
    padding: 6px 10px;
    width: 127px;
  }
  .header-book, .header-login {
    display: none;
  }
}

.body-class-memberships .four-equal-added .ie-col:first-of-type h3 {
  background: #E5E4E2;
}

.body-class-memberships .four-equal-added .ie-col:nth-of-type(2) h3 {
  background: #FFD700;
}

.body-class-memberships .four-equal-added .ie-col:nth-of-type(3) h3 {
  background: #C0C0C0;
}

.body-class-memberships .four-equal-added .ie-col:last-of-type h3 {
  background: #CD7F32;
}

@media (min-width: 0px) and (max-width: 767px) {
  .additional-boxes .inserted-block:nth-of-type(odd) .two-equal-added {
    flex-direction: column-reverse;
  }
}

.home-slide-logos {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 15;
}

.home-slide-logos img {
  margin-right: 15px;
}

.php-ckeditor .home-slide-logos {
  position: relative;
  bottom: 0px;
  left: 0px;
}

.scorecard-content table.scorecard tr th:nth-child(17), .scorecard-content table.scorecard tr th:nth-child(18), .scorecard-content table.scorecard tr th:nth-child(19), .scorecard-content table.scorecard tr td:nth-child(17), .scorecard-content table.scorecard tr td:nth-child(18), .scorecard-content table.scorecard tr td:nth-child(19), .scorecard-content table.scorecard tr th:nth-child(20), .scorecard-content table.scorecard tr th:nth-child(21), .scorecard-content table.scorecard tr th:nth-child(22), .scorecard-content table.scorecard tr td:nth-child(20), .scorecard-content table.scorecard tr td:nth-child(21), .scorecard-content table.scorecard tr td:nth-child(22) {
  display: none;
}

.scorecard-content table.scorecard tr:nth-child(10), .scorecard-content table.scorecard tr:nth-child(20), .scorecard-content table.scorecard tr:nth-child(21), .scorecard-content table.scorecard tr:nth-child(22) {
  font-weight: 700;
}

.pf-flex-nav {
  padding-top: 30px;
  border-top: 1px solid #000;
}

.pf-flex-nav ul {
  margin: 0px;
  display: flex;
}

.pf-flex-nav ul li {
  flex: 1 1 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #000;
}

.pf-flex-nav ul li a {
  color: #000;
  text-transform: uppercase;
}

.pf-flex-nav ul li a:hover, .pf-flex-nav ul li a:focus {
  color: #fff;
}

.pf-flex-nav ul li:last-of-type {
  border-right: transparent;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space {
    font-size: 12px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px;
  }
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1), .body-public.body-class- .nav > li:nth-child(1) {
    margin-left: 121px;
  }
  .header-book {
    right: 70px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .pf-flex-nav ul li a {
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .pf-flex-nav ul {
    flex-direction: column;
  }
  .pf-flex-nav ul li {
    border: none;
    padding: 8px 0px;
  }
}

.body-public .testimonial-include {
  display: none;
}

table p {
  margin: 0px;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .body-public .video-holder {
    width: 90%;
    padding: 30px 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .body-public .video-close {
    top: 0px;
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-slide-logos a:first-of-type img {
    width: 60px;
  }
  .home-slide-logos a:last-of-type img {
    width: 100px;
  }
}

.php-ckeditor .video-content {
  margin: 10px 0px;
}

.php-ckeditor .hole-flyover {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .additional-boxes {
    margin-top: 0px;
  }
  .additional-boxes .inserted-block:nth-of-type(2n+1) .two-equal-added .ie-col:last-child {
    margin: 0px 0px 30px;
  }
}

.body-public .include-links .wysiwyg-editable > br {
  display: none;
}

.home-modal {
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  top: -100vh;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.remove-modal .home-modal {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.home-modal-body {
  max-width: 490px;
  background: #fff;
  border-radius: 8px;
  margin: 10px auto;
  padding: 20px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

@media (min-height: 800px) {
  .home-modal-body {
    height: 790px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-modal-body {
    max-width: 320px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-modal-body {
    max-width: 420px;
  }
}

.home-modal-close:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .home-modal-body {
    max-width: 200px;
  }
}

/* end anton styles */

/*New CSS Modal*/
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  max-width: fit-content;
}

@media (min-width: 768px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

@media (min-width: 979px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
	max-height: calc( 80vh - 40px);
  }
     .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1200px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1500px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 80%;*/
	max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

.modal2 .modal-body video {
max-height: calc( 76vh - 40px);
  display:block;
    margin: auto;
  }
/* End Modal */