/* anton styles */

/* fonts */

.open-sans-class {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Open Sans', sans-serif;
  --headingfont: 'Poppins', sans-serif;
  --visitorheading: #fff;
  --headingcolor: #003F22;
  --highlightcolor: #ceb038;
  --memberlink: #8c7825;
  --visitorcolor: #fff;
  --bodycolor: #333;
  --visitorpagebg: #003F22;
  --publicheaderbg: rgba(0,63,34,0.7);
  --headerbg: #003F22;
  --topfooterbg: #cdcdcd;
  --bottomfooterbg: #2F3438;
  --navlink: #fff;
  --navactivelink: #ceb038;
  --dropdownbg: #002514;
  --dropdownlink: #fff;
  --dropdownlinkactive: #ceb038;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
}

.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 {
  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);
}

.body-contentpage h2, .body-public.body-class-home h2 {
  text-transform: uppercase;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor2);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--highlightcolor);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  min-height: 150px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: transparent;
  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: 100px;
  background: var(--publicheaderbg); 
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 40px;
  width: 165px;
  z-index: 60;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

@media (min-width: 1600px) {
  .body-public.body-class-home .header-space, .body-public.body-contentpage .header-space {
    max-width: 1550px;
    margin: 0px auto;
  }
  .navbar-inverse .nav > li > a {
    font-size: 17px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 55px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 200px;
    border-right: none;
  }
}

.fix .header-logo {
  top: 10px;
  width: 120px;
}

/* navbar */

.navbar {
  margin: 0px;
  position: relative;
  top: 70px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar {
  top: 40px;
}

.navbar-inverse .navbar-inner {
  border: none;
  box-shadow: none;
  background: transparent;
}

.navbar-inverse .nav > li {
  border-right: 1px solid #fff;
}

.navbar-inverse .nav > li:last-of-type {
  border-right: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.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);
}

/* footer */

.public-footer {
  background: var(--topfooterbg);
  padding: 30px 0px 110px;
  text-align: center;
}

.pf-title {
  margin-top: 25px;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
  font-family: var(--headingfont);
}

.pf-flex {
  margin: 25px auto 0px;
  display: flex;
  max-width: 800px;
  font-family: var(--headingfont);
}

.pf-flex > div {
  flex: 1 1 0;
}

.pf-flex a {
  color: #323232;
}

.pff-contact a:hover, .pff-contact a:focus {
  color: #323232;
  text-decoration: underline;
}

.pf-social {
  margin-top: 50px;
}

.pf-social img {
  position: relative;
  top: -17px;
  width: 42px;
}

.pf-social a {
  color: #323232;
  font-size: 0px;
}

.pf-social a em {
  font-size: 50px;
  margin-left: 25px;
  position: relative;
  left: 6.25px;
}

.pf-social a:hover, .pf-social a:focus {
  opacity: 0.6;
}

.members-footer {
  padding: 30px 0px;
  color: #fff;
  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: 0px;
}

.page-space {
  padding: 0px 200px;
}

.small-page-space {
  padding: 0px 100px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-slideshow .galleryInner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  z-index: 20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.8+0,0+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.79) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.home-explore {
  position: absolute;
  bottom: 64px;
  left: 0px;
  right: 0px;
  width: 250px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  z-index: 24;
  font-size: 20px;
  font-style: italic;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-explore:hover {
  cursor: pointer;
  color: var(--highlightcolor);
}

.home-explore i {
  font-size: 30px;
}

.hs-title {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 12;
  text-shadow: 1px 1px #000;
}

.hs-title h1 {
  font-size: 40px;
  color: #fff !important;
}

.php-ckeditor .hs-title {
  position: relative;
  top: 0px;
  transform: translateY(0px);
  margin: 10px 0px;
}

.home-main {
  background: var(--visitorpagebg);
  color: #fff;
  padding-bottom: 100px;
}

.home-intro {
  max-width: 840px;
  margin: 0px auto;
  padding: 90px 20px 180px;
  text-align: center;
}

.home-intro h1 {
  font-size: 50px;
  line-height: 56px;
}

.home-intro h2 {
  font-size: 38px;
  line-height: 48px;
}

.home-main h3 {
  margin-top: 0px;
  font-size: 30px;
}

.body-public.body-contentpage .content-wrapper h1, .body-public.body-class-home .content-wrapper h1, .body-public.body-contentpage .content-wrapper h2, .body-public.body-class-home .content-wrapper h2, .body-public.body-contentpage .content-wrapper h3, .body-public.body-class-home .content-wrapper h3, .body-public.body-contentpage .content-wrapper h4, .body-public.body-class-home .content-wrapper h4, .body-public.body-contentpage .content-wrapper h5, .body-public.body-class-home .content-wrapper h5, .body-public.body-contentpage .content-wrapper h6, .body-public.body-class-home .content-wrapper h6 {
  color: #fff;
}

.body-public.body-contentpage .inner-page-wrapper a, .body-public.body-class-home .home-page-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.body-public.body-contentpage .inner-page-wrapper a:hover, .body-public.body-class-home .home-page-wrapper a:hover, .body-public.body-contentpage .inner-page-wrapper a:focus, .body-public.body-class-home .home-page-wrapper a:focus, .body-public.body-contentpage .inner-page-wrapper .inner-nav ul li.current > a {
  color: var(--highlightcolor);
  text-decoration: none;
}

.body-public.body-contentpage .content-wrapper h5 a, .body-public.body-class-home .content-wrapper h5 a {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 20px;
}

.body-public.body-contentpage .content-wrapper h5 a:hover, .body-public.body-class-home .content-wrapper h5 a:hover, .body-public.body-contentpage .content-wrapper h5 a:focus, .body-public.body-class-home .content-wrapper h5 a:focus {
  background: #000;
  color: #fff;
}

.home-flex {
  display: flex;
  align-items: center;
}

.home-flex.flip-flex {
  flex-direction: row-reverse;
}

.home-flex > div {
  flex: 1 1 0;
}

.hf-content {
  margin-right: 50px;
}

.flip-flex .hf-content {
  margin-right: 0px;
  margin-left: 50px;
}

.hf-content h5 {
  display: inline-block;
  margin-right: 15px;
  font-family: var(--headingfont);
}

.hfc-space {
  padding-right: 40px;
}

.flip-flex .hfc-space {
  padding-right: 0px;
  padding-left: 40px;
}

.middle-home {
  margin: 50px 0px;
}

.hf-pic {
  position: relative;
  margin-left: 50px;
  overflow: hidden;
}

.flip-flex .hf-pic {
  margin-left: 0px;
  margin-right: 50px;
}

.hfp-border {
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  opacity: 1;
  z-index: 15;
  border: 1px solid #fff;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.hf-pic:hover .hfp-border {
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.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);
}

