.category-cont {
    border: 1px solid var(--red-color);
    color: var(--red-color);
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 6px;
    font-family: var(--book-font);
}

.category-cont:hover {
    border: 1px solid var(--red-color);
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 6px;
    font-family: var(--book-font);
    background-color: var(--red-color);
    transition: all .5s ease-in-out;
}

.post-heading-main {
    font-family: var(--medium-font);
    font-size: 35px;
    margin-top: 20px;
}

.post-body .col-md-4 {
    padding-right: 20px;
}

.post-body {
    padding: 0 20px;
    border-left: 2px solid #80808054;
}

.post-body li,
.widget_search {
    list-style: none;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}

.widget_toc_widget {
    list-style: none;
    position: sticky;
    top: 135px;
    width: 94%;
    background-color: var(--red-color);
    border-radius: 10px;
    padding: 20px;
}

.widget_toc_widget ul {
    padding: 0;
    padding-left: 0;
}

.widget_toc_widget li {
    margin-top: 10px;
    list-style: outside;
}

.widget_toc_widget li a {
    text-decoration: none;
    color: #e5e5e5;
    font-size: 16px;
    font-family: var(--book-font);
}

.widget_toc_widget h2 {
    font-family: var(--regular-font);
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.post-body h2 {
    font-size: 24px;
    font-family: var(--medium-font);
    /* margin: 10px 0 5px; */
    color: var(--red-color);
}

.post-body h3 {
    font-size: 20px;
    font-family: var(--medium-font);
    /* margin: 10px 0 5px; */
}

.post-body p {
    font-size: 16px;
    margin: 5px 0;
}

.wp-block-search__input {
    border: 1px solid var(--red-color);
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}

.wp-block-search__button {
    background-color: var(--red-color);
    color: white;
    border-radius: 8px;
    padding: 6px 20px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 4px;
    font-family: var(--medium-font);
}

.wp-sidebar-heading {
    margin-top: 15px;
    border-top: 2px solid var(--red-color);
    padding-top: 15px;
    font-family: var(--heading-font);
}

.wp-block-latest-posts__post-title {
    color: black;
    font-family: var(--regular-font);
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: 9px;
    line-height: 26px;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 16px;
    font-size: 14px;
}

.wp-block-categories li {
    list-style: none;
}

.wp-block-categories li a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.comment-form p {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.comment-form label {
    width: 150px;
}

.comment-form .required {
    color: red;
}

.comment-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid var(--red-color);
}

.comment-form input {
    width: 100%;
    border: 1px solid var(--red-color);
}

.form-submit .submit {
    width: fit-content;
    height: auto;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: white;
    margin: 0 auto;
}

.comment-form-cookies-consent {
    display: none;
}

.logged-in-as {
    display: block;
}

.blog-slider-item {
    padding: 15px 10px;
}

.boxes,
.blog-life {
    box-shadow: 0 0 10px 4px #cbcbcb;
    border-radius: 15px
}

.boxes .wp-post-image,
.blog-life img {
    border-radius: 15px 15px 0 0;
}

.boxes .blogdate {
    padding: 10px 15px 5px;
}

.boxes .post-desc {
    padding: 10px 15px;
}

.boxes p {
    padding: 0;
    margin: 0 0 10px 0;
}

.read-more-btn {
    font-family: var(--regular-font);
}

.blog-life a {
    text-decoration: none;
    color: black;
}

.life-strory-cnt {
    padding: 15px;
}

.life-strory-cnt p,
.section1 p {
    line-height: 26px;
    font-size: 16px;
}

.boxes .blog-head-h2,
.blog-life h3 {
    font-family: var(--regular-font);
    font-size: 20px;
}

.boxes .post-date {
    font-size: 14px;
    font-family: var(--book-font);
    color: var(--grey-color);
}

.category-banner img {
    width: 100%;
    height: auto;
}

.wp-post-image {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px 4px #a9a9a947;
    border-radius: 15px;
}

.post-body,
.category-page .col-md-9,
.search-page .col-md-9 {
    padding: 0 25px;
    border-right: 2px solid #80808054;
}

.sidebar-main-div,
.sidebar-inner {
    padding-left: 8px;
}

p a {
    color: var(--red-color);
}

.sidebar-inner h2 {
    font-family: var(--medium-font);
    font-size: 22px;
}

.post-main-section {
    margin-top: 150px;
}

.wp-block-search__inside-wrapper {
    margin-bottom: 15px;
}

.wp-block-latest-posts__post-excerpt {
    font-family: var(--book-font);
    font-size: 14px;
    color: var(--grey-color);
    line-height: 22px;
}

.wp-block-latest-posts__read-more {
    color: var(--red-color);
}

.wp-block-categories {
    padding-left: 7px;
}

.wp-block-categories li a {
    font-family: var(--book-font);
    font-size: 16px;
    color: black;
}

.widget_toc_widget li {
    list-style: none;
}

.logged-in-as {
    display: block !important;
}

.wp-block-search__inside-wrapper {
    display: block;
    position: relative;
}

.sidebar-form {
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #80808014;
    margin: 25px 0;
}

.sidebar-form input,
.sidebar-form textarea {
    border: none;
    border-bottom: 1px solid #878787;
    background-color: transparent;
    padding: 10px 0;
    font-family: var(--book-font);
    font-size: 16px;
    color: var(--grey-color);
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

.sidebar-form textarea {
    height: 80px;
}

.sidebar-form::placeholder {
    color: grey;
}

.sidebar-form h2 {
    font-size: 22px;
}

.blog-key-facts {
    background-color: #FFEDF0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.blog-key-facts ul {
    padding-left: 15px !important;
}

.blog-key-facts h2 {
    color: black;
}

.author-details img {
    border-radius: 35px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 10px 4px #a9a9a947;
    object-fit: cover;
    object-position: center;
}

.author-details a{
    text-decoration: none;
}

@media screen and (max-width: 993px) {
    .widget_toc_widget {
        display: none;
    }

    .post-body,
    .category-page .col-md-9,
    .search-page .col-md-9 {
        padding: 0;
        border: none;
    }

    .comment-form p {
        display: block;
    }

    .sidebar-main-div,
    .sidebar-inner {
        padding-left: 0;
    }
}