.single .breadcrumbs-bar {
  margin-top: 80px;
}

.single .main-column .container, .single .breadcrumbs-bar .container {
  max-width: 800px;
}

.single .entry h2 {
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 5px solid #38BEB9;
  font-size: 20px;
}

.single .entry h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.single .entry h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.post-header {
  margin-bottom: 50px;
}

.post-header h1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
}

.post-meta {
  margin-bottom: 15px;
}

.post-meta span {
  font-size: 14px;
}

.post-date {
  margin-right: 10px;
}

.post-cat {
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.eyecatch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.nav-links span {
  text-transform: uppercase;
  color: #38BEB9;
  font-size: 14px;
}

.nav-next {
  margin-left: auto;
}

.nav-next, .nav-prev {
  display: flex;
  align-items: center;
  transition: all .3s;
}

.nav-next:hover, .nav-prev:hover {
  opacity: .7;
}

.nav-next img, .nav-prev img {
  margin-top: -2px;
  width: 25px;
}

.prev-post-arrow {
  margin-right: 5px;
}

.next-post-arrow {
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .single .breadcrumbs-bar {
    margin-top: 60px;
  }
  .single .main-column {
    padding: 40px 0;
  }
  .single .top-btn {
    right: 15px;
    bottom: 20px;
  }
  .post-header h1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .post-meta span {
    font-size: 12px;
  }
  .post-cat {
    padding: 4px 8px;
  }
  .eyecatch {
    height: 220px;
  }
}
