/*
IMPORTANT - READ THIS FIRST
Styling was changed on 24 October 2025 by Geoff to replace old red colours with new black colours, so it doesn't look like the Northstar styling any more. Ticket ID: 587248
Replacement colours are predefined shades of black to allow us to change them again if needed in the future.
These are the colours that were replaced (remove hyphens, those are there to prevent the search/replace from picking them up):

Colour Name     Old HEX   New HEX
Primary         #b40-839  090909
Primary Dark    #810-626  050505
Primary Darker  #340-211  010101
Dark            #960-b33  040404
*/

/* CSS Document */
/* Change media query settings in framework/_settings.scss */
/* Neutrals */
/* Variables */
/* Fonts */
/* Tees */
/* Transitions */
a {
  transition: all 0.3s ease; }

/* Buttons */
a.btn {
  background: #090909;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #090909;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease; }
  a.btn:hover {
    opacity: 0.5;
    transition: all 0.3s ease; }
  a.btn.service {
    margin-top: -24px;
    float: right; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
/* Fonts */
@font-face {
  font-family: 'butlermedium';
  src: url("../fonts/butler_medium-webfont.woff2") format("woff2"), url("../fonts/butler_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Layout */
#mfPreviewBar {
  display: none; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  color: #404040;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 1024px) {
    html,
    body {
      font-size: 16px;
      line-height: 26px; } }

::-webkit-input-placeholder {
  opacity: 1;
  color: #404040; }

/* Containers */
.container {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (max-width: 1600px) {
    .container {
      width: 90%; } }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 80px 0; } }
  @media screen and (max-width: 1024px) {
    .container {
      padding: 50px 0; } }
  @media screen and (max-width: 820px) {
    .container {
      padding: 40px 0; } }

.left,
.alignleft {
  float: left; }

.right {
  float: right; }

img.alignright {
  margin-left: 30px;
  float: right; }
  @media screen and (max-width: 640px) {
    img.alignright {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }

/* Headings */
h1,
h2 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 40px;
  padding-top: 3px;
  color: #202020; }
  @media screen and (max-width: 1024px) {
    h1,
    h2 {
      font-size: 30px;
      line-height: 38px;
      margin: 0 0 20px; } }

h2 {
  font-size: 36px; }
  @media screen and (max-width: 1400px) {
    h2 {
      font-size: 30px;
      line-height: 38px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 28px;
      line-height: 36px; } }

h3,
h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #202020; }
  @media screen and (max-width: 1024px) {
    h3,
    h4 {
      font-size: 18px;
      margin: 0 0 10px; } }

h4 {
  margin: 0 0 10px; }

h5 {
  font-size: 16px !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600 !important;
  font-family: "Raleway", sans-serif !important;
  color: #202020; }
  @media screen and (max-width: 1024px) {
    h5 {
      font-size: 14px !important; } }

p {
  margin: 0 0 30px; }
  @media screen and (max-width: 1024px) {
    p {
      margin: 0 0 20px; } }
  p a {
    text-decoration: underline;
    color: #404040; }
    p a:hover {
      text-decoration: none; }
  p.larger {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px; }
    p.larger a {
      text-decoration: none; }
    @media screen and (max-width: 1024px) {
      p.larger {
        font-size: 18px; } }
  p.intro {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 1024px) {
      p.intro {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px !important; } }
  p i.fa-file-pdf-o {
    padding-right: 10px;
    color: #090909; }

strong {
  font-weight: 600; }

blockquote {
  background: #F0D8C2;
  margin: 0;
  padding: 40px;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center; }
  blockquote p {
    margin: 0;
    text-align: center; }

.light {
  color: #ffffff; }
  .light.btn {
    border: 2px solid #ffffff;
    background: transparent; }

table.stats {
  width: 100%;
  background: #F0D8C2; }
  table.stats tr th.holes {
    width: 20%; }
  table.stats tr th.mens {
    width: 40%;
    text-align: left;
    padding: 5px 20px; }
  table.stats tr th.womens {
    width: 40%;
    text-align: left;
    padding: 5px 20px; }
  table.stats tr td {
    padding: 5px;
    line-height: 16px;
    font-size: 16px; }
    table.stats tr td.metres {
      text-align: left; }
    table.stats tr td.par {
      text-align: left; }
    table.stats tr td:first-child {
      width: 20%;
      padding: 5px 0px 5px 20px; }
    table.stats tr td:nth-of-type(5n+2) {
      width: 20%;
      padding: 5px 20px; }
    table.stats tr td:nth-of-type(5n+3) {
      width: 20%;
      padding: 5px 0px 5px 0px; }
    table.stats tr td:nth-of-type(5n+4) {
      width: 20%;
      padding: 5px 20px; }
    table.stats tr td:nth-of-type(5n+5) {
      width: 20%;
      padding: 5px 20px 5px 0px; }
    table.stats tr td a {
      color: #090909;
      text-decoration: none; }

.wp-block-button .wp-block-button__link {
  border-radius: 0px;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0 auto;
  width: auto;
  font-weight: 600; }
  .wp-block-button .wp-block-button__link:hover {
    background: #b5995e !important; }

@media screen and (max-width: 1024px) {
  .wp-block-gallery {
    clear: both;
    display: block;
    flex-wrap: nowrap; } }

@media screen and (max-width: 1024px) {
  .wp-block-gallery li.blocks-gallery-item {
    display: block;
    height: 200px; } }

@media screen and (max-width: 1024px) {
  .wp-block-gallery li.blocks-gallery-item img {
    height: 200px;
    object-fit: cover; } }

.wp-block-gallery.columns-5 li.blocks-gallery-item {
  height: 240px; }

@media (min-width: 782px) {
  #main .wp-block-column:not(:first-child) {
    margin-left: 60px; } }

/* Banner */
#banner {
  width: 100%;
  height: 570px;
  background-size: cover !important;
  background-position: center top; }
  @media screen and (max-width: 1200px) {
    #banner {
      height: 500px; } }
  @media screen and (max-width: 1024px) {
    #banner {
      height: 450px; } }
  @media screen and (max-width: 820px) {
    #banner {
      height: 250px;
      background-position: center 60px; } }
  @media screen and (max-width: 640px) {
    #banner {
      height: 300px;
      background-position: center 60px; } }

/* Slider */
#slider {
  position: relative;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    #slider {
      margin-top: 100px; } }
  @media screen and (max-width: 820px) {
    #slider {
      margin-top: 80px; } }
  #slider .soliloquy-container {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 1200px) {
      #slider .soliloquy-container {
        height: 100vh; } }
    @media screen and (max-width: 820px) {
      #slider .soliloquy-container .soliloquy-image {
        height: calc(100vh - 80px);
        width: auto;
        max-width: unset; } }
    @media screen and (max-width: 480px) {
      #slider .soliloquy-container .soliloquy-image {
        height: calc(100vh - 100px);
        width: auto;
        max-width: unset; } }
  #slider .soliloquy-caption {
    overflow: hidden;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); }
    #slider .soliloquy-caption .soliloquy-caption-inside {
      padding-bottom: 28px;
      top: 50%;
      transform: translateY(-50%);
      position: relative;
      background: transparent; }
  #slider h1 {
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    margin: 0 0 60px;
    color: #ffffff; }
    @media screen and (max-width: 1600px) {
      #slider h1 {
        font-size: 40px;
        margin: 0 0 40px; } }
    @media screen and (max-width: 640px) {
      #slider h1 {
        font-size: 30px;
        margin: 0 0 30px; } }
  #slider p {
    font-size: 30px;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 1600px) {
      #slider p {
        font-size: 22px;
        margin: 0 0 24px; } }
    @media screen and (max-width: 640px) {
      #slider p {
        font-size: 18px;
        margin: 0 0 20px; } }
  #slider a.fancybox-inline {
    background: #050505;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 30px;
    opacity: 1;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20%;
    width: 280px;
    opacity: 0.9; }
    @media screen and (max-width: 640px) {
      #slider a.fancybox-inline {
        bottom: 100px; } }
    #slider a.fancybox-inline:hover {
      transition: all 0.3s ease;
      cursor: pointer;
      background: #b5995e;
      background: #010101;
      opacity: 0.5; }

.home #fancybox-wrap {
  background: #090909 !important;
  border-radius: 20px; }
  .home #fancybox-wrap #fancybox-content {
    background: #090909 !important;
    border: 0;
    padding: 0;
    text-align: center; }
    .home #fancybox-wrap #fancybox-content h2 {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }
    .home #fancybox-wrap #fancybox-content p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px;
      letter-spacing: 1.5px; }
      .home #fancybox-wrap #fancybox-content p strong {
        font-weight: 600; }
    .home #fancybox-wrap #fancybox-content p.smaller {
      font-size: 14px;
      margin-bottom: 20px;
      font-weight: 400; }
  .home #fancybox-wrap #fancybox-outer {
    background: #090909 !important;
    color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: none !important; }
  .home #fancybox-wrap .hentry {
    padding: 0px; }

.home #main {
  /* Gutenburg overrides */ }
  .home #main .wp-block-ugb-feature {
    z-index: 1; }
    @media screen and (max-width: 820px) {
      .home #main .wp-block-ugb-feature {
        padding: 40px 5%; } }
    .home #main .wp-block-ugb-feature .ugb-content-wrapper {
      width: 1440px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0 auto; }
      @media screen and (max-width: 1600px) {
        .home #main .wp-block-ugb-feature .ugb-content-wrapper {
          width: 90%; } }
      @media screen and (max-width: 820px) {
        .home #main .wp-block-ugb-feature .ugb-content-wrapper {
          padding: 40px 0;
          width: 100%; } }
      .home #main .wp-block-ugb-feature .ugb-content-wrapper .ugb-feature__content {
        margin-left: 0; }
        @media screen and (max-width: 820px) {
          .home #main .wp-block-ugb-feature .ugb-content-wrapper .ugb-feature__content {
            margin: 0 auto; } }
      .home #main .wp-block-ugb-feature .ugb-content-wrapper .ugb-feature__image-side {
        margin-right: 0; }
        @media screen and (max-width: 820px) {
          .home #main .wp-block-ugb-feature .ugb-content-wrapper .ugb-feature__image-side {
            margin: 0 auto; } }
  @media screen and (max-width: 820px) {
    .home #main .wp-block-ugb-container {
      padding: 40px 5%; } }
  .home #main .wp-block-ugb-container .ugb-container__wrapper {
    width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 1600px) {
      .home #main .wp-block-ugb-container .ugb-container__wrapper {
        width: 90%; } }
    @media screen and (max-width: 820px) {
      .home #main .wp-block-ugb-container .ugb-container__wrapper {
        width: 100%; } }
    @media screen and (max-width: 820px) {
      .home #main .wp-block-ugb-container .ugb-container__wrapper .wp-block-column {
        margin-bottom: 30px !important; } }
    @media screen and (max-width: 820px) {
      .home #main .wp-block-ugb-container .ugb-container__wrapper .wp-block-column:last-child {
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 820px) {
      .home #main .wp-block-ugb-container .ugb-container__wrapper .wp-block-column .wp-block-columns:last-child {
        margin-bottom: 0 !important; } }
  .home #main .wp-block-column {
    margin-bottom: 0; }
  .home #main .ugb--has-background-image {
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    .home #main .ugb--has-background-image .overlay {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1; }
    .home #main .ugb--has-background-image .ugb-content-wrapper {
      width: 1440px;
      padding-top: 80px;
      padding-bottom: 80px;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      z-index: 2;
      color: #fff !important; }
      @media screen and (max-width: 1600px) {
        .home #main .ugb--has-background-image .ugb-content-wrapper {
          width: 90%; } }
      @media screen and (max-width: 820px) {
        .home #main .ugb--has-background-image .ugb-content-wrapper {
          display: block;
          padding-top: 40px;
          padding-bottom: 40px; } }
      .home #main .ugb--has-background-image .ugb-content-wrapper h2 {
        color: #fff !important; }
      .home #main .ugb--has-background-image .ugb-content-wrapper .btn {
        background: transparent;
        border: 2px solid #fff; }
        .home #main .ugb--has-background-image .ugb-content-wrapper .btn:hover {
          cursor: pointer; }
      @media screen and (max-width: 820px) {
        .home #main .ugb--has-background-image .ugb-content-wrapper .ugb-feature__image {
          width: 100%;
          height: auto;
          margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .home #main .red .nested {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .home #main .red .nested .wp-block-column {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 1024px) {
    .home #main .red .nested .wp-block-column:last-of-type {
      margin-top: 30px; } }

/* Main Content */
#main {
  /* Gutenburg overrides */ }
  #main p:last-child {
    margin-bottom: 0; }
  #main .ugb--has-background, #main .ugb-has-background {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 820px) {
      #main .ugb--has-background, #main .ugb-has-background {
        padding-top: 40px;
        padding-bottom: 40px; } }
  #main .ugb-container,
  #main .ugb-feature {
    margin-top: 0;
    margin-bottom: 0; }
  #main .primary {
    background: #090909;
    color: #ffffff; }
  @media screen and (max-width: 1200px) {
    #main .wp-block-columns,
    #main .ugb-content-wrapper {
      padding: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    #main .wp-block-columns,
    #main .ugb-content-wrapper {
      padding: 0;
      margin: 0 auto; } }

#footer-container #footer {
  width: 100%;
  background: #090909;
  color: #ffffff; }
  #footer-container #footer .container {
    width: 1440px;
    padding: 40px 0; }
    @media screen and (max-width: 1600px) {
      #footer-container #footer .container {
        width: 90%; } }
    @media screen and (max-width: 820px) {
      #footer-container #footer .container {
        padding: 30px 0; } }
  #footer-container #footer .col {
    width: 25%;
    float: left; }
    @media screen and (max-width: 640px) {
      #footer-container #footer .col {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      #footer-container #footer .col:first-of-type {
        display: none; } }
    @media screen and (max-width: 640px) {
      #footer-container #footer .col:last-of-type {
        width: 100%;
        clear: both;
        margin-top: 20px; } }
    #footer-container #footer .col h5 {
      line-height: 28px;
      color: #ffffff; }
    #footer-container #footer .col p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      font-family: "Raleway", sans-serif; }
      #footer-container #footer .col p:last-of-type {
        margin-bottom: 0; }
      #footer-container #footer .col p a {
        text-decoration: underline !important; }
    #footer-container #footer .col ul {
      margin: 0;
      padding: 0; }
      #footer-container #footer .col ul li {
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        margin-bottom: 10px; }
        #footer-container #footer .col ul li a.arrow-down-nav {
          display: none; }
        #footer-container #footer .col ul li i {
          padding-right: 10px; }
        #footer-container #footer .col ul li ul.sub-menu {
          display: none; }
    #footer-container #footer .col img {
      width: 150px;
      height: auto; }
      @media screen and (max-width: 820px) {
        #footer-container #footer .col img {
          width: 100px; } }
  #footer-container #footer a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    display: block;
    text-decoration: underline !important; }
  #footer-container #footer .social a {
    display: inline; }

#footer-container .footer-menu {
  width: 75%;
  float: left; }
  @media screen and (max-width: 640px) {
    #footer-container .footer-menu {
      width: 100%;
      float: none; } }
  #footer-container .footer-menu .members-menu,
  #footer-container .footer-menu .guests-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 28px !important; }
    #footer-container .footer-menu .members-menu li,
    #footer-container .footer-menu .guests-menu li {
      width: 25%;
      float: left;
      list-style: none;
      font-size: 16px;
      margin: 0 0 10px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 600;
      font-family: "Raleway", sans-serif; }
      @media screen and (max-width: 640px) {
        #footer-container .footer-menu .members-menu li,
        #footer-container .footer-menu .guests-menu li {
          display: none; } }
      @media screen and (max-width: 1024px) {
        #footer-container .footer-menu .members-menu li,
        #footer-container .footer-menu .guests-menu li {
          font-size: 14px; } }
      #footer-container .footer-menu .members-menu li a,
      #footer-container .footer-menu .guests-menu li a {
        text-decoration: none; }
      #footer-container .footer-menu .members-menu li ul,
      #footer-container .footer-menu .guests-menu li ul {
        padding: 11px 0 0;
        margin: 0; }
        #footer-container .footer-menu .members-menu li ul li,
        #footer-container .footer-menu .guests-menu li ul li {
          width: 100%;
          float: none;
          font-size: 14px;
          line-height: 18px;
          margin: 0 0 15px;
          text-transform: none;
          font-weight: 400;
          padding-right: 20px; }
          #footer-container .footer-menu .members-menu li ul li a:hover,
          #footer-container .footer-menu .guests-menu li ul li a:hover {
            text-decoration: underline; }
          #footer-container .footer-menu .members-menu li ul li ul,
          #footer-container .footer-menu .guests-menu li ul li ul {
            padding: 15px 0 0; }
    #footer-container .footer-menu .members-menu li.menu-item-13,
    #footer-container .footer-menu .guests-menu li.menu-item-13 {
      display: none; }

#footer-container #copyright {
  font-size: 12px;
  line-height: 20px;
  background: #050505;
  color: #ffffff;
  font-family: "Raleway", sans-serif; }
  #footer-container #copyright .container {
    padding: 15px 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright .container {
        width: 90%; } }
  #footer-container #copyright p {
    margin: 0;
    font-family: "Raleway", sans-serif; }
  #footer-container #copyright a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    text-decoration: underline !important; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright a {
        display: inline-block; } }

