/* anton styles */

/* fonts */

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* colours */

body {
  color: #4b4b4b;
}

h1 {
  color: #134325;
}

h2 {
  color: #134325;
}

h3 {
  color: #134325;
}

h4 {
  color: #134325;
}

h5 {
  color: #886e3c;
}

h6 {
  color: #838383;
}

a {
  color: #0096ff;
}

a:hover {
  color: #0078cc;
}

.header-bg {
  background: #FFF;
}

.header-top-links a {
  color: #134325;
}

.header-top-links a:hover {
  color: #134325;
}

.header-top-links a::after {
  background: #886e3c;
}

.weather-section .weatherSingle {
  color: white;
}

.status-section {
  color: #134325;
}

.pop-up-close {
  border: 2px solid transparent;
}

#hamburger-icon .line {
  background: #bf9c52;
}

#hamburger-icon .textClose {
  color: #134325;
}

#myNavbar {
  background: #FFF;
}

.navbar .nav > li > a {
  color: #134325;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a, .navbar .nav > li > a:focus {
  color: #886e3c;
}

.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: #886e3c;
}

.dropdown-menu > li > a  {
  color: #134325;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a, .dropdown-menu > li > a:focus {
  color: #886e3c;
  background: transparent;
}

/*.navbar .nav > li.nav-haslevel-2 > a::before {
  color: #a5a5a5;
}*/

.navbar .nav > li.active.nav-haslevel-2 > a::before {
  color: #886e3c;
}

.nav-line {
  background: #a5a5a5;
}

.nav-links a {
  color: #134325;
}

.nav-links a:hover, .nav-links a:focus {
  color: #886e3c;
}

.nav-content h4 {
  color: #a5a5a5;
}

.nav-content p {
  color: #10453c;
}

.nav-content a {
  color: white;
}

.nav-create a {
  color: #886e3c;
  font-weight: 600;
}

.nav-create a:hover {
  opacity: 0.7;
}

.nav-social a {
  color: #886e3c;
  opacity: 0.5;
  border: 2px solid rgba(136,110,60,.5);
}

.nav-social img {
  width: 20px;
  position: relative;
  top: -1.5px;
}

.footer-contact {
  color: #134325;
}

.footer-dot {
  background: #a58345;
}

.footer-contact a {
  color: #134325;
}

.footer-contact a:hover, .footer-contact a:focus {
  color: #886e3c;
}

.footer-address {
  color: #134325;
}

.footer-links a {
  color: #555;
}

.footer-links a::before {
  background: #fff;
}

.footer-links a:hover {
  color: #886e3c;
}

.footer-social a {
  color: #bf9c52;
  border: 1px solid #acacac;
}

#globalwrap {
  border: 2px solid #134325;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  border: 2px solid #134325;
}

.php-weatherfg #globalwrap .weatherImage img {
  background: #134325;
}

.php-messages .well {
  border: 2px solid #134325;
}

.content-wrapper table thead {
  background: #134325;
}

.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: #134325;
  color: #FFF;
  border-radius: 4px;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, h5 a:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus, h5 a:focus {
  color: #FFF;
  background-color: #886e3c;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #134325;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: #886e3c;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #886e3c;
  }
}

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 46px;
  margin: 0px 0px 40px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  line-height: 40px;
  margin: 0px 0px 20px;
}

h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  line-height: 33px;
  font-weight: 400;
  margin: 0px 0px 15px;
}

h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  margin: 0px 0px 16px;
  font-family: 'Playfair Display', serif;
}

h5 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 27px;
  margin: 0px 0px 13px;
  font-family: 'Playfair Display', serif;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 12px;
  font-family: 'Playfair Display', serif;
}

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(25,25,25,.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/radcliffe/nav-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: 110px;
  z-index: 150;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-bg {
  min-height: 60px;
}

.weather-disp .header-bg {
  min-height: 170px;
}

.status-disp .header-bg {
  min-height: 170px;
}

.fix.status-disp .header-bg {
  min-height: 120px;
}

.header-wrapper {
  min-height: 110px;
  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;
}

.fix .header-wrapper {
  min-height: 60px;
}

.main-logo {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 220px;
  text-align: center;
}

.main-logo img {
  max-height: 100px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .main-logo img {
  max-height: 50px;
}

.header-top-links {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 0px;
  font-family: 'Montserrat', sans-serif;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-top-links {
  top: 19px;
}

.header-top-links a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.header-top-links a:first-of-type::after {
  margin: 0px 20px;
  position: relative;
  top: -4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: '';
  display: inline-block;
}

.header-top-links a:hover {
  cursor: pointer;
  opacity: 1;
}

.header-time {
  font-size: 16px;
  color: #10453c;
}

.header-time p {
  display: inline-block;
  margin: 0px;
}

.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;
  left: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  height: 20px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  font-size: 14px;
  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-left: 20px;
  padding-right: 50px;
}

.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: #10453C;
  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;
}

.fix.status-disp #hamburger-icon {
  top: 62px;
}

