.sharaf-blog {
  margin-top: 10px;
}
.post-grid h2 {
  font-size: 20px;
  margin: 10px 0;
  text-decoration: none !important;
}
.post-grid a {
  font-size: 20px;
  text-decoration: none !important;
}
.post-grid .post {
  background: #fff;
  padding: 15px;
  font-size: 16px;
}
.masonry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.masonry-brick {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 10px;
}
/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  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;
  width: 1px;
  word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
}

.hero-header {
  width: 100%;
  text-align: center;
  background-size: cover;
  padding: 5vh 1.75em;
  background-position: center;
}
@media screen and (min-width: 48.9375em) {
  .hero-header {
    padding: 10vh 3.5em;
  }
}
@media screen and (min-width: 62em) {
  .hero-header {
    padding: 16.6vh 3.5em;
  }
}
.hero-header .big {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  display: inline-block;
  background: #fff;
}
#site-homepage {
  margin-top: 10px;
}
.hero-header .small {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 20px;
}
.sharafdg-article .entry-content img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}
.sharafdg-article {
  overflow: hidden;
  width: 690px;
  margin: 10px auto;
  font-size: 16px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 26px;
  margin-right: 1px;
  border: 0;
}

.pagination li .current, .pagination li a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  float: left;
  font-size: 12px;
}
.pagination li .current {
  border-radius: 5px;
  color: #fff;
  background: #0171b6;
  border: 1px solid transparent;
}

.pagination li a {
  color: #888;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}