@charset "UTF-8";
/* CSS Document */
/* Change media query settings in framework/_settings.scss */
/* Colors */
/* Header */
/* Slider */
/* Home */
/* Content */
/* Span */
/* Tables */
/* Course Tour */
/*Testimonials and Sponsor */
/* Footer */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
/* Transitions */
a {
  transition: all 0.3s ease; }
  a:hover {
    color: #FBAA29; }

.highend-only {
  display: block !important; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
/* OVERRIDES */
body {
  font-family: "freight-sans-pro", sans-serif !important;
  -webkit-text-size-adjust: none; }

*, *:focus {
  outline: none; }

h1, h2, h3, h4, h5, span, a, p, b, div, td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #888A8C; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  color: #FBAA29;
  font-weight: 600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px;
  margin: 25px 0 10px; }

h3 {
  font-size: 22px;
  margin: 0 0 20px;
  letter-spacing: 0.5px; }

h4 {
  font-size: 19px;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
  color: #111518; }

p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 480px) {
    p {
      font-size: 17px;
      line-height: 22px; } }

/* NAVIGATION */
.navigation .nav-inner {
  transition: all 0.3s ease;
  background-color: transparent !important;
  z-index: 101;
  display: flex;
  align-items: center;
  height: 90px; }
  .navigation .nav-inner .logo-container {
    float: left;
    padding: 16px 50px 10px 50px;
    transition: all 0.3s ease; }
    .navigation .nav-inner .logo-container:before {
      content: '';
      width: 240px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      transition: all 0.3s ease;
      z-index: -1;
      transform: skewX(-20deg);
      transform-origin: 0 0; }
    .navigation .nav-inner .logo-container a.logo {
      transition: all 0.3s ease;
      margin: 0;
      width: 125px; }
      .navigation .nav-inner .logo-container a.logo img {
        transition: all 0.3s ease; }
      @media screen and (max-width: 1200px) {
        .navigation .nav-inner .logo-container a.logo {
          margin: 10px 1% 0 1%; } }
      @media screen and (max-width: 960px) {
        .navigation .nav-inner .logo-container a.logo {
          float: none; }
          .navigation .nav-inner .logo-container a.logo img {
            margin: 10px auto 5px;
            width: auto;
            height: 50px; } }
      @media screen and (max-width: 780px) {
        .navigation .nav-inner .logo-container a.logo img {
          height: 40px; } }
    @media screen and (max-width: 1024px) {
      .navigation .nav-inner .logo-container {
        float: none; } }
    @media screen and (max-width: 780px) {
      .navigation .nav-inner .logo-container {
        padding: 5px 50px 5px 50px; } }
  @media screen and (max-width: 1200px) {
    .navigation .nav-inner {
      height: auto;
      padding-bottom: 5px; } }
  @media screen and (max-width: 960px) {
    .navigation .nav-inner {
      display: block; } }
  @media screen and (max-width: 600px) {
    .navigation .nav-inner {
      -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); } }
  .navigation .nav-inner .menu {
    position: unset;
    top: 0; }
    .navigation .nav-inner .menu .guests-menu, .navigation .nav-inner .menu .members-menu {
      margin: 0;
      position: unset;
      padding-left: 2%;
      display: none; }
      .navigation .nav-inner .menu .guests-menu li, .navigation .nav-inner .menu .members-menu li {
        padding: 22px 20px; }
        @media screen and (max-width: 1500px) {
          .navigation .nav-inner .menu .guests-menu li, .navigation .nav-inner .menu .members-menu li {
            padding: 20px 10px; } }
        @media screen and (max-width: 1200px) {
          .navigation .nav-inner .menu .guests-menu li, .navigation .nav-inner .menu .members-menu li {
            padding: 12px 10px; } }
        .navigation .nav-inner .menu .guests-menu li a, .navigation .nav-inner .menu .members-menu li a {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 1px;
          padding: 8px 0 4px;
          text-decoration: none !important;
          border-bottom: 0px solid #FBAA29; }
          .navigation .nav-inner .menu .guests-menu li a[rel^="noopener"]::after, .navigation .nav-inner .menu .members-menu li a[rel^="noopener"]::after {
            font-family: "FontAwesome";
            content: "\f08e";
            position: relative;
            font-weight: 400;
            width: 25px;
            height: 25px;
            margin-left: 7px;
            top: 1px;
            display: inline;
            color: #ffffff;
            transition: ease color 0.3s; }
        .navigation .nav-inner .menu .guests-menu li .sub-menu .current-menu-item a, .navigation .nav-inner .menu .members-menu li .sub-menu .current-menu-item a {
          background: #ffc76c; }
        .navigation .nav-inner .menu .guests-menu li:hover, .navigation .nav-inner .menu .members-menu li:hover {
          background: transparent; }
          .navigation .nav-inner .menu .guests-menu li:hover a, .navigation .nav-inner .menu .members-menu li:hover a {
            border-bottom: 3px solid #FBAA29; }
          .navigation .nav-inner .menu .guests-menu li:hover .sub-menu, .navigation .nav-inner .menu .members-menu li:hover .sub-menu {
            top: 45px;
            background: #5c5d5e;
            transition: all 0.3s ease;
            padding: 0; }
            @media screen and (max-width: 1200px) {
              .navigation .nav-inner .menu .guests-menu li:hover .sub-menu, .navigation .nav-inner .menu .members-menu li:hover .sub-menu {
                top: 34px; } }
            .navigation .nav-inner .menu .guests-menu li:hover .sub-menu li, .navigation .nav-inner .menu .members-menu li:hover .sub-menu li {
              background: transparent;
              text-transform: none;
              padding: 0; }
              .navigation .nav-inner .menu .guests-menu li:hover .sub-menu li:hover, .navigation .nav-inner .menu .members-menu li:hover .sub-menu li:hover {
                background: #FBAA29; }
                .navigation .nav-inner .menu .guests-menu li:hover .sub-menu li:hover .sub-menu, .navigation .nav-inner .menu .members-menu li:hover .sub-menu li:hover .sub-menu {
                  top: 0;
                  padding: 0;
                  margin-top: 0; }
              .navigation .nav-inner .menu .guests-menu li:hover .sub-menu li a, .navigation .nav-inner .menu .members-menu li:hover .sub-menu li a {
                border-bottom: 0;
                font-size: 14px;
                font-weight: 400;
                padding: 5px 12px; }
      .navigation .nav-inner .menu .guests-menu li.current_page_item a,
      .navigation .nav-inner .menu .guests-menu li.current-page-ancestor a, .navigation .nav-inner .menu .members-menu li.current_page_item a,
      .navigation .nav-inner .menu .members-menu li.current-page-ancestor a {
        border-bottom: 3px solid #FBAA29; }
      .navigation .nav-inner .menu .guests-menu a.arrow-down, .navigation .nav-inner .menu .members-menu a.arrow-down {
        display: none; }
    .navigation .nav-inner .menu .menu-toggle {
      top: 12px;
      left: 20px;
      font-size: 15px;
      padding: 7px;
      border: 1px solid #FBAA29;
      background: #FBAA29;
      border-radius: 0; }
      .navigation .nav-inner .menu .menu-toggle.shrink {
        top: 17px !important; }
        @media screen and (max-width: 1024px) {
          .navigation .nav-inner .menu .menu-toggle.shrink {
            top: 22px !important; } }
        @media screen and (max-width: 780px) {
          .navigation .nav-inner .menu .menu-toggle.shrink {
            top: 18px !important; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav-inner .menu .menu-toggle {
          top: 25px; } }
      @media screen and (max-width: 780px) {
        .navigation .nav-inner .menu .menu-toggle {
          top: 18px !important; } }
    @media screen and (max-width: 1200px) {
      .navigation .nav-inner .menu {
        background-color: transparent !important;
        top: 9px; } }
  .navigation .nav-inner .members-dropdown {
    top: 25px;
    right: 100px;
    z-index: 1;
    /*@include media($desktop) {
				top: 14px;	
			}*/
    /*@include media($laptop) {
				top: 30px;
			}*/ }
    @media screen and (max-width: 780px) {
      .navigation .nav-inner .members-dropdown {
        top: 18px !important; } }
    @media screen and (max-width: 960px) {
      .navigation .nav-inner .members-dropdown {
        right: 20px; } }
    .navigation .nav-inner .members-dropdown ul.menu {
      transition: all 0.3s ease;
      background-color: #888A8C !important;
      top: 8px; }
    .navigation .nav-inner .members-dropdown .members-link {
      padding: 10px 20px;
      border: 1px solid #FBAA29;
      background: #FBAA29;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      float: right;
      transition: 0.2s ease-in-out;
      margin-bottom: 28px;
      border-radius: 0; }
      .navigation .nav-inner .members-dropdown .members-link:hover {
        color: #ffffff;
        background-color: #c28d37;
        border: 1px solid #c28d37; }
      @media screen and (max-width: 960px) {
        .navigation .nav-inner .members-dropdown .members-link {
          padding: 5px;
          border: 1px solid #FBAA29;
          font-size: 16px;
          letter-spacing: 0px;
          font-weight: 400; }
          .navigation .nav-inner .members-dropdown .members-link:hover {
            color: #ffffff;
            background-color: #c28d37;
            border: 1px solid #c28d37; } }
    .navigation .nav-inner .members-dropdown .dropdown {
      background-color: rgba(92, 93, 94, 0.85) !important;
      top: 72px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1200px) {
        .navigation .nav-inner .members-dropdown .dropdown {
          top: 96px; } }
      @media screen and (max-width: 960px) {
        .navigation .nav-inner .members-dropdown .dropdown {
          right: -20px;
          top: 58px; } }
      .navigation .nav-inner .members-dropdown .dropdown:hover {
        color: #ffffff; }
        .navigation .nav-inner .members-dropdown .dropdown:hover .members-link {
          color: #ffffff; }
      .navigation .nav-inner .members-dropdown .dropdown label {
        margin: 0 0 7px 0 !important; }
      .navigation .nav-inner .members-dropdown .dropdown input {
        border: 0; }
      .navigation .nav-inner .members-dropdown .dropdown input[type=submit] {
        border: 2px solid #ffffff;
        font-size: 14px; }
        .navigation .nav-inner .members-dropdown .dropdown input[type=submit]:hover {
          color: #ffffff;
          border-color: #FBAA29;
          background-color: #FBAA29; }
        @media screen and (max-width: 960px) {
          .navigation .nav-inner .members-dropdown .dropdown input[type=submit] {
            padding: 14px 10px;
            font-size: 16px;
            font-weight: 600;
            font-family: "freight-sans-pro", sans-serif;
            margin: 10px auto;
            width: 250px; } }
      .navigation .nav-inner .members-dropdown .dropdown input[type=text] {
        padding: 5px;
        font-size: 13px; }
      .navigation .nav-inner .members-dropdown .dropdown input[type=password] {
        padding: 5px;
        font-size: 13px; }
      .navigation .nav-inner .members-dropdown .dropdown a:hover {
        color: #FBAA29; }
    .navigation .nav-inner .members-dropdown .menu li a:hover {
      color: #ffffff;
      background-color: #FBAA29; }
    .navigation .nav-inner .members-dropdown:hover {
      color: #ffffff; }
  .navigation .nav-inner .mobile-menu #nav li a:hover {
    color: #ffffff; }
  @media screen and (max-width: 960px) {
    .navigation .nav-inner .mobile-menu #nav li a {
      font-size: 16px; } }
  .navigation .nav-inner .mobile-menu .dropdown a:hover {
    color: #ffffff; }
  .navigation .nav-inner .mobile-members {
    z-index: 9 !important; }
    .navigation .nav-inner .mobile-members:hover .members-link {
      color: #ffffff; }
  .navigation .nav-inner #nav-icon {
    float: right;
    top: -25px;
    right: 35px;
    width: 50px;
    height: 44px;
    position: absolute;
    margin: 50px auto;
    -webkit-transition: .1 ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
    border: 2px solid #FBAA29;
    background: #FBAA29;
    padding: 10px 8px;
    transition: all 0.3s ease; }
    .navigation .nav-inner #nav-icon:hover {
      background: #c28d37;
      border-color: #c28d37; }
    .navigation .nav-inner #nav-icon span {
      display: block;
      position: relative;
      height: 2px;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transition: .1s ease-in-out;
      -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out; }
      .navigation .nav-inner #nav-icon span:nth-child(1) {
        top: 1px; }
      .navigation .nav-inner #nav-icon span:nth-child(2) {
        top: 35.33%; }
      .navigation .nav-inner #nav-icon span:nth-child(3) {
        top: 67.66%; }
    @media screen and (max-width: 960px) {
      .navigation .nav-inner #nav-icon {
        display: none; } }

/* NAVIGATION */
.page-template-front-page .navigation .nav-inner {
  background-color: transparent !important;
  box-shadow: none; }
  @media screen and (max-width: 600px) {
    .page-template-front-page .navigation .nav-inner {
      height: 70px !important;
      background: rgba(255, 255, 255, 0.85) !important;
      -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); } }

.mobile-menu {
  background-color: rgba(136, 138, 140, 0.85);
  padding: 10px 0 0; }
  .mobile-menu .menu-toggle {
    top: 13px;
    left: 20px;
    padding: 7px;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: #c28d37;
    border-color: #c28d37; }
    .mobile-menu .menu-toggle.shrink {
      top: 17px; }
      @media screen and (max-width: 1024px) {
        .mobile-menu .menu-toggle.shrink {
          top: 22px !important; } }
      @media screen and (max-width: 780px) {
        .mobile-menu .menu-toggle.shrink {
          top: 17px !important; } }
      @media screen and (max-width: 600px) {
        .mobile-menu .menu-toggle.shrink {
          font-size: 15px;
          top: 18px !important; } }
    @media screen and (max-width: 1024px) {
      .mobile-menu .menu-toggle {
        top: 25px; } }
    @media screen and (max-width: 780px) {
      .mobile-menu .menu-toggle {
        top: 17px; } }
    @media screen and (max-width: 600px) {
      .mobile-menu .menu-toggle {
        font-size: 15px;
        top: 18px; } }
  .mobile-menu #nav .current-menu-item {
    background: rgba(251, 170, 41, 0.85); }
  .mobile-menu #nav .current-menu-ancestor {
    background: rgba(251, 170, 41, 0.85); }
    .mobile-menu #nav .current-menu-ancestor .arrow-down {
      background: rgba(251, 170, 41, 0.85); }
    .mobile-menu #nav .current-menu-ancestor .current-menu-parent {
      background: rgba(251, 170, 41, 0.75); }
      .mobile-menu #nav .current-menu-ancestor .current-menu-parent .arrow-down {
        background: rgba(251, 170, 41, 0.75); }
      .mobile-menu #nav .current-menu-ancestor .current-menu-parent .sub-menu .current-menu-item {
        background: rgba(255, 199, 108, 0.7); }
  .mobile-menu #nav .current-menu-parent {
    background: rgba(251, 170, 41, 0.85); }
    .mobile-menu #nav .current-menu-parent .arrow-down {
      background: rgba(251, 170, 41, 0.85); }
    .mobile-menu #nav .current-menu-parent .sub-menu .current-menu-item {
      background: rgba(255, 199, 108, 0.7); }

.mobile-members {
  background-color: rgba(136, 138, 140, 0.85);
  z-index: 100; }
  .mobile-members .members-link {
    /*
		padding: 9px 18px 9px 18px;
		font-size: 16px;	
		top: 10px;
	*/
    padding: 5px;
    font-size: 16px;
    top: 18px;
    right: 20px;
    letter-spacing: 0;
    display: none; }
  .mobile-members:hover .members-link {
    padding: 5px;
    font-size: 16px;
    top: 18px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5) !important; }
  @media screen and (max-width: 600px) {
    .mobile-members {
      padding-top: 35px; } }

@media screen and (max-width: 960px) {
  .navigation.shrink {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); } }

.navigation.shrink .nav-inner {
  height: 75px;
  transition: all 0.3s ease;
  background-color: rgba(136, 138, 140, 0.85) !important; }
  @media screen and (max-width: 960px) {
    .navigation.shrink .nav-inner {
      background: rgba(255, 255, 255, 0.85) !important;
      -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 600px) {
    .navigation.shrink .nav-inner {
      height: auto; } }
  .navigation.shrink .nav-inner .logo-container {
    transition: all 0.3s ease;
    float: left;
    padding: 16px 25px 10px 50px; }
    .navigation.shrink .nav-inner .logo-container:before {
      content: '';
      width: 205px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #ffffff;
      z-index: -1;
      transform: skewX(-20deg);
      transform-origin: 0 0; }
    .navigation.shrink .nav-inner .logo-container a.logo {
      transition: all 0.3s ease;
      margin: 0;
      width: 100px; }
      .navigation.shrink .nav-inner .logo-container a.logo img {
        transition: all 0.3s ease; }
        .navigation.shrink .nav-inner .logo-container a.logo img:nth-last-of-type(1) {
          display: block; }
        .navigation.shrink .nav-inner .logo-container a.logo img:nth-last-of-type(2) {
          display: none; }
    @media screen and (max-width: 1024px) {
      .navigation.shrink .nav-inner .logo-container {
        float: none;
        padding: 5px 50px 10px 50px; }
        .navigation.shrink .nav-inner .logo-container:before {
          display: none; } }
    @media screen and (max-width: 780px) {
      .navigation.shrink .nav-inner .logo-container {
        padding: 5px 50px 5px 50px; } }
  .navigation.shrink .nav-inner .menu {
    top: 9px; }
    .navigation.shrink .nav-inner .menu .guests-menu, .navigation.shrink .nav-inner .menu .members-menu {
      padding-left: 3.5%;
      display: block; }
      .navigation.shrink .nav-inner .menu .guests-menu li, .navigation.shrink .nav-inner .menu .members-menu li {
        padding: 18px 20px; }
        @media screen and (max-width: 1500px) {
          .navigation.shrink .nav-inner .menu .guests-menu li, .navigation.shrink .nav-inner .menu .members-menu li {
            padding: 18px 10px; } }
        .navigation.shrink .nav-inner .menu .guests-menu li a, .navigation.shrink .nav-inner .menu .members-menu li a {
          font-size: 14px;
          padding: 5px 0; }
        .navigation.shrink .nav-inner .menu .guests-menu li:hover .sub-menu, .navigation.shrink .nav-inner .menu .members-menu li:hover .sub-menu {
          margin-top: 0;
          top: 50px; }
          .navigation.shrink .nav-inner .menu .guests-menu li:hover .sub-menu li:hover .sub-menu, .navigation.shrink .nav-inner .menu .members-menu li:hover .sub-menu li:hover .sub-menu {
            top: 0;
            padding: 0; }
          @media screen and (max-width: 1200px) {
            .navigation.shrink .nav-inner .menu .guests-menu li:hover .sub-menu, .navigation.shrink .nav-inner .menu .members-menu li:hover .sub-menu {
              top: 50px; } }
  .navigation.shrink .nav-inner .members-dropdown {
    top: 17px;
    right: 50px;
    /*.members-link {
    			padding: 10px 20px;
			}*/
    /*@include media($tablet-small) {
				top: 18px !important;
			}*/ }
    @media screen and (max-width: 1024px) {
      .navigation.shrink .nav-inner .members-dropdown {
        right: 20px; } }
    .navigation.shrink .nav-inner .members-dropdown ul.menu {
      top: -6px; }
    .navigation.shrink .nav-inner .members-dropdown .menu a {
      padding-bottom: 10px; }
    .navigation.shrink .nav-inner .members-dropdown .members-link {
      margin-bottom: 14px; }
    .navigation.shrink .nav-inner .members-dropdown .dropdown {
      top: 58px; }
  .navigation.shrink .nav-inner #nav-icon {
    opacity: 0;
    top: -33px;
    right: 50px; }

