.entry-meta .category {
  display:none;
}

.entry-meta .by-author {
  display: none;
}

li {
  padding-top: 3px;
}

@media screen and (min-width: 769px) {
  #primary 
  {
    width: 80%;
  }
}

body {
    padding-top: 10px;
}

#page {
  box-shadow: none;
}


#site-description {
   font-size: 24px;
   margin: auto;
   text-align: center;
 }

#site-title {
    text-align: center;
}

.main-navigation {
  float: none !important;
  margin-top: 0px;
  padding-top: 0px;
}
/*
#header-text-nav-wrap {
  padding-bottom: 0px;
}
*/
#header-right-section {
  float: none !important;
}

#header-left-section {
  float:none !important; 
  background: white;
  margin-right: 0px;
  padding-bottom: 20px;
}

#header-text {
  float: none !important;
}

.inner-wrap {
  max-width: 1268px;
}

#header-logo-image img {
  height: 97px;
  margin-right: 20px;
}

#header-logo-image {
    padding: 0;
}

#site-title {
    text-align: left;
}

#site-description {
    text-align: left;
}


.post-title-wrapper {
  margin: auto;
  width: 61.5763547%;
  padding-right: 0px !important;
  float: none !important;
}

.post-title-wrapper h1 {
  font-size: 28px;
}




/* changing color and background of single sites */
/*
.site #main {
  background: #F0F0F0;
  color: black;
}

#page #main h2 {
  color: black;
}
*/
.header-post-title-container {
  display: none;
}

/* height of menu */
#header-text-nav-wrap {
  padding-bottom: 10px;
}

.main-navigation a {
  padding-top: 10px;
}

/* header width on smaller equals rest */
@media screen and (max-width: 1308px) {
  .inner-wrap {
    width: 100%;
  }
}