/* Make all images the same width on desktop and tablet */

@media (min-width: 685px) {
  .mh-posts-list-thumb img {
    width: 235px;
  }
}

/* Center logo */

.mh-site-logo {
  text-align: center;
}

/* Remove site title — redundant with logo */

.mh-header-title {
  display: none;
}

/* Something on the homepage widget ??? */

.iw-so-article-content,
.iw-so-blog-article-fixed {
  width: 95%;
}

/* Center sidebar's featured images */

.rpwwt-widget ul li img, #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  margin-left:auto;
  margin-right:auto;
  display: block;
	clear:both;
  float:none;
}

/* Put sidebar's featured post titles on separate line */

.rpwwt-post-title {
  font-weight:bold;
  font-size:1.25em;
	display:block;
  text-align:center;
}

/* Eliminate first row of social media on single posts */

.mh-social-top {
display:none;
}

/* Remove bullets on subscribe page's MailChimp form */

.entry-content ul {
  list-style-type:none;
}

/* Advertisement form */

.newsbox .wpcf7-list-item {
  float:left;
}

.newsbox .wpcf7-list-item-label, .newsbox span, .wpcf7-form p {
  clear:both;
}

.required {
  color:red;
	vertical-align: super;
  font-size: smaller;
}