/* testimonial include */

.included-block-one {
  background: #fff;
  color: black;
  padding: 50px 0px;
  border-top: 1px solid #fff;
}

.home-testimonials .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height: auto !important;*/
  background: none;
}

.content-wrapper .home-testimonials .galleryInner .nivo-caption {
    width: 100%;
    -moz-opacity: 1;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 40px;
  max-width: 1070px;
  color: #000;
  border-radius: 6px;
  font-family: var(--bodyfont);
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-shadow: none;
}

.home-testimonials .galleryInner .nivo-caption h4 {
  text-transform: capitalize;
  font-weight: 400;
  background: transparent;
  letter-spacing: 0px;
  font-size: 22px;
  font-style: italic;
  line-height: 26px;
  color: #000;
  margin: 4px 0px;
  font-family: var(--headingfont);
}

.home-testimonials .galleryInner img {
    display: none !important;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: none;
}

.home-testimonials .nivo-controlNav-Wrapper {
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.home-testimonials .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 {
  padding: 0px 30px;
}

.home-testimonials, .home-testimonials .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* carousel */

.included-block-two {
  padding: 120px 0px;
  background: var(--visitorpagebg);
  color: #fff;
  border-top: 1px solid #fff;
}

.included-sponsors {
  position: relative;
}

.sponsors-carousel {
  max-width: 1380px;
  margin: 0px auto;
}

.sc-holder {
  width: 100%;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.sc-wrapper {
  position: absolute;
  width: 10000em;
  list-style: none;
  margin: 0px;
  padding: 0;
  display: flex;
  align-items: center;
}

.sc-item {
  width: 430px;
  float: left;
  text-align: center;
  margin-right: 30px;
}

.jcarousel-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  font-size: 62px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.jcarousel-prev:hover {
  cursor: pointer;
  color: var(--highlightcolor);
}

.jcarousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  font-size: 62px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.jcarousel-next:hover {
  cursor: pointer;
  color: var(--highlightcolor);
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-slide-title {
  position: absolute;
  bottom: 120px;
  left: 10px;
  right: 10px;
  text-align: center;
  margin: 0px auto;
  z-index: 22;
}

.inner-slide-title h1 {
  font-size: 50px;
  line-height: 56px;
}

.inner-main {
  background: var(--visitorpagebg);
  color: #fff;
  padding-bottom: 70px;
}

.inner-nav {
  text-align: center;
  font-family: var(--headingfont);
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
  padding-top: 50px;
}

.inner-nav ul li {
  display: inline-block;
  list-style: none;
}

.inner-nav ul li::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 0px 15px;
  position: relative;
  top: -4px;
}

.inner-nav ul li:last-of-type::after {
  display: none;
}

.inner-nav ul li a {
  color: #fff;
  font-size: 18px;
}

.ii-content {
  padding-top: 50px;
  max-width: 940px;
  margin: 0px auto;
  text-align: center;
}

.start-row {
  padding-top: 50px;
}

.ii-content h2 {
  font-size: 38px;
  line-height: 48px;
  font-style: italic;
}

.body-public.body-contentpage .inner-page-wrapper .inner-nav a {
  text-decoration: none;
}

/* 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: 50px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
  font-family: var(--headingfont);
}

.two-equal-added.flex-row {
  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 {
  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 {
  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;
}

@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;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid #fff;
}

.inner-page-wrapper .scorecard-content th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardblue);
  color: white;
}

.inner-page-wrapper .scorecard-content th:nth-child(14), table.scorecard td:nth-child(14) {
  background: var(--scorecardorange);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid #fff;
}

/* hole */

.hole-nav {
  text-align: center;
  font-family: var(--headingfont);
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  padding: 50px 0px;
}

.hole-nav ul li {
  display: inline-block;
  list-style: none;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 0px 15px;
  position: relative;
  top: -6px;
}

.hole-nav ul li:last-of-type::after {
  display: none;
}

.hole-nav ul li a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  line-height: 30px;
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.current > a {
  color: var(--highlightcolor);
}

.body-public.body-contentpage .inner-page-wrapper .hole-nav ul li a {
  text-decoration: none;
}

.hole-yards {
  max-width: 1080px;
  padding: 0px 20px;
  margin: 90px auto;
  text-align: center;
  display: flex;
}

.hole-yards > div {
  flex: 1 1 0;
  font-size: 18px;
  font-family: var(--headingfont);
  padding: 5px 10px;
}

.hole-yards .white {
  color: var(--scorecardwhite);
  border: 1px solid var(--scorecardwhite);
}

.hole-yards .yellow {
  color: var(--scorecardyellow);
  border: 1px solid var(--scorecardyellow);
  margin: 0px 40px;
}

.hole-yards .red {
  color: var(--scorecardred);
  border: 1px solid var(--scorecardred);
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-getawayletter, .body-public[class*="php-competition"], .body-class-visitorbooking, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"]:not(.body-contentpage), .invalid-page {
  background: url('/images/resources/clevedon/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"]:not(.body-contentpage) .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 90px;
  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, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
  margin: 0px auto;
  width: auto;
  top: 25px;
  border: none;
  position: relative;
}

body[class*="php-"] .navbar, .body-class-members .navbar, .body-class-visitorbooking .navbar, .body-class-getawayletter .navbar, [class*="body-class-setcoursestatus"] .navbar, .body-class-opens .navbar, .body-loginpage .navbar, body[class*="match"]:not(.body-contentpage) .navbar, .invalid-page .navbar {
  width: auto;
  margin-left: 100px;
  top: 0px;
}

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"]:not(.body-contentpage) .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: 15px;
  width: 90px;
}

body[class*="php-"] .header-logo::after, .body-class-members .header-logo::after, .body-class-visitorbooking .header-logo::after, .body-class-getawayletter .header-logo::after, [class*="body-class-setcoursestatus"] .header-logo::after, .body-class-opens .header-logo::after, .body-loginpage .header-logo::after, body[class*="match"]:not(.body-contentpage) .header-logo::after, .invalid-page .header-logo::after {
  height: 94px;
  transform: rotate(11deg);
  top: -7px;
  right: -10px;
}

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"]:not(.body-contentpage) .header-logo img, .invalid-page .header-logo img {
  width: 90px;
}

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"]:not(.body-contentpage) .header-text, .invalid-page .header-text {
  top: 12px;
}

