/*** site ***/
.responsive-max-width {
	/* max-width: calc(632px - 32px); */
}

.site-header .social-navigation {
	grid-area: main-navigation;
}

.site-footer .footer-right {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
}

.site-footer .footer-add {
	display: none;
}

.site-footer .footer-add img {
	height: 30px;
}

.site-footer .sidebarlogo {
  display: inline-block;
  width: 90px;
  height: 16px;
	margin-bottom: -9px;
  background: url('https://blog.bandcamp.com/wp-content/uploads/2019/08/bandcamp-logo-color-bcaqua.png') no-repeat 0 0;
  background-size: 100%;
/* 	float: right; */
/*   text-align: right; */
/*   margin: 0; */
/*   position: absolute; */
/*   top: 5px; */
/*   right: -18px; */
}

@media only screen and (min-width: 560px) {
	.site-footer .sidebarlogo {
		width: 100px;
		height: 19px;
		margin-bottom: 4px;
	}
}

#primary.content-area {
	margin-top: 60px;
}

/*** homepage ***/
/*
body.home.page .entry-title {
	display: none;
}
*/
/* body.home.page .responsive-max-width {
	width: calc(calc( 782px - 32px) + 256px);
	max-width: calc(calc( 782px - 32px) + 256px);
}


body.home.page #main .entry-content .a8c-posts-list__listing {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

body.home.page #main .entry-content .a8c-posts-list__item {
	flex: 1 40%;
} */

/*** articles ***/

.post-thumbnail {
	display: none;
}

.entry-content p:first-child img[data-orig-size="1244,646"] {
  padding-top: 0;
}

.entry-footer .cat-links {
	display: none;
}



@media only screen and (min-width: 560px) {
	.singular .hentry .entry-title:after, .page-title:after {
		margin-bottom: 0;
	}
}


@media only screen and (min-width: 800px) {
	.entry-content img[data-orig-size="1244,646"] {
		margin: 0 -5.2em 1.1em;
		margin: 0 0 1.1em 0;
		padding: 30px 0;
		padding: 0;
		max-width: 800px;
		height: auto;
		width: 1244px;
	}
}



footer .site-info {
	display: none;
}

/* embed fixup – copying styles from p */

.entry-content > iframe,
.entry-content > iframe[style] {
		margin-left: auto!important;
		margin-right: auto!important;
		max-width: calc( 782px - 32px)!important;
}

@media only screen and (min-width: 560px) {
	.entry-content > iframe {
		max-width: calc( 560px - 32px)!important;
	}
}

@media only screen and (min-width: 640px) {
	.entry-content > iframe {
		max-width: calc( 640px - 32px)!important;
	}
}

@media only screen and (min-width: 782px) {
	
	.entry-content > iframe {
		max-width: calc( 782px - 32px)!important;
	}
}


/* type overrides*/

a {
	color: #1da0c3;
	text-decoration: none!important;
}

a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
.site-title a:hover,
.social-navigation a:hover {
	color: #1da0c3;
	text-decoration: underline!important;
}

html,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
ul,
ol,
dt,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.wp-block-latest-posts > li > a,
.a8c-posts-list-item__featured span,
.wp-block-pullquote p,
.wp-block-quote p,
table th,
.wp-block-table th,
.has-drop-cap:not(:focus)::first-letter, 
.site-title,
.site-description,
.main-navigation a,
.site-info,
.footer-navigation .footer-menu a,
.post-navigation .post-title,
.pagination .nav-links > *,
.comment-reply-title small,
.comment-author .fn,
.pingback .url,
.trackback .url, 
.comment-navigation a, 
.sticky-post {
	font-family: "Helvetica Neue", sans-serif;
}

