/* Responsive Image */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* --- Links --- */
a:link {
  color: #229954;
  text-decoration: none;
} 
a:visited {
	color: #229954;
  text-decoration: none;
}
a:hover {
	color: #229954;
  text-decoration: none;
}
a:active {
	color: #229954;
  text-decoration: none;
}
a.tag-link:link {
  color: #229954;
  text-decoration: none;
}
a.tag-link:visited {
  color: #229954;
  text-decoration: none;
}
a.tag-link:hover {
  color: #229954;
  text-decoration: none;
}
a.tag-link:active {
  color: #229954;
  text-decoration: none;
}

/* --- Post preview --- */

.post-preview {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .post-preview {
    padding: 35px 0;
  }
}

.post-preview:last-child {
  border-bottom: 0;
}

.post-preview a {
  text-decoration: none;
}

.post-preview a:focus,
.post-preview a:hover {
  text-decoration: none;
}

.post-preview .post-title {
  font-size: 30px;
  margin-top: 0;
}
.post-preview .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview .post-meta,
.post-heading .post-meta,
.page-meta {
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px;
}
.page-meta {
  align-self: center;
}
.post-preview .post-meta a,
.post-heading .post-meta a,
.page-meta a {
  text-decoration: none;
}
.post-preview .post-entry {
  
}
.post-entry-container {
  display: inline-block;
  width: 100%;
}
.post-entry {
  width: 100%;
  margin-top: 10px;
}
.post-image {
  float: right;
  height: 192px;
  width: 192px;
  margin-top: -35px;
  filter: grayscale(90%);
}
.post-image:hover {
  filter: grayscale(0%);
}
.post-image img {
  border-radius: 100px;
  height: 192px;
  width: 192px;
}
.post-preview .post-read-more {
  font-weight: 800;
  float: right;
}

@media only screen and (min-width: 768px) {
  .post-preview .post-title {
    font-size: 36px;
  }
}

