/* Correct the site title placement against the menu. */
@media only screen and (max-width: 481px) {
	.site-title {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 482px) {
	.site-title {
		margin-top: 5px;
	}
}

/* Hide elements that shouldn't be shown. */
/* Site description. */ .site-description, /* Extra labels from the comment, search sections. */ .comment-form-comment label, section form label, /* ConvertKit widget titles. */ #block-17 .widgettitle {
	display: none !important;
}

/* Right-align the mobile menu text. */
.primary-menu-container {
	direction: rtl;
}
.menu-wrapper li {
	text-align: right;
}

/* Style the GDPR submission boxes. */
#njt_gdpr_dataaccess_form_email, #njt_gdpr_forget_me_form_email {
	margin-bottom: 5px;
}

/* Adjust cover images, featured images, and columns to full width. */
.wp-block-cover {
  max-width: 100% !important;
}
.wp-block-column {
  text-align: center !important;
	display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Left-align columnnar lists. */
.wp-block-column li {
	text-align: left;
}

/* Remove extra space under block media text content. */
.wp-block-media-text__content {
  padding-bottom: 0px !important;
}

/* Style buttons. */
a.wp-block-button__link, .search-submit, .submit {
	background-color: #0073aa !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .search-submit:hover, .submit:hover {
  background-color: #0073aa !important;
  border-color: #0073aa !important;
	color: #ffffff !important;
}

/* Add spacing between accordion paragraphs, items in the page-bottom widgets. */
.c-accordion__content p, .textwidget li {
  margin-bottom: 1em;
}

/* Add bullets to footer widget lists. */
.wp-block-group ul {
	list-style-type: disc;
}

/* Add the FTC notice at the end of each post. */
.sharedaddy {
	line-height: normal;
}
.sharedaddy::before {
	content: 'Disclosure of Material Connection: Some of the links in the content above may be “affiliate links.” I only recommend products or services I genuinely believe will add value to you as a reader. But if you click one of these links and purchase the item, I will receive an affiliate commission from the seller at no additional cost to you. Consequently, I am disclosing this affiliate status in accordance with the Federal Trade Commission’s 16 CFR, Part 255: “Guides Concerning the Use of Endorsements and Testimonials in Advertising.”';
	font-size: small;
}

/* Add a copyright date and disclaimer at the end of each page. */
.footer-navigation::after {
	content: "© 2008–2022, J. David Stark. The views expressed on this site are my own and do not necessarily reflect those of any other person(s) or institution(s).";
	display: block;
	font-size: small;
	padding-top: 15px;
	text-align: center;
}

/* Style ConvertKit elements that won't save in ConvertKit's custom CSS field. */
.formkit-overlay { margin-top: 0px; }
.formkit-close { background-color: transparent !important; }
.formkit-form { max-width: 750px !important; }
.formkit-form p { padding-bottom: 1em; }