/* Nav */
.freeze {
  overflow: hidden; }

#navigation {
  width: 100%;
  height: 120px;
  background: #090909;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif; }
  @media screen and (max-width: 1200px) {
    #navigation {
      height: 100px; } }
  @media screen and (max-width: 820px) {
    #navigation {
      height: 80px; } }
  #navigation .nav-inner {
    margin: 0 auto;
    width: 1440px; }
    @media screen and (max-width: 1600px) {
      #navigation .nav-inner {
        width: 90%; } }
    #navigation .nav-inner .left-menu {
      position: absolute;
      top: 0;
      left: 5%;
      display: none; }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .left-menu {
          display: block;
          height: auto;
          right: 5%;
          left: auto; } }
      #navigation .nav-inner .left-menu #hamburger {
        top: 37px;
        left: auto;
        position: relative;
        transition: all 0.3s ease; }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .left-menu #hamburger {
            top: 27px;
            left: auto; } }
        #navigation .nav-inner .left-menu #hamburger .hamburger-icon {
          overflow: hidden; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:hover {
            cursor: pointer; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:before {
            width: 30px;
            height: 4px;
            content: "";
            background: #b5995e;
            display: block;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:after {
            width: 20px;
            height: 4px;
            content: "";
            background: #b5995e;
            display: block;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:hover:before {
            background: #ffffff;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:hover:after {
            background: #ffffff;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:hover a {
            background: #ffffff;
            transition: all 0.3s ease; }
        #navigation .nav-inner .left-menu #hamburger a {
          width: 30px;
          height: 4px;
          content: "";
          background: #b5995e;
          display: block;
          margin: 7px 0;
          text-indent: -9999px;
          transition: all 0.3s ease; }
    #navigation .nav-inner .logo {
      width: auto;
      height: 120px;
      margin: 0 auto;
      text-align: center;
      float: left;
      display: block;
      transition: all 0.3s ease;
      z-index: 1; }
      @media screen and (max-width: 1200px) {
        #navigation .nav-inner .logo {
          height: 100px; } }
      @media screen and (max-width: 820px) {
        #navigation .nav-inner .logo {
          height: auto;
          width: 150px;
          float: left;
          position: absolute;
          top: 0;
          display: block;
          text-align: left; } }
      #navigation .nav-inner .logo a {
        display: block;
        padding: 15px 0;
        transition: all 0.3s ease; }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .logo a {
            padding: 10px 0; } }
        #navigation .nav-inner .logo a img {
          width: auto;
          height: 90px;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1200px) {
            #navigation .nav-inner .logo a img {
              height: 70px; } }
          @media screen and (max-width: 820px) {
            #navigation .nav-inner .logo a img {
              height: 60px; } }
    #navigation .nav-inner .social {
      position: absolute;
      width: 130px;
      right: 250px;
      top: 48px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1200px) {
        #navigation .nav-inner .social {
          right: 200px; } }
      @media screen and (max-width: 960px) {
        #navigation .nav-inner .social {
          display: none; } }
      #navigation .nav-inner .social .fa {
        font-size: 24px;
        padding-left: 20px;
        float: left;
        opacity: 1;
        transition: all 0.3s ease; }
        #navigation .nav-inner .social .fa:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .social .fa {
            float: none;
            padding: 0 10px; } }
      #navigation .nav-inner .social a {
        color: #b5995e; }
    #navigation .nav-inner .buttons {
      width: 380px;
      float: right;
      transition: all 0.3s ease;
      font-family: "Raleway", sans-serif;
      padding: 40px 0 0; }
      @media screen and (max-width: 1200px) {
        #navigation .nav-inner .buttons {
          padding: 30px 0 0; } }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .buttons {
          display: none; } }
      #navigation .nav-inner .buttons a {
        width: auto;
        height: 38px;
        border-radius: 0px;
        font-family: "Raleway", sans-serif;
        background: #050505;
        color: #ffffff;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 12px 15px;
        border: 2px solid #ffffff;
        margin-left: 20px;
        float: right; }
        #navigation .nav-inner .buttons a:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
    #navigation .nav-inner .nav {
      float: left;
      width: 50%;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center; }
      #navigation .nav-inner .nav:before {
        box-sizing: inherit;
        display: block; }
      @media screen and (max-width: 1600px) {
        #navigation .nav-inner .nav {
          width: 60%; } }
      @media screen and (max-width: 1024px) {
        #navigation .nav-inner .nav {
          display: none; } }
      #navigation .nav-inner .nav ul {
        margin: 0;
        padding: 0;
        float: none;
        margin: 0 auto;
        position: relative;
        text-align: center; }
        #navigation .nav-inner .nav ul li {
          list-style: none;
          font-size: 17px;
          line-height: 28px;
          letter-spacing: 1px;
          display: inline-flex;
          position: relative; }
          #navigation .nav-inner .nav ul li.current_page_item a {
            font-weight: 600; }
          #navigation .nav-inner .nav ul li.current_page_parent a {
            font-weight: 600; }
          #navigation .nav-inner .nav ul li.current_page_parent .sub-menu li a {
            font-weight: 300; }
          #navigation .nav-inner .nav ul li.current_page_parent .sub-menu li.current-menu-item a {
            font-weight: 600; }
          #navigation .nav-inner .nav ul li:hover a {
            display: inline-block;
            position: relative; }
          #navigation .nav-inner .nav ul li:hover .sub-menu {
            display: block; }
          #navigation .nav-inner .nav ul li a {
            color: #ffffff;
            text-transform: uppercase;
            display: block;
            padding: 46px 30px; }
            @media screen and (max-width: 1200px) {
              #navigation .nav-inner .nav ul li a {
                padding: 35px 15px; } }
            #navigation .nav-inner .nav ul li a.arrow-down-nav {
              position: absolute;
              color: #ffffff;
              width: 12px;
              height: auto;
              padding: 56px 0;
              text-align: center;
              right: 0;
              z-index: 99;
              top: 0; }
              @media screen and (max-width: 1200px) {
                #navigation .nav-inner .nav ul li a.arrow-down-nav {
                  padding: 46px 0; } }
              #navigation .nav-inner .nav ul li a.arrow-down-nav i.arrow {
                display: inline-block;
                border: solid #ffffff;
                border-width: 0 2px 2px 0;
                padding: 3px;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg); }
          #navigation .nav-inner .nav ul li ul.sub-menu {
            background: #050505;
            position: absolute;
            top: 120px;
            left: 0;
            padding: 0px 0px;
            width: 220px;
            display: none;
            padding: 10px; }
            @media screen and (max-width: 1200px) {
              #navigation .nav-inner .nav ul li ul.sub-menu {
                top: 100px; } }
            #navigation .nav-inner .nav ul li ul.sub-menu li {
              font-size: 16px;
              transition: all 0.3s ease;
              display: block; }
              #navigation .nav-inner .nav ul li ul.sub-menu li:hover {
                background: #040404;
                transition: all 0.3s ease; }
              #navigation .nav-inner .nav ul li ul.sub-menu li a {
                padding: 15px 10px;
                display: block;
                padding: 0px 10px;
                letter-spacing: 0.5px;
                text-transform: none;
                text-align: left; }
  #navigation a {
    text-decoration: none; }
  #navigation.shrink {
    height: 80px;
    transition: all 0.3s ease; }
    #navigation.shrink .nav-inner .left-menu #hamburger {
      top: 27px;
      transition: all 0.3s ease; }
    #navigation.shrink .nav-inner .nav ul li a {
      padding: 25px 30px; }
      @media screen and (max-width: 1200px) {
        #navigation.shrink .nav-inner .nav ul li a {
          padding: 25px 15px; } }
      #navigation.shrink .nav-inner .nav ul li a.arrow-down-nav {
        padding: 16px 0;
        top: 18px; }
    #navigation.shrink .nav-inner .nav ul li ul.sub-menu {
      top: 80px; }
    #navigation.shrink .nav-inner .buttons {
      padding: 20px 0 0; }
    #navigation.shrink .logo {
      height: 80px;
      transition: all 0.3s ease; }
      #navigation.shrink .logo a {
        padding: 10px 0;
        transition: all 0.3s ease; }
        #navigation.shrink .logo a img {
          width: auto;
          height: 60px;
          transition: all 0.3s ease; }
    #navigation.shrink .social {
      top: 28px;
      transition: all 0.3s ease; }

/* Flyout */
#menu.flyout div::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; }

body #menu.flyout {
  position: absolute;
  width: 640px;
  height: 100%;
  top: 0;
  z-index: 99;
  display: block;
  background: #090909;
  margin-left: -640px;
  transition: all .25s ease-in-out;
  display: none; }
  @media screen and (max-width: 1024px) {
    body #menu.flyout {
      display: block; } }
  @media screen and (max-width: 640px) {
    body #menu.flyout {
      width: 100%; } }
  body #menu.flyout.open {
    margin-left: 0;
    display: block;
    transition: all .25s ease-in-out; }
  body #menu.flyout .menu-holder {
    position: fixed;
    display: block;
    width: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #050505;
    padding-top: 120px; }
    @media screen and (max-width: 820px) {
      body #menu.flyout .menu-holder {
        padding-top: 80px; } }
    @media screen and (max-width: 640px) {
      body #menu.flyout .menu-holder {
        width: 100%; } }
    body #menu.flyout .menu-holder ul {
      padding: 0 50px 50px;
      margin: 90px auto 0;
      text-align: left;
      background: #050505;
      height: 100%; }
      @media screen and (max-width: 820px) {
        body #menu.flyout .menu-holder ul {
          padding: 0 5%; } }
      body #menu.flyout .menu-holder ul li {
        list-style: none;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0;
        transition: all 0.3s ease;
        position: relative;
        font-family: "Raleway", sans-serif;
        /* Sub Menu */ }
        body #menu.flyout .menu-holder ul li a {
          margin: 0;
          color: #ffffff;
          text-decoration: none;
          display: block;
          transition: all 0.3s ease;
          padding: 21px 0 22px;
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 2px;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
          body #menu.flyout .menu-holder ul li a:hover {
            transition: all 0.3s ease; }
        body #menu.flyout .menu-holder ul li .arrow-down-nav {
          position: absolute;
          color: #ffffff;
          width: 50px;
          height: auto;
          padding: 32px 0;
          text-align: right;
          top: 0;
          right: 0;
          z-index: 100;
          transition: all 0.3s ease; }
          body #menu.flyout .menu-holder ul li .arrow-down-nav .arrow {
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: all 0.3s ease;
            margin-right: 20px; }
        body #menu.flyout .menu-holder ul li:hover {
          transition: all 0.3s ease;
          background: #040404;
          cursor: pointer; }
          body #menu.flyout .menu-holder ul li:hover a {
            transition: all 0.3s ease;
            padding-left: 20px; }
          body #menu.flyout .menu-holder ul li:hover .arrow-down-nav {
            padding: 32px 0;
            transition: all 0.3s ease; }
            body #menu.flyout .menu-holder ul li:hover .arrow-down-nav .arrow {
              border: solid #ffffff;
              border-width: 0 2px 2px 0;
              padding: 3px;
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transition: all 0.3s ease; }
        body #menu.flyout .menu-holder ul li.current_page_item, body #menu.flyout .menu-holder ul li.current-menu-ancestor {
          background: #040404; }
          body #menu.flyout .menu-holder ul li.current_page_item a, body #menu.flyout .menu-holder ul li.current-menu-ancestor a {
            padding-left: 20px; }
        body #menu.flyout .menu-holder ul li.current-menu-ancestor .sub-menu li.current-menu-item a {
          font-weight: 700; }
        body #menu.flyout .menu-holder ul li.menu-item-has-children:hover .sub-menu li a {
          color: #ffffff; }
        body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu {
          margin: 0;
          padding: 0 0 10px; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li {
            border-bottom: 0px solid #ffffff;
            line-height: 16px;
            font-size: 18px;
            /* Second Level dropdown */ }
            body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li.menu-item-has-children .arrow-down-nav {
              display: none; }
            body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li.current_page_item a {
              color: #ffffff; }
            body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li a {
              margin: 0;
              padding: 0 0 18px 20px;
              text-transform: none;
              transition: all 0.3s ease;
              font-family: "Raleway", sans-serif;
              -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li a:hover {
                transition: all 0.3s ease;
                color: #b5995e; }
            body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li .sub-menu {
              padding: 0; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li .sub-menu li a {
                font-weight: 300; }
        body #menu.flyout .menu-holder ul li.menu-item-has-children.open a {
          padding-left: 20px;
          background: #040404; }
        body #menu.flyout .menu-holder ul li.menu-item-has-children.open .arrow {
          border-width: 0 2px 2px 0;
          padding: 3px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transition: all 0.3s ease;
          margin-right: 20px; }
        body #menu.flyout .menu-holder ul li.menu-item-has-children.open ul.sub-menu {
          display: block;
          transition: all 0.3s ease; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children.open ul.sub-menu ul.sub-menu {
            padding-left: 20px; }
        body #menu.flyout .menu-holder ul li ul.sub-menu {
          height: auto;
          padding: 0;
          margin: 0;
          background: #040404;
          display: none;
          transition: all 0.3s ease; }
          body #menu.flyout .menu-holder ul li ul.sub-menu li a {
            padding: 0; }
    body #menu.flyout .menu-holder .buttons {
      display: none; }
      @media screen and (max-width: 1024px) {
        body #menu.flyout .menu-holder .buttons {
          display: block !important;
          position: absolute;
          top: 140px;
          left: auto;
          width: 100%;
          padding-left: 50px; } }
      @media screen and (max-width: 820px) {
        body #menu.flyout .menu-holder .buttons {
          top: 110px;
          padding-left: 5%; } }
      body #menu.flyout .menu-holder .buttons a {
        width: auto;
        height: 38px;
        font-family: "Raleway", sans-serif;
        background: #050505;
        color: #ffffff;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 400;
        padding: 12px 15px;
        border: 1px solid #ffffff;
        margin-right: 20px;
        float: right;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
        @media screen and (max-width: 1024px) {
          body #menu.flyout .menu-holder .buttons a {
            width: calc(50% - 50px);
            margin-right: 50px;
            box-sizing: border-box; } }
        @media screen and (max-width: 820px) {
          body #menu.flyout .menu-holder .buttons a {
            width: calc(50% - 5%);
            margin-right: 5%;
            padding: 12px; } }
        body #menu.flyout .menu-holder .buttons a:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
  body #menu.flyout.shrink .menu-holder {
    height: calc(100% + 80px) !important; }

body #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  transition: all .25s ease-in-out; }
  body #overlay:hover {
    cursor: pointer; }
  body #overlay.open {
    opacity: 1;
    display: block; }

body.logged-in-editor #menu.flyout {
  height: calc(100% - 38px) !important; }
  body.logged-in-editor #menu.flyout .menu-holder {
    height: calc(100% - 38px) !important; }
    body.logged-in-editor #menu.flyout .menu-holder ul {
      height: calc(100% - 38px) !important; }
      body.logged-in-editor #menu.flyout .menu-holder ul li ul {
        height: auto; }
    body.logged-in-editor #menu.flyout .menu-holder .buttons {
      display: none; }
      @media screen and (max-width: 1024px) {
        body.logged-in-editor #menu.flyout .menu-holder .buttons {
          padding: 0 50px; } }
      @media screen and (max-width: 820px) {
        body.logged-in-editor #menu.flyout .menu-holder .buttons {
          top: 110px;
          padding: 0 5%; } }
      @media screen and (max-width: 1024px) {
        body.logged-in-editor #menu.flyout .menu-holder .buttons a {
          width: 100%;
          margin-right: 0; } }
      @media screen and (max-width: 820px) {
        body.logged-in-editor #menu.flyout .menu-holder .buttons a {
          width: 100%;
          margin-right: 0; } }

