/* anton styles */

/* fonts */
	  
.playfair-display-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
	  
.nunito-sans-font {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
	  
/* variables */
	  
:root {
	--bodyfont: 'Nunito Sans', sans-serif;
	--headingfont: 'Playfair Display', serif;
	--headingcolor: #0F1C46;
	--headingcolor2: #333;
	--highlightcolor: #2A49A6;
    --buttonbg: #20377B;
   --altbuttonbg: #F0EDE9;
	--bodycolor: #333;
	--headerbg: #0F1C46;
	--membersfooterbg: #0F1C46;
	--navlink: #fff;
	--navactivelink: #fc0;
	--dropdownbg: #0a1331;
	--scorecardwhite: #eee;
	--scorecardyellow: #fc0;
	--scorecardblue: #0000c8;
	--scorecardred: #c80000;
}
	  
.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);
}

h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: var(--bodycolor);
  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(--bodyfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 90px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--buttonbg);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

h6 a {
  background: var(--altbuttonbg);
  color: var(--bodycolor);
  display: inline-block;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h6 a:hover, h6 a:focus {
  background: var(--headingcolor);
  color: #fff;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1008;
  min-height: 140px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 100px;
  background: rgba(0,0,0,0.6);
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 210px;
  top: 30px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  width: 170px;
}

.header-space {
  position: relative;
  margin: 0px 100px;
}

.header-left {
  position: absolute;
  top: 80px;
  left: 0px;
  color: #fff;
  display: flex;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-left {
  top: 37px;
}

.header-left .weatherSingle {
  display: grid;
  grid-gap: 0px 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}

.header-left .weatherDate {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.header-left .weatherTemp {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  font-family: var(--headingfont);
  font-weight: 600;
}

.header-left .weatherImage {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.header-left .weatherImage i {
  font-size: 24px;
}

.hl-weather .afterWeather {
  display: none;
}

.hl-status {
  margin-left: 10px;
  text-shadow: 1px 1px #000;
}

.hl-status:hover, .hl-status:focus {
  cursor: pointer;
  color: #fc0;
}

.header-right {
  position: absolute;
  top: 72px;
  right: 80px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-right {
  top: 32px;
}

.header-right a {
  display: inline-block;
  background: var(--headingcolor);
  color: #fff;
  border-radius: 90px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.header-right a:hover, .header-right a:focus {
  background: var(--buttonbg);
}

/* status */

.status-box {
  position: fixed;
  top: 140px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  line-height: 24px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .status-box {
  top: 100px;
}

.show-status .status-box {
  left: 0px;
}

.status-content {
  color: #fff;
}

.status-content h3 {
  display: none;
}

.status-content p {
  margin: 0px;
}

.status-content .status {
  display: none;
}

.status-content .status:nth-of-type(3) {
  display: block;
}

.status-content .status:nth-of-type(6) {
  display: block;
}

.status-space {
  padding: 15px 25px;
}

/* navbar */

#hamburger-icon {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  z-index: 11;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix #hamburger-icon {
  top: 20px;
}

#hamburger-icon:hover {
  background: #000;
}

#hamburger-icon .line {
  height: 3px;
  background: #fff;
  left: 6px;
  position: absolute;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover .line {
  color: #fff;
}

#hamburger-icon .line-1 {
  top: 17px;
  width: 47px;
}

#hamburger-icon .line-2 {
  top: 29px;
  width: 34px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 41px;
  width: 47px;
}

#myNavbar {
  position: fixed;
  top: 0px;
  right: -350px;
  min-height: 100vh;
  background: var(--headingcolor);
  width: 350px;
  z-index: 30;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  right: 0px;
}

.nav-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 1003;
  border-radius: 10px;
}

.nav-close:hover {
  cursor: pointer;
}

.nav-cross {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  left: 10px;
  top: 29px;
}

.nav-cross.cross-1 {
  transform: rotate(45deg);
}

.nav-cross.cross-2 {
  transform: rotate(-45deg);
}

.nav-wrapper {
  margin-top: 70px;
  padding: 12px 30px 100px;
  height: calc(100vh - 200px);
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nav-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  background: var(--headingcolor);
  bottom: 0px;
  text-align: center;
}

.nav-logo img {
  width: 140px;
  padding-bottom: 15px;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  border-bottom: 1px solid rgba(255,255,255,1);
}

.navbar-inverse .nav > li > a {
  color: #fff;
  position: relative;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -4px;
  top: 11px;
  font-size: 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  background: var(--dropdownbg);
  border: none;
  box-shadow: none;
  float: none;
  margin: 0px 10px;
  border-radius: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 20px;
  /*white-space: normal;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

/* footer */

.public-footer {
  text-align: center;
  padding-bottom: 625px;
  background-image: url('/images/resources/yeovil/footer-image.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
}

.pf-logo {
  position: relative;
  text-align: center;
}

.pf-logo::before {
  content: '';
  width: 550px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url('/images/resources/yeovil/footer-left-pattern.png');
  background-position: left;
}

.pf-logo::after {
  content: '';
  width: 550px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(50%,-50%);
  background: url('/images/resources/yeovil/footer-right-pattern.png');
  background-position: right;
}

.pf-address {
  margin-top: 50px;
}

.pf-contact a {
  color: var(--bodycolor);
}

.pf-contact a:hover, .pf-contact a:focus {
  opacity: 0.7;
}

.pf-contact {
  margin-top: 20px;
}

.pf-social {
  margin-top: 35px;
}

.pf-social a {
  font-size: 24px;
  margin: 0px 6px;
  color: var(--bodycolor);
}

.pf-social a:hover, .pf-social a:focus {
  opacity: 0.7;
}

.pf-social img {
  position: relative;
  top: -2px;
}

.pf-ig {
  margin-top: 20px;
}

.pf-ig img {
  width: 120px;
}

.body-public.body-contentpage .members-footer, .body-public.body-class-home .members-footer {
  display: none;
}

.members-footer {
  padding: 25px 0px;
  background: var(--membersfooterbg);
  color: #fff;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-copy {
  width: 75%;
}

.mf-ig {
  width: 25%;
  text-align: right;
}

.mf-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hs-onpic {
  position: absolute;
  z-index: 12;
  bottom: 70px;
  left: 60px;
}

.hs-explore {
  position: absolute;
  width: 50px;
  height: 40px;
  left: 0px;
  right: 0px;
  z-index: 11;
  margin: 0px auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px #000;
  bottom: 70px;
}

.hs-explore:hover, .hs-explore:focus {
  color: #fc0;
  cursor: pointer;
}

.home-main {
  margin: 150px 0px 60px;
}

.home-two-unequal {
  display: flex;
  align-items: center;
}

.home-two-unequal.flip-flex {
  flex-direction: row-reverse;
}

.htu-main-col {
  width: 55%;
  margin-left: 40px;
}

.htu-sidebar-col {
  width: 45%;
  margin-right: 40px;
}

.htu-sidebar-col h1 {
  font-size: 56px;
  line-height: 66px;
  margin: 0px 0px 15px;
}

.htu-sidebar-col h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

.home-intro p {
  font-family: var(--headingfont);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
}

.home-intro p::after {
  content: '';
  display: inline-block;
  bottom: 0px;
  width: 80px;
  position: relative;
  height: 2px;
  background: var(--headingcolor);
  right: -6px;
}

.flip-flex .htu-sidebar-col {
  margin-right: 0px;
  margin-left: 40px;
}

.flip-flex .htu-main-col {
  margin-left: 0px;
  margin-right: 40px;
}

.home-bottom-equal {
  margin-top: 100px;
}

.home-page-wrapper h5 {
  display: inline-block;
  margin-right: 20px;
}

/* carousel */

.included-carousel-block {
  margin: 110px 0px;
  padding-left: 200px;
  min-height: 620px;
}

.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.additional-carousel-items {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  align-items: center;
  transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
}

.custom-carousel-item {
  width: 390px;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
}

.cci-pic {
  position: relative;
}

.cci-pic img {
  max-height: 210px;
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.portrait-image .cci-pic img {
  height: 530px;
  max-height: 530px;
  border-radius: 10px;
  transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
}

.cci-pic .cci-content {
  position: absolute;
  bottom: 50px;
  left: 10px;
  right: 10px;
  color: #fff;
  font-family: var(--headingfont);
  text-shadow: 1px 1px #000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

@media (min-width: 1200px) {
  .body-contentpage .custom-carousel-item:hover img, .body-class-home .custom-carousel-item:hover img {
    height: 620px;
    max-height: 620px;
  }
  .body-contentpage .custom-carousel-item:hover .cci-content, .body-class-home .custom-carousel-item:hover .cci-content {
    bottom: 98px;
  }
  .custom-carousel-wrapper {
    padding-top: 50px;
  }
}

.cci-content h4 {
  color: #fff;
}

.custom-carousel-controls {
  width: 80px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 200px;
}

.ccc-prev {
  text-align: left;
  font-size: 38px;
  display: inline-block;
  width: 30px;
  color: #6F6F6F;
}

.ccc-prev:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

.ccc-next {
  text-align: right;
  font-size: 38px;
  display: inline-block;
  width: 30px;
  color: #6F6F6F;
}

.ccc-next:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

@media (min-width: 0px) and (max-width: 480px) {
  .custom-carousel-item {
    margin: 0px 10px;
  }
}

.php-ckeditor.no-extra-nav .extra-nav, .php-ckeditor.no-carousel-nav .carousel-nav {
  display: none;
}

.php-ckeditor .custom-carousel-item {
  position: relative;
  padding: 30px 0px;
  margin: 30px 20px;
}

.php-ckeditor .additional-carousel-items {
  display: block;
}

.home-testimonials {
  margin-top: 60px;
  position: relative;
  text-align: center;
}

.home-testimonials::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: var(--headingcolor);
}

.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: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  max-width: 1070px;
  color: var(--bodycolor);
  font-family: var(--headingfont);
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 22px;
  line-height: 32px;
  color: var(--bodycolor);
  text-shadow: none;
}

.home-testimonials .galleryInner .nivo-caption h4 {
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

.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: 15px;
}

.home-testimonials .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
}

.content-wrapper .home-testimonials .nivo-controlNav a {
  width: 9px;
  height: 9px;
  background-image: none;
  border-radius: 50%;
  background: #e7e7e7;
  margin-right: 6px;
  display: inline-block;
}

.content-wrapper .home-testimonials .nivo-controlNav a.active {
  background: var(--headingcolor);
}

.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;
}

/* logo row */

.logo-row {
  max-width: 754px;
  margin: 80px auto 0px;
}

.logo-row .wysiwyg-editable {
  display: flex;
  align-items: center;
  text-align: center;
}

.logo-row a {
  margin: 0px 15px;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-main {
  margin: 100px 0px 80px;
}

.inner-intro {
  text-align: center;
  max-width: 1250px;
  margin: 0px auto;
}

.page-url-driving_range_and_toptracer .inner-full-added h5 {
  display: inline-block;
  margin-right: 30px;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  background: var(--headingcolor);
  color: #fff;
}

.page-url-driving_range_and_toptracer .inner-full-added h5:last-of-type {
  margin-right: 0px;
}

/* inner added boxes style */

.body-contentpage .added-section-move-up, .body-class-home .added-section-move-up, .body-class- .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down, .body-class-home .added-section-move-down, .body-class- .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row, .body-class-home .additional-button-row, .body-class- .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove, .body-class-home .added-section-remove, .body-class- .added-section-remove {
  display: none;
}

.additional-boxes {
  margin: 0px auto 150px;
  max-width: 1250px;
}

.inserted-block {
  position: relative;
  margin: 70px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inserted-block .custom-carousel {
  margin-top: 60px;
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
}

.two-equal-added.flex-row.flip-flex {
  flex-direction: row-reverse;
}

.is-two-col {
  display: flex;
}

.htc-content {
  width: 60%;
  margin-right: 50px;
}

.flip-flex .htc-content {
  margin-left: 50px;
  margin-right: 0px;
}

.htc-pic {
  width: 40%;
  margin-left: 50px;
}

.flip-flex .htc-pic {
  margin-right: 50px;
  margin-left: 0px;
}

.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-equal-added.flex-row.flip-flex .ie-col:first-child {
  margin-right: 0px;
  margin-left: 20px;
}

.two-equal-added.flex-row.flip-flex  .ie-col:last-child {
  margin-left: 0px;
  margin-right: 20px;
}

.two-equal-added.bg-cols {
  text-align: center;
  align-items: start;
}

.bg-cols .ie-col {
  background: transparent;
  border-bottom: 5px solid var(--altbuttonbg);
}

.bg-cols hr {
  border-color: #D2CBC1;
}

.bg-cols h3 {
  background: var(--headingcolor);
  color: #fff;
  padding: 8px 10px;
  margin: 0px 0px 20px;
}

.bg-cols table {
  max-width: 450px;
  margin: 0px auto;
}

.bg-cols table em {
  font-size: 28px;
}

.is-two-col {
  display: flex;
}

.is-two-col.flip-flex {
  flex-direction: row-reverse;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: 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 {
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .active-accord .accordion-title h3::before {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '+';
  position: relative;
  display: inline-block;
  top: 3px;
  right: -20px;
  font-size: 30px;
  font-style: normal;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

/* course */

.inner-page-wrapper table.scorecard th, .inner-page-wrapper table.scorecard td {
  text-align: center;
}

.inner-page-wrapper table.scorecard th:nth-of-type(2), .inner-page-wrapper table.scorecard td:nth-of-type(2) {
  background: var(--scorecardwhite);
  color: var(--bodycolor);
}

.inner-page-wrapper table.scorecard th:nth-of-type(5), .inner-page-wrapper table.scorecard td:nth-of-type(5) {
  background: var(--scorecardyellow);
  color: var(--bodycolor);
}

.inner-page-wrapper table.scorecard th:nth-of-type(8), .inner-page-wrapper table.scorecard td:nth-of-type(8) {
  background: var(--scorecardred);
  color: #fff;
}

/* hole */

.hole-nav {
  position: absolute;
  z-index: 14;
  bottom: 110px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px;
  list-style: none;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 2px;
  background: #fff;
  margin: 0px 7px;
  position: relative;
  top: -3px;
}

.hole-nav ul li:last-of-type::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: var(--headingfont);
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.active a {
  text-decoration: underline;
}

.hole-main {
  margin: 100px 0px 80px;
}

.hole-space {
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
}

.hole-title h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}

.hole-title h3 {
  margin: 0px;
}

.hole-yards {
  margin-top: 30px;
}

.hole-yards > div {
  display: inline-block;
  width: 236px;
  text-align: left;
}

.hole-yards .yellow {
  margin: 0px 20px;
}

.hole-yards .white::before {
  content: '';
  float: left;
  width: 6px;
  height: 18px;
  background: var(--scorecardwhite);
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.hole-yards .yellow::before {
  content: '';
  float: left;
  width: 6px;
  height: 18px;
  background: var(--scorecardyellow);
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.hole-yards .red::before {
  content: '';
  float: left;
  width: 6px;
  height: 18px;
  background: var(--scorecardred);
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.hole-two-col {
  margin-top: 50px;
  display: flex;
}

.htc-video {
  width: 65%;
  margin-right: 20px;
}

/* whole in one golf iframe styles */

.flyovercontent {
  width: 100%;
  margin: 0px auto;
}
.embed-container {
  height: auto;
  width: 100%;
  padding-bottom: 71%;
  overflow: visible;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.htc-map {
  width: 35%;
  margin-left: 20px;
}

.hole-desc {
  margin-top: 40px;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: url('/images/resources/yeovil/members-bg-2025.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, .invalid-page .header-wrapper {
  background: rgba(0,0,0,0.6);
  width: 100%;
  min-height: 80px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, .invalid-page .header-logo {
  position: relative;
  top: 5px;
  width: 132px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-left, .body-class-members .header-left, .body-class-visitorbooking .header-left, .body-class-getawayletter .header-left, [class*="body-class-setcoursestatus"] .header-left, .body-class-opens .header-left, .body-loginpage .header-left {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-status, .body-class-members .header-status, .body-class-visitorbooking .header-status, .body-class-getawayletter .header-status, [class*="body-class-setcoursestatus"] .header-status, .body-class-opens .header-status, .body-loginpage .header-status, .invalid-page .header-status {
  display: none;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-right, .body-class-members .header-right, .body-class-visitorbooking .header-right, .body-class-getawayletter .header-right, [class*="body-class-setcoursestatus"] .header-right, .body-class-opens .header-right, .body-loginpage .header-right, .invalid-page .header-right {
  display: none;
}

body[class*="php-"] .top-header-left, .body-class-members .top-header-left, .body-class-visitorbooking .top-header-left, .body-class-getawayletter .top-header-left, [class*="body-class-setcoursestatus"] .top-header-left, .body-class-opens .top-header-left, .body-loginpage .top-header-left, .invalid-page .top-header-left {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, .invalid-page .header-top-right {
  top: 10px;
  display: none;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

/*body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
  border-bottom: none;
  float: left;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-size: 15px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .nav-close, .body-class-members .nav-close, .body-class-visitorbooking .nav-close, .body-class-getawayletter .nav-close, [class*="body-class-setcoursestatus"] .nav-close, .body-class-opens .nav-close, .body-loginpage .nav-closet, .invalid-page .nav-close {
  display: none;
} */

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  top: 10px;
  right: 20px;
}

/* body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 20px;
  margin-left: 145px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
  padding: 3px 20px;
} */

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

/* body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar, .invalid-page #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}*/

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 220px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 300px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    font-size: 15px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  margin: 2px;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: var(--headingcolor2);
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .included-carousel-block {
    padding-left: 150px;
  }
  .custom-carousel-controls {
    right: 150px;
  }
  .pf-logo::before {
    left: 22%;
  }
  .pf-logo::after {
    right: 22%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .included-carousel-block {
    padding-left: 100px;
  }
  .custom-carousel-controls {
    right: 100px;
  }
  .pf-logo::before {
    left: 19%;
  }
  .pf-logo::after {
    right: 19%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .included-carousel-block {
    padding-left: 50px;
  }
  .custom-carousel-controls {
    right: 50px;
  }
  .pf-logo::before {
    width: 450px;
    left: 22%;
  }
  .pf-logo::after {
    width: 450px;
    right: 22%;
  }
  .header-space {
    margin: 0px 50px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .included-carousel-block {
    padding-left: 25px;
    min-height: 530px;
  }
  .custom-carousel-controls {
    right: 25px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .pf-logo::before {
    width: 350px;
    left: 22%;
  }
  .pf-logo::after {
    width: 350px;
    right: 22%;
  }
  .hole-nav ul li::after {
    margin: 0px 5px;
  }
  .hole-nav ul li a {
    width: 34px;
    line-height: 34px;
  }
  .portrait-image .cci-pic img {
    height: 430px;
  }
  .body-contentpage .portrait-image:nth-of-type(3) .cci-pic img, .body-class-home .portrait-image:nth-of-type(3) .cci-pic img {
    height: 520px;
    max-height: 520px;
  }
  .body-contentpage .going-backwards .portrait-image:nth-of-type(2) .cci-pic img, .body-class-home .going-backwards .portrait-image:nth-of-type(2) .cci-pic img {
    height: 520px;
    max-height: 520px;
  }
  .body-contentpage .going-backwards .portrait-image:nth-of-type(3) .cci-pic img, .body-class-home .going-backwards .portrait-image:nth-of-type(3) .cci-pic img {
    height: 430px;
    max-height: 430px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 11px;
  }
  /* body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 940px;
  } */
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  /* body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }*/
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .included-carousel-block {
    padding-left: 20px;
    min-height: 600px;
  }
  .custom-carousel-controls {
    right: 20px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .pf-logo::before {
    width: 250px;
    left: 20%;
  }
  .pf-logo::after {
    width: 250px;
    right: 20%;
  }
  .home-two-unequal {
    flex-direction: column;
    text-align: center;
  }
  .home-two-unequal.flip-flex {
    flex-direction: column;
  }
  .htu-sidebar-col {
    width: 100%;
    margin: 0px;
  }
  .htu-main-col {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .flip-flex .htu-sidebar-col {
    margin: 0px;
  }
  .flip-flex .htu-main-col {
    margin: 30px 0px 0px;
  }
  .htu-main-col img {
    max-width: 450px;
    width: 100%;
  }
  .custom-carousel-controls {
    position: relative;
    top: auto;
    margin: 30px auto 0px;
    right: auto;
  }
  .hole-nav {
    bottom: 20px;
  }
  .hole-nav ul {
    width: 520px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 6px 0px;
  }
  .hole-nav ul li:nth-of-type(9)::after {
    display: none;
  }
  .hole-yards .yellow {
    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, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 724px;
  }*/
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    min-height: 90px;
    background: rgba(0,0,0,0.5);
  }
  .header-logo {
    top: 5px;
    width: 150px;
  }
  .header-left {
    top: 33px;
  }
  .header-right {
    top: 27px;
  }
  #hamburger-icon {
    top: 15px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .hs-explore {
    display: none;
  }
  .home-main {
    margin-top: 60px;
  }
  .included-carousel-block {
    margin: 60px 0px;
  }
  .status-box {
    top: 90px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
    margin-left: 0px;
    top: 0px;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
    float: none;
  }
  /* body[class*="php-"] .navbar-inverse .nav > li.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, .body-class-members .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .invalid-page .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  } */
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
    padding: 9px 15px;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .show-menu #hamburger-icon .line-2 {
    opacity: 0;
  }
  .show-menu #hamburger-icon .line-1 {
    transform: rotate(45deg);
    top: 29px;
  }
  .show-menu #hamburger-icon .line-3 {
    transform: rotate(-45deg);
    top: 29px;
  }
  .additional-boxes {
    margin-bottom: 60px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-wrapper {
    min-height: 80px;
  }
  .header-logo {
    width: 130px;
  }
  #hamburger-icon {
    top: 10px;
  }
  .header-left {
    top: 27px;
  }
  .hl-status {
    margin-left: 0px;
    font-size: 14px;
  }
  .status-box {
    top: 80px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 275px;
    object-fit: cover;
  }
  .page-space {
    padding: 0px 20px;
  }
  .included-carousel-block {
    padding: 0px 20px;
  }
  .home-two-unequal {
    flex-direction: column;
    text-align: center;
  }
  .home-two-unequal.flip-flex {
    flex-direction: column;
  }
  .htu-sidebar-col {
    width: 100%;
    margin: 0px;
  }
  .htu-main-col {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .flip-flex .htu-sidebar-col {
    margin: 0px;
  }
  .flip-flex .htu-main-col {
    margin: 30px 0px 0px;
  }
  .htu-main-col img {
    max-width: 450px;
    width: 100%;
  }
  .custom-carousel-controls {
    position: relative;
    top: auto;
    margin: 30px auto 0px;
    right: auto;
  }
  .pf-logo::before, .pf-logo::after {
    display: none;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
    width: 30px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
    top: 0px;
    height: 30px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .header-right {
    display: none;
  }
  .hl-weather {
    display: none;
  }
  .logo-row .wysiwyg-editable {
    flex-direction: column;
  }
  .logo-row a {
    margin: 15px 0px;
  }
  .pf-vert {
    display: block;
    height: 0px;
    opacity: 0;
  }
  .portrait-image .cci-pic img {
    height: 360px;
    max-height: 360px;
  }
  .included-carousel-block {
    min-height: 460px;
  }
  .hole-nav {
    position: relative;
    background: #000;
    bottom: 0px;
    padding: 10px 0px;
  }
  .hole-nav ul {
    width: 460px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 0px;
  }
  .hole-nav ul li::after {
    width: 5px;
    margin: 0px 5px;
  }
  .hole-nav ul li:nth-of-type(9)::after {
    display: none;
  }
  .hole-yards {
    max-width: 236px;
    margin: 30px auto 0px;
  }
  .hole-yards > div {
    display: block;
  }
  .hole-yards .yellow {
    margin: 15px 0px;
  }
  .hole-two-col {
    flex-direction: column;
  }
  .htc-video {
    width: 100%;
    margin: 0px;
  }
  .htc-map {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
  }
  .htc-map img {
    max-width: 320px;
    width: 100%;
  }
  .page-url-driving_range_and_toptracer .inner-full-added h5 {
    display: block;
    max-width: 200px;
    margin: 10px auto !important;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: 100%;
    text-align: center;
  }
  .mf-ig {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .two-equal-added.flex-row.flip-flex {
    flex-direction: column;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin: 30px 0px 0px 0px;
  }
  .is-two-col, .is-two-col.flip-flex {
    flex-direction: column;
  }
  .htc-content {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .flip-flex .htc-content {
    margin: 0px;
  }
  .htc-pic {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
  }
  .flip-flex .htc-pic {
    margin: 30px 0px 0px;
  }
  .accordion-title {
    padding: 0px 30px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: -20px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    width: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  #myNavbar {
    width: 100%;
    right: -550px;
  }
  .portrait-image .cci-pic img {
    height: 400px;
    max-height: 400px;
  }
  .included-carousel-block {
    min-height: 500px;
  }
  .hole-nav ul {
    width: 280px;
  }
  .hole-nav ul li::after {
    margin: 0px 3px;
  }
  .hole-nav ul li:nth-of-type(6)::after, .hole-nav ul li:nth-of-type(12)::after {
    display: none;
  }
  .hole-nav ul li:nth-of-type(9)::after {
    display: inline-block;
  }
}

/* editor */

.php-ckeditor .hs-explore {
  display: none;
}

.php-ckeditor .home-main {
  margin-top: 70px;
}

.php-ckeditor .carousel-block {
  margin: 30px 0px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .include-logos {
  margin-top: 20px;
}

.php-ckeditor .additional-boxes {
  margin-bottom: 50px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav, .php-ckeditor .carousel-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a, .php-ckeditor .carousel-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus, .php-ckeditor .carousel-nav a:hover, .php-ckeditor .carousel-nav 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, .php-ckeditor.no-carousel-nav .carousel-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, .php-ckeditor .additional-carousel-items .custom-carousel-item:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down, .php-ckeditor .additional-carousel-items .custom-carousel-item:last-child .added-section-move-up {
  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;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: var(--headingcolor);
  border: 2px solid var(--headingcolor2);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 16px;
  margin-top: 6px;
}

.scrollTop a:hover {
  color: #fff;
  background: #000;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.expand-page.body-contentpage.body-class-members {
  background: #fff;
  margin: 0px;
}

.expand-page.body-contentpage.body-class-members .content-wrapper {
  width: 100%;
  margin: 0px;
}

.expand-page.body-contentpage.body-class-members #container #globalwrap {
  border: none;
  padding: 0px;
  margin: 0px;
}

.expand-page.body-contentpage.body-class-members .members-footer {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .expand-page.body-contentpage.body-class-members .members-footer {
    margin: 0px 10px 20px;
  }
  .expand-page.body-contentpage.body-class-members .content-wrapper .inner-page-wrapper, .expand-page.body-contentpage.body-class-members .content-wrapper .hole-page-wrapper {
    margin: 0px;
  }
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/yeovil/members-bg-2025.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page .header-left {
  display: none;
}

.invalid-page .nav-logo {
  display: none;
}

.invalid-page.body-public.body-contentpage .members-footer {
  display: block;
}

@media (min-width: 980px) {
  .invalid-page.body-contentpage.body-public .nav-section {
    margin-top: 0px;
  }
  .invalid-page.body-public.body-contentpage .nav-section .nav > li:nth-of-type(1) {
    margin: 0px;
  }
  .invalid-page.body-public.body-contentpage .nav-section .nav > li:nth-of-type(7) {
    margin: 0px;
  }
}

.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;
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  bottom: 80px;
  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: 768px) and (max-width: 979px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 0px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 90%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: center;
}

.inner-page-wrapper .htc-pic form input, .inner-page-wrapper .htc-pic form textarea, .inner-page-wrapper .htc-pic form select {
  background: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form select {
    width: 80%;
    text-align: center;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--buttonbg);
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .htc-content ul, .inner-full-added ul, .ie-col ul, .hte-content ul {
  margin: 0px 0px 10px;
}

.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, .htc-content ul li, .ie-col ul li, .hte-content ul li {
  line-height: 28px;
  list-style: none;
  position: relative;
  margin-left: 15px;
}

.inner-intro ul li, .inner-full-added ul li {
  line-height: 28px;
  list-style: none;
}

.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, .htc-content ul li::before, .ie-col ul li::before, .hte-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: absolute;
  top: 0px;
  left: -15px;
}

.inner-intro ul li::before, .inner-full-added ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol, .ie-col ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li, .ie-col ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before, .body-class-members .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-full-added table th, .is-two-col table th, .ie-col table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: center;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-full-added table td, .is-two-col table td, .ie-col table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-full-added table th, .is-two-col table th, .ie-col table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-full-added table td, .is-two-col table td, .ie-col table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-full-added table th, .is-two-col table th, .ie-col table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-full-added table td, .is-two-col table td, .ie-col table td {
    padding: 2px;
    font-size: 12px;
  }
  .accordion-content {
    overflow-x: auto;
  }
}

[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 {
  display: block;
}

.home-slideshow .nivo-directionNav a {
  width: 23px;
  height: 44px;
}

.home-slideshow .nivo-directionNav a.nivo-prevNav {
  background-image: url('/images/resources/yeovil/slideshow-prev-arrow.png');
  left: 50px;
}

.home-slideshow .nivo-directionNav a.nivo-nextNav {
  background-image: url('/images/resources/yeovil/slideshow-next-arrow.png');
  right: 50px;
  background-position: 0px;
}

.bg-cols .ie-col td {
  border: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow .nivo-directionNav a.nivo-prevNav {
    left: 20px;
  }
  .home-slideshow .nivo-directionNav a.nivo-nextNav {
    right: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-visitorbooking .teetime-datepicker .date {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .page-url-driving_range_and_toptracer .four-equal-added .ie-col {
    position: relative;
  }
  .page-url-driving_range_and_toptracer .tt-content {
    position: absolute;
    top: 50px;
    left: 50%;
    background: var(--altbuttonbg);
    padding: 20px;
    opacity: 0;
    width: 75%;
    border-radius: 10px;
    z-index: 10;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
  }
  .page-url-driving_range_and_toptracer .four-equal-added .ie-col:hover .tt-content {
    opacity: 1;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .page-url-driving_range_and_toptracer .tt-content {
    background: var(--altbuttonbg);
    padding: 20px;
    border-radius: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .four-equal-added .ie-col img {
    max-width: 350px;
    width: 100%;
  }
}

.home-slideshow::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
  z-index: 10;
}

.php-ckeditor .home-slideshow::before {
  display: none;
}

.virtual-tour {
  position: fixed;
  top: -150%;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.6);
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.show-vt .virtual-tour {
  top: 0px;
  z-index: 1000;
}

.virtual-tour-space {
  width: 80%;
  margin: 100px auto 35px;
  height: calc(100% - 135px);
  background: white;
  border: 10px solid white;
  border-radius: 4px;
}

.virtual-tour-content {
  height: 90%;
}

.virtual-tour-space iframe {
  width: 100% !important;
  height: 100% !important;
}

.virtual-tour-space .virtual-tour-button {
  margin: 0px;
}

.newton-wrapper .htc-video {
  margin: 0px auto;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}

.page-url-newton_course .inner-page-wrapper table.scorecard th:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard td:nth-of-type(5) {
  background: var(--scorecardred);
  color: #fff;
}

.page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(11) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(12) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(13) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(14) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(15) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(16) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(17) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(18) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(11) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(19) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(20) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(11) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(12) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(13) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(14) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(15) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(16) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(17) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(18) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(11) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(19) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(20) td:nth-of-type(5) {
  background: var(--scorecardyellow);
  color: var(--bodycolor);
}

.page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(10) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(10) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(20) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(20) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(21) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(21) td:nth-of-type(5), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(22) td:nth-of-type(2), .page-url-newton_course .inner-page-wrapper table.scorecard tr:nth-of-type(22) td:nth-of-type(5) {
  background: transparent;
  color: var(--bodycolor);
}

/* end anton styles */