a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.gbp-button--primary {color: #fff !important;}

/*Turn off comments*/
.comments-area {display: none;}

/*Turn off category, tag & comment links*/
.cat-links, .comments-link, .tags-links {display: none;}

/*Shade Contact Form same as Subscribe forms*/
.page-id-192 .jetpack-contact-form-container .wp-block-jetpack-contact-form input, .page-id-192 .jetpack-contact-form-container .wp-block-jetpack-contact-form textarea {
    background: #faf7f0;
	  border: 1px solid #999999;
	  border-radius: 2px;
}

/*Contact page form button*/

.page-id-192 .jetpack-contact-form-container button {margin-top: 10px; padding: 0.75rem 1.5rem;}

.page-id-192 .jetpack-contact-form-container button:hover {
	background: #3e5f7c;
}

/* === Subscribe Strip — compact below-post version === */

/* Hide first and last name fields on the strip */
.subscribe-strip .ctct-form-228 .ctct-form-field-text {
  display: none;
}

/* Put email field and submit button on the same line */
.subscribe-strip .ctct-form-228 .ctct-form-field-email,
.subscribe-strip .ctct-form-228 .ctct-form-field-submit {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 8px 0 0;
}

/* Email field width */
.subscribe-strip .ctct-form-228 .ctct-form-field-email input {
  width: 280px;
}

/* Remove extra paragraph margins that add vertical space */
.subscribe-strip .ctct-form-228 .ctct-form-field {
  margin: 0;
}

/* Tighten the disclaimer */
.subscribe-strip .ctct-disclosure {
  margin-top: 10px;
}

.subscribe-strip .ctct-disclosure hr {
  display: none;
}

.subscribe-strip .ctct-disclosure small {
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.7;
}

/* Stack to two rows on smaller screens */
@media (max-width: 600px) {
  .subscribe-strip .ctct-form-228 .ctct-form-field-email {
    display: block;
    margin: 0 0 8px 0;
  }
  
  .subscribe-strip .ctct-form-228 .ctct-form-field-email input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .subscribe-strip .ctct-form-228 .ctct-form-field-submit {
    display: block;
    margin: 0;
  }
}

/*Main Blue CC Suscribe Form*/
.ctct-form-228 .ctct-form-field-text:nth-of-type(1),
.ctct-form-228 .ctct-form-field-text:nth-of-type(2) {
  display: inline-block;
  width: calc(50% - 8px);
  vertical-align: top;
}

.ctct-form-228 .ctct-form-field-text:nth-of-type(1) {
  margin-right: 12px;
}

.ctct-form-228 .ctct-form-field-text:nth-of-type(1) input,
.ctct-form-228 .ctct-form-field-text:nth-of-type(2) input {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .ctct-form-228 .ctct-form-field-text:nth-of-type(1),
  .ctct-form-228 .ctct-form-field-text:nth-of-type(2) {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.ctct-form-228 .ctct-form-field-email input {
  width: calc(50% - 8px);
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .ctct-form-228 .ctct-form-field-email input {
    width: 100%;
  }
}

.ctct-form-228 input[type="text"],
.ctct-form-228 input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  padding: 8px 0;
  transition: border-color 0.2s ease;
}

.ctct-form-228 input[type="text"]:focus,
.ctct-form-228 input[type="email"]:focus {
  outline: none;
  border-bottom-color: white;
  border-bottom-width: 2px;
}

.ctct-form-228 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ctct-form-228 input[type="text"],
.ctct-form-228 input[type="email"] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  color: white;
  padding: 10px 12px;
  font-size: 16px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ctct-form-228 input[type="text"]:focus,
.ctct-form-228 input[type="email"]:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.ctct-form-228 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.polyhymnia-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.polyhymnia-subscribe-inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.ctct-disclosure a {color: #eaeaea;}

/* === Subscribe page form — light background override === */

.page-id-198 .ctct-form-228 input[type="text"],
.page-id-198 .ctct-form-228 input[type="email"] {
  background: #faf7f0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #1a1a1a;
}

.page-id-198 .ctct-form-228 input[type="text"]:focus,
.page-id-198 .ctct-form-228 input[type="email"]:focus {
  background: #faf7f0;
  border-color: rgba(0, 0, 0, 0.4);
}

.page-id-198 .ctct-form-228 input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

/* Make sure labels are dark too on the light card */
.page-id-925 .ctct-form-228 label {
  color: #1a1a1a;
}

/* Target GenerateBlocks menu item link */
.gb-menu-item a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px; /* Spacing between text and line */
}

/* Create the base line state */
.gb-menu-item a::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 0;
    height: 1px; /* Thickness of line */
    background-color: #000000; /* Change color here */
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

/* Animate the line on hover */
.gb-menu-item a:hover::after {
    width: 75%;
}


.grainy-bg {
	position: relative;
	background-color: #F7F3EB;
	overflow: hidden;
}

.grainy-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	opacity: 0.035;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");

	background-repeat: repeat;
	background-size: 200px;
	mix-blend-mode: multiply;
}

.grainy-bg > * {
	position: relative;
	z-index: 2;
}


#forminator-module-891.forminator-design--material .forminator-error-message {
    color: #ffd0d0 !important;
}

.texture-bg {
	position: relative;
	background: #F1ECE2;
	overflow: hidden;
}

.texture-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.35;

	background-image:
		url("YOUR-MARBLE-TEXTURE.jpg"),
		linear-gradient(
			135deg,
			rgba(46,74,63,0.08),
			rgba(255,255,255,0.05)
		);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}

.texture-bg > * {
	position: relative;
	z-index: 2;
}

/* Polyhymnia soft card style */
.poly-card {
	background-color: #fff;
	border: none;
	border-radius: 24px;
	box-shadow: 0 18px 60px rgba(28, 26, 23, 0.08);
	padding: 40px;
}

@media (max-width: 767px) {
	.poly-card {
		padding: 28px;
	}
}
.gb-menu-item-mi29cd0a .gb-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    column-gap: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
}

.recent-news-page {
	padding: 20px;
}

