/*
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;
  }
}