/* navbar styles */

.navbar {
  position: relative;
  z-index: 250;
  margin: 0px;
}

#hamburger-icon {
  position: fixed;
  width: 125px;
  text-align: right;
  top: 24px;
  left: 10px;
  font-family: 'Jost', sans-serif;
  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;
}

.fix #hamburger-icon {
  top: 3px;
}

#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: 10px;
}

#hamburger-icon .line-2 {
  top: 25px;
  left: 10px;
}

#hamburger-icon .line-3 {
  top: 31px;
  left: 10px;
}

#hamburger-icon:hover .line-1 {
  width: 10px;
}

#hamburger-icon:hover .line-3 {
  width: 16px;
}

#hamburger-icon .textClose {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

#myNavbar {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 500px;
  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 40px;
}

.navbar .nav > li {
  float: none;
  border-top: 1px solid #e0e0e0;
}

.navbar .nav > li:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.navbar .nav > li > a {
  text-transform: capitalize;
  text-shadow: none;
  padding: 8px 0px;
  position: relative;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0px;
  font-size: 19px;
  font-weight: 400;
  font-family: 'Playfair Display', 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 {
  padding-left: 20px;
}

.dropdown-menu > li > a {
  text-transform: capitalize;
  padding: 8px 0px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  white-space: wrap;
  font-family: 'Playfair Display', 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: 8px;
  right: 0px;
  font-size: 18px;
  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.open.nav-haslevel-2 > a::before {
  transform: rotate(-180deg);
}

.slide #myNavbar {
  left: 0px;
}

.nav-wrapper {
  padding: 40px 60px;
}

.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;
  top: 15px;
  left: 15px;
}

.nav-close .cross {
  width: 29px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #aa9875;
  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: left;
  padding-top: 5px;
  margin: 0px auto;
}

.nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.nav-content {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.nav-create p {
  text-transform: uppercase;
  font-size: 13px;
}

.nav-create img {
  width: 100px;
}

.nav-line {
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 30px;
}

.nav-links {
  margin-bottom: 20px;
  font-family: 'Montserrat',sans-serif;
}

.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: 1;
}

.nav-buttons {
  margin: 15px 0px;
}

.nav-buttons a {
  background: #a58345;
  color: #fff;
  padding: 12px;
  display: block;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.nav-buttons a:hover, .nav-buttons a:focus {
  background: #134325;
}

.nav-content {
  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: 600;
  font-size: 16px;
  line-height: 26px;
}

.nav-content a {
  font-weight: 400;
}

.nav-content a:hover {
  opacity: 0.7;
}

.nav-content a img {
  width: 120px;
}

.nav-social {
  margin-top: 20px;
  font-size: 20px;
}

.nav-social a {
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.nav-social a:hover {
  opacity: 0.4;
}

.nav-social a:nth-child(4) {
  margin-right: 0px;
}

/* footer styles */

.footer {
  background: #FFF;
  margin-top: 80px;
  padding: 40px 0px 70px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

/*.footer-logos {
  position: absolute;
  bottom: 40px;
  right: 60px;
}*/

.footer-space {
  padding: 0px 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-contact {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}

.footer-dot {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  content: '';
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: -4px;
}

.footer-address {
  margin: 10px 0px 30px;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}

.footer-address p {
  margin: 0px;
}

.footer-address a {
  color: #fff;
}

.footer-address a:hover {
  opacity: 0.7;
}

.footer-links {
  font-size: 0px;
}

.footer-links img {
  width: 120px;
}

.footer-links a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 8px;
}

/*.footer-links a::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}*/

.footer-links a:first-child::before {
  display: none;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  font-size: 20px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 7px;
}

.footer-social a:hover {
  opacity: 0.7;
}

.footer-social a img {
  width: 20px;
  position: relative;
  top: -1.5px;
}

/* content styles */

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
  line-height: 28px;
}

#globalwrap {
  margin-top: 180px;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.php-index #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
}

.php-weatherfg #globalwrap .weatherImage img {
  border-radius: 50%;
}