/* SLIDER */
.slider {
  height: 75vh;
  overflow: hidden;
  float: none; }
  .slider .colour-block {
    background-color: rgba(17, 21, 24, 0.7);
    position: absolute;
    width: 656px;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 9; }
    @media screen and (max-width: 1200px) {
      .slider .colour-block {
        width: 50%; } }
  .slider .royalSlider .rsNav {
    position: absolute;
    bottom: 70px;
    left: 490px;
    width: 120px;
    height: 20px;
    z-index: 15; }
    @media screen and (max-width: 780px) {
      .slider .royalSlider .rsNav {
        left: 190px; } }
    @media screen and (max-width: 480px) {
      .slider .royalSlider .rsNav {
        left: 60px; } }
    .slider .royalSlider .rsNav .rsNavItem.rsBullet {
      float: left;
      width: 10px;
      margin-right: 20px; }
      .slider .royalSlider .rsNav .rsNavItem.rsBullet span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #414a55; }
    .slider .royalSlider .rsNav .rsNavItem.rsBullet.rsNavSelected span {
      background: #ffffff; }
  .slider .slider-content {
    position: absolute;
    top: 36%;
    left: 200px;
    margin: 30px;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .slider .slider-content {
        left: 12%;
        top: 32%;
        font-size: 90%; } }
    @media screen and (max-width: 960px) {
      .slider .slider-content {
        margin: 0 60px;
        left: 0;
        top: 40%; } }
    .slider .slider-content h1 {
      font-size: 32px;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.5px;
      text-shadow: none;
      margin: 0; }
      @media screen and (max-width: 960px) {
        .slider .slider-content h1 {
          font-size: 27px; } }
    .slider .slider-content span {
      font-size: 25px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.5px;
      text-shadow: none;
      display: block;
      max-width: inherit;
      margin: 5px 0 35px; }
      @media screen and (max-width: 960px) {
        .slider .slider-content span {
          font-size: 25px; } }
      .slider .slider-content span::after {
        width: 80px;
        height: 3px;
        background: #FBAA29;
        margin: 20px 0 45px;
        display: block;
        content: ""; }
    .slider .slider-content a {
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      height: 40px;
      background-color: #FBAA29;
      border: 0;
      padding: 11px 15px;
      text-align: center; }
      .slider .slider-content a::after {
        content: "»";
        top: -1px;
        position: relative;
        margin-left: 5px; }
      .slider .slider-content a:hover {
        background-color: #c28d37;
        height: 40px;
        border: 0;
        padding: 11px 18px; }
  .slider .arrow-holder {
    width: 100%;
    text-align: center;
    z-index: 9;
    position: absolute;
    bottom: 10%; }
    @media screen and (max-width: 1130px) {
      .slider .arrow-holder {
        bottom: 5%; } }
    .slider .arrow-holder .arrow-down {
      border-top: 3px solid #ffffff !important;
      border-right: 3px solid #ffffff !important;
      z-index: 9;
      width: 40px;
      height: 40px;
      position: relative;
      margin: 0 auto;
      left: inherit; }
      .slider .arrow-holder .arrow-down:hover {
        border-top: 3px solid #ffffff !important;
        border-right: 3px solid #ffffff !important; }
      @media screen and (max-width: 1130px) {
        .slider .arrow-holder .arrow-down {
          width: 28px;
          height: 28px; } }
  @media screen and (max-width: 1500px) {
    .slider {
      height: 550px; }
      .slider .royalSlider, .slider .rsOverflow, .slider img.rsImg {
        height: 550px !important; } }
  @media screen and (max-width: 1200px) {
    .slider {
      height: 500px; }
      .slider .royalSlider, .slider .rsOverflow, .slider img.rsImg {
        height: 500px !important; } }

/* CTA'S ON HOME PAGE */
.span.home-links {
  min-height: 260px;
  float: none;
  height: 25vh; }
  @media screen and (max-width: 960px) {
    .span.home-links {
      height: auto; } }
  @media screen and (max-width: 960px) {
    .span.home-links .block-image {
      height: 260px; } }
  .span.home-links .block-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    opacity: 1;
    background-color: none;
    display: block;
    float: none;
    background-size: cover !important;
    box-shadow: inset 0 0 60px #000;
    -webkit-filter: grayscale(0%); }
  .span.home-links .block-image .image-link {
    opacity: 1;
    overflow: hidden;
    background-color: rgba(75, 79, 82, 0.4); }
    .span.home-links .block-image .image-link a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border: 0;
      padding: 13% 5%;
      width: 100%;
      height: 100%;
      margin: 0; }
      @media screen and (max-width: 960px) {
        .span.home-links .block-image .image-link a {
          height: 100% !important; } }
      .span.home-links .block-image .image-link a h3 {
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 23px;
        margin: 0 0 25px;
        line-height: 29px;
        letter-spacing: 0.5px;
        padding: 0;
        transition: all 0.3s ease;
        /*@include media($desktop) {
						font-size: 26px;	
					}
					@include media($desktop) {
						font-size: 29px;	
					}*/ }
        @media screen and (max-width: 1500px) {
          .span.home-links .block-image .image-link a h3 {
            font-size: 23px; } }
      .span.home-links .block-image .image-link a p {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        margin: 0px;
        padding: 0; }
      .span.home-links .block-image .image-link a span {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto 0;
        display: block;
        width: 102px;
        transition: all 0.3s ease;
        text-align: left; }
        .span.home-links .block-image .image-link a span .more {
          font-style: normal; }
        .span.home-links .block-image .image-link a span .arrow {
          display: inline;
          font-family: Arial, sans-serif;
          font-size: 18px;
          font-style: normal; }
  .span.home-links .block-image:hover .image-overlay {
    -webkit-filter: grayscale(100%); }
  .span.home-links .block-image:hover .image-link {
    background-color: rgba(251, 170, 41, 0.9);
    opacity: 1; }
    .span.home-links .block-image:hover .image-link a h3 {
      margin: 15px 0 10px; }
    .span.home-links .block-image:hover .image-link a span {
      margin: 10px auto 0; }
      .span.home-links .block-image:hover .image-link a span .more {
        border-bottom: 2px solid #fff;
        display: inline-block; }

/* HOMEPAGE */
.home {
  background-color: #f0f0f0;
  float: none;
  clear: both; }
  .home .one {
    padding: 80px 0; }
    @media screen and (max-width: 480px) {
      .home .one {
        padding: 50px 0; } }
    .home .one h2 {
      color: #FBAA29;
      font-size: 36px;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin: 0 0 30px; }
      @media screen and (max-width: 480px) {
        .home .one h2 {
          padding: 0 10%; } }
    .home .one p {
      font-size: 24px;
      font-weight: 300;
      line-height: 28px;
      padding: 0 21%;
      text-align: center;
      margin: 0 0 30px; }
      @media screen and (max-width: 960px) {
        .home .one p {
          padding: 0 10%; } }
    .home .one p.btn {
      margin: 0 auto;
      text-align: center; }
      .home .one p.btn a {
        display: block;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0px;
        width: 165px;
        height: 50px;
        background: #888A8C;
        padding: 10px 0px;
        font-size: 15px;
        margin: 0 auto;
        border: 0;
        text-decoration: none; }
        .home .one p.btn a:hover {
          transition: all 0.3s ease;
          background: #FBAA29;
          border: 0; }
  .home #nav-icon {
    float: right;
    top: -25px;
    right: 35px;
    width: 50px;
    height: 44px;
    position: absolute;
    margin: 50px auto;
    -webkit-transition: .1 ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
    border: 2px solid #FBAA29;
    background: #FBAA29;
    padding: 10px 8px;
    transition: all 0.3s ease; }
    .home #nav-icon:hover {
      background: #c28d37;
      border-color: #c28d37; }
    .home #nav-icon span {
      display: block;
      position: relative;
      height: 2px;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transition: .1s ease-in-out;
      -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out; }
      .home #nav-icon span:nth-child(1) {
        top: 1px; }
      .home #nav-icon span:nth-child(2) {
        top: 35.33%; }
      .home #nav-icon span:nth-child(3) {
        top: 67.66%; }
    @media screen and (max-width: 960px) {
      .home #nav-icon {
        display: none; } }
  .home .logged-in #nav-icon span {
    height: 2px; }
  .home .navigation .nav-inner {
    height: 100px; }
    .home .navigation .nav-inner .logo-container:before {
      background: transparent; }
    .home .navigation .nav-inner .logo-container a.logo {
      width: 160px; }
    .home .navigation .nav-inner .members-menu, .home .navigation .nav-inner .guests-menu {
      display: none; }
    .home .navigation .nav-inner .members-dropdown {
      right: 100px;
      z-index: 1; }
      @media screen and (max-width: 960px) {
        .home .navigation .nav-inner .members-dropdown {
          right: 20px; } }
      .home .navigation .nav-inner .members-dropdown .members-link {
        display: block; }
  .home .navigation.shrink .nav-inner {
    height: 75px; }
    @media screen and (max-width: 780px) {
      .home .navigation.shrink .nav-inner {
        height: 70px; } }
    .home .navigation.shrink .nav-inner .logo-container:before {
      background: #ffffff; }
    .home .navigation.shrink .nav-inner .logo-container a.logo {
      width: 100px; }
    .home .navigation.shrink .nav-inner .members-menu, .home .navigation.shrink .nav-inner .guests-menu {
      display: block; }
    .home .navigation.shrink .nav-inner .members-dropdown {
      right: 50px; }
      @media screen and (max-width: 960px) {
        .home .navigation.shrink .nav-inner .members-dropdown {
          right: 20px; } }
      .home .navigation.shrink .nav-inner .members-dropdown .members-link {
        display: block; }
  .home .navigation.shrink #nav-icon {
    opacity: 0;
    top: -33px;
    right: 50px; }

