.hide_label > span > span {
  display:none;
}

body.home, body.page, body.post-template-default {
  background: rgba(146,208,80,0.5);
}

div.sidebar {
  background: rgba(146,208,80,0.1);
 height:100%;
}

div.credits, p.no-comments {
display:none;
}

.widget_fukasawa_recent_posts .post-icon .genericon {
color: #008ac3 !important;
}

h1.post-title {
color: #008ac3 !important;
}

.post-content input[type="text"] , .post-content input[type="email"],textarea {
background:  rgba(0,138,195,0.2) !important;
width: 100%;
padding: 14px 16px;
font-size: 0.9em;
border: none;
color: #333;
border-radius: 3px;
}
