/*!
Theme Name: Natadola Bay Golf
Theme URI: http://underscores.me/
Author: Akseer Khan
Author URI: https://powermarketing.online/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: natadola-bay-golf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Natadola Bay Golf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Royale Couture';
  src:
    url('./fonts/RoyaleCouture-Serif.woff2') format('woff2'),
    url('./fonts/RoyaleCouture-Serif.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-Black.woff2') format('woff2'),
    url('./fonts/Grift-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-BlackItalic.woff2') format('woff2'),
    url('./fonts/Grift-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-Bold.woff2') format('woff2'),
    url('./fonts/Grift-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-BoldItalic.woff2') format('woff2'),
    url('./fonts/Grift-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-Light.woff2') format('woff2'),
    url('./fonts/Grift-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift Light Ita';
  src:
    url('./fonts/Grift-LightItalic.woff2') format('woff2'),
    url('./fonts/Grift-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-Medium.woff2') format('woff2'),
    url('./fonts/Grift-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-MediumItalic.woff2') format('woff2'),
    url('./fonts/Grift-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src:
    url('./fonts/Grift-Regular.woff2') format('woff2'),
    url('./fonts/Grift-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #ab7b4e;
  --secondary-color: #1f2c55;
  --tertiary-color: #363c24;
}
p {
  margin: 0 0 30px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
.headline {
  clear: both;
  margin: 0 0 30px;
  font-weight: 600;
  line-height: 112%;
  color: var(--secondary-color);
  font-family: 'Royale Couture', sans-serif;
}
.tagline {
  font-size: 20px;
  font-weight: 700;
  line-height: 118.519%;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-color);
  opacity: 80%;
  font-family: 'Royale Couture', sans-serif;
}
h1 {
  font-size: 100px;
  line-height: 112%;
}
h2 {
  font-size: 64px;
  line-height: 112.821%;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}
body,
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--tertiary-color);
  font-size: 16px;
  line-height: 165%;
  font-family: 'Grift', sans-serif;
  font-weight: 500;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 0 30px;
  padding: 30px;
  background-color: #eaf1f6;
  position: relative;
  color: #1c1c1c;
  border-left: none;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--secondary-color);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 15px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  background: #ffffff;
  color: var(--secondary-color);
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: var(--secondary-color);
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}
.link-whole-div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
section {
  position: relative;
  overflow: hidden;
}
.reveal {
  position: relative;
  overflow: hidden;
  display: flex;
}
.reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.for-column-blurbs .reveal img {
  height: 300px;
}
.btn {
  background-color: var(--primary-color);
  color: #fff;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 5px 30px;
  backdrop-filter: blur(11.2px);
  border: 2px solid var(--primary-color);
  line-height: 1;
}
.btn.secondary {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

header.site-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: all 0.3s ease-in;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 100%;
  padding: 0 5%;
}
header.site-header .site-branding {
  width: 100%;
  max-width: 150px;
  position: relative;
}
header.site-header .custom-logo-link {
  display: flex;
  transition: all 0.3s ease-in;
  margin: 0;
}
header.site-header .site-branding .fixed-logo {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
  margin: 0;
}
header.site-header.header-fixed .custom-logo-link {
  opacity: 0;
}
header.site-header.header-fixed .site-branding .fixed-logo {
  opacity: 1;
}
header.site-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.site-header .right .btn {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  margin: 0;
}
header.site-header .right .btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.mobile-menu-trigger {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.mobile-menu-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in;
  left: 5px;
}
header.site-header.header-fixed .mobile-menu-trigger span {
    background-color: #000;
}
.mobile-menu-trigger span.bar-1 {
  top: 10px;
}
.mobile-menu-trigger span.bar-3 {
  bottom: 8px;
}
.mobile-menu-trigger.active span.bar-2 {
  opacity: 0;
}
.mobile-menu-trigger.active span.bar-1 {
  transform: rotate(45deg);
  top: 18px;
}
.mobile-menu-trigger.active span.bar-3 {
  transform: rotate(-45deg);
  bottom: 18px;
}
.mobile-menu-trigger span.bar-2 {
  width: 25px;
}
header.site-header .left {
  display: flex;
  align-items: center;
  gap: 100px;
}
header.site-header nav#site-navigation ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px 50px;
  flex-wrap: wrap;
}
header.site-header nav#site-navigation ul.menu li a {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  display: inline-block;
  margin: 0;
}
header.site-header.header-fixed {
  padding: 10px 0;
  background-color: #fff;
}
header.site-header.header-fixed nav#site-navigation ul.menu li a {
  color: #000;
}
header.site-header .right .search-trigger {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header.site-header.header-fixed .right .search-trigger {
  color: #000;
}
header.site-header .right .search-trigger svg {
  width: 25px;
  height: auto;
}
header.site-header nav#site-navigation ul.menu li.menu-item-has-children {
  position: relative;
}
header.site-header
  nav#site-navigation
  ul.menu
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  transform: translateY(30px);
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
header.site-header
  nav#site-navigation
  ul.menu
  li.menu-item-has-children:hover
  ul.sub-menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
header.site-header
  nav#site-navigation
  ul.menu
  li.menu-item-has-children
  ul.sub-menu
  a {
  color: #000;
  font-size: 16px;
  padding: 5px 0;
}

section.home-hero {
  height: 100vh;
  min-height: 650px;
  display: flex;
}
section.home-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #000, rgba(84, 84, 84, 0) 61%);
  content: '';
}
section.home-hero video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.home-image-blurbs {
  position: relative;
  border-top: 1rem solid;
}
section.home-image-blurbs .item:first-child {
  width: 66.66%;
  height: 752px;
  padding-left: calc(50% - 745px);
  text-align: left;
  justify-content: flex-start;
}
section.home-image-blurbs .item:last-child {
  width: 100%;
  border-top: 1rem solid;
}
section.home-image-blurbs .item:nth-child(2),
section.home-image-blurbs .item:nth-child(3) {
  position: absolute;
  width: 33.33%;
  right: 0;
  top: 0;
  height: 376px;
  padding: 1% 3%;
}
section.home-image-blurbs .item:nth-child(3) {
  top: 376px;
}
section.home-image-blurbs .item {
  height: 576px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
section.home-image-blurbs .item .headline {
  font-size: 45px;
  color: #fff;
}
section.home-image-blurbs .item .content {
  position: relative;
  z-index: 5;
}
section.home-image-blurbs .item .content-wrap {
  font-size: 19px;
  color: #fff;
}
section.home-image-blurbs .item .link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  display: inline-block;
}
section.home-image-blurbs .item::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
section.home-image-blurbs .item:first-child .content {
  width: 100%;
  max-width: 640px;
  padding-inline: 20px;
}
section.home-image-blurbs .item .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
}
section.home-image-blurbs .item .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.home-left-image-contents h2 {
  font-size: 50px;
}
section.home-left-image-contents {
  padding: 100px 0 0;
}
section.home-left-image-contents .top-contents {
  text-align: center;
  padding: 0 0 50px;
}
section.home-left-image-contents .main-contents-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
section.home-left-image-contents .main-contents-wrapper .right-contents {
  padding-right: calc(100% - 720px);
}
section.home-left-image-contents
  .main-contents-wrapper
  .right-contents
  .headline {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 20px;
}
section.home-left-image-contents
  .main-contents-wrapper
  .right-contents
  .inner-wrap {
  padding-left: 10%;
  padding-right: 20px;
}
section.home-left-image-contents .main-contents-wrapper .right-contents .btn {
  margin-top: 30px;
  margin-bottom: 0px;
}
section.home-left-image-contents .reverse-column .left-image {
  order: 2;
}
section.home-left-image-contents .reverse-column .right-contents {
  order: 1;
  padding-left: calc(100% - 720px);
  padding-right: 0;
}
section.home-left-image-contents .reverse-column .right-contents .headline {
  padding-left: 0;
  padding-right: 10%;
  margin-left: 20px;
}
section.home-left-image-contents .reverse-column .right-contents .inner-wrap {
  padding-right: 10%;
  padding-left: 0;
  margin-left: 20px;
}
section.for-column-blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 70px 30px 100px;
  gap: 50px;
}
section.for-column-blurbs .item {
  position: relative;
}
section.for-column-blurbs .item::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--primary-color);
  right: -25px;
}
section.for-column-blurbs .content {
  padding-top: 25px;
}
section.for-column-blurbs .content .headline {
  font-weight: 700;
}
section.beyond-the-round {
  text-align: center;
  padding: 30px 30px 100px;
}
section.beyond-the-round .top-content {
  padding-bottom: 50px;
}
section.beyond-the-round .top-content .headline {
  font-size: 50px;
}
section.beyond-the-round .blurbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
section.beyond-the-round .blurbs .item {
  position: relative;
  min-height: 400px;
}
section.beyond-the-round .blurbs .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5%;
  z-index: 5;
}
section.beyond-the-round .blurbs .item .image {
  height: 100%;
}
section.beyond-the-round .blurbs .item .headline {
  color: #fff;
  font-size: 32px;
  width: 100%;
  max-width: 280px;
  margin: auto;
}
section.beyond-the-round .blurbs .item .link {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  display: inline-block;
}
section.beyond-the-round .blurbs .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  content: '';
}
section.for-column-blurbs .item:last-child::before {
  opacity: 0;
}

section.whistling-straits {
  padding: 30px 0 100px;
}
section.whistling-straits .top-contents {
  text-align: center;
}
section.whistling-straits .top-contents h3 {
  margin-bottom: 10px;
}
section.whistling-straits a {
  text-decoration: underline;
  color: rgb(117, 117, 117);
}
section.whistling-straits .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0 50px;
}
section.whistling-straits .locations h5 {
  font-size: 32px;
  font-family: 'Grift', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
section.whistling-straits .bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
}
section.whistling-straits .bottom-wrap::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  height: stretch;
  background-color: var(--primary-color);
  width: 1px;
}
section.whistling-straits .bottom-wrap .golf-information {
  text-align: center;
}
section.whistling-straits .bottom-wrap .golf-information a {
  color: var(--primary-color);
}
section.whistling-straits .bottom-wrap .golf-information h4 {
  font-size: 40px;
  margin-bottom: 5px;
}
section.whistling-straits .bottom-wrap .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.whistling-straits .bottom-wrap .social-links a {
  text-decoration: none;
  display: flex;
  margin-bottom: 0px;
}

footer.site-footer {
  background-color: #0f0f0f;
  color: #fff;
}
footer.site-footer .top-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 30px;
  flex-wrap: wrap;
}
footer.site-footer .top-menu {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff82;
}
footer.site-footer .top-menu ul li a {
  color: #fff;
  font-size: 18px;
}
footer.site-footer .bottom-area {
  padding: 40px 0;
}
footer.site-footer .bottom-area .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 50px;
  flex-wrap: wrap;
}
footer.site-footer .bottom-area .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer.site-footer .bottom-area .social-links a {
  width: 20px;
  display: flex;
  color: #9a9a9a;
  height: 20px;
  align-items: center;
  margin-bottom: 0px;
}
footer.site-footer .bottom-area .social-links a:hover {
  color: #fff;
}
footer.site-footer .bottom-area ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 10px 40px;
  flex-wrap: wrap;
}
footer.site-footer .bottom-area ul li a {
  color: #fff;
}
footer.site-footer .bottom-area .menu-footer-legal-container {
  flex: 1;
  width: 100%;
  max-width: 400px;
}
footer.site-footer .reservation-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  padding: 20px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  z-index: 999;
}
footer.site-footer .reservation-popup a {
  color: #fff;
  text-decoration: underline;
}
footer.site-footer .reservation-popup .container {
  display: flex;
  justify-content: center;
  gap: 14px;
}
footer.site-footer .reservation-popup .reserve-title {
  font-size: 23px;
  font-family: 'Royale Couture', sans-serif;
  position: relative;
  border-right: 1px solid;
  padding-right: 10px;
}
footer.site-footer.has-reservation {
  padding-bottom: 80px;
}
section.inner-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  min-height: 500px;
  padding-bottom: 80px;
}
section.inner-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.12);
  content: '';
}
section.inner-hero .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.inner-hero .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
section.inner-hero .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.inner-hero .headline {
  position: relative;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  padding: 20px 50px 20px 0;
  border-top: 2px solid #b79963;
  z-index: 2;
  margin-left: 20px;
}
section.contents-w-repeater-info {
  padding: 70px 0;
}
section.contents-w-repeater-info .info-contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  gap: 30px;
}
section.contents-w-repeater-info .info-contents .item {
  width: calc(33.33% - 20px);
}
section.contents-w-repeater-info .info-contents .item h4 {
  margin-bottom: 10px;
}

section.explore-the-straits {
  padding: 70px 0;
}
section.explore-the-straits h2.headline {
  text-align: center;
}
section.explore-the-straits .btn-wrap {
  text-align: center;
  margin-top: 50px;
}
section.explore-the-straits .btn-wrap a {
  margin: 0;
}

section.full-cta-w-info {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0;
}
section.full-cta-w-info::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
}
section.full-cta-w-info .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.full-cta-w-info .container {
  position: relative;
  z-index: 2;
}
section.full-cta-w-info .headline {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
}
section.full-cta-w-info .contents-wrap {
  font-size: 19px;
  color: #fff;
  margin-bottom: 30px;
}
section.full-cta-w-info .link {
  text-decoration: underline;
  color: #fff;
  letter-spacing: 1.5px;
}

section.full-quote {
  padding: 50px 0;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(15, 15, 15);
  margin-bottom: 70px;
}
section.full-quote h3.quote {
  color: rgb(15, 15, 15);
  font-size: 45px;
}
section.full-quote .container {
  max-width: 1300px;
}
section.full-quote .author {
  font-size: 18px;
}

section.holes-single-contents .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.holes-single-contents {
  padding: 70px 0;
  background-color: #f2f1f3;
}
section.holes-single-contents .right {
  padding-left: 5rem;
}
section.holes-single-contents .title {
  font-size: 50px;
  position: relative;
  padding-bottom: 10px;
}
section.holes-single-contents .title::before {
  position: absolute;
  content: '';
  width: calc(100% + 5rem);
  height: 1px;
  background-color: #e7d2ad;
  bottom: 0;
  left: -5rem;
}
section.holes-single-contents .variation {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
section.holes-single-contents .variation .item {
  color: #fff;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 8px);
}
section.holes-single-contents .contents-wrap a {
  text-decoration: underline;
  color: #000;
}
section.holes-single-contents .holes-navigation {
  display: block;
  padding-top: 100px;
}

section.all-holes-grid {
  padding: 80px 0;
  background-color: #f2f2f3;
}
section.all-holes-grid .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.holes-post-item {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 70px;
}
.holes-post-item .bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.holes-post-item .bottom .btn {
  margin: 0;
}
.holes-post-item .category {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(15, 15, 15);
}
.holes-post-item .thumb {
  height: 295px;
  background-color: #ebeef0;
  display: flex;
}
.holes-post-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.holes-post-item .content {
  padding: 20px 0 50px;
}
.holes-post-item .number {
  color: rgb(130, 106, 64);
  margin-bottom: 10px;
}
.holes-post-item .title {
  font-size: 36px;
  margin-bottom: 10px;
}
.holes-post-item .sub-title {
  color: rgb(15, 15, 15);
  margin-bottom: 10px;
}
.holes-post-item .excerpt {
  color: rgb(117, 117, 117);
}
.holes-post-item .sub-title br {
  display: none;
}

section.inner-hero.v2 {
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.inner-hero.v2 .headline {
  padding: 0;
  border: none;
  font-size: 60px;
}

section.all-dining-grid {
  padding: 150px 30px 0;
}
section.all-dining-grid .headline {
  text-align: center;
  margin-bottom: 40px;
}
section.all-dining-grid .dining-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  text-align: center;
}
.dining-post-item {
  position: relative;
}
.dining-post-item .thumb {
  height: 330px;
  display: flex;
}
.dining-post-item .content {
  margin-top: 30px;
}
.dining-post-item .content > * {
  margin-bottom: 15px;
  color: rgb(15, 15, 15);
}
.dining-post-item .content a {
  text-decoration: underline;
}
.dining-post-item::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #b79963;
  right: -25px;
}
.dining-post-item:nth-child(4)::before,
.dining-post-item:nth-child(8)::before,
.dining-post-item:nth-child(12)::before,
.dining-post-item:nth-child(16)::before {
  display: none;
}

section.generic-content-block {
  padding: 90px 0;
}

section.all-accommodations-grid {
  padding: 100px 0;
}
.accommodations-grid {
  padding: 60px 30px 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.accommodation-item {
  position: relative;
  width: calc(33.33% - 27px);
}
.accommodation-item.featured {
  width: calc(50% - 20px);
}
.accommodation-item .title {
  margin: 30px 0 15px;
}
.accommodation-item .contents-wrap > * {
  margin-bottom: 15px;
}
.accommodation-item .contents-wrap ul {
  margin-left: 0;
}
.accommodation-item .gallery-item {
  display: flex;
  height: 400px;
  overflow: hidden;
}
.accommodation-item .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accommodation-item .owl-nav {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
}
.accommodation-item .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: #fff !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.accommodation-item .owl-nav button svg {
  width: 18px;
}

.admin-bar .mobile-menu-wrapper {
  padding-top: 200px;
}
.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #FFF;
  z-index: 10;
  padding: 20px;
  padding-top: 170px;
  z-index: 9998;
}
.mobile-menu-wrapper ul#primary-menu,
.mobile-menu-wrapper .sub-menu {
    list-style: none;
    padding: 0px;
    color: #FFF;
    margin-left: 0px;
}
.mobile-menu-wrapper ul#primary-menu li {
    position: relative;
}
.mobile-menu-wrapper ul#primary-menu li a {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 7px 0;
    margin: 7px 0;
}
.mobile-menu-wrapper li.menu-item-has-children span {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-menu-wrapper li.menu-item-has-children span svg {
    width: 20px;
    height: auto;
}
.mobile-menu-wrapper .sub-menu {
  display: none;
  padding-left: 20px;
}
header.site-header.mobile-nav-activated {
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.search-popup .bg-search {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.search-popup .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 40px 50px;
  transition: all 0.3s ease-in;
  transform: translateY(200px);
  opacity: 0;
  border-radius: 6px;
}
.search-popup .inner form {
  display: flex;
  position: relative;
}
.search-popup .inner form input#search {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 4px 15px;
  color: #000;
}
.search-popup .inner form button {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: none;
  outline: none;
}
.search-popup .search-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 20px;
  cursor: pointer;
}
.search-popup .search-close-icon svg {
  width: 30px;
  height: auto;
}
.search-popup .search-close-icon svg path {
  stroke: #fff;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup.active .inner {
  opacity: 1;
  transform: translateY(0px);
}

/* === === === Search Results CSS Start  === === === */
.search-page {
  padding-block: 200px 100px;
  background-color: #0f0f0f;
}
.search-page h1 {
  font-size: 30px;
  font-size: clamp(56px, -1.72px + 3.5vw, 80px);
  text-align: center;
  line-height: 1.25;
  color: #FFF;
}
.search-page h1 span {
  display: block;
  line-height: 1.25;
}
.search-result-wrapper {
  display: block;
}
.search-result-wrapper .entry-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 100;
}
.search-result-wrapper .entry-title a {
  font-weight: 100;
}
.search-result-wrapper .entry-title a:hover {
    color: #FFF;
}
.search-result-wrapper article {
  padding: 1em;
  border-bottom: 1px solid #5d5d5d;
}
.search-result-wrapper article:first-of-type {
  border-top: 1px solid #5d5d5d;
}
.search-result-wrapper .post-thumbnail {
  border-radius: 20px;
  display: none;
  margin-bottom: 25px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.search-result-wrapper .post-thumbnail img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.search-result-wrapper .entry-summary {
    display: none;
}
.search-result-wrapper footer.entry-footer {
    display: none;
}
.search-no-result {
  text-align: center;
}
/* === === === Search Results CSS End  === === === */

@media screen and (max-width: 1540px) {
  header.site-header .container {
    padding: 0 20px;
  }
  header.site-header .left {
    gap: 40px;
  }
}

@media screen and (max-width: 1365px) {
  header.site-header nav#site-navigation ul.menu {
    gap: 10px 30px;
  }
  header.site-header nav#site-navigation ul.menu li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
}

