/*
Theme Name: New African Magazine 2023
Theme URI: https://tensilemedia.com
Author: Hector Campbell
Author URI: https://tensilemedia.com
Description: Modern Magazine WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/* extra styles */
.post-block-item.post-block-item-one {
   display: grid;
   grid-template-columns: 1fr;
   grid-template-rows: 1fr;
}
.post-block-item.post-block-item-one > * {
   grid-column: 1;
   grid-row: 1;
}
.post-block-item.post-block-item-one > .news-post-grid-content {
   background-color: rgba(255, 255, 255, 0.8);
   align-self: flex-end;
   padding: 1.5rem;
   z-index: 1;
   margin: unset!important;
}

.theme-small-posts-list-wrapper.theme-post-grid-design-two {
   border-bottom: unset;
}
.theme-post-grid-design-two .small-post-list-item-block {
   flex-direction: column;
}
.theme-post-grid-design-two .small-post-list-item-block .news-post-grid-thumbnail {
   max-width: unset;
}

footer .footer-bottom {
   padding-top: 4rem!important;
}

footer a {
   color: rgb(158, 158, 158);
}

.news-cat_Name {
   background-color: #db1f26;
   padding: 0.2rem 0.5rem;
   color: white!important;
   line-height: 120%;
}

.small-post-list-item-block .grid-content-top {
   margin-top: 0.5rem;
}

.post-featured-image img {
  width: 100%!important;
  object-fit: cover;
}