a {
	color:var(--success);
}

#page {
	display: inline-flex;
	vertical-align: top;
	min-width: 100%;
	min-height: 100vh;
}

#content {
  display: -webkit-flex;
  display: flex;
  width: 70%;
  margin: 0 auto;
  transition: width .3s ease-in-out;
  height: 100%;
  padding:20px 0;
}

#primary {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #fff;
	transition: left .3s ease-in-out;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
	border:0;
}

#secondary {
	position: fixed;
	z-index: 91;
	top: 0;
	bottom: 0;
	width: 20%;
	transition: width .3s ease-in-out;
	will-change: transform;
	margin-top:20px;
	overflow:auto;
}

#secondary + #primary {
	width:70%;
	margin-left:30%;
}

.sidebar-content {
	margin-right:20px;
}

#secondary .site-title a {
	color: var(--success);
	display: block;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 1.12em;
}

.content-loop .read-more a:link, .content-loop .read-more a:visited {
	color: var(--success);
}

.navbar {
	padding: .9rem 1rem;
}

.wp-post-image {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .35rem;
	max-width: 100%;
	height: auto;
}

.card-post .kksr-legend {
	display:none;
}

.post-single .entry-meta {
	font-size:14px;
}

.card-post .card-body {
	padding:.75em;
}

.card-post {
	margin-bottom:20px;
}

.entry-header h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
}