div#comments {
  display: none;
}

.related-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-post-item img {
  width: 100%;
  border-radius: 8px;
  height: 200px;
}

.related-post-title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.related-posts .related-title {
  border-bottom: 1px solid #096272;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 25px;
}

.meta-post-custom .post-excerpt {
  line-height: 35px;
}

.form-text-single-post {
  margin-bottom: 15px;
}

.related-projects-custom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 15px;
}

.related-projects-custom .custom-post-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.related-projects-custom .post-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
}

.related-projects-custom .post-meta-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.post-meta-icons .meta-item i {
  margin-right: 4px;
  color: #106575;
}

.related-projects-custom .custom-post-item {
  border-radius: 10px;
  text-align: center;
}

.related-project-custom-main {
  padding: 2rem 0;
}

.related-project-custom-main .related-title-project {
  border-bottom: 1px solid #096272;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 25px;
}

.related-project-custom-main .custom-post-item:hover {
  background: #036f81;
}

.custom-post-item:hover .post-title,
.custom-post-item:hover .meta-item,
.custom-post-item:hover .meta-item i {
  color: #fff;
}

.related-project-custom-main .post-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.related-project-custom-main .custom-post-item:hover img {
  transform: scale(1.1);
}

.related-project-custom-main .custom-post-item img {
  transition: .3s;
}

.share-social .icon-share {
  padding: 0 !important;
  padding-left: 15px !important;
}

.icon-share .col {
  padding-left: 0;
}

.main-post-custom {
  padding-top: 20px;
}

.entry-author {
  display: none;
}

.meta-post-custom {
  position: sticky;
  top: 75px;
  border: 1px solid #027183;
  padding: 20px;
  border-radius: 10px;
}

.title-project-sidebar {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.meta-post-custom .custom-post-item:hover .post-title,
.meta-post-custom .custom-post-item:hover .meta-item,
.meta-post-custom .custom-post-item:hover .meta-item i {
  color: #027183;
}

.custom-post-content {
  padding-top: 25px;
}

.main-image-post-custom img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.post-author-single {
  border: 1px solid #027183;
  padding: 20px;
  margin-bottom: 3rem;
  border-radius: 10px;
}

.post-author-single .col {
  padding: 0;
  padding-left: 20px;
}

.post-author-single .author-avatar img {
  border-radius: 100%;
  /* width: 91%; */
}

.post-author-single .large-10.col {
  padding-left: 0;
}

.post-author-single .post-author-name a {
  font-size: 20px;
  font-weight: 600;
}

.post-author-single .post-author-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.post-author-single .button-author-link a {
  color: #027183;
  font-weight: 600;
}

.post-author-single .author-info {
  padding-right: 20px;
}

.description-post-top span.post-author {
  padding: 0 20px;
}

.entry-header-text .entry-divider.is-divider.small {
  display: none;
}

.breadcrumb-single-custom {
  padding-bottom: 1rem;
}

.post-author-single-news .post-author-box {
  padding-left: 25px;
}

@media only screen and (max-width: 48em) {
  .related-projects-custom {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
  }

  .related-projects-custom .post-meta-icons {
    font-size: 14px;
    display: inline;
    text-align: left;
  }

  .related-projects-custom .post-title {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .related-projects-custom .custom-post-item img {
    height: 150px;
    border-radius: 5px;
  }

  .related-project-custom-main .post-thumb {
    border-radius: 5px;
  }

  .related-project-custom-main {
    padding: 0 0 3rem 0;
  }

  .related-project-custom-main .related-title-project {
    text-align: center;
    margin-top: 1rem;
  }

  .icon-share .col {
    padding: 0;
    text-align: center;
  }
}