.php-weatherfg #globalwrap .image-night {
  background: transparent;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

.php-roundmgmt .dateperiods {
  float: none;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 100%;
}

.php-analysis .global .row-fluid:last-child {
  margin-top: 10px;
}

.php-search .content-wrapper input[type="text"] {
  margin-bottom: 0px;
}

.php-messages .content-wrapper #globalwrap {
  margin-top: 120px;
}

.php-messages .well {
  background: transparent;
  padding: 10px;
  border-radius: 0px;
}

.teetimesholder th, #memteetimes thead th {
  color: white;
}

.php-diary .diary-nav-right.affix {
  top: 60px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp.php-diary .diary-nav-right.affix {
  top: 170px;
}

.status-disp.php-diary .diary-nav-right.affix {
  top: 120px;
}

/*.php-hcapcertificate .content-wrapper .dropdown-menu {
  float: none;
  position: relative;
  background: #232f5f;
}*/

/* table */

.content-wrapper table th {
  padding: 8px;
}

.content-wrapper table td {
  padding: 8px;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  text-transform: uppercase;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

.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;
}

/* editor styles */

.php-ckeditor a.btn {
  color: white;
}

/* responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper {
    width: 940px;
  }
  .content-wrapper table th {
    padding: 6px;
  }
  .content-wrapper table td {
    padding: 6px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  #global.teebooking .tabs li a {
    padding: 10px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper {
    width: 724px;
  }
  .footer-contact {
    font-size: 18px;
  }
  .content-wrapper table th {
    padding: 4px;
    font-size: 14px;
  }
  .content-wrapper table td {
    padding: 4px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 0px;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    background: none;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: none;
  }
  .nav-collapse .dropdown-menu a {
    padding: 8px 0px;
  }
  .nav-collapse .dropdown-menu {
    margin: 0px;
  }
  .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;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .nav-wrapper {
    padding: 40px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .content-wrapper {
    width: 100%;
  }
  #globalwrap {
    margin: 120px 10px 0px;
    padding: 20px 10px;
  }
  #hamburger-icon .textClose {
    display: none;
  }
  .footer-contact {
    font-size: 14px;
  }
  .footer-contact > span {
    display: block;
  }
  .footer-contact span.footer-dot {
    display: none;
  }
  .footer-image img {
    opacity: 0;
  }
  #hamburger-icon {
    padding: 27.5px 30px;
  }
  .content-wrapper table th {
    padding: 1px;
    font-size: 12px;
  }
  .content-wrapper table td {
    padding: 1px;
    font-size: 12px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn {
    display: block;
    margin: 6px 0px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    display: block;
    width: 200px;
  }
  .php-analysis .btn-group .btn {
    display: block;
    margin: 6px 0px;
  }
  .php-messages .content-wrapper #globalwrap {
    margin: 120px 10px 0px;
  }
  .php-messages .well {
    overflow-x: scroll;
  }
}

@media (min-width: 0px) and (max-width: 550px) {
  #myNavbar {
    right: -100%;
    width: 100%;
  }
  .main-title span {
    display: none;
  }
  .footer-address {
    font-size: 15px;
  }
  .footer-links a {
    display: inline-block;
    margin: 0px 4px;
    padding: 3px 0px;
  }
  .footer-links a::before {
    display: none;
  }
}

/* login fix */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 479px) {
  .php-weatherfg .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .php-prefs .content-wrapper input[type*="textfield"] {
    width: 166px;
  }
  .php-diary a.diarytag-filter-link {
    font-size: 10px;
  }
}

#ui-datepicker-div {
  display: none;
}

/* buttons */

