/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* font */

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost-font {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* colours */

h1 {
  color: #112d50;
}

h2 {
  color: #112d50;
}

h3 {
  color: #112d50;
}

h4 {
  color: #112d50;
}

h5 {
  color: #80899e;
}

h6 {
  color: #4b4b4b;
}

a {
  color: #0096ff;
}

a:hover {
  color: #0078cc;
}

.header-bg {
  background: #fff;
}

.header-top-links a {
  color: #112d50;
}

.header-top-links a::after {
  background: #112d50;
}

.weather-section .weatherSingle {
  color: white;
}

.status-section {
  color: #112d50;
}

.pop-up-close {
  border: 2px solid #112d50;
}

#hamburger-icon .line {
  background: #112d50;
}

#hamburger-icon .textClose {
  color: #112d50;
}

#myNavbar {
  background: #fff;
}

.navbar .nav > li > a {
  color: #80899e;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a {
  color: #112d50;
}

.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: #112d50;
}

.dropdown-menu > li > a  {
  color: #80899e;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  color: #112d50;
}

.nav-content p {
  color: #112d50;
}

.nav-content a {
  color: #112d50;
}

.nav-social a {
  color: #80899e;
  border: 1px solid #80899e;
}

.footer-contact {
  color: #112d50;
}

.footer-dot {
  background: #a5a5a5;
}

.footer-contact a {
  color: #112d50;
}

.footer-address {
  color: #112d50;
}

.footer-links a  {
  color: #80899e;
}

.footer-links a::before {
  background: #80899e;
}

.footer-links a:hover {
  color: #112d50;
}

.footer-social a {
  color: #80899e;
  border: 1px solid #80899e;
}

#globalwrap {
  border: 2px solid #112d50;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  border: 2px solid #112d50;
}

.php-weatherfg #globalwrap .weatherImage img {
  background: #112d50;
}

.php-messages .well {
  border: 2px solid #112d50;
}

.content-wrapper table thead {
  background: #112d50;
}

.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: #112d50;
  color: #c6ae8f;
  border: 2px solid #222222;
}

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: #80899e;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #80899e;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: #112d50;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #112d50;
  }
}

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 44px;
  margin: 0px 0px 48px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px 0px 20px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0px 0px 18px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px 0px 16px;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 27px;
  margin: 0px 0px 13px;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  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(128,137,158,.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: 110px;
  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: 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;
}

.main-logo {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 220px;
  text-align: center;
}

.main-logo img {
  max-height: 84px;
}

.header-top-links {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 0px;
}

.header-top-links a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.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;
}

.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: #112d50;
  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: 24px;
  left: 0px;
  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: 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: 60px 0px 40px;
}

.navbar .nav > li {
  float: none;
  padding: 8px 0px;
}

.navbar .nav > li > a {
  text-transform: capitalize;
  padding: 0px 28px 0px 30px;
  position: relative;
  line-height: 28px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: normal;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
  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;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  color: #112d50;
}

.dropdown-menu > li > a {
  text-transform: capitalize;
  padding: 8px 25px 8px 40px;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 600;
  font-family: 'Montserrat', 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;
}

.slide #myNavbar {
  left: 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;
  top: 10px;
  left: 20px;
}

.nav-close .cross {
  width: 22px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #112d50;
  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-left: 30px;
  margin-bottom: 40px;
}

.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: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #112d50;
  padding: 8px 0px;
  font-family: 'Montserrat', sans-serif;
}

.nav-links a:hover {
  color: #80899e;
}

.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: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.nav-content a {
  font-size: 13px;
  padding: 2px 0px;
  display: block;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.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 styles */

.footer {
  background: white;
  padding-top: 60px;
  padding-bottom: 70px;
}

.footer-space {
  padding: 0px 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-contact {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.footer-dot {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  content: '';
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: -4px;
}

.footer-address {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.footer-links {
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
}

.footer-links img {
  width: 120px;
}

.footer-links a {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

.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: 35px;
}

.footer-social a {
  font-size: 20px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 7px;
}

.footer-social a:hover {
  color: #112d50;
  border-color: #112d50;
}

/* page */

body {
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1120px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 170px;
  margin-bottom: 120px;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.php-messages #container #globalwrap {
  margin-top: 170px;
}

/* 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;
}

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  font-family: var(--bodyfont);
  margin: 2px;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  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 {
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

.php-weatherfg .table td {
  border: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.php-roundmgmt table td, .php-roundmgmt table th {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

/* resposnive styles */

/* landscape tablet */

/* 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;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 11px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    padding: 8px 25px 8px 40px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
   body {
    padding: 0px;
  }
  .nav-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-wrapper {
    min-height: 80px;
  }
  .header-bg {
    min-height: 80px;
  }
  .status-disp .header-wrapper {
    top: 80px;
  }
  .status-disp #hamburger-icon {
    top: 104px;
  }
  .header-top-links {
    top: 17px;
    text-align: right;
    right: 20px;
  }
  .header-top-links a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 3px 0px;
  }
  .header-top-links a::after {
    display: none;
  }
  .main-logo {
    width: 58px;
  }
  #hamburger-icon {
    top: 13px;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 20px;
  }
  .header-top-links a {
    display: block;
  }
  .footer-links a {
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
  }
  .footer-links a::before {
    display: none;
  }
  .footer-contact {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-address {
    font-size: 18px;
    line-height: 30px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
    margin: 0px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
    border-radius: 0px;
  }
  .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: 0px;
  }
  .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;
  }
  .pop-up-content {
    font-size: 12px;
  }
}

/* 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;
  }
  #hamburger-icon {
    width: 60px;
    height: 40px;
  }
  #hamburger-icon .textClose {
    display: none;
  }
  #myNavbar {
    width: 100%;
  }
}

/* editor */

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn {
  padding: 6px 12px;
  color: #fff;
  background: #112d50;
  border-color: #fff;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn:hover {
  background: #80899e;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .header-bg {
  display: none;
}

.php-ckeditor #hamburger-icon {
  display: none;
}

.nav-social img {
  width: 18px;
  position: relative;
  top: -1px;
}

.footer-social a {
  position: relative;
}

.footer-social img {
  width: 18px;
  position: relative;
  top: -1px;
}

.footer-social a:nth-of-type(1)::after {
  content: '';
  background-image: url('/images/resources/burford/burford-x-hover-logo.png');
  background-size: 18px, 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8.75px;
  left: 8px;
  width: 18px;
  height: 19px;
  z-index: 8;
  display: inline-block;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.footer-social a:nth-of-type(1):hover::after {
  opacity: 1;
}

.content-wrapper li {
  line-height: 28px;
}

/* end anton styles */