.layout_excerpt {
   width: 100%;
}

.layout_excerpt .post_item {
   width: 100%;
   display: flex;
   clear: both;
}

   .layout_excerpt .post_item .post_featured,
   .layout_excerpt .post_item .post_content {
      margin: 0 !important;
      padding: 25px !important;
   }

   .layout_excerpt .post_item .post_featured {
      width: 40%;
      padding: 0px !important;
   }

   .layout_excerpt .post_item .post_content {
      width: 60%;
   }


.single-post article.post_item_single .post_featured + .post_content {
   margin-top: 0px !important;
}


.top_panel_middle_item .accent_color {
   white-space: pre;
}

/* Responsive */
@media only screen and (max-width: 768px) {

   .layout_excerpt .post_item {
      width: 100%;
      display: block;
      clear: both;
   }

   .layout_excerpt .post_item .post_featured {
      width: 100%;
      display: block;
   }

   .layout_excerpt .post_item .post_content {
      width: auto;
      display: block;
   }

}
