/* anton styles */

/* variables */

:root {
  --bodyfont: 'Arial', sans-serif;
  --headingfont: 'Arial', sans-serif;
  --headingcolor: #cba53c;
  --headingcolor2: #000;
  --highlightcolor: #cba53c;
  --buttonhighlight: #a9831a;
  --bodycolor: #333;
  --headerbg: #000;
  --topfooterbg: #414042;
  --bottomfooterbg: #303032;
  --navbg: #000;
  --navlink: #fff;
  --navactivelink: #cba53c;
  --dropdownbg: #000;
  --dropdownlink: #fff;
  --dropdownlinkactive: #cba53c;
}

.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);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor2);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  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;
  font-family: var(--headingfont);
}

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(--headingcolor2);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  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(--buttonhighlight);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--highlightcolor);
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: relative;
  min-height: 160px;
  background: transparent;
}

.header-space {
  padding: 0px 30px;
}

.header-logo {
  position: absolute;
  top: 5px;
  width: 104px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.header-logo img {
  height: 150px;
}

.header-public {
  position: absolute;
  right: 100px;
  top: 30px;
}

.header-public a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-shadow: 1px 1px #000;
}

/* navbar */

#hamburger-icon {
  display: none;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.nav-section {
  width: 1170px;
  position: relative;
  margin: 0px auto;
  top: 80px;
}

.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 {
  box-shadow: none;
  color: #fff;
  opacity: 0.8;
  background: transparent;
}

.navbar-inverse .nav > li > a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  opacity: 0.8;
  background: transparent;
  color: #fff;
}

.nav-section .nav > li:nth-child(1) {
  margin-left: 180px;
}

.nav-section .nav > li:nth-child(3) {
  margin-right: 120px;
}

.dropdown-menu {
  background: #000;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #cba53c;
  color: #fff;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

/* footer */

.top-footer {
  background: var(--topfooterbg);
  color: #fff;
  padding: 50px 0px;
}

.tf-flex {
  display: flex;
}

.tf-flex > div {
  flex: 1 1 0;
}

.tff-hours {
  margin-right: 20px;
}

.tff-hours a {
  color: #fff;
  font-weight: 700;
}

.tff-contact {
  margin-left: 20px;
}

.body-public .member-book {
  display: none;
}

.body-class-members .visit-book {
  display: none;
}

.footer-space {
  width: 1170px;
  margin: 0px auto;
}

.footer h3 {
  margin-top: 0px;
  color: var(--headingcolor);
}

.bottom-footer {
  background: var(--bottomfooterbg);
  color: #fff;
  padding: 15px 0px;
}

.bf-flex {
  display: flex;
  align-items: center;
}

.bff-copy {
  width: 40%;
  font-size: 11px;
}

.bff-social {
  width: 20%;
  margin: 0px 15px;
  text-align: center;
}

.bff-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #969696;
  font-size: 11px;
}

.bff-social img {
  width: 11px;
  position: relative;
  top: -1px;
}

.bff-social a.bffs-twit:hover {
  background: #46d4fe;
}

.bff-social a.bffs-face:hover {
  background: #37589b;
  color: #fff;
}

.bff-social a.bffs-insta:hover {
  background: #a67658;
  color: #fff;
}

.bff-ig {
  width: 40%;
  text-align: right;
}

.bff-ig img {
  width: 120px;
}

/* body */

body {
  background: url('/images/resources/ballybunion/memberbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
  background: #fff;
}

#globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap {
  border: none;
  padding: 0px;
}

.php-index .content-wrapper {
  background: transparent;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyfont);
  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, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: var(--buttonhighlight);
  color: #fff;
}

