/* Gary Shaw Life — buttons */

.contact-form input[type="submit"],
.contact-form button[type="submit"],
.contact-form .wp-block-button__link {
	background: #143149 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
}


/* Hide WordPress action bar */

#actionbar {
	display: none !important;
}


/* Gary Shaw Life — global typography */

body,
p,
li,
a,
button,
input,
select,
textarea,
label {
	font-family: "Manrope", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-title a,
.entry-title,
.entry-title a {
	font-family: "Newsreader", Georgia, serif !important;
	font-weight: 500;
}

blockquote,
blockquote p {
	font-family: "Newsreader", Georgia, serif !important;
}


/* Testimonials and Contact — shared page alignment */

.page-id-389 .entry-content,
.page-id-38 .entry-content {
	width: 100%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}


/* Contact page headings */

.page-id-38 .entry-content > h2 {
	margin-top: 56px;
	margin-bottom: 20px;
}

.page-id-38 .entry-content > h2:first-child {
	margin-top: 0;
}


/* Contact form panel */

.page-id-38 #contact-form-38 {
	background: #1e1e1e;
	border: 1px solid #565656;
	padding: 30px;
	margin: 28px 0 0;
}

.page-id-38 .contact-form form > br {
	display: none;
}

.page-id-38 .grunion-field-wrap {
	margin-bottom: 20px;
}

.page-id-38 .contact-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.page-id-38 .contact-form input[type="text"],
.page-id-38 .contact-form input[type="email"],
.page-id-38 .contact-form textarea {
	display: block;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	background: #ffffff;
	color: #1e1e1e;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
	padding: 12px;
}

.page-id-38 .contact-form textarea {
	min-height: 190px;
}

.page-id-38 .contact-submit {
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.page-id-38 #contact-form-38 {
		padding: 22px 18px;
	}
}


/* Coaching page — remove stray grid bullets */

.page-id-580 .entry-content ul[style*="display: grid"],
.page-id-580 .entry-content ul[style*="display: grid"] > li {
	list-style: none !important;
}

.page-id-580 .entry-content ul[style*="display: grid"] > li::marker {
	content: "";
}


/* Testimonials — improve long-form readability */

.page-id-389 blockquote,
.page-id-389 blockquote p,
.page-id-389 blockquote footer {
	font-style: normal;
}


/* Internal-page featured images */

@media screen and (min-width: 768px) {
	body.page:not(.home) .single-featured-image-header img {
		width: 100%;
		height: 420px;
		object-fit: cover;
		object-position: center;
	}

	body.page-id-389 .single-featured-image-header img,
	body.page-id-38 .single-featured-image-header img {
		object-position: center top !important;
	}
}




/* Contact form confirmation message */

.page-id-38 .contact-form-submission h4 {
	font-size: 0 !important;
}

.page-id-38 .contact-form-submission h4::after {
	content: "Thank you for your message.";
	display: block;
	font-family: "Newsreader", Georgia, serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}


@media screen and (max-width: 600px) {
	.page-id-38 .contact-form-submission h4::after {
		font-size: 2rem;
	}
}