* {
  font-family: 'Poppins';
}

p {
  margin: 0;
}

.content {
  margin-top: 40px;
}

.guide-page-header {
  background: url("../uploads/page-top.jpg");
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.guide-page-header .mybreadcrumb {
  font-size: 20px;
  color: white;
}

.guide-page-header .mybreadcrumb a {
  color: white;
}

.guide-page-header h1 {
  font-weight: 600;
  font-size: 35px;
  color: white;
}

.publish_date {
  width: 40px;
  margin-right: 20px;
}

.publish_date .publish_day {
  font-size: 20px;
  font-weight: bold;
  color: #0088cc;
  width: 100%;
  text-align: center;
  padding: 3px;
  background-color: #ededed;
}

.publish_date .publish_month {
  padding: 2px;
  text-align: center;
  color: white;
  background: #0088cc;
  font-size: 14px;
}

.blog-header-container {
  margin-top: 30px;
}

.blog-header .meta {
  color: #999;
  font-size: 14px;
}

.blog-content {
  padding: 30px 0 30px 60px;
  color: #999;
}

.sections .share-icons {
  width: 35px;
  height: 35px;
  padding: 3px;
  text-align: center;
  font-size: 20px;
  background-color: #557fe0;
  color: white;
  display: inline-block;
  margin: 20px 5px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sections .share-icons:hover {
  background: #0373ac;
}

.sections h3 {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 5px;
  text-transform: none;
  font-size: 1.8em;
  font-weight: 200;
  color: #0088cc;
  font-family: 'Montserrat';
}

@media (max-width: 800px) {
  .blog-content {
    padding: 20px;
  }
  .blog-header {
    width: 80%;
  }
}

.recent-posts {
  font-size: 13px;
  color: #999;
  padding-left: 20px;
  list-style: none;
}

.recent-posts li:before {
  content: "";
  border-color: transparent #666;
  border-style: solid;
  border-width: 0.30em 0 0.30em 0.40em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.recent-posts li a {
  color: #666;
}
/*# sourceMappingURL=blog.css.map */