.entry-header {
  text-align: left;
}
.entry-meta .author {
  display: none;
}
header a {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
 background-color: #f6f6f6; 
}
@media (min-width: 768px) {
	.blog.home article.post:nth-child(even) {
 		padding-left: 0px; 
	}
}