/*@mixin shadow-for-fixed-element{
  box-shadow: 0 0 $block-space rgba(black, .15);
}*/
.category__no-results {
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 768px;
  margin: 0 auto; }

.category__show-more-posts-wrapper {
  display: none;
  padding: 64px 0 48px; }
  .category__show-more-posts-wrapper .col-12 {
    text-align: center; }

.category__show-more-posts-wrapper_visible {
  display: block; }

/*@mixin shadow-for-fixed-element{
  box-shadow: 0 0 $block-space rgba(black, .15);
}*/
.category-all__posts-container {
  margin-bottom: -32px; }

.category__posts > .col-lg-6 {
  margin-bottom: 16px; }

.category-all__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 16px;
  background: #fcfcfc;
  border: 1px solid #478f29; }

.category-all__item-title {
  text-transform: none;
  margin: 0 0 16px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .category-all__item-title {
      font-size: 20px; } }

.category-all__item-date {
  font-size: 10px; }

.category-all__item-image {
  display: none; }
  @media (min-width: 768px) {
    .category-all__item-image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      width: 48px;
      height: 48px;
      margin-right: 16px; } }
  @media (min-width: 992px) {
    .category-all__item-image {
      width: 150px;
      height: 150px; } }

.category-all__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.category-all__item-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .category-all__item-button-wrapper > * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

