/* blog list section start */

.blog-list-section .col-md-5.blog-card-custom {
    padding: 20px 8px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--mediumGrey) !important;
}

.blog-list-section .blog-card-custom .blog-title h4 {
    font-size: 18px
}

.blog-list-section .blog-card-custom .blog-by p, .blog-list-section .blog-card-custom .blog-description p {
    font-size: 14px
}

.blog-list-section .blog-card-custom .blog-read-more {
    padding-top: 16px;
    font-size: 18px
}

/* blog list section end */

/* blog-list-pagination start */

.blog-list-pagination a {
    font-size: 16px;
    color: var(--mediumGrey);
    border: 1px solid var(--mediumGrey);
    border-radius: 4px;
    padding: 12px 16px;
}

.blog-list-pagination a.active, .blog-list-pagination a:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    text-decoration: none;
}

/* blog-list-pagination end */

/* blog list sidebar start */

.blog-sidebar input {
    font-size: 16px;
    border: 1px solid var(--mediumGrey);
    border-radius: 0px;
    padding: 10px 20px;
    width: 100%;
}

.blog-sidebar .blog-title h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    color: var(--yellow);
}

.blog-sidebar .recent-blog .p-3 {
    border: 1px solid var(--mediumGrey);
    border-radius: 4px;
    background: var(--lightGrey);
}

.blog-sidebar .recent-blog p,
.blog-sidebar .recent-blog p a{
    color: var(--mediumGrey);
    font-size: 14px;
    text-decoration: none;
}

@media only screen and (max-width:500px) {
    .blog-sidebar .recent-blog p,
.blog-sidebar .recent-blog p a {
        font-size: 18px !important;
    }
}

.blog-sidebar .popular-tags button {
    font-size: 16px;
    color: var(--mediumGrey);
    border: 1px solid var(--mediumGrey);
    padding: 10px 24px;
    margin-bottom: 14px;
    margin-right: 14px;
    background-color: transparent;
    /* display:inline-block */
}

.blog-sidebar .popular-tags button:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    /* text-decoration: none; */
}

/* blog list sidebar end */