.hms_article_featured_image[style*="background-image: url(''"],
.hms_article_featured_image[style*="background-image: none"]{
	display: none !important;
}

@media (min-width: 601px) {
  .widget_hms_article_viewer_widget .hms_article_content_wrapper .sentencesList {
      float: left;
      width: 60%;
  }
}

.hms_article_content_wrapper .hms-banner-wrapper {
  clear: none;
}
.hms_article_content_wrapper .hms_tag_and_social_wrapper #hms_social_wrapper{
	width:100%;
    float:left;
}
.widget_hms_article_viewer_widget .hms_article_wrapper .hms_article_post_content ul{
	float: left;
}
.widget_hms_article_viewer_widget .hms_article_wrapper {
  padding: 20px 20px 0 20px;
}
.widget_hms_article_viewer_widget .hms_article_wrapper:after {
    content: "";
    clear: both;
    float: none;
    display: block;
    width: 100%;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container {
  	width: 100%;
    max-width: 100%;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container img {
  width: 100%;
  height: auto;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_tag_and_social_wrapper #hms_social_wrapper {
  display: none;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_auth_and_date_wrapper #hms_social_wrapper {
    display: block;
    width: 200px;
  	float:right;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_auth_and_date_wrapper #hms_social_wrapper > div {
  display: inline-block;
  float:none;
}
.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_auth_and_date_wrapper #hms_social_wrapper .facebook_share_wrapper {
  display: inline-block;
    float: left;
    margin-right: 5px;
}
.hms_article_featured_image[src=""]{display: none;}
@media (max-width: 480px) {
	.widget_hms_article_viewer_widget .hms_article_wrapper {
		padding: 10px 10px 0 10px;
	}
	.widget_articlereaderrelated_widget .artRelated .relMainTxt {
    	padding: 10px;
	}

	.hms_article_content_wrapper .hms_auth_and_date_wrapper .hms_article_post_date,
	.widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_auth_and_date_wrapper #hms_social_wrapper {
  		width: 100%;
  		float: none;
  margin: 5px 0;
	}
}

.hms_article_featured_image {
    padding-bottom: 68%;
    height: 0;
    width: 100%;
    background-size: cover;
    background-position: top center;
}
.restCol {
  display: none;
}