/* fahim styles */

/* variables */

:root {
  --bodyfont: 'Helvetica', Verdana, Arial, sans-serif;
  --headingfont: 'Helvetica', 'Verdana', sans-serif;
  --headingcolor: #9D102D;
  --headingcolor2: #9D102D;
  --highlightcolor: #9D102D;
  --bodycolor: #333333;
  --border: #950000;
  --footerlink: #999;
  --footerlinkhover: #06f;
  --navlink: #fff;
  --navactivelink: #fff;
  --dropdownbg: #d3d3d3;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

/* general styles */

body {
  font-size: 13px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h6 {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor2);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--border);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h5 a {
  padding: 8px 20px;
}

h6 a{
  background: grey;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h6 a {
  padding: 8px 20px;
}

h6 a:hover, h6 a:focus {
    background: grey;
    text-decoration: underline;
    color: #fff;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--highlightcolor);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  background-color: #fff;
}

.page-space {
  width: 1170px;
  margin: 0px auto;
}

.header-flex {
  display: flex;
}

.hf-logo {
  width: 20%;
}

.hf-logo img {
  width: 140px;
  margin-top: 5px;
}

.hfe-address {
  margin: 20px 0px 0px 50px;
}

.hfe-nav {
  width: 80%;
  text-align: right;
}

/*#container{
  background: #ffffff url(/images/resources/forestofarden/lightgray_background.png) repeat-x;
} */

/* navbar */

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar .nav{
  float: none;
  margin: 0px;
  font-size: 0px;
}

.navbar .nav > li{
  float: none;
  display: inline-block;
  background-color: #5d5f60;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  padding: 30px 15px;
  margin: 0 2px 0 0;
  background: #767A7D;
  font-size: 13px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus{
  color: var(--navactivelink);
  background: #5d5f60;
}

.navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
  background: #950000;
}

.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: #950000;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: #64686B;
  border-radius: 0px;
  margin-top: 0px;
  text-align: left;
}

.dropdown-menu > li > a {
  color: var(--navlink);
  font-size: 13px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
  text-decoration: underline;
}

.dropdown-menu > li.current > a{
  background: #950000;
}

.navbar .nav > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu:after{
  display: none;
}

/* gallery*/

.galleryInner{
  width: 100% !important;
  height: auto !important;
}

.nivo-controlNav {
  display: none;
}

/* footer */

.footer-wrapper {
  background-color: #fff;
  padding-top: 5px;
}

.footer-flex {
  border-top: 1px solid var(--border);
  padding-top: 5px;
  display: flex;
  color: var(--footerlink);
  align-items: center;
}

.ff-leaderboard {
  width: 75%;
  margin-right: 10px;
}

.ff-ig {
  margin-left: 10px;
  text-align: right;
  width: 25%;
}

.ff-ig img {
  width: 120px;
}

/* body */

body {
  background: url('/images/resources/forestofarden/Background_image_2025.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

#globalwrap {
  margin: 50px 0px;
  padding: 20px;
  border: 2px solid var(KK--border);
  background: #fff;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--border);
  color: #fff;
  padding: 6px 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyfont);
  box-shadow: none;
  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, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: #000;
  color: #fff;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--border);
  position: relative;
}

.php-index #globalwrap {
  padding: 0px;
  border: none;
  background: transparent;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 7px;
  right: 6px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 24px;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

.php-messages.body-class-members #globalwrap {
  margin-top: 50px;
}

