/* General */

@media only screen and (max-width: 518px) {
  #wpi-topbar.site-topbar {
    padding: 15px 0; }

  .social-icons.has-brand-background a {
    border: 2px solid #fff; }
}


/* Home Page */

@media only screen and (min-width: 900px) {
.widget-title::after {
    content: '';
    border-bottom: solid 2px #D9D9D9;
    display: block;
    width: 29%;
    margin-left: 70%;
    margin-top: 5px;
    position: absolute; }

.widget-title::before {
    content: '';
    border-bottom: dashed 2px #D9D9D9;
    display: block;
    width: 29%;
    margin-left: 70%;
    margin-top: 30px;
    position: absolute; }

.jumbo-layout-style.jumbo-layout-1, 
.metro-layout-style.metro-layout-4,
#newsmarks_multi_grid_post-4 {
    position: relative; }
}

/* Posts */

.entry-image .post-thumbnail {
    max-width: 1000px;
    margin: auto;
}

.entry-meta.entry-categories.cat-links.categories-has-text-color a {
  font-size: 2em;
}

.entry-header .entry-categories.cat-links a:nth-child(n+3) {
  display: none;
}

.entry-title-prime {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  text-align: justify;
}

.entry-content p {
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-size: 1.3em;
  font-weight: 300;
  color: #000;
  font-style: normal;
  line-height: 1.6em;
  margin-bottom: 30px;
  text-align: justify;
}

@media only screen and (min-width: 900px) {
.entry-content p {
  padding: 0 5em; }
}