.content-wrapper input[type*="submit"], .content-wrapper a.btn, .content-wrapper button.btn, .content-wrapper h5 a {
  display: inline-block;
  padding: 10px 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  text-shadow: none;
  border: none;
  text-decoration: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper input[type*="submit"], .content-wrapper a.btn, .content-wrapper button.btn, .content-wrapper h5 a {
    font-size: 15px;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper input[type*="submit"], .content-wrapper a.btn, .content-wrapper button.btn, .content-wrapper h5 a {
    font-size: 15px;
    padding: 10px;
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper input[type*="submit"], .content-wrapper a.btn, .content-wrapper button.btn, .content-wrapper h5 a {
    font-size: 13px;
    padding: 10px 5px;
    text-transform: capitalize;
    border-radius: 5px;
  }
}

/* new responsive header styles */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-top-links {
    right: 20px;
  }
  .pop-up-space {
    padding-right: 20px;
  }
  .header-top-links a::after {
    margin: 0px 10px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-top-links {
    top: 28px;
    right: 20px;
    text-align: right;
  }
  .header-top-links a {
    display: block;
    padding: 4px 0px;
  }
  .header-top-links a::after {
    display: none;
  }
}

.mobile-main-logo {
  display: none;
}

@media (min-width: 600px) and (max-width: 699px) {
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 470px) and (max-width: 599px) {
  .weather-section .weathers .weatherSingle:nth-child(4) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 469px) {
  .weather-section .weathers .weatherSingle:nth-child(3) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(4) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-logo {
    display: none;
  }
  .header-top-links {
    top: 20px;
    right: 10px;
    text-align: right;
  }
  .fix .header-top-links {
    top: 5px;
  }
  .mobile-main-logo {
    display: block;
    position: absolute;
   top: 5px;
   left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 64px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .pop-up-content {
    font-size: 12px;
  }
  .header-top-links a {
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 0px;
  }
  .header-time {
    font-size: 12px;
  }
  .header-bg {
    min-height: 90px;
  }
  .status-disp .header-bg {
    min-height: 150px;
  }
  .weather-disp .header-bg {
    min-height: 150px;
  }
  .php-diary .diary-nav-right.affix {
    top: 60px;
  }
  .weather-disp.php-diary .diary-nav-right.affix {
    top: 150px;
  }
  .status-disp.php-diary .diary-nav-right.affix {
    top: 160px;
  }
}

/* visitor booking */

@media (min-width: 768px) {
  .body-class-visitorbooking #globalwrap table {
    width: 100%;
  }
}

.body-class-visitorbooking #globalwrap table td > a {
  width: 100%;
  display: block;
  padding: 3px 0px;
  margin: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-visitorbooking #globalwrap .pricegroup table tr {
    display: table-row;
  }
  .body-class-visitorbooking #globalwrap .pricegroup table td {
    padding: 8px;
    float: none;
    display: table-cell;
  }
   .body-class-members .teebooking #payagreelabel {
  margin-bottom:20px;
	}
}

@media (min-width: 1200px) {
  .teebooking .tabs a {
    font-size: 100%;
  }
  .teebooking form#date_form .picker .noprint br {
    display: none;
  }
  .teebooking form#date_form .picker span {
    display: block;
  }
}

/* end anton styles */

.php-teelogin label[for*="contact_prefs"] {
  width: 100%;
}

.php-teelogin form fieldset {
  font-size: 0px;
}

.php-teelogin form fieldset input#contact_prefs {
  display: none;
}

.php-teelogin form fieldset > * {
  font-size: 14px;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .status-disp .header-wrapper {
    top: 100px;
  }
  .status-disp #hamburger-icon {
    top: 120px;
  }
  .status-disp .header-bg {
    min-height: 190px;
  }
  .status-disp.fix .header-bg {
    min-height: 160px;
  }
  #globalwrap {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .status-disp #globalwrap {
    margin-top: 160px;
  }
  .body-class-members .teebooking #payagreelabel {
    margin-bottom: 20px;
  }
  .fix .mobile-main-logo {
    width: 40px;
  }
  .fix.status-disp #hamburger-icon {
    top: 105px;
  }
}

.body-class-members .teebooking a#paylink {
 	padding: 8px 12px;
  	background: #222222;
  	color: white;
  	border-radius: 0px;
  	text-shadow: none;
}

.large-status-disp .status-section {
  top: 0px;
}

.large-status-disp .header-bg {
  min-height: 200px;
}

.large-status-disp .header-wrapper {
  top: 90px;
}

