/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* colours */

h1 {
  color: #0a2140;
}

h2 {
  color: #0a2140;
}

h3 {
  color: #0a2140;
}

h4 {
  color: #0a2140;
}

h5 {
  color: #0a2140;
}

h6 {
  color: #0a2140;
}

a {
  color: #000080;
}

.content-wrapper a {
  text-decoration: underline;
}

a:hover {
  color: #0078cc;
}

.header-bg {
  background: #0a2140;
}

.header-top-links a {
  color: white;
}

.header-top-links a::after {
  background: #868686;
}

.weather-section .weatherSingle {
  color: white;
}

.status-section {
  color: white;
}

.pop-up-close {
  border: 2px solid #a5a5a5;
}

#hamburger-icon .line {
  background: white;
}

#hamburger-icon .textClose {
  color: white;
}

#myNavbar {
  background: #0a2140;
}

.navbar .nav > li > a {
  color: #c4beb6;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a {
  color: white;
}

.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 {
  color: white;
}

.dropdown-menu > li > a  {
  color: #c4beb6;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  color: white;
}

.navbar .nav > li.nav-haslevel-2 > a::before {
  color: #c4beb6;
}

.navbar .nav > li.active.nav-haslevel-2 > a::before {
  color: white;
}

.nav-close {
  border: 2px solid #a5a5a5;
}

.nav-line {
  background: #a5a5a5;
}

.nav-links a {
  color: white;
}

.nav-content h4 {
  color: #a5a5a5;
}

.nav-content p {
  color: white;
}

.nav-content a {
  color: white;
}

.nav-social a {
  color: white;
  border: 2px solid #a5a5a5;
}

.footer-contact {
  color: #222222;
}

.footer-dot {
  background: #a5a5a5;
}

.footer-contact a {
  color: #222222;
}

.footer-address {
  color: #777;
}

.footer-links a  {
  color: #6c6c6c;
}

.footer-links a::before {
  background: #ccc;
}

.footer-links a:hover {
  color: #666;
}

.footer-social a {
  color: #222222;
  border: 3px solid #a5a5a5;
}

#globalwrap {
  border: 2px solid #0a2140;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  border: 2px solid #0a2140;
}

.php-weatherfg #globalwrap .weatherImage img {
  background: #0a2140;
}

.php-messages .well {
  border: 2px solid #0a2140;
}

.content-wrapper table thead {
  background: #0a2140;
}

.content-wrapper table thead {
  color: white;
}

.content-wrapper table thead a {
  color: white;
  text-decoration: underline;
}

.content-wrapper table thead a:hover {
  color: #8c6239;
}

input[type*="submit"], a.btn, button.btn, h5 a {
  background: #0a2140;
  color: #FFF;
  border-radius: 3px;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, h5 a:hover {
  color: #FFF;
  background-color: #741c2e;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #a5a5a5;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: white;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: white;
  }
}

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 32px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 44px;
  margin: 0px 0px 48px;
}

h2 {
  font-size: 25px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin: 0px 0px 20px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0px 0px 18px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px 0px 16px;
}

h5 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin: 0px 0px 13px;
}

h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 12px;
}

