.blog-post .img-wrap {
    display: none;
}
.gold-button {
  background-color: #be834a;
  color:#fff;
  border: none;
  font-weight: bold;
  font-size:18px;
  width:200px;
  max-width:100%;
  height: 38px;
  border-radius:4px;
  margin-bottom:15px;
}
.gold-button:hover {
 color:#e8e8e8; 
}
.gold-button a {
  color:#fff;
}
.gold-button a:hover {
  text-decoration: none;
  color:#e8e8e8;
}
.widget_text#text-3 {
  text-align:center;
}
#text-3 .textwidget {
  max-width:400px;
  margin-left:auto;
  margin-right:auto;
}