/* Sections */
.section {
  overflow: hidden;
  clear: both;
  position: relative;
  display: flex; }
  .section:nth-of-type(2n+2) {
    background: #efefef; }
  @media screen and (max-width: 820px) {
    .section {
      width: 100%;
      float: none;
      display: block; } }
  .section .overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute; }
  .section .container {
    padding: 100px 0;
    position: relative;
    max-width: 100%; }
    @media screen and (max-width: 1200px) {
      .section .container {
        padding: 80px 0; } }
    @media screen and (max-width: 820px) {
      .section .container {
        padding: 40px 0; } }
    .section .container p:last-of-type {
      margin-bottom: 0; }

      /* Splits */ }
      @media screen and (max-width: 960px) {
        .section .container .row {
          display: block; } }
      .section .container .row:last-of-type {
        margin-bottom: 0; }
      .section .container .row .col p:last-of-type {
        margin-bottom: 0; }
      .section .container .row .col .soliloquy-container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #090909;
        padding: 80px 40px;
        max-width: 100% !important;
        max-height: 100% !important; }
        @media screen and (max-width: 640px) {
          .section .container .row .col .soliloquy-container {
            padding: 40px 40px 20px;
            margin-bottom: 0 !important; } }
        .section .container .row .col .soliloquy-container .soliloquy-link {
          width: 110px;
          height: 110px;
          overflow: hidden;
          border-radius: 55px;
          display: block;
          margin: 0 auto 60px; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-link {
              width: 60px;
              height: 60px;
              border-radius: 30px;
              margin: 0 auto 30px; } }
          .section .container .row .col .soliloquy-container .soliloquy-link .soliloquy-image {
            width: 110px;
            height: 110px;
            object-fit: cover; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-link .soliloquy-image {
                width: 60px;
                height: 60px; } }
        .section .container .row .col .soliloquy-container .soliloquy-caption {
          position: relative; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-caption {
              display: block; } }
          .section .container .row .col .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
            background: transparent;
            text-shadow: none;
            padding: 0; }
          .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title {
            font-weight: 400;
            font-size: 24px;
            letter-spacing: 0.5px;
            line-height: 30px;
            margin: 0 0 30px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title {
                font-size: 20px;
                line-height: 26px;
                margin: 0 0 20px; } }
            .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title a {
              font-weight: 600;
              font-size: 24px;
              letter-spacing: 0.5px; }
              @media screen and (max-width: 640px) {
                .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title a {
                  font-size: 20px; } }
          .section .container .row .col .soliloquy-container .soliloquy-caption p {
            font-size: 18px;
            line-height: 28px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-caption p {
                font-size: 16px;
                line-height: 26px; } }
            .section .container .row .col .soliloquy-container .soliloquy-caption p .soliloquy-fc-read-more.soliloquy-fc-content-above {
              display: block;
              padding: 30px 0;
              text-decoration: underline; }
        .section .container .row .col .soliloquy-container .soliloquy-controls {
          padding: 30px 0; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-controls {
              padding: 20px 0;
              display: block; } }
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link,
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link.active,
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link:hover {
            background-size: 7px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link,
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link.active,
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link:hover {
                display: block; } }
        @media screen and (max-width: 640px) {
          .section .container .row .col .soliloquy-container .soliloquy-controls-auto,
          .section .container .row .col .soliloquy-container .soliloquy-pager {
            display: block; } }
      .section .container .row.half .col {
        width: 48.75%; }
        @media screen and (max-width: 1024px) {
          .section .container .row.half .col {
            float: left; } }
        @media screen and (max-width: 640px) {
          .section .container .row.half .col {
            width: 100%;
            float: none; } }
        .section .container .row.half .col:last-of-type {
          margin-left: 2.5%; }
          @media screen and (max-width: 640px) {
            .section .container .row.half .col:last-of-type {
              margin-left: 0; } }
        @media screen and (max-width: 640px) {
          .section .container .row.half .col.two {
            margin-top: 40px; } }
      .section .container .row.three {
        /*&:first-of-type {
					@include media($tablet-v) {
						margin-bottom: 0;	
					}
					
					.col {
						&.one {
							width: 100%;
						}
					}
				}*/ }
        .section .container .row.three .col {
          width: 31%; }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col {
              width: 47%;
              display: block;
              float: left; } }
          @media screen and (max-width: 820px) {
            .section .container .row.three .col {
              margin-bottom: 40px; } }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col.one {
              width: 100%;
              margin-bottom: 20px;
              clear: both; } }
          .section .container .row.three .col.two {
            margin: 0 3.5%; }
            @media screen and (max-width: 960px) {
              .section .container .row.three .col.two {
                margin: 0 6% 0 0; } }
            @media screen and (max-width: 640px) {
              .section .container .row.three .col.two {
                margin: 0 auto 40px;
                width: 100%;
                display: block; } }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col.three {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .section .container .row.three .col.three {
              margin: 0 auto;
              width: 100%;
              display: block; } }
          .section .container .row.three .col h1 {
            margin-bottom: 0; }
          .section .container .row.three .col img {
            width: 100%;
            height: auto; }
      .section .container .row.two-left-split .col.one {
        width: 31%;
        float: left;
        display: block; }
        @media screen and (max-width: 1024px) {
          .section .container .row.two-left-split .col.one {
            width: 47%; } }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col.one {
            width: 100%;
            float: none; } }
      .section .container .row.two-left-split .col.two {
        width: 57%;
        float: right;
        margin-left: 12%;
        display: block; }
        @media screen and (max-width: 1024px) {
          .section .container .row.two-left-split .col.two {
            margin-left: 6%;
            width: 47%; } }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col.two {
            width: 100%;
            float: none;
            margin-top: 40px;
            margin-left: 0; } }
      .section .container .row.two-left-split .col blockquote {
        background: transparent;
        margin: 0;
        padding: 40px 40px 0;
        height: auto;
        display: block;
        -webkit-box-align: stretch;
        align-items: baseline;
        justify-content: none;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col blockquote {
            padding: 20px 0 0; } }
        .section .container .row.two-left-split .col blockquote p {
          font-weight: 300;
          font-size: 24px;
          line-height: 34px;
          text-align: left;
          margin-bottom: 0; }
          @media screen and (max-width: 640px) {
            .section .container .row.two-left-split .col blockquote p {
              font-size: 20px;
              line-height: 30px; } }
      .section .container .row.two-left-split .col .fa-quote-left {
        font-size: 26px;
        color: #F0D8C2;
        margin-top: 60px; }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col .fa-quote-left {
            margin-top: 20px; } }
      .section .container .row.two-right-split .col.one {
        width: 31%;
        float: left; }
      .section .container .row.two-right-split .col .two {
        width: 70%;
        float: right; }
  .section .cta {
    width: 25%;
    float: left;
    min-height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center !important; }
    @media screen and (max-width: 1600px) {
      .section .cta {
        min-height: 240px; } }
    @media screen and (max-width: 1024px) {
      .section .cta {
        min-height: 240px;
        width: 50%; } }
    @media screen and (max-width: 820px) {
      .section .cta {
        min-height: 200px; } }
    @media screen and (max-width: 480px) {
      .section .cta {
        min-height: 150px;
        width: 100%; } }
    .section .cta .overlay {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 0;
      position: absolute; }
      .section .cta .overlay:hover {
        background: rgba(90, 4, 28, 0.05);
        transition: all 0.3s ease; }
        .section .cta .overlay:hover a .border .title {
          background: #050505;
          transition: all 0.3s ease; }
    .section .cta a {
      overflow: hidden;
      display: block;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      position: relative;
      transition: all 0.3s ease;
      height: 100%;
      /*border: 1px solid $white;*/
      width: 100%; }
      .section .cta a .border {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        display: block; }
        .section .cta a .border .title {
          border: 2px solid #ffffff;
          padding: 10px 40px;
          display: inline-block;
          background: transparent;
          transition: all 0.3s ease;
          font-weight: 600; }
          @media screen and (max-width: 1400px) {
            .section .cta a .border .title {
              padding: 5px 30px; } }
  .section .split {
    width: 50%; }
    @media screen and (max-width: 820px) {
      .section .split {
        width: 100%;
        float: none; } }
    .section .split.content {
      float: left; }
      @media screen and (max-width: 820px) {
        .section .split.content {
          float: none !important; } }
      .section .split.content .container {
        padding: 100px 10%;
        width: 100%; }
        @media screen and (max-width: 1600px) {
          .section .split.content .container {
            padding: 90px 10%; } }
        @media screen and (max-width: 1200px) {
          .section .split.content .container {
            padding: 80px 5%;
            width: 90%; } }
        @media screen and (max-width: 1024px) {
          .section .split.content .container {
            padding: 50px 5%; } }
        @media screen and (max-width: 820px) {
          .section .split.content .container {
            padding: 40px 0; } }
        .section .split.content .container h3 {
          margin: 40px 0 20px; }
        .section .split.content .container table {
          border-collapse: collapse;
          width: 100%;
          padding: 3px;
          border: 1px solid #CCCCCC;
          margin-bottom: 30px; }
          .section .split.content .container table tr th {
            background-color: #090909;
            color: #ffffff;
            font-weight: 600;
            padding: 10px 20px;
            text-align: right; }
            @media screen and (max-width: 480px) {
              .section .split.content .container table tr th {
                font-size: 16px;
                line-height: 20px;
                padding: 10px 5px; } }
            .section .split.content .container table tr th:first-of-type {
              text-align: left; }
          .section .split.content .container table tr:nth-child(even) td {
            background: #EBEBEB; }
          .section .split.content .container table tr td {
            padding: 10px 20px;
            border-bottom: 1px solid #CCCCCC;
            text-align: right;
            background: #ffffff; }
            @media screen and (max-width: 480px) {
              .section .split.content .container table tr td {
                font-size: 15px;
                line-height: 18px;
                padding: 10px 5px; } }
            .section .split.content .container table tr td:first-of-type {
              text-align: left; }
    .section .split.image {
      float: right;
      background-size: cover;
      background-position: center top;
      min-height: 450px; }
      @media screen and (max-width: 820px) {
        .section .split.image {
          float: none !important;
          height: 350px !important;
          min-height: auto;
          background-position: center; } }
      @media screen and (max-width: 640px) {
        .section .split.image {
          float: none !important;
          height: 250px !important;
          background-position: center top; } }
  .section.intro .container {
    display: flex; }
    @media screen and (max-width: 820px) {
      .section.intro .container {
        display: block; } }
    .section.intro .container .third-one-col {
      width: 30%;
      padding-right: 50px; }
      @media screen and (max-width: 820px) {
        .section.intro .container .third-one-col {
          width: 100%;
          padding: 0; } }
      .section.intro .container .third-one-col h1 {
        margin: 0px 0 30px;
        padding-bottom: 0; }
        @media screen and (max-width: 820px) {
          .section.intro .container .third-one-col h1 {
            padding: 0 0 20px; } }
        .section.intro .container .third-one-col h1:after {
          height: 5px;
          background: #090909;
          width: 100px;
          display: block;
          content: "";
          margin-top: 30px; }
          @media screen and (max-width: 820px) {
            .section.intro .container .third-one-col h1:after {
              margin-top: 20px; } }
    .section.intro .container .third-two-cols {
      width: 70%;
      padding-left: 50px; }
      @media screen and (max-width: 820px) {
        .section.intro .container .third-two-cols {
          width: 100%;
          padding: 0;
          margin-top: 30px; } }
  .section.left-content {
    flex-direction: row-reverse; }
    .section.left-content .split.content {
      float: left;
      background: #ffffff; }
    .section.left-content .split.image {
      float: right; }
  .section.right-content .split.content {
    float: right;
    /*background: $white;*/ }
  .section.right-content .split.image {
    float: left; }
  .section.two-cols .split {
    width: 100%;
    float: none; }
    .section.two-cols .split .container {
      padding: 100px 0;
      max-width: 1440px; }
      @media screen and (max-width: 1600px) {
        .section.two-cols .split .container {
          padding: 90px 0%;
          max-width: 90%; } }
      @media screen and (max-width: 1200px) {
        .section.two-cols .split .container {
          padding: 80px 5%;
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 1024px) {
        .section.two-cols .split .container {
          padding: 50px 5%; } }
      @media screen and (max-width: 820px) {
        .section.two-cols .split .container {
          padding: 40px 5%; } }
      .section.two-cols .split .container ul {
        margin: 0;
        padding: 0 0 0 19px; }
        .section.two-cols .split .container ul li {
          margin-bottom: 20px;
          line-height: 24px; }
          .section.two-cols .split .container ul li:last-child {
            margin-bottom: 0; }
      .section.two-cols .split .container .copy {
        width: 100%;
        margin-bottom: 40px; }
      .section.two-cols .split .container .cols {
        display: flex; }
        @media screen and (max-width: 820px) {
          .section.two-cols .split .container .cols {
            display: block; } }
      .section.two-cols .split .container .col {
        width: 50%;
        /*padding: 100px 5%; */ }
        @media screen and (max-width: 820px) {
          .section.two-cols .split .container .col {
            width: 100%; } }
        .section.two-cols .split .container .col.left {
          padding-right: 50px; }
          @media screen and (max-width: 820px) {
            .section.two-cols .split .container .col.left {
              padding: 0px; } }
        .section.two-cols .split .container .col.right {
          padding-left: 50px; }
          @media screen and (max-width: 820px) {
            .section.two-cols .split .container .col.right {
              padding: 0px;
              margin-top: 30px; } }
  .section.split-content:nth-of-type(2n+2) .image {
    order: 2; }
  .section.split-content:nth-of-type(2n+2) .content {
    order: 1; }
  .section.weddings {
    display: block;
    width: 100%; }
    .section.weddings p.center {
      text-align: center;
      margin: 0 auto; }
    .section.weddings .posts {
      overflow: hidden;
      display: block;
      width: 1440px;
      padding: 100px 0;
      margin: 0 auto; }
      @media screen and (max-width: 1600px) {
        .section.weddings .posts {
          padding: 90px 0%;
          max-width: 90%; } }
      @media screen and (max-width: 1200px) {
        .section.weddings .posts {
          padding-top: 80px;
          padding-bottom: 80px; } }
      @media screen and (max-width: 1024px) {
        .section.weddings .posts {
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media screen and (max-width: 820px) {
        .section.weddings .posts {
          padding-top: 40px;
          padding-bottom: 40px; } }
      .section.weddings .posts .post {
        width: 23.5%;
        float: left;
        position: relative;
        margin-right: 2%;
        height: 230px;
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .section.weddings .posts .post {
            width: 48%;
            margin-right: 4%; } }
        @media screen and (max-width: 640px) {
          .section.weddings .posts .post {
            width: 100%;
            margin-right: 0%; } }
        @media screen and (max-width: 1024px) {
          .section.weddings .posts .post:nth-of-type(4n+2) {
            margin-right: 0; } }
        @media screen and (max-width: 640px) {
          .section.weddings .posts .post:nth-of-type(4n+2) {
            width: 100%; } }
        .section.weddings .posts .post:nth-of-type(4n+4) {
          margin-right: 0; }
        .section.weddings .posts .post .thumb {
          height: 230px;
          background-size: cover;
          position: relative;
          background-position: center; }
        .section.weddings .posts .post .post-content {
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.25);
          transition: all 0.3s ease;
          top: 0;
          left: 0;
          overflow: hidden;
          text-align: center; }
          .section.weddings .posts .post .post-content:hover {
            background: rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            cursor: pointer; }
          .section.weddings .posts .post .post-content h3 {
            bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            color: #ffffff;
            text-decoration: none; }

/* Home */
.page-template-template-home #banner {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 820px) {
    .page-template-template-home #banner {
      width: 100%;
      height: auto; } }
  .page-template-template-home #banner .overlay {
    background-color: rgba(24, 30, 48, 0.6);
    position: absolute;
    width: 100%;
    height: 100%; }
  .page-template-template-home #banner .container {
    height: 100%;
    position: relative;
    padding: 120px 0 100px; }
    @media screen and (max-width: 1200px) {
      .page-template-template-home #banner .container {
        padding: 200px 0 80px; } }
    @media screen and (max-width: 1024px) {
      .page-template-template-home #banner .container {
        padding: 200px 0 80px; } }
    @media screen and (max-width: 820px) {
      .page-template-template-home #banner .container {
        padding: 120px 0 40px; } }
    .page-template-template-home #banner .container .intro {
      width: 48.75%;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block; }
      @media screen and (max-width: 1200px) {
        .page-template-template-home #banner .container .intro {
          width: 100%;
          top: auto;
          transform: none;
          display: block; } }
      .page-template-template-home #banner .container .intro h1 {
        color: #ffffff;
        font-size: 60px;
        line-height: 74px; }
        @media screen and (max-width: 1200px) {
          .page-template-template-home #banner .container .intro h1 {
            font-size: 50px;
            line-height: 62px; } }
        @media screen and (max-width: 820px) {
          .page-template-template-home #banner .container .intro h1 {
            font-size: 40px;
            line-height: 50px;
            text-align: center; } }
      .page-template-template-home #banner .container .intro p {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px; }
        @media screen and (max-width: 820px) {
          .page-template-template-home #banner .container .intro p {
            text-align: center;
            font-size: 18px;
            line-height: 28px; } }
        .page-template-template-home #banner .container .intro p:last-of-type {
          margin-bottom: 0; }
    .page-template-template-home #banner .container .posts {
      width: 32.5%;
      color: #ffffff;
      position: absolute;
      bottom: 100px;
      right: 0;
      display: inline-block; }
      @media screen and (max-width: 1200px) {
        .page-template-template-home #banner .container .posts {
          width: 100%;
          display: block;
          bottom: 80px; } }
      @media screen and (max-width: 820px) {
        .page-template-template-home #banner .container .posts {
          width: 100%;
          top: auto;
          transform: none;
          position: relative;
          display: block;
          bottom: auto;
          right: auto;
          float: none;
          display: none; } }
      .page-template-template-home #banner .container .posts .archive {
        margin-bottom: 100px; }
        @media screen and (max-width: 1200px) {
          .page-template-template-home #banner .container .posts .archive {
            width: 50%;
            float: left;
            padding-left: 0;
            padding-right: 2%;
            margin-bottom: 0; } }
        .page-template-template-home #banner .container .posts .archive:last-of-type {
          padding-left: 2%;
          padding-right: 0;
          margin-bottom: 0; }
        .page-template-template-home #banner .container .posts .archive h2 {
          font-size: 24px;
          line-height: 24px;
          text-transform: uppercase;
          margin: 0 0 20px;
          letter-spacing: 0.5px;
          font-family: "Raleway", sans-serif;
          font-weight: 600; }
          @media screen and (max-width: 1200px) {
            .page-template-template-home #banner .container .posts .archive h2 {
              font-size: 20px; } }
        .page-template-template-home #banner .container .posts .archive p {
          font-size: 18px;
          margin: 0 0 20px;
          font-weight: 600; }
        .page-template-template-home #banner .container .posts .archive a {
          color: #ffffff;
          text-decoration: none;
          font-weight: 600; }