body[class*="php-"] .header-top-left, .body-class-members .header-top-left, .body-class-visitorbooking .header-top-left, .body-class-getawayletter .header-top-left, [class*="body-class-setcoursestatus"] .header-top-left, .body-class-opens .header-top-left, .body-loginpage .header-top-left, body[class*="match"]:not(.body-contentpage) .header-top-left, .invalid-page .header-top-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, body[class*="match"]:not(.body-contentpage) .header-top-right, .invalid-page .header-top-right {
  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, body[class*="match"]:not(.body-contentpage) .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, body[class*="match"]:not(.body-contentpage) .header-links, .invalid-page .header-links {
  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"]:not(.body-contentpage) .header-book, .invalid-page .header-book {
  display: none;
}

body[class*="php-"] .nav-section .nav, .body-class-members .nav-section .nav, .body-class-visitorbooking .nav-section .nav, .body-class-getawayletter .nav-section .nav, [class*="body-class-setcoursestatus"] .nav-section .nav, .body-class-opens .nav-section .nav, .body-loginpage .nav-section .nav, body[class*="match"]:not(.body-contentpage) .nav-section .nav, .invalid-page .nav-section .nav {
  display: block;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"]:not(.body-contentpage) .header-social, .invalid-page .header-social {
  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"]:not(.body-contentpage) .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: 15px;
  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"]:not(.body-contentpage) .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 10px 12px;
}

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: 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"]:not(.body-contentpage) .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"]:not(.body-contentpage) #globalwrap, .invalid-page #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  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(--headingcolor);
  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"]:not(.body-contentpage), .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"]:not(.body-contentpage) .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"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 190px; 
  }
  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"]:not(.body-contentpage) .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