/* HOME PAGE CONTENT */
.content-panel {
  padding: 0px;
  background: #ffffff;
  overflow: hidden;
  max-height: 660px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .content-panel {
      max-height: inherit; } }
  .content-panel h3 {
    margin: 0 0 30px; }
  .content-panel p {
    margin: 0 0 30px;
    font-size: 16px; }
  @media screen and (max-width: 1500px) {
    .content-panel .course-video {
      width: 100%;
      max-height: 260px; } }
  @media screen and (max-width: 780px) {
    .content-panel .course-video {
      max-height: 180px; } }
  .content-panel .left {
    width: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 600px) {
      .content-panel .left {
        width: 100%;
        height: 300px;
        float: none;
        position: relative;
        left: inherit;
        top: inherit; } }
  .content-panel .right {
    width: 50%;
    float: right;
    padding: 2% 10% 3% 4%;
    background: #ffffff; }
    .content-panel .right .btn {
      text-align: center; }
      .content-panel .right .btn a {
        display: block;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0px;
        width: 155px;
        height: 40px;
        background: #888A8C;
        padding: 12px 0px;
        font-size: 15px;
        border: 0;
        text-decoration: none;
        border-radius: 2px;
        line-height: 17px; }
        .content-panel .right .btn a:hover {
          background: #FBAA29; }
    @media screen and (max-width: 1200px) {
      .content-panel .right {
        padding: 4%; } }
    @media screen and (max-width: 600px) {
      .content-panel .right {
        width: 100%;
        height: auto;
        padding: 4%;
        float: none; } }
    @media screen and (max-width: 1500px) {
      .content-panel .right img {
        width: 100%;
        height: auto; } }

/* TESTIMONIALS */
.content-panel.testimonial {
  text-align: center;
  color: #ffffff;
  padding: 75px 20%;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .content-panel.testimonial {
      padding: 75px 5%; } }
  @media screen and (max-width: 960px) {
    .content-panel.testimonial {
      padding: 50px 2%; } }
  .content-panel.testimonial h3 {
    color: #ffffff;
    font-weight: 500; }
  .content-panel.testimonial p.testimonial {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .content-panel.testimonial p.testimonial {
        margin: 0 auto; } }
  .content-panel.testimonial p {
    color: #ffffff;
    font-weight: 500; }
  .content-panel.testimonial p.btn {
    border: 2px solid #ffffff;
    width: 260px;
    margin: 5px auto 0;
    font-size: 17px;
    transition: all 0.3s ease;
    opacity: 1; }
    .content-panel.testimonial p.btn a {
      display: block;
      color: #ffffff;
      font-weight: 600;
      padding: 15px 0;
      text-transform: uppercase; }
    .content-panel.testimonial p.btn:hover {
      transition: all 0.3s ease;
      opacity: 0.6; }

/* SPONSORS */
.sponsors {
  padding: 35px 0 40px 0;
  float: none;
  display: block;
  overflow: hidden;
  background-color: #ffffff; }
  .sponsors h3.animate {
    color: #888A8C;
    opacity: 1;
    margin-bottom: 35px; }
  @media screen and (max-width: 960px) {
    .sponsors {
      padding: 50px 0; } }
  .sponsors .sponsors-wrap {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .sponsors .sponsors-wrap .sponsor {
        padding: 0; } }
    @media screen and (max-width: 960px) {
      .sponsors .sponsors-wrap .sponsor {
        padding: 0; } }
    .sponsors .sponsors-wrap .soliloquy-container .soliloquy-viewport {
      height: 100% !important;
      /*@include media($small) {
					height: 35px !important;
				}*/ }
      .sponsors .sponsors-wrap .soliloquy-container .soliloquy-viewport ul.soliloquy-slider {
        display: flex;
        align-items: center; }
    .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-prev {
      background: none;
      font-family: "FontAwesome";
      font-size: 22px; }
      .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-prev:before {
        content: "\f053";
        position: relative;
        top: 8px; }
      .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-prev:hover {
        color: #FBAA29; }
    .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-next {
      background: none;
      font-family: "FontAwesome";
      font-size: 22px; }
      .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-next:before {
        content: "\f054";
        position: relative;
        top: 8px; }
      .sponsors .sponsors-wrap .soliloquy-container a.soliloquy-next:hover {
        color: #FBAA29; }
    .sponsors .sponsors-wrap .sponsor .rsArrowIcn {
      background: none !important;
      border-top: 3px solid #9f9f9f;
      border-right: 3px solid #9f9f9f; }
    .sponsors .sponsors-wrap .sponsor img {
      transition: all 0.3s ease;
      opacity: 1;
      max-height: 65px;
      filter: grayscale(100%);
      /*@include media($mobile) {
					margin-left: 0 !important;
				}*/ }
      .sponsors .sponsors-wrap .sponsor img:hover {
        transition: all 0.3s ease;
        opacity: 0.7;
        filter: grayscale(0); }

/* MAP */
.map {
  height: 510px;
  width: 100%;
  position: relative;
  /* Tweaks */ }
  .map p {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 1200px) {
    .map {
      height: 400px; } }
  @media screen and (max-width: 960px) {
    .map {
      height: auto; }
      .map .form {
        position: relative; } }
  .map .form {
    position: absolute;
    top: 80px;
    right: 8%;
    z-index: 999;
    height: auto;
    width: 560px;
    padding: 16px 50px;
    background: #ffc76c;
    z-index: 100; }
    @media screen and (max-width: 1200px) {
      .map .form {
        top: 30px;
        right: 5%;
        width: 430px;
        padding: 16px 30px; } }
    @media screen and (max-width: 780px) {
      .map .form {
        width: 100%;
        padding: 16px 20px 50px;
        position: relative;
        top: auto;
        right: auto; } }
    .map .form h3 {
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 23px;
      letter-spacing: 1px;
      background: url(../images/enquiry-icon.png) no-repeat left top !important;
      padding: 9px 0 13px 70px;
      margin: 5px 0 7px;
      opacity: 1;
      transition: all 0.3s ease;
      /*&:hover {
				opacity: 0.8;
				transition: all 0.3s ease;	
			}*/ }
      .map .form h3 strong {
        font-weight: 600; }
    .map .form .gform_wrapper {
      margin: 0 auto !important; }
      .map .form .gform_wrapper .gform_heading {
        display: none; }
      .map .form .gform_wrapper .gform_fields .gfield {
        margin-top: 0;
        padding-right: 0; }
        .map .form .gform_wrapper .gform_fields .gfield.gfield_error {
          background-color: rgba(255, 223, 225, 0.5);
          padding: 0; }
      .map .form .gform_wrapper .validation_error {
        color: #790000;
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 10px;
        border-top: 2px solid #790000;
        border-bottom: 2px solid #790000;
        padding: 5px 0;
        clear: both;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 223, 225, 0.5); }
      .map .form .gform_wrapper .field_description_below .gfield_description {
        padding-top: 0px; }
      @media screen and (max-width: 960px) {
        .map .form .gform_wrapper textarea,
        .map .form .gform_wrapper input:not([type=radio]),
        .map .form .gform_wrapper :not([type=checkbox]),
        .map .form .gform_wrapper :not([type=image]),
        .map .form .gform_wrapper :not([type=file]) {
          line-height: 1.3 !important;
          -webkit-appearance: none;
          border-radius: 0; } }
    .map .form form input, .map .form form textarea {
      background: #888A8C;
      color: #ffffff;
      border: 0;
      font-size: 17px !important;
      height: 33px; }
      .map .form form input::placeholder, .map .form form textarea::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      .map .form form input:-ms-input-placeholder, .map .form form textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ffffff; }
      .map .form form input::-ms-input-placeholder, .map .form form textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #ffffff; }
    .map .form form textarea {
      height: 103px; }
      @media screen and (max-width: 1200px) {
        .map .form form textarea {
          height: 70px; } }
    .map .form form .gfield.left {
      float: left;
      width: 48%;
      clear: none;
      margin-bottom: 4px; }
    .map .form form .gfield.right {
      float: right;
      width: 48%;
      clear: none;
      margin-bottom: 4px; }
    .map .form form .gfield.full {
      margin: 0 auto;
      overflow: hidden; }
    .map .form form ::-webkit-input-placeholder {
      color: #4e6b66;
      font-size: 17px; }
    .map .form form :-moz-placeholder {
      /* Firefox 18- */
      color: #4e6b66;
      font-size: 17px; }
    .map .form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #4e6b66;
      font-size: 17px; }
    .map .form form :-ms-input-placeholder {
      color: #4e6b66;
      font-size: 17px; }
    .map .form form input#gform_submit_button_4 {
      background: #888A8C;
      color: #ffffff;
      font-weight: 500;
      font-size: 15px !important;
      letter-spacing: 0px;
      text-transform: uppercase !important;
      transition: all 0.3s ease;
      width: 70px;
      margin-right: 0; }
      .map .form form input#gform_submit_button_4:hover {
        background: #FBAA29;
        transition: all 0.3s ease; }
      @media screen and (max-width: 780px) {
        .map .form form input#gform_submit_button_4 {
          padding: 0; } }
  .map iframe {
    width: 100%;
    height: 510px;
    -webkit-filter: grayscale(100%);
    /*@include media($tablet-small) {
			display: none;	
		}*/ }
    @media screen and (max-width: 1200px) {
      .map iframe {
        height: 400px; } }
  .map.copy {
    padding: 0px;
    background: #ffffff;
    overflow: hidden;
    max-height: 660px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .map.copy {
        max-height: inherit; } }
    .map.copy h2, .map.copy h3, .map.copy h4 {
      color: #FBAA29; }
    .map.copy h3 {
      margin: 0 0 30px; }
    .map.copy p, .map.copy a {
      color: #888A8C;
      margin: 0 0 30px; }
    .map.copy .content {
      background: none; }
      .map.copy .content p.btn {
        border: 0px solid #888A8C; }
        .map.copy .content p.btn:hover {
          opacity: 1; }
        .map.copy .content p.btn a {
          border: 0px solid #888A8C;
          background: #FBAA29;
          letter-spacing: 0px;
          width: 188px;
          height: 56px;
          margin: 0 auto;
          font-weight: 500;
          color: #ffffff;
          padding: 15px 0px;
          transform: all 0.3s ease;
          opacity: 1;
          text-decoration: none; }
          @media screen and (max-width: 1200px) {
            .map.copy .content p.btn a {
              height: 46px; } }
          .map.copy .content p.btn a:hover {
            background: #FBAA29;
            transform: all 0.3s ease;
            opacity: 1; }
          .map.copy .content p.btn a:after {
            content: ' »'; }
    .map.copy .form {
      left: 50%;
      transform: translateX(-50%); }
      .map.copy .form h3 {
        color: #ffffff;
        font-weight: 400;
        text-align: left;
        font-size: 23px;
        letter-spacing: 1px;
        padding: 9px 0 8px 70px;
        margin: 5px 0 7px; }
        .map.copy .form h3 strong {
          font-weight: 600; }
        .map.copy .form h3:hover {
          opacity: 0.8;
          transition: all 0.3s ease; }
  .map.bg {
    padding: 0;
    max-height: 660px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .map.bg {
        max-height: auto;
        height: auto; }
        .map.bg .form {
          top: 0;
          position: relative; } }
    .map.bg .content {
      padding: 75px 20%;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .map.bg .content {
          padding: 75px 5%; } }
      @media screen and (max-width: 960px) {
        .map.bg .content {
          padding: 50px 2%; } }
      .map.bg .content p.btn {
        border: 0px solid #888A8C;
        font-size: 17px; }
        .map.bg .content p.btn:hover {
          opacity: 1; }
        .map.bg .content p.btn a {
          display: block;
          text-transform: uppercase; }
          @media screen and (max-width: 1200px) {
            .map.bg .content p.btn a {
              height: 46px;
              padding: 11px 0;
              width: 150px; } }
          .map.bg .content p.btn a:hover {
            background: #FBAA29;
            transform: all 0.3s ease;
            opacity: 1; }
          .map.bg .content p.btn a:after {
            content: ' »'; }
      .map.bg .content p {
        margin-bottom: 22px !important; }
  .map.colour {
    max-height: inherit;
    height: auto; }

.splash-image {
  max-height: 50vh !important;
  height: auto;
  padding-top: 0;
  background: #888A8C; }
  @media screen and (max-width: 600px) {
    .splash-image {
      height: 0px; } }

/* INNER PAGE BANNER */
.splash-image.hidden {
  height: 400px !important;
  max-height: 400px !important;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .splash-image.hidden {
      height: 300px !important;
      max-height: 300px !important; } }
  @media screen and (max-width: 780px) {
    .splash-image.hidden {
      height: 170px !important;
      max-height: 170px !important; } }
  @media screen and (max-width: 480px) {
    .splash-image.hidden {
      height: 200px !important;
      max-height: 200px !important; } }
  .splash-image.hidden img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -1; }
    @media screen and (max-width: 1200px) {
      .splash-image.hidden img {
        width: auto !important;
        height: 400px !important;
        max-height: 400px !important; } }
    @media screen and (max-width: 780px) {
      .splash-image.hidden img {
        height: 250px !important;
        max-height: 250px !important; } }
  .splash-image.hidden .overlay {
    height: 400px;
    background-color: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1200px) {
      .splash-image.hidden .overlay {
        height: 300px; } }
    @media screen and (max-width: 780px) {
      .splash-image.hidden .overlay {
        height: 170px; } }
    @media screen and (max-width: 480px) {
      .splash-image.hidden .overlay {
        height: 200px; } }
  @media screen and (max-width: 600px) {
    .splash-image.hidden {
      top: inherit; } }

/* MAIN */
.main {
  border-top: 0;
  padding: 60px 0;
  background: #ffffff;
  z-index: 2; }
  @media screen and (max-width: 780px) {
    .main {
      padding: 60px 0px !important; } }
  .main .content {
    overflow: hidden;
    /* TABLES */
    /* SIDEBARS */
    /* RIGHT SIDEBAR */
    /* Public Bookings */
    /* GALLERY */
    /*Form */
    /* CONTACT PAGE */
    /* EVENTS CALENDAR */ }
    @media screen and (max-width: 1200px) {
      .main .content {
        padding: 0 40px !important; } }
    @media screen and (max-width: 600px) {
      .main .content {
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .main .content {
        padding: 0 30px !important; } }
    .main .content .heading {
      position: relative;
      top: inherit;
      left: inherit;
      z-index: 10;
      text-shadow: none;
      text-transform: none;
      font-size: 36px;
      font-weight: 600;
      color: #888A8C;
      letter-spacing: 0.5px;
      line-height: 120%;
      text-align: left;
      margin-top: 0; }
      @media screen and (max-width: 780px) {
        .main .content .heading {
          padding-bottom: 10px;
          font-size: 30px; } }
      @media screen and (max-width: 600px) {
        .main .content .heading {
          margin-top: 50px; } }
    .main .content h2 {
      color: #FBAA29;
      font-size: 26px;
      font-weight: 600;
      margin: 25px 0 10px; }
    .main .content p {
      line-height: 23px;
      margin-bottom: 22px; }
      .main .content p strong {
        font-weight: 600; }
      .main .content p a {
        text-decoration: underline; }
    .main .content .icon-file-pdf {
      text-decoration: underline;
      background-image: url(../images/icons/png/pdf.png); }
    .main .content .large-text {
      font-weight: 300;
      font-size: 24px;
      line-height: 26px;
      float: none;
      margin-bottom: 10px; }
    .main .content p.btn {
      margin-top: 20px; }
      .main .content p.btn a {
        background: #FBAA29;
        width: auto;
        height: 26px;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        transform: all 0.3s ease;
        opacity: 1;
        text-decoration: none; }
        @media screen and (max-width: 1200px) {
          .main .content p.btn a {
            height: 46px; } }
        .main .content p.btn a:hover {
          background: #FBAA29;
          transform: all 0.3s ease;
          opacity: 1; }
        .main .content p.btn a:after {
          content: ' »'; }
    .main .content img.alignleft, .main .content img.alignright {
      width: 400px;
      margin: 10px 30px 30px 0px; }
      @media screen and (max-width: 1200px) {
        .main .content img.alignleft, .main .content img.alignright {
          width: 300px;
          height: auto; } }
      @media screen and (max-width: 780px) {
        .main .content img.alignleft, .main .content img.alignright {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .main .content img.alignleft, .main .content img.alignright {
          width: 100%; } }
    .main .content img.alignright {
      margin: 10px 0px 30px 30px; }
    .main .content table {
      border-bottom: 7px solid #dfdfdf;
      margin: 0 0 25px; }
      @media screen and (max-width: 600px) {
        .main .content table {
          width: 100%; } }
      .main .content table thead {
        border-top: 2px solid #FBAA29;
        border-bottom: 2px solid #FBAA29; }
        .main .content table thead tr td {
          font-size: 18px !important;
          line-height: 24px;
          font-weight: 600;
          text-align: left;
          text-transform: none;
          padding: 10px 15px;
          background: #ffc76c;
          color: #ffffff; }
      .main .content table tr th {
        font-size: 18px !important;
        line-height: 24px;
        font-weight: 600;
        text-align: left;
        text-transform: none;
        padding: 10px 15px;
        background: #FBAA29;
        color: #ffffff;
        font-family: "Open Sans", sans-serif; }
        .main .content table tr th strong {
          font-weight: 600; }
        .main .content table tr th span.ui-column-title {
          color: #ffffff; }
      .main .content table tr td {
        font-size: 18px !important;
        line-height: 20px;
        padding: 10px 15px;
        vertical-align: top; }
        .main .content table tr td strong {
          font-weight: 600; }
      .main .content table tr:nth-child(odd) {
        background: #f9f9f9; }
      .main .content table tr:nth-child(even) {
        background: #fefefe; }
      .main .content table + h3 {
        margin: 20px 0; }
    @media screen and (max-width: 960px) {
      .main .content .sidebar, .main .content .right-sidebar {
        display: block; } }
    .main .content .sidebar {
      width: 18%;
      float: left;
      top: inherit; }
      @media screen and (max-width: 1500px) {
        .main .content .sidebar {
          width: 21%; } }
      @media screen and (max-width: 1200px) {
        .main .content .sidebar {
          width: 25%; } }
      @media screen and (max-width: 960px) {
        .main .content .sidebar {
          width: 100%;
          border-top: 1px solid #d6d7d7;
          padding-top: 40px;
          margin-top: 20px; } }
      @media screen and (max-width: 600px) {
        .main .content .sidebar {
          padding-top: 50px;
          border-top: 1px solid #ccc;
          margin-top: 30px; } }
      .main .content .sidebar .section {
        border-bottom: 1px solid #d6d7d7;
        padding: 0 0 25px;
        margin: 0 0 40px;
        overflow: hidden; }
        .main .content .sidebar .section p a {
          text-decoration: underline;
          word-break: break-word; }
          .main .content .sidebar .section p a:hover {
            color: #FBAA29; }
        .main .content .sidebar .section:last-child {
          border-bottom: 0;
          margin: 0;
          padding: 0; }
      .main .content .sidebar h2 {
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 25px; }
      .main .content .sidebar ul li {
        list-style: none;
        margin: 0 0 15px; }
        .main .content .sidebar ul li a {
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .main .content .sidebar ul li a:hover {
            color: #FBAA29;
            text-shadow: 1px 0 0 currentColor; }
          .main .content .sidebar ul li a[rel^="noopener"]::after {
            font-family: "FontAwesome";
            content: "\f08e";
            position: relative;
            font-weight: 400;
            width: 25px;
            height: 25px;
            margin-left: 7px;
            top: 1px;
            display: inline;
            transition: ease color 0.3s; }
        .main .content .sidebar ul li a.arrow-down {
          display: none; }
        .main .content .sidebar ul li ul {
          border-bottom: 0;
          padding: 0;
          margin: 10px 0 0 0; }
          .main .content .sidebar ul li ul ul {
            margin-top: 10px; }
      .main .content .sidebar ul li.menu-item {
        margin: 0 0 10px; }
      .main .content .sidebar ul .current_page_item a {
        color: #FBAA29;
        font-weight: 500;
        border-bottom: 2px solid #FBAA29; }
      .main .content .sidebar ul .current_page_item:hover a {
        border-bottom: 2px solid #FBAA29; }
      .main .content .sidebar ul .current_page_item li a {
        border-bottom: 0;
        font-weight: 400;
        color: #888A8C; }
      .main .content .sidebar ul.members-menu {
        border-bottom: 0;
        margin: 0; }
      .main .content .sidebar p {
        margin: 0 0 18px;
        font-size: 14px; }
        .main .content .sidebar p a {
          font-size: 14px; }
      .main .content .sidebar .posts {
        margin: 0;
        padding: 0; }
        .main .content .sidebar .posts a {
          text-transform: none; }
        .main .content .sidebar .posts h5 {
          margin: 0;
          font-size: 15px;
          color: #adadad; }
    .main .content .right-sidebar {
      width: 16%; }
      @media screen and (max-width: 1500px) {
        .main .content .right-sidebar {
          width: 21%; } }
      @media screen and (max-width: 1200px) {
        .main .content .right-sidebar {
          width: 25%; } }
      @media screen and (max-width: 960px) {
        .main .content .right-sidebar {
          width: 100%;
          text-align: left;
          float: none;
          border-top: 1px solid #d6d7d7;
          padding-top: 40px;
          margin-top: 20px; } }
      @media screen and (max-width: 600px) {
        .main .content .right-sidebar {
          padding-top: 50px;
          border-top: 1px solid #ccc;
          margin-top: 30px; } }
      .main .content .right-sidebar #mobile-btn {
        display: none;
        background: #FBAA29;
        color: #ffffff;
        text-align: center;
        padding: 10px 0px;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        @media screen and (max-width: 600px) {
          .main .content .right-sidebar #mobile-btn {
            display: block; } }
        .main .content .right-sidebar #mobile-btn:hover {
          background: #FBAA29;
          transition: all 0.3s ease; }
      .main .content .right-sidebar #mobile-btn.active {
        background: #FBAA29; }
      .main .content .right-sidebar h2 {
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 25px; }
      .main .content .right-sidebar ul {
        border-bottom: 1px solid #d6d7d7;
        padding: 0 0 25px;
        margin: 0 0 40px; }
        .main .content .right-sidebar ul li {
          list-style: none;
          margin: 0 0 15px; }
          .main .content .right-sidebar ul li h5.postdate {
            color: #FBAA29;
            margin: 0; }
          .main .content .right-sidebar ul li a {
            font-size: 18px;
            letter-spacing: 0.5px;
            font-weight: 400; }
            .main .content .right-sidebar ul li a:hover {
              color: #FBAA29; }
    .main .content .wrapped {
      width: 75%;
      float: right;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1500px) {
        .main .content .wrapped {
          width: 73%; } }
      @media screen and (max-width: 1500px) {
        .main .content .wrapped {
          width: 70%; } }
      @media screen and (max-width: 960px) {
        .main .content .wrapped {
          width: 100%;
          float: none; } }
      .main .content .wrapped .archives-wrap img {
        margin: 30px 0 60px 0; }
      .main .content .wrapped .archives-wrap p.back {
        margin-top: 20px; }
      .main .content .wrapped ul {
        margin: 0 0 22px; }
        .main .content .wrapped ul li {
          font-size: 18px; }
      .main .content .wrapped .hole-nav {
        padding: 0;
        margin: 20px auto;
        text-align: center;
        width: 100%;
        overflow: hidden; }
        .main .content .wrapped .hole-nav a {
          margin: 0;
          float: left;
          width: 3%;
          margin-right: 1.5%;
          padding: 5px 5px 9px;
          color: #ffffff;
          background: #FBAA29;
          display: block;
          font-weight: 600; }
          @media screen and (max-width: 1200px) {
            .main .content .wrapped .hole-nav a {
              width: 4%;
              margin-right: 1%; } }
          @media screen and (max-width: 960px) {
            .main .content .wrapped .hole-nav a {
              width: 9%;
              margin-right: 2%;
              padding: 8px 8px 14px;
              margin-bottom: 10px; }
              .main .content .wrapped .hole-nav a:nth-child(9n+9) {
                margin-right: 0; } }
          .main .content .wrapped .hole-nav a:hover {
            background: #ffc76c; }
        .main .content .wrapped .hole-nav a:last-child {
          margin-right: 0; }
    .main .content .public-bookings-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 40px 0 60px 0; }
      .main .content .public-bookings-buttons a.btn {
        max-width: 450px;
        width: 100%;
        margin: 10px;
        color: #ffffff;
        background: #FBAA29;
        text-align: center;
        padding: 20px; }
        .main .content .public-bookings-buttons a.btn:hover {
          background: #c28d37; }
        .main .content .public-bookings-buttons a.btn:after {
          font-family: fontAwesome;
          content: "\f105";
          margin-left: 8px;
          position: relative;
          top: 1px; }
    .main .content .gallery {
      clear: both;
      overflow: hidden;
      padding-bottom: 22px; }
      .main .content .gallery .gallery-item {
        margin-top: 10px !important;
        margin-right: 1%;
        margin-bottom: 0;
        margin-left: 0; }
        @media screen and (max-width: 780px) {
          .main .content .gallery .gallery-item {
            margin-top: 5px !important; } }
        .main .content .gallery .gallery-item .gallery-icon a {
          display: block;
          overflow: hidden; }
          .main .content .gallery .gallery-item .gallery-icon a img {
            box-shadow: none; }
        .main .content .gallery .gallery-item img {
          border: 0 !important; }
    .main .content .gallery-columns-6 .gallery-item {
      width: 15.83% !important; }
      @media screen and (max-width: 780px) {
        .main .content .gallery-columns-6 .gallery-item {
          width: 32% !important; } }
    @media screen and (max-width: 780px) {
      .main .content .gallery-columns-6 .gallery-item:nth-of-type(3n+3) {
        margin-right: 0; } }
    .main .content .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
      margin-right: 0; }
    .main .content .gallery-columns-5 .gallery-item {
      width: 19.2% !important; }
      @media screen and (max-width: 780px) {
        .main .content .gallery-columns-5 .gallery-item {
          width: 32% !important; } }
    .main .content .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
      margin-right: 0; }
    @media screen and (max-width: 780px) {
      .main .content .gallery-columns-5 .gallery-item:nth-of-type(3n+3) {
        margin-right: 0; } }
    .main .content .gallery-columns-4 .gallery-item {
      width: 24.25% !important;
      /*@include media($mobile) {
					width: 49% !important;
				}*/ }
      @media screen and (max-width: 780px) {
        .main .content .gallery-columns-4 .gallery-item {
          width: 49% !important;
          max-height: 100% !important; }
          .main .content .gallery-columns-4 .gallery-item .gallery-icon a img {
            height: 220px; } }
      @media screen and (max-width: 600px) {
        .main .content .gallery-columns-4 .gallery-item {
          width: 100% !important; }
          .main .content .gallery-columns-4 .gallery-item .gallery-icon a img {
            height: auto; } }
    .main .content .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .main .content .gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
        margin-right: 0; } }
    .main .content .gallery-columns-3 .gallery-item {
      width: 32.6% !important;
      max-height: 265px;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        .main .content .gallery-columns-3 .gallery-item {
          max-height: 185px; } }
      @media screen and (max-width: 780px) {
        .main .content .gallery-columns-3 .gallery-item {
          width: 100% !important;
          max-height: 100% !important; } }
    .main .content .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
      margin-right: 0 !important; }
    .main .content .gallery-columns-2 .gallery-item {
      margin-top: 5px !important;
      margin-bottom: 5px !important;
      margin-right: 0 !important;
      display: inline-block;
      vertical-align: middle;
      float: none !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      max-height: 400px; }
      .main .content .gallery-columns-2 .gallery-item img {
        width: 97%;
        height: auto;
        margin: 5px;
        border: 0 !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .main .content .gallery-columns-2 .gallery-item img:hover {
          opacity: 0.6; }
      @media screen and (max-width: 780px) {
        .main .content .gallery-columns-2 .gallery-item {
          width: 100% !important;
          max-height: 100% !important; } }
    .main .content .gform_wrapper .gform_body ul li {
      margin-bottom: 30px;
      padding-right: 0; }
      .main .content .gform_wrapper .gform_body ul li input {
        font-size: 18px !important; }
        .main .content .gform_wrapper .gform_body ul li input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #d4d4d4;
          opacity: 1;
          /* Firefox */ }
        .main .content .gform_wrapper .gform_body ul li input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #d4d4d4; }
        .main .content .gform_wrapper .gform_body ul li input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #d4d4d4; }
      .main .content .gform_wrapper .gform_body ul li textarea {
        font-size: 18px !important; }
        .main .content .gform_wrapper .gform_body ul li textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #d4d4d4;
          opacity: 1;
          /* Firefox */ }
        .main .content .gform_wrapper .gform_body ul li textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #d4d4d4; }
        .main .content .gform_wrapper .gform_body ul li textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #d4d4d4; }
      .main .content .gform_wrapper .gform_body ul li.hidden_label input {
        margin-top: 0; }
    .main .content .gform_wrapper .gform_body ul #field_2_2 {
      width: 48% !important;
      float: right;
      clear: none;
      margin-right: 0 !important;
      display: block !important; }
    .main .content .gform_wrapper .gform_body .gfield {
      margin-top: 0; }
      .main .content .gform_wrapper .gform_body .gfield .gfield_required {
        color: #FBAA29 !important; }
    .main .content .gform_wrapper .gform_body .gfield.left {
      width: 48%;
      float: left;
      clear: none; }
      @media screen and (max-width: 600px) {
        .main .content .gform_wrapper .gform_body .gfield.left {
          width: 100%; } }
    .main .content .gform_wrapper .gform_body .gfield.right {
      width: 48%;
      float: right;
      clear: none; }
      @media screen and (max-width: 600px) {
        .main .content .gform_wrapper .gform_body .gfield.right {
          width: 100%; } }
    .main .content .gform_wrapper .gform_body input.medium, .main .content .gform_wrapper .gform_body textarea {
      font-family: "Open Sans", sans-serif !important;
      color: #888A8C !important;
      font-size: 18px !important;
      -webkit-appearance: none;
      border-radius: 0; }
    .main .content .gform_wrapper .gform_body select.gfield_select {
      margin-left: 1px;
      padding: 9px 5px;
      border-radius: 0;
      border: 2px solid #d4d4d4; }
      .main .content .gform_wrapper .gform_body select.gfield_select .gf_placeholder {
        color: #d4d4d4; }
      .main .content .gform_wrapper .gform_body select.gfield_select::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #d4d4d4;
        opacity: 1;
        /* Firefox */ }
      .main .content .gform_wrapper .gform_body select.gfield_select:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #d4d4d4; }
      .main .content .gform_wrapper .gform_body select.gfield_select::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #d4d4d4; }
    .main .content .gform_wrapper .gform_body ul.gfield_radio li {
      margin: 0 0 10px; }
      .main .content .gform_wrapper .gform_body ul.gfield_radio li label {
        font-size: 18px; }
      .main .content .gform_wrapper .gform_body ul.gfield_radio li input {
        float: left;
        margin-right: 10px;
        margin: 9px 10px 0 1px; }
    .main .content .gform_wrapper .gform_body .top_label .ginput_container {
      margin-top: 0; }
    .main .content .gform_wrapper .gform_body .top_label .gfield_label {
      display: inline-block !important;
      line-height: 1.3;
      clear: both;
      font-weight: 500;
      font-size: 18px;
      margin: 0 0 5px; }
    .main .content .gform_wrapper .gform_footer {
      padding: 0; }
      .main .content .gform_wrapper .gform_footer .gform_button {
        background: #FBAA29;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px !important;
        letter-spacing: 0px;
        text-transform: uppercase !important;
        transition: all 0.3s ease;
        height: 40px;
        margin-right: 0;
        border: 0px solid #FBAA29;
        transition: all 0.3s ease;
        -webkit-appearance: none;
        border-radius: 0;
        float: left; }
        .main .content .gform_wrapper .gform_footer .gform_button:hover {
          background: #c28d37; }
    .main .content .contact-details {
      width: 48%;
      float: left;
      margin-bottom: 30px; }
      @media screen and (max-width: 600px) {
        .main .content .contact-details {
          width: 100%;
          float: none; } }
      .main .content .contact-details p {
        background-repeat: no-repeat;
        padding: 3px 0 3px 0;
        margin: 0 0 10px; }
      .main .content .contact-details .address {
        background-position: left -359px; }
        .main .content .contact-details .address:before {
          content: "\f041";
          font-family: 'FontAwesome';
          padding-right: 16px;
          padding-left: 4px;
          font-size: 22px;
          color: #FBAA29; }
      .main .content .contact-details .po {
        background-position: left 6px;
        margin-bottom: 30px; }
        .main .content .contact-details .po:before {
          content: "PO";
          padding-right: 8px;
          font-size: 18px;
          color: #FBAA29;
          font-weight: 600; }
      .main .content .contact-details .ph {
        background-position: left -236px; }
        .main .content .contact-details .ph:before {
          content: '\f095';
          font-family: 'FontAwesome';
          padding-right: 13px;
          font-size: 22px;
          color: #FBAA29;
          font-weight: 600; }
      .main .content .contact-details .pro {
        background-position: left -482px; }
        .main .content .contact-details .pro:before {
          content: '\f07a';
          font-family: 'FontAwesome';
          padding-right: 10px;
          font-size: 22px;
          color: #FBAA29;
          font-weight: 600; }
      .main .content .contact-details .email {
        background-position: left -115px; }
        .main .content .contact-details .email:before {
          content: '\f0e0';
          font-family: 'FontAwesome';
          padding-right: 10px;
          font-size: 22px;
          color: #FBAA29;
          font-weight: 600; }
        .main .content .contact-details .email a {
          text-decoration: underline; }
      .main .content .contact-details .abn {
        background-position: left -482px; }
        .main .content .contact-details .abn:before {
          content: "ABN";
          font-weight: 600;
          padding-right: 5px;
          font-size: 16px;
          color: #FBAA29;
          letter-spacing: 0; }
    .main .content .map {
      width: 48%;
      height: 230px;
      float: right;
      margin-bottom: 30px; }
      .main .content .map iframe {
        width: 100%;
        height: 230px; }
      @media screen and (max-width: 600px) {
        .main .content .map {
          width: 100%;
          float: none; } }
    .main .content .form {
      width: 100%;
      clear: both;
      border-top: 1px solid #d6d7d7;
      padding-top: 30px; }
      @media screen and (max-width: 600px) {
        .main .content .form {
          padding-top: 0; } }
    .main .content .eo-fullcalendar table {
      border-bottom: 0; }
      .main .content .eo-fullcalendar table thead {
        border: 0 !important; }
      .main .content .eo-fullcalendar table tr td.fc-widget-header {
        padding: 0px !important; }
        .main .content .eo-fullcalendar table tr td.fc-widget-header table {
          margin-bottom: 0;
          border-bottom: 0; }
          .main .content .eo-fullcalendar table tr td.fc-widget-header table tr th {
            text-align: center;
            color: #ffffff;
            background: #ffc76c;
            padding: 10px 15px !important;
            border: 0 !important; }
      .main .content .eo-fullcalendar table tbody tr:nth-child(odd) {
        background: #ffffff; }
      .main .content .eo-fullcalendar table tbody tr:nth-child(odd) {
        background: #ffffff; }
      .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-bg table {
        margin: 0px; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-bg table thead {
          border: 0 !important; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-bg table .fc-day-number {
          background: #f9f9f9;
          padding: 5px 15px !important; }
      .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton {
        padding: 0; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table thead {
          border: 0 !important; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table tr .fc-day-number {
          padding: 5px 15px !important; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table tr td {
          padding: 0;
          background: #ffffff;
          border-color: #ddd; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table tr td.fc-day-number {
          background: #e6e6e6;
          color: #888A8C;
          border: 0 !important; }
        .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event {
          background: #FBAA29 !important;
          border: 1px solid #FBAA29 !important;
          color: #ffffff;
          padding: 5px;
          margin: 0;
          transition: all 0.3s ease; }
          .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event .fc-content span {
            color: #ffffff !important; }
          .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-all-members {
            background: #FBAA29 !important;
            border: 1px solid #FBAA29 !important; }
            .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-all-members:hover {
              background: #c28d37 !important;
              border: 1px solid #c28d37 !important; }
          .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-ladies-event {
            background: #4e93fc !important;
            border: 1px solid #4e93fc !important; }
            .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-ladies-event:hover {
              background: #3b70c0 !important;
              border: 1px solid #3b70c0 !important; }
          .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-mens-event {
            background: #f04343 !important;
            border: 1px solid #f04343  !important; }
            .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-mens-event:hover {
              background: #c53939 !important;
              border: 1px solid #c53939 !important; }
          .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-mixed-event {
            background: #b143f0 !important;
            border: 1px solid #b143f0 !important; }
            .main .content .eo-fullcalendar table tbody tr .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-week .fc-content-skeleton table .fc-event-container .fc-day-grid-event.eo-event-cat-mixed-event:hover {
              background: #8433b3 !important;
              border: 1px solid #8433b3 !important; }
      .main .content .eo-fullcalendar table tbody tr .fc-today {
        background: #b4d9d3; }

@media screen and (max-width: 600px) {
  .fc-toolbar {
    margin-bottom: 20px !important; } }

.fc-toolbar .fc-center h2 {
  margin: 0; }

@media screen and (max-width: 600px) {
  .fc-toolbar .fc-center {
    clear: both;
    width: 100%;
    padding: 10px 0 0; }
    .fc-toolbar .fc-center h2 {
      margin: 0 auto 0 !important; } }

@media screen and (max-width: 600px) {
  .fc-toolbar .fc-right {
    text-align: right; }
    .fc-toolbar .fc-right .fc-button-group {
      margin-top: 10px; } }

.event-calendar-key {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 22px;
  /*@include media($mobile) {
		float: none;
		width: 100%;
	}*/ }
  .event-calendar-key p {
    margin-bottom: 0 !important; }
    .event-calendar-key p:before {
      height: 12px;
      width: 12px;
      border: 1px solid #FBAA29;
      content: "";
      position: relative;
      left: -20px;
      display: inline-block;
      top: 0px; }
    .event-calendar-key p.category-all-members:before {
      background: #FBAA29 !important;
      border: 1px solid #FBAA29 !important; }
    .event-calendar-key p.category-ladies-event:before {
      background: #4e93fc !important;
      border: 1px solid #4e93fc !important; }
    .event-calendar-key p.category-mens-event:before {
      background: #f04343 !important;
      border: 1px solid #f04343  !important; }
    .event-calendar-key p.category-mixed-event:before {
      background: #b143f0 !important;
      border: 1px solid #b143f0 !important; }

/* MEMBERS STUFF */
.main.members {
  background: #fcfcfc;
  /* LOGIN PAGE  */
  /* BOOKINGS PAGE */ }
  @media screen and (max-width: 780px) {
    .main.members {
      background: #ffffff; } }
  .main.members .members-sidebar {
    margin-top: 0;
    padding-right: 0; }
    @media screen and (max-width: 1200px) {
      .main.members .members-sidebar {
        width: 21%; } }
    @media screen and (max-width: 960px) {
      .main.members .members-sidebar {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
        float: left;
        margin-bottom: 15px; } }
    .main.members .members-sidebar #mobile-btn {
      display: none;
      background: #888A8C;
      color: #ffffff;
      text-align: center;
      padding: 10px 0px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 0.3s ease; }
      @media screen and (max-width: 960px) {
        .main.members .members-sidebar #mobile-btn {
          display: block;
          width: 100%;
          float: right;
          right: 0;
          z-index: 999; } }
      @media screen and (max-width: 600px) {
        .main.members .members-sidebar #mobile-btn {
          display: block;
          width: 100%;
          float: none;
          position: relative;
          right: inherit; } }
      .main.members .members-sidebar #mobile-btn:hover {
        transition: all 0.3s ease; }
    .main.members .members-sidebar #mobile-btn.active {
      background: #FBAA29; }
    .main.members .members-sidebar a {
      color: #2B4054; }
    @media screen and (max-width: 960px) {
      .main.members .members-sidebar .sidebar-content {
        display: none; } }
    @media screen and (max-width: 960px) {
      .main.members .members-sidebar .buttons {
        width: 50%;
        float: left;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 600px) {
      .main.members .members-sidebar .buttons {
        width: 100%;
        margin-bottom: 30px; } }
    .main.members .members-sidebar .buttons .members-menu {
      width: 100%;
      margin: 0; }
    @media screen and (max-width: 960px) {
      .main.members .members-sidebar .cats {
        float: right;
        width: 58%;
        margin-right: 0%; } }
    @media screen and (max-width: 600px) {
      .main.members .members-sidebar .cats {
        width: 100%; } }
    .main.members .members-sidebar .weather {
      border-bottom: 1px solid #d6d7d7;
      padding: 0 0 38px;
      margin: 0 0 40px; }
      @media screen and (max-width: 1200px) {
        .main.members .members-sidebar .weather {
          width: 100%; } }
      @media screen and (max-width: 960px) {
        .main.members .members-sidebar .weather {
          float: right;
          width: 50%;
          border-bottom: 0;
          margin-bottom: 0;
          padding-top: 0;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        .main.members .members-sidebar .weather {
          width: 100%; } }
      .main.members .members-sidebar .weather h3 {
        font-weight: 600;
        font-size: 22px;
        margin: 0 0 15px;
        line-height: 100%; }
      .main.members .members-sidebar .weather #weatherFeed .weatherTitle {
        position: relative;
        top: 0;
        right: 0; }
      .main.members .members-sidebar .weather #weatherFeed div span {
        font-size: 13px; }
        .main.members .members-sidebar .weather #weatherFeed div span b {
          font-weight: 600;
          font-size: 14px; }
      @media screen and (max-width: 960px) {
        .main.members .members-sidebar .weather #weatherFeed {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .main.members .members-sidebar .weather #weatherFeed div {
            margin: 4px 0; } }
      @media screen and (max-width: 600px) {
        .main.members .members-sidebar .weather #weatherFeed {
          display: block; } }
      .main.members .members-sidebar .weather .links {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0; }
        .main.members .members-sidebar .weather .links a {
          font-weight: 400;
          font-size: 14px;
          color: #888A8C; }
          .main.members .members-sidebar .weather .links a:hover {
            color: #b4b5b6; }
    .main.members .members-sidebar .events {
      padding: 0;
      margin: 00px 0 0;
      box-shadow: none;
      width: 100%; }
      @media screen and (max-width: 960px) {
        .main.members .members-sidebar .events {
          float: none;
          width: 100%;
          border-bottom: 1px solid #d6d7d7;
          padding: 30px 0 0;
          margin: 0 0 30px;
          overflow: hidden; }
          .main.members .members-sidebar .events .eo-events {
            margin-bottom: 0; }
          .main.members .members-sidebar .events h3 {
            border-top: 1px solid #d6d7d7;
            padding-top: 30px; } }
  @media screen and (max-width: 960px) and (max-width: 600px) {
    .main.members .members-sidebar .events .two-thirds {
      width: auto;
      padding-right: 15px; } }
      @media screen and (max-width: 960px) {
          .main.members .members-sidebar .events .two-thirds h3 {
            border-top: 0;
            padding-top: 0; } }
      .main.members .members-sidebar .events h3 {
        font-weight: 600;
        font-size: 22px;
        margin: 0 0 5px;
        line-height: 100%; }
      .main.members .members-sidebar .events .calendar-view {
        font-size: 14px; }
        .main.members .members-sidebar .events .calendar-view:hover {
          color: #888A8C; }
      .main.members .members-sidebar .events .eo-events {
        margin-top: 0px;
        width: 100%;
        padding: 0 0 25px; }
        @media screen and (max-width: 960px) {
          .main.members .members-sidebar .events .eo-events {
            border-bottom: 0; } }
        @media screen and (max-width: 780px) {
          .main.members .members-sidebar .events .eo-events {
            padding: 0;
            margin-bottom: 20px;
            margin-top: 0; } }
        .main.members .members-sidebar .events .eo-events li {
          width: 100%; }
          @media screen and (max-width: 960px) {
            .main.members .members-sidebar .events .eo-events li {
              float: left;
              width: 33%; } }
          .main.members .members-sidebar .events .eo-events li a .day {
            color: white;
            background-color: #FBAA29;
            font-size: 18px;
            font-weight: 500;
            margin-right: 10px;
            width: 40px;
            height: 40px;
            display: block;
            text-align: center;
            padding: 6px 0; }
          .main.members .members-sidebar .events .eo-events li .one-third {
            width: 21%; }
            @media screen and (max-width: 1200px) {
              .main.members .members-sidebar .events .eo-events li .one-third {
                width: 40px; } }
          .main.members .members-sidebar .events .eo-events li .two-thirds {
            text-align: left; }
            @media screen and (max-width: 1200px) {
              .main.members .members-sidebar .events .eo-events li .two-thirds {
                width: 120px; } }
            .main.members .members-sidebar .events .eo-events li .two-thirds .month, .main.members .members-sidebar .events .eo-events li .two-thirds .year {
              margin-top: 15px;
              font-size: 18px;
              position: relative;
              display: inline;
              top: inherit;
              left: inherit;
              font-weight: 500;
              line-height: 100%; }
            @media screen and (max-width: 1200px) {
              .main.members .members-sidebar .events .eo-events li .two-thirds h3 {
                margin: 5px 0 0; } }
            .main.members .members-sidebar .events .eo-events li .two-thirds h3 a {
              top: inherit;
              color: #FBAA29;
              font-weight: 400;
              font-size: 16px;
              text-transform: none;
              visibility: visible !important; }
              .main.members .members-sidebar .events .eo-events li .two-thirds h3 a:after {
                content: " »"; }
    @media screen and (max-width: 960px) {
      .main.members .members-sidebar .members-menu {
        float: left;
        width: 30%;
        margin-right: 4% !important; } }
    @media screen and (max-width: 780px) {
      .main.members .members-sidebar .members-menu {
        width: 48%;
        margin-right: 0;
        float: left; } }
    @media screen and (max-width: 600px) {
      .main.members .members-sidebar .members-menu {
        width: 100%; } }
    .main.members .members-sidebar .members-menu li a {
      background: #FBAA29;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 12px 0;
      letter-spacing: 0.5px;
      margin-bottom: 10px; }
    .main.members .members-sidebar .members-menu li:hover a {
      background: #888A8C;
      color: #ffffff; }
  .main.members .members-content {
    width: 75%;
    float: right;
    margin-top: 0;
    /* MEMBERS NEWS TABS */
    /* SLIDER */
    /* TWO COLUMNS OF NEWS STORIES */
    /* MEMBERS NEWS VERSION 2 */
    /* MY INFORMATION */
    /* CHANGE PASSWORD */ }
    @media screen and (max-width: 1500px) {
      .main.members .members-content {
        width: 73%; } }
    @media screen and (max-width: 1200px) {
      .main.members .members-content {
        width: 70%; } }
    @media screen and (max-width: 960px) {
      .main.members .members-content {
        width: 100%; } }
    .main.members .members-content.public-bookings {
      width: 100%; }
    .main.members .members-content .right .archives-wrap.tabbed .tabs {
      background: #888A8C; }
      .main.members .members-content .right .archives-wrap.tabbed .tabs .tablinks {
        background: #888A8C;
        border: 0;
        font-size: 17px;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        padding: 12px 20px;
        transition: all 0.3s ease; }
        .main.members .members-content .right .archives-wrap.tabbed .tabs .tablinks:hover {
          background: #FBAA29; }
        .main.members .members-content .right .archives-wrap.tabbed .tabs .tablinks.active {
          background: #FBAA29; }
    .main.members .members-content .right .archives-wrap.tabbed #news {
      margin-top: 20px; }
      .main.members .members-content .right .archives-wrap.tabbed #news .archive {
        width: 99.5%;
        padding: 15px; }
        .main.members .members-content .right .archives-wrap.tabbed #news .archive .archive-content h2 {
          margin: 10px 0 20px 0;
          font-size: 24px; }
        .main.members .members-content .right .archives-wrap.tabbed #news .archive .archive-content .post-content small {
          position: relative;
          bottom: 0;
          left: 0;
          font-size: 14px;
          color: #FBAA29;
          font-style: normal; }
    .main.members .members-content .slider-members {
      width: 100%;
      margin: 0 0 40px; }
      @media screen and (max-width: 600px) {
        .main.members .members-content .slider-members {
          margin: 0;
          display: none; } }
      .main.members .members-content .slider-members .portal-box {
        background-image: url(/cms/wp-content/themes/highend-deluxe/assets/images/news-slider-default.jpg); }
        .main.members .members-content .slider-members .portal-box .feature-image {
          position: absolute; }
        .main.members .members-content .slider-members .portal-box .copy {
          position: absolute;
          right: 0;
          width: 540px;
          height: 240px;
          background: rgba(17, 21, 24, 0.7);
          padding: 25px 25px 0;
          margin: 30px 0; }
          .main.members .members-content .slider-members .portal-box .copy .read_more_link {
            display: none; }
          .main.members .members-content .slider-members .portal-box .copy p {
            color: #ffffff;
            font-size: 16px; }
            .main.members .members-content .slider-members .portal-box .copy p a.button {
              color: #FBAA29;
              font-size: 14px;
              text-decoration: none; }
              .main.members .members-content .slider-members .portal-box .copy p a.button:hover {
                color: #c28d37; }
          @media screen and (max-width: 780px) {
            .main.members .members-content .slider-members .portal-box .copy {
              width: 100%; } }
    .main.members .members-content .archives-wrap {
      display: inline-block;
      width: 100%; }
      @media screen and (max-width: 960px) {
        .main.members .members-content .archives-wrap {
          margin: 0; } }
      .main.members .members-content .archives-wrap .archive {
        width: 32%;
        margin-right: 2%;
        display: inline-block;
        float: left;
        box-shadow: none;
        position: relative;
        margin-bottom: 25px;
        transition: 0.3s all ease-in-out; }
        @media screen and (max-width: 600px) {
          .main.members .members-content .archives-wrap .archive {
            flex-direction: column; } }
        .main.members .members-content .archives-wrap .archive .image-wrap img {
          opacity: 1;
          transition: 0.3s all ease-in-out; }
        .main.members .members-content .archives-wrap .archive:hover {
          box-shadow: 0px 0px 7px #eee;
          transition: 0.3s all ease-in-out; }
          .main.members .members-content .archives-wrap .archive:hover .image-wrap img {
            opacity: 0.9;
            transition: 0.3s all ease-in-out; }
        .main.members .members-content .archives-wrap .archive:nth-child(3n) {
          margin-right: 2% !important; }
          @media screen and (max-width: 1024px) {
            .main.members .members-content .archives-wrap .archive:nth-child(3n) {
              clear: none; } }
        .main.members .members-content .archives-wrap .archive:nth-child(3n+1) {
          clear: none;
          margin: 0; }
          @media screen and (max-width: 1024px) {
            .main.members .members-content .archives-wrap .archive:nth-child(3n+1) {
              margin: 0 2% 0 0; } }
          @media screen and (max-width: 600px) {
            .main.members .members-content .archives-wrap .archive:nth-child(3n+1) {
              margin: 0 2% 25px 0; } }
        @media screen and (max-width: 1024px) {
          .main.members .members-content .archives-wrap .archive {
            width: 48%; }
            .main.members .members-content .archives-wrap .archive:nth-child(2n+1) {
              clear: none; } }
        @media screen and (max-width: 600px) {
          .main.members .members-content .archives-wrap .archive {
            width: 100%; } }
        .main.members .members-content .archives-wrap .archive .archive-inner {
          overflow: hidden;
          box-shadow: 0px 0px 5px #ccc;
          height: 500px;
          /*@include media($desktop) {
						width: 47.75%;	
						&:nth-child(2n) {
							margin-right: 0 !important;	
						}
					}*/ }
          .main.members .members-content .archives-wrap .archive .archive-inner .thumbnail-container {
            overflow: hidden;
            margin-bottom: 0;
            width: 100%; }
            @media screen and (max-width: 600px) {
              .main.members .members-content .archives-wrap .archive .archive-inner .thumbnail-container {
                width: 100%; } }
            .main.members .members-content .archives-wrap .archive .archive-inner .thumbnail-container .thumb {
              width: 100%;
              height: 250px;
              background-image: url(../images/default-news-image.jpg);
              background-position: center;
              background-size: cover;
              transition: all 0.3s ease; }
              .main.members .members-content .archives-wrap .archive .archive-inner .thumbnail-container .thumb:hover {
                transform: scale(1.1); }
                .main.members .members-content .archives-wrap .archive .archive-inner .thumbnail-container .thumb:hover img {
                  transform: scale(1.1); }
          .main.members .members-content .archives-wrap .archive .archive-inner .post-content {
            padding: 20px;
            padding-right: 0;
            padding-top: 0;
            width: 100%; }
          @media screen and (max-width: 600px) {
            .main.members .members-content .archives-wrap .archive .archive-inner {
              width: 100%;
              margin-right: 0 !important; } }
          .main.members .members-content .archives-wrap .archive .archive-inner small.post-data {
            top: 0;
            left: 0;
            bottom: inherit;
            padding: 4px 10px;
            background: #FBAA29;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
            font-style: normal !important;
            height: 28px; }
          .main.members .members-content .archives-wrap .archive .archive-inner .archive-content {
            position: relative;
            /*	padding: 25px 20px;	*/
            width: 100%; }
            @media screen and (max-width: 600px) {
              .main.members .members-content .archives-wrap .archive .archive-inner .archive-content {
                width: 100%; } }
            .main.members .members-content .archives-wrap .archive .archive-inner .archive-content h2 {
              margin: 0 0 10px;
              line-height: 100%;
              text-align: center; }
              .main.members .members-content .archives-wrap .archive .archive-inner .archive-content h2 a {
                color: #FBAA29;
                font-weight: 600;
                font-size: 22px;
                letter-spacing: 1px; }
                .main.members .members-content .archives-wrap .archive .archive-inner .archive-content h2 a:hover {
                  color: #c28d37; }
            .main.members .members-content .archives-wrap .archive .archive-inner .archive-content p {
              margin: 0;
              font-size: 16px; }
              .main.members .members-content .archives-wrap .archive .archive-inner .archive-content p + p {
                margin-top: 22px; }
            .main.members .members-content .archives-wrap .archive .archive-inner .archive-content p + h2 {
              margin-top: 25px; }
          .main.members .members-content .archives-wrap .archive .archive-inner .read-more {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 125px; }
            .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link {
              position: absolute;
              bottom: 0;
              padding: 14px;
              width: 100%;
              text-align: center;
              background: #888A8C;
              color: #ffffff;
              transition: 0.3s ease-in-out;
              right: 0; }
              .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link:hover {
                background: #FBAA29; }
              .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link a {
                text-decoration: none;
                /*&:after {
									content: "\f054";
									font-family: 'FontAwesome';
									
								}*/ }
                .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link a i {
                  font-size: 16px;
                  font-weight: bold;
                  transition: 0.3s ease-in-out; }
                .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link a:hover {
                  color: #FBAA29;
                  /*&:after {
										color: $accent;
										transition: 0.3s ease-in-out;
									}*/ }
                  .main.members .members-content .archives-wrap .archive .archive-inner .read-more .read_more_link a:hover i {
                    color: #FBAA29;
                    transition: 0.3s ease-in-out; }
          .main.members .members-content .archives-wrap .archive .archive-inner .image-wrap img {
            min-height: 225px !important;
            height: 225px !important;
            width: auto !important;
            /*min-height: auto !important;
							height: auto !important;
							width: 100% !important;*/
            min-width: auto !important;
            max-width: inherit;
            opacity: 1; }
            @media screen and (max-width: 1200px) {
              .main.members .members-content .archives-wrap .archive .archive-inner .image-wrap img {
                height: auto !important; } }
            @media screen and (max-width: 600px) {
              .main.members .members-content .archives-wrap .archive .archive-inner .image-wrap img {
                width: 100% !important;
                height: auto !important;
                min-height: auto !important; } }
    .main.members .members-content .archives-wrap.two-col .archives-cat {
      width: 48.5%;
      margin-right: 3%;
      float: left; }
      @media screen and (max-width: 600px) {
        .main.members .members-content .archives-wrap.two-col .archives-cat {
          width: 100%; } }
      .main.members .members-content .archives-wrap.two-col .archives-cat:nth-child(2n) {
        margin-right: 0 !important; }
      .main.members .members-content .archives-wrap.two-col .archives-cat .archive {
        width: 99.65%;
        margin-right: 0%;
        margin-bottom: 40px;
        flex-direction: column;
        height: 500px;
        overflow: hidden;
        /*.image-wrap {
						height: 300px;
						overflow: hidden;

						img {
							width: 100% !important;
							height: auto !important;
							min-height: inherit !important;
							min-width: auto !important;
							max-width: inherit;
						}
					}*/ }
        .main.members .members-content .archives-wrap.two-col .archives-cat .archive .thumbnail-container {
          overflow: hidden;
          margin-bottom: 0;
          width: 100%; }
        .main.members .members-content .archives-wrap.two-col .archives-cat .archive .archive-content {
          padding: 25px 20px 45px;
          width: 100%; }
          .main.members .members-content .archives-wrap.two-col .archives-cat .archive .archive-content h2 {
            text-align: center; }
            .main.members .members-content .archives-wrap.two-col .archives-cat .archive .archive-content h2 a {
              font-size: 24px; }
        .main.members .members-content .archives-wrap.two-col .archives-cat .archive .read-more {
          position: absolute;
          bottom: 0;
          right: 0;
          height: 60px;
          color: #ffffff; }
          .main.members .members-content .archives-wrap.two-col .archives-cat .archive .read-more .read_more_link {
            position: absolute;
            bottom: 0;
            padding: 14px;
            width: 100%;
            text-align: center;
            background: #888A8C;
            color: #ffffff;
            transition: 0.3s ease-in-out;
            margin-bottom: 0;
            font-weight: 400; }
            .main.members .members-content .archives-wrap.two-col .archives-cat .archive .read-more .read_more_link:hover {
              background: #FBAA29; }
              .main.members .members-content .archives-wrap.two-col .archives-cat .archive .read-more .read_more_link:hover i {
                color: #ffffff;
                transition: 0.3s ease-in-out; }
    @media screen and (max-width: 480px) {
      .main.members .members-content .archives-wrap.list {
        margin-top: 30px; } }
    .main.members .members-content .archives-wrap.list .archive {
      width: 99.5%;
      /* This is so you can see the shadow on the right hand side */
      margin-right: 0;
      /*box-shadow: none;*/
      position: relative;
      background: #ffffff;
      transition: 0.3s all ease-in-out;
      clear: both;
      padding: 15px;
      height: inherit !important;
      box-shadow: 0px 0px 7px #c7c7c7; }
      @media screen and (max-width: 780px) {
        .main.members .members-content .archives-wrap.list .archive {
          width: 100%;
          padding: 0 0 40px;
          margin-bottom: 40px;
          border-bottom: 1px solid #d6d7d7; } }
      .main.members .members-content .archives-wrap.list .archive:nth-child(3n+1) {
        margin-bottom: 25px; }
      .main.members .members-content .archives-wrap.list .archive .archive-content .entry .read-more {
        margin: 15px 0; }
        .main.members .members-content .archives-wrap.list .archive .archive-content .entry .read-more p.read_more_link a {
          font-size: 14px; }
      .main.members .members-content .archives-wrap.list .archive img {
        float: right;
        width: 33%;
        max-height: inherit !important;
        margin-left: 3%; }
        @media screen and (max-width: 1500px) {
          .main.members .members-content .archives-wrap.list .archive img {
            width: 36%; } }
        @media screen and (max-width: 1200px) {
          .main.members .members-content .archives-wrap.list .archive img {
            width: 44%; } }
        @media screen and (max-width: 780px) {
          .main.members .members-content .archives-wrap.list .archive img {
            width: 40%;
            margin-left: 5%;
            margin-top: 38px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 480px) {
          .main.members .members-content .archives-wrap.list .archive img {
            width: 100%;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 30px; } }
      .main.members .members-content .archives-wrap.list .archive h2 {
        margin: 0 0 20px;
        clear: none; }
        .main.members .members-content .archives-wrap.list .archive h2 a {
          font-size: 26px;
          font-weight: 600;
          color: #FBAA29; }
          .main.members .members-content .archives-wrap.list .archive h2 a:hover {
            color: #c28d37; }
      .main.members .members-content .archives-wrap.list .archive p {
        margin: 0;
        right: auto;
        left: auto; }
        .main.members .members-content .archives-wrap.list .archive p .read_more_link {
          position: relative;
          bottom: inherit;
          left: inherit;
          right: inherit;
          display: block;
          padding-top: 20px; }
      .main.members .members-content .archives-wrap.list .archive .post-data {
        position: relative !important;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        padding: 0;
        margin-bottom: 10px;
        height: inherit;
        display: block;
        background: none;
        color: #888A8C; }
      .main.members .members-content .archives-wrap.list .archive .post-data.cats {
        margin-top: 10px;
        margin-bottom: 13px;
        color: #888A8C; }
        .main.members .members-content .archives-wrap.list .archive .post-data.cats a {
          text-decoration: underline;
          color: #FBAA29; }
    .main.members .members-content .column {
      width: 48%;
      margin-right: 4%; }
      @media screen and (max-width: 1200px) {
        .main.members .members-content .column {
          width: 100%;
          margin-right: 0;
          float: none; } }
      @media screen and (max-width: 960px) {
        .main.members .members-content .column {
          width: 48%;
          margin-right: 4%;
          float: left; } }
      @media screen and (max-width: 600px) {
        .main.members .members-content .column {
          width: 100%;
          margin-right: 0;
          float: none; } }
      .main.members .members-content .column:last-child {
        margin-right: 0; }
      .main.members .members-content .column .panel {
        border: 1px solid #d6d7d7;
        background: #ffffff;
        box-shadow: none;
        font-size: 18px !important;
        line-height: 23px;
        font-weight: 400;
        margin-bottom: 30px; }
        .main.members .members-content .column .panel h2 {
          background: #FBAA29;
          font-size: 18px;
          line-height: 24px; }
        .main.members .members-content .column .panel p {
          font-size: 18px !important;
          line-height: 23px;
          font-weight: 400; }
        .main.members .members-content .column .panel table {
          margin: 0 0 15px; }
          .main.members .members-content .column .panel table tr td {
            font-size: 18px !important;
            line-height: 23px;
            font-weight: 400;
            color: #888A8C;
            background: #ffffff;
            padding: 5px 15px;
            letter-spacing: 0.5px; }
            .main.members .members-content .column .panel table tr td p {
              font-size: 18px !important;
              line-height: 23px;
              font-weight: 400; }
            .main.members .members-content .column .panel table tr td a {
              color: #888A8C;
              text-decoration: underline !important;
              padding: 0; }
          .main.members .members-content .column .panel table tr:nth-child(odd) {
            background: #ffffff; }
      .main.members .members-content .column #teenet {
        font-size: 18px !important;
        line-height: 23px;
        font-weight: 400;
        margin: 0 0 15px; }
        .main.members .members-content .column #teenet .tn-conditions {
          padding: 5px 20px 38px;
          margin: 0;
          width: 100%;
          font-size: 16px; }
        .main.members .members-content .column #teenet p {
          padding: 5px 15px; }
        .main.members .members-content .column #teenet a {
          color: #888A8C;
          padding: 0;
          font-size: 16px;
          text-decoration: underline; }
      @media screen and (max-width: 480px) {
        .main.members .members-content .column #details {
          margin-top: 20px; } }
    .main.members .members-content .password table.portal {
      border-top: 0;
      border-bottom: 0;
      margin: 20px auto;
      background: #EBEDED !important;
      border: 1px solid #FBAA29 !important;
      /*webkit-box-shadow: 0px 0px 5px #5a5a5a;
				-moz-box-shadow: 0px 0px 5px #5a5a5a;
				box-shadow: 0px 0px 5px #5a5a5a;*/ }
      .main.members .members-content .password table.portal tr td div table tr:nth-child(odd) {
        background: #ffffff; }
        .main.members .members-content .password table.portal tr td div table tr:nth-child(odd) td {
          background: #ffffff; }
      .main.members .members-content .password table.portal th {
        background-color: #FBAA29;
        font-size: 17px;
        font-weight: 600;
        position: relative;
        padding: 10px 15px; }
      .main.members .members-content .password table.portal input[type=submit] {
        border: 0px solid red !important;
        margin-bottom: 0px;
        background: #FBAA29;
        width: 168px !important;
        height: 42px !important;
        color: #ffffff;
        font-size: 15px !important;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        text-align: center;
        transform: all 0.3s ease;
        opacity: 1;
        float: none;
        display: inline; }
        .main.members .members-content .password table.portal input[type=submit]:hover {
          background: #FBAA29; }
      .main.members .members-content .password table.portal input[type=button] {
        border: 0px solid red !important;
        margin-bottom: 0px;
        background: #ffffff;
        width: 168px !important;
        height: 42px !important;
        color: #FBAA29;
        font-size: 15px !important;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        text-align: center;
        transform: all 0.3s ease;
        opacity: 1;
        float: none;
        display: inline; }
        .main.members .members-content .password table.portal input[type=button]:hover {
          background: #FBAA29; }
      @media screen and (max-width: 600px) {
        .main.members .members-content .password table.portal {
          display: table; }
          .main.members .members-content .password table.portal tbody {
            display: table;
            width: 100%; }
            .main.members .members-content .password table.portal tbody td {
              padding: 0 5% !important; }
              .main.members .members-content .password table.portal tbody td input[type=password] {
                width: 100% !important; } }
      @media screen and (max-width: 600px) {
        .main.members .members-content .password table.portal input {
          width: 100% !important; } }
      .main.members .members-content .password table.portal td {
        padding: 0px !important; }
      .main.members .members-content .password table.portal div[align=center] {
        width: 70%;
        margin: 0 auto;
        padding: 20px 0; }
        @media screen and (max-width: 1200px) {
          .main.members .members-content .password table.portal div[align=center] {
            width: 100%; } }
        .main.members .members-content .password table.portal div[align=center] table {
          width: 600px !important; }
          @media screen and (max-width: 1200px) {
            .main.members .members-content .password table.portal div[align=center] table {
              width: 100% !important; } }
          .main.members .members-content .password table.portal div[align=center] table td {
            padding: 0px 0px 10px !important; }
            @media screen and (max-width: 600px) {
              .main.members .members-content .password table.portal div[align=center] table td {
                padding: 0 0 10px !important; } }
    @media screen and (max-width: 600px) {
      .main.members .members-content .password {
        padding: 0 !important; } }
  .main.members .members-content.login {
    width: 100%; }
    @media screen and (max-width: 600px) {
      .main.members .members-content.login {
        margin-top: 35px; } }
    .main.members .members-content.login h1 {
      position: relative;
      top: inherit;
      left: inherit;
      z-index: 10;
      text-shadow: none;
      text-transform: none;
      font-size: 36px;
      font-weight: 600;
      color: #888A8C;
      letter-spacing: 0.5px;
      line-height: 120%;
      text-align: left;
      margin-top: 0; }
    .main.members .members-content.login .login .left {
      width: 40%;
      margin-right: 0;
      float: left; }
      .main.members .members-content.login .login .left a {
        color: #ffffff;
        font-size: 13px; }
        .main.members .members-content.login .login .left a:hover {
          color: #FBAA29; }
      @media screen and (max-width: 780px) {
        .main.members .members-content.login .login .left {
          width: 100%;
          float: none; } }
      .main.members .members-content.login .login .left form {
        width: 85%;
        margin: 0;
        background: #888A8C;
        box-shadow: none;
        padding: 40px 0; }
        @media screen and (max-width: 780px) {
          .main.members .members-content.login .login .left form {
            width: 100%;
            margin-bottom: 40px; } }
        .main.members .members-content.login .login .left form .input input {
          margin-bottom: 20px;
          border: 0;
          width: 60%; }
        .main.members .members-content.login .login .left form .input input[type=submit] {
          color: #ffffff;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
          width: 120px;
          height: 40px;
          background-color: #FBAA29;
          border: 0;
          padding: 0;
          text-align: center; }
          .main.members .members-content.login .login .left form .input input[type=submit]:hover {
            background-color: #c28d37; }
    .main.members .members-content.login .login .right {
      width: 60%;
      float: right; }
      .main.members .members-content.login .login .right a {
        text-decoration: underline !important;
        font-weight: 600; }
        .main.members .members-content.login .login .right a:hover {
          color: #FBAA29; }
      @media screen and (max-width: 780px) {
        .main.members .members-content.login .login .right {
          width: 100%;
          float: none; } }
  .main.members #memberSearch:before,
  .main.members #eventListForm:before {
    display: block;
    position: relative !important;
    width: 100%;
    top: inherit;
    left: inherit;
    text-align: left;
    color: #888A8C;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    font-size: 36px !important; }
  .main.members .eventListContain,
  .main.members #mainLayout {
    padding-top: 20px !important; }
  .main.members #mainLayout thead {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid #FBAA29; }
  .main.members #mainLayout th {
    background: #FBAA29;
    color: #ffffff;
    padding: 10px 15px;
    text-align: left;
    box-sizing: border-box; }
    .main.members #mainLayout th span {
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 17px;
      position: relative;
      font-weight: 600;
      text-transform: none; }
  .main.members #mainLayout .ui-datatable.ui-widget .ui-datatable-data td,
  .main.members #mainLayout .ui-datatable.ui-widget tfoot td,
  .main.members #mainLayout .ui-datatable.ui-widget .ui-datatable-data-empty td {
    border: 1px solid #FBAA29; }
  .main.members #mainLayout td {
    padding: 10px; }
  .main.members h3 .eventHeader {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 10;
    text-shadow: none;
    text-transform: none;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-align: left;
    color: #FBAA29;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin: 25px 0 10px !important; }
  .main.members .ui-panelgrid tr, .main.members .ui-panelgrid td {
    background: transparent; }

.product-page .splash-image.hidden {
  visibility: visible !important;
  display: block !important; }

.product-page .content {
  /* ACCOUNT INFO */
  /* BOOKINGS */
  /* MEMBERS DIRECTORY */
  /* PLAYING PARTNERS */ }
  .product-page .content .members-content table.portal input, .product-page .content .members-content table.portal textarea {
    width: 100% !important; }
  .product-page .content .members-content table.portal th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif; }
  .product-page .content .members-content table.portal tr:nth-child(odd) {
    background: #ffffff; }
  .product-page .content .members-content table.portal tr td div[align=center] table {
    margin: 10px 0 0; }
  .product-page .content .members-content table.portal tr td div[align=center] input[type=submit], .product-page .content .members-content table.portal tr td div[align=center] input[type=button] {
    width: 120px !important;
    height: 40px;
    background: #888A8C;
    color: #ffffff;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding: 0;
    display: inline;
    transition: all 0.3s ease; }
    .product-page .content .members-content table.portal tr td div[align=center] input[type=submit]:hover, .product-page .content .members-content table.portal tr td div[align=center] input[type=button]:hover {
      background: #b4b5b6; }
  .product-page .content .members-content table.portal tr td div[align=center] input[type=button] {
    background: #888A8C;
    transition: all 0.3s ease; }
    .product-page .content .members-content table.portal tr td div[align=center] input[type=button]:hover {
      background: #b4b5b6; }
  .product-page .content .members-content table.portal table tr:nth-child(odd) {
    background: #ffffff; }
  .product-page .content table {
    /*	background: $white; */
    background: #fcfcfc; }
    .product-page .content table tr:nth-child(odd) {
      background: #ffffff;
      background: #fcfcfc; }
    .product-page .content table tr:nth-child(even) {
      background: #ffffff;
      background: #fcfcfc; }
  .product-page .content table.display-options {
    background: transparent; }
    @media screen and (max-width: 650px) {
      .product-page .content table.display-options {
        display: flex;
        justify-content: center; } }
    .product-page .content table.display-options tr:nth-child(odd) {
      background: transparent; }
    .product-page .content table.display-options tr:nth-child(even) {
      background: transparent; }
    .product-page .content table.display-options tr td {
      font-size: 14px !important;
      line-height: inherit;
      padding: 0;
      vertical-align: middle; }
  .product-page .content table.portal tr:nth-child(odd) {
    background: #ffffff; }
  .product-page .content table.portal tr:nth-child(even) {
    background: #ffffff; }
  .product-page .content center table {
    width: 100%; }
    .product-page .content center table tr td {
      padding: 0; }
      .product-page .content center table tr td table {
        margin-bottom: 0; }
        .product-page .content center table tr td table table {
          margin-bottom: 0; }
          .product-page .content center table tr td table table tr td .tab_on, .product-page .content center table tr td table table tr td .tab_off {
            background: #ffffff;
            height: auto;
            padding: 10px; }
          .product-page .content center table tr td table table tr td .tab_off {
            background: #f0f0f0; }
            .product-page .content center table tr td table table tr td .tab_off:hover {
              background: #ffffff; }
              .product-page .content center table tr td table table tr td .tab_off:hover a {
                color: #FBAA29; }
      .product-page .content center table tr td table.portal tr td {
        background: #ffffff; }
        .product-page .content center table tr td table.portal tr td p {
          padding: 10px 15px;
          margin: 0; }
        .product-page .content center table tr td table.portal tr td table.portal tr th {
          background: #ffc76c; }
        .product-page .content center table tr td table.portal tr td table.portal tr td {
          padding: 10px 15px; }
          .product-page .content center table tr td table.portal tr td table.portal tr td em {
            text-align: center;
            display: block;
            font-size: 16px;
            color: #d4d4d4; }
  .product-page .content #eventListForm .event-nav .ui-button {
    background: #888A8C;
    transition: all 0.3s ease;
    border-radius: 0; }
    .product-page .content #eventListForm .event-nav .ui-button:hover {
      background: #c28d37; }
  .product-page .content #eventListForm .event-nav .ui-button.ui-widget.ui-state-active {
    background: #FBAA29;
    transition: all 0.3s ease; }
    .product-page .content #eventListForm .event-nav .ui-button.ui-widget.ui-state-active:hover {
      background: #c28d37; }
  .product-page .content #eventListForm h3 {
    margin-bottom: 0; }
  .product-page .content #eventListForm .eventList {
    margin-top: 20px; }
    @media screen and (max-width: 650px) {
      .product-page .content #eventListForm .eventList .ui-grid-col-9 {
        display: flex;
        justify-content: center; } }
  .product-page .content #memberSearch .ui-panel-title {
    font-size: 18px;
    font-weight: 500; }
  .product-page .content #memberSearch .mainBoxTp p {
    font-size: 16px; }
  .product-page .content #memberSearch .ui-button-text-only {
    font-size: 16px;
    font-weight: 400; }
  .product-page .content #memberSearch #alphaList {
    padding: 0 0 14px 0; }
    .product-page .content #memberSearch #alphaList a {
      font-size: 14px;
      font-weight: 700;
      width: 26px;
      height: 26px;
      margin: 2px 0 0 2px;
      color: #888A8C;
      border: 1px solid #888A8C;
      font-family: "freight-sans-pro", sans-serif; }
      .product-page .content #memberSearch #alphaList a:hover {
        background: #FBAA29;
        color: #ffffff; }
  .product-page .content #memberSearch #inputSearch .ui-button {
    background: #888A8C;
    border-radius: 0;
    border: 0;
    margin-right: 3px;
    transition: all 0.3s ease; }
    .product-page .content #memberSearch #inputSearch .ui-button:hover {
      background: #c28d37;
      transition: all 0.3s ease; }
    .product-page .content #memberSearch #inputSearch .ui-button span {
      color: #ffffff !important;
      font-weight: 500; }
  .product-page .content #memberSearch #inputSearch .ui-state-active {
    background: #FBAA29; }
  .product-page .content #memberSearch #inputSearch .membSrchBt {
    background: #ffffff;
    border: 1px solid #c3c3c3;
    transition: all 0.3s ease; }
    .product-page .content #memberSearch #inputSearch .membSrchBt span {
      color: #888A8C !important;
      font-weight: 500; }
    .product-page .content #memberSearch #inputSearch .membSrchBt:hover {
      background: #b4b5b6;
      transition: all 0.3s ease; }
      .product-page .content #memberSearch #inputSearch .membSrchBt:hover span {
        color: #ffffff !important; }
  .product-page .content #memberSearch #mainLayout .ui-datatable.ui-widget .ui-datatable-data td {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px !important; }
  @media screen and (max-width: 600px) {
    .product-page .content #memberSearch #mainLayout th {
      padding: 5px 0; } }
  @media screen and (max-width: 600px) {
    .product-page .content #memberSearch #mainLayout th span {
      font-size: 14px; } }
  .product-page .content #memberSearch .ui-datatable-tablewrapper {
    margin-top: 10px; }
  .product-page .content #partnerForm h3.eventHeader {
    font-size: 36px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
    color: #2c4056;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-align: left;
    margin-top: 0; }
  .product-page .content #partnerForm .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .product-page .content #partnerForm .mbCancel a {
    background: #FBAA29 !important;
    transition: all 0.3s ease; }
    .product-page .content #partnerForm .mbCancel a:hover {
      background: #888A8C;
      transition: all 0.3s ease; }
  .product-page .content #partnerForm #records .recordContainer {
    border-left: 3px solid #fcfcfc;
    border-right: 3px solid #fcfcfc; }
  .product-page .content #partnerForm .mb-tabs.partnerList .ui-widget-content {
    background: #fcfcfc; }

/* SINGLE COURSE */
.main.single-course .content .wrapped,
.main.tour-v3 .content .wrapped {
  width: 100%; }
  .main.single-course .content .wrapped .hole,
  .main.tour-v3 .content .wrapped .hole {
    margin-bottom: 40px; }
    .main.single-course .content .wrapped .hole h2,
    .main.tour-v3 .content .wrapped .hole h2 {
      clear: none; }
    .main.single-course .content .wrapped .hole h3,
    .main.tour-v3 .content .wrapped .hole h3 {
      font-size: 20px;
      margin: 0 0 5px;
      clear: none; }
    .main.single-course .content .wrapped .hole img.alignright,
    .main.tour-v3 .content .wrapped .hole img.alignright {
      width: 250px;
      height: auto;
      margin: 0 0 0px 30px;
      right: inherit;
      max-width: inherit;
      max-height: inherit;
      float: right;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .main.single-course .content .wrapped .hole img.alignright,
        .main.tour-v3 .content .wrapped .hole img.alignright {
          width: 200px; } }
      @media screen and (max-width: 600px) {
        .main.single-course .content .wrapped .hole img.alignright,
        .main.tour-v3 .content .wrapped .hole img.alignright {
          width: 150px; } }
    .main.single-course .content .wrapped .hole .course-distance,
    .main.tour-v3 .content .wrapped .hole .course-distance {
      margin-bottom: 0;
      padding-top: 18px;
      clear: both; }
      .main.single-course .content .wrapped .hole .course-distance h3,
      .main.tour-v3 .content .wrapped .hole .course-distance h3 {
        margin: 0 0 10px; }
      .main.single-course .content .wrapped .hole .course-distance p,
      .main.tour-v3 .content .wrapped .hole .course-distance p {
        border-bottom: 1px solid #d6d7d7;
        padding: 0 0 10px;
        margin: 0 0 10px; }
        .main.single-course .content .wrapped .hole .course-distance p strong,
        .main.tour-v3 .content .wrapped .hole .course-distance p strong {
          font-weight: 500;
          display: inline-block;
          width: 32%; }
          @media screen and (max-width: 1200px) {
            .main.single-course .content .wrapped .hole .course-distance p strong,
            .main.tour-v3 .content .wrapped .hole .course-distance p strong {
              width: 20%; } }
          @media screen and (max-width: 960px) {
            .main.single-course .content .wrapped .hole .course-distance p strong,
            .main.tour-v3 .content .wrapped .hole .course-distance p strong {
              width: 29%; } }
          @media screen and (max-width: 600px) {
            .main.single-course .content .wrapped .hole .course-distance p strong,
            .main.tour-v3 .content .wrapped .hole .course-distance p strong {
              width: 40%; } }
        .main.single-course .content .wrapped .hole .course-distance p span,
        .main.tour-v3 .content .wrapped .hole .course-distance p span {
          display: inline-block;
          text-align: right;
          width: 32%; }
          @media screen and (max-width: 1200px) {
            .main.single-course .content .wrapped .hole .course-distance p span,
            .main.tour-v3 .content .wrapped .hole .course-distance p span {
              width: 30%; } }
          @media screen and (max-width: 600px) {
            .main.single-course .content .wrapped .hole .course-distance p span,
            .main.tour-v3 .content .wrapped .hole .course-distance p span {
              width: 25%; } }
    .main.single-course .content .wrapped .hole .course-gallery,
    .main.tour-v3 .content .wrapped .hole .course-gallery {
      margin: 32px 0 0;
      clear: both; }
    .main.single-course .content .wrapped .hole .pagination,
    .main.tour-v3 .content .wrapped .hole .pagination {
      background: #ffffff;
      padding: 5px 5px 20px 5px;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #d6d7d7;
      clear: both; }
      @media screen and (max-width: 960px) {
        .main.single-course .content .wrapped .hole .pagination,
        .main.tour-v3 .content .wrapped .hole .pagination {
          padding: 5px 5px 45px 5px; } }
      .main.single-course .content .wrapped .hole .pagination a,
      .main.tour-v3 .content .wrapped .hole .pagination a {
        font-weight: 600;
        color: #888A8C;
        border-radius: 2px; }
        .main.single-course .content .wrapped .hole .pagination a:hover,
        .main.tour-v3 .content .wrapped .hole .pagination a:hover {
          color: #FBAA29; }
        .main.single-course .content .wrapped .hole .pagination a i.fa.fa-chevron-left,
        .main.tour-v3 .content .wrapped .hole .pagination a i.fa.fa-chevron-left {
          font-size: 14px; }
        .main.single-course .content .wrapped .hole .pagination a i.fa.fa-chevron-right,
        .main.tour-v3 .content .wrapped .hole .pagination a i.fa.fa-chevron-right {
          font-size: 14px; }
      .main.single-course .content .wrapped .hole .pagination .prev,
      .main.tour-v3 .content .wrapped .hole .pagination .prev {
        left: 0px; }
        @media screen and (max-width: 780px) {
          .main.single-course .content .wrapped .hole .pagination .prev,
          .main.tour-v3 .content .wrapped .hole .pagination .prev {
            padding: 0;
            width: 50%;
            text-align: left !important;
            float: left; } }
      .main.single-course .content .wrapped .hole .pagination .next,
      .main.tour-v3 .content .wrapped .hole .pagination .next {
        right: 0px; }
        @media screen and (max-width: 780px) {
          .main.single-course .content .wrapped .hole .pagination .next,
          .main.tour-v3 .content .wrapped .hole .pagination .next {
            padding: 0;
            width: 50%;
            text-align: right !important; } }
      @media screen and (max-width: 780px) {
        .main.single-course .content .wrapped .hole .pagination .overview,
        .main.tour-v3 .content .wrapped .hole .pagination .overview {
          display: none; } }
      .main.single-course .content .wrapped .hole .pagination .prev, .main.single-course .content .wrapped .hole .pagination .next, .main.single-course .content .wrapped .hole .pagination .overview,
      .main.tour-v3 .content .wrapped .hole .pagination .prev,
      .main.tour-v3 .content .wrapped .hole .pagination .next,
      .main.tour-v3 .content .wrapped .hole .pagination .overview {
        top: 8px; }

@media screen and (max-width: 960px) {
  .main.single-course .course-slider,
  .main.tour-v3 .course-slider {
    margin-top: 0; } }

.main.tour-v3 .content .hole {
  padding: 100px 0 0px;
  margin-bottom: 0 !important; }
  .main.tour-v3 .content .hole h2 {
    padding-top: 0px;
    margin-top: 0; }

@media screen and (max-width: 600px) {
  .main.single-course {
    padding-top: 90px !important; } }

.main.single-course .content .hole {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

/* EVENT PAGE */
.event-organiser-event {
  width: 31.6%;
  float: left;
  margin-bottom: 30px;
  height: 520px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px #ccc; }
  @media screen and (max-width: 600px) {
    .event-organiser-event {
      width: 100%; } }
  .event-organiser-event:nth-child(3n+3) {
    margin: 0 2.56%;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .event-organiser-event:nth-child(3n+3) {
        margin: 0;
        margin-bottom: 30px; } }
  .event-organiser-event .thumbnail-container {
    overflow: hidden;
    margin-bottom: 30px; }
    .event-organiser-event .thumbnail-container .thumb {
      width: 100%;
      height: 246px;
      background-image: url(../images/default-news-image.jpg);
      background-position: center;
      transition: all 0.3s ease; }
      .event-organiser-event .thumbnail-container .thumb:hover {
        transform: scale(1.1); }
        .event-organiser-event .thumbnail-container .thumb:hover img {
          transform: scale(1.1); }
  .event-organiser-event .eo-event-date {
    text-align: center;
    color: #FBAA29;
    font-weight: 600;
    font-size: 12px; }
  .event-organiser-event h2.eo-event-title.entry-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
    .event-organiser-event h2.eo-event-title.entry-title a span {
      font-size: 24px;
      margin: 0 0 20px;
      letter-spacing: 0.5px;
      color: #888A8C;
      font-weight: 600; }
  .event-organiser-event .eo-event-content p {
    padding: 15px; }
  .event-organiser-event .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 125px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); }
    .event-organiser-event .read-more .read_more_link a {
      padding: 14px 0;
      width: 100%;
      background: #888A8C;
      color: #ffffff;
      position: absolute;
      bottom: 0;
      text-align: center;
      font-size: 16px;
      text-decoration: none; }
      .event-organiser-event .read-more .read_more_link a:hover {
        background: #FBAA29; }

.event-organiser-pagination {
  width: 100%;
  float: left;
  margin-top: 18px;
  padding: 20px 0 0 0;
  border-top: 1px solid #d6d7d7; }
  .event-organiser-pagination .eo-events-nav .nav-next {
    float: right; }
  .event-organiser-pagination .eo-events-nav a {
    font-size: 18px; }
    .event-organiser-pagination .eo-events-nav a:hover {
      color: #FBAA29; }
    .event-organiser-pagination .eo-events-nav a .fa-chevron-right {
      font-size: 11px; }
      @media screen and (max-width: 1024px) {
        .event-organiser-pagination .eo-events-nav a .fa-chevron-right {
          font-size: 13px; } }
    .event-organiser-pagination .eo-events-nav a .fa-chevron-left {
      font-size: 11px; }
      @media screen and (max-width: 1024px) {
        .event-organiser-pagination .eo-events-nav a .fa-chevron-left {
          font-size: 13px; } }

/* EVENTS */
.single-event .eo-event-meta {
  margin: 10px 0 40px;
  padding: 0; }
  .single-event .eo-event-meta li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none; }
    .single-event .eo-event-meta li strong {
      font-weight: 600; }

/* SINGLE POSTS */
.single-post .content .wrapped {
  float: right;
  width: 75%;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .single-post .content .wrapped {
      float: none; } }
  .single-post .content .wrapped .archives-wrap {
    width: 100%; }
    .single-post .content .wrapped .archives-wrap ul.wp-block-gallery {
      display: flex;
      width: 100%;
      position: relative;
      float: left; }
    .single-post .content .wrapped .archives-wrap p.meta-foot {
      text-align: left;
      font-size: 16px;
      clear: both;
      font-weight: 600; }
      .single-post .content .wrapped .archives-wrap p.meta-foot a {
        text-decoration: underline;
        font-weight: 600; }
        .single-post .content .wrapped .archives-wrap p.meta-foot a:hover {
          color: #FBAA29; }
    .single-post .content .wrapped .archives-wrap p.back a {
      font-size: 18px;
      text-decoration: none; }
      .single-post .content .wrapped .archives-wrap p.back a i.fa.fa-chevron-left {
        font-size: 13px; }
      .single-post .content .wrapped .archives-wrap p.back a:hover {
        color: #FBAA29; }
        .single-post .content .wrapped .archives-wrap p.back a:hover i.fa.fa-chevron-left {
          color: #FBAA29; }

.page-id-1210 ul.anchor-links li {
  width: 290px; }

ul.anchor-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0; }
  ul.anchor-links li {
    margin: 10px;
    width: 220px; }
    ul.anchor-links li a {
      display: block;
      width: 100%;
      padding: 10px 20px;
      border: 1px solid #FBAA29;
      background: #FBAA29;
      font-size: 16px;
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 1px;
      transition: 0.2s ease-in-out; }
      ul.anchor-links li a:hover {
        background: #c28d37;
        border-color: #c28d37; }
    @media screen and (max-width: 1024px) {
      ul.anchor-links li {
        width: 46%; } }
    @media screen and (max-width: 600px) {
      ul.anchor-links li {
        width: 100%; } }

.anchor {
  scroll-margin-top: 150px; }

.wp-block-table {
  margin: 25px 0; }
  .wp-block-table table thead tr th {
    background: #FBAA29; }

.wp-block-image figure a img {
  box-shadow: 0px 0px 5px transparent;
  transition: all 0.3s ease; }
  .wp-block-image figure a img:hover {
    box-shadow: 0px 0px 5px #5a5a5a; }

.wp-block-columns .wp-block-column .wp-block-image a img {
  box-shadow: 0px 0px 5px transparent;
  transition: all 0.3s ease; }
  .wp-block-columns .wp-block-column .wp-block-image a img:hover {
    box-shadow: 0px 0px 5px #5a5a5a; }

.wp-block-columns.membership-categories {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center; }
  .wp-block-columns.membership-categories .wp-block-column {
    border: 1px solid #FBAA29;
    background: rgba(251, 170, 41, 0.1);
    width: 22%;
    flex-basis: auto;
    flex-grow: inherit;
    margin-bottom: 20px; }
    @media screen and (min-width: 1299px) {
      .wp-block-columns.membership-categories .wp-block-column:nth-of-type(5) {
        width: 50%;
        margin: 0; } }
    @media screen and (max-width: 1298px) {
      .wp-block-columns.membership-categories .wp-block-column {
        width: 30%; } }
    @media screen and (max-width: 1024px) {
      .wp-block-columns.membership-categories .wp-block-column {
        width: 45%;
        margin-left: 15px; } }
    @media screen and (max-width: 960px) {
      .wp-block-columns.membership-categories .wp-block-column {
        width: 30%; } }
    .wp-block-columns.membership-categories .wp-block-column p.category-head {
      background: #FBAA29;
      color: #ffffff;
      font-size: 16px;
      padding: 10px 14px;
      font-weight: 600; }
    .wp-block-columns.membership-categories .wp-block-column p {
      font-size: 14px;
      padding: 10px 15px;
      margin: 0; }

.wp-block-columns.pro-shop-columns {
  align-items: center;
  border: 1px solid #FBAA29;
  background: rgba(251, 170, 41, 0.1);
  padding: 20px; }

.wp-block-file.pdf a {
  font-size: 18px; }
  .wp-block-file.pdf a:before {
    font-family: 'fontawesome';
    content: '\f1c1';
    position: relative;
    padding-right: 5px;
    font-size: 20px;
    transition: all 0.3s ease; }
  .wp-block-file.pdf a:hover:before {
    color: #FBAA29; }

iframe.video {
  margin-bottom: 40px; }
  @media screen and (max-width: 780px) {
    iframe.video {
      width: 100%;
      max-height: 400px; } }
  @media screen and (max-width: 600px) {
    iframe.video {
      max-height: 205px; } }

p.meta-details {
  text-align: left;
  font-size: 16px;
  clear: both;
  font-weight: 600; }
  p.meta-details a {
    text-decoration: underline;
    font-weight: 600; }
    p.meta-details a:hover {
      color: #FBAA29; }

/* Override */
.single-course footer .content {
  padding-bottom: 40px; }

/* FOOTER */
footer {
  float: none; }
  footer .content {
    float: left;
    color: #ffffff;
    background: #333333;
    padding-top: 40px;
    text-align: left;
    margin-right: 0;
    padding: 40px 3.75%;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      footer .content {
        padding: 40px 3%; } }
    @media screen and (max-width: 960px) {
      footer .content {
        margin-bottom: 0px; } }
    @media screen and (max-width: 600px) {
      footer .content {
        padding: 40px 10% 30px;
        flex-direction: column; } }
    footer .content .club-logo a img {
      height: 90px; }
    footer .content .footer-menus {
      float: left;
      width: 63.33%; }
      @media screen and (max-width: 1200px) {
        footer .content .footer-menus {
          width: 73%; } }
      @media screen and (max-width: 960px) {
        footer .content .footer-menus {
          width: 0; } }
      footer .content .footer-menus .right-sidebar {
        width: 100%;
        top: inherit;
        text-align: left; }
        @media screen and (max-width: 960px) {
          footer .content .footer-menus .right-sidebar {
            display: none; } }
        footer .content .footer-menus .right-sidebar h3 {
          color: #ffffff !important;
          border-bottom: 3px solid #FBAA29;
          font-weight: 600;
          letter-spacing: 1px;
          width: auto;
          display: inline-block;
          margin: 0 0 18px;
          line-height: 100%;
          padding: 0 0 10px;
          font-size: 16px;
          width: 130px; }
        footer .content .footer-menus .right-sidebar ul {
          margin: 0 auto; }
          footer .content .footer-menus .right-sidebar ul a:before {
            content: ''; }
        footer .content .footer-menus .right-sidebar li.widget {
          width: 23%;
          float: left;
          padding: 0;
          line-height: 26px;
          margin: 0;
          border-bottom: 0; }
          footer .content .footer-menus .right-sidebar li.widget a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 10px;
            display: block;
            line-height: 20px; }
            footer .content .footer-menus .right-sidebar li.widget a:hover {
              color: #ffc76c; }
          footer .content .footer-menus .right-sidebar li.widget li:last-child {
            padding-bottom: 0; }
        footer .content .footer-menus .right-sidebar li.widget_text {
          width: 30%;
          padding-right: 5%; }
    footer .content .contact {
      float: right;
      width: 25%;
      text-align: left;
      color: #ffffff;
      font-size: 18px; }
      @media screen and (max-width: 1200px) {
        footer .content .contact {
          width: 38%; } }
      @media screen and (max-width: 960px) {
        footer .content .contact {
          margin: 0;
          float: left; } }
      @media screen and (max-width: 780px) {
        footer .content .contact {
          float: none; } }
      @media screen and (max-width: 600px) {
        footer .content .contact {
          width: 100%;
          margin-top: 45px; } }
      footer .content .contact h4 {
        color: #ffffff !important;
        border-bottom: 3px solid #FBAA29;
        font-weight: 600;
        letter-spacing: 1px;
        width: auto;
        display: inline-block;
        margin: 0 0 17px;
        line-height: 100%;
        padding: 0 0 10px;
        font-size: 18px;
        display: block;
        float: left;
        clear: both;
        width: auto; }
        @media screen and (max-width: 960px) {
          footer .content .contact h4 {
            float: none; } }
        @media screen and (max-width: 600px) {
          footer .content .contact h4 {
            width: 100%;
            text-align: center; } }
      footer .content .contact .contact-details {
        width: 100%;
        display: block;
        overflow: hidden;
        float: none; }
        @media screen and (max-width: 960px) {
          footer .content .contact .contact-details {
            width: 100%; } }
      footer .content .contact .col {
        width: 100%;
        float: left;
        padding-right: 1%; }
        @media screen and (max-width: 1200px) {
          footer .content .contact .col {
            width: 100%;
            float: none;
            padding-right: 0; } }
        @media screen and (max-width: 960px) {
          footer .content .contact .col {
            width: 59%;
            float: left;
            padding-right: 1%; } }
        @media screen and (max-width: 600px) {
          footer .content .contact .col {
            width: 55%;
            padding-right: 1%; } }
        @media screen and (max-width: 600px) {
          footer .content .contact .col {
            width: 100%;
            padding-right: 0; } }
        @media screen and (max-width: 960px) {
          footer .content .contact .col:last-child {
            width: 100%;
            padding-right: 1%; } }
        @media screen and (max-width: 600px) {
          footer .content .contact .col:last-child {
            width: 43%;
            padding-right: 1%; } }
        @media screen and (max-width: 600px) {
          footer .content .contact .col:last-child {
            width: 100%;
            padding-right: 0; } }
      footer .content .contact p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        margin-bottom: 7px;
        line-height: 22px; }
        footer .content .contact p strong {
          font-weight: 600;
          width: 80px;
          float: left;
          height: 23px; }
        footer .content .contact p a {
          text-decoration: underline;
          color: #ffffff;
          font-size: 14px;
          width: auto;
          display: inline;
          text-align: left;
          float: none; }
          footer .content .contact p a:hover {
            color: #FBAA29; }
      footer .content .contact p.address {
        line-height: 22px; }
        footer .content .contact p.address strong {
          height: 53px; }
    footer .content .social {
      width: 220px;
      height: 34px;
      padding-top: 25px; }
      @media screen and (max-width: 1200px) {
        footer .content .social {
          clear: both;
          height: 38px; } }
      @media screen and (max-width: 960px) {
        footer .content .social {
          float: left;
          clear: inherit;
          height: auto;
          margin-top: 40px; } }
      @media screen and (max-width: 780px) {
        footer .content .social {
          width: 100%;
          float: none;
          margin: 0 auto !important;
          float: none;
          clear: none;
          text-align: center;
          overflow: hidden;
          padding-top: 20px;
          height: 60px; } }
      footer .content .social a {
        margin-right: 10px;
        background: #FBAA29;
        border-radius: 20px;
        padding: 8px;
        display: block;
        float: left;
        opacity: 1;
        transition: all 0.3s ease;
        width: auto; }
        footer .content .social a img {
          width: 18px;
          height: auto; }
        footer .content .social a:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
  footer .footer-nav {
    background: #282828;
    color: #ffffff;
    height: 74px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      footer .footer-nav {
        height: 92px; } }
    footer .footer-nav p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0 auto;
      padding: 28px 0; }
      footer .footer-nav p a {
        color: #ffffff; }
        footer .footer-nav p a:hover {
          font-weight: 600; }
        @media screen and (max-width: 480px) {
          footer .footer-nav p a {
            display: block; } }

.page-template-page-scroll-top footer .content {
  z-index: 0; }

/* Course Tour V2 */
.tour-v2 .holes {
  margin-left: 0.65%; }
  .tour-v2 .holes .hole {
    border-top: 50px solid #FBAA29;
    box-shadow: 0 0 5px #aaa;
    margin-right: 2.176515979%;
    width: 31.1% !important; }
    .tour-v2 .holes .hole:nth-child(4n+1) {
      clear: none; }
    .tour-v2 .holes .hole:nth-child(4) {
      margin-right: 2.176515979%; }
    .tour-v2 .holes .hole:nth-child(4n) {
      margin-right: 2.176515979%; }
    @media screen and (max-width: 960px) {
      .tour-v2 .holes .hole {
        height: 275px; } }
    @media screen and (max-width: 600px) {
      .tour-v2 .holes .hole {
        width: 100% !important;
        height: 365px; } }
    .tour-v2 .holes .hole a h3 {
      letter-spacing: 0;
      font-weight: 600;
      font-size: 24px;
      top: -45px; }

.tour .holes .hole {
  width: 32.33%; }
  @media screen and (max-width: 600px) {
    .tour .holes .hole {
      width: 100%;
      margin-top: 30px; } }
  .tour .holes .hole a {
    display: flex;
    justify-content: center;
    align-items: center; }
    .tour .holes .hole a h3 {
      margin: 0; }

/* Reciprocal Clubs */
.reciprocal-clubs .accordion-title {
  margin: 0px 0 30px;
  padding: 15px 0;
  background: #FBAA29;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease; }
  @media screen and (max-width: 600px) {
    .reciprocal-clubs .accordion-title {
      padding: 12px 0; } }
  .reciprocal-clubs .accordion-title:hover {
    background: #c28d37; }
    .reciprocal-clubs .accordion-title:hover i {
      background: #c28d37; }
  .reciprocal-clubs .accordion-title h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    float: none;
    text-align: center;
    font-size: 22px; }
    @media screen and (max-width: 600px) {
      .reciprocal-clubs .accordion-title h2 {
        font-size: 22px; } }
  .reciprocal-clubs .accordion-title i {
    display: block;
    position: absolute;
    background: #FBAA29;
    color: #ffffff;
    height: 25px;
    width: 55px;
    padding: 16px 0;
    top: 0;
    right: 0;
    text-align: center;
    font-style: normal;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1200px) {
      .reciprocal-clubs .accordion-title i {
        height: 100%; } }
    @media screen and (max-width: 600px) {
      .reciprocal-clubs .accordion-title i {
        padding: 17px 0;
        width: 60px; } }
    .reciprocal-clubs .accordion-title i:before {
      content: "\f107";
      font-size: 23px;
      font-weight: 400;
      font-family: fontAwesome; }
      @media screen and (max-width: 600px) {
        .reciprocal-clubs .accordion-title i:before {
          font-size: 18px; } }
  .reciprocal-clubs .accordion-title i.icon-keyboard-arrow-down:before {
    content: "\f105";
    font-size: 23px;
    font-weight: 400;
    font-family: fontAwesome; }
    @media screen and (max-width: 600px) {
      .reciprocal-clubs .accordion-title i.icon-keyboard-arrow-down:before {
        font-size: 18px; } }
  .reciprocal-clubs .accordion-title.selected {
    background: #c28d37; }
    .reciprocal-clubs .accordion-title.selected i {
      background: #c28d37; }

.reciprocal-clubs .accordion-category.open {
  display: block; }

.reciprocal-clubs .reciprocal-club {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d6d7d7;
  overflow: hidden; }

@incl $borderia($tablet-small) {
  .reciprocal-clubs .reciprocal-club {
    width: 200px;
    height: auto;
    width: 100%; } }
  .reciprocal-clubs .reciprocal-club p {
    margin: 0 0 5px; }
    .reciprocal-clubs .reciprocal-club p strong {
      font-weight: 600; }
    .reciprocal-clubs .reciprocal-club p a {
      text-decoration: underline; }
  .reciprocal-clubs .reciprocal-club span {
    display: block;
    margin: 0 0 22px; }
  .reciprocal-clubs .reciprocal-club img.float-right {
    max-width: 200px;
    width: 100%;
    float: right;
    margin: -20px 0 20px 20px;
    position: relative; }
    @media screen and (max-width: 780px) {
      .reciprocal-clubs .reciprocal-club img.float-right {
        width: 200px; } }
    @media screen and (max-width: 600px) {
      .reciprocal-clubs .reciprocal-club img.float-right {
        display: none; } }

.single-reciprocal .main .content .wrapped .archives-wrap {
  width: 100%; }

.single-reciprocal .main .content .reciprocal-club p {
  margin: 0 0 10px; }
  .single-reciprocal .main .content .reciprocal-club p strong {
    font-weight: 600; }
  .single-reciprocal .main .content .reciprocal-club p a {
    text-decoration: underline; }

/* Overrides */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: calc(100% + 0px) !important; }

/* Tiny MCE Styles */
.mobile-menu #nav li:hover .sub-menu {
  display: block; }

@media screen and (max-width: 960px) {
  .mobile-menu #nav {
    margin-bottom: 0;
    margin-top: 70px; }
    .mobile-menu #nav li .arrow-down {
      position: absolute;
      right: 0;
      display: block !important;
      padding: 17px 30px 18px 22px !important;
      width: 60px !important;
      background-color: #888A8C;
      border-left: 1px solid #ffffff; }
      .mobile-menu #nav li .arrow-down:before {
        font-family: 'fontawesome';
        content: '\f078'; }
    .mobile-menu #nav li.menu-item-has-children a {
      display: inline-block !important;
      width: 80%; }
    .mobile-menu #nav li.menu-item-has-children:hover ul.sub-menu {
      display: none; }
    .mobile-menu #nav li.menu-item-has-children.open .arrow-down:before {
      font-family: 'fontawesome';
      content: '\f077'; }
    .mobile-menu #nav li.menu-item-has-children.open .sub-menu {
      display: block !important;
      background: #888A8C;
      border-top: 1px solid #ffffff; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children .arrow-down:before {
        font-family: 'fontawesome';
        content: '\f078'; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children .sub-menu {
        display: none !important; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children.open .arrow-down:before {
        font-family: 'fontawesome';
        content: '\f077'; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children.open .sub-menu {
        display: block !important;
        border-top: 1px solid #ffffff; } }

@media screen and (max-width: 960px) {
  .mobile-menu #nav {
    margin-bottom: 0;
    margin-top: 60px; } }

/* Stop Google maps moving around when scrolling */
.map iframe {
  pointer-events: none; }

.members .members-content .column .panel .portalLink a {
  color: #FBAA29;
  text-decoration: underline !important; }

.members .members-content .column #intranet a {
  color: #FBAA29;
  text-decoration: underline !important; }

.members .members-content table.portal input, .members .members-content table.portal textarea {
  border: 1px solid #888A8C; }

.members .members-content .password table.portal div[align=center] table td div[align=right] {
  margin-right: 10px; }

.members .members-content .password table.portal div[align=center] button, .members .members-content .password table.portal div[align=center] #userSubmit {
  font-family: "Open Sans", sans-serif !important; }

/*Login Link Mobile*/
@media screen and (max-width: 960px) {
  .nav-inner .members-dropdown-link .members-login-link {
    margin-top: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    background: #FBAA29;
    border: 1px solid rgba(251, 170, 41, 0.9);
    padding: 6px 8px;
    border-radius: 0;
    position: absolute;
    right: 0%; }
  .shrink .mobile-members .menu {
    margin: 30px 0 0 0; }
  .shrink .nav-inner .members-dropdown-link .members-login-link {
    margin-top: 2.5px; }
  .nav-inner .members-dropdown .members-link {
    display: none; }
  .logged-in .members-dropdown .members-link {
    display: inherit; } }

@media screen and (min-width: 960px) {
  .nav-inner .members-dropdown-link {
    display: none; } }

@media screen and (max-width: 780px) {
  .shrink .nav-inner .members-dropdown-link .members-login-link {
    margin-top: 0; } }

.testimonial-container {
  max-width: 1400px;
  margin: 0 auto; }
  .testimonial-container .btn {
    text-align: center;
    margin-top: 65px; }
    .testimonial-container .btn a {
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0px;
      width: 155px;
      height: 40px;
      background: #888A8C;
      padding: 12px;
      font-size: 15px;
      border: 0;
      text-decoration: none;
      border-radius: 2px;
      line-height: 17px; }
      .testimonial-container .btn a:hover {
        background: #FBAA29; }

/*Testimonial Slider*/
.testimonials-slider {
  height: 450px;
  padding: 95px 0; }
  @media screen and (max-width: 600px) {
    .testimonials-slider {
      height: 450px;
      padding: 45px 0; } }
  @media screen and (max-width: 450px) {
    .testimonials-slider {
      height: 515px;
      padding: 25px 0; } }

.soliloquy-container .soliloquy-caption {
  bottom: auto !important;
  padding: 0 12%; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none !important; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content h2 {
      font-size: 28px;
      padding-bottom: 15px; }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content h2:before {
        content: "“";
        color: #888A8C;
        font-size: 30px;
        font-weight: 700; }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content h2:after {
        content: "”";
        color: #888A8C;
        font-size: 30px;
        font-weight: 700; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content p {
      font-size: 20px;
      letter-spacing: 0.5px; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content h3 {
      color: #FBAA29;
      font-size: 20px;
      font-weight: bold; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content h4 {
      color: #888A8C;
      font-size: 17px;
      font-weight: bold; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-bottom {
    width: 100%;
    bottom: 0;
    /* background: none !important; */ }

.soliloquy-container .soliloquy-viewport {
  height: 200px !important; }
  @media screen and (max-width: 600px) {
    .soliloquy-container .soliloquy-viewport {
      height: 265px !important; } }
  @media screen and (max-width: 450px) {
    .soliloquy-container .soliloquy-viewport {
      height: 335px !important; } }
  @media screen and (max-width: 350px) {
    .soliloquy-container .soliloquy-viewport {
      height: 370px !important; } }

.soliloquy-container a.soliloquy-prev {
  background-color: #888A8C;
  border-radius: 2px; }
  .soliloquy-container a.soliloquy-prev:hover {
    background-color: #FBAA29; }

.soliloquy-container a.soliloquy-next {
  background-color: #888A8C;
  border-radius: 2px; }
  .soliloquy-container a.soliloquy-next:hover {
    background-color: #FBAA29; }

@media (max-width: 600px) {
  .soliloquy-container .soliloquy-caption, .soliloquy-controls-auto, .soliloquy-pager {
    display: block !important; } }

/* Instagram */
.section.instagram #sb_instagram {
  background-color: #888A8C; }
  .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap .sbi_photo {
    opacity: 1 !important;
    transition: all 0.3s ease; }
  .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap:hover .sbi_photo {
    opacity: 0.25 !important;
    transition: all 0.3s ease; }
    .section.instagram #sb_instagram .sbi_item .sbi_photo_wrap:hover .sbi_photo img {
      opacity: 1 !important; }

/*Events Block*/
.events {
  background: rgba(251, 170, 41, 0.1); }
  .events .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0; }
    .events .container .posts {
      margin: 50px 0; }
      @media screen and (max-width: 1024px) {
        .events .container .posts {
          padding: 0 30px; } }
      .events .container .posts .eo-events.eo-events-shortcode {
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 53px;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 600px) {
          .events .container .posts .eo-events.eo-events-shortcode {
            display: block; } }
        .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running {
          list-style: none;
          width: 31.62%;
          float: left;
          background: #ffffff;
          position: relative; }
          .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+1), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+1) {
            margin-right: 30px; }
          .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+2), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+2) {
            margin: 0; }
          .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+3), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+3) {
            margin-left: 30px; }
          @media screen and (max-width: 600px) {
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running {
              width: 100%; }
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+1), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+1) {
                margin: 20px 0; }
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+2), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+2) {
                margin: 20px 0; }
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future:nth-child(3n+3), .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running:nth-child(3n+3) {
                margin: 20px 0; } }
          .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post {
            height: 520px;
            overflow: hidden;
            box-shadow: 0px 0px 5px #ccc; }
            @media screen and (max-width: 780px) {
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post {
                height: 400px; } }
            @media screen and (max-width: 600px) {
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post {
                height: 520px; } }
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container {
              overflow: hidden;
              margin-bottom: 30px; }
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb {
                width: 100%;
                height: 246px;
                background-image: url("../images/default-news-image.jpg");
                background-position: center;
                transition: all 0.3s ease; }
                @media screen and (max-width: 780px) {
                  .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb {
                    height: 150px; } }
                @media screen and (max-width: 600px) {
                  .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb {
                    height: 246px; } }
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb img, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb img {
                  object-fit: cover;
                  height: 100%;
                  margin: 0 0 24px;
                  opacity: 1;
                  transition: all 0.3s ease;
                  display: block;
                  width: 100%; }
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb:hover, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb:hover {
                  transform: scale(1.1); }
                  .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .thumbnail-container .thumb:hover img, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .thumbnail-container .thumb:hover img {
                    transform: scale(1.1); }
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .read-more, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .read-more {
              position: absolute;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 125px;
              /*background: rgba(255, 255, 255, 0);
								background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
								background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
								background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
								background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
								background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );*/ }
              .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .read-more .read_more_link, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .read-more .read_more_link {
                position: absolute;
                bottom: 0;
                padding: 14px;
                width: 100%;
                text-align: center;
                background: #888A8C;
                color: #ffffff;
                transition: 0.3s ease-in-out; }
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .read-more .read_more_link:hover, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .read-more .read_more_link:hover {
                  background: #FBAA29; }
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a .date, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a .date {
              color: #FBAA29;
              font-size: 12px;
              line-height: 14px;
              font-weight: 700;
              text-transform: uppercase;
              text-align: center;
              display: flex;
              justify-content: center; }
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a h3, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a h3 {
              text-align: center; }
              @media screen and (max-width: 780px) {
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a h3, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a h3 {
                  font-size: 19px;
                  margin: 0 10px; } }
              @media screen and (max-width: 600px) {
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a h3, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a h3 {
                  font-size: 24px; } }
            .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a p, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a p {
              padding: 15px; }
              @media screen and (max-width: 780px) {
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a p, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a p {
                  font-size: 14px; } }
              @media screen and (max-width: 600px) {
                .events .container .posts .eo-events.eo-events-shortcode li.eo-event-future .post a p, .events .container .posts .eo-events.eo-events-shortcode li.eo-event-running .post a p {
                  font-size: 18px; } }
    .events .container.no-events {
      text-align: center; }
      .events .container.no-events span {
        text-align: center;
        display: block;
        margin: 30px 0 45px; }
        @media screen and (max-width: 960px) {
          .events .container.no-events span {
            padding: 0 20px; } }
      .events .container.no-events .btn {
        margin-bottom: 40px; }
  .events .btn {
    margin: 0;
    text-align: center; }
    .events .btn a {
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0px;
      width: 155px;
      height: 40px;
      background: #888A8C;
      padding: 12px;
      font-size: 15px;
      border: 0;
      text-decoration: none;
      border-radius: 2px;
      line-height: 17px; }
      .events .btn a:hover {
        background-color: #FBAA29; }

.latest-news {
  background: #ffffff; }
  .latest-news .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }
    .latest-news .container .posts {
      margin: 50px 0;
      background: #ffffff; }
      @media screen and (max-width: 1024px) {
        .latest-news .container .posts {
          padding: 0 30px; } }
      .latest-news .container .posts .post {
        list-style: none;
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px #ccc;
        margin-bottom: 30px;
        padding: 15px;
        display: flex;
        align-items: center;
        /*&:nth-child(3n+2) {
					margin: 0 2.56%;
				}*/ }
        @media screen and (max-width: 600px) {
          .latest-news .container .posts .post {
            width: 100%;
            margin-bottom: 30px;
            display: block;
            padding-top: 0;
            /*&:nth-child(3n+2) {
						margin: 0;
						margin-bottom: 30px;
					}*/ } }
        .latest-news .container .posts .post .post-content {
          padding: 20px;
          padding-right: 0; }
          @media screen and (max-width: 600px) {
            .latest-news .container .posts .post .post-content {
              padding: 20px 0 0 0; } }
        .latest-news .container .posts .post .thumbnail-container {
          overflow: hidden;
          margin-bottom: 0;
          width: 377px; }
          .latest-news .container .posts .post .thumbnail-container .thumb {
            width: 100%;
            height: 250px;
            background-image: url("../images/default-news-image.jpg");
            background-position: center;
            transition: all 0.3s ease; }
            .latest-news .container .posts .post .thumbnail-container .thumb img {
              object-fit: cover;
              height: 100%;
              margin: 0 0 24px;
              opacity: 1;
              transition: all 0.3s ease;
              display: block;
              left: -75px;
              position: relative; }
            .latest-news .container .posts .post .thumbnail-container .thumb:hover {
              transform: scale(1.1); }
              .latest-news .container .posts .post .thumbnail-container .thumb:hover img {
                transform: scale(1.1); }
          @media screen and (max-width: 600px) {
            .latest-news .container .posts .post .thumbnail-container {
              width: 100%;
              padding: 15px 0 0 0; } }
        .latest-news .container .posts .post .post-content .excerpt p {
          padding: 0; }
          @media screen and (max-width: 600px) {
            .latest-news .container .posts .post .post-content .excerpt p {
              padding-bottom: 15px; } }
        .latest-news .container .posts .post .post-content .date {
          /*display: flex;
						justify-content: center;*/
          color: #FBAA29;
          font-weight: 500;
          font-size: 14px; }
        .latest-news .container .posts .post .post-content h3 {
          color: #888A8C;
          margin-top: 10px; }
          .latest-news .container .posts .post .post-content h3 a {
            font-weight: 600; }
            .latest-news .container .posts .post .post-content h3 a:hover {
              color: #FBAA29; }
        .latest-news .container .posts .post .post-content .read-more {
          /*position: absolute;
						bottom: 0;
						right: 0;
						width: 100%;
						height: 125px;*/
          float: left;
          position: relative;
          width: 100%; }
          .latest-news .container .posts .post .post-content .read-more .read_more_link {
            font-size: 18px;
            font-weight: 800;
            bottom: -10px;
            position: absolute;
            left: 0;
            top: 9px;
            width: 100%; }
            @media screen and (max-width: 600px) {
              .latest-news .container .posts .post .post-content .read-more .read_more_link {
                top: 2px; } }
            .latest-news .container .posts .post .post-content .read-more .read_more_link a {
              padding: 0;
              font-weight: 600;
              color: #888A8C;
              position: absolute;
              bottom: 0;
              text-align: center;
              font-size: 18px; }
              .latest-news .container .posts .post .post-content .read-more .read_more_link a:hover {
                color: #FBAA29; }
              .latest-news .container .posts .post .post-content .read-more .read_more_link a .fa-angle-right {
                font-weight: 600;
                position: relative;
                top: 1px; }
  .latest-news .btn {
    margin: 0;
    text-align: center; }
    .latest-news .btn a {
      display: inline-block;
      margin-top: 50px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0px;
      width: 155px;
      height: 40px;
      background: #888A8C;
      padding: 12px;
      font-size: 15px;
      border: 0;
      text-decoration: none;
      border-radius: 2px;
      line-height: 17px; }
      .latest-news .btn a:hover {
        background-color: #FBAA29; }

.cta-blocks {
  overflow: hidden;
  height: 850px; }
  @media screen and (max-width: 1024px) {
    .cta-blocks {
      height: 500px; } }
  @media screen and (max-width: 780px) {
    .cta-blocks {
      height: auto; } }
  .cta-blocks .col-3 {
    position: relative;
    height: 850px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .cta-blocks .col-3 {
        height: 500px; } }
    @media screen and (max-width: 780px) {
      .cta-blocks .col-3 {
        height: auto; } }
    .cta-blocks .col-3 .block {
      width: 33.33%;
      height: 100%;
      float: left;
      margin: 0; }
      @media screen and (max-width: 780px) {
        .cta-blocks .col-3 .block {
          width: 100%;
          height: auto;
          float: none; } }
      .cta-blocks .col-3 .block:nth-child(3n+2) a {
        background-position: bottom !important; }
        @media screen and (max-width: 780px) {
          .cta-blocks .col-3 .block:nth-child(3n+2) a {
            background-position: bottom right !important; } }
      .cta-blocks .col-3 .block:nth-child(3n+2) .copy {
        bottom: inherit;
        top: 0; }
        @media screen and (max-width: 780px) {
          .cta-blocks .col-3 .block:nth-child(3n+2) .copy {
            right: auto;
            left: 0; } }
      .cta-blocks .col-3 .block h2 {
        background: transparent;
        color: #888A8C;
        font-size: 25px; }
      .cta-blocks .col-3 .block a {
        display: block;
        height: 99%;
        position: relative;
        color: #101010;
        background-size: contain !important; }
        @media screen and (max-width: 780px) {
          .cta-blocks .col-3 .block a {
            height: 280px; } }
        @media screen and (max-width: 1500px) {
          .cta-blocks .col-3 .block a {
            background-size: cover !important;
            background-position: center !important; } }
        .cta-blocks .col-3 .block a .copy {
          display: block;
          width: 100%;
          height: 50%;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 14% 15%;
          text-align: center;
          background: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media screen and (max-width: 780px) {
            .cta-blocks .col-3 .block a .copy {
              padding: 13% 8%;
              width: 50%;
              float: right;
              bottom: auto;
              height: 100%;
              left: auto;
              right: 0; } }
          .cta-blocks .col-3 .block a .copy h3 {
            margin-bottom: 30px; }
          .cta-blocks .col-3 .block a .copy p {
            margin-bottom: 35px; }
            @media screen and (max-width: 1024px) {
              .cta-blocks .col-3 .block a .copy p {
                display: none; } }
          .cta-blocks .col-3 .block a .copy .read_more_link {
            display: inline-block;
            margin-top: 10px;
            color: #ffffff;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0px;
            width: 155px;
            height: 40px;
            background: #888A8C;
            padding: 12px;
            font-size: 15px;
            border: 0;
            text-decoration: none;
            border-radius: 2px;
            line-height: 17px;
            transition: 0.3s ease-in-out; }
            .cta-blocks .col-3 .block a .copy .read_more_link:hover {
              background: #FBAA29; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: #ffffff;
  border-bottom: 0; }

.page-template-whats-on-template .posts .eo-events.eo-events-shortcode {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 10px; }
  .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future {
    box-shadow: 0px 0px 5px #ccc; }
    .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future {
      list-style: none;
      width: 31.62%;
      float: left;
      background: #ffffff;
      position: relative;
      margin-bottom: 35px;
      margin-left: 2px; }
      .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future:nth-child(3n+2), .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future:nth-child(3n+2) {
        margin: 0 2.3%; }
      @media screen and (max-width: 1126px) {
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future {
          width: 46%;
          margin: 0 10px 35px 10px; }
          .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future:nth-child(3n+2), .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future:nth-child(3n+2) {
            margin: 0 10px 35px 10px; } }
      @media screen and (max-width: 960px) {
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future {
          width: 47%; } }
      @media screen and (max-width: 746px) {
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future {
          width: 95%;
          margin: 0 10px 35px 10px; }
          .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future:nth-child(3n+2), .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future:nth-child(3n+2) {
            margin: 0 10px 35px 10px; } }
      .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post {
        height: 520px;
        overflow: hidden; }
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .thumbnail-container, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .thumbnail-container {
          overflow: hidden;
          margin-bottom: 30px; }
          .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .thumbnail-container .thumb, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .thumbnail-container .thumb {
            width: 100%;
            height: 246px;
            background-image: url(../images/default-news-image.jpg);
            background-position: center;
            transition: all 0.3s ease; }
            .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .thumbnail-container .thumb:hover, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .thumbnail-container .thumb:hover {
              transform: scale(1.1); }
            .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .thumbnail-container .thumb img, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .thumbnail-container .thumb img {
              object-fit: cover;
              height: 100%;
              margin: 0 0 24px;
              opacity: 1;
              transition: all 0.3s ease;
              display: block;
              width: 100%; }
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .date, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .date {
          color: #FBAA29;
          font-size: 12px;
          line-height: 14px;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          display: flex;
          justify-content: center; }
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a h3, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a h3 {
          text-align: center;
          padding: 0 10px;
          color: #3d4145; }
          .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a h3:hover, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a h3:hover {
            color: #FBAA29; }
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a p, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a p {
          padding: 15px; }
        .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .read-more, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .read-more {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 125px; }
          .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .read-more .read_more_link, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .read-more .read_more_link {
            position: absolute;
            bottom: 0;
            padding: 14px;
            font-size: 16px;
            width: 100%;
            text-align: center;
            background: #FBAA29;
            color: #ffffff;
            transition: 0.3s ease-in-out; }
            .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-cat-whats-on.eo-event-future .post a .read-more .read_more_link:hover, .page-template-whats-on-template .posts .eo-events.eo-events-shortcode .eo-event-future.eo-event-future .post a .read-more .read_more_link:hover {
              background: #ffc76c; }

.page-template-whats-on-template .posts .btn {
  text-align: center; }

.post-type-archive-event .main .content {
  overflow: hidden;
  padding-left: 2px; }

.section.instagram #sb_instagram {
  background-color: #FBAA29; }
  .section.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    opacity: 1 !important;
    transition: all 0.3s ease; }
  .section.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo {
    opacity: 0.25 !important;
    transition: all 0.3s ease; }
    .section.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo img {
      opacity: 1 !important; }
  @media screen and (max-width: 600px) {
    .section.instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
      display: none !important; } }

/* Used on Membership Packages Page to scroll back to the top */
.scroll-top p a {
  font-size: 17px; }

.scroll-top #toTop {
  display: inline-block;
  background: #888A8C;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  @media screen and (max-width: 600px) {
    .scroll-top #toTop {
      bottom: 5px;
      right: 0; } }
  .scroll-top #toTop:after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 50px;
    color: #ffffff; }
  .scroll-top #toTop:hover {
    cursor: pointer;
    background: #b4b5b6; }
  .scroll-top #toTop .active {
    background: #b4b5b6; }
  .scroll-top #toTop.show {
    opacity: 1;
    visibility: visible; }

/* Business Directory */
.page-template-page-business .main .content .wrapped {
  width: 100%; }
  .page-template-page-business .main .content .wrapped .business-directory {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .page-template-page-business .main .content .wrapped .business-directory {
        padding: 0 5px; } }
    .page-template-page-business .main .content .wrapped .business-directory .business {
      width: calc(22% - 2%);
      margin: 1%;
      box-shadow: 1px 1px 4px 1px #ccc;
      padding: 20px;
      text-align: center; }
      @media screen and (max-width: 1387px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          width: calc(30% - 2%); } }
      @media screen and (max-width: 1250px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          width: calc(29% - 2%); } }
      @media screen and (max-width: 1200px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          width: calc(33% - 2%); } }
      @media screen and (max-width: 1024px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          width: calc(50% - 2%); }
          .page-template-page-business .main .content .wrapped .business-directory .business h4 {
            margin: 0; } }
      @media screen and (max-width: 600px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .page-template-page-business .main .content .wrapped .business-directory .business {
          margin: 1% 0; } }
      .page-template-page-business .main .content .wrapped .business-directory .business a {
        color: #000000;
        background: none;
        border: 0;
        transition: all 0.3s ease; }
        .page-template-page-business .main .content .wrapped .business-directory .business a:hover {
          background: none;
          border: 0;
          box-shadow: none;
          color: #FBAA29; }
          .page-template-page-business .main .content .wrapped .business-directory .business a:hover p {
            color: #FBAA29;
            transition: all 0.3s ease; }
          .page-template-page-business .main .content .wrapped .business-directory .business a:hover .img-wrap img {
            opacity: 0.6; }
        .page-template-page-business .main .content .wrapped .business-directory .business a h4 {
          font-size: 17px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0.5px;
          margin: 30px 0 10px; }
        .page-template-page-business .main .content .wrapped .business-directory .business a p {
          transition: all 0.3s ease; }
      .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap {
        height: 250px;
        padding: 4%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap {
            height: 200px; } }
        .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap img {
          max-height: 225px;
          margin: 0 0 20px;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1024px) {
            .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap img {
              margin-bottom: 0;
              max-height: 150px;
              width: auto !important; } }
          @media screen and (max-width: 960px) {
            .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap img {
              width: 280px; } }
          @media screen and (max-width: 600px) {
            .page-template-page-business .main .content .wrapped .business-directory .business .img-wrap img {
              width: 100%; } }

/* Booking Page */
.product-page .btn {
  border-radius: 0;
  padding: 4px 6px; }
  .product-page .btn.btn-primary {
    background: #FBAA29 !important;
    border-color: #FBAA29 !important;
    transition: all 0.3s ease; }
    .product-page .btn.btn-primary:hover {
      background: #c28d37 !important;
      border-color: #c28d37 !important; }

.product-page .ui-button.btn span.ui-button-text {
  color: #ffffff; }

.product-page .mb-tabs {
  border: none; }

.product-page .member-view .btn {
  border-radius: 0;
  padding: 4px 6px; }
  .product-page .member-view .btn.btn-primary.btn-back {
    background: #FBAA29 !important;
    border-color: #FBAA29 !important;
    transition: all 0.3s ease; }
    .product-page .member-view .btn.btn-primary.btn-back:hover {
      background: #c28d37 !important;
      border-color: #c28d37 !important; }
  .product-page .member-view .btn.btn-primary.linkWaitlist {
    background: #FBAA29 !important;
    border-color: #FBAA29 !important;
    transition: all 0.3s ease; }
    .product-page .member-view .btn.btn-primary.linkWaitlist:hover {
      background: #c28d37 !important;
      border-color: #c28d37 !important; }
  .product-page .member-view .btn.btn-book-group {
    color: #ffffff;
    background: #FBAA29 !important;
    border-color: #FBAA29 !important;
    transition: all 0.3s ease; }
    .product-page .member-view .btn.btn-book-group:hover {
      background: #c28d37 !important;
      border-color: #c28d37 !important; }
  .product-page .member-view .btn.btn-book-me {
    color: #ffffff;
    background: #888A8C !important;
    border-color: #888A8C !important;
    transition: all 0.3s ease; }
    .product-page .member-view .btn.btn-book-me:hover {
      background: #b4b5b6 !important;
      border-color: #b4b5b6 !important; }

.product-page .tabHeader {
  border: 0 !important; }

.product-page .ui-tabs.ui-tabs-top .ui-state-default a {
  background: #ffffff;
  color: #888A8C !important;
  border: 1px solid #888A8C !important;
  transition: all 0.3s ease; }
  .product-page .ui-tabs.ui-tabs-top .ui-state-default a:hover {
    background: #b4b5b6;
    border-color: #b4b5b6 !important; }

.product-page .ui-tabs.ui-tabs-top .ui-state-active a {
  background: #888A8C;
  border: 1px solid #888A8C !important;
  transition: all 0.3s ease;
  color: #ffffff !important; }
  .product-page .ui-tabs.ui-tabs-top .ui-state-active a:hover {
    background: #b4b5b6;
    border-color: #b4b5b6 !important; }

@media screen and (max-width: 1024px) {
  .product-page .member-view .row {
    display: flex;
    flex-direction: column; }
    .product-page .member-view .row .row-heading-inner {
      width: 100%; }
      .product-page .member-view .row .row-heading-inner .btn-book-group {
        float: left; }
  .product-page .teetime-day-table .cell {
    min-height: 110px; } }

@media screen and (max-width: 1024px) {
  .product-page .ui-grid-col-5 {
    width: 41.66666667% !important; }
  .product-page .ui-grid-col-7 {
    width: 58.33333333% !important; } }

@media screen and (max-width: 820px) {
  .product-page .teetime-day-table.cell {
    min-height: 80px; } }

@media screen and (max-width: 650px) {
  .product-page .ui-grid-col-3.month-block {
    width: 100%; }
  .product-page .ui-grid-col-5 {
    width: 100% !important; }
    .product-page .ui-grid-col-5.title {
      text-align: center; }
  .product-page .ui-grid-col-7 {
    width: 100% !important; }
    .product-page .ui-grid-col-7.event-nav {
      display: flex;
      align-items: center;
      margin: 20px 0;
      flex-direction: column; }
  .product-page .event-nav .event-editdays {
    top: 0 !important;
    left: 0 !important; } }

/*# sourceMappingURL=style.css.map */