.page-template-template-home.logged-in-editor #banner {
  height: calc(100vh - 39px); }
  @media screen and (max-width: 820px) {
    .page-template-template-home.logged-in-editor #banner {
      width: 100%;
      height: auto; } }

.instagram .feed-item {
  width: 16.66%;
  height: 320px;
  overflow: hidden;
  float: left;
  background: none; }
  @media screen and (max-width: 1600px) {
    .instagram .feed-item {
      height: 250px; } }
  @media screen and (max-width: 1200px) {
    .instagram .feed-item {
      width: 25%;
      height: 300px; }
      .instagram .feed-item#item-8, .instagram .feed-item#item-9, .instagram .feed-item#item-10, .instagram .feed-item#item-11 {
        display: none; } }
  @media screen and (max-width: 960px) {
    .instagram .feed-item {
      height: 220px; } }
  @media screen and (max-width: 820px) {
    .instagram .feed-item#item-4, .instagram .feed-item#item-5, .instagram .feed-item#item-6, .instagram .feed-item#item-7 {
      display: none; } }
  @media screen and (max-width: 640px) {
    .instagram .feed-item {
      width: 50%;
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .instagram .feed-item {
      height: 200px; } }
  .instagram .feed-item a {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    background: none !important;
    height: 100%; }
    .instagram .feed-item a:hover {
      background: #090909 !important;
      transition: all 0.3s ease; }
      .instagram .feed-item a:hover img {
        object-fit: contain;
        transition: all 0.3s ease;
        opacity: 0.2;
        width: auto;
        height: 100%; }
    .instagram .feed-item a img {
      object-fit: contain;
      transition: all 0.3s ease;
      opacity: 1;
      width: auto;
      height: 100%; }

/* Default Page */
.page-template-default #main .section .container .col h3, .page-template-default #main .section .container .col h4 {
  font-size: 22px;
  text-transform: none;
  margin: 0 0 30px; }

.page-template-default #main .section .container .col p {
  margin-bottom: 30px; }
  .page-template-default #main .section .container .col p:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 820px) {
    .page-template-default #main .section .container .col p {
      margin-bottom: 20px; } }

/* Blocks */
.block {
  float: left;
  width: 33.33%;
  background-size: cover !important; }
  @media screen and (max-width: 820px) {
    .block {
      width: 100%;
      float: none; } }
  .block a {
    padding: 200px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease; }
    @media screen and (max-width: 820px) {
      .block a {
        padding: 100px 0; } }
    .block a h3 {
      font-family: "Raleway", sans-serif;
      text-transform: none;
      font-size: 40px;
      font-weight: 400;
      line-height: 48px;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .block a h3 {
          font-size: 30px;
          line-height: 38px; } }
    .block a:hover {
      background: rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease; }

/* Course Tour */
.page-template-template-course-tour {
  padding-top: 119px; }
  @media screen and (max-width: 1400px) {
    .page-template-template-course-tour {
      padding-top: 99px; } }
  @media screen and (max-width: 820px) {
    .page-template-template-course-tour {
      padding-top: 78px; } }

.tabs button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  padding: 20px 30px;
  font-family: "Raleway", sans-serif;
  background: #F0D8C2;
  color: #090909;
  margin: 0;
  outline: none;
  border-radius: 0; }
  @media screen and (max-width: 820px) {
    .tabs button {
      padding: 20px; } }
  .tabs button.active {
    background: #090909;
    color: #ffffff; }
  .tabs button:hover {
    background: #090909;
    color: #ffffff; }

#course-tour .tabcontent {
  overflow: hidden;
  transition: all 0.3s ease; }
  #course-tour .tabcontent .col {
    background: #f0e4e7;
    overflow: hidden;
    width: 47%;
    float: left; }
    #course-tour .tabcontent .col:nth-of-type(2n+2) {
      float: right; }
    @media screen and (max-width: 960px) {
      #course-tour .tabcontent .col {
        width: 100%;
        float: none; }
        #course-tour .tabcontent .col:nth-of-type(2n) .table-header {
          display: none; }
        #course-tour .tabcontent .col:nth-of-type(2n) .holes {
          padding: 0px 20px; } }
    #course-tour .tabcontent .col .table-header {
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 960px) {
        #course-tour .tabcontent .col .table-header {
          padding-left: 20px;
          padding-right: 20px;
          background: #090909; } }
      #course-tour .tabcontent .col .table-header .header-cell {
        background: #090909;
        color: #ffffff;
        width: 35%;
        float: left;
        text-align: center;
        padding: 20px 30px;
        text-transform: uppercase;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600; }
        #course-tour .tabcontent .col .table-header .header-cell:first-of-type {
          width: 30%;
          text-align: left; }
        #course-tour .tabcontent .col .table-header .header-cell:last-of-type {
          text-align: left; }
          @media screen and (max-width: 960px) {
            #course-tour .tabcontent .col .table-header .header-cell:last-of-type {
              text-align: center; } }
        @media screen and (max-width: 1200px) {
          #course-tour .tabcontent .col .table-header .header-cell {
            font-size: 12px; } }
        @media screen and (max-width: 960px) {
          #course-tour .tabcontent .col .table-header .header-cell {
            text-align: left;
            padding: 20px 0; } }
    #course-tour .tabcontent .col .holes {
      overflow: hidden;
      padding: 20px 30px 0; }
      @media screen and (max-width: 820px) {
        #course-tour .tabcontent .col .holes {
          padding: 20px 20px 0; } }
      #course-tour .tabcontent .col .holes .hole {
        overflow: hidden;
        width: 100%; }
        #course-tour .tabcontent .col .holes .hole p {
          font-size: 16px;
          line-height: 16px;
          margin: 0 0 20px; }
        #course-tour .tabcontent .col .holes .hole .hole-name {
          width: 30%;
          float: left; }
          #course-tour .tabcontent .col .holes .hole .hole-name strong {
            font-weight: 600; }
        #course-tour .tabcontent .col .holes .hole .par,
        #course-tour .tabcontent .col .holes .hole .distance {
          width: 35%;
          float: left;
          text-align: center; }

.holes .hole {
  float: left;
  width: 33.33%;
  background-size: cover !important; }
  @media screen and (max-width: 1024px) {
    .holes .hole {
      width: 50%; } }
  .holes .hole a {
    padding: 200px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease; }
    @media screen and (max-width: 1024px) {
      .holes .hole a {
        padding: 150px 0; } }
    @media screen and (max-width: 640px) {
      .holes .hole a {
        padding: 100px 0; } }
    .holes .hole a h3 {
      font-family: "Raleway", sans-serif;
      text-transform: none;
      font-size: 40px;
      font-weight: 400;
      line-height: 48px;
      margin: 0;
      padding: 0;
      color: #ffffff; }
      @media screen and (max-width: 1024px) {
        .holes .hole a h3 {
          font-size: 30px;
          line-height: 38px; } }
    .holes .hole a:hover {
      background: rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease; }

.holes.section.box .container {
  padding-top: 0;
  padding-bottom: 40px; }

.holes.section.box .hole {
  float: left;
  width: 31.66%;
  background-size: cover !important;
  margin: 0 auto 60px; }
  @media screen and (max-width: 1400px) {
    .holes.section.box .hole {
      width: 47%; } }
  .holes.section.box .hole:nth-of-type(3n+2) {
    margin: 0 2.51% 60px; }
    @media screen and (max-width: 1400px) {
      .holes.section.box .hole:nth-of-type(3n+2) {
        margin: 0 auto 30px; } }
  @media screen and (max-width: 1400px) {
    .holes.section.box .hole:nth-of-type(2n+2) {
      float: right;
      background: pink; } }
  .holes.section.box .hole a {
    padding: 150px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease; }
    @media screen and (max-width: 1024px) {
      .holes.section.box .hole a {
        padding: 100px 0; } }
    .holes.section.box .hole a h3 {
      font-family: "Raleway", sans-serif;
      text-transform: none;
      font-size: 40px;
      font-weight: 400;
      line-height: 48px;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .holes.section.box .hole a h3 {
          font-size: 30px;
          line-height: 38px; } }
    .holes.section.box .hole a:hover {
      background: rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease; }

/* Single Course */
.single-course h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0; }

