body {
  background: #ffffff !important;
}
.header-titles-wrapper{
	display: inline-block !important;
}
.header-titles{
	margin:0 !important;
}
.entry-content {
    max-width: 100% !important;
}

.site-description{
	display:inline-block !important;
}

/*a {
  color: inherit !important;
}*/
.header-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-nav-widgets-wrapper {
  background: none !important;
}
#site-footer {
  padding: 0 !important;
}
#site-footer, .widget-content {
  font-size: inherit !important;
}
h1, h2, h3, h4 {
  font-size: inherit !important;
  margin: 1rem auto 1rem !important;
  line-height: 1 !important;
}
.singular .entry-header{
	padding-bottom:0 !important;
}
@media (min-width: 700px) {
#site-footer {
  padding: 4.3em 0 0 !important;
}
}
.search-modal .search-field {
  font-size: inherit !important;
  height: 3rem !important;
}
@media (min-width: 700px) {
  .search-modal .search-field {
    font-size: inherit !important;
    height: 3rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-titles {
    position: absolute;
    top: 10px;
	display:flex;
  }
  .site-description{
		margin-top:8px !important;
	}
	.site-title a{
		margin-right:6px;
	}
}
@media screen and (max-width: 499px) {
	.header-titles{
		display:flex;
	}
	.site-title a{
	font-size: 15pt !important;
    margin-right: 8px;
	}
	.site-description{
		display:inline-block !important;
		margin-top: 6px !important;
		font-size: 8pt !important;
	}
}
.mobile-nav-toggle {
  z-index: 1;
}
.entry-content {
  margin-bottom: 0 !important;
}
#top-topics {
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 0 0 0 6px !important;
  }
}
.post-inner {
  padding-top: 0 !important;
}

@media screen and (min-width: 1025px) {
.header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0;
}
.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
	.primary-menu > li {
    margin:12px 0 0 30px;
}

	.toggle-inner svg{
		width:18px;
	}
	.header-inner .toggle-wrapper::before {
		height: 2rem;
	}
}

.entry-categories,.post-meta-wrapper{
	display:none;
}
.post-content {
    display: block;
	width:100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content{
	font-size:12pt !important;
}