@media screen and (min-width: 1200px) {
  .mobile-menu-trigger,
  .mobile-menu-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  header.site-header .left #site-navigation {
    display: none;
  }
  header.site-header.mobile-nav-activated .custom-logo-link {
    opacity: 0;
  }
  header.site-header.mobile-nav-activated .fixed-logo {
    opacity: 1;
  }
  header.site-header.mobile-nav-activated .right .search-trigger {
    color: #000;
  }
  header.site-header.mobile-nav-activated .mobile-menu-trigger span {
    background-color: #000;
  }
  .dining-post-item .content .post-title {
    font-size: 33px;
  }
}

@media screen and (max-width: 1023px) {
  section.home-image-blurbs .item:first-child {
    width: 50%;
  }
  section.home-image-blurbs .item:nth-child(2),
  section.home-image-blurbs .item:nth-child(3) {
    width: 50%;
  }
  section.home-image-blurbs .item .headline,
  section.home-left-image-contents h2,
  section.beyond-the-round .top-content .headline,
  section.whistling-straits .top-contents h3,
  section.full-cta-w-info .headline,
  section.full-quote h3.quote {
    font-size: 30px;
  }
  section.home-image-blurbs .item .content-wrap {
    font-size: 16px;
  }
  section.home-left-image-contents {
    padding: 70px 0 0;
  }
  section.home-left-image-contents h2,
  section.home-image-blurbs .item .headline,
  section.beyond-the-round .top-content .headline {
    margin-bottom: 20px;
  }
  section.home-left-image-contents .top-contents {
    padding: 0 0 30px;
  }
  section.home-left-image-contents .main-contents-wrapper .right-contents .headline {
    padding-bottom: 15px;
  }
  section.for-column-blurbs {
    padding: 70px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.for-column-blurbs .content .headline {
    margin-bottom: 10px;
  }
  section.beyond-the-round {
    text-align: center;
    padding: 30px 30px 100px;
  }
  section.beyond-the-round {
    padding: 0px 20px 70px;
  }
  section.beyond-the-round .container {
    padding: 0px;
  }
  section.beyond-the-round .top-content {
    padding-bottom: 30px;
  }
  section.beyond-the-round .blurbs {
    gap: 30px;
  }
  section.beyond-the-round .blurbs .item {
    min-height: 320px;
  }
  section.beyond-the-round .blurbs .item .headline {
    font-size: 24px;
  }
  section.whistling-straits {
    padding: 0px 0 70px;
  }
  section.whistling-straits .bottom-wrap {
    margin-top: 70px;
  }
  section.whistling-straits .bottom-wrap .golf-information h4 {
    font-size: 28px;
  }
  footer.site-footer .bottom-area .container .copyright-text {
    width: 100%;
    text-align: center;
    order: 3;
    margin-top: 30px;
  }
  footer.site-footer .bottom-area ul {
    justify-content: flex-start;
  }
  section.all-accommodations-grid,
  section.generic-content-block,
  section.all-holes-grid {
    padding: 70px 0;
  }
  section.all-accommodations-grid h2,
  section.explore-the-straits h2.headline,
  section.inner-hero.v2 .headline,
  section.all-dining-grid .headline {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .accommodations-grid {
    padding: 20px 20px 0px;
    gap: 30px;
  }
  .accommodation-item,
  .accommodation-item.featured {
    width: calc(50% - 15px);
  }
  .accommodation-item .title,
  .dining-post-item .content .post-title {
    font-size: 28px;
  }
  section.full-cta-w-info {
    min-height: 500px;
  }
  section.full-cta-w-info .contents-wrap {
    font-size: 18px;
    margin-bottom: 0px;
  }
  section.generic-content-block h4 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  section.contents-w-repeater-info h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  section.contents-w-repeater-info .info-contents {
    margin-top: 60px;
    gap: 15px;
  }
  section.contents-w-repeater-info .info-contents .item h4 {
    font-size: 24px;
  }
  section.contents-w-repeater-info .info-contents .item {
    font-size: 14px;
    width: calc(33.33% - 10px);
  }
  section.contents-w-repeater-info img {
    max-width: 180px;
  }
  section.explore-the-straits .btn-wrap {
    margin-top: 30px;
  }
  section.all-dining-grid {
    padding: 70px 20px 0;
  }
  section.all-dining-grid .dining-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-id-308 section.home-left-image-contents:last-child .main-contents-wrapper.reverse-column {
    padding-block: 50px;
  }
  section.all-holes-grid .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .holes-post-item .title {
    font-size: 28px;
  }
  section.holes-single-contents .right {
    padding-left: 35px;
  }
  section.holes-single-contents .title {
    font-size: 30px;
  }
  section.holes-single-contents .title::before {
    width: 100%;
    left: 0px;
  }
  section.holes-single-contents .right .contents-wrap h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  section.holes-single-contents .holes-navigation {
    padding-top: 70px;
  }
  .search-page {
    padding-bottom: 70px;
  }
  .search-page h1 {
    font-size: clamp(40px, -1.72px + 3.5vw, 80px);
  }
}

@media screen and (max-width: 767px) {
  section.home-image-blurbs .item:first-child {
    text-align: center;
  }
  section.home-image-blurbs .item:first-child,
  section.home-image-blurbs .item:nth-child(2),
  section.home-image-blurbs .item:nth-child(3) {
    width: 100%;
  }
  section.home-image-blurbs .item:nth-child(2),
  section.home-image-blurbs .item:nth-child(3) {
    position: relative;
  }
  section.home-image-blurbs .item:nth-child(3) {
    top: inherit;
  }
  section.home-image-blurbs .item {
    height: inherit !important;
    padding: 50px 20px !important;
  }
  section.home-image-blurbs .item:first-child .content {
    padding: 0px;
  }
  section.home-image-blurbs .item .headline,
  section.home-left-image-contents h2,
  section.beyond-the-round .top-content .headline,
  section.whistling-straits .top-contents h3,
  section.full-cta-w-info .headline,
  section.full-quote h3.quote,
  section.holes-single-contents .title {
    font-size: 25px;
  }
  section.home-image-blurbs .item .link,
  section.beyond-the-round .blurbs .item .link {
    font-size: 14px;
  }
  section.home-left-image-contents {
    padding: 50px 0 0;
  }
  section.home-left-image-contents .main-contents-wrapper {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
  section.home-left-image-contents .main-contents-wrapper .right-contents {
    margin-top: 30px;
    text-align: center;
  }
  section.home-left-image-contents .main-contents-wrapper .right-contents .headline,
  section.home-left-image-contents .main-contents-wrapper .right-contents .inner-wrap {
    padding-inline: 0px;
  }
  section.for-column-blurbs {
    padding: 50px 20px;
  }
  section.beyond-the-round {
    padding: 0px 20px 50px;
  }
  section.beyond-the-round .blurbs,
  section.all-dining-grid .dining-grid,
  section.holes-single-contents .container {
    grid-template-columns: 1fr;
  }
  section.beyond-the-round .blurbs .item .headline,
  section.holes-single-contents .right .contents-wrap h4 {
    font-size: 20px;
  }
  section.whistling-straits {
    padding: 0px 0 50px;
  }
  section.whistling-straits .bottom-wrap .golf-information h4,
  .holes-post-item .title {
    font-size: 23px;
  }
  section.whistling-straits .bottom-wrap .golf-information {
    font-size: 14px;
  }
  footer.site-footer .bottom-area .menu-footer-legal-container {
    max-width: 100%;
    order: 2;
    margin-top: 20px;
  }
  footer.site-footer .bottom-area .social-links {
    width: 100%;
    order: 1;
    justify-content: center;
  }
  footer.site-footer .bottom-area ul {
    justify-content: center;
  }
  footer.site-footer .reservation-popup .container {
    flex-wrap: wrap;
    row-gap: 0px;
  }
  footer.site-footer .reservation-popup .reserve-title {
    font-size: 20px;
  }
  footer.site-footer .reservation-popup .reserve-contents {
    font-size: 14px;
  }
  footer.site-footer .reservation-popup {
    padding: 15px 0px;
    min-height: auto;
  }
  section.inner-hero .headline {
    font-size: 25px;
    padding: 20px 30px 30px 0;
  }
  section.all-accommodations-grid,
  section.full-cta-w-info,
  section.generic-content-block,
  section.contents-w-repeater-info,
  section.explore-the-straits,
  section.all-holes-grid,
  section.holes-single-contents {
    padding: 50px 0;
  }
  section.all-accommodations-grid h2,
  section.explore-the-straits h2.headline,
  section.inner-hero.v2 .headline,
  section.all-dining-grid .headline {
    font-size: 33px;
  }
  .accommodations-grid {
    padding-top: 0px;
  }
  .accommodation-item,
  .accommodation-item.featured {
    width: 100%;
  }
  .accommodation-item .title {
    font-size: 22px;
  }
  section.full-cta-w-info,
  section.full-quote {
    min-height: 420px;
  }
  section.full-cta-w-info .contents-wrap {
    font-size: 16px;
  }
  section.generic-content-block h4 {
    font-size: 23px;
  }
  section.contents-w-repeater-info h3,
  .search-result-wrapper .entry-title {
    font-size: 20px;
  }
  section.contents-w-repeater-info .info-contents {
    margin-top: 50px;
    row-gap: 30px;
  }
  section.contents-w-repeater-info .info-contents .item h4 {
    font-size: 18px;
  }
  section.explore-the-straits .contents-wrap iframe {
    height: 500px;
  }
  section.home-left-image-contents .reverse-column .left-image {
    order: 1;
  }
  section.home-left-image-contents .reverse-column .right-contents {
    order: 2;
  }
  section.all-dining-grid .dining-grid {
    gap: 30px;
  }
  section.home-left-image-contents .reverse-column .right-contents .headline,
  section.home-left-image-contents .reverse-column .right-contents .inner-wrap {
    margin-left: 0px;
  }
  section.holes-single-contents .right {
    padding: 0px;
    margin-top: 30px;
  }
  section.holes-single-contents .holes-navigation {
    padding-top: 50px;
  }
  .search-page {
    padding-block: 170px 50px;
  }
  .search-page h1 {
    font-size: clamp(30px, -1.72px + 3.5vw, 80px);
  }
}

@media screen and (max-width: 639px) {
  header.site-header .right {
    gap: 10px;
  }
  header.site-header .right .btn {
    display: none;
  }
  .mobile-menu-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }
  .mobile-btn-group {
    display: block !important;
    margin-top: auto;
  }
  .mobile-btn-group .btn {
    width: 100%;
  }
  .search-popup .inner {
    padding: 20px;
  }
  section.for-column-blurbs {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.whistling-straits .bottom-wrap {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  section.whistling-straits .bottom-wrap .social-links {
    width: 100%;
    justify-content: center;
  }
  section.whistling-straits .bottom-wrap::before {
    display: none;
  }
  section.whistling-straits .bottom-wrap .golf-information {
    width: 100%;
    margin-top: 30px;
  }
  .accommodation-item .gallery-item {
    height: 320px;
  }
  section.contents-w-repeater-info .info-contents .item {
    width: calc(50% - 8px);
  }
  section.contents-w-repeater-info .info-contents .item:last-child {
    width: 100%;
  }
  section.all-holes-grid .container {
    grid-template-columns: 1fr;
  }
}

/**Both Sided Content**/

/* Base Mobile Styles (Stacked) */
.home-split-text-contents .main-contents-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*! padding: 40px 20px; */
    gap: 40px; /* Space between text blocks on mobile */
    box-sizing: border-box;
}

.home-split-text-contents .left-contents-col,
.home-split-text-contents .right-contents-col {
    width: 100%;
}

.home-split-text-contents .headline {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.home-split-text-contents .contents p {
    line-height: 1.6;
    margin-bottom: 15px;
}
.home-split-text-contents .contents p:last-child {
    margin-bottom: 0;
}

/* Desktop Side-by-Side Configuration */
@media (min-width: 768px) {
    .home-split-text-contents .main-contents-wrapper {
        flex-direction: row;
        align-items: flex-start; /* Aligns both text blocks cleanly to the top */
        justify-content: space-between;
        /*! padding: 80px 6%; */
        gap: 8%; /* Creates the middle divider gutter */
    }

    /* Equal 50/50 column split */
    .home-split-text-contents .left-contents-col,
    .home-split-text-contents .right-contents-col {
        flex: 1;
        max-width: 46%; 
    }

    /* Column Reversal Modifier Class */
    .home-split-text-contents .main-contents-wrapper.reverse-column {
        flex-direction: row-reverse;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,tfoot,thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8
}

tfoot,thead {
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1
}

tfoot tr,thead tr {
    background: transparent
}

tfoot td,tfoot th,thead td,thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media screen and (max-width: 63.99875em) {
    table.stack tfoot,table.stack thead {
        display:none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}


/* Space out the text below the video box */
.explore-the-straits .slide-caption {
    margin-top: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333; /* Match your theme colors */
}

/* Ensure the full slide block centers nicely in 1-item view */
.explore-the-straits .slide-item {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* Establish a relative positioning context for the arrows */
.explore-the-straits .acf-owl-carousel {
    position: relative;
    padding: 0 60px; /* Creates safe container space on the sides so arrows don't clip */
}

/* Position the nav wrapper container directly over the layout */
.explore-the-straits .owl-nav {
    position: absolute;
    top: 250px;       /* Centers them vertically along your 500px video height */
    left: 0;
    right: 0;
    margin-top: 0 !important; /* Overrides default Owl theme margins */
    height: 0;        /* Collapse height so it doesn't block video clicks */
    pointer-events: none; /* Allows user clicks to pass through empty space */
}

/* Style and split the actual navigation buttons */
.explore-the-straits .owl-nav .owl-prev,
.explore-the-straits .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%); /* Keeps arrows perfectly cross-centered */
    pointer-events: auto;        /* Restores clickability to the buttons */
    background: rgba(0, 0, 0, 0.6) !important; /* Translucent dark background circle */
    color: #ffffff !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

/* Pin the navigation components to their respective outer boundaries */
.explore-the-straits .owl-nav .owl-prev {
    left: 5px;
}
.explore-the-straits .owl-nav .owl-next {
    right: 5px;
}

/* Hover effects for cleaner UI interaction */
.explore-the-straits .owl-nav .owl-prev:hover,
.explore-the-straits .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    transform: translateY(-50%) scale(1.05);
}

/* Ensure the control dots remain neatly aligned at the bottom */
.explore-the-straits .owl-dots {
    margin-top: 15px !important;
}