/* anton styles */

/* fonts */

.cinzel-font {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost-font {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Jost', sans-serif;
  --headingfont: 'Cinzel', serif;
  --headingcolor: #25362C;
  --headingcolor2: #EBB716;
  --headingcolor3: #091431;
  --buttonbg: #25362C;
  --linkcolor: #c36;
  --linkhover: #336;
  --bodycolor: #2a2a2a;
  --headerbg: #141929;
  --footerbg: #fff;
  --navbg: #0D0D1E;
  --navlink: #CEBA7E;
  --dropdownlink: #CECECE;
  --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);
}

h1 {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor3);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 18px;
  line-height: 28px;
  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(--buttonbg);
  color: var(--headingcolor2);
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  font-family: var(--headingfont);
}

.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: #000;
  color: var(--headingcolor2);
  text-decoration: none;
}

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;
  min-height: 77px;
  background: var(--headerbg);
}

.header-logo {
  position: absolute;
  top: 7px;
  left: 20px;
  width: 60px;
}

.header-public {
  position: absolute;
  right: 120px;
  top: 27px;
}

.header-public a {
  color: var(--headingcolor2);
  font-family: var(--headingfont);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.header-button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  z-index: 40;
}

.header-button:hover {
  cursor: pointer;
}

.hb-line {
  content: '';
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 30px;
  right: 5px;
  border-radius: 6px;
  position: absolute;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-button:hover .hb-line {
  transform: scale(1.2,1.5);
}

.header-button:hover .hb-line, .header-button:focus .hb-line {
  background: #fff;
}

.hb-line.line-1 {
  top: 5px;
}

.hb-line.line-2 {
  top: 13px;
}

.hb-line.line-3 {
  top: 21px;
  width: 20px;
}

.hb-menu {
  position: absolute;
  top: 26px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

/* full screen nav */

.full-screen-nav {
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 800;
  width: 100%;
  height: 100vh;
  background: var(--navbg);
  overflow-y: scroll;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.show-fsn .full-screen-nav {
  right: 0px;
}

.full-screen-space {
  padding: 0px 50px 50px;
  min-height: calc(100vh - 50px);
}

.fsn-logo {
  width: 125px;
  padding-top: 7%;
  margin: 0px auto 50px;
}

.fsn-close {
  position: absolute;
  z-index: 50;
  right: 50px;
  top: 50px;
  width: 28px;
  height: 28px;
}

.fsn-close:hover {
  cursor: pointer;
}

.fsn-close .fsn-cross {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 2px;
  width: 26px;
  height: 3px;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fsn-close .cross-1 {
  transform: rotate(45deg);
}

.fsn-close .cross-2 {
  transform: rotate(-45deg);
}

.fsn-close:hover .fsn-cross {
  background: var(--headingcolor);
}

.fsn-menu .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.fsn-menu .nav > li {
  margin: 10px 15px;
  text-align: center;
}

.fsn-menu .nav > li > a {
  font-size: 24px;
  color: var(--navlink);
  padding: 5px 0px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent !important;
}

.fsn-menu .nav > li:hover > a, .fsn-menu .nav > li:focus > a {
  background: transparent;
}

.fsn-menu .dropdown-menu {
  position: relative;
  background: transparent;
  box-shadow: none;
  text-align: center;
  top: 0px;
  float: none;
}

.fsn-menu .dropdown-menu a {
  padding: 6px 15px;
  color: var(--dropdownlink);
  text-transform: uppercase;
}

.fsn-menu .dropdown-menu a:hover, .fsn-menu .dropdown-menu a:focus, .fsn-menu .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--headingcolor2);
}

.nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  background: transparent;
  /*color: var(--navlink);*/
}

/* footer */

.footer {
  background: var(--footerbg);
}

.footer-space {
  padding: 60px 20px 35px;
  text-align: center;
}

.footer-logo {
  width: 90px;
  margin: 0px auto 20px;
}

.footer-address {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 21px;
}

.footer-contact {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer a {
  color: var(--bodycolor);
}

.footer a:hover, .footer a:focus {
  color: var(--headingcolor);
}

.footer-dot {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  line-height: 4px;
  position: relative;
  top: -3px;
  background: #5d69cf;
  border-radius: 50%;
  margin: 0px 12px;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links img {
  width: 120px;
}

.footer-line {
  content: '';
  width: 220px;
  height: 1px;
  background: var(--headingcolor2);
  margin: 0px auto 35px;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-social a {
  font-size: 24px;
  margin: 0px 14px;
}

.footer-social img {
  width: 20px;
  position: relative;
  top: -2px;
}

.footer-extra-logos p {
  margin-bottom: 20px;
}

.footer-extra-logos img {
  max-width: 150px;
}

/* 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: 100px;
  margin-bottom: 120px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 120px;
  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(--buttonbg);
  color: var(--headingcolor2);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: none;
  border: none;
  font-family: var(--headingfont);
  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: #000;
  color: var(--headingcolor2);
}

/* 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(--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;
}

.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.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;
  }
}

/* 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;
  }
  .fsn-menu .nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fsn-menu .nav > li > a {
    font-size: 21px;
  }
}

/* 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;
  }
  .fsn-menu .nav > li > a {
    font-size: 21px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .fsn-menu .nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .full-screen-space {
    padding: 0px 15px 50px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
   body {
    padding: 0px;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 20px;
  }
  .footer-contact .footer-dot {
    display: block;
    margin: 5px 0px;
    opacity: 0;
  }
  .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;
  }
  .fsn-menu .nav {
    grid-template-columns: 1fr 1fr;
  }
  .fsn-menu .nav > li > a {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
  }
  .fsn-menu .dropdown-menu a {
    text-transform: capitalize;
  }
  .fsn-menu .nav {
    grid-template-columns: 1fr;
  }
}

/* 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;
  }
  .footer-links .footer-dot {
    display: block;
    margin: 5px 0px;
    opacity: 0;
  }
  .footer-contact {
    text-transform: initial;
  }
  .header-public {
    right: 100px;
  }
  .header-public a {
    font-size: 16px;
  }
}

/* editor */

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn {
  padding: 6px 12px;
  border-color: #fff;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn.active, .php-ckeditor .navbar-inverse .navbar-inner a.btn:hover {
  background: var(--navhoverlink);
}

/* timeline */

.ts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px;
}

.tsg-content:nth-of-type(odd) {
  grid-column: 1;
  grid-row: span 2;
}

.tsg-content:nth-of-type(even) {
  grid-column: 2;
  grid-row: span 2;
}

.tsg-content:nth-of-type(2) {
  grid-row-start: 2;
  grid-row-end: 4;
}

.tsg-content h3 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--bodyfont);
  font-weight: 600;
}

.tsg-content:nth-of-type(odd) h3 {
  padding: 5px 10px;
  background: var(--headingcolor);
  color: #fff;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.tsg-content:nth-of-type(even) h3 {
  padding: 5px 10px;
  background: var(--linkcolor);
  color: #fff;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.content-wrapper ul li, .content-wrapper ol li {
  line-height: 26px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .ts-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
  .tsg-content:nth-of-type(2n) {
    grid-column: 1;
  }
  .tsg-content:nth-of-type(2) {
    grid-row-start: 3;
    grid-row-end: 5;
  }
}

/* end anton styles */