a {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* body effect */

.page-overlay {
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.slide .page-overlay {
  opacity: 1;
  visibility: visible;
}

.slide .page-overlay:hover {
  cursor: url('/images/resources/sherfieldoaks/cursor-close.png'), auto;
}

/* header styles */

body {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp {
  padding-top: 60px;
}

.status-disp {
  padding-top: 60px;
}

.header-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 90px;
  z-index: 150;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp .header-bg {
  min-height: 170px;
}

.status-disp .header-bg {
  min-height: 170px;
}

.header-wrapper {
  min-height: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.main-logo {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100px;
  text-align: center;
}

.main-logo img {
  max-height: 80px;
}

.header-top-links {
  position: absolute;
  left: 40px;
  top: 30px;
  font-size: 0px;
}

.header-top-links a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-top-links a::after {
  margin: 0px 20px;
  position: relative;
  top: -4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: '';
  display: inline-block;
}

.header-top-links a:last-child::after {
  margin: 0px;
  display: none;
}

.header-top-links a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.weather-section {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  height: 40px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp .weather-section {
  top: 0px;
}

.weather-disp .header-wrapper {
  top: 60px;
}

.weather-disp #hamburger-icon {
  top: 84px;
}

.weather-section .weathers {
  display: inline-block;
}

.weather-section .weatherSingle {
  display: inline-block;
  width: 120px;
  position: relative;
  text-align: left;
}

.weather-section .weatherDate {
  position: absolute;
  top: -15px;
  left: 60px;
  font-size: 14px;
  text-transform: uppercase;
}

.weather-section .weatherTemp {
  position: absolute;
  top: 5px;
  left: 60px;
  font-size: 20px;
  font-weight: 700;
}

.weather-section .weatherImage {
  position: absolute;
  top: -15px;
  left: 0px;
  width: 50px;
}

.weather-section .pop-up-content {
  padding-right: 50px;
}

.weather-section .afterWeather {
  display: none;
}

.status-section {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  height: 20px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.status-section h3 {
  display: none;
}

.status-section .pop-up-content {
  padding-right: 50px;
  margin-top: 9px;
}

.status-section .pop-up-content p {
  margin: 0px;
}

/* close slide downs */

.pop-up-close {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 6px;
  z-index: 20;
  position: absolute;
  right: 7px;
  top: 14px;
}

.pop-up-close .cross {
  width: 14px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: white;
  top: 13px;
  left: 7px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pop-up-close .cross-3 {
  transform: rotate(45deg);
}

.pop-up-close .cross-4 {
  opacity: 1;
  transform: rotate(-45deg);
}

.pop-up-close:hover {
  cursor: pointer;
}

.pop-up-close:hover .cross-3 {
  transform: rotate(0deg);
}

.pop-up-close:hover .cross-4 {
  opacity: 0;
}

.status-disp .status-section {
  top: 0px;
}

.status-disp .header-wrapper {
  top: 60px;
}

.status-disp #hamburger-icon {
  top: 84px;
}

/* navbar styles */

.navbar {
  position: relative;
  z-index: 250;
  margin: 0px;
}

#hamburger-icon {
  position: fixed;
  top: 14px;
  right: 10px;
  padding: 16px 10px 16px 20px;
  background: transparent;
  border: none;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon .line {
  width: 28px;
  height: 2px;
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#hamburger-icon .line-1 {
  top: 19px;
  left: 20px;
}

#hamburger-icon .line-2 {
  top: 25px;
  left: 20px;
}

#hamburger-icon .line-3 {
  top: 31px;
  left: 20px;
}

#hamburger-icon:hover .line-1 {
  width: 10px;
}

#hamburger-icon:hover .line-3 {
  width: 16px;
}

#hamburger-icon .textClose {
  text-transform: uppercase;
  font-size: 19px;
  margin-left: 50px;
  font-weight: 700;
  font-family: 'Libre Franklin', sans-serif;
}

#myNavbar {
  position: fixed;
  right: -450px;
  top: 0px;
  width: 450px;
  height: 100vh !important;
  overflow-y: scroll !important;
  z-index: 250;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.navbar .nav {
  float: none;
  margin: 30px 0px 20px;
}

.navbar .nav > li {
  float: none;
  padding: 3px 0px;
}

.navbar .nav > li > a {
  text-transform: uppercase;
  padding: 5px 28px 5px 30px;
  position: relative;
  line-height: 17px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Libre Franklin', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a {
  background: transparent;
}

.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;
  box-shadow: none;
}

#myNavbar .dropdown-menu {
  position: relative;
  background: transparent;
  float: none;
  border: none;
  box-shadow: none;
  height: 0px;
  overflow: hidden;
  display: block;
  padding: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.open .dropdown-menu {
  padding: 5px 0px;
}

#myNavbar .nav > li.open .dropdown-menu {
  height: auto;
}

.dropdown-menu > li > a {
  text-transform: uppercase;
  padding: 8px 25px 8px 40px;
  line-height: 16px;
  font-size: 16px;
  font-family: 'Libre Franklin', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  background-image: none;
}

.navbar .nav > li.nav-haslevel-2 > a::before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  right: 0px;
  font-size: 16px;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li.nav-haslevel-2 > a:hover::before {
  color: white;
}

.navbar .nav > li.open.nav-haslevel-2 > a::before {
  transform: rotate(-180deg);
}

.slide #myNavbar {
  right: 0px;
}

.nav-wrapper {
  padding: 20px 30px 40px;
}

.nav-close {
  /*color: #c3c3c3;*/
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 6px;
  position: absolute;
  right: 30px;
}

.nav-close .cross {
  width: 22px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: white;
  top: 15px;
  left: 6px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  opacity: 1;
  transform: rotate(-45deg);
}

.close-nav {
  margin-left: 28px;
}

.nav-close:hover {
  cursor: pointer;
}

.nav-close:hover .cross-1 {
  transform: rotate(0deg);
}

.nav-close:hover .cross-2 {
  opacity: 0;
}