.single-course .hole-nav {
  background: #090909;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  height: 50px; }
  @media screen and (max-width: 960px) {
    .single-course .hole-nav {
      margin-bottom: 40px;
      height: 44px; } }
  @media screen and (max-width: 820px) {
    .single-course .hole-nav {
      height: auto; } }
  .single-course .hole-nav ul {
    margin: 0;
    padding: 0; }
    .single-course .hole-nav ul li {
      float: left;
      width: 5%;
      text-align: center;
      list-style: none; }
      @media screen and (max-width: 820px) {
        .single-course .hole-nav ul li {
          width: 10%; } }
      .single-course .hole-nav ul li.current a {
        background: #b5995e; }
      .single-course .hole-nav ul li.nolink {
        height: 50px;
        line-height: 50px;
        color: #fff; }
        @media screen and (max-width: 960px) {
          .single-course .hole-nav ul li.nolink {
            height: 44px;
            line-height: 44px; } }
  .single-course .hole-nav a {
    color: #ffffff;
    display: block;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background: #090909;
    transition: all 0.3s ease;
    padding: 13px 0 17px; }
    @media screen and (max-width: 960px) {
      .single-course .hole-nav a {
        padding: 10px 0 14px;
        font-size: 18px; } }
    .single-course .hole-nav a:hover {
      background: #b5995e;
      transition: all 0.3s ease; }

.single-course .hole-stats {
  background: #EBEBEB;
  width: 100%;
  padding: 40px 50px;
  margin-top: 90px; }
  @media screen and (max-width: 1024px) {
    .single-course .hole-stats {
      width: 100%;
      margin-top: 60px; } }
  @media screen and (max-width: 820px) {
    .single-course .hole-stats {
      padding: 30px 20px; } }
  @media screen and (max-width: 640px) {
    .single-course .hole-stats {
      margin-top: 40px; } }
  .single-course .hole-stats table {
    width: 100%; }
    .single-course .hole-stats table tr th {
      font-weight: 600;
      text-align: left;
      font-size: 20px;
      padding: 0 10px 5px 0;
      vertical-align: top; }
      @media screen and (max-width: 640px) {
        .single-course .hole-stats table tr th {
          font-size: 18px; } }
    .single-course .hole-stats table tr td {
      width: 20%;
      font-size: 20px;
      padding: 0 10px 5px 0;
      vertical-align: top; }
      @media screen and (max-width: 640px) {
        .single-course .hole-stats table tr td {
          font-size: 18px; } }
      .single-course .hole-stats table tr td:first-of-type {
        width: 40%; }
      .single-course .hole-stats table tr td strong {
        font-weight: 600;
        padding-left: 25px; }
        .single-course .hole-stats table tr td strong:before {
          content: "";
          height: 12px;
          width: 12px;
          border-radius: 12px;
          border: 1px solid #333;
          background: #fff;
          margin-left: -25px;
          position: absolute;
          margin-top: 8px; }
      .single-course .hole-stats table tr td.blue strong:before {
        background: #0068ac; }
      .single-course .hole-stats table tr td.white strong:before {
        background: #fff; }
      .single-course .hole-stats table tr td.yellow strong:before {
        background: #eabb00; }
      .single-course .hole-stats table tr td.red strong:before {
        background: #bc0000; }
    .single-course .hole-stats table tr:last-of-type td {
      padding-bottom: 0; }

.single-course .video-holder {
  margin-top: 40px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  @media screen and (max-width: 640px) {
    .single-course .video-holder {
      margin-top: 20px; } }
  .single-course .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Reciprocal Clubs */
.page-template-page-reciprocal h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: none; }
  @media screen and (max-width: 1400px) {
    .page-template-page-reciprocal h3 {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 1024px) {
    .page-template-page-reciprocal h3 {
      font-size: 20px;
      margin: 0 0 10px; } }

.page-template-page-reciprocal .clubs {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  align-content: space-evenly;
  align-items: stretch;
  justify-content: space-between; }
  .page-template-page-reciprocal .clubs:last-of-type {
    margin-bottom: 0; }
  .page-template-page-reciprocal .clubs .club {
    width: 31%;
    background: #EBEBEB;
    padding: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    /*
			@include media($large) {
				width: 47%;
			}
			
			@include media($tablet-h) {
				padding: 20px;
				width: 47%;
				margin: 0 auto 30px;
				clear: right;
			}
			
			@include media($small) {
				padding: 20px;
				width: 100%;
				float: none;
			}

			&:nth-of-type(3n+2) {
				margin: 0 2.51% 30px;
				
				@include media($large) {
					margin: 0 auto 30px;	
				}
				
				@include media($small) {
					margin: 0 auto 30px;	
				}
			}
			
			&:nth-of-type(2n+2) {
				@include media($large) {
					float: right;
					background: pink;
				}
			}
				
			*/ }
    @media screen and (max-width: 1200px) {
      .page-template-page-reciprocal .clubs .club {
        width: 47%; } }
    @media screen and (max-width: 640px) {
      .page-template-page-reciprocal .clubs .club {
        width: 100%; } }
    .page-template-page-reciprocal .clubs .club .thumb {
      width: 80px;
      height: 80px;
      float: right;
      background: #ffffff;
      border-radius: 40px;
      overflow: hidden;
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 0; }
      @media screen and (max-width: 1024px) {
        .page-template-page-reciprocal .clubs .club .thumb {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          top: 20px;
          right: 20px; } }
      @media screen and (max-width: 820px) {
        .page-template-page-reciprocal .clubs .club .thumb {
          width: 60px;
          height: 60px;
          border-radius: 30px;
          top: 20px;
          right: 20px; } }
      .page-template-page-reciprocal .clubs .club .thumb img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .page-template-page-reciprocal .clubs .club h4 {
      font-size: 20px;
      line-height: 24px;
      text-transform: none;
      float: left;
      width: calc(100% - 100px); }
      .page-template-page-reciprocal .clubs .club h4 .long {
        display: none; }
        @media screen and (max-width: 820px) {
          .page-template-page-reciprocal .clubs .club h4 .long {
            display: block; } }
      .page-template-page-reciprocal .clubs .club h4 .short {
        display: block; }
        @media screen and (max-width: 820px) {
          .page-template-page-reciprocal .clubs .club h4 .short {
            display: none; } }
      @media screen and (max-width: 640px) {
        .page-template-page-reciprocal .clubs .club h4 {
          width: calc(100% - 50px); } }
    .page-template-page-reciprocal .clubs .club .details {
      float: left;
      width: calc(100% - 80px);
      z-index: 1; }
      @media screen and (max-width: 640px) {
        .page-template-page-reciprocal .clubs .club .details {
          float: none;
          clear: both; } }
      .page-template-page-reciprocal .clubs .club .details p {
        margin: 0 0 15px;
        line-height: 22px; }
        .page-template-page-reciprocal .clubs .club .details p strong {
          font-weight: 600; }
        .page-template-page-reciprocal .clubs .club .details p.Full {
          color: #A30303; }
        .page-template-page-reciprocal .clubs .club .details p.Green {
          color: #07740B; }
        .page-template-page-reciprocal .clubs .club .details p.Accommodation {
          color: #090909; }

/* News pages */
.news {
  float: left;
  width: 65.8%;
  overflow: hidden; }
  @media screen and (max-width: 820px) {
    .news {
      width: 100%;
      float: none; } }
  .news .posts,
  .news .archives-wrap {
    overflow: hidden; }
    .news .posts .post,
    .news .posts .archive-item,
    .news .archives-wrap .post,
    .news .archives-wrap .archive-item {
      width: 48%;
      float: left;
      margin-bottom: 60px;
      clear: left;
      position: relative; }
      @media screen and (max-width: 640px) {
        .news .posts .post,
        .news .posts .archive-item,
        .news .archives-wrap .post,
        .news .archives-wrap .archive-item {
          width: 100%;
          float: none; } }
      .news .posts .post .date,
      .news .posts .archive-item .date,
      .news .archives-wrap .post .date,
      .news .archives-wrap .archive-item .date {
        position: absolute;
        right: 0;
        top: 0;
        background: #050505;
        color: #ffffff;
        font-size: 13px;
        line-height: 25px;
        padding: 0 10px; }
      .news .posts .post img,
      .news .posts .archive-item img,
      .news .archives-wrap .post img,
      .news .archives-wrap .archive-item img {
        width: 100%;
        height: auto;
        height: 273px;
        object-fit: cover; }
        @media screen and (max-width: 1400px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 250px; } }
        @media screen and (max-width: 1200px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 200px; } }
        @media screen and (max-width: 640px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 250px; } }
      .news .posts .post .post-content,
      .news .posts .post .archive-content,
      .news .posts .archive-item .post-content,
      .news .posts .archive-item .archive-content,
      .news .archives-wrap .post .post-content,
      .news .archives-wrap .post .archive-content,
      .news .archives-wrap .archive-item .post-content,
      .news .archives-wrap .archive-item .archive-content {
        background: #EBEBEB;
        padding: 40px;
        overflow: hidden;
        min-height: 270px; }
        @media screen and (max-width: 1400px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 300px; } }
        @media screen and (max-width: 1200px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 330px; } }
        @media screen and (max-width: 1024px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            padding: 30px; } }
        @media screen and (max-width: 820px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 280px; } }
        @media screen and (max-width: 640px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: auto; } }
        .news .posts .post .post-content h3,
        .news .posts .post .archive-content h3,
        .news .posts .archive-item .post-content h3,
        .news .posts .archive-item .archive-content h3,
        .news .archives-wrap .post .post-content h3,
        .news .archives-wrap .post .archive-content h3,
        .news .archives-wrap .archive-item .post-content h3,
        .news .archives-wrap .archive-item .archive-content h3 {
          font-family: "Raleway", sans-serif;
          font-weight: 400;
          font-size: 28px;
          line-height: 32px;
          text-transform: none;
          letter-spacing: 0px; }
          @media screen and (max-width: 1200px) {
            .news .posts .post .post-content h3,
            .news .posts .post .archive-content h3,
            .news .posts .archive-item .post-content h3,
            .news .posts .archive-item .archive-content h3,
            .news .archives-wrap .post .post-content h3,
            .news .archives-wrap .post .archive-content h3,
            .news .archives-wrap .archive-item .post-content h3,
            .news .archives-wrap .archive-item .archive-content h3 {
              font-size: 24px;
              line-height: 26px; } }
          .news .posts .post .post-content h3 a,
          .news .posts .post .archive-content h3 a,
          .news .posts .archive-item .post-content h3 a,
          .news .posts .archive-item .archive-content h3 a,
          .news .archives-wrap .post .post-content h3 a,
          .news .archives-wrap .post .archive-content h3 a,
          .news .archives-wrap .archive-item .post-content h3 a,
          .news .archives-wrap .archive-item .archive-content h3 a {
            color: #202020;
            text-decoration: none; }
        .news .posts .post .post-content p,
        .news .posts .post .archive-content p,
        .news .posts .archive-item .post-content p,
        .news .posts .archive-item .archive-content p,
        .news .archives-wrap .post .post-content p,
        .news .archives-wrap .post .archive-content p,
        .news .archives-wrap .archive-item .post-content p,
        .news .archives-wrap .archive-item .archive-content p {
          margin-bottom: 20px; }
          .news .posts .post .post-content p .read_more_link,
          .news .posts .post .archive-content p .read_more_link,
          .news .posts .archive-item .post-content p .read_more_link,
          .news .posts .archive-item .archive-content p .read_more_link,
          .news .archives-wrap .post .post-content p .read_more_link,
          .news .archives-wrap .post .archive-content p .read_more_link,
          .news .archives-wrap .archive-item .post-content p .read_more_link,
          .news .archives-wrap .archive-item .archive-content p .read_more_link {
            display: none; }
        .news .posts .post .post-content p.read_more_link,
        .news .posts .post .archive-content p.read_more_link,
        .news .posts .archive-item .post-content p.read_more_link,
        .news .posts .archive-item .archive-content p.read_more_link,
        .news .archives-wrap .post .post-content p.read_more_link,
        .news .archives-wrap .post .archive-content p.read_more_link,
        .news .archives-wrap .archive-item .post-content p.read_more_link,
        .news .archives-wrap .archive-item .archive-content p.read_more_link {
          position: absolute;
          right: 40px;
          bottom: 40px;
          float: right;
          margin-bottom: 0;
          font-weight: 600; }
          @media screen and (max-width: 1024px) {
            .news .posts .post .post-content p.read_more_link,
            .news .posts .post .archive-content p.read_more_link,
            .news .posts .archive-item .post-content p.read_more_link,
            .news .posts .archive-item .archive-content p.read_more_link,
            .news .archives-wrap .post .post-content p.read_more_link,
            .news .archives-wrap .post .archive-content p.read_more_link,
            .news .archives-wrap .archive-item .post-content p.read_more_link,
            .news .archives-wrap .archive-item .archive-content p.read_more_link {
              right: 30px;
              bottom: 30px; } }
          .news .posts .post .post-content p.read_more_link a,
          .news .posts .post .archive-content p.read_more_link a,
          .news .posts .archive-item .post-content p.read_more_link a,
          .news .posts .archive-item .archive-content p.read_more_link a,
          .news .archives-wrap .post .post-content p.read_more_link a,
          .news .archives-wrap .post .archive-content p.read_more_link a,
          .news .archives-wrap .archive-item .post-content p.read_more_link a,
          .news .archives-wrap .archive-item .archive-content p.read_more_link a {
            text-decoration: none;
            color: #090909; }
            .news .posts .post .post-content p.read_more_link a:hover,
            .news .posts .post .archive-content p.read_more_link a:hover,
            .news .posts .archive-item .post-content p.read_more_link a:hover,
            .news .posts .archive-item .archive-content p.read_more_link a:hover,
            .news .archives-wrap .post .post-content p.read_more_link a:hover,
            .news .archives-wrap .post .archive-content p.read_more_link a:hover,
            .news .archives-wrap .archive-item .post-content p.read_more_link a:hover,
            .news .archives-wrap .archive-item .archive-content p.read_more_link a:hover {
              text-decoration: underline; }
          .news .posts .post .post-content p.read_more_link:hover a,
          .news .posts .post .archive-content p.read_more_link:hover a,
          .news .posts .archive-item .post-content p.read_more_link:hover a,
          .news .posts .archive-item .archive-content p.read_more_link:hover a,
          .news .archives-wrap .post .post-content p.read_more_link:hover a,
          .news .archives-wrap .post .archive-content p.read_more_link:hover a,
          .news .archives-wrap .archive-item .post-content p.read_more_link:hover a,
          .news .archives-wrap .archive-item .archive-content p.read_more_link:hover a {
            text-decoration: underline; }
      .news .posts .post:nth-of-type(2n+2),
      .news .posts .archive-item:nth-of-type(2n+2),
      .news .archives-wrap .post:nth-of-type(2n+2),
      .news .archives-wrap .archive-item:nth-of-type(2n+2) {
        float: right;
        clear: none; }
      @media screen and (max-width: 640px) {
        .news .posts .post:last-of-type,
        .news .posts .archive-item:last-of-type,
        .news .archives-wrap .post:last-of-type,
        .news .archives-wrap .archive-item:last-of-type {
          margin-bottom: 0; } }
    .news .posts .top-news,
    .news .archives-wrap .top-news {
      overflow: hidden;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .news .posts .top-news,
        .news .archives-wrap .top-news {
          display: block; } }
      .news .posts .top-news .post,
      .news .posts .top-news .archive-item,
      .news .archives-wrap .top-news .post,
      .news .archives-wrap .top-news .archive-item {
        width: 32%;
        float: none;
        margin-bottom: 40px;
        clear: inherit;
        position: relative;
        margin-right: 2%;
        background: #EBEBEB; }
        @media screen and (max-width: 1024px) {
          .news .posts .top-news .post,
          .news .posts .top-news .archive-item,
          .news .archives-wrap .top-news .post,
          .news .archives-wrap .top-news .archive-item {
            width: 48%;
            clear: inherit;
            position: relative;
            margin-right: 4%;
            background: #EBEBEB;
            float: left; } }
        @media screen and (max-width: 640px) {
          .news .posts .top-news .post,
          .news .posts .top-news .archive-item,
          .news .archives-wrap .top-news .post,
          .news .archives-wrap .top-news .archive-item {
            width: 100%;
            float: none;
            margin-right: 0; } }
        @media screen and (max-width: 1024px) {
          .news .posts .top-news .post:first-of-type,
          .news .posts .top-news .archive-item:first-of-type,
          .news .archives-wrap .top-news .post:first-of-type,
          .news .archives-wrap .top-news .archive-item:first-of-type {
            width: 100%;
            clear: both;
            margin-right: 0; } }
        @media screen and (max-width: 1024px) {
          .news .posts .top-news .post:first-of-type img,
          .news .posts .top-news .archive-item:first-of-type img,
          .news .archives-wrap .top-news .post:first-of-type img,
          .news .archives-wrap .top-news .archive-item:first-of-type img {
            height: 300px; } }
        @media screen and (max-width: 640px) {
          .news .posts .top-news .post:first-of-type img,
          .news .posts .top-news .archive-item:first-of-type img,
          .news .archives-wrap .top-news .post:first-of-type img,
          .news .archives-wrap .top-news .archive-item:first-of-type img {
            height: 250px; } }
        @media screen and (max-width: 1024px) {
          .news .posts .top-news .post:first-of-type .post-content,
          .news .posts .top-news .archive-item:first-of-type .post-content,
          .news .archives-wrap .top-news .post:first-of-type .post-content,
          .news .archives-wrap .top-news .archive-item:first-of-type .post-content {
            min-height: auto; } }
        .news .posts .top-news .post .post-content,
        .news .posts .top-news .archive-item .post-content,
        .news .archives-wrap .top-news .post .post-content,
        .news .archives-wrap .top-news .archive-item .post-content {
          padding: 30px; }
          @media screen and (max-width: 1024px) {
            .news .posts .top-news .post .post-content,
            .news .posts .top-news .archive-item .post-content,
            .news .archives-wrap .top-news .post .post-content,
            .news .archives-wrap .top-news .archive-item .post-content {
              min-height: 270px; } }
          @media screen and (max-width: 640px) {
            .news .posts .top-news .post .post-content,
            .news .posts .top-news .archive-item .post-content,
            .news .archives-wrap .top-news .post .post-content,
            .news .archives-wrap .top-news .archive-item .post-content {
              min-height: auto; } }
          .news .posts .top-news .post .post-content h3,
          .news .posts .top-news .archive-item .post-content h3,
          .news .archives-wrap .top-news .post .post-content h3,
          .news .archives-wrap .top-news .archive-item .post-content h3 {
            font-size: 24px; }
          .news .posts .top-news .post .post-content p,
          .news .posts .top-news .archive-item .post-content p,
          .news .archives-wrap .top-news .post .post-content p,
          .news .archives-wrap .top-news .archive-item .post-content p {
            font-size: 16px;
            line-height: 24px; }
          .news .posts .top-news .post .post-content p.read_more_link,
          .news .posts .top-news .archive-item .post-content p.read_more_link,
          .news .archives-wrap .top-news .post .post-content p.read_more_link,
          .news .archives-wrap .top-news .archive-item .post-content p.read_more_link {
            font-size: 16px;
            right: 30px;
            bottom: 30px; }
            @media screen and (max-width: 820px) {
              .news .posts .top-news .post .post-content p.read_more_link,
              .news .posts .top-news .archive-item .post-content p.read_more_link,
              .news .archives-wrap .top-news .post .post-content p.read_more_link,
              .news .archives-wrap .top-news .archive-item .post-content p.read_more_link {
                right: auto;
                bottom: auto;
                position: relative; } }
        .news .posts .top-news .post img,
        .news .posts .top-news .archive-item img,
        .news .archives-wrap .top-news .post img,
        .news .archives-wrap .top-news .archive-item img {
          height: 180px; }
          @media screen and (max-width: 1024px) {
            .news .posts .top-news .post img,
            .news .posts .top-news .archive-item img,
            .news .archives-wrap .top-news .post img,
            .news .archives-wrap .top-news .archive-item img {
              min-height: 180px; } }
          @media screen and (max-width: 640px) {
            .news .posts .top-news .post img,
            .news .posts .top-news .archive-item img,
            .news .archives-wrap .top-news .post img,
            .news .archives-wrap .top-news .archive-item img {
              height: 250px; } }
        .news .posts .top-news .post:nth-of-type(3n+3),
        .news .posts .top-news .archive-item:nth-of-type(3n+3),
        .news .archives-wrap .top-news .post:nth-of-type(3n+3),
        .news .archives-wrap .top-news .archive-item:nth-of-type(3n+3) {
          margin-right: 0; }
          @media screen and (max-width: 1024px) {
            .news .posts .top-news .post:nth-of-type(3n+3),
            .news .posts .top-news .archive-item:nth-of-type(3n+3),
            .news .archives-wrap .top-news .post:nth-of-type(3n+3),
            .news .archives-wrap .top-news .archive-item:nth-of-type(3n+3) {
              margin-right: 0; } }
    .news .posts .members-news .post,
    .news .posts .members-news .archive-item,
    .news .archives-wrap .members-news .post,
    .news .archives-wrap .members-news .archive-item {
      width: 100%;
      float: none;
      clear: both;
      margin: 0 auto 20px;
      border-bottom: 1px solid #CCCCCC; }
      .news .posts .members-news .post .date,
      .news .posts .members-news .archive-item .date,
      .news .archives-wrap .members-news .post .date,
      .news .archives-wrap .members-news .archive-item .date {
        position: relative;
        right: auto;
        top: auto;
        background: transparent;
        color: #090909;
        font-size: 14px;
        margin: 0 0 20px;
        padding: 0;
        display: block; }
      .news .posts .members-news .post img,
      .news .posts .members-news .archive-item img,
      .news .archives-wrap .members-news .post img,
      .news .archives-wrap .members-news .archive-item img {
        display: none; }
      .news .posts .members-news .post .post-content,
      .news .posts .members-news .archive-item .post-content,
      .news .archives-wrap .members-news .post .post-content,
      .news .archives-wrap .members-news .archive-item .post-content {
        background: transparent;
        padding: 0px;
        overflow: hidden;
        min-height: auto; }
        @media screen and (max-width: 820px) {
          .news .posts .members-news .post .post-content,
          .news .posts .members-news .archive-item .post-content,
          .news .archives-wrap .members-news .post .post-content,
          .news .archives-wrap .members-news .archive-item .post-content {
            padding-bottom: 20px; } }
        .news .posts .members-news .post .post-content h3,
        .news .posts .members-news .archive-item .post-content h3,
        .news .archives-wrap .members-news .post .post-content h3,
        .news .archives-wrap .members-news .archive-item .post-content h3 {
          font-size: 24px; }
          .news .posts .members-news .post .post-content h3 a,
          .news .posts .members-news .archive-item .post-content h3 a,
          .news .archives-wrap .members-news .post .post-content h3 a,
          .news .archives-wrap .members-news .archive-item .post-content h3 a {
            color: #090909; }
        .news .posts .members-news .post .post-content p,
        .news .posts .members-news .archive-item .post-content p,
        .news .archives-wrap .members-news .post .post-content p,
        .news .archives-wrap .members-news .archive-item .post-content p {
          font-size: 16px;
          line-height: 24px; }
        .news .posts .members-news .post .post-content p.read_more_link,
        .news .posts .members-news .archive-item .post-content p.read_more_link,
        .news .archives-wrap .members-news .post .post-content p.read_more_link,
        .news .archives-wrap .members-news .archive-item .post-content p.read_more_link {
          position: relative;
          right: auto;
          bottom: auto;
          float: right;
          margin-bottom: 0;
          font-weight: 600;
          font-size: 16px;
          right: 30px;
          bottom: 30px; }
          @media screen and (max-width: 820px) {
            .news .posts .members-news .post .post-content p.read_more_link,
            .news .posts .members-news .archive-item .post-content p.read_more_link,
            .news .archives-wrap .members-news .post .post-content p.read_more_link,
            .news .archives-wrap .members-news .archive-item .post-content p.read_more_link {
              right: auto;
              bottom: auto;
              position: relative; } }
    .news .posts .members-news .post-nav,
    .news .archives-wrap .members-news .post-nav {
      border-bottom: 0; }
  .news .post-nav {
    width: 100% !important;
    margin: 0 auto;
    clear: both !important;
    float: none !important;
    text-align: center; }
    .news .post-nav .pagination {
      overflow: hidden;
      width: 100%; }
      .news .post-nav .pagination a:hover {
        text-decoration: none; }
      .news .post-nav .pagination .previouspostslink {
        float: left; }
      .news .post-nav .pagination .nextpostslink {
        float: right; }
    .news .post-nav a {
      color: #090909;
      text-transform: uppercase; }
  .news .categories {
    margin-top: 40px;
    clear: both;
    padding: 30px 0 0; }
    .news .categories a {
      color: #404040; }
      .news .categories a:hover {
        text-decoration: none; }
  .news.full {
    float: none;
    width: 100%; }

#content {
  float: left;
  width: 65.8%; }
  @media screen and (max-width: 820px) {
    #content {
      width: 100%;
      float: none; } }

#sidebar {
  float: right;
  width: 28.6%; }
  @media screen and (max-width: 820px) {
    #sidebar {
      width: 100%;
      float: none;
      margin-bottom: 40px; } }
  #sidebar #members-btn {
    display: none;
    background: #b5995e;
    color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 0;
    transition: all 0.3s ease; }
    #sidebar #members-btn:hover {
      background: #090909;
      color: #ffffff;
      transition: all 0.3s ease;
      cursor: pointer; }
  #sidebar .sidebar-content {
    display: block; }
    #sidebar .sidebar-content .col.weather {
      margin-top: 20px; }
    @media screen and (max-width: 820px) {
      #sidebar .sidebar-content {
        padding-top: 40px; } }
    #sidebar .sidebar-content.show {
      display: block; }
  #sidebar h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      #sidebar h2 {
        font-size: 25px;
        line-height: 27px; } }
  #sidebar .posts {
    margin: 0 0 40px;
    padding: 0; }
    #sidebar .posts li {
      list-style: none;
      font-size: 18px;
      line-height: 24px;
      border-bottom: 1px solid #CCCCCC; }
      @media screen and (max-width: 1024px) {
        #sidebar .posts li {
          font-size: 16px; } }
      #sidebar .posts li:hover a {
        padding-left: 20px;
        transition: all 0.3s ease; }
      #sidebar .posts li a {
        display: block;
        text-decoration: none;
        color: #404040;
        transition: all 0.3s ease;
        padding-left: 0;
        padding: 14px 0; }
        @media screen and (max-width: 1024px) {
          #sidebar .posts li a {
            padding: 12px 0; } }
  #sidebar .btns {
    padding-top: 10px;
    overflow: hidden; }
    #sidebar .btns .btn-members {
      display: block;
      background: #050505;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding: 10px 0;
      letter-spacing: 0.5px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1024px) {
        #sidebar .btns .btn-members {
          font-size: 14px;
          padding: 8px; } }
      #sidebar .btns .btn-members:hover {
        transition: all 0.3s ease;
        background: #b5995e;
        color: #ffffff; }

