/* update for menu and header space */
/*@media (max-width: 991px) {
  body{ padding-top: 79px !important; }
}*/
@media (max-width: 767px) {
	header{top: 0; left: 0; right: 0;}
  body{ padding-top: 73px !important; }
  .blog-content-left{padding-top: 30px;}
}
@media (max-width: 350px) {
  body{ padding-top: 58px !important; }
}
/* update for menu and header space */