/* START – COURSE GUIDE LANDING GRID */
.hole-grid-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  width: 100%;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-box.stretch {
  flex: 1;
  align-items: flex-start;
}

.label {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 400;
}

.value {
	font-size: 1.5em;
  font-weight: 500;

}

.yard-white-tee {
		color: #777;
  margin-right: 6px;
}

.yard-yellow-tee {
  color: #ff9900;
    margin-right: 6px;
}

.yard-red-tee {
  color: #ff0000;
}
/* END – COURSE GUIDE LANDING GRID */



/* START – COURSE GUIDE Flex Divs */
.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
    margin: 0;
}

.flex-div, .flex-div-active {
    margin: 0;
    width: 64px;
    height: 64px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #fff;
}

.flex-div-active {
    color: #000;
	background: #fff;
}

.flex-div a:link {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
	background-color: transparent;
    align-items: center;
    justify-content: center;
}

.flex-div a:visited {
    color: #fff;
	background: transparent;	
}

.flex-div a:hover {
    color: #000;
	background: #fff;	
}

/* END – COURSE GUIDE Flex Divs */


/* START – COURSE GUIDE Unordered List style */
.list-style ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 0;
  margin: 0;
}

/* Base List Item Style for Desktop and Tablet */
.list-style li {
  margin: 0;
  width: 67px;
  height: 67px;
	color: red !important;; 
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* List Item Style for Links on Desktop and Tablet */
.list-style li a:link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff !important;
	background-color: transparent;
  align-items: center;
  justify-content: center;
}

/* List Item Link VISITED */
.list-style li a:visited {
	color: #fff !important;
	background-color: transparent;
}

/* List Item Link HOVER */
.list-style li a:hover {	
	color: #000 !important;
	background-color: #fff;
}

/* List Item Link FOCUS */
.list-style li a:focus {	
	color: #000 !important;
	background-color: #fff;
}

/* List Item Link ACTIVE */
.list-style li a:active {	
	color: #000 !important;
	background-color: #fff;
}

/* List Style for Current Hole Page - Will need to be manually applied to List Item on each page */
.list-style li.current-page a {
	color: #000 !important;
	background-color: #fff !important;
}
/* END – COURSE GUIDE Unordered List style */


/* Body Para Text Line Spacing */

p, li {
  line-height: 1.4em;
}

/* Hole Detail Body Para Text Line Spacing */
.text-lead > * {
    line-height: 1.6em;
    margin: 36px 0px 0px 0px;
}

/* h4 Spacing */
h4 {
    line-height: 1.6;
    margin: 30px 0 -15px;
}

/* Yards */

.yellowtee p,
.yellowtee h1,
.yellowtee h2,
.yellowtee h3 {
  color: #ffcc00;
}

.redtee p,
.redtee h1,
.redtee h2,
.redtee h3 {
  color: #f83b3b;
}

/* Footer Links */
.style-dark a:not(.btn-text-skin):hover {
  color: #ffcc00;
}

.style-dark a:not(.btn-text-skin):focus {
  color: #ffffff;
}

.footer-links p {
		font-size: 14px;
		line-height: 1.2em;
		margin-top: 10px;
}

/* News Category and Author Hide */
.post-info .category-info{ 
display: none; 
} 

.post-info .author-info{ 
display: none; 
}

/* Body Text Link Style */
.bodytext a:link {
  color: #2e4481;
}
.bodytext a:hover {
  text-decoration: underline;
}

/* List Indent */
ul li, ol li {
  margin-top: 10px;
}

/* Accordion Title */
.uncode-accordion:not(.default-typography) .panel-title > a > span {
    font-size: 16px;
  	font-weight: 400;
  	text-transform: none;
}

/* MEAL TITLES */
/* Menu Meal Title Default */
.pricelist-item p {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: -0.02em;
}

/* Menu Meal Title Coffee */
.meal-title-coffee h2 {
		color: #ff9933 !important;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: -0.02em;
}	

/* MEAL DESCRIPTION SUBHEAD */
div.text-top-reduced > :first-child {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

/* Price Default */
.price p {
		font-size: 20px;
		font-weight: 800;
		letter-spacing: -0.02em;
}

/* Menu Subtitle Large */
.menu-subhead h2 {
		font-size: 40px;
		font-weight: 400;
		line-height: 1em;
		padding-bottom: 14px;
		letter-spacing: -0.02em;
}

/* Nav Booking Button Margin */
.menu-smart > li > a > div > div > div.btn {
    margin-top: 24px;
}

/* Cookie Notice - Button */
.cn-button.bootstrap {
    color: #000;
    background: #ffcc00;
}

/* Hole Number for Course Guide Detail Pages */
.hole-number h2 {
		font-size: 48px;
		font-weight: 400;
}

/* Hole Number for Course Guide Detail Pages Mobile */
@media screen and (max-width: 750px) {
  .hole-number h2 {
	font-size: 40px;
	font-weight: 400;
  }
}

/* Hole Yards and Par */
.hole-yards h3 {
		font-size: 32px;
		font-weight: 400;
		letter-spacing: -0.02em;
}

/* Carousel Nav Arrows */
.style-dark .btn-default, .style-light .style-dark .btn-default, .tmb-dark .t-entry-text .btn-default, .style-light .tmb-dark .t-entry-text .btn-default, .tmb-light .t-overlay-inner .btn-default {
    color: #2e4481 !important;
    background-color: #fc0 !important;
    border-color: #ffffff !important;
}

/* Next Previous Icons on Course Guide */
.icon-box.icon-inline {
    display: inline-table;
    table-layout: fixed;
    width: auto;
    text-align: center;
    vertical-align: bottom;
    margin-top: 0px !important;
    padding-left: 9px;
    padding-right: 0px;
}

/* History Gallery Title Colour */
.tmb-light.tmb-color-title, .tmb-light.tmb .t-entry-text .t-entry-title a, .tmb-light.tmb .t-entry-text .t-entry-title, .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span, .tmb-light.tmb-content-lateral.tmb .t-entry p.t-entry-meta span, .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover), .tmb-light.tmb-content-lateral.tmb .t-entry p.t-entry-meta a:not(:hover) {
    color: #2e4481;
}

/* Bold Title Serif */
.title h2 {
		font-size: 60px;
		font-weight: 500;
		letter-spacing: -0.02em;
		color: #2e4481;
}

@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 40px;
  }
}

/* Clamp Text Size for Page Intros */
.intro p {
font-size: clamp(20px, 3vw, 22px);		
color: #303133;
letter-spacing: -0.01em;
line-height: 1.3em;		
}