.large-status-disp #hamburger-icon {
  top: 114px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .status-section {
    top: -120px;
  }
  .large-status-disp .header-bg {
    min-height: 230px;
  }
  .large-status-disp .header-wrapper {
    top: 120px;
  }
  .large-status-disp #hamburger-icon {
  top: 144px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .status-section {
    top: -150px;
  }
  .large-status-disp .header-bg {
    min-height: 260px;
  }
  .large-status-disp .header-wrapper {
    top: 150px;
  }
  .large-status-disp #hamburger-icon {
  top: 174px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .status-section {
    top: -100vh;
  }
  .large-status-disp .header-bg {
    min-height: 375px;
  }
  .large-status-disp .header-wrapper {
    top: 270px;
  }
  .large-status-disp #hamburger-icon {
  top: 294px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .status-section {
    top: -400px;
  }
  .large-status-disp .header-bg {
    min-height: 275px;
  }
  .large-status-disp .header-wrapper {
    top: 170px;
  }
  .large-status-disp #hamburger-icon {
    top: 194px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .footer-contact {
    font-size: 17px;
    line-height: 24px;
  }
  .footer-contact > span {
    display: block;
  }
  .footer-contact span.footer-dot {
    display: block;
    opacity: 0;
    margin: 1px 0px;
  }
  .footer-address {
    margin-top: 20px;
  }
  .footer-address p a {
    display: block;
    margin-top: 20px;
  }
  .footer-address span.footer-dot {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-wrapper {
    padding: 40px;
  }
  .status-section {
    padding: 0px;
  }
  .footer-contact {
    font-size: 15px;
  }
  .footer-contact span.footer-dot {
    margin: 5px 0px;
  }
}

@media (min-width: 0px) and (max-width: 1449px) {
  .footer-logos {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 70px;
  }
  .footer {
    padding-bottom: 40px;
  }
}

.php-ckeditor .header-bg {
  display: none;
}

.php-ckeditor #hamburger-icon {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar {
  position: fixed;
}

.php-index h3 {
  font-size: 22px;
  line-height: 32px;
}

.php-index #latestcomp h4 {
  font-size: 16px;
  line-height: 28px;
}

.php-index #latestcomp h4 span {
  font-size: 16px !important;
}

body {
  /*background: url('/images/resources/chippingsodbury/members-bg-default.jpg');*/
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.php-index #globalwrap .weatherImage {
  background: transparent;
  border-radius: 50%;
}

.php-index .weatherImage i {
  font-size: 24px;
}

.php-ckeditor a.btn.active {
  background: #032d50;
}

.body-public .member-book {
  display: none;
}

.body-class-members .visitor-book {
  display: none;
}

#globalwrap .image-night {
  background: transparent;
}

.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: 767px) {
  .header-top-links {
    left: 10px;
    text-align: left;
    top: 20px;
  }
  .fix .header-top-links {
    top: 3px;
  }
}*/

@media (min-width: 768px) and (max-width: 979px) {
  .fix .header-top-links {
    top: 3px;
  }
}

.body-contentpage [class*="accordion-content"] {
  display: none;
}

.body-contentpage .accordion-title h4 br {
  display: none;
}

.body-contentpage .accordion-title h4::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 6px;
}

.body-contentpage .active-accord .accordion-title h4::after {
  content: '\f106';
}

h5 a {
  margin: 10px 4px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h5 a {
    display: block;
    width: 250px;
    text-align: center;
    margin: 10px auto;
  }
}

.body-class-members.body-contentpage h5 > br {
  display: none;
}

.content-wrapper a {
  text-decoration: underline;
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.9);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

.php-index #latestcomp img {
  margin-left: 6px;
}

.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;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.body-class-members.php-messages #globalwrap, .body-class-members.php-forum #globalwrap {
  margin-top: 140px;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer-dot {
    display: block;
    margin: 0px;
    opacity: 0;
    height: 0px;
  }
  .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;
    border-radius: 6px;
  }
  .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;
    border-radius: 6px;
  }
  .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;
  }
  .header-top-links a:first-of-type::after {
    display: block;
    opacity: 0;
  }
}

.php-boardcomps .row {
  margin-left: 0px;
}

.php-boardcomps .row .span12 {
  width: 100%;
  margin-left: 0px;
}

.footer-links .footer-dot {
  background: #555;
}

@media (min-width: 0px) and (max-width: 480px) {
  .php-boardcomps .content-wrapper a.btn.pull-right {
    float: none;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .header-top-links a:first-of-type::after {
    display: none;
  }
}

.content-wrapper #globalwrap .adminWrapper table.admin thead th, .content-wrapper #globalwrap .adminWrapper table.admin thead td {
  color: #fff;
}

.nav-logo {
  text-align: center;
}

.nav-logo img {
  width: 90px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 110px;
}
 
/* end anton styles */