/* anton styles */

/* variables */

:root {
  --bodyfont: 'Open Sans', sans-serif;
  --headingfont: 'Alegreya Sans', sans-serif;
  --headingcolor: #3b5668;
  --headingcolor2: #1c324a;
  --buttoncolor: #5c0029;
  --bodycolor: #000;
  --headerbg: #3b5668;
  --footerbg: #3b5668;
  --navlink: #fff;
  --navactivelink: #f06c00;
  --dropdownbg: #3b5668;
  --dropdownbgnavactive: #fff;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardgreen: #218621;
}

.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: 400;
  font-size: 42px;
  line-height: 52px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
}

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: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--headingcolor2);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--buttoncolor);
  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: 100;
  min-height: 85px;
  background: var(--headerbg);
}

.header-space {
  margin: 0px 5%;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 200px;
  z-index: 12;
}

.header-book {
  position: absolute;
  right: 0px;
  z-index: 11;
}

.header-book a {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 24px;
  background: var(--buttoncolor);
  color: #fff;
  border: 2px solid var(--buttoncolor);
  border-radius: 12px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.header-book a:hover {
  margin-top: 17px;
  background: transparent;
}

.body-public .header-book a.member-book {
  display: none;
}

.body-class-members .header-book a.visitor-book {
  display: none;
}

/* navbar */

.nav-section {
  margin-left: 150px;
  margin-right: 170px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  top: 22px;
}

.navbar .nav {
  float: none;
  margin: 0px;
  text-align: center;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .navbar-inner .nav > li > a {
  color: var(--navlink);
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li > a:focus, .navbar-inverse .navbar-inner .nav > li.current > a {
  background: transparent;
  color: var(--navlink);
  /* border-bottom: 2px solid var(--navactivelink); */
}

.navbar-inverse .nav > li.nav-haslevel-2 {
  margin: 0px 3px;
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -2px;
  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(--navlink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
  text-align: left;
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navlink);
  background: var(--buttoncolor);
}

/* footer */

.footer {
  background: var(--footerbg);
  color: rgba(255,255,255,0.7);
  padding: 64px 0px 32px;
}

.footer-space {
  padding: 0px 5%;
}

.footer a {
  color: rgba(255,255,255,0.7);
}

.footer a:hover {
  color: var(--buttoncolor);
  text-decoration: underline;
}

.footer-address img {
  width: 170px;
}

.footer-address p {
  margin-bottom: 16px;
}

.footer-social {
  text-align: right;
  margin-bottom: 15px;
}

.footer-social a {
  font-size: 24px;
  margin-right: 10px;
}

.footer-social a:last-of-type {
  margin-right: 0px;
}

.footer-copy {
  text-align: right;
  font-size: 14px;
  line-height: 21px;
}

.footer-copy a:hover {
  text-decoration: none;
}

.footer-copy p:first-of-type a {
  margin: 0px 10px;
}

.footer-copy img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.content-wrapper {
  line-height: 28px;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/pertonpark/temp-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

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 {
  margin-top: 0px;
  width: auto;
}

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 {
  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-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 {
  top: 10px;
}

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 > 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 {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

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 {
  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 {
  width: 1170px;
  margin: 0px auto;
  color: var(--bodycolor);
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 150px;
  margin-bottom: 60px;
  border: 2px solid var(--headerbg);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 150px;
  margin-bottom: 60px;
  border: 2px solid var(--headerbg);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

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 {
  background: var(--footerbg);
}

/* 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 {
   margin-bottom: 390px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 213px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#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(--buttoncolor);
  color: #FFF;
  padding: 8px 12px;
  border-radius: 12px;
  border: 2px solid var(--buttoncolor);
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: transparent;
  color: var(--buttoncolor);
  text-decoration: none;
  border-color: var(--buttoncolor);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255);
  border: 2px solid var(--headerbg);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headerbg);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headerbg);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

#memteetimes thead th {
  color: #fff;
}

/* responsive */

/* desktop */

@media (min-width: 1200px) and (max-width: 1399px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space {
    margin: 0px 3%;
  }
  .footer-space {
    padding: 0px 3%;
  }
  .header-book a {
    font-size: 12px;
    padding: 8px 6px;
  }
  .nav-section {
    margin-right: 101px;
  }
  .body-public.php-login .nav-section {
    margin-right: 150px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 10px;
  }
  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 {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    right: -3px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .table td, .table th, table td, table th {
    font-size: 14px;
    padding: 4px;
  }
  .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*="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 {
    width: 724px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  body .header-wrapper .header-book {
    display: none;
  }
  .nav-section {
    margin: 0px;
  }
  .navbar .btn-navbar {
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    z-index: 55;
    top: 18px;
    right: 10px;
    padding: 0px;
    margin: 0px;
    outline: 0;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background: transparent;
  }
  .club-menu-button-lines {
    float: left;
    margin-top: -8px;
    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;
    text-shadow: none;
    width: 24px;
    left: 12px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 85px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: var(--navlink);
    background: transparent;
    border: none;
  }
  .nav-collapse .dropdown-menu {
    text-align: center;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li a {
    color: #c5c5c5;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li a:hover {
    color: #c5c5c5;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: #000;
  }
  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 {
    padding: 9px 15px;
  }
  .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(--navlink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: #000;
    background: transparent;
  }
  .show-menu .nav-collapse {
    min-height: 100vh;
    height: 100vh !important;
    overflow-y: scroll;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .footer-social {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-copy {
    margin-top: 20px;
    text-align: center;
  }
  .footer-copy p:first-of-type a {
    margin: 0px;
  }
  .footer-copy a {
    display: block;
  }
  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 {
    width: auto;
    margin: 0px 10px;
  }
  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 {
    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;
  }
  .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-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 10px;
  }
  #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-members #container #globalwrap {
    padding: 20px 10px;
  }
  .php-boardcomps .content-wrapper a.btn {
    display: block;
    width: 260px;
    margin: 6px 0px;
    float: none;
  }
  table td, table th, .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
}

/* 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;
  }
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  border-color: var(--navactivelink);
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  top: 0px;
  padding: 6px 0px;
}

/* members page */

.members-row.row-fluid .span4.pull-left {
  margin-left: 0px;
}

.members-main-col img {
  width: 100%;
}

.members-main-col ul {
  margin-left: 15px;
}

.members-main-col ul li {
  line-height: 28px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .members-sidebar-col.pull-left {
    clear: both;
    float: none;
    margin-top: 30px;
  }
  .members-row.row-fluid .members-main-col.pull-right {
    float: none;
  }
  .show-menu {
    overflow-y: hidden;
  }
  .footer {
    text-align: center;
  }
  .footer-copy .footer-social a {
    display: inline;
  }
  .footer-copy a {
    display: block;
    margin: 5px 0px;
  }
  .footer-copy p:first-of-type a {
    margin: 5px 0px;
  }
  .footer-copy .footer-social a {
    margin-right: 10px;
  }
  .footer-copy .footer-social a:last-child {
    margin-right: 0px;
  }
}

.php-diary .content-wrapper .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-copy a {
    display: block;
    margin: 5px 0px;
  }
  .footer-copy p:first-of-type a {
    margin: 5px 0px;
  }
  .footer-copy .footer-social a {
    display: inline;
  }
  .footer-copy .footer-social a {
    margin-right: 10px;
  }
  .footer-copy .footer-social a:last-child {
    margin-right: 0px;
  }
}

.footer-copy a:hover, .footer-address a:hover {
  color: #afb7c3;
}

.footer-copy .footer-social a:hover {
  color: var(--buttoncolor);
}

.header-icon {
  position: absolute;
  right: 180px;
  top: 20px;
  color: #fff;
  z-index: 20;
}

.header-icon a {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  font-size: 24px;
}

.header-icon a:hover {
  background: var(--buttoncolor);
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-icon {
    right: 70px;
  }
}

.body-class-members .header-wrapper .header-icon {
  display: none;
}

/* end anton styles */