.nav-logo {
  text-align: center;
  padding-top: 5px;
  margin: 0px auto;
}

.nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.nav-line {
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 30px;
}

.nav-links {
  margin-left: 30px;
  margin-bottom: 40px;
}

.nav-links a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-links a:hover {
  opacity: 0.7;
}

.nav-content {
  margin-left: 30px;
  color: white;
}

.nav-content h4 {
  margin: 0px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}

.nav-content p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.nav-content a {
  font-size: 12px;
  padding: 2px 0px;
  display: block;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-content a:hover {
  opacity: 0.7;
}

.nav-content a img {
  width: 120px;
}

.nav-social {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 20px;
}

.nav-social a {
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.nav-social a:hover {
  opacity: 0.7;
}

.nav-social a:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

/* footer style */

.members-footer {
  padding: 75px 0px;
  background: #0a2140;
  color: #fff;
}

.mf-contacts {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.mf-contacts a {
  color: #fff;
}

.mf-contacts a:hover {
  color: rgba(255,255,255,.7);
}

.mf-links {
  font-size: 14px;
  line-height: 22px;
}

.mf-links a {
  color: #a7a8a9;
  display: inline-block;
  margin: 0px 5px;
}

.mf-links a:hover {
  color: #a7a8a9;
  opacity: 0.7;
}

.mf-links a img {
  width: 120px;
}

/* Default Members Area */

/* default and members background */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

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;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, .body-class-members #globalwrap {
  margin-top: 160px;
  margin-bottom: 60px;
  border: 2px solid #0a2140;
  padding: 20px;
  background: rgba(255,255,255,1);
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #0a2140;
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  border: 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: #741c2e;
  color: white;
}

/* members area */

thead {
  background: #0a2140;
  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,1);
  border: 2px solid #0a2140;
  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: #0a2140;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #0a2140;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .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-wrapper .header-logo {
  top: 6px;
  margin-top: 0px;
}

.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;
}

.php-boardcomps .row {
  margin-left: 0px;
}

.php-boardcomps .row .span12 {
  width: 100%;
  margin-left: 0px;
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,1);
  padding: 20px;
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  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;
  }
  .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;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  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;
  }
  .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;
  }
  .content-wrapper #globalwrap #date_form .tabs li.current a {
    background: #fff;
    margin-top: -1px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  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;
  }
  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;
  }
  .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: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* sticky footer */

@media (min-width: 980px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 400px; 
  }
  .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 190px;
    margin: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 420px; 
  }
  .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 210px;
    margin: 0px;
  }
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

/* responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .mf-links a {
    margin: 0px 2px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .mf-links a {
    margin: 0px 2px;
  }
  .header-top-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-top-links {
    left: 10px;
    top: 20px;
  }
  .header-top-links a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }
  .header-top-links a::after {
    display: none;
  }
  .weather-section .weatherSingle {
    width: 65px;
    text-align: center;
  }
  .weather-section .weatherSingle:last-child {
    display: none;
  }
  .weather-section .weatherDate {
    top: -20px;
    left: 0px;
    right: 0px;
  }
  .weather-section .weatherTemp {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 16px;
  }
  .weather-section .weatherImage {
    top: 24px;
    width: 65px;
  }
  .weather-section .weatherImage img {
    width: 34px;
  }
  .weather-disp .header-wrapper {
    top: 75px;
  }
  .status-disp .header-wrapper {
    top: 75px;
  }
  .members-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mf-logo img {
    width: 137px;
  }
  .mf-contacts {
    margin-top: 40px;
  }
  #hamburger-icon .textClose {
    margin-left: 40px;
  }
  .table td, .table th, table td, table th {
    padding: 2px;
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  #myNavbar {
    width: 100%;
    right: -100%;
  }
}

/* login */

#login {
  text-align: center;
}

#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;
}

/* 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;
  }
}

/* responsive menu */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #c4beb6;
  }
  .nav-collapse .dropdown-menu a {
    font-weight: 400;
    padding: 8px 25px 8px 40px;
  }
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #0a2140;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

.header-social {
  position: absolute;
  top: 22px;
  right: 155px;
}

.header-social a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.header-social a:hover, .header-social a:focus {
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 767px) {
  .textClose {
    display: none;
  }
  #hamburger-icon {
    width: 60px;
    height: 40px;
  }
  .header-social {
    right: 70px;
  }
}

@media (min-width: 0px) and (max-width: 429px) {
  .header-social {
    display: none;
  }
}

/* end anton styles */

#globalwrap table tbody tr td.tcomp {
  background-color: #ffa6d8;
}