.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.post-meta .meta-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.post-meta {
    color: #6d6d6d;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
    list-style: none;
    margin: -1rem 0 0 -2rem;
}

.post-meta li {
    flex-shrink: 0;
    letter-spacing: -0.016875em;
    margin: 1rem 0 0 2rem;
    max-width: calc(100% - 2rem);
}

.post-meta .meta-icon {
    flex-shrink: 0;
    margin-right: 1rem;
}

@media (min-width: 700px) {
	.post-meta {
		font-size: 1rem;
		margin: -1.4rem 0 0 -3rem;
	}
	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}
	.post-inner {
		padding-top: 8rem;
	}
	.entry-content {
		font-size: 1.3rem;
	}
	.entry-content p, .entry-content li {
		line-height: 1.476;
	}
}
.post-meta-single-top .post-meta {
    justify-content: center;
}

.entry-content {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
}
.entry-content {
    line-height: 1.5;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: calc(100% - 4rem);
}
.entry-content > *:last-child {
    margin-bottom: 0;
}
.entry-content > *:first-child {
    margin-top: 0;
}

.post-inner {
    padding-top: 5rem;
}
.entry-content p, .entry-content li {
    line-height: 1.4;
}
.entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em;
}

div.sidebar .active a span.icon-holder {
    background-color: aliceblue;
    border-radius: 20px;
}
