/* 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(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: #fff;
  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-index #globalwrap .weatherImage i {
  font-size: 24px;
}

.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-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-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;
}

/* 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;
  }
  .footer-space {
    width: 940px;
  }
  .nav-section {
    width: 940px;
  }
  .header-space {
    padding: 0px;
    position: relative;
  }
  .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .nav-section .nav > li:nth-child(1) {
    margin-left: 145px;
  }
  .navbar .nav > li > a {
    padding: 10px;
  }
  .header-public a {
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .header-space {
    width: 100%;
  }
  .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .footer-space {
    width: 724px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    min-height: 80px;
    background: #000;
  }
  .header-logo {
    width: 52px;
    top: 3px;
    left: 10px;
    right: auto;
  }
  .header-logo img {
    height: 74px;
  }
  .nav-section {
    width: auto;
  }
  .header-space {
    padding: 0px;
  }
  #hamburger-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    z-index: 800;
  }
  #hamburger-icon .line {
    display: inline-block;
    position: absolute;
    width: 35px;
    left: 15px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  #hamburger-icon .line-1 {
    top: 18px;
  }
  #hamburger-icon .line-2 {
    top: 28px;
  }
  #hamburger-icon .line-3 {
    top: 38px;
  }
  .show-menu #hamburger-icon .line-1 {
    top: 28px;
    transform: rotate(45deg);
  }
  .show-menu #hamburger-icon .line-2 {
    opacity: 0;
  }
  .show-menu #hamburger-icon .line-3 {
    top: 28px;
    transform: rotate(-45deg);
  }
  .nav-section {
    top: 0px;
  }
  .nav-section .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .nav-section .nav > li:nth-child(3) {
    margin-right: 0px;
  }
  .header-public {
    top: 30px;
  }
  .header-public a {
    font-size: 20px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    border-radius: 0px;
    text-shadow: none;
  }
  .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: var(--navactivelink);
    color: var(--navlink);
  }
  .nav-collapse .dropdown-menu {
    margin: 0px;
  }
  .nav-collapse .dropdown-menu a {
    padding: 15px 30px 15px;
  }
  .header-public {
    right: 90px;
  }
  #myNavbar {
    right: -350px;
    left: auto;
  }
  .show-menu #myNavbar {
    right: 0px;
    left: auto;
  }
  .navbar-inner {
    margin-top: 85px;
  }
  .nav-collapse {
    height: 100vh !important;
    background: #000;
    position: fixed;
    left: -350px;
    width: 350px;
    min-height: 100vh;
    z-index: 600;
    overflow-y: scroll !important;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .show-menu .nav-collapse {
    left: 0px;
  }
  .header-public a {
    text-shadow: none;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  /*.header-public {
    right: 25px;
  }
  #hamburger-icon {
    left: 15px;
  }*/
  .header-space {
    width: auto;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .footer-space {
    padding: 0px 20px;
    width: auto;
  }
  .tf-flex {
    flex-direction: column;
  }
  .tff-hours {
    margin: 0px;
  }
  .tff-contact {
    margin: 30px 0px 0px;
  }
  .bf-flex {
    flex-direction: column;
  }
  .bff-copy {
    width: 100%;
    text-align: right;
  }
  .bff-social {
    width: 100%;
    margin: 20px 0px;
    text-align: right;
  }
  .bff-ig {
    width: 100%;
    text-align: right;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* 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;
  }
  .ff-main {
    text-align: center;
  }
  .ff-main-flex > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .ff-side {
    text-align: center;
  }
  .header-public a {
    font-size: 14px;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: transparent;
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
  padding: 0px 0px 6px;
}

.php-ckeditor .content-wrapper .wysiwyg-editable {
  border: 2px dashed #000;
}

.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;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.mf-flex {
  display: flex;
}

.flip-flex.mf-flex {
  flex-direction: row-reverse;
}

.mf-main {
  width: 65%;
  margin-right: 20px;
}

.mf-side {
  width: 35%;
  margin-left: 20px;
}

.flip-flex .mf-main {
  margin-left: 20px;
  margin-right: 0px;
}

.flip-flex .mf-side {
  margin-left: 0px;
  margin-right: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .mf-flex, .mf-flex.flip-flex {
    flex-direction: column;
  }
  .mf-main {
    width: 100%;
    margin: 0px;
  }
  .mf-side {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .flip-flex .mf-main {
    margin: 0px;
  }
  .flip-flex .mf-side {
    margin: 20px 0px 0px;
  }
}

.php-boardcomps .row {
  margin-left: 0px;
}

.php-boardcomps .row .span12 {
  width: 100%;
  margin-left: 0px;
}

.body-class-members.php-messages #globalwrap {
  margin-top: 100px;
}

.php-index #latestcomp h3 a {
  margin-left: 6px;
}

.members-page .nivo-controlNav-Wrapper {
  display: none;
}

/* sticky footer */

@media (min-width: 768px) and (max-width: 979px) {
  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"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 560px; 
  }
  .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 481px;
  }
}

.page-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.show-menu .page-overlay {
  z-index: 400;
}

@media (min-width: 1400px) {
  .nav-section {
    width: 1380px;
  }
  .nav-section .nav > li:nth-child(1) {
    margin-left: 175px;
  }
  .nav-section .nav > li:nth-child(3) {
    margin-right: 335px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 19px;
  }
  .navbar-inverse .navbar-inner {
    padding: 0px;
  }
}

/* end anton styles */