/* Styles for Post pages from Content Template Fallen Police  */

body.single-post,
body.single-post p {
  font-size: 22px;
  line-height: 1.2;
  opacity: 1;
}

body.single-post p.center {
  text-align: center;
}

body.single-post span {
  color: #800000;
}

body.single-post span.red {
  color: #cc0000;
}

hr.dotted {
  border-top: 1px dotted #8c8b8b;
  margin: 40px 0;
}

body.single-post p.sep {
  height: 40px;
  width: 100%;
  display: block;
}

.fa-exclamation-triangle.red {
  color: #cc0000;
}

.fa-exclamation-triangle.yellow {
  color: #ffcc00;
}

.fa-exclamation-triangle.blue {
  color: #0033cc;
}

.fa-exclamation-triangle.green {
  color: #009900;
}

.fa-exclamation-triangle.pink {
  color: #ff00cc;
}

.post-meta {
  display: none;
}

-post-tags {
  display: none;
}

#site-title a {
  border-width: -1px;
  border-color: #fa0000;
  color: #ff0000;
}