/* archive */
/* updates/tweaks to the /modules/listing.css */

.archive .content .col-1 {
	padding-top: 33px;
}

.archive .content .col-1 .archive_title {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  margin-top: -47px;
  margin-bottom: 12px;
  position: relative;
}

.archive .content .col-1 .listing-archive p.readLinks a {
  color: #e47327;
  text-decoration: none;
  font-size: 16px;
  display: inline;
}