
.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
  padding: 10%;
}

.blog-recent .col .post-header a {
  color: #000 !important;
}

.blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a,
.blog-recent[data-style*="classic_enhanced"] .meta-category a {
  position: relative;
  top: 0;
  left: 0;
  color: #a3c952;
  padding: 0;
}

.article-content-wrap h3 {
  font-size: 24px !important;
  color: #8f3685 !important;
}

.article-content-wrap .excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.article-content-wrap .meta {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding-top: 15px;
}

/* single */

.puplish-notice {
  padding-top: 2rem;
}

.post-content figure img {
  margin: 0 !important;
}

.post-content figcaption {
  font-size: 0.75em;
  text-align: right;
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .span_4 {
    width: 49.0%;
  }
}

/* Social Bar Top */

.social-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  float: right;
}

.social-top {
  display: flex;
  align-items: center;
  position: relative;
  width: 150px;
  height: 40px;
  font-size: 16px;
  box-shadow: inset 0 0 0 2px transparent;
  border-radius: 50px;
  color: #000;
  background: transparent;
  overflow: hidden;
  margin: auto;
  transition: box-shadow .2s ease-out;
}

.social-top span {
  color: #a3c952;
  font-size: 1.5em;
}

.social-top .social-links i {
  font-size: 1.5em;
}

.social-top:hover span i {
  display: none;
}

.social-top .social-links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(62, 130, 251, 0);
  width: 100%;
  height: 100%;
  padding: 0 5px;
  transition: all .25s ease;
}

.social-top .social-links a {
  margin: auto;
  background: #fff;
  color: #a3c952;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  line-height: 36px;
  font-size: 15px;
  transform: translate3d(0, 60px, 0);
  transition: all .2s;
}

.social-top .social-links a:hover {
  opacity: 0.7;
}

.social-top:hover .social-top-links {
  background: #a3c952;
}

.social-top:hover .social-links>a {
  animation: elastic .5s ease-out forwards 0s;
}

.social-top:hover .social-links>a:nth-child(2) {
  animation-delay: 0.05s;
}

.social-top:hover .social-links>a:nth-child(3) {
  animation-delay: 0.1s;
}

.social-top:hover .social-links>a:nth-child(4) {
  animation-delay: 0.15s;
}

.social-top:hover .social-links>a:nth-child(5) {
  animation-delay: 0.2s;
}

@keyframes elastic {
  0% {
    transform: translate3d(0, 60px, 0);
  }

  40% {
    transform: translate3d(0, -5px, 0);
  }

  70% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 689px) {
  .social-wrapper {
    display: inline;
    width: 100%;
  }
  .social-top {
    float: left;
  }
}

/* Social Bar Bottom */
.social-bottom i {
  margin-right: 8px;
}

/* Blog Archiv Page */
.blog-archive-custom .posts-container {
  display: flex;
  flex-wrap: wrap;
}

.blog-archive-custom .post-area.featured_img_left.span_12 article {
  flex: 0 0 30.2%;
  background: #fff;
  margin-right: 3%;
}

.blog-archive-custom .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
  position: relative;
  height: 250px;
  width: auto;
}

.blog-archive-custom .post-area.featured_img_left .article-content-wrap .post-content-wrap {
  width: 100%;
  left: 0;
}

/* Single Post Navigation */
.single-post-navigation {
  margin-top: 2rem;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

@media only screen and (max-width: 689px) {
  .blog-archive-custom .post-area.featured_img_left.span_12 article {
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .blog-archive-custom .post-area.featured_img_left.span_12 article {
    flex: 0 0 47%;
  }

  .blog-archive-custom .post-area.featured_img_left .article-content-wrap {
    flex-wrap: wrap;
  }

  .blog-archive-custom .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    width: 100%;
  }
}