/**
Theme Name: Major Bible Themes
Author: Mandip Luitel
Author URI: https://mandipluitel.com/
Description: A Child theme of Astra Theme, Customized for Major Bible Themes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: major-bible-themes
Template: astra
*/
p:last-of-type {
    margin-bottom: 0;
}
.global-wrapper {
    display: grid;
    grid-template-columns: 2fr 390px;
    gap: 2rem;
    padding: 2rem 0;
}
.global-wrapper.archive-page {
    grid-template-columns: 1fr;
}
.main-content-wrapper {
    background-color: #fff;
}
.content-wrapper {
    padding: 2.5rem;
}
.mbt-posts-thumbnail {
    border: 2px solid #fff;
}
.sidebar-blocks {
    background-color: #fff;
    padding: 2rem;
}
.sidebar-blocks h3 {
    font-size: 1.35rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.recent-posts ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.recent-posts ul li {
    display: flex;
	flex-direction: column;
    gap: 0.25rem;
    line-height: 1.4;
}
.recent-posts ul li span {
    font-size: 0.9rem;
}
.page-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}
.posts-grid {
    display: flex;
    flex-direction: column;
}
.archive-post-box {
    padding: 3rem;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}
.archive-post-box:nth-child(even) {
    background-color: #ffffff;
}
.archive-post-box:last-child {
    border: none;
}
.post-content h2 {
    margin-bottom: 0.5rem;
}
h1.content-post-title,
h2.content-post-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 30px;
}
.post-entry-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.entry-footer {
    margin-top: 1rem;
}
.entry-footer a {
    font-weight: 500;
    border-bottom: 1px solid;
}
.footer-adv-overlay ul {
    text-align: right;
}
.ast-footer-overlay {
    padding-top: 0;
}
.ast-no-widget-row {
    display: none;
}
@media (max-width: 991px) {
    .global-wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .archive-post-box {
        padding: 2rem;
    }
    .footer-adv-overlay ul,
    .footer-adv-widget {
        text-align: center;
    }
}