/* Single Posts */
@media screen and (max-width: 820px) {
  .single-post #sidebar {
    margin-bottom: 0; } }

.single-post #sidebar .sidebar-content {
  display: block !important; }

.single-post #sidebar #members-btn {
  display: none !important; }

.news-single .event .entry-content {
  overflow: hidden; }
  .news-single .event .entry-content .eventorganiser-event-meta {
    background: #EBEBEB;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
    .news-single .event .entry-content .eventorganiser-event-meta ul {
      margin: 0 auto;
      padding: 0; }
      .news-single .event .entry-content .eventorganiser-event-meta ul li {
        list-style: none; }
        .news-single .event .entry-content .eventorganiser-event-meta ul li a {
          color: #404040; }

/* Galleries */
.gallery-item {
  margin-bottom: 20px;
  margin-top: 0 !important; }
  .gallery-item img {
    border: 0 !important;
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .gallery-item img {
        margin-bottom: 20px; } }
    @media screen and (max-width: 820px) {
      .gallery-item img {
        margin-bottom: 10px; } }
  .gallery-item .gallery-icon a {
    display: block; }

.gallery-columns-4 .gallery-item {
  width: 22.75% !important;
  margin-right: 3% !important; }
  @media screen and (max-width: 480px) {
    .gallery-columns-4 .gallery-item {
      width: 47% !important;
      margin-right: 6% !important; } }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0 !important; }
    @media screen and (max-width: 480px) {
      .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        margin-right: 0 !important; } }
  @media screen and (max-width: 480px) {
    .gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
      margin-right: 0 !important; } }

.gallery-columns-3 {
  /*
	.gallery-item {
		width: 33.33% !important;
		height: 33.33vh;
		overflow: hidden;
		margin-bottom: 0;
		position: relative;
		display: block;
		
		.gallery-icon {
			width: 100%;
			height: 100%;
		}
		
		a {
			display: block;
			width: 100%;
			height: 100%
		}
		
		@include media($mobile-h) {
			width: 100% !important;
			height: auto !important;
		}
		
		img {
			@include media($mobile-h) {
				margin-bottom: 0 !important;	
			}
		}
		
		&:nth-of-type(7n+2) {
			width: 66.66% !important;
			
			@include media($mobile-h) {
				width: 100% !important;
				height: auto !important;
			}
		}
		
		&:nth-of-type(7n+3) {
			height: 66.66vh !important;
			
			@include media($mobile-h) {
				width: 100% !important;
				height: auto !important;
			}
			
			img {
				width: auto !important;
				height: 100% !important;
				
				@include media($mobile-h) {
					width: 100% !important;
					height: auto !important;
					margin-bottom: 0px !important;
				}
			}
		}
		
		&:nth-of-type(7n+4),
		&:nth-of-type(7n+5),
		&:nth-of-type(7n+6),
		&:nth-of-type(7n+7) {
			img {
				width: auto !important;
				object-fit: cover !important;
				
				@include media($mobile-h) {
					width: 100% !important;
					height: auto !important;
				}
			}
		} 
	}*/ }
  .gallery-columns-3 .gallery-item {
    float: left;
    text-align: center;
    max-height: 33.33vh;
    height: 33.33vh;
    width: 33.33% !important;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: block; }
    @media screen and (max-width: 640px) {
      .gallery-columns-3 .gallery-item {
        height: 20vh !important;
        width: 50% !important; } }
    .gallery-columns-3 .gallery-item a {
      display: block;
      width: 100%;
      height: 100%; }
    .gallery-columns-3 .gallery-item img {
      border: 0;
      object-fit: cover;
      width: 100% !important;
      height: 33.33vh !important;
      object-position: center;
      margin-bottom: 0 !important; }
      @media screen and (max-width: 640px) {
        .gallery-columns-3 .gallery-item img {
          height: 20vh !important; } }
    .gallery-columns-3 .gallery-item:nth-of-type(7n+2) {
      width: 66.66% !important; }
      @media screen and (max-width: 640px) {
        .gallery-columns-3 .gallery-item:nth-of-type(7n+2) {
          width: 50% !important; } }
    .gallery-columns-3 .gallery-item:nth-of-type(7n+3) {
      max-height: 66.66vh !important;
      height: 66.66vh !important; }
      @media screen and (max-width: 640px) {
        .gallery-columns-3 .gallery-item:nth-of-type(7n+3) {
          max-height: 40vh !important;
          height: 40vh !important; } }
      .gallery-columns-3 .gallery-item:nth-of-type(7n+3) img {
        width: auto !important;
        height: 66.66vh !important;
        object-position: center; }
        @media screen and (max-width: 820px) {
          .gallery-columns-3 .gallery-item:nth-of-type(7n+3) img {
            height: auto !important;
            width: 100% !important; } }
        @media screen and (max-width: 640px) {
          .gallery-columns-3 .gallery-item:nth-of-type(7n+3) img {
            height: 40vh !important; } }
  .gallery-columns-3 br {
    display: none !important; }

/* Forms */
.section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 30px;
  list-style: none; }
  @media screen and (max-width: 640px) {
    .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      padding-right: 0; } }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield.left {
    clear: none;
    width: 50%; }
    @media screen and (max-width: 820px) {
      .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield.left {
        width: 100%; } }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield.right {
    clear: none;
    width: 50%; }
    @media screen and (max-width: 820px) {
      .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield.right {
        width: 100%; } }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0 !important; }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
    margin: 0 0 5px; }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
    border: 1px solid #404040;
    width: 100%;
    height: 40px;
    padding: 5px 10px; }
  .section .container .row .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
    border: 1px solid #404040;
    width: 100%;
    padding: 5px 10px; }

.section .container .row .gform_wrapper form .gform_footer {
  padding: 10px 0 0;
  margin: 0; }
  @media screen and (max-width: 820px) {
    .section .container .row .gform_wrapper form .gform_footer {
      padding: 0; } }
  .section .container .row .gform_wrapper form .gform_footer input[type=submit],
  .section .container .row .gform_wrapper form .gform_footer input[type=button] {
    background: #090909;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 0px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 16px 30px;
    margin-bottom: 10px;
    border: 0; }
    @media screen and (max-width: 820px) {
      .section .container .row .gform_wrapper form .gform_footer input[type=submit],
      .section .container .row .gform_wrapper form .gform_footer input[type=button] {
        margin: 10px auto 10px; } }
    .section .container .row .gform_wrapper form .gform_footer input[type=submit]:hover,
    .section .container .row .gform_wrapper form .gform_footer input[type=button]:hover {
      transition: all 0.3s ease;
      cursor: pointer;
      background: #b5995e; }

@media screen and (max-width: 1200px) {
  .section .container .half .gform_wrapper form .gform_body ul.gform_fields li.gfield.left,
  .section .container .half .gform_wrapper form .gform_body ul.gform_fields li.gfield.right {
    width: 100%; } }

/* Contact Details */
.page-template-page-contact #banner {
  overflow: hidden;
  padding-top: 80px; }
  @media screen and (max-width: 640px) {
    .page-template-page-contact #banner {
      padding-top: 0; } }
  .page-template-page-contact #banner iframe {
    width: 100%;
    height: 570px;
    border: 0; }
    @media screen and (max-width: 1200px) {
      .page-template-page-contact #banner iframe {
        height: 500px; } }
    @media screen and (max-width: 1024px) {
      .page-template-page-contact #banner iframe {
        height: 450px; } }
    @media screen and (max-width: 820px) {
      .page-template-page-contact #banner iframe {
        height: 250px; } }
    @media screen and (max-width: 640px) {
      .page-template-page-contact #banner iframe {
        height: 300px;
        padding-top: 78px; } }

.page-template-page-contact .section .container .row.half .col.one {
  width: 31%; }
  @media screen and (max-width: 960px) {
    .page-template-page-contact .section .container .row.half .col.one {
      width: 47%; } }
  @media screen and (max-width: 640px) {
    .page-template-page-contact .section .container .row.half .col.one {
      width: 100%;
      margin-bottom: 40px; } }

.page-template-page-contact .section .container .row.half .col h3, .page-template-page-contact .section .container .row.half .col h4 {
  margin-bottom: 5px !important; }

.page-template-page-contact .section .container .row.half .col.two {
  width: 65.5%;
  margin: 0 0 0 3.5%; }
  @media screen and (max-width: 960px) {
    .page-template-page-contact .section .container .row.half .col.two {
      width: 47%;
      margin: 0 0 0 6%; } }
  @media screen and (max-width: 640px) {
    .page-template-page-contact .section .container .row.half .col.two {
      width: 100%;
      margin: 0; } }
  .page-template-page-contact .section .container .row.half .col.two h2 {
    clear: both;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 34px; }
  .page-template-page-contact .section .container .row.half .col.two .address {
    float: left;
    width: 30%;
    clear: both; }
    @media screen and (max-width: 960px) {
      .page-template-page-contact .section .container .row.half .col.two .address {
        width: 100%;
        float: none; } }
  .page-template-page-contact .section .container .row.half .col.two .map-holder {
    width: 65%;
    float: right;
    margin-bottom: 40px; }
    .page-template-page-contact .section .container .row.half .col.two .map-holder:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .page-template-page-contact .section .container .row.half .col.two .map-holder {
        width: 100%;
        float: none;
        margin-bottom: 20px; }
        .page-template-page-contact .section .container .row.half .col.two .map-holder:last-of-type {
          margin-bottom: 0; } }
  .page-template-page-contact .section .container .row.half .col.two .map {
    border: 0;
    width: 100%;
    height: 300px;
    margin-bottom: 40px; }
    .page-template-page-contact .section .container .row.half .col.two .map:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 1200px) {
      .page-template-page-contact .section .container .row.half .col.two .map {
        height: 254px; } }
    @media screen and (max-width: 960px) {
      .page-template-page-contact .section .container .row.half .col.two .map {
        height: 197px;
        margin-bottom: 40px;
        margin-top: 20px; } }

/* Buttons */
.wp-block-button .wp-block-button__link {
  background: #090909;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 16px 30px;
  margin-bottom: 10px;
  border: 0; }
  @media screen and (max-width: 820px) {
    .wp-block-button .wp-block-button__link {
      margin: 10px auto 10px; } }
  .wp-block-button .wp-block-button__link:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    background: #b5995e; }

.page-template-page-public-news p + .members-news,
.page-template-page-golf-news p + .members-news,
.page-template-page-news-php p + .members-news,
.page-template-template-home p + .members-news {
  margin-top: 30px; }

