@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,400;1,700&display=swap');

:root {
	--global--font-primary: var(--font-headings, 'Chivo', sans-serif) !important;}

.has-main-navigation .site-header {
	padding-top: calc(2*var(--global--spacing-vertical)) !important;
}

.site-logo {
	display: none;
}

.site-branding {
	background-color: #ddd;
	position: relative;
	padding: 30px;
}

.site-title * {
	text-shadow: none !important;
}

.site-description {
	position: relative;
	top: -10px;
	font-size: 1em;
}

.site-branding :first-child ::before {
	content: "";
	background: no-repeat center/contain url('https://jfeditorial.com/wp-content/uploads/2021/02/logo-transparent-version.png');
	width: 320px;
	height: 184px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 445px);
	z-index: 0;
	display: inline-block;
}

@media screen and (max-width: 481px) {
	.site-branding :first-child ::before {
		left: calc(50% - 394px);
		height: 163px;
	}
}

.menu-item a:hover {
	color: currentColor !important;
}

.site-title {
	font-style: italic;
}

.resources {
	color: #F6A987;
}

.footer-widget-1 {
	display: flex;
	align-items: baseline;
}

.footer-widget-1 section:first-child {
	margin-right: 30px;
}

.footer-widget-1 .gallery-item {
	padding: 2px;
}

footer .site-name::before {
	content: "All Rights Reserved ⓒ 2025 ";
}

.no-borders td {
	border-color: transparent;
}

.credentials {
	display: flex;
	flex-wrap: wrap;
}

.credentials a {
	border: none;
}

.credentials img {
	object-fit: contain;
	width: 150px;
	max-height: 140px;
}

.indent {
	text-indent: 7ex;
}

.single-post .rt-reading-time {
	position: absolute;
	top: 0px;
	max-width: var(--responsive--aligndefault-width);
	left: calc((100% - var(--responsive--aligndefault-width))/2);
}

#main {
	position: relative;
}

.resource-word, .resource-pdf, .resource-excel {
	width: 15%;
	padding: 1em;
	border: 1px solid skyblue;
	border-radius: 20px;
	text-align: center;
}

.resource-word::before, .resource-pdf::before, resource-excel::before {
	background: no-repeat center/100%;
	display: block;
	margin: 0 auto;
	width: 82px;
	height: 82px;
	content: "";
}

.resource-word a, .resource-pdf a, .resource-excel a {
	border: none;
	position: relative;
	padding-top: 64px;
}

.resource-word::before {
	background-image: url('https://jfeditorial.com/wp-content/uploads/2021/01/bird_sheet_blank.png')
}
.resource-pdf::before {
	background-image: url('https://jfeditorial.com/wp-content/uploads/2021/03/bird_sheet_blank-with-strapline.png')
}
.resource-excel::before {
	background-image: url('https://jfeditorial.com/wp-content/uploads/2021/01/bird_sheet_spreadsheet1.png')
}
.single .post-navigation {display:none;}
.site-description::after {
  content: "Fiction and Creative Nonfiction Editor";
  display: block;
  position: absolute;
  align-content: center;
  width: 100%;
}
.site-description {font-size: 25px}
.entry-meta .entry-date.published 
{ display: none; }