/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.post-thumbnail {
	display: flex;
	justify-content: center;
}

h4 {
	color: #192930;
}

img.attachment-ixion-featured-image.size-ixion-featured-image.wp-post-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}

.custom-logo {
	margin: auto;
	display: block;
	text-align: center;
}

.site-footer, .widget_custom_html {
	background: #DDEEEE !important;
}

.footer-email {
	color: #d7b221 !important;
}

#front-page-recent-posts {
	display: none;
}

.grunion-field-wrap {
	font-size: 13px;
}

@media (min-width: 600px) {
	.subscribe-column {
		border-right: 5px dotted #d7b221;
	}
}

button.components-button, .pushbutton-wide {
	border: 10px;
	border-radius: 25px;
}

#wp-block-jetpack-mailchimp_consent-text {
	font-size: 12px;
}

.wp-block-cover__inner-container {
	max-width: 600px;
}

#top-menu {
	justify-content: space-around;
}

.site-header {
	margin-bottom: 0;
}

.header-overlay {
	background: none;
}

#jp-post-flair {
	display: none;
}

.site-header {
	margin-bottom: 10px !important;
}

.header-overlay {
	margin-bottom: 10px;
}

.header-overlay img {
	margin: auto;
}

.nav-menu li {
	margin: 0 15px !important;
}

.siste-description-wrapper {
	width: 300px;
	height: 300px;
}

.site-description-wrapper {
	margin: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-info {
	display: none;
}

table, th, tr {
	text-align: left;
  border: solid 1px #DDEEEE;
}

.club-details-table tr:nth-child(odd) {
  background: #DDEFEF
}

.club-details-table td {
  padding: 10px 15px;
  border: solid 1px #DDEEEE;
}

.upcoming-events {
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 13px Arial, sans-serif;
}

.upcoming-events th {
	background-color: #DDEFEF;
	color: #336B6B;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

.upcoming-events td {
	color: #333;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

.entry-title {
	padding: 20px 0;
	text-align: center;
}

.do-not-display {
	display: none;
}

.footer-widgets {
	padding: 25px;
}

.customer-header-ad-container{
	order: 1;
	width: 100%;
	text-align: center;
	border-top: 1px solid #eeece8;
	padding-top: 5px;
}

.customer-header-ad-container p {
  margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Archivo Narrow", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}

.branding-container {
	padding-top: 10px;
	padding-bottom: 0;
}

.mc-signup-btn {
	width: 100% !important;
	border: none !important;
	border-radius: 25px !important;
}

.contact-submit .pushbutton-wide {
	width: 100%;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mergeRow-gdpr p {
	margin-bottom: 10px;
}

.site-content { 
  padding-top: 15px;
}

#locatoraid-search-form-button {
	height: 58px;
}

#locatoraid-search-form-search input {
	height: 58px;
}

#locatoraid-search-radius-select-container select{
	height: 58px;
}



#header-sponsored-by {
  text-align: center;
}

#header-image-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#header-left-banner {
  display: none;
}

#header-middle-banner {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
  #header-image-container {
    flex-direction: row;
  }

  #header-left-banner {
    display: inherit;
    margin-top: inherit;
  }

  #header-middle-banner {
    margin-bottom: 0;
  }
}

/* Honours Board Container */
.honours-board {
    background: #4a1c0d; /* Deep mahogany color fallback */
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), 
                      url('https://unsplash.com'); /* Optional wood grain texture */
    background-size: cover;
    background-position: center;
    border: 15px solid #2b1008; /* Dark wood outer frame */
    box-shadow: inset 0 0 40px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.4);
    padding: 40px;
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Times New Roman', Times, serif;
    color: #e1b442; /* Traditional gold color */
    text-shadow: 1px 1px 0px #705411, -1px -1px 0px #000;
    box-sizing: border-box;
}

/* Board Header */
.honours-board h2 {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #f1cc6d;
    border-bottom: 2px double #e1b442;
    padding-bottom: 15px;
}

.honours-board .board-subtitle {
    text-align: center;
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
    display: block;
}

/* Column Grid Layout */
.honours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Individual Board Columns */
.honours-column {
    border: 1px solid rgba(225, 180, 66, 0.3);
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.honours-column h3 {
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1b442;
    padding-bottom: 5px;
}

/* List of Names and Dates */
.honours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.honours-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 1.1rem;
    border-bottom: 1px dotted rgba(225, 180, 66, 0.2);
    padding-bottom: 2px;
}

.honours-list li .year {
    font-weight: bold;
    padding-right: 15px;
}

.honours-list li .name {
    text-align: right;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .honours-board {
        padding: 15px;
        border-width: 8px;
    }
    .honours-board h2 {
        font-size: 1.8rem;
    }
}