/* anton styles */

/* fonts */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Poppins', sans-serif;
  --headingfont: 'Poppins', sans-serif;
  --headingcolor: #B7994D;
  --headingcolor2: #240D41;
  --buttonbg: #B7994D;
  --linkcolor: #B7994D;
  --linkhover: #240D41;
  --bodycolor: #0E031D;
  --headerbg: #fff;
  --topfooterbg: #f8f8f8;
  --bottomfooterbg: #2e2e2e;
  --navbg: #fff;
  --navlink: #240D41;
  --navactivelink: #B7994D;
  --white: #fff;
  --black: #000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 24px;
}

/*.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);
}

h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--headingcolor);
  margin-bottom: 30px;
}

h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: var(--headingcolor2);
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--headingcolor);
}

.content-wrapper h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: var(--white);
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  font-family: var(--bodyfont);
  border: 1px solid var(--headingcolor)
}

.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(--white);
  color: var(--headingcolor);
  text-decoration: none;
  border-radius: 0px;
}

a {
  color: var(--linkcolor);
  text-decoration: none;
  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(--linkhover);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 113px;
  background: var(--headerbg);
}

.header-space {
  max-width: 86%;
  margin: 0px auto;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 113px;
}

.header-buttons {
  position: absolute;
  top: 32px;
  right: 100px;
}

.header-buttons a {
  display: inline-block;
  padding: 11px 15px;
  border: 3px solid var(--headingcolor);
  background: var(--headingcolor);
  color: #fff;
}

.header-buttons a:hover, .header-buttons a:focus {
  background: transparent;
  color: var(--headingcolor);
  text-decoration: none;
}

/* nav section */

.navbar {
  margin: 0px;
}

.navbar-inverse .btn-navbar {
  display: block;
  position: absolute;
  right: 0px;
  top: 31px;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 30;
  margin: 0px;
  border: none;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
  background: transparent;
  outline: 0;
}

.navbar .btn-navbar .icon-bar {
  width: 29px;
  background: var(--black);
  box-shadow: none;
  opacity: 1;
  position: relative;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .btn-navbar:hover .icon-bar {
  background: var(--headingcolor);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 5px;
}

.show-menu .navbar .btn-navbar .top-bar, .show-menu .navbar .btn-navbar .bottom-bar {
  opacity: 0;
}

.show-menu .middle-bar {
  transform: rotate(45deg);
  top: 3px;
  margin: 0px;
}

.show-menu .middle-bar-two {
  transform: rotate(-45deg);
  top: -4px;
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-top: 113px;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

.show-menu .navbar-inverse .navbar-inner {
  height: auto;
}

.navbar .nav > li {
  display: block;
  float: none;
}

.navbar .nav > li > a {
  text-shadow: none;
  color: var(--navlink);
  font-size: 22px;
  line-height: 26px;
}

.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 .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 8px;
}

.navbar .nav > li.nav-haslevel-2.open > a::after {
  content: '\f106';
  font-family: 'FontAwesome';
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  box-shadow: none;
  border: none;
  margin-left: 20px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: var(--navlink);
  padding: 6px 15px;
  font-size: 22px;
  line-height: 26px;
}

.dropdown-menu > li.current > a, .dropdown-menu > li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: var(--navactivelink);
}

/* footer */

.footer-space {
  max-width: 86%;
  margin: 0px auto;
}

.top-footer {
  background: var(--topfooterbg);
  padding-top: 20px;
}

.tf-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tff-logo {
  width: 190px;
}

.tff-content {
  width: 64%;
  display: flex;
}

.tff-content > div {
  flex: 1 1 0;
  margin-left: 20px;
}

.tff-policy p {
  margin: 0px 0px 5px;
}

.tff-social p {
  margin: 0px 0px 5px;
}

.tff-links p {
  margin: 0px;
}

.tff-buttons {
  font-size: 14px;
  color: var(--headingcolor);
  line-height: 17px;
}

.tff-buttons a {
  display: inline-block;
  padding: 6px 15px;
  background: var(--headingcolor);
  color: #fff;
  border: 1px solid var(--headingcolor);
  font-size: 15px;
  line-height: 22px;
}

.tff-buttons a:hover, .tff-buttons a:focus {
  background: transparent;
  color: var(--headingcolor);
}

.tff-buttons a.tffb-invert {
  background: transparent;
  color: var(--headingcolor);
}

.tff-buttons a.tffb-invert:hover, .tff-buttons a.tffb-invert:focus {
  background: var(--headingcolor);
  color: #fff;
}

.bottom-footer {
  background: var(--bottomfooterbg);
  padding: 18px 0px;
  color: #fcf5e7;
}

.bf-flex {
  display: flex;
}

.bff-content {
  width: 80%;
  margin-right: 15px;
}

.bf-address {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.bf-address a:hover, .bf-address a:focus {
  color: var(--linkcolor);
}

.bf-info {
  font-size: 11px;
  line-height: 22px;
  color: var(--headingcolor);
}

.bf-ig {
  width: 20%;
  margin-left: 15px;
  margin-top: 10px;
  text-align: right;
}

.bf-ig img {
  width: 120px;
}

/* page */

body {
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid var(--headingcolor);
  margin: 2px;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: #fff;
  color: var(--headingcolor);
}

/* members */

thead {
  background: var(--headingcolor);
  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;
  background: transparent;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: #3c4a90;
  border-radius: 50%;
  padding: 3px;
}

.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.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-weatherfg .table td {
  border: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.php-roundmgmt table td, .php-roundmgmt table th {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

/* desktop responsive */

@media (min-width: 1200px) and (max-width: 1499px) {
  .tff-content {
    width: 68%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tff-content {
    width: 71%;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper {
    width: 940px;
  }
  .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;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 8px;
  }
  .header-logo span {
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 11px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-top-links {
    display: none;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    text-align: left;
  }
  .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);
    opacity: 1;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
    opacity: 1;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-buttons {
    display: none;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 20px;
  }
  .tff-logo {
    width: 154px;
  }
  .tf-flex {
    flex-direction: column;
    text-align: center;
  }
  .tff-content {
    width: 100%;
    flex-direction: column;
  }
  .tff-content > div {
    margin: 0px 0px 15px;
  }
  .bottom-footer {
    text-align: center;
  }
  .bf-flex {
    flex-direction: column;
  }
  .bff-content {
    width: 100%;
    margin: 0px;
  }
  .bf-ig {
    width: 100%;
    margin: 20px 0px 0px;
    text-align: center;
  }
  .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;
    margin: 0px;
  }
  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-hcaplist .btn-group > .btn:first-child, .php-hcaplist .btn-group > .btn:last-child, .php-analysis .btn-group > .btn:first-child, .php-analysis .btn-group > .btn:last-child {
    border-radius: 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%;
  }
  .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;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
  opacity: 1;
  padding-top: 0px;
  overflow: visible;
  min-height: initial;
  height: auto;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn {
  padding: 6px 12px;
  border-color: #fff;
}

.php-ckeditor .header-wrapper {
  display: none;
}

/* sticky */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 400px; 
  }
  .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 302px;
  }
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  margin: 0px;
  width: 100%;
}

/* end anton styles */