/* 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 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyfont);
  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: #000;
  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(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-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: 14px;
  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"]:not(.body-contentpage) .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner, .body-class-members.body-contentpage .galleryInner img {
  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-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;
  }
}

.inner-nav ul, .inner-nav ul li, .hole-nav ul li {
    font-size: 0px;
}

.body-class-members .content-wrapper a {
  color: var(--memberlink);
}

.body-class-members .content-wrapper a.btn {
  color: #fff;
}

.body-class-members.body-contentpage .inner-page-wrapper h1, .body-class-members.body-contentpage .inner-page-wrapper h2, .body-class-members.body-contentpage .inner-page-wrapper h3, .body-class-members.body-contentpage .inner-page-wrapper h4, .body-class-members.body-contentpage .inner-page-wrapper h5, .body-class-members.body-contentpage .inner-page-wrapper h6 {
  color: #fff;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .sponsors-carousel {
    width: 1290px;
  }
  .sc-item {
    width: 400px;
  }
  .page-space {
    padding: 0px 150px;
  }
  .hole-nav ul li {
    font-size: 0px;
  }
  .hole-nav ul li::after {
    margin: 0px 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .sponsors-carousel {
    width: 1200px;
  }
  .sc-item {
    width: 370px;
  }
  .small-page-space {
    padding: 0px 70px;
  }
  .page-space {
    padding: 0px 100px;
  }
  .jcarousel-prev {
    left: 50px;
  }
  .jcarousel-next {
    right: 50px;
  }
  .hf-content {
    margin-left: 25px;
  }
  .flip-flex .hf-content {
    margin-right: 0px;
    margin-left: 25px;
  }
  .hf-pic {
    margin-left: 25px;
  }
  .flip-flex .hf-pic {
    margin-left: 0px;
    margin-right: 25px;
  }
  .hfc-space {
    padding-right: 40px;
  }
  .flip-flex .hfc-space {
    padding-right: 0px;
    padding-left: 40px;
  }
  .hole-nav ul li {
    font-size: 0px;
  }
  .hole-nav ul li::after {
    margin: 0px 7px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sponsors-carousel {
    width: 1110px;
  }
  .sc-item {
    width: 340px;
  }
  .small-page-space {
    padding: 0px 70px;
  }
  .page-space {
    padding: 0px 100px;
  }
  .jcarousel-prev {
    left: 15px;
  }
  .jcarousel-next {
    right: 15px;
  }
  .hf-content {
    margin-right: 25px;
  }
  .body-public.body-class-home .content-wrapper .hf-content h5 a {
    font-size: 16px;
  }
  .flip-flex .hf-content {
    margin-left: 25px;
    margin-right: 0px;
  }
  .hf-pic {
    margin-left: 25px;
  }
  .flip-flex .hf-pic {
    margin-left: 0px;
    margin-right: 25px;
  }
  .hfc-space {
    padding-right: 40px;
  }
  .flip-flex .hfc-space {
    padding-right: 0px;
    padding-left: 40px;
  }
  .hole-nav ul li::after {
    margin: 0px 5px;
    width: 12px;
  }
  .inner-nav ul li::after {
    margin: 0px 10px;
    width: 15px;
  }
}

/* extra nav */

