/*****
* SDM Download
*/
.sdm_post_title{display:none;}
.sdm_post_download_count{display:none;}
.sdm_post_description h2:nth-child(2) {visibility:hidden; height:0px; padding:0px;}
.sdm_post_item_top_right{
  width:100%;
  background-color: rgba(212, 206, 206, 0.7);
  padding: 20px;
}
.sdm_post_description h2{
  font-size: 40px;
  color: #949898;
  padding: 0;
  }
.sdm_post_description p{
  font-size: 19px;
  color: #727dce;
  padding: 0px;
}

.sdm_post_titleh2-hide{
  visibility:hidden; 
  height:0px; 
  padding:0px;
  }
.sdm_post_titleh2-show{
  visibility:visible !important; 
  height:auto !important; 
  }