.category-title-container {
   background-color: #f7f7f7;
}

.category-title {
   border: 1px solid rgba(0,0,0,0.2);
   border-top: 3px solid $infoBorder;
   background-color: #ffffff;
   padding: 1rem;
   .title-text {
      color: #454545;
      text-transform: uppercase;
      line-height: 24px;
      font-size: 16px;
   }

}

/*noinspection ALL*/
.loop-post {
   border: 1px solid rgba(0,0,0,0.2);
   border-top: 3px solid $infoBorder;

   margin: 0px;


   .category-post-title {

      a {
         font-size: 20px;
         color: #454545;

      }

      a:hover {
         text-decoration: none;
      }

   }

   .category-post-image {

      max-height: 300px;
      position: relative;
      text-align: center;
      background-color: #eeeeee;

      img {
         vertical-align: middle;
         max-height: 100%;
      }
   }

   .category-post-description {}
}

.category {
   overflow: auto;
}

.category {
   display: block;
   content: ' ';
   clear: both;
}

.category-description {
   border-top: 3px solid $infoBorder;
   .category-description-title {
      color: $infoBorder;
      margin: 25px 0;
      font-size: 20px!important;
      line-height: 25px!important;
      font-weight: 700!important;
   }
}

.post-meta {
   color: #bfbfbf;
   font-size: 12px;
}