@media (min-width: 1400px) and (max-width: 1599px) {
  .body-public.body-class-home .header-space, .body-public.body-contentpage .header-space {
    width: 1370px;
    margin: 0px auto;
  }
  .header-logo {
    width: 120px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 110px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 130px;
    border-right: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .body-public.body-class-home .header-space, .body-public.body-contentpage .header-space {
    width: 1170px;
    margin: 0px auto;
  }
  .header-logo {
    width: 120px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 50px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 130px;
    border-right: none;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-logo {
    width: 100px;
    top: 56px;
  }
  .fix .header-logo {
    width: 100px;
    top: 15px;
  }
  .header-space {
    width: 970px;
    margin: 0px auto;
  }
  .navbar .nav > li > a {
    font-size: 11px;
    padding: 10px 8px;
  }
  .dropdown-menu {
    font-size: 14px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 50px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 85px;
    border-right: none;
  }
  .sponsors-carousel {
    width: 870px;
  }
  .sc-item {
    width: 270px;
    margin-right: 20px;
  }
  .small-page-space {
    padding: 0px 40px;
  }
  .page-space {
    padding: 0px 50px;
  }
  .jcarousel-prev {
    left: 15px;
  }
  .jcarousel-next {
    right: 15px;
  }
  .hf-content {
    margin-right: 20px;
  }
  .body-public.body-class-home .content-wrapper .hf-content h5 a {
    font-size: 16px;
  }
  .flip-flex .hf-content {
    margin-left: 20px;
    margin-right: 0px;
  }
  .hf-pic {
    margin-left: 20px;
  }
  .flip-flex .hf-pic {
    margin-left: 0px;
    margin-right: 20px;
  }
  .hfc-space {
    padding-right: 25px;
  }
  .flip-flex .hfc-space {
    padding-right: 0px;
    padding-left: 25px;
  }
  .hole-nav ul li::after {
    margin: 0px 5px;
    width: 6px;
  }
  .inner-nav ul li::after {
    margin: 0px 5px;
    width: 10px;
  }
  .body-contentpage .accordion-title h3 {
    padding-right: 50px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 5px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 25px;
  }
  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;
  }
  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"]:not(.body-contentpage) .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
    font-size: 11px;
    padding: 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"]:not(.body-contentpage) .header-logo, .invalid-page .header-logo {
    top: 15px;
  }
  .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: 11px;
    padding: 10px 10px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
    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) {
  .sponsors-carousel {
    width: 640px;
  }
  .sc-item {
    width: 300px;
    margin-right: 20px;
  }
  .small-page-space {
    padding: 0px 20px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .jcarousel-prev {
    left: 15px;
  }
  .jcarousel-next {
    right: 15px;
  }
  .hf-content {
    margin-right: 10px;
  }
  .body-public.body-class-home .content-wrapper .hf-content h5 a {
    font-size: 16px;
  }
  .flip-flex .hf-content {
    margin-left: 10px;
    margin-right: 0px;
  }
  .hf-pic {
    margin-left: 10px;
  }
  .flip-flex .hf-pic {
    margin-left: 0px;
    margin-right: 10px;
  }
  .hfc-space {
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .hfc-space h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .flip-flex .hfc-space {
    padding-right: 0px;
    padding-left: 20px;
  }
  .hole-nav ul li::after {
    margin: 0px 5px;
    width: 6px;
  }
  .inner-nav ul li::after {
    margin: 0px 5px;
    width: 10px;
  }
  .body-contentpage .accordion-title h3 {
    padding-right: 50px;
  }
  .body-contentpage .ii-content .accordion-title h3 {
    padding-left: 50px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 5px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 25px;
  }
  .body-contentpage .accordion-title h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .body-public.body-contentpage .content-wrapper h5 a, .body-public.body-class-home .content-wrapper h5 a {
    font-size: 16px;
  }
  .home-explore {
    display: none;
  }
  .inner-slide-title {
    bottom: 60px;
  }
  .inner-slide-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .ii-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hole-nav ul {
    max-width: 475px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-of-type(9)::after {
    display: none;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .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;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 90px;
    background: var(--visitorpagebg);
  }
  .header-logo {
    top: 10px;
    width: 100px;
    margin-left: 10px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .navbar {
    top: 0px;
  }
  .home-intro h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .home-intro h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 80px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    top: 30px;
    position: absolute;
    z-index: 50;
    right: 0px;
    font-size: 16px;
    background: transparent;
    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: transparent;
    color: var(--visitorpagebg);
  }
  .btn-navbar .club-menu-button {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
    color: var(--visitorpagebg);
    font-family: var(--headingfont);
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .btn-navbar:hover .club-menu-button, .btn-navbar.active .club-menu-button {
    background: transparent;
    color: #fff;
  }
  .club-menu-button-lines {
    margin-top: 0px;
    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: 40px;
    height: 3px;
    left: 20px;
    background: #fff;
    position: absolute;
  }
  .navbar .btn-navbar .top-bar {
    top: -12px;
  }
  .navbar .btn-navbar .middle-bar {
    top: 0px;
  }
  .navbar .btn-navbar .bottom-bar {
    top: 11px;
  }
  .navbar .btn-navbar.active .top-bar {
    top: 0px;
  }
  .navbar .btn-navbar.active .bottom-bar {
    top: 0px;
  }
  .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;
    top: 0px;
    margin: 0px;
  }
  .body-public.body-class-home .nav-section, .body-public.body-class- .nav-section {
    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;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav {
    text-align: left;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .nav > li > a {
    padding: 9px 15px;
  }
  .navbar-inverse .nav > li {
    border-right: 0px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .ii-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-nav ul li a {
    font-size: 14px;
  }
  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 {
    top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .home-explore {
    display: none;
  }
  .home-intro {
    padding: 40px 20px 90px;
  }
  .small-page-space {
    padding: 0px 20px;
  }
  .home-flex {
    flex-direction: column;
    text-align: center;
  }
  .home-flex.flip-flex {
    flex-direction: column;
  }
  .hf-content {
    margin: 0px;
    width: 100%;
  }
  .flip-flex .hf-content {
    margin: 0px;
  }
  .hfc-space {
    padding: 0px;
  }
  .flip-flex .hfc-space {
    padding: 0px;
  }
  .home-flex > div {
    flex: initial;
  }
  .hf-pic {
    margin: 20px auto 0px;
    max-width: 400px;
    width: 100%;
  }
  .flip-flex .hf-pic {
    margin-right: 0px;
  }
  .included-block-one {
    padding: 50px 0px;
  }
  .included-block-two {
    padding: 30px 0px;
  }
  .sponsors-carousel {
    max-width: 400px;
  }
  .sc-item {
    width: 180px;
    margin-right: 20px;
  }
  .jcarousel-prev {
    left: 20px;
  }
  .jcarousel-next {
    right: 20px;
  }
  .public-footer {
    padding: 30px 20px;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pff-contact {
    margin-top: 30px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hole-nav {
    width: 300px;
    margin: 0px auto;
  }
  .hole-nav ul li::after {
    width: 5px;
    margin: 0px 3px;
  }
  .hole-nav ul li:nth-child(6)::after, .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .inner-slide-title {
    bottom: 10px;
  }
  .inner-slide-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .ii-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .body-contentpage .accordion-title h3 {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    padding-right: 50px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 5px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 25px;
  }
  .scorecard-content .accordion-content {
    overflow-x: scroll;
  }
  .hole-yards {
    margin: 40px 0px;
    flex-direction: column;
  }
  .hole-yards .yellow {
    margin: 15px 0px;
  }
  .inner-nav ul li {
    display: block;
    margin: 14px 0px;
  }
  .inner-nav ul li::after {
    display: none;
  }
  .inner-nav ul li a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #fff;
  }
  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;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
    margin: 0px;
    width: auto;
  }
  .mf-ig {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
}

/* 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;
  }
  .sponsors-carousel {
    max-width: 220px;
  }
  .sc-item {
    width: 220px;
    margin-right: 20px;
  }
  .jcarousel-prev {
    left: 20px;
  }
  .jcarousel-next {
    right: 20px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar {
  top: 0px;
  margin: 0px;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #171717;
  padding: 6px 0px;
}

.php-ckeditor .home-explore {
  display: none;
}

.php-ckeditor .home-page-wrapper h1, .php-ckeditor .home-page-wrapper h2, .php-ckeditor .home-page-wrapper h3, .php-ckeditor .home-page-wrapper h4, .php-ckeditor .home-page-wrapper h5, .php-ckeditor .home-page-wrapper h6 {
  color: #fff;
}

.php-ckeditor .inner-page-wrapper h1, .php-ckeditor .inner-page-wrapper h2, .php-ckeditor .inner-page-wrapper h3, .php-ckeditor .inner-page-wrapper h4, .php-ckeditor .inner-page-wrapper h5, .php-ckeditor .inner-page-wrapper h6 {
  color: #fff;
}

.php-ckeditor .hole-page-wrapper h1, .php-ckeditor .hole-page-wrapper h2, .php-ckeditor .hole-page-wrapper h3, .php-ckeditor .hole-page-wrapper h4, .php-ckeditor .hole-page-wrapper h5, .php-ckeditor .hole-page-wrapper h6 {
  color: #fff;
}

.php-ckeditor .home-page-wrapper a, .php-ckeditor .inner-page-wrapper a, .php-ckeditor .hole-page-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.php-ckeditor .home-page-wrapper h5 a, .php-ckeditor .inner-page-wrapper h5 a, .php-ckeditor .hole-page-wrapper h5 a {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 16px;
}

.php-ckeditor .home-page-wrapper h5 a:hover, .php-ckeditor .inner-page-wrapper h5 a:hover, .php-ckeditor .hole-page-wrapper h5 a:hover {
  background: #000;
  color: #fff;
}

.php-ckeditor .small-page-space {
  padding: 0px 20px;
}

.php-ckeditor .hf-content {
  margin-right: 20px;
}

.php-ckeditor .flip-flex .hf-content {
  margin-left: 20px;
  margin-right: 0px;
}

.php-ckeditor .hfc-space {
  padding-left: 0px;
  padding-right: 0px;
}

.php-ckeditor .flip-flex .hfc-space {
  padding-right: 0px;
  padding-left: 0px;
}

.php-ckeditor .hfp-border {
  display: none;
}

.php-ckeditor .included-block-one {
  padding: 50px 0px;
}

.php-ckeditor .included-block-two {
  padding: 30px 0px;
}

.php-ckeditor .inner-slide-title {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
  background: rgba(0,0,0,0.5);
}

.php-ckeditor .pf-flex a {
  color: #323232;
}

.php-ckeditor .pf-social a {
  color: #323232;
}

.php-ckeditor .sponsors-carousel {
  max-width: 1000px;
}

.php-ckeditor .jcarousel-prev {
  left: 10px;
}

.php-ckeditor .jcarousel-next {
  right: 10px;
}

.php-ckeditor .sc-holder {
  height: auto;
}

.php-ckeditor .sc-wrapper {
  position: relative;
  width: auto;
  display: block;
}

.php-ckeditor .sc-item {
  width: 300px;
  float: none;
  float: left;
  min-height: 250px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: relative;
  top: 0px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

.php-index #leftcontent i {
  font-size: 24px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/westonturville/new-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;
}

/* 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;
}

.body-contentpage.body-public .content-wrapper .leaflet-popup-content h5 {
 color: var(--headingcolor); 
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  bottom: 5px;
  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: 5px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .hs-title h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .hs-title h3 {
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 260px;
    object-fit: cover;
  }
}

.pfr-logo img {
  max-width: 300px;
  width: 100%;
}

/* forms */

.inner-page-wrapper form input {
  background: var(--dropdownbg);
  border-radius: 0px;
  border: 1px solid #fff;
  height: 30px;
  width: 90%;
  color: #fff;
}

.inner-page-wrapper form textarea {
  background: var(--dropdownbg);
  border-radius: 0px;
  border: 1px solid #fff;
  height: 90px;
  width: 90%;
  color: #fff;
}

.inner-page-wrapper form select {
  background: var(--dropdownbg);
  border-radius: 0px;
  border: 1px solid #fff;
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  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;
  background: #fff;
  color: var(--headingcolor);
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
  border-radius: 0px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  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, .inserted-block .inserted-accordion 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, .inserted-block .inserted-accordion 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, .inserted-block .inserted-accordion ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #fff;
  position: relative;
  top: -3px;
}

.inner-intro .inner-nav ul li::before, .inner-intro .hole-nav ul li::before {
  display: none;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol, .inner-full-added ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li, .inner-full-added ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before, .inner-full-added .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, .hfc-space table th, .inner-full-added table th {
  border: none;
  padding: 6px;
  font-weight: 400;
  background: #fff;
  color: var(--headingcolor);
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .hfc-space table td, .inner-full-added table td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .hfc-space table th, .inner-full-added table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .hfc-space table td, .inner-full-added 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, .hfc-space table th, .inner-full-added table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .hfc-space table td, .inner-full-added 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, .inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav, .inner-slideshow .nivo-directionNav {
  display: none !important;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

.ii-content .span8.gallery-image {
  width: 100%;
  float: none;
}

.ii-content .span4.gallery-thumbs {
  width: 100%;
  float: none;
  margin-left: 0px;
}

.body-public.body-contentpage .inner-page-wrapper #map_container a {
  color: var(--headingcolor);
  text-decoration: none;
}

.body-public.body-contentpage.invalid-page .content-wrapper h3 {
  color: var(--headingcolor);
}

@media (min-width: 980px) {
  .body-public.body-contentpage.invalid-page .nav > li:nth-of-type(5) {
    margin-right: 0px;
    border-right: 1px solid #fff;
  }
}

.inner-intro .hole-nav ul {
  margin: 0px auto;
}

/* initials */

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow .galleryInner::after {
    height: 100px;
  }
}

.pf-logo img {
  width: 160px;
}

.pf-social a em {
  font-size: 40px;
}

.pf-social img {
  top: -14px;
  width: 32px;
}

.ii-content h2 {
  margin-top: 0px;
}

.body-class-members .navbar-inverse .nav > li {
  border-right: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  body[class*="php-"] .navbar, .body-class-members .navbar, .body-class-visitorbooking .navbar, .body-class-getawayletter .navbar, [class*="body-class-setcoursestatus"] .navbar, .body-class-opens .navbar, .body-loginpage .navbar, body[class*="match"]:not(.body-contentpage) .navbar, .invalid-page .navbar {
    margin-left: 0px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"]:not(.body-contentpage) .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 90px;
  }
}

.body-class-members.body-contentpage .included-block-one {
  display: none;
}

.body-class-members.body-contentpage .included-block-two {
  display: none;
}

.body-class-members.body-contentpage .page-footer {
  display: none;
}

.body-class-members.body-contentpage .home-slideshow > .wysiwyg-editable {
  display: none;
}

.body-class-members.body-contentpage .home-explore {
  display: none;
}

.body-class-members.body-contentpage .inner-page-wrapper .home-slideshow {
  background: var(--visitorpagebg);
}

.body-class-members.body-contentpage .inner-page-wrapper .home-slideshow .inner-slide-title {
  position: relative;
  bottom: 0px
}

.body-class-members.body-contentpage .inner-page-wrapper .home-slideshow h1 {
  margin: 0px;
  padding: 40px 20px;
}

.hf-pic .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hf-pic .nivo-controlNav-Wrapper {
  display: none;
}

.hf-pic .nivo-directionNav {
  display: none !important;
}

.ie-col.fancy-pic {
  position: relative;
  overflow: hidden;
}

.ie-col.fancy-pic img {
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.ie-col.fancy-pic:hover img {
  transform: scale(1.1,1.1);
}

.ie-col.fancy-pic:hover .hfp-border {
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.inserted-block .additional-accordions {
  text-align: center;
}

.inserted-block .hfc-space .additional-accordions {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 979px){
  .body-contentpage .accordion-title h3 {
    padding-left: 50px;
  }
  .body-contentpage .hfc-space .accordion-title h3 {
    padding-left: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hfc-space ul {
    margin: 0px 0px 10px;
  }
  .hfc-space ul li {
    line-height: 28px;
    list-style: none;
  }
  .hfc-space ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    margin-right: 6px;
    color: #fff;
    position: relative;
    top: -3px;
  }
}

.body-class-contact .additional-boxes .inserted-block:nth-of-type(3) .ie-col {
  width: 50%;
  flex: initial;
}

.hfc-space .accordion-title h3 {
  padding-left: 20px;
}

.body-class-members.body-contentpage .inner-page-wrapper h5 a {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 16px;
  color: #fff;
}

.body-class-members.body-contentpage .inner-page-wrapper h5 a:hover, .body-class-members.body-contentpage .inner-page-wrapper h5 a:focus {
  background: #000;
  color: #fff;
}

.body-class-members.body-contentpage .small-page-space {
  padding: 0px 20px;
}

@media (min-width: 768px) {
  .body-class-members.body-contentpage .hf-content {
    margin: 0px;
  }
  .body-class-members.body-contentpage .hf-pic {
    margin: 0px;
  }
}

.hfc-space a {
  color: #fff;
  text-decoration: underline;
}

.hfc-space a:hover, .hfc-space a:focus {
  color: var(--highlightcolor);
  text-decoration: none;
}

.hfc-space h5 a {
  text-decoration: none;
}

.three-equal-added {
  text-align: center;
}

/* home changes */

.hfp-border {
  display: none;
}

@media (min-width: 1200px) {
  .hf-pic, .flip-flex .hf-pic {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.small-page-space {
  padding: 0px;
}

.hf-content, .flip-flex .hf-content {
  margin: 0px;
}

.hfc-space, .flip-flex .hfc-space {
  padding: 20px 100px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hfc-space, .flip-flex .hfc-space {
    padding: 20px 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .hfc-space, .flip-flex .hfc-space {
    padding: 20px 25px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .hfc-space, .flip-flex .hfc-space {
    padding: 20px;
  }
}

.body-contentpage .inner-page-wrapper .inserted-block {
  margin: 0px;
}

.home-video-block {
  background: var(--visitorpagebg);
  color: #fff;
  padding: 50px 0px;
  border-top: 1px solid #fff;
}

.hvb-space {
  max-width: 1400px;
  width: calc(100% - 100px);
  padding: 0px 50px;
  margin: 0px auto;
}

.hvb-space > div {
  width: 47%;
  margin-right: 20px;
  display: inline-block;
}

.pf-buttons {
  margin-top: 20px;
}

.pf-buttons a {
  display: inline-block;
  padding: 6px 20px;
  margin: 0px 8px;
  background: var(--headingcolor);
  color: #fff;
  border-radius: 8px;
}

.pf-buttons a:hover, .pf-buttons a:focus {
  background: #000;
}

/*.home-page-wrapper .hf-pic:hover img {
  transform: scale(1,1);
}*/

@media (min-width: 768px) and (max-width: 979px) {
  .hvb-space > div {
    width: 45%;
  }
  .pf-buttons a {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hvb-space {
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  .hvb-space > div {
    margin: 15px 0px;
    display: block;
    width: 100%;
  }
  .pf-buttons {
    margin: 0px auto;
    width: 300px;
  }
  .pf-buttons a {
    display: block;
    max-width: 300px;
    font-size: 12px;
    padding: 6px 5px;
    margin: 10px 0px;
  }
}

@media (min-width: 1200px) {
  .body-public.body-class-home .nav-section, .body-public.body-contentpage .nav-section {
    max-width: 1150px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 165px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(3), .body-public.body-contentpage .nav > li:nth-of-type(3) {
    margin-right: 150px;
    border-right: none;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 0px;
    border-right: 1px solid #fff;
  }
  .navbar-inverse .nav > li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .header-logo {
    width: 130px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public.body-class-home .nav-section, .body-public.body-contentpage .nav-section {
    max-width: 940px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-of-type(1), .body-public.body-contentpage .nav > li:nth-of-type(1) {
    margin-left: 97px;
  }
  .body-public.body-class-home .nav > li:nth-of-type(3), .body-public.body-contentpage .nav > li:nth-of-type(3) {
    margin-right: 135px;
    border-right: none;
  }
  .body-public.body-class-home .nav > li:nth-of-type(5), .body-public.body-contentpage .nav > li:nth-of-type(5) {
    margin-right: 0px;
    border-right: 1px solid #fff;
  }
  .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px 15px;
  }
  .header-logo {
    width: 130px;
  }
}

.home-flex {
  background: #444;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-contentpage .inserted-block {
  margin: 30px 0px;
}

.home-flex.flip-flex {
  background: var(--headingcolor);
}

.home-main {
  padding-bottom: 0px;
}

.inner-main {
  padding-bottom: 0px;
}

.home-slide {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.home-slide > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.home-slide > .show-quote {
  opacity: 1;
}

.home-slide > div img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-slide::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  z-index: 20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.8+0,0+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.79) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: portrait) {
  .home-slide {
    height: 50vh;
  }
  .home-slide > div {
    height: 50vh;
  }
  .home-slide > div img {
    height: 50vh;
  }
}

.php-ckeditor .home-slide {
  height: auto;
}

.php-ckeditor .home-slide > div {
  position: relative;
  margin: 15px 0px;
  opacity: 1;
}

.php-ckeditor .home-slide::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .home-flex {
    align-items: stretch;
  }
  .home-flex .hf-pic .wysiwyg-editable {
    height: 100%;
  }
  .home-flex .hf-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .hf-pic {
    margin: 0px;
  }
  .flip-flex .hf-pic {
    margin: 0px;
  }
}

.additional-boxes .inner-full-added, .additional-boxes .additional-accordions {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 20px;
}

.additional-boxes .additional-accordions {
  padding-bottom: 20px;
}

.hf-pic iframe {
  background: #003f22;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hf-content {
    max-width: 400px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.status-trig {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 165px;
  z-index: 15;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.status-trig:hover {
  color: var(--navactivelink);
  cursor: pointer;
}

.status-trig i {
  color: #2EDB21;
  margin-right: 4px;
}

.status-box {
  position: fixed;
  top: 100px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-status .status-box {
  left: 0px;
}

.status-content {
  color: #fff;
}

.status-content h3 {
  display: none;
}

.status-content p {
  margin: 0px;
}

.status-space {
  padding: 15px 25px;
}

body[class*="php-"] .status-trig, .body-class-members .status-trig, .body-class-visitorbooking .status-trig, .body-class-getawayletter .status-trig, [class*="body-class-setcoursestatus"] .status-trig, .body-class-opens .status-trig, .body-loginpage .status-trig {
  width: 130px;
  letter-spacing: 0px;
  text-transform: capitalize;
  top: 10px;
  left: 110px;
}

body[class*="php-"] .status-box, .body-class-members .status-box, .body-class-visitorbooking .status-box, .body-class-getawayletter .status-box, [class*="body-class-setcoursestatus"] .status-box, .body-class-opens .status-box, .body-loginpage .status-box {
  top: 90px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .status-trig {
    left: 120px;
  }
}

/* end anton styles */