.page-template-page-public-news .members-news,
.page-template-page-golf-news .members-news,
.page-template-page-news-php .members-news,
.page-template-template-home .members-news {
  display: flex; }
  @media screen and (max-width: 1200px) {
    .page-template-page-public-news .members-news,
    .page-template-page-golf-news .members-news,
    .page-template-page-news-php .members-news,
    .page-template-template-home .members-news {
      display: block; } }
  .page-template-page-public-news .members-news .post,
  .page-template-page-golf-news .members-news .post,
  .page-template-page-news-php .members-news .post,
  .page-template-template-home .members-news .post {
    width: 23%;
    float: none;
    margin-bottom: 40px;
    clear: inherit;
    position: relative;
    margin-right: 3%;
    background: #EBEBEB; }
    @media screen and (max-width: 1200px) {
      .page-template-page-public-news .members-news .post,
      .page-template-page-golf-news .members-news .post,
      .page-template-page-news-php .members-news .post,
      .page-template-template-home .members-news .post {
        width: 48%;
        clear: inherit;
        position: relative;
        margin-right: 4%;
        background: #EBEBEB;
        float: left; } }
    @media screen and (max-width: 640px) {
      .page-template-page-public-news .members-news .post,
      .page-template-page-golf-news .members-news .post,
      .page-template-page-news-php .members-news .post,
      .page-template-template-home .members-news .post {
        width: 100%;
        float: none;
        margin-right: 0; } }
    .page-template-page-public-news .members-news .post .date,
    .page-template-page-golf-news .members-news .post .date,
    .page-template-page-news-php .members-news .post .date,
    .page-template-template-home .members-news .post .date {
      position: absolute;
      right: 0;
      top: 0;
      background: #050505;
      color: #ffffff;
      font-size: 13px;
      line-height: 25px;
      padding: 0 10px; }
    .page-template-page-public-news .members-news .post img,
    .page-template-page-golf-news .members-news .post img,
    .page-template-page-news-php .members-news .post img,
    .page-template-template-home .members-news .post img {
      width: 100%;
      height: auto;
      height: 180px;
      object-fit: cover; }
    .page-template-page-public-news .members-news .post .post-content,
    .page-template-page-golf-news .members-news .post .post-content,
    .page-template-page-news-php .members-news .post .post-content,
    .page-template-template-home .members-news .post .post-content {
      padding: 30px; }
      @media screen and (max-width: 1024px) {
        .page-template-page-public-news .members-news .post .post-content,
        .page-template-page-golf-news .members-news .post .post-content,
        .page-template-page-news-php .members-news .post .post-content,
        .page-template-template-home .members-news .post .post-content {
          min-height: 270px; } }
      @media screen and (max-width: 640px) {
        .page-template-page-public-news .members-news .post .post-content,
        .page-template-page-golf-news .members-news .post .post-content,
        .page-template-page-news-php .members-news .post .post-content,
        .page-template-template-home .members-news .post .post-content {
          min-height: auto; } }
      .page-template-page-public-news .members-news .post .post-content h3,
      .page-template-page-golf-news .members-news .post .post-content h3,
      .page-template-page-news-php .members-news .post .post-content h3,
      .page-template-template-home .members-news .post .post-content h3 {
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        line-height: 32px;
        text-transform: none;
        letter-spacing: 0px; }
        .page-template-page-public-news .members-news .post .post-content h3 a,
        .page-template-page-golf-news .members-news .post .post-content h3 a,
        .page-template-page-news-php .members-news .post .post-content h3 a,
        .page-template-template-home .members-news .post .post-content h3 a {
          color: #202020;
          text-decoration: none; }
      .page-template-page-public-news .members-news .post .post-content p,
      .page-template-page-golf-news .members-news .post .post-content p,
      .page-template-page-news-php .members-news .post .post-content p,
      .page-template-template-home .members-news .post .post-content p {
        font-size: 16px;
        line-height: 24px; }
      .page-template-page-public-news .members-news .post .post-content p.read_more_link,
      .page-template-page-golf-news .members-news .post .post-content p.read_more_link,
      .page-template-page-news-php .members-news .post .post-content p.read_more_link,
      .page-template-template-home .members-news .post .post-content p.read_more_link {
        font-size: 16px;
        right: 30px;
        bottom: 30px;
        position: absolute;
        float: right;
        margin-bottom: 0;
        font-weight: 600; }
        .page-template-page-public-news .members-news .post .post-content p.read_more_link a,
        .page-template-page-golf-news .members-news .post .post-content p.read_more_link a,
        .page-template-page-news-php .members-news .post .post-content p.read_more_link a,
        .page-template-template-home .members-news .post .post-content p.read_more_link a {
          text-decoration: none;
          color: #090909; }
        @media screen and (max-width: 820px) {
          .page-template-page-public-news .members-news .post .post-content p.read_more_link,
          .page-template-page-golf-news .members-news .post .post-content p.read_more_link,
          .page-template-page-news-php .members-news .post .post-content p.read_more_link,
          .page-template-template-home .members-news .post .post-content p.read_more_link {
            right: auto;
            bottom: auto;
            position: relative; } }
    .page-template-page-public-news .members-news .post img,
    .page-template-page-golf-news .members-news .post img,
    .page-template-page-news-php .members-news .post img,
    .page-template-template-home .members-news .post img {
      height: 180px; }
      @media screen and (max-width: 1024px) {
        .page-template-page-public-news .members-news .post img,
        .page-template-page-golf-news .members-news .post img,
        .page-template-page-news-php .members-news .post img,
        .page-template-template-home .members-news .post img {
          min-height: 180px; } }
      @media screen and (max-width: 640px) {
        .page-template-page-public-news .members-news .post img,
        .page-template-page-golf-news .members-news .post img,
        .page-template-page-news-php .members-news .post img,
        .page-template-template-home .members-news .post img {
          height: 250px; } }
    .page-template-page-public-news .members-news .post:nth-of-type(4n+4),
    .page-template-page-golf-news .members-news .post:nth-of-type(4n+4),
    .page-template-page-news-php .members-news .post:nth-of-type(4n+4),
    .page-template-template-home .members-news .post:nth-of-type(4n+4) {
      margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .page-template-page-public-news .members-news .post:nth-of-type(4n+4),
        .page-template-page-golf-news .members-news .post:nth-of-type(4n+4),
        .page-template-page-news-php .members-news .post:nth-of-type(4n+4),
        .page-template-template-home .members-news .post:nth-of-type(4n+4) {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      .page-template-page-public-news .members-news .post:nth-of-type(2n+2),
      .page-template-page-golf-news .members-news .post:nth-of-type(2n+2),
      .page-template-page-news-php .members-news .post:nth-of-type(2n+2),
      .page-template-template-home .members-news .post:nth-of-type(2n+2) {
        margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .page-template-page-public-news .members-news .post:nth-of-type(2n+2),
      .page-template-page-golf-news .members-news .post:nth-of-type(2n+2),
      .page-template-page-news-php .members-news .post:nth-of-type(2n+2),
      .page-template-template-home .members-news .post:nth-of-type(2n+2) {
        margin-right: 0; } }
  .page-template-page-public-news .members-news .post-nav,
  .page-template-page-golf-news .members-news .post-nav,
  .page-template-page-news-php .members-news .post-nav,
  .page-template-template-home .members-news .post-nav {
    display: none; }

.page-template-template-home .members-news .container {
  text-align: center; }

.page-template-template-home .members-news .flex {
  display: flex;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .page-template-template-home .members-news .flex {
      display: block; } }

.posts .top-news {
  display: flex; }
  .posts .top-news .post {
    display: block; }
    .posts .top-news .post .date {
      display: block; }
    .posts .top-news .post img {
      width: 100%;
      height: auto; }
    .posts .top-news .post .post-content {
      display: block; }

.public-bookings-buttons {
  width: 100%; }
  .public-bookings-buttons .button {
    width: 45%;
    margin-right: 5%;
    float: left; }
    @media screen and (max-width: 640px) {
      .public-bookings-buttons .button {
        width: 100%;
        margin-right: 0;
        float: none; } }
    .public-bookings-buttons .button a.btn {
      display: block;
      text-align: center;
      font-weight: 600;
      font-size: 16px; }

.single-course .container .row.half .col.one {
  width: 40%; }
  @media screen and (max-width: 1024px) {
    .single-course .container .row.half .col.one {
      width: 100%; } }

.single-course .container .row.half .col.two {
  width: 60%; }
  @media screen and (max-width: 1024px) {
    .single-course .container .row.half .col.two {
      width: 100%; } }
  .single-course .container .row.half .col.two img.flyover {
    width: 200px;
    height: auto;
    float: left;
    margin-top: 90px; }
    @media screen and (max-width: 1024px) {
      .single-course .container .row.half .col.two img.flyover {
        width: 200px;
        float: none;
        margin: 0 auto;
        display: inherit; } }
  .single-course .container .row.half .col.two .hole-stats {
    width: calc(100% - 250px);
    float: right; }
    @media screen and (max-width: 1024px) {
      .single-course .container .row.half .col.two .hole-stats {
        width: 100%;
        float: none; } }

.home #main .ugb-content-wrapper .ugb-feature__image-side .ugb-feature__image {
  max-width: unset !important;
  height: auto !important; }

/* Scss Document */
.page-template-prodGen {
  /* Product Styles */
  /* Font Overrides etc - coz roboto is everywhere */
  /* Holding text */
  /* Event and Golf Bookings */
  /* Event Nav */
  /* Edit Days Link */
  /* Bookings - Event List */
  /* Login Form */
  /* Change Password . */
  /* My Information */
  /* Golf Bookings */
  /* Playing Partners */
  /* Members Directory */
  /* MiStats */
  /* Eclectic Leaderboard */ }
  .page-template-prodGen html,
  .page-template-prodGen body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    color: #404040;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen html,
      .page-template-prodGen body {
        font-size: 16px;
        line-height: 26px; } }
  .page-template-prodGen #footer-container {
    font-family: "Raleway", sans-serif; }
  .page-template-prodGen #eventListForm,
  .page-template-prodGen .ui-widget input,
  .page-template-prodGen .ui-widget,
  .page-template-prodGen #registrationSheet {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px; }
  .page-template-prodGen #navigation .nav-inner .nav ul li a {
    font-family: "Raleway", sans-serif !important; }
  .page-template-prodGen #footer-container {
    font-family: "Raleway", sans-serif !important; }
  .page-template-prodGen .eventHeader,
  .page-template-prodGen .nav-title h2 {
    font-family: "Raleway", sans-serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 48px;
    margin: 0 0 40px;
    padding-top: 3px;
    text-transform: none;
    color: #202020; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen .eventHeader,
      .page-template-prodGen .nav-title h2 {
        font-size: 30px !important;
        line-height: 38px;
        margin: 0 0 20px; } }
  .page-template-prodGen #main.members .container {
    width: 75%; }
    @media screen and (max-width: 1600px) {
      .page-template-prodGen #main.members .container {
        width: 90%; } }
  .page-template-prodGen .searchTxt {
    font-weight: 600; }
  .page-template-prodGen #reserves .ui-commandlink.btn-success.successBtn {
    height: 48px; }
  @media screen and (max-width: 640px) {
    .page-template-prodGen #systemTimeId {
      margin: 0 0 10px; } }
  @media screen and (max-width: 820px) {
    .page-template-prodGen .event-nav {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .page-template-prodGen .event-nav {
      background: #b5995e;
      width: 100%;
      text-align: left; } }
  .page-template-prodGen .event-nav .ui-button.ui-widget {
    background: #090909;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 30px;
    opacity: 1;
    margin-bottom: 10px;
    border: 0;
    transition: all 0.3s ease; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-nav .ui-button.ui-widget {
        border-radius: 0;
        margin: 0 auto;
        width: 50%; } }
    .page-template-prodGen .event-nav .ui-button.ui-widget.ui-state-active, .page-template-prodGen .event-nav .ui-button.ui-widget:hover {
      background: #b5995e;
      border: none;
      transition: all 0.3s ease; }
    .page-template-prodGen .event-nav .ui-button.ui-widget:hover {
      cursor: pointer; }
  .page-template-prodGen .event-nav .ui-buttonset {
    margin-right: 0; }
  .page-template-prodGen .event-nav .ui-selectonebutton {
    padding: 0; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-nav .ui-selectonebutton {
        width: 100%; } }
  .page-template-prodGen .event-editdays {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-editdays {
        left: auto;
        top: auto;
        display: block; } }
    .page-template-prodGen .event-editdays a {
      background: #CCCCCC;
      color: #090909;
      border-radius: 0;
      padding: 10px 15px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 16px;
      margin: 0 0 0 10px; }
      @media screen and (max-width: 640px) {
        .page-template-prodGen .event-editdays a {
          margin: 0 auto; } }
    .page-template-prodGen .event-editdays:hover a {
      background: #b5995e;
      transition: all 0.3s ease; }
  .page-template-prodGen .eventList {
    /* Date picker - I think */
    /* Checkbox Labels */ }
    @media screen and (max-width: 1200px) {
      .page-template-prodGen .eventList {
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList {
        margin: 10px auto; } }
    @media screen and (max-width: 1400px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 45%; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 45%; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 100%; } }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-inputfield.hasDatepicker {
      padding: 10px;
      font-size: 14px;
      letter-spacing: 0;
      display: block;
      float: left;
      margin: 0 auto; }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
      padding: 7px 20px 8px;
      display: block;
      float: left;
      border: 1px solid #ccc;
      margin: 0 10px; }
      @media screen and (max-width: 1400px) {
        .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
          padding: 7px 10px 8px;
          margin: 0 5px; } }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-outputlabel.ui-widget,
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-selectonelistbox.ui-inputfield {
      font-size: 14px; }
    @media screen and (max-width: 1400px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 400px;
        float: right; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 55%; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-9 div {
        float: left !important; } }
    .page-template-prodGen .eventList .ui-grid-col-9 .menuItem {
      font-size: 13px !important; }
  .page-template-prodGen .member-view .row,
  .page-template-prodGen .groupbooking-table .row {
    margin-bottom: 0; }
  .page-template-prodGen .primary-btn {
    background: #090909; }
  .page-template-prodGen a.btn {
    background: #090909 !important; }
    .page-template-prodGen a.btn:hover {
      border: 2px solid #090909 !important; }
  .page-template-prodGen .btn-primary.active,
  .page-template-prodGen .btn-primary.focus,
  .page-template-prodGen .btn-primary:active,
  .page-template-prodGen .btn-primary:focus,
  .page-template-prodGen .btn-primary:hover,
  .page-template-prodGen .open > .dropdown-toggle.btn-primary {
    background: #090909; }
  .page-template-prodGen.login-page #banner {
    display: none; }
  .page-template-prodGen.login-page #main {
    background: url(/cms/wp-content/themes/peninsula/assets/images/bg-login.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 120px; }
    @media screen and (max-width: 820px) {
      .page-template-prodGen.login-page #main {
        padding-top: 80px; } }
    .page-template-prodGen.login-page #main .section .container {
      padding: 0;
      margin: 100px auto 0; }
      @media screen and (max-width: 1200px) {
        .page-template-prodGen.login-page #main .section .container {
          margin: 80px auto; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen.login-page #main .section .container {
          margin: 40px auto; } }
      .page-template-prodGen.login-page #main .section .container .header {
        float: left;
        width: 50%;
        background: #ffffff;
        padding: 0px 0 0 60px; }
        @media screen and (max-width: 1200px) {
          .page-template-prodGen.login-page #main .section .container .header {
            padding: 0px; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen.login-page #main .section .container .header {
            background: transparent;
            position: absolute;
            top: 0;
            z-index: 1;
            width: 100%;
            padding: 0;
            float: none;
            text-align: center; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen.login-page #main .section .container .header h1 {
            margin: 40px auto; } }
      .page-template-prodGen.login-page #main .section .container .login {
        overflow: hidden;
        float: left; }
        .page-template-prodGen.login-page #main .section .container .login .left {
          float: right;
          width: 50%;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          padding: 0px;
          margin-top: 100px; }
          @media screen and (max-width: 1024px) {
            .page-template-prodGen.login-page #main .section .container .login .left {
              margin-top: 60px; } }
          @media screen and (max-width: 820px) {
            .page-template-prodGen.login-page #main .section .container .login .left {
              width: 100%;
              float: none;
              position: relative;
              padding: 20px;
              margin-top: 100px; } }
          .page-template-prodGen.login-page #main .section .container .login .left form {
            background: #090909;
            padding: 50px 60px 50px;
            width: 500px;
            margin: 0 auto; }
            @media screen and (max-width: 1200px) {
              .page-template-prodGen.login-page #main .section .container .login .left form {
                width: 100%; } }
            @media screen and (max-width: 820px) {
              .page-template-prodGen.login-page #main .section .container .login .left form {
                width: 100%;
                padding: 40px; } }
            .page-template-prodGen.login-page #main .section .container .login .left form .input {
              margin-bottom: 30px; }
              .page-template-prodGen.login-page #main .section .container .login .left form .input .fa {
                margin: -32px 0 0 20px; }
            .page-template-prodGen.login-page #main .section .container .login .left form span {
              display: block;
              color: #ffffff; }
            .page-template-prodGen.login-page #main .section .container .login .left form input {
              width: 100%;
              background: #ffffff;
              color: #404040;
              font-family: "Raleway", sans-serif;
              font-size: 19px;
              line-height: 22px;
              height: 48px;
              border: 0;
              padding: 0 0 0 60px; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen.login-page #main .section .container .login .left form input {
                  width: 100%; } }
            .page-template-prodGen.login-page #main .section .container .login .left form input[type=submit] {
              background: #b5995e;
              color: #ffffff;
              font-family: "Raleway", sans-serif;
              border-radius: 0px;
              font-size: 14px;
              line-height: 14px;
              letter-spacing: 0.5px;
              text-transform: uppercase;
              text-align: center;
              transition: all 0.3s ease;
              font-weight: 600;
              padding: 16px 30px;
              margin: 0 auto 10px;
              border: 0;
              opacity: 1;
              display: block;
              width: auto; }
              .page-template-prodGen.login-page #main .section .container .login .left form input[type=submit]:hover {
                transition: all 0.3s ease;
                opacity: 0.7;
                cursor: pointer; }
            .page-template-prodGen.login-page #main .section .container .login .left form a {
              display: block;
              text-align: center;
              color: #ffffff;
              font-size: 14px; }
        .page-template-prodGen.login-page #main .section .container .login .right {
          float: left;
          width: 50%;
          background: #ffffff;
          padding: 0 60px 100px; }
          @media screen and (max-width: 1200px) {
            .page-template-prodGen.login-page #main .section .container .login .right {
              padding: 0 5% 40px 0; } }
          @media screen and (max-width: 820px) {
            .page-template-prodGen.login-page #main .section .container .login .right {
              float: none;
              width: 100%;
              padding: 20px; } }
          .page-template-prodGen.login-page #main .section .container .login .right h2, .page-template-prodGen.login-page #main .section .container .login .right h3 {
            font-size: 26px;
            line-height: 28px;
            margin: 40px 0 20px; }
          .page-template-prodGen.login-page #main .section .container .login .right h3 {
            margin: 10px 0 20px;
            font-family: "Raleway", sans-serif;
            font-weight: 400;
            text-transform: none; }
          .page-template-prodGen.login-page #main .section .container .login .right p {
            margin-bottom: 0; }
  .page-template-prodGen .details {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 28px;
    /* Edit Member */ }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen .details {
        font-size: 16px;
        line-height: 26px; } }
    .page-template-prodGen .details table.portal {
      margin-top: 0; }
    .page-template-prodGen .details .errortext {
      text-align: center; }
    .page-template-prodGen .details .portal {
      width: 100%;
      padding: 40px;
      background: #090909;
      margin-top: 40px;
      border: 0px; }
      .page-template-prodGen .details .portal input, .page-template-prodGen .details .portal select, .page-template-prodGen .details .portal textarea, .page-template-prodGen .details .portal button {
        border: 0; }
      .page-template-prodGen .details .portal th {
        height: auto;
        text-align: center;
        font-family: "Raleway", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 48px;
        margin: 0;
        padding: 40px;
        background: #090909; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen .details .portal th {
            font-size: 30px;
            line-height: 38px;
            padding: 30px; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal th {
            text-align: center;
            display: block; } }
      .page-template-prodGen .details .portal div[align=center] {
        width: 100%; }
        .page-template-prodGen .details .portal div[align=center] table {
          width: 100%; }
          .page-template-prodGen .details .portal div[align=center] table td {
            width: 50%;
            padding-right: 30px;
            vertical-align: top;
            font-family: "Raleway", sans-serif; }
            @media screen and (max-width: 820px) {
              .page-template-prodGen .details .portal div[align=center] table td {
                width: 100%;
                display: block;
                text-align: center;
                padding: 0 30px; } }
            .page-template-prodGen .details .portal div[align=center] table td div[align=right] {
              font-size: 18px;
              line-height: 38px;
              color: #ffffff; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen .details .portal div[align=center] table td div[align=right] {
                  text-align: center; } }
            .page-template-prodGen .details .portal div[align=center] table td input {
              height: 40px;
              margin-bottom: 20px;
              width: 50%; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen .details .portal div[align=center] table td input {
                  width: 90%;
                  display: block;
                  margin: 5px auto 20px; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details .portal tr {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details .portal tr td {
          display: block;
          width: 100%; } }
      .page-template-prodGen .details .portal tr:nth-of-type(4n+3) td div[align=center] {
        width: 50%;
        text-align: left;
        float: right; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal tr:nth-of-type(4n+3) td div[align=center] {
            display: block;
            width: 100%;
            float: none;
            text-align: center; } }
      .page-template-prodGen .details .portal input[type=submit],
      .page-template-prodGen .details .portal input[type=button] {
        background: #b5995e;
        color: #ffffff;
        font-family: "Raleway", sans-serif;
        border-radius: 0px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 16px 30px;
        opacity: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal input[type=submit],
          .page-template-prodGen .details .portal input[type=button] {
            margin: 20px auto 10px; } }
        .page-template-prodGen .details .portal input[type=submit]:hover,
        .page-template-prodGen .details .portal input[type=button]:hover {
          transition: all 0.3s ease;
          opacity: 0.8; }
      .page-template-prodGen .details .portal input[type=button] {
        background: #ffffff;
        color: #090909;
        margin-left: 10px; }
    .page-template-prodGen .details form table tbody tr td div[align=center] input {
      background: #b5995e;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      border-radius: 0px;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 12px 30px;
      opacity: 1;
      margin-bottom: 10px;
      border: 0; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details form table tbody tr td div[align=center] input {
          margin: 20px auto 10px; } }
      .page-template-prodGen .details form table tbody tr td div[align=center] input:hover {
        transition: all 0.3s ease;
        opacity: 0.8;
        cursor: pointer; }
    .page-template-prodGen .details form table tbody tr td div[align=center] a {
      color: #090909;
      text-decoration: underline !important;
      font-family: "Raleway", sans-serif; }
    .page-template-prodGen .details form table tbody tr td table.portal {
      margin-top: 40px;
      padding: 0 40px 40px;
      font-size: 18px;
      line-height: 38px;
      color: #ffffff; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details form table tbody tr td table.portal {
          padding: 0px 0px 40px; } }
      .page-template-prodGen .details form table tbody tr td table.portal tr td {
        width: 50%;
        padding-right: 30px;
        vertical-align: top;
        font-family: "Raleway", sans-serif;
        text-align: left; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0 30px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td:nth-last-child(2n+2) {
          text-align: right;
          font-size: 18px;
          line-height: 38px;
          color: #ffffff; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td:nth-last-child(2n+2) {
              width: 100%;
              display: block;
              text-align: center !important;
              padding: 0 0px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td input {
          height: 40px;
          margin-bottom: 20px;
          width: 50%;
          padding: 0 10px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          color: #404040; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td input {
              width: 90%;
              display: block;
              margin: 5px auto 20px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td select {
          height: 40px;
          margin-bottom: 20px;
          width: 50%;
          padding: 0 10px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          color: #404040; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td select {
              width: 90%;
              display: block;
              margin: 5px auto 20px; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable {
            width: 90%;
            display: table;
            text-align: center;
            margin: 0 auto; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable tr td {
            width: 100%;
            display: table-cell; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable input {
          width: 100%; }
  .page-template-prodGen #main .column {
    width: 48.75%;
    float: left;
    /* My Details Box */
    /* MiStats */ }
    .page-template-prodGen #main .column .panel {
      background: #EBEBEB;
      padding: 40px;
      overflow: hidden;
      margin-bottom: 40px;
      position: relative; }
      .page-template-prodGen #main .column .panel h2 {
        font-family: "Raleway", sans-serif;
        font-size: 30px;
        line-height: 32px;
        text-transform: none;
        letter-spacing: 0px; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen #main .column .panel h2 {
            font-size: 25px;
            line-height: 27px; } }
        .page-template-prodGen #main .column .panel h2 a {
          color: #090909;
          text-decoration: none; }
      .page-template-prodGen #main .column .panel p {
        margin-bottom: 20px; }
        .page-template-prodGen #main .column .panel p .read_more_link {
          display: none; }
      .page-template-prodGen #main .column .panel ul {
        margin: 0;
        padding: 0; }
        .page-template-prodGen #main .column .panel ul li {
          list-style: none; }
          .page-template-prodGen #main .column .panel ul li.portEmail {
            text-decoration: underline; }
            .page-template-prodGen #main .column .panel ul li.portEmail:hover {
              text-decoration: none;
              cursor: pointer; }
      .page-template-prodGen #main .column .panel table {
        margin-bottom: 20px; }
        .page-template-prodGen #main .column .panel table tr td {
          font-size: 18px;
          line-height: 28px;
          font-family: "Raleway", sans-serif; }
      .page-template-prodGen #main .column .panel .portalLink {
        position: absolute;
        right: 40px;
        bottom: 40px;
        float: right;
        margin-bottom: 0;
        text-decoration: none;
        color: #090909; }
        .page-template-prodGen #main .column .panel .portalLink a {
          color: #090909;
          text-decoration: underline !important; }
          .page-template-prodGen #main .column .panel .portalLink a:hover {
            text-decoration: none !important; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen #main .column .panel .portalLink {
            right: 30px;
            bottom: 30px; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #main .column {
        width: 100%;
        float: none; } }
    .page-template-prodGen #main .column:last-of-type {
      margin-left: 2.5%; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #main .column:last-of-type {
          margin-left: 0; } }
    .page-template-prodGen #main .column #mistats h4 {
      font-size: 16px;
      margin: 0 0 10px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen #main .column #mistats h4 {
          font-size: 14px; } }
  .page-template-prodGen #make-booking-cont #partnerForm {
    font-family: "Raleway", sans-serif; }
    .page-template-prodGen #make-booking-cont #partnerForm .glyphicon-remove {
      margin-top: 5px; }
    .page-template-prodGen #make-booking-cont #partnerForm .row {
      display: block; }
      .page-template-prodGen #make-booking-cont #partnerForm .row span {
        font-family: "Raleway", sans-serif;
        padding: 0 15px !important; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #make-booking-cont #partnerForm .row .col-xs-9 {
          width: 65%; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #make-booking-cont #partnerForm .row .col-xs-3 {
          width: 35%; } }
    .page-template-prodGen #make-booking-cont #partnerForm .partnerList li.ui-state-active.non-btn a {
      color: #090909 !important;
      font-weight: 400 !important; }
  .page-template-prodGen #make-booking-cont .mbCancel .btn-primary {
    color: #ffffff !important;
    background-color: #090909 !important;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 0; }
    .page-template-prodGen #make-booking-cont .mbCancel .btn-primary:hover {
      background: #b5995e !important;
      opacity: 1; }
  .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp {
    background: #090909;
    color: #ffffff;
    padding: 40px !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    /*@include media($desktop) {
						width: 48.75% !important;
					}*/ }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp {
        width: 100% !important;
        float: none; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:first-of-type {
      width: 37.5% !important; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:first-of-type {
          width: 100% !important;
          float: none; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:last-of-type {
      background: transparent;
      color: #090909; }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content {
      padding: 0; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content p {
        color: #ffffff;
        margin-bottom: 10px; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList {
        margin-top: 5px;
        margin-bottom: 23px; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList {
            margin-bottom: 0; } }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList a {
          color: #404040;
          transition: all 0.3s ease;
          border: 1px solid #ffffff; }
          .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList a:hover {
            background: #b5995e;
            color: #ffffff;
            transition: all 0.3s ease;
            border: 1px solid #b5995e; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch input {
        border-radius: 0;
        height: 40px;
        float: left;
        border: 1px solid #090909; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button {
        border-radius: 0px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 12px 30px;
        opacity: 1;
        margin-bottom: 10px;
        border: 0;
        transition: all 0.3s ease;
        background: #ffffff;
        color: #090909; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-corner-left {
          border-radius: 0px; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-corner-right {
          border-radius: 0px; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-state-active {
          background: #CCCCCC;
          transition: all 0.3s ease; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button:hover {
          background: #ffffff;
          transition: all 0.3s ease; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch button.ui-button {
        background: #b5995e;
        color: #ffffff;
        border-radius: 0; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch button.ui-button:hover {
          background: #ffffff;
          color: #090909;
          transition: all 0.3s ease; }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-titlebar {
      padding: 0; }
  .page-template-prodGen #memberSearch #mainLayout .ui-panel-title {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0;
    color: #ffffff;
    margin-bottom: 25px;
    display: block; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen #memberSearch #mainLayout .ui-panel-title {
        font-size: 25px;
        line-height: 27px; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel-title a {
      color: #090909;
      text-decoration: none; }
  .page-template-prodGen #memberSearch #mainLayout .ui-button.ui-widget.ui-state-active {
    background: #CCCCCC;
    color: #090909;
    border: 0;
    text-transform: uppercase; }
  .page-template-prodGen #memberSearch #mainLayout .ui-paginator .ui-paginator-pages {
    font-size: 16px;
    line-height: 16px;
    font-family: "Raleway", sans-serif; }
  .page-template-prodGen #memberSearch #mainLayout .ui-paginator .ui-corner-all {
    line-height: 16px; }
  .page-template-prodGen #memberSearch #mainLayout .ui-datatable-tablewrapper tr th {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #090909;
    background: #090909;
    color: #ffffff; }
  .page-template-prodGen #memberSearch #mainLayout .ui-datatable-tablewrapper tr td {
    border: 1px solid #090909;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    padding: 5px 10px !important;
    color: #404040; }
  .page-template-prodGen #memberSearch li.ui-state-active.non-btn a {
    color: #090909 !important; }
  .page-template-prodGen .miStats {
    /* Buttons */ }
    .page-template-prodGen .miStats h2 {
      font-family: "Raleway", sans-serif !important;
      font-size: 40px !important;
      font-weight: 400 !important;
      line-height: 48px;
      margin: 0 0 40px;
      padding-top: 3px;
      text-transform: none; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen .miStats h2 {
          font-size: 30px !important;
          line-height: 38px;
          margin: 0 0 20px; } }
    .page-template-prodGen .miStats .pull-right .btn {
      background: #F0D8C2 !important;
      color: #090909 !important;
      border: 0;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 13px 30px;
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      line-height: 12px;
      margin: 5px;
      border-radius: 0; }
      .page-template-prodGen .miStats .pull-right .btn.active {
        background: #090909 !important;
        color: #ffffff !important; }
      .page-template-prodGen .miStats .pull-right .btn:hover {
        opacity: 1;
        background: #090909 !important;
        color: #ffffff !important;
        transition: all 0.3s ease; }
    .page-template-prodGen .miStats .pull-right .btn-primary {
      background: #F0D8C2 !important;
      color: #090909 !important;
      border: 0;
      transition: all 0.3s ease;
      border-radius: 0; }
      .page-template-prodGen .miStats .pull-right .btn-primary:hover {
        opacity: 1;
        transition: all 0.3s ease;
        background: #090909 !important;
        color: #ffffff !important; }
    .page-template-prodGen .miStats .input-group-addon {
      border-radius: 0; }
  @media screen and (max-width: 640px) {
    .page-template-prodGen .ecc-Cont {
      overflow: scroll; } }
  .page-template-prodGen .ecc-Cont h2 {
    font-family: "Raleway", sans-serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 48px;
    margin: 0 0 40px;
    padding-top: 3px;
    text-transform: none;
    color: #202020; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen .ecc-Cont h2 {
        font-size: 30px !important;
        line-height: 38px;
        margin: 0 0 20px; } }
  .page-template-prodGen .ecc-Cont .ecc-header label {
    font-family: "Raleway", sans-serif; }
  .page-template-prodGen .ecc-Cont .table-striped {
    font-family: "Raleway", sans-serif;
    border-collapse: collapse; }
    .page-template-prodGen .ecc-Cont .table-striped th {
      background: #090909;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      border: 0;
      padding-right: 30px;
      vertical-align: top;
      font-size: 14px; }

/* Members Home */
.page-template-page-members-home .news {
  float: left;
  width: 71%; }
  @media screen and (max-width: 820px) {
    .page-template-page-members-home .news {
      width: 100%;
      float: none; } }

.page-template-page-members-home #sidebar {
  width: 24%; }
  @media screen and (max-width: 820px) {
    .page-template-page-members-home #sidebar {
      width: 100%;
      float: none; } }
  @media screen and (max-width: 820px) {
    .page-template-page-members-home #sidebar #members-btn {
      display: block; } }
  .page-template-page-members-home #sidebar .sidebar-content {
    /* Weather */ }
    @media screen and (max-width: 820px) {
      .page-template-page-members-home #sidebar .sidebar-content {
        display: none;
        padding-top: 40px; } }
    .page-template-page-members-home #sidebar .sidebar-content.show {
      display: block; }
    .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt {
      width: 25%;
      float: left;
      text-align: left; }
      .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt:nth-of-type(5n+5), .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt:nth-of-type(6n+6) {
        display: none; }
      .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt img {
        width: 62px;
        height: auto; }
      .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt .weatherDay {
        display: block;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin: 5px 0; }
      .page-template-page-members-home #sidebar .sidebar-content #weatherFeed .weatherCt .weatherTempR {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400; }
    .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events {
      margin: 0 auto 40px;
      padding: 0; }
      .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li {
        background: #EBEBEB;
        padding: 20px;
        border-bottom: 1px solid #CCCCCC;
        list-style: none;
        margin: 0 auto;
        overflow: hidden; }
        .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event {
          overflow: hidden;
          position: relative; }
          .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .date {
            font-size: 15px; }
          .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .date-box {
            background: #090909;
            padding: 10px;
            float: left;
            text-align: center;
            margin: 0 20px 0 0;
            width: 60px;
            line-height: 22px; }
            .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .date-box .day {
              display: block;
              color: #ffffff;
              font-weight: 600;
              font-size: 15px; }
            .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .date-box .month {
              display: block;
              color: #ffffff;
              font-weight: 600;
              font-size: 16px; }
          .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event h4 {
            font-size: 18px;
            line-height: 18px;
            text-transform: none;
            letter-spacing: 0.5px;
            margin: 0 0 5px; }
          .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .read_more_link {
            float: right;
            font-size: 14px;
            position: absolute;
            right: 0;
            bottom: 0; }
            @media screen and (max-width: 1200px) {
              .page-template-page-members-home #sidebar .sidebar-content .col.events .eo-events li .event .read_more_link {
                position: relative;
                right: auto;
                bottom: auto;
                float: none; } }

.section .container .row .gform_wrapper form .gform_footer input[type=submit],
.section .container .row .gform_wrapper form .gform_footer input[type=button] {
  background: #090909;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 16px 30px;
  opacity: 1;
  margin-bottom: 10px;
  border: 0; }
  .section .container .row .gform_wrapper form .gform_footer input[type=submit]:hover,
  .section .container .row .gform_wrapper form .gform_footer input[type=button]:hover {
    background: #b5995e; }

.remember input#rememberMe {
  width: 22px !important;
  height: 22px !important;
  padding: 0; }

/*
.page-content.public-calendar .row .container-fluid.teetime-search-filters {
  width: 100%; }
  .page-content.public-calendar .row .container-fluid.teetime-search-filters .col-xs-12 {
    padding-left: 0; }
  .page-content.public-calendar .row .container-fluid.teetime-search-filters form .filter-wrapper {
    padding-left: 0; }
    .page-content.public-calendar .row .container-fluid.teetime-search-filters form .filter-wrapper .col-xs-12 {
      padding-left: 0; }
  .page-content.public-calendar .row .container-fluid.teetime-search-filters .btn-wrapper {
    padding-right: 0; }
  .page-content.public-calendar .row .container-fluid.teetime-search-filters h3.resourceName {
    margin: 0 0 30px;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 40px;
    padding-top: 3px;
    color: #202020;
    text-transform: none; }
  .page-content.public-calendar .row .container-fluid.teetime-search-filters .filter-wrapper .form-group .input-group #datepicker {
    height: 30px; }

.page-content.public-calendar .main-content .teetime-fixtures-table {
  font-family: "Raleway", sans-serif;
  padding: 0; }
  .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading {
    padding-left: 15px;
    padding-right: 15px;
    background: #810629 !important;
    margin-left: 0;
    margin-right: 0; }
    .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .row-heading {
      position: absolute;
      z-index: 1;
      top: 17px;
      right: 0;
      display: block;
      font-size: 22px;
      margin-top: 0px;
      width: 22px;
      height: 26px;
      overflow: hidden;
      color: #fff;
      left: 0;
      background: #810629; }
      .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .row-heading .date-nav-prev {
        margin-top: 0; }
    .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper {
      width: calc(100% - 100px);
      margin-left: 50px;
      background: #810629; }
      @media screen and (max-width: 640px) {
        .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper {
          width: 100%; } }
      .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper .cell-heading {
        background: #810629; }
        .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper .cell-heading h3 {
          color: #ffffff;
          text-transform: none;
          font-size: 20px; }
          @media screen and (max-width: 640px) {
            .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper .cell-heading h3 {
              font-size: 18px; } }
        .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper .cell-heading p {
          color: #ffffff; }
      .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .cell-heading-wrapper .cell-heading-today {
        padding-top: 0;
        background: #090909; }
    .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .date-nav {
      background: #810629;
      top: 3px; }
    .page-content.public-calendar .main-content .teetime-fixtures-table .table-heading .date-nav-next {
      right: 10px; }
  .page-content.public-calendar .main-content .teetime-fixtures-table .row-wrapper {
    padding-left: 0;
    padding-right: 0; }

.page-content.public-calendar .btn-primary {
  background: #090909 !important;
  border: 1px solid #090909 !important; }

.page-content.public-calendar button.no-login strong {
  color: #090909; }

*/

#teenet img {
  float: right; }

/*Block Styles*/
.wp-block-media-text .editor-inner-blocks {
  padding: initial; }

.wp-block-column iframe {
  margin-top: 25px; }

@media (max-width: 782px) {
  .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important; } }

/*Editor Styles*/
.editor-styles-wrapper {
  font-family: "Raleway", sans-serif !important; }
  .editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
    font-weight: normal; }
  .editor-styles-wrapper .wp-block {
    max-width: 73.125em; }

/*# sourceMappingURL=style.css.map */