/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.widget_text p {
	font-size: medium;
}

form.search-form {
	display: none;
}

.main-navigation ul > li > a:hover {
	color: #3333cc !important;
}

#secondary a.call-to-action-button:hover {
	color: #23588f;
	text-decoration: none;
}
/* Target the SELECT OPTIONS buttons */
.wp-block-button__link.add_to_cart_button {
    background-color: #AC0000	 !important;  /* Change to your desired color */
}

/* Optional: Change hover state */
.wp-block-button__link.add_to_cart_button:hover {
    background-color: #960202 !important;  /* Darker shade for hover */
}
/* Call to action button color HC12511950 - MP
*/
#infinite-handle span:active, #infinite-handle span:focus, #infinite-handle span:hover, .button:active, .button:focus, .button:hover, button:active, button:focus, button:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
	background-color: #23588f;
}

/* Add underline to links in content-area jr-12999182 */
.entry-content a {
	text-decoration: underline;
}

/* Change body link hover color | 13000010-hc JAR */
#main a:hover {
	color: #c40212;
}
/* Style for the Register button */
a[href="https://roccitysailing.org/classes/"] {
  background-color: #d12828;
  color: white !important;
  border-radius: 25px;
  padding: 8px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin: -8px 0; /* Negative margin to counteract padding */
}

/* Optional: Hover effect */
a[href="https://roccitysailing.org/classes/"]:hover {
  background-color: #a02020;
}
}
/* Remove the confusing way related products are displayed in class page */
.related.products {
display: none;
}

.post-navigation {
	display: none;
}

/* Hide the form fields by default */
.thwepo-field-wrapper.default tr:not(:first-child) {
    display: none;
}

/* Show them when the 'open' class is toggled on */
.thwepo-field-wrapper.default.open tr:not(:first-child) {
    display: table-row;
}

