/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2021 | 23:34:45 */
article.post .post-thumb {
  min-height: 250px; }

@media screen and (max-width: 767px) {
  article.post .post-thumb {
    min-height: auto; } }

article:first-of-type {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc; }

article.post {
  position: relative; }
  article.post .cat-links {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 0 6px;
    line-height: 22px;
    background: #a93230 !important; }
    article.post .cat-links a {
      color: #fff !important; }
    article.post .cat-links i {
      display: none; }
  article.post .tags-links {
    color: #fff !important; }
    article.post .tags-links a {
      display: inline-block;
      font-size: 11px;
      margin-bottom: 2px;
      padding: 0 6px;
      line-height: 22px;
      background: #fff !important;
      border: 1px solid #aaa;
      color: #777 !important; }
    article.post .tags-links i {
      display: none; }
  article.post .comments-link, article.post .edit-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px; }
  article.post .entry-title {
    margin-right: 94px !important; }
  article.post .edit-link {
    margin-top: 48px; }
  article.post .entry-content {
    min-height: 250px; }
  article.post .entry-footer {
    padding-top: 10px; }
