/* --------------------------------------
   Global Style
-----------------------------------------*/
body {
  background-color: #2d2d2f;
  overflow: auto;
}

.page-title {
  position: relative;
  background: url("../../images/blog/blog-bg.jpg") center top no-repeat;
  text-align: center;
  overflow: hidden;
}
.page-title .overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-title .overlay .content h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: .7px;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-title .overlay .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .5px;
}
.page-title .overlay .content ul li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}
.page-title .overlay .content ul li:first-child:after, .page-title .overlay .content ul li.two:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.page-title .overlay .content ul li a {
  color: #f1a940;
}

.blog {
  padding-top: 80px;
  padding-bottom: 50px;
}

.blog .post .post-img img {
  width: 100%;
}

/*# sourceMappingURL=blog.css.map */
