/* anton styles */

/* fonts */

.manrope-font {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Manrope', sans-serif;
  --headingfont: 'Manrope', sans-serif;
  --headingcolor: #282a73;
  --headingcolor2: #ee2726;
  --highlightcolor: #ee2726;
  --bodycolor: #282a73;
  --headerbg: #282a73;
  --footerbg: #282a73;
  --navlink: #fff;
  --navactivelink: #ee2726;
  --dropdownbg: #181945;
  --dropdownlink: #fff;
  --dropdownlinkactive: #ee2726;
  --scorecardwhite: #ddd;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardblack: #000;
  --sidebarbg: #eee;
  --white: #fff;
  --black: #000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 26px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: var(--headingfont);
  text-align: center;
}

.body-contentpage h1 {
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  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);
}

.content-wrapper h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-right: 10px;
  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(--headingcolor2);
  color: #fff;
  text-decoration: none;
}

.content-wrapper h6 a {
  background: var(--headingcolor2);
  color: #fff;
  display: inline-block;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 50px;
  margin-right: 10px;
  position: relative;
  margin-top: 20px;
}

.content-wrapper h6 a:hover, .content-wrapper h6 a:focus {
  background: var(--headingcolor);
  color: var(--headingcolor2);
}

a {
  color: var(--bodycolor);
  font-weight: 600;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.inner-main a {
  border-bottom: 2px solid #D4D9E1;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 130px;
  z-index: 1001;
  background: var(--headerbg);
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 100px;
}

.header-space {
  position: relative;
  margin: 0px 100px;
}

.header-logo {
  width: 104px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-logo {
  width: 80px;
}

.home-logo-only {
  display: none;
}

.body-public.body-class-home .home-logo-only {
  display: block;
}

.body-public.body-class-home .standard-logo {
  display: none;
}

.header-social {
  position: absolute;
  top: 20px;
  right: 17px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-social {
  top: 10px;
}

.header-social a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: transparent;
}

.header-social a:hover, .header-social a:focus {
  background: var(--headingcolor2);
}

.header-social a:nth-of-type(2) {
  margin: 0px 10px;
}

.header-social img {
  width: 17px;
  position: relative;
  top: -1px;
}

/* nav */

.nav-section {
  text-align: right;
  position: relative;
  top: 75px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .nav-section {
  top: 45px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.navbar .nav {
  float: none;
  text-align: right;
  font-size: 0px;
}

.navbar .nav > li {
  display: inline-block;
  float: none;
}

.navbar .nav > li > a {
  font-size: 18px;
  padding: 10px 13px;
  text-transform: capitalize;
  color: var(--navlink);
  letter-spacing: 1px;
  font-weight: 400;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li.current > a, .navbar .nav > li.active > a {
  color: var(--navactivelink);
  background: transparent;
  box-shadow: none;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.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);
  font-size: 16px;
  text-align: left;
}

.dropdown-menu > li > a {
  color: var(--dropdownlink);
  padding: 7px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--dropdownlinkactive);
}

/* footer */

.public-footer {
  padding: 75px 0px;
  background: var(--footerbg);
  color: #fff;
}

.pf-flex {
  display: flex;
}

.pf-flex h6 {
  margin: 0px 0px 10px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
}

.pff-contact {
  width: 30%;
  padding: 20px;
}

.pff-support {
  width: 50%;
  padding: 20px;
}

.pff-partners {
  width: 20%;
  padding: 20px;
}

.pff-support p:first-of-type {
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.pff-partners p {
  margin-top: 50px;
}

.pf-flex a {
  color: var(--white);
}

.pf-flex a:hover, .pf-flex a:focus {
  color: var(--headingcolor2);
}

.members-footer {
  background: var(--footerbg);
  color: #fff;
  padding: 40px 0px;
  line-height: 26px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-flex a {
  color: var(--white);
}

.mf-flex a:hover, .mf-flex a:focus {
  color: var(--headingcolor2);
}

.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-page-wrapper {
  margin-top: 130px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-slideshow::before {
  content: '';
  position: absolute;
  bottom: 63px;
  right: 0px;
  width: 100%;
  height: 119px;
  background: #fff;
  z-index: 20;
  clip-path: polygon(50% 100%, 100% 100%, 100% 2%, 92% 20%, 65% 77%);
  -webkit-clip-path: polygon(50% 100%, 100% 100%, 100% 2%, 92% 20%, 65% 77%);
}

.home-slideshow::after {
  content: '';
  position: absolute;
  bottom: 63px;
  left: 0px;
  width: 100%;
  height: 119px;
  background: #fff;
  z-index: 20;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 35% 77%, 8% 20%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 35% 77%, 8% 20%);
}

.home-slideshow .nivo-caption {
  background: transparent;
  opacity: 1;
  text-align: center;
  bottom: 80px;
}

.home-slideshow .nivo-caption h3 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  margin: 0px 0px 40px;
}

.home-slideshow .nivo-caption h5 a {
  background: var(--headingcolor2);
  padding: 14px 40px;
  border-radius: 90px;
  color: #fff;
  border: none;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
}

.home-slideshow .nivo-controlNav-Wrapper {
  position: relative;
  bottom: 0px;
}

.home-slideshow .nivo-controlNav {
  padding-top: 20px;
}

.home-slideshow .nivo-controlNav-Wrapper a {
  width: 6px;
  height: 6px;
  border: 2px solid var(--headingcolor2);
  border-radius: 50%;
  margin: 0px 5px;
}

.home-slideshow .nivo-controlNav-Wrapper a.active {
  background: var(--headingcolor2);
}

.home-slideshow .nivo-directionNav {
  display: none !important;
}

.home-intro {
  text-align: center;
  position: relative;
}

.home-intro::after {
  content: '';
  width: 100px;
  height: 3px;
  display: inline-block;
  background: var(--headingcolor);
  margin: 75px auto;
}

.home-intro h1 {
  text-transform: uppercase;
  margin-top: 75px;
  margin-bottom: 35px;
}

.home-intro-continued h3 {
  margin: 0px 0px 35px;
}

.narrow-block {
  max-width: 1170px;
  margin: 0px auto;
  width: auto;
  padding: 0px 50px;
}

.home-five-col {
  display: flex;
}

.home-five-col .ie-col {
  padding: 20px;
  flex: 1 1 0;
  text-align: center;
}

.home-five-col .ie-col p:first-of-type {
  max-width: 175px;
  margin: 0px auto 15px;
  position: relative;
}

.home-five-col .ie-col p:first-of-type a::before {
  content: '';
  position: absolute;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: rgba(40,42,115,0.5);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-five-col .ie-col:hover p:first-of-type a::before {
  background: transparent;
}

.home-five-col .ie-col h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 10px;
}

.home-news-block {
  margin-top: 75px;
  padding-top: 75px;
  padding-bottom: 75px;
  background: url('/images/resources/dorsetcounty/dorset-golf-background-red.jpg');
  background-repeat: no-repeat;
  background-size: 100% 1190px;
}

.hnb-title {
  text-align: center;
}

.hnb-title h2 {
  margin: 0px 0px 35px;
  text-transform: uppercase;
  color: #fff;
}

.hnb-grid .news-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hnb-grid .news-wrapper .pull-left {
  margin: 0px;
  float: none;
}

.hnb-grid .news-wrapper .img-polaroid {
  border: none;
  background: transparent;
  padding: 0px;
  box-shadow: none;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.hnb-grid .news-wrapper .media-body {
  background: #fff;
  text-align: center;
  padding: 20px;
  min-height: 170px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hnb-grid .news-wrapper .news-summary br {
  display: none;
}

.hnb-grid .news-wrapper .news-summary a {
  display: inline-block;
  border: 1px solid var(--headingcolor);
  color: var(--headingcolor);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px !important;
}

.hnb-grid .news-wrapper .news-summary a:hover, .hnb-grid .news-wrapper .news-summary a:focus {
  border-color: var(--headingcolor2);
  color: var(--headingcolor2);
}

.home-after-news {
  margin: 40px 0px 75px;
}

.hrb-title h2 {
  text-transform: uppercase;
  margin: 0px 0px 35px;
  letter-spacing: 2px;
}

.hrb-row {
  display: flex;
  align-items: center;
}

.hrb-row.flip-flex {
  flex-direction: row-reverse;
}

.flip-flex .hrbr-pic {
  margin-right: 30px;
  margin-left: 0px;
}

.flip-flex .hrbr-content {
  margin-left: 30px;
  margin-right: 0px;
}

.hrbr-content {
  width: 60%;
  margin-right: 30px;
}

.hrbr-content .upcomingcomp {
  position: relative;
  padding: 20px 0px 30px;
  border-top: 1px solid var(--headingcolor);
}

.hrbr-content h5 {
  margin-top: 30px;
}

.hrbr-content .upcomingcomp:first-of-type {
  border: none;
}

.hrbr-content .upcomingcomp .announcedate {
  position: absolute;
  width: 110px;
  background: var(--headingcolor);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px;
  left: 0px;
  line-height: 20px;
  text-align: center;
  top: 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.hrbr-content .upcomingcomp a {
  margin-left: 140px;
  position: relative;
  top: 5px;
  display: block;
  text-decoration: none;
  padding-right: 20px;
}

.hrbr-content .upcomingcomp a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

.hrbr-content .upcomingcomp br {
  display: none;
}

.hrbr-content .recentcompresult {
  position: relative;
  padding: 20px 0px 30px;
  border-top: 1px solid var(--headingcolor);
}

.hrbr-content .recentcompresult:first-of-type {
  border: none;
}

.hrbr-content .recentcompresult .announcedate {
  position: absolute;
  width: 80px;
  background: var(--headingcolor);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px;
  left: 0px;
  line-height: 20px;
  text-align: center;
  top: 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.hrbr-content .recentcompresult a {
  margin-left: 110px;
  position: relative;
  top: 5px;
  display: block;
  text-decoration: none;
  padding-right: 20px;
}

.hrbr-content .recentcompresult a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

.hrbr-content .recentcompresult br {
  display: none;
}

.hrbr-pic {
  width: 40%;
  margin-left: 30px;
}

.home-newsletter-block {
  padding: 75px 0px;
  background: url('/images/resources/dorsetcounty/dorset-golf-tile.png');
  text-align: center;
  background-attachment: fixed;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.home-newsletter-block h2 {
  color: var(--white);
  margin: 0px 0px 35px;
  text-transform: uppercase;
}

.home-newsletter-block h5 a {
  margin-top: 35px;
  background: var(--headingcolor2);
}

.home-newsletter-block h5 a:hover, .home-newsletter-block h5 a:focus {
  background: var(--white);
  color: var(--headingcolor2);
}

.home-bottom-block {
  margin: 75px 0px;
  text-align: center;
}

.home-bottom-block h4 {
  letter-spacing: 2px;
  margin: 0px 0px 35px;
  text-transform: uppercase;
  font-size: 20px;
}

.hnb-grid .news-summary {
  font-size: 0px;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-page-wrapper {
  margin-top: 180px;
  padding-bottom: 75px;
}

.inner-page-wrapper .page-space {
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px 50px;
}

.inner-bread {
  text-transform: capitalize;
}

.inner-bread .breadcrumb {
  background: transparent;
}

.inner-bread .separator {
  margin-left: 4px;
  font-size: 0px;
}

.inner-bread .separator::after {
  font-family: 'FontAwesome';
  content: '\f101';
  font-size: 16px;
}

.inner-bread .breadcrumbLevel1 {
  padding-left: 0px;
  padding-right: 4px;
}

/* 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;
}

.two-equal-added.flex-row {
  display: flex;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.is-two-col.flip-flex {
  flex-direction: row;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.five-equal-added.flex-row {
  display: flex;
}

.five-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.five-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.five-equal-added.flex-row .ie-col:nth-child(2), .five-equal-added.flex-row .ie-col:nth-child(3), .five-equal-added.flex-row .ie-col:nth-child(4) {
  margin: 0px 10px;
}

.five-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.five-equal-added .ie-col h4 {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.five-equal-added .ie-col p:first-of-type {
  background: var(--headingcolor2);
  border-radius: 50%;
  max-width: 150px;
  width: 100%;
  margin: 0px auto 15px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.five-equal-added .ie-col p:hover:first-of-type {
  background: var(--headingcolor);
}

.inner-full-added::before {
  content: '';
  margin: 35px 0px 50px;
  width: 100%;
  border: 1px solid var(--headingcolor);
  display: block
}

.additional-boxes .inserted-block:last-of-type::after {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added, .five-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: left;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child, .five-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;
  }
  .five-equal-added.flex-row .ie-col:nth-child(2), .five-equal-added.flex-row .ie-col:nth-child(3), .five-equal-added.flex-row .ie-col:nth-child(4), .five-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 0px;
  width: 30px;
  height: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::before {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 14px;
  height: 30px;
  width: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

.is-two-col {
  display: flex;
}

.is-two-col.flip-flex {
  flex-direction: row-reverse;
}

.htc-content {
  width: 70%;
  margin-right: 35px;
}

.flip-flex .htc-content {
  margin-right: 0px;
  margin-left: 35px;
}

.htc-pic {
  width: 30%;
  margin-left: 20px;
}

.flip-flex .htc-pic {
  margin-left: 0px;
  margin-right: 20px;
}

.htc-pic h5 {
  background: var(--headingcolor);
  padding: 10px 10px 10px 20px;
  color: #fff;
  margin: 35px 0px 0px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

.htc-pic h5:first-of-type {
  margin-top: 0px;
}

.htc-pic p {
  background: var(--sidebarbg);
  margin: 0px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid var(--headingcolor);
}

.htc-pic img {
  border-radius: 50%;
}

/* 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: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 100px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
  top: 50px;
}

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 {
  width: 80px;
}

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-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 {
  top: 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;
}

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 12px;
  font-size: 14px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 27px;
  margin-left: 95px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
  padding: 6px 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: 160px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 185px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 95px;
    font-size: 15px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], .content-wrapper a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  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, .content-wrapper a.btn:hover, button.btn:hover, input[type*="submit"]:focus, .content-wrapper a.btn:focus, button.btn:focus {
  background: var(--navactivelink);
  color: #fff;
}

.btn-group > .btn:first-child, .btn-group > .btn:last-child {
  border-radius: 50px;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"] .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

.php-roundmgmt table td, .php-roundmgmt table th {
  padding: 4px;
  font-size: 15px;
}

@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;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 220px;
  }
  .home-news-block {
    background-size: 100% 1170px;
  }
  .navbar .nav > li > a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .navbar .nav > li > a {
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 200px;
  }
  .home-news-block {
    background-size: 100% 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .navbar .nav > li > a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 180px;
  }
  .home-news-block {
    background-size: 100% 1100px;
  }
  .header-space {
    margin: 0px 50px;
  }
  .pff-contact {
    font-size: 15px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .navbar .nav > li > a {
    font-size: 12px;
    padding: 10px 7px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 155px;
  }
  .home-news-block {
    background-size: 100% 1230px;
    padding-bottom: 115px;
  }
  .home-slideshow::before {
    height: 56px;
  }
  .home-slideshow::after {
    height: 60px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 8px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, .invalid-page .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .fix .nav-section {
    top: 78px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .home-five-col {
    flex-direction: column;
  }
  .hnb-grid .news-wrapper {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 255px;
  }
  .hnb-grid .news-wrapper .media-body {
    padding: 20px 5px;
  }
  .home-news-block {
    padding-bottom: 155px;
    background-size: 100% 2240px;
  }
  .home-slideshow .nivo-caption {
    bottom: 20px;
  }
  .home-slideshow .nivo-caption h5 a {
    padding: 4px 20px;
    font-size: 18px;
  }
  .home-slideshow .nivo-caption h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pff-contact {
    width: calc(100% - 40px);
  }
  .pff-support {
    width: calc(100% - 40px);
  }
  .pff-partners {
    width: calc(100% - 40px);
  }
  .five-equal-added.flex-row {
    flex-direction: column;
  }
  .five-equal-added.flex-row .ie-col:nth-child(2), .five-equal-added.flex-row .ie-col:nth-child(3), .five-equal-added.flex-row .ie-col:nth-child(4) {
    margin: 0px;
    padding: 20px 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .home-slideshow::before {
    height: 46px;
    bottom: 61px;
  }
  .home-slideshow::after {
    height: 50px;
    bottom: 61px;
  }
  .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: 1px;
    font-size: 10px;
  }
  #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;
  }
}

.nav-close {
  display: none;
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .home-page-wrapper {
    margin-top: 100px;
  }
  .inner-page-wrapper {
    margin-top: 140px;
  }
  .header-wrapper {
    min-height: 100px;
  }
  .header-logo {
    width: 80px;
  }
  .header-social {
    top: 10px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .body-public.body-contentpage .nav-section, .body-public.body-class-home .nav-section {
    left: -20px;
    margin: 0px;
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  .public-menu .nav-section {
    margin: 0px;
  }
  .body-public.body-contentpage .nav-section .nav-collapse, .body-public.body-class-home .nav-section .nav-collapse {
    position: fixed;
    top: -140%;
    height: 100vh !important;
    background: var(--headingcolor);
    z-index: 1002;
    width: 100%;
    overflow-y: auto;
    transition: top 400ms ease-in-out;
    -moz-transition: top 400ms ease-in-out;
    -webkit-transition: top 400ms ease-in-out;
  }
  .public-menu.body-public.body-class-home .nav-section .nav-collapse, .public-menu.body-public.body-contentpage .nav-section .nav-collapse {
    top: 0px;
  }
  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 {
    top: 0px;
  }
  .body-public.body-contentpage .navbar .nav, .body-public.body-class-home .navbar .nav {
    text-align: left;
    margin: 90px auto 0px;
    width: 300px;
  }
  .navbar-inverse .btn-navbar {
    width: 105px;
    background: transparent;
    border: none;
    box-shadow: none;
    height: 46px;
    position: absolute;
    top: 40px;
    right: 0px;
  }
  .fix .navbar-inverse .btn-navbar {
    top: -38px;
  }
  .body-public.body-contentpage .navbar-inverse .btn-navbar, .body-public.body-class-home .navbar-inverse .btn-navbar {
    right: -20px;
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
   .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 35px;
    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: 30px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .club-menu-button {
    text-transform: uppercase;
  }
  .nav-section {
    padding: 5px 0px;
    margin: 0px 10px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -3px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 14px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar .nav {
    text-align: left;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: var(--navlink);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li.active > a {
    background: transparent;
    color: var(--navactivelink);
  }
  .public-menu .nav-close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 90px;
    color: #fff;
  }
  .public-menu .nav-close:hover, .public-menu .nav-close:focus {
    cursor: pointer;
  }
  .nav-close .cross {
    position: absolute;
    height: 2px;
    width: 20px;
    display: inline-block;
    background: #fff;
    top: 9px;
    left: 0px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .nav-close:hover .cross {
    background: var(--headingcolor2);
  }
  .nav-close .cross-1 {
    transform: rotate(45deg);
  }
  .nav-close .cross-2 {
    transform: rotate(-45deg);
  }
  .navbar-inverse .navbar-inner {
    padding: 0px 0px 20px;
  }
  .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
  }
  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 20px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar, body[class*="match"]:not(.body-contentpage) .navbar-inverse .btn-navbar, .invalid-page .navbar-inverse .btn-navbar {
    top: 45px;
    z-index: 50;
    background: transparent;
  }
  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: 100px;
  }
  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;
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .fix .header-wrapper {
    min-height: 70px;
  }
  .fix .header-logo {
    width: 56px;
  }
  .fix .header-social {
    display: none;
  }
  .home-slideshow::after {
    height: 38px;
    bottom: 61px;
  }
  .home-slideshow::before {
    height: 30px;
    bottom: 61px;
  }
  .home-slideshow .nivo-caption {
    bottom: 20px;
  }
  .home-slideshow .nivo-caption h5 a {
    padding: 4px 20px;
    font-size: 18px;
  }
  .home-slideshow .nivo-caption h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 200px;
    object-fit: cover;
  }
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .home-five-col {
    flex-direction: column;
  }
  .home-five-col .ie-col {
    width: auto;
  }
  .home-news-block {
    background-size: cover;
    background-position: center;
  }
  .home-news-block .news-item {
    max-width: 450px;
    margin: 0px auto;
  }
  .narrow-block {
    padding: 0px 20px;
  }
  .hnb-grid .news-wrapper {
    grid-template-columns: 1fr;
  }
  .hnb-grid .news-wrapper .news-item:nth-child(5), .hnb-grid .news-wrapper .news-item:nth-child(6), .hnb-grid .news-wrapper .news-item:nth-child(7), .hnb-grid .news-wrapper .news-item:nth-child(8) {
    display: none;
  }
  .hnb-grid .news-wrapper .img-polaroid {
    height: 340px;
  }
  .hrb-row, .flip-flex.hrb-row {
    flex-direction: column;
  }
  .hrbr-content {
    width: 100%;
    margin: 0px;
  }
  .flip-flex .hrbr-content {
    margin: 0px;
  }
  .hrbr-pic {
    width: 100%;
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
  .flip-flex .hrbr-pic {
    margin: 20px 0px 0px 0px;
  }
  .content-wrapper h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    font-size: 16px;
  }
  .hrbr-pic img {
    max-width: 450px;
    width: 100%;
  }
  .public-footer {
    padding: 40px 0px;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pff-contact {
    width: 100%;
    padding: 20px 0px;
  }
  .pff-support {
    width: 100%;
    padding: 20px 0px;
  }
  .pff-support img {
    width: 100%;
  }
  .pff-partners {
    width: 100%;
    padding: 20px 0px;
  }
  .members-footer {
    padding: 20px 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: 100%;
  }
  .mf-copy a {
    display: inline-block;
  }
  .mf-ig {
    margin-top: 15px;
    width: 100%;
    text-align: left;
  }
  .inner-page-wrapper .page-space {
    padding: 0px 20px;
  }
  .is-two-col {
    flex-direction: column;
  }
  .htc-content {
    width: 100%;
    margin: 0px;
    overflow-x: auto;
  }
  .htc-pic {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .is-two-col.flip-flex {
    flex-direction: column;
  }
  .flip-flex .htc-content {
    margin: 0px;
  }
  .flip-flex .htc-pic {
    margin: 20px 0px 0px;
  }
  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: 50px;
    border-bottom-left-radius: 50px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .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) {
  .hnb-grid .news-wrapper .img-polaroid {
    height: 240px;
  }
  .hrbr-content .recentcompresult, .hrbr-content .upcomingcomp {
    padding: 10px 0px 20px;
  }
  .hrbr-content .recentcompresult a, .hrbr-content .upcomingcomp a {
    top: 0px;
    min-height: 52px;
  }
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #171717;
}

.php-ckeditor .home-slideshow::before, .php-ckeditor .home-slideshow::after {
  display: none;
}

.php-ckeditor .home-page-wrapper, .php-ckeditor .inner-page-wrapper {
  margin-top: 0px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
}

.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: #eee;
}

.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 {
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
  z-index: 35;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 60px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 90%;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  text-shadow: none;
  background: var(--headingcolor2);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor);
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li, .inner-full-added ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: left;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added td {
  border: 1px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-page-wrapper .news-item .img-polaroid {
    height: 200px;
    max-height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added th {
    padding: 4px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added td {
    padding: 4px;
    font-size: 12px;
  }
  .inner-page-wrapper .news-item .img-polaroid {
    height: 150px;
    max-height: 150px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th, .inner-full-added th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .inner-full-added 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;
}

.body-class-members.body-contentpage .public-footer {
  display: none;
}

.body-class-members.body-contentpage .inner-page-wrapper .page-space {
  padding: 0px;
}

.body-class-members.body-contentpage .inner-page-wrapper {
  margin-top: 20px;
}

.body-class-members .mf-copy a {
  display: none;
}

.php-my_transactions .content-wrapper table {
  width: 100%;
}

body[class*="newslettersphpid"] .members-footer {
  display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper .additional-boxes img[style*="float:right"] {
    float: none !important;
  }
} 

@media (min-width: 0px) and (max-width: 1199px) {
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }
  .body-contentpage .accordion-title h3 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 36px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }
  .body-contentpage .accordion-title h3 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 36px;
  }
  .inner-page-wrapper .additional-boxes img[style*="float:right"] {
    float: none !important;
  }
}

.content-wrapper ol li {
  line-height: 26px;
}

blockquote p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.inner-page-wrapper .news-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-page-wrapper .news-item {
  box-shadow: 0px 1px 15px #cccccc;
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.inner-page-wrapper .news-item .media .pull-left {
  float: none;
  margin: 0px;
}

.inner-page-wrapper .news-item .img-polaroid {
  padding: 0px;
  background: transparent;
  border: none;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.inner-page-wrapper .news-item .media-body {
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper .news-wrapper {
    grid-template-columns: 1fr;
  }
  .inner-page-wrapper .news-item {
    max-width: 340px;
    width: 100%;
    margin: 10px auto;
  }
  .inner-page-wrapper .page-space {
    overflow-x: auto;
  }
}

.inner-page-wrapper .news-summary br {
  display: none;
}

.inner-page-wrapper .news-summary a {
  font-size: 16px !important;
  text-transform: uppercase;
  color: var(--highlightcolor);
}

.inner-page-wrapper .news-summary a:hover, .inner-page-wrapper .news-summary a:focus {
  color: var(--bodycolor);
}

.inner-page-wrapper .news-summary a::after {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-left: 8px;
}

.htcc-space ul li {
  line-height: 26px;
}

.pff-contact p:nth-of-type(2), .pff-contact p:nth-of-type(3), .pff-contact p:nth-of-type(4) {
  position: relative;
  margin-left: 26px;
}

.pff-contact p em {
  position: absolute;
  left: -26px;
  top: 6px;
}

@media (min-width: 980px) {
  .home-slideshow .galleryInner::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    z-index: 30;
    background: linear-gradient(to bottom,  rgba(40,42,115,1) 0%,rgba(40,42,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.competitions-page-block {
  margin-top: 75px;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url('/images/resources/dorsetcounty/dorset-golf-background-blue.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.page-url-competitions .inner-page-wrapper, .page-url-juniors .inner-page-wrapper, .page-url-clubs .inner-page-wrapper, .page-url-teams .inner-page-wrapper, .page-url-junior-competitions .inner-page-wrapper, .page-url-junior-academies .inner-page-wrapper, .page-url-mens-competitions .inner-page-wrapper, .page-url-mixed .inner-page-wrapper, .page-url-newsletter .inner-page-wrapper, .page-url-womens-competitions .inner-page-wrapper {
  padding-bottom: 0px;
  border-bottom: 10px solid var(--headingcolor2);
}

.page-url-newsletter .competitions-page-block {
  color: #fff;
}

.cpb-title h2 {
  margin: 0px 0px 50px;
  padding-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}

.cpb-title h2::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 300px;
  height: 2px;
  background: var(--headingcolor2);
}

.competitions-page-block h5 a {
  display: block;
  border-radius: 10px;
  background: #fff;
  color: var(--headingcolor);
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-right: 0px;
  letter-spacing: 0px;
  padding: 14px 30px;
}

.competitions-page-block h5 a::after {
  content: '\f019';
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 14px;
}

.page-url-competitions .five-equal-added .ie-col p:first-of-type {
  background: var(--headingcolor2);
}

.page-url-competitions .five-equal-added .ie-col p:hover:first-of-type {
  background: var(--headingcolor);
}

.competitions-page-block .three-equal-added {
  margin-bottom: 40px;
}

.competitions-page-block .ie-col h5 {
  margin: 0px;
}

.inner-page-wrapper {
  background: url('/images/resources/dorsetcounty/dorset-watermark.png');
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
}

.inner-nav ul li {
  margin: 8px 0px;
  list-style: none;
}

.inner-nav ul li a {
  background: var(--headingcolor);
  color: #fff;
  padding: 7px 10px;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus {
  background: var(--headingcolor2);
}

.has-pop-up > .wysiwyg-editable > p:first-of-type {
  position: relative;
}

.has-pop-up > .wysiwyg-editable > p:first-of-type:hover {
  cursor: pointer;
}

.has-pop-up > .wysiwyg-editable > p:first-of-type::after {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 16px;
  right: 4px;
  background: var(--headingcolor);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.has-pop-up > .wysiwyg-editable > p:first-of-type:hover::after {
  cursor: pointer;
}

.has-pop-up-2 > .wysiwyg-editable > p:nth-of-type(2) {
  position: relative;
}

.has-pop-up-2 > .wysiwyg-editable > p:nth-of-type(2):hover {
  cursor: pointer;
}

.has-pop-up-2 > .wysiwyg-editable > p:nth-of-type(2)::after {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 16px;
  right: 4px;
  background: var(--headingcolor);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.has-pop-up-2 > .wysiwyg-editable > p:nth-of-type(2):hover::after {
  cursor: pointer;
}

.has-pop-up-3 > .wysiwyg-editable > p.pop-up-control {
  position: relative;
}

.has-pop-up-3 > .wysiwyg-editable > p.pop-up-control:hover {
  cursor: pointer;
}

.has-pop-up-3 > .wysiwyg-editable > p.pop-up-control::after {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 16px;
  right: 4px;
  background: var(--headingcolor);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.has-pop-up-3 > .wysiwyg-editable > p.pop-up-control:hover::after {
  cursor: pointer;
}

.team-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-team.team-overlay {
  opacity: 1;
  visibility: visible;
}

.tp-content {
  max-width: 850px;
  margin: 0px auto;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100vh;
  overflow-y: auto;
}

.tp-space {
  padding: 30px;
  position: relative;
  background: #fff;
}

.tp-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 20;
}

.tp-close:hover {
  cursor: pointer;
}

.tp-close .cross {
  display: inline-block;
  width: 2px;
  height: 22px;
  background: var(--headingcolor);
  position: absolute;
}

.tp-close .cross-3 {
  top: 0px;
  left: 8px;
  transform: rotate(45deg);
}

.tp-close .cross-4 {
  top: 0px;
  left: 8px;
  transform: rotate(-45deg);
}

.tp-flex {
  display: flex;
}

.tpf-pic {
  margin-right: 30px;
  width: 50%;
}

.tpf-content {
  margin-left: 30px;
  width: 50%;
}

.tpf-content h4 {
  color: var(--headingcolor);
  margin: 0px;
}

.tpf-content h4 strong {
  font-size: 28px;
  line-height: 38px;
}

.tpf-content h5 {
  margin: 30px 0px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: var(--headingcolor);
}

.php-ckeditor .team-overlay {
  opacity: 1;
  visibility: visible;
  position: relative;
  margin: 15px 0px;
  z-index: 10;
}

.php-ckeditor .tp-content {
  position: relative;
  top: 0px;
  transform: translateY(0px);
}

@media (min-width: 0px) and (max-width: 480px) {
  .tp-space {
    padding: 30px 10px;
  }
  .tp-flex {
    flex-direction: column;
  }
  .tp-pic {
    width: 100%;
  }
  .tp-pic img {
    max-width: 250px;
    width: 100%;
    margin: 0px;
  }
  .tpf-content {
    width: 100%;
    margin: 10px 0px 0px;
  }
  .tpf-content h5 {
    margin: 10px 0px;
  }
}

.php-ckeditor .home-five-col .ie-col p:first-of-type a::before {
  display: none;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.home-upcoming-block::before {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  background: var(--headingcolor);
  margin: 55px auto 75px;
}

.home-upcoming-block::after {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  background: var(--headingcolor);
  margin: 75px auto;
}

.page-url-get-into-golf .ie-col img {
  margin-bottom: 20px;
}

.inner-nav {
  margin-bottom: 35px;
}

@media (min-width: 480px) and (max-width: 979px) {
  .five-equal-added.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .five-equal-added.flex-row .ie-col {
    width: 50%;
    margin: 10px 0px;
    padding: 20px 0px;
    flex: inherit;
  }
  .five-equal-added.flex-row .ie-col:first-child {
    margin-right: 0px;
    margin-top: 10px;
  }
  .five-equal-added.flex-row .ie-col:nth-child(2), .five-equal-added.flex-row .ie-col:nth-child(3), .five-equal-added.flex-row .ie-col:nth-child(4), .five-equal-added.flex-row .ie-col:last-child {
    margin: 10px 0px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 130px;
  }
  .home-slideshow::before, .home-slideshow::after {
    height: 16px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 0px;
  }
  .home-slideshow .nivo-caption h5 {
    margin: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .htc-pic img {
    max-width: 175px;
    width: 100%;
  }
  .htc-pic p {
    text-align: center;
  }
} 

@media (min-width: 980px) {
  .nav-section {
    margin-right: 110px;
    top: 45px;
  }
  .fix .nav-section {
    top: 30px;
  }
  .header-social {
    right: 10px;
    top: 49px;
  }
  .fix .header-social {
    top: 34px;
  }
  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 {
    right: 0px;
    top: 34px;
  }
  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 {
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    padding: 10px 8px;
  }
}

/* end anton styles */