.chefex-entries .posts article .post-thumbnail,
.chefex-entries .posts article .entry-title,
.chefex-entries .posts article .entry-meta,
.chefex-entries .posts article .entry-content,
.chefex-entries .posts article .entry-read-more,
.chefex-entries .posts article .entry-share {
  margin-bottom: 15px;
}

.chefex-entries .posts article .post-thumbnail {
  position: relative;
}

.chefex-entries .posts article .post-thumbnail img {
  width: 100%;
}

.chefex-entries .posts article .post-thumbnail span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  color: var(--hs-background-color);
  border: 2px solid var(--hs-background-color);
  padding: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: var(--hs-header-color-opacity);
  display: flex;
  align-items: center;
}

.chefex-entries .posts article .post-thumbnail span::before {
  margin: 0 auto;
}

.chefex-entries .posts article .post-thumbnail .chefex-gallery-slider button {
  position: absolute;
  top: calc(50% - 25px);
  right: 1px;
  z-index: 1;
  border: none;
  width: 50px;
  height: 50px;
  background: var(--hs-background-color);
  opacity: 0.8;
  cursor: pointer;
  color: var(--hs-header-color);
}

.chefex-entries
  .posts
  article
  .post-thumbnail
  .chefex-gallery-slider
  button.slick-prev {
  left: 1px;
}

.chefex-entries .posts article .entry-categories {
  margin-bottom: 12px;
}

.chefex-entries .posts article .entry-categories a {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  color: var(--hs-theme-color);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.chefex-entries .posts article .entry-categories a:hover {
  color: var(--hs-text-color);
}

.chefex-entries .posts article .entry-categories a:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  color: var(--hs-text-color);
  font-weight: 400;
}

.chefex-entries .posts article .entry-title {
  margin-top: 0;
}

.chefex-entries .posts article .entry-title a {
  text-transform: capitalize;
  text-decoration: none;
  color: var(--hs-header-color);
  font-size: 25px;
  font-weight: 400;
}

.chefex-entries .posts article .entry-title span {
  padding-right: 15px;
}

.chefex-entries .posts article .entry-meta {
  text-transform: capitalize;
  font-size: 85%;
}
.chefex-entries .posts article .entry-date::before {
  content: "|";
  color: var(--hs-theme-color);
  padding: 0 10px;
}

.chefex-entries .posts article .entry-content {
  text-align: justify;
  font-size: 92%;
}

.chefex-entries .posts article .entry-content p {
  margin-top: 0;
}

.chefex-entries .posts article .entry-footer {
  display: flex;
  align-items: center;
}

.chefex-entries .posts article .entry-read-more {
  width: 100%;
}

.chefex-entries .posts article .entry-read-more a {
  color: var(--hs-theme-color);
  text-decoration: none;
  text-transform: capitalize;
  font-size: 108%;
  letter-spacing: 1px;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid var(--hs-theme-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.chefex-entries .posts article .entry-read-more a:hover {
  color: var(--hs-text-color);
  border-color: var(--hs-text-color);
}

.chefex-entries .posts article .entry-footer .entry-share {
  direction: rtl;
  width: 100%;
  text-align: right;
}

article .entry-share span {
  padding: 10px 10px 10px 0;
}

.chefex-entries .posts article .entry-footer .entry-share span {
  padding: 10px 0 10px 10px;
  font-size: 18px;
}

article .entry-share a {
  display: inline-block;
  padding: 5px;
  border: 1px solid var(--hs-theme-color);
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  background: var(--hs-background-color);
  margin: 1px 0;
  font-size: 15px;
}

article .entry-share a:hover {
  color: var(--hs-header-color);
  border-color: var(--hs-header-color);
}

@media (max-width: 767px) {
  .chefex-entries .posts article .entry-footer {
    flex-wrap: wrap;
  }

  .chefex-entries .posts article .entry-read-more {
    order: 2;
  }

  .chefex-entries .posts article .entry-footer .entry-share {
    order: 1;
    text-align: left;
    direction: inherit;
  }

  article .entry-share a {
    border: none;
  }

  .chefex-entries .posts article .entry-footer .entry-share span {
    padding: 10px 0;
  }
}
