/* =====================================
   BLOG TEMPLATE CLEANUP - PIVOT PARTNER
   ===================================== */

/* Hide bogus/static blog date (01/01/1970) */
.hs-blog-post .blog-post-date,
.hs-blog-listing .blog-post-date {
  display: none !important;
}

/* Hide empty featured image area when there's no image */
.hs-blog-post .blogpost-image-container img[src=""],
.hs-blog-listing .blogpost-image-container img[src=""],
.hs-blog-post .blogpost-image-container,
.hs-blog-listing .blogpost-image-container {
  display: none !important;
}

/* Hide author block (photo + name) if you don't plan to use it */
.hs-blog-post .blogpost-author,
.hs-blog-listing .blogpost-author {
  display: none !important;
}


}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/