
/* POST/NEWS */

.single-post .irw-categories {
	width:100%;
	margin:15px 0;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
.single-post .irw-categories h4 {
	font-weight:800;
}
.single-post .irw-categories a {
  color:black;
  box-shadow: inset 0 0 0 rgba(180, 17, 26, 1)
}
.single-post .irw-categories a:hover {
  color:white;
}
.single-post h5 {
    color: #b4111a;
    font-size: 1.15rem !important;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


/* WEB BUGS */

.page-numbers svg { display:none; }
.next.page-numbers::after { content:">>"!important; }
.prev.page-numbers::before { content:"<<"!important; }

@media screen and (max-width: 48em) {

  article blockquote { float: unset; left: unset; width: 100%; }

}
