@import "https://fonts.googleapis.com/css?family=Merriweather:300,300italic,700,700italic|Merriweather+Sans:300,700";
/* Ideally I'd be doing this through functions.php but I'm lazy */
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :ms-input-placeholder {font-family: 'Merriweather Sans', sans-serif;}
body, button, input, select, textarea, .post-navigation .post-title, .widget_calendar caption, .page-title, .comments-title, .comment-reply-title {font-family: 'Merriweather', Georgia, serif;}
h1, h2, h3, h4, h5, h6, button, input[type="button"],input[type="reset"],input[type="submit"],input[type="email"],blockquote cite, blockquote small, .post-password-form label, .main-navigation .menu-item-description, .post-navigation .meta-nav, .pagination, .image-navigation, .comment-navigation, .site .skip-link, .site-title, .site-description, .widget-title, .widget_calendar caption, .widget_rss .rss-date,.widget_rss cite, .author-heading, .entry-footer, .page-links, .entry-caption, .comment-metadata, .pingback .edit-link, .comment-list .reply a, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .no-comments, .wp-caption-text, .gallery-caption {font-family: 'Merriweather Sans', sans-serif;}
/* Sidebar fixes */
.site-header,.main-navigation,.widget {margin-bottom: 10%;}
ul.wp-block-social-links{list-style-type:none;}
li.wp-social-link {margin-right:10px; display:inline-block;}
input.wp-block-search__input {border: 0; font-family: "Merriweather Sans",sans-serif; padding-left: 15px!important;}
button.wp-block-search__button {border: 0;} 
input#subscribe-field-1{color:rgba(51, 51, 51, 0.7);} 
/* Indicate links to PDFs */
a[href$=".pdf"]:after { background-color: #f4c430; content: "PDF"; font: 10px "Merriweather Sans"; margin-left: 3px; padding: 3px; }
/* Highlights & asides */
.hilite {background-color: #fbe9b2;}
div.related-inline {margin-left: 1.6em;	font-size: smaller;}
div.related-inline h2 { font-size: small; margin-bottom: .5em; text-transform: uppercase; }
div.related-inline ul { list-style-type: none; }
/* Remove titles of quote posts */
.format-quote .entry-title { display: none; }
/* Images & captions */
.gallery-item { text-align: left; }
.wp-caption-text,.gallery-caption { font-size: 1.4rem; }
figure {display: inline-block; padding-right: 13px; vertical-align: top;}
/* Definition lists */
dt, dd strong { font-family: 'Merriweather Sans', sans-serif; } dd { margin-left: 20px; }
/* Fix lists-within-lists and paragraphs within lists */
.entry-content li:not(:last-child) {margin-bottom: 1em;} 
li > p {margin-top: 1em;}
/* Tighten up headers */
.entry-content h2, .entry-content h3 { margin-top: 1em !important; }
/* Privacy notice text*/
.akismet_comment_form_privacy_notice { color: #999; font: 12px "Merriweather Sans", sans-serif; margin-top: 1em; } .akismet_comment_form_privacy_notice a { color: #999; text-decoration: underline; }
/* Anchor links */
a.aal_anchor {border-bottom: none;}