/*
Theme Name: FUKASAWA child
Version: 2.1.3
Template: fukasawa
*/

.posts .post-container > div {
  width: 100%;
  padding: 5px;
  background: #fff;
	border-radius: 3px;
  position: relative;
  box-shadow:
  0 2px 2px 0 rgba(0, 0, 0, .06),
  0 4px 6px rgba(0, 0, 0, 0.02);
}

.featured-media img {
  display: block;
  width: 100%;
  height: auto;
	border-radius: 2px;
}

.post-header {
    margin-top: 5px;
	padding: 0 1em;
}

.posts .post-date {
	display: block;
	text-align: right;
	margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: 400;
	letter-spacing: 0.4ex;
  color: #333;
  word-break: break-word;
  -ms-word-break: break-word;
}

.posts .post-title {
  font-size: 0.8em;
  line-height: 120%;
  font-weight: 600;
  color: #333;
  word-break: break-word;
  -ms-word-break: break-word;
}


.post-excerpt {
  margin-top: 8px;
  font-size: 0.8em;
	padding: 0 1em 1em;
}

.post-excerpt p {
  line-height: 145%;
  font-style: normal;
  color: #666;
}
