﻿/* === Perex  === */ 


body.type-post .pk-perex,
body.blog-detail .pk-perex,
body.article-detail .pk-perex,
.blog-article-detail .pk-perex,
.article-detail .pk-perex,
.post-detail .pk-perex,
.blog-detail .pk-perex,
body.type-page .pk-perex,
.page-detail .pk-perex,
.content-page .pk-perex,
.page-content .pk-perex {
  margin: -4px 0 24px !important;
  padding: 6px 0 0 !important;
  border-top: 1px solid #b8af9f !important;
}
body.type-post .pk-perex p,
body.blog-detail .pk-perex p,
body.article-detail .pk-perex p,
.blog-article-detail .pk-perex p,
.article-detail .pk-perex p,
.post-detail .pk-perex p,
.blog-detail .pk-perex p,
body.type-page .pk-perex p,
.page-detail .pk-perex p,
.content-page .pk-perex p,
.page-content .pk-perex p {
  margin: 0 0 1em !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #746b61 !important;
}
body.type-post .pk-perex p:last-child,
body.blog-detail .pk-perex p:last-child,
body.article-detail .pk-perex p:last-child,
.blog-article-detail .pk-perex p:last-child,
.article-detail .pk-perex p:last-child,
.post-detail .pk-perex p:last-child,
.blog-detail .pk-perex p:last-child,
body.type-page .pk-perex p:last-child,
.page-detail .pk-perex p:last-child,
.content-page .pk-perex p:last-child,
.page-content .pk-perex p:last-child {
  margin-bottom: 0 !important;
}
body.type-post .pk-perex strong,
body.blog-detail .pk-perex strong,
body.article-detail .pk-perex strong,
.blog-article-detail .pk-perex strong,
.article-detail .pk-perex strong,
.post-detail .pk-perex strong,
.blog-detail .pk-perex strong,
body.type-page .pk-perex strong,
.page-detail .pk-perex strong,
.content-page .pk-perex strong,
.page-content .pk-perex strong {
  color: #5f5547 !important;
  font-weight: 700 !important;
}
body.type-post .pk-perex a,
body.blog-detail .pk-perex a,
body.article-detail .pk-perex a,
.blog-article-detail .pk-perex a,
.article-detail .pk-perex a,
.post-detail .pk-perex a,
.blog-detail .pk-perex a,
body.type-page .pk-perex a,
.page-detail .pk-perex a,
.content-page .pk-perex a,
.page-content .pk-perex a {
  color: #7c6e3c !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(124, 110, 60, 0.35) !important;
  transition: all 0.2s ease;
}
body.type-post .pk-perex a:hover,
body.blog-detail .pk-perex a:hover,
body.article-detail .pk-perex a:hover,
.blog-article-detail .pk-perex a:hover,
.article-detail .pk-perex a:hover,
.post-detail .pk-perex a:hover,
.blog-detail .pk-perex a:hover,
body.type-page .pk-perex a:hover,
.page-detail .pk-perex a:hover,
.content-page .pk-perex a:hover,
.page-content .pk-perex a:hover {
  color: #7c6e3c !important;
  border-bottom-color: #7c6e3c !important;
}
@media (max-width: 768px) {
  body.type-post .pk-perex,
  body.blog-detail .pk-perex,
  body.article-detail .pk-perex,
  .blog-article-detail .pk-perex,
  .article-detail .pk-perex,
  .post-detail .pk-perex,
  .blog-detail .pk-perex,
  body.type-page .pk-perex,
  .page-detail .pk-perex,
  .content-page .pk-perex,
  .page-content .pk-perex {
    margin: -4px 0 20px !important;
    padding-top: 6px !important;
  }
  body.type-post .pk-perex p,
  body.blog-detail .pk-perex p,
  body.article-detail .pk-perex p,
  .blog-article-detail .pk-perex p,
  .article-detail .pk-perex p,
  .post-detail .pk-perex p,
  .blog-detail .pk-perex p,
  body.type-page .pk-perex p,
  .page-detail .pk-perex p,
  .content-page .pk-perex p,
  .page-content .pk-perex p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}