.yates-news-wrapper {
  padding: 50px 0 25px;
}

.yates-news-wrapper h1 {
  margin-bottom: 30px;
}

.yates-news-wrapper article .post-title {
  font-family: 'ITCCentury LT Book', serif;
  font-size: 20px;
  display: block;
}

.yates-news-wrapper article .wp-post-image {
  margin-top: 10px;
  max-width: 100%;
}

.yates-news-wrapper article .yates-news-read-more {
  display: inline-block;
  border: 1px solid #ff6400;
  border-radius: 4px;
  padding: 10px 25px;
  float: right;
}

.yates-news-wrapper article .yates-news-read-more::after {
  clear:both;
}

.yates-news-wrapper article .yates-news-read-more:hover {
  text-decoration: none;
  background-color: #ff6400;
  color: #fff;
}
