:root {
    --primary-color: #f4f4f4;
    --secondary-color: #535354;
    --thir-color: #273a7d;
    --main-width: 80rem;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-color);
}

.post-categories li {
    border: none !important;
}

.dummy-class {
    color: #fff !important
}

.navbar__menu {
    list-style-type: none;
}

.navbar__menu li {
    display: inline; 
}

.navbar__menu a {
    color: var(--secondary-color);
    text-decoration: none; 
}

.navbar__menu a:hover {
    color: var(--thir-color);
    text-decoration: underline;
}

.hero {
    background-color: var(--primary-color); 
}

.header-img-margin {
}

.main-container {
    background-color: var(--primary-color);
}

.main-articles-section {
}

.main-article {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 5px;
}

.article-title a {
    color: var(--thir-color);
    text-decoration: none;
}

.article-title a:hover {
    color: var(--thir-color);
    text-decoration: underline; 
}

.article-meta span {
    color: #000;
    margin-right: 5px;
}

.article-button {
    color: var(--primary-color);
    background-color: var(--thir-color);
    text-decoration: none;
    padding: 5px 15px;
    transition: background-color 0.3s;
    border: 1px solid var(--thir-color)
}

.article-button:hover {
    color: var(--thir-color);
    background-color: var(--primary-color);
    border: 1px solid var(--thir-color)
}

.pagination-container {
    padding: 10px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.newer a, .older a {
    color: var(--thir-color);
    text-decoration: none;
}

.newer a:hover, .older a:hover {
    text-decoration: underline;
}

.sidebar {
    background-color: var(--primary-color);
}


.sidebar-widget {
    display: flex;
    flex-direction: column;
    padding: 10px
}

.sidebar-widget h3 {
    background-color: var(--thir-color);
    padding: 0.05rem;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
}

.sidebar-widget:last-child {
}

.sidebar-widget h3 {
    color: var(--secondary-color);
}

.sidebar-widget img {
}

.sidebar-widget ul {
    list-style-type: none;
}

.sidebar-widget ul li a {
    color: var(--secondary-color);
    text-decoration: none;
}

.sidebar-widget ul li a:hover {
    color: var(--thir-color);
    text-decoration: underline;
}

.sidebar-widget form {
    display: flex;
    flex-direction: column;
}

.sidebar-widget input[type="email"] {
    color: var(--secondary-color);
    padding: 5px;
    margin-bottom: 10px;
}

.sidebar-widget button[type="submit"] {
    background-color: var(--thir-color);
    color: var(--primary-color);
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sidebar-widget button[type="submit"]:hover {
    background-color: var(--secondary-color);
}

.searchbox input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid var(--thir-color);
    outline: none;
    padding: 5px 0;
    width: 100%;
    font-size: 2rem;
}

.header-img-margin {
}

.blog-article-container {
    background-color: var(--primary-color);
}

.single-article-section {
}

.single-article {
}

.article-title {
    color: var(--secondary-color);
}

.article-meta span {
    margin-right: 5px;
}

.article-content {
    color: var(--secondary-color);
}

.author-box {
    display: flex;
    padding: 15px;
    margin-top: 15px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.author-avatar img {
}

.author-info h3 {
}

.author-info p {
}

.related-posts-section {
    margin-top: 20px;
}



.related-post-item {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    line-height: normal;
}

.related-post-item a {
    display: block;
    position: relative;
}

.related-post-item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 1;
}

.related-post-item img {
    width: 100%;
    vertical-align: bottom;
    display: block;
    position: relative;
    z-index: 0;
}

.related-post-item h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    padding: 5px;
    margin: 0;
    z-index: 2;
}

.article-meta a {
    color: var(--thir-color)
}

.comment-body a, .logged-in-as a {
    color: var(--thir-color) !important
}

.bottom-footer {
    background-color: black;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.footer-content {
    text-align: center;
    color: var(--primary-color);
    padding: 20px 0;
}

.footer-content span {
    color: var(--primary-color);
}

.search-icon {
    cursor: pointer;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
}

.searchbox-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-main-title {
    font-size: 4rem;
}

.hero-tagline {
    font-size: 16px;
    opacity: 0.8;
}

.single-hero-main-title {
    font-size: 4rem;
    color: #fff
}

.single-hero-tagline {
    font-size: 16px;
    opacity: 0.8;
    color: var(--primary-color);
    width: 400px;
}

.single-hero-tagline a {
    color: var(--primary-color);
}

.complete-header, .navbar {
    background-color: var(--primary-color);
}

.menu a {
    color: #000
}

.menu a:hover {
    color: var(--thir-color)
}



.sidebar-widget-box {
    padding: 10px 0;
    margin: 10px 0;
    
}



.sidebar-widget-box li {
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    transition: background 0.3s ease !important;
    border: 1px solid #cdcdcd
}

.sidebar-widget-box li:hover {
    background: var(--thir-color)
}

.sidebar-widget-box li:hover a {
    color: #fff !important
}

.sidebar-widget-box a{
    color: #000 !important;
    transition: color 0.3s ease;
}

.sidebar-widget-box a:hover {
    color: #fff !important
}

.sidebar-widget-gradient {
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    transition: background 0.3s ease !important;

}

.sidebar-widget-gradient a{
    color: #000 !important;
    transition: color 0.3s ease;
}

.sidebar-widget-gradient:hover {
    background: var(--thir-color)
}

.sidebar-widget-gradient a:hover {
    color: #fff !important
}



.recent-posts-box {
    padding: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--thir-color);
    color: var(--primary-color);
    margin: 10px 0;
    font-size: 1.17em;
    font-weight: bold;
}