/**** Wordpress oEmbed styling ****/
.wp-embed {
  padding: 0;
  overflow: hidden;
}
.wp-embed .wp-embed-featured-image {
  margin-bottom: 7px;
  padding: 5px 5px 0 5px;
}
.wp-embed .wp-embed-featured-image img {
  border-radius: 3px;
}
.wp-embed .wp-embed-heading,
.wp-embed .wp-embed-excerpt {
  padding: 0 20px;
}
.wp-embed a:hover {
  text-decoration: none;
  color: #111111;
}
.wp-embed .wp-embed-footer {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wp-embed .wp-embed-site-title {
  padding-left: 20px;
}
.wp-embed .wp-embed-meta {
  padding-right: 20px;
}
