/**/

.blog .page-title,
.archive.author .page-title {
  text-align: left;
  margin-bottom: 2rem;
}

.archive.date .page-title {
  text-align: left;
}

.blog .meta,
.archive.author .meta,
.archive.date .meta,
.tax-topics .meta {
  color: #767676;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.blog .meta a,
.single .entry-meta a,
.archive.author .meta a,
.archive.date .meta a,
.tax-topics .meta a {
  color: #333132;
}

.blog .meta a:hover,
.single .meta a:hover,
.archive.author a:hover,
.archive.date a:hover,
.tax-topics a:hover {
  color: #8fc43d;
}

.blog .meta img,
.single .entry-meta img,
.archive.author .meta img,
.archive.date .meta img,
.tax-topics .meta img {
  border-radius: 100%;
  margin-right: 10px;
  margin-top: -10px;
}

.blog .meta .byline,
.single .entry-meta .byline,
.archive.author .byline,
.archive.date .byline,
.tax-topics .byline {
  font-weight: bold;
  margin-right: 20px;
}

.single .blog-image img {
  width: 100%;
}

.post-thumbnail {
  position: relative;
}

.thumb-img {
  display: block;
}

.thumb-img:before {
  content: "";
  background: rgba(230, 230, 230, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: ease-in-out 0.15s;
}

.thumb-img:hover:before {
  background: rgba(230, 230, 230, 0.5);
}

.post-thumbnail .blog-cat {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  background: #8fc43d;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}

.post-thumbnail .blog-cat:hover {
  background: #8fc43d;
  color: #fff;
}

.single .blog-cat {
  position: relative;
  z-index: 2;
  background: #8fc43d;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}

.blog article,
.archive.author article,
.archive.date article,
.tax-topics article {
  margin-bottom: 1rem;
}

.blog article h2,
.archive.author article h2,
.archive.date article h2,
.tax-topics article h2 {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
}

.blog article h2 a,
.archive.author article h2 a,
.archive.date article h2 a,
.tax-topics article h2 a {
  color: #333;
  transition: ease-in-out 0.15s;
}

.blog article h2 a:hover,
.archive.author article h2 a:hover,
.archive.date article h2 a:hover,
.tax-topics article h2 a:hover {
  color: #f8991d;
}

.blog article p,
.archive.author article p,
.archive.date article p,
.tax-topics article p {
  clear: both;
  color: #767676;
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
}

.blog article .btn,
.archive.author article .btn,
.archive.date article .btn,
.tax-topics article .btn {
  background: #8fc43d;
  font-size: 0.7rem;
  transition: ease-in-out 0.15s;
  padding: 5px 15px;
  line-height: 150%;
  border-radius: 3px;
}

.blog article .btn:hover,
.archive.author article .btn:hover,
.archive.date article .btn:hover,
.tax-topics article h2 .btn:hover {
  background: #000;
  color: #fff;
}

.archive.author .entry-meta,
.archive.date article .entry-meta,
.tax-topics article .entry-meta {
  margin-bottom: 1.5rem;
}

.archive.author .archive-description,
.archive.date article .archive-description,
.tax-topics article .archive-description {
  margin-bottom: 1.5rem;
}

/**/

.single .entry-header {
  margin-bottom: 1rem;
}

.single .entry-title {
  margin: 0rem 0rem 2rem;
  font-size: 2.8rem;
  line-height: 1.3em;
}

.single .read-time,
.single .read-views,
.author .read-time,
.author .read-views {
  float: right;
  margin-left: 20px;
}

.single .post-thumbnail {
  margin-bottom: 2rem;
}

.single .entry-content h2,
.single .entry-content h3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.single .entry-content ul,
.archive.author .entry-content ul,
.archive-description .entry-content ul {
  margin-left: 0;
}

.single .entry-content li,
.archive.author .entry-content li,
.tax-topics .archive-description {
  margin-bottom: 0.5em;
}

.single .entry-content p,
.archive.author .entry-content p,
.tax-topics .entry-content p,
.archive.author .archive-description,
.tax-topics .archive-description {
  line-height: 1.8rem;
}

.author_bio_section {
  background-color: #f5f5f5;
  padding: 1.5rem;
}

.author_name {
  font-size: 16px;
  font-weight: bold;
}

.author_details img {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  .bm-left,
  .bm-right {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 5px 0px;
  }

  .bm-left img {
    margin-top: -4px;
  }

  .bm-right {
    justify-content: flex-start;
  }

  .bm-right > span {
    font-size: 13px;
    flex-basis: 33.333333%;
  }

  .bm-right > span .fa {
    width: 14px;
    height: 14px;
  }

  .single .blog-cat {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .single .entry-title {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

/* Recent Posts */

#secondary ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#secondary ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 30px;
  line-height: 1.5em;
  font-size: 0.95rem;
  font-weight: 700;
}

#secondary ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 0;
}

#secondary .widget-title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  overflow: hidden;
	text-align: left;
}

#secondary .widget {
  margin: 0 0 1.5em;
  background: rgba(218, 218, 218, 0.25);
  padding: 1.5rem 1rem;
}

#secondary .widget_recent_entries .row {
  margin-bottom: 1.5rem;
}

#secondary .widget_recent_entries .row:last-child {
  margin-bottom: 0;
}

#secondary .widget-title {
  position: relative;
}

#secondary .widget .widget-title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  margin-left: 15px;
  background-color: #333132;
}

#secondary .widget_recent_entries p {
  font-size: 0.9rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

#secondary .widget_recent_entries .post-date {
  color: #767676;
  font-size: 0.8rem;
}

#secondary .widget_recent_entries img {
  width: 100%;
}

#secondary .widget_recent_entries a {
  color: #333132;
}

#secondary .widget_recent_entries a:hover {
  color: #f8991d;
}

/* Releate Posts */

.related-posts {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.related-posts .widget-title {
  width: auto;
  display: inline-block;
  color: #333132;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.related-posts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-posts-list li {
  float: left;
  width: 23%;
  margin-right: 2%;
}

.related-posts-list li:last-child {
  margin-right: 0;
}

.related-posts-list .thumb {
  margin-bottom: 1rem;
}

.related-posts-list li h4 {
  font-size: 0.85em;
  line-height: 1.4em;
}

.related-posts-list p {
  font-size: 0.75em;
  line-height: 1.3em;
  color: #767676;
}

.related-posts-list li a {
  color: #333132;
}

.related-posts-list li a:hover {
  color: #f8991d;
}
