/*
theme name: Child of Adverting
Template: adverting
Author: EAV
Version: 1.0.1c
*/
.post-author-bio {
  display: none;
}
#postbox li {
  list-style-type: none;
}

#postbox h5 {
  color: #000;
}

div.project-media a.external-link.simple-icon {
  display: none;
}

div.project-content h5 a {
  font-size: 21px;
}

div.entry-meta {
  display: none;
}

figure.post-thumbnail {
  display: none;
}
#linkback {
  margin-bottom: 40px;
}
#linkback h5 a {
  color: #ffc000;
}
#linkback h5 a:hover {
  color: #777;
}
#tagbox a {
  color: #000;
}
#tagbox a:hover {
  color: #ffc000;
}

.posts-list--default .entry-footer {
	display: none;
}

.posts-list--default .hentry + .hentry {
	padding-top: 2px;
}

.posts-list .entry-content {
	margin-bottom: 1px;
}

/* Remove hover icons from projects */
.cherry-projects-wrapper .projects-item-instance.simple-fade-hover .hover-content {
  display: none;
}

/* Hover font color stays black */
.cherry-projects-wrapper .projects-item-instance .project-entry-title a:hover {
  color: #000;
}

.inner-wrapper .project_wrapper :hover {
  background-color: rgba(255,192,0,0.8);
}

div.post-list__item-content div.entry-content p {
  display: none;
}
