/* center slideshow text / hc-35474027 (DW) */
.wp-block-jetpack-slideshow_caption {
    text-align: center !important;
}

/* Adjust menu left paddin AD 35474027-hc */
.wp-block-navigation .wp-block-navigation-item__label {
	padding-left: 12px;
}
	/* Adjust header height AD 35487253-hc */
.wp-container-10 > .alignwide {
	max-height: 240px!important;
}
.wp-site-blocks .alignfull, .wp-site-blocks > .wp-block-group.has-background, .wp-site-blocks > .wp-block-cover, .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background, .wp-site-blocks > .wp-block-template-part > .wp-block-cover, body > .is-root-container > .wp-block-group.has-background, body > .is-root-container > .wp-block-cover, body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background, body > .is-root-container > .wp-block-template-part > .wp-block-cover, .is-root-container .wp-block[data-align="full"] {
	padding-top: 0px!important;
}
.container #secondary a { color: #00000 }
	
	/* Left align text in Blog Posts Blocks | HC-35878902-JG */
.wp-block-latest-posts {
	text-align:left;
}

.wp-block-latest-posts__featured-image {
	text-align:center;
}	
	/* Change the menu items font color / #-HC JB */

a.wp-block-navigation-item__content {
    color: #fff;

}
/*  hide tagline on smaller screens -- 36485509-hc (DOC) */
@media screen and (max-width: 768px) { 
  .wp-block-site-tagline {
    display: none;
  }
	
		/* S in P placeholder capitalize */
		
::placeholder
	{		
text-transform: capitalize !important;	 	}	
	
/* Change the text on product category Events from View Products to Order Tickets -- 7934590-ZD-RNP */
	

	}	


.wp-block-jetpack-mailchimp .wp-block-button__link {
height: unset;
}
	
	/* Borders for one specific table */
.table-index,
.table-index td,
.table-index th {
  border: 1px solid #333;   /* Change color/thickness as needed */
  border-collapse: collapse; /* Make borders merge neatly */
}

.table-index td,
.table-index th {
padding: 5px 5px 5px 5px;        /* Top 5px, Right 5px, Bottom 5px, Left 5px */
  text-align: left;                /* Optional: left-align text */
  vertical-align: middle;          /* Optional: center text vertically */
}	

.postid-19627 .woocommerce-tabs {
    display: none;
}