.php-forum.body-class-members #globalwrap {
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    width: 940px;
  }
  .hf-logo img{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-inverse .nav > li > a {
    padding: 38px 10px;
    font-size: 13px;
  }
  .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) {
  .page-space {
    width: 724px;
  }
  .hfe-nav{
    width: 100%;
    margin-top: 40px;
  }
  .header-wrapper .hf-logo img{
    width: 180px;
    margin-top: 30px;
  }
  .header-wrapper .hfe-address {
    margin-left: 180px;
  }
  .navbar-inverse .nav > li > a {
    padding: 10px 15px;
  }
  .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper .page-space {
    position: relative;
  }
  .header-wrapper {
    padding-bottom: 40px;
  }
  .hf-logo {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .hf-logo img {
    width: 88px;
  }
  .hf-extra {
    width: 100%;
    margin: 0px;
  }
  .hfe-address {
    margin-left: 105px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    height: 40px;
    padding: 0px;
    margin-top: 10px;
    top: 0px;
    position: relative;
    z-index: 50;
    right: 0px;
    font-size: 16px;
    background: var(--border);
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .btn-navbar:hover .club-menu-button, .btn-navbar.active .club-menu-button {
    color: #fff;
  }
  .club-menu-button-lines {
    margin-top: 0px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 32px;
    left: 10px;
    background: #fff;
    position: absolute;
  }
  .navbar .btn-navbar .top-bar {
    top: -12px;
  }
  .navbar .btn-navbar .middle-bar {
    top: 0px;
  }
  .navbar .btn-navbar .bottom-bar {
    top: 11px;
  }
  .navbar .btn-navbar.active .top-bar {
    top: 0px;
  }
  .navbar .btn-navbar.active .bottom-bar {
    top: 0px;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 30px 10px;
    text-align: left;
    top: 0px;
    margin-top: 30px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: #950000;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: var(--navactivelink);
    background: #950000;
  }
  .nav-collapse .dropdown-menu {
    background: #5d5f60;
  }
  .nav-collapse .dropdown-menu > li {
    margin: 0px 15px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    width: auto;
    margin: 0px 10px;
  }
  .header-flex {
    flex-direction: column;
  }
  .hf-logo {
    width: 40%;
    margin-top: 18px;
  }
  .hfe-nav {
    width: auto;
    margin-top: 30px;
  }
  .hf-logo img {
    width: 180px;
  }
  .hfe-address {
    margin-left: 0px;
    text-align: center;
  }
  .hf-extra p.header-name {
    font-size: 22px;
  }
  .navbar-inverse .nav > li > a {
    padding: 10px;
  }
  .footer-flex {
    flex-direction: column;
  }
  .ff-ig {
    text-align: center;
  }
  .ff-leaderboard{
    text-align: center;
  }
  .content-wrapper {
    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;
  }
  .table td, .table th, table td, table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .dropdown-menu > li > a {
    white-space: wrap;
  }
}

/* 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;
  }
  .hfe-address {
    margin-top: 0px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor #globalwrap {
  margin-top: 100px;
}

/* extras */

.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;
}

.php-ongoing #globalwrap a.btn {
  margin: 4px 0px;
}

.php-ongoing #globalwrap a.btn:first-of-type {
  display: none;
}

.php-boardcomps #globalwrap .row {
  width: 100%;
  margin-left: 0px;
}

.php-boardcomps #globalwrap .span12 {
  width: auto;
  margin-left: 0px;
}

/*nav hover*/

@media (min-width: 1200px) {
    .nav > li.nav-haslevel-2:hover > .dropdown-menu{
      display: block;
  }
}

/* sticky */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 136px;
  }
  .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 86px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 226px;
  }
  .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 176px;
  }
}

/* inner - left / right sidebar */

.inner-flex {
  display: flex;
}

.inner-flex.flip-flex {
  flex-direction: row-reverse;
}

.if-main {
  width: 65%;
  margin-right: 20px;
}

.flip-flex .if-main {
  margin-right: 0px;
  margin-left: 20px;
}

.if-sidebar {
  width: 35%;
}

.if-sidebar h3 {
  font-size: 18px;
  background-size: contain;
  font-family: var(--bodyfont);
}

.flip-flex .if-sidebar {
  margin-right: 20px;
  margin-left: 0px;
}

/*.if-sidebar .wysiwyg-editable {
  background: #eee;
  padding: 10px;
} */

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-marquee #marquee {
    width: 896px !important;
  }
  .inner-marquee .mask {
    width: 876px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ig-left-side a {
    word-break: break-all;
  }
  .inner-marquee #marquee {
    width: 680px !important;
  }
  .inner-marquee .mask {
    width: 660px !important;
  }
  .ig-right-side .news-item .pull-left {
    float: none;
    margin: 0px 0px 5px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-marquee #marquee {
    width: 98% !important;
  }
  .inner-marquee .mask {
    width: 96% !important;
  }
  .inner-grid {
    grid-template-columns: 1fr;
  }
  .ig-left-side {
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .ig-main {
    margin: 0px;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .ig-right-side {
    margin: 0px;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .footer-flex > div {
    width: 100%;
  }
  .inner-flex, .inner-flex.flip-flex {
    flex-direction: column;
  }
  .inner-flex > div {
    width: 100%;
  }
  .inner-flex .if-main, .flip-flex .if-main {
    margin: 0px;
  }
  h1{
    font-size: 30px;
    line-height: 40px;
  }
}

.body-public {
  border: 0px solid var(--border);
}

.body-class-members #globalwrap{
  border: 2px solid var(--border);
}

.body-class-members.page-url-home #globalwrap{
  border: 0px solid var(--border);
}

/* end fahim styles */

/* anton styles */

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-home.body-public #marquee {
    width: 896px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-home.body-public #marquee {
    width: 680px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-home.body-public #marquee, .body-class-home.body-public #tickercontainer {
    width: 99% !important;
  }
}

.hfe-nav .nav > li.nav-menu-book_a_tee_time, .hfe-nav .nav .nav-menu-information li.nav-menu-book_a_tee_time {
  display: none;
}

/* end anton styles */