/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Remove the title form password-protected posts and pages */
.post-password-required .entry-header .entry-title,
.post-password-protected .entry-header .entry-title {
	display: none;
}

a, a:visited, a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#respond h3 {
	font-size: 0;
}

h3#reply-title:before {
	content: "Add a Response Here";
	font-size: 30px;
}

.comment-form-field.comment-form-url {
	display: none;
}

#comment-form-nascar ul {
	display: none;
}

/* Change comment Instructions -KD 4373894-hc */
#respond #comment-form-identity #comment-form-nascar p {
	display: none;
}

#comment-form-identity #comment-form-nascar::after {
	content: "If you want your name and or email to show in any response, please include it in the comment box." !important;
	font-size: 20px;
}

/* hide name and email boxes for comments KD-4373894-hc */
.comment-form-field.comment-form-email, .comment-form-avatar {
	display: none;
}

/*sign in for members page text addition after form*/
#post-351 .post-password-form::after {
	content: "NOTE: You will be logged onto the Members Page until you clear your browser’s history. You can clear it after quitting the SHHS website or at any time before you turn off your computer. Turning off your computer without clearing your browser’s history will not log you out of the Members Page.";
}

p.comment-notes {
	font-size: 0 !important;
}

p.comment-notes::after {
	content: "If you want your name and/or email to show in any response, please include it in the comment box";
	font-size: 20px;
}

p.comment-form-email {
	display: none;
}

p.comment-form-url {
	display: none;
}

/* Comments Area: change the comment title to "Responses" -- 4519833-hc */
.comments-title {
	visibility: hidden;
}

.comments-title:before {
	visibility: visible;
	content: "Responses: ";
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	display: inline-block;
	padding-bottom: 17px;
}

/* Comments Area: remove the comment date -- 4520457-hc */
.comment-header span {
	display: none;
}

/* Comments Area: remove author name -- 4519833-hc */
.comment-header cite, .comment-form-author {
	display: none;
}

#comment-form-guest {
	display: none !important;
}

/* Password form text */
form.post-password-form  p:nth-of-type(1):after {
	content: "This content is password protected because it contains information intended only for SHHS members. This includes the archive of the monthly SHHS Newsletters, published since 2011, which are sent only to members. To view the page, please enter your password below. If you did not receive the password when you became a SHHS member or have forgotten it, send a request to sqhillhist@shhsoc.org and put \"Requesting Members Page Access\" in the Subject heading.";
	font-size: 20px;
}

form.post-password-form p:nth-of-type(1) {
	font-size: 0;
	margin-bottom: 30px;
}

/* page title size: Summary of Neill Log House Restoration Efforts | KW-30854334-hc */
.page-id-8584 h1.entry-title {
	font-size: 4rem;
}

/* page title size: Update on all City Projects related to Neill Log House, July-August 2021, and other Restoration Team Activities */
.page-id-8606 h1.entry-title {
	font-size: 4rem;
}

/* Increase size of page title area | 37352583-hc GH */
body.page:not(.archive) .entry-title {
	width: 90%;
	text-align: center;
}

/* End  | 37352583-hc GH */