/** custom css for SimpleBlog **/
#module-ph_simpleblog-single .page_title, #module-ph_simpleblog-single h4 {
  border-bottom: 1px solid #e2dfdf;
  box-shadow: 0 1px #fff;
  margin-bottom: 0px;
  text-transform: uppercase !important;
  padding: 5px 0px !important;
  font-family: "Roboto Condensed";
  font-size: 24px;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
}
#module-ph_simpleblog-single h2 {
  text-transform: uppercase !important;
  padding: 5px 0px !important;
  font-size: 36px;
  margin: 10px 0px 0px 0px;
  color: #d62c27 !important;
}
.simpleblog__listing__post__wrapper__content__headline {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
  border: none;
}
.simpleblog__listing__post__wrapper__footer {
color: #d62c27 !important;
}