#blog-single-third ol li,
#blog-single-third p,
#blog-single-third ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
#blog-single-third #addons-boxes h3{
    margin: 30px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2d1572;
}
#blog-single-third #addons-boxes p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #746c8c;
}
#blog-single-third .wp-block-uagb-table-of-contents ol.uagb-toc__list{
    padding-left: 5px !important;
}
#blog-sec #category-filter {
    text-align: center;
}
#blog-sec #category-filter input {
    width: 40%;
    border-radius: 100px;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    color: #515962;
}
#blog-sec #category-filter input::placeholder {
    color: #515962;
}
ul#category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 60px 0 30px;
    padding: 0;
    gap: 20px 10px;
}
ul#category-list li {
    border: 1px solid #5e2ced;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.5s;
    font-weight: 500;
}
ul#category-list li a{
    text-decoration: none;
    color: #5e2ced;
    display: block;
    padding: 7px 20px;
}
ul#category-list li.active,
ul#category-list li:hover {
    background-color: #5e2ced !important;
    color: #fff !important;
}
ul#category-list li.active a, ul#category-list li:hover a{
    color: #fff !important;
}
#blog-sec #posts-wrapper {
    position: relative;
    margin-top: 70px;
}
#blog-sec #posts-wrapper #posts-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    align-items: stretch;
}
#blog-sec #posts-wrapper #posts-container .post-item{
    flex: 0 31.5%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dfe5f6;
    transition: 0.5s;
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}
#blog-sec #posts-wrapper #posts-container .post-item a{
    display: block;
    text-decoration: none;
    flex: 0 100%;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-content{
    padding: 10px 20px;
    margin-top: 20px;
    flex: 0 100%;
}
#blog-sec #posts-wrapper #posts-container .post-item img{
    width: 100%;
}
#blog-sec #posts-wrapper #posts-container .post-item h3 a{
    color: #051441;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#blog-sec #posts-wrapper #posts-container .post-item:hover h3 a{
    color: #5e2ced;
}
#blog-sec #posts-wrapper #posts-container .post-item p{
    font-size: 15px;
    line-height: 23px;
    color: #6a7c92;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-bottom{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0;
    margin-top: 30px;
    align-items: center;
    border-top: 1px solid #f6f6f6;
    align-self: flex-end;
    flex: 0 100%;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-bottom .post-auhtor{
    font-size: 13px;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-bottom .post-auhtor a{
    display: inline-block;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-bottom .post-date{
    color: #6a7c92;
    font-weight: 500;
    font-size: 13px;
    align-self: flex-end;
}
#blog-sec #posts-wrapper #posts-container .post-item .post-bottom .post-cat span{
    background: #553021;
    border-radius: 5px;
    padding: 3px 6px;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}
#blog-sec #posts-wrapper .load-more-data {
    text-align: center;
    margin-top: 40px;
}
#author-second .custom-load-btn button#load-more-posts{
    background-color: #5e2ced;
    border: 1px solid #5e2ced;
    border-radius: 50px;
    padding: 15px 50px;
    color: #fff;
    font-weight: 600;
}
#author-second .custom-load-btn button#load-more-posts:hover{
    background-color: transparent;
    color: #5e2ced;
}
#blog-single-third figure,
#blog-single-third p {
    margin: 20px 0;
}
#blog-single-third h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
#blog-single-third h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0;
}
#blog-single-third h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
}
#blog-single-third ol,
#blog-single-third ul {
    padding-left: 50px;
    margin: 0;
}
#ajax-posts-container.loading {
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.6;
}
#author-second .custom-load-btn {
    margin-top: 40px;
    text-align: center;
}
#author-main .wp-block-uagb-info-box .uagb-ifb-image-content img {
    border: 3px solid #2d1572;
    border-radius: 100px;
    padding: 4px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 10px;
    flex: 0 100%;
}
.pagination a{
    text-decoration: none !important;
    border: 1px solid #5e2ced;
    border-radius: 3px;
    color: #5e5e60;
    width: 35px;
    height: 35px;
    align-content: center;
    text-align: center;
    font-size: 14px;
    padding: 0 2px;
    font-weight: 400;
    background-color: transparent;
}
.pagination span{
    color: #5e5e60;
    font-size: 20px;
    align-self: auto;
    height: 10px;
}
.pagination span.current, .pagination a:hover{
    text-decoration: none !important;
    border: 1px solid #5e2ced;
    border-radius: 3px;
    color: #fff;
    width: 35px;
    height: 35px;
    align-content: center;
    text-align: center;
    font-size: 14px;
    padding: 0 2px;
    font-weight: 500;
    background-color: #5e2ced;
}
form.blog-search{
    width: 50% !important;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    color: #515962;
    height: auto;
    overflow: hidden;
}
form.blog-search div{
    display: flex;
    align-items: stretch;
    height: 100%;
    padding-left: 20px;
}
form.blog-search div input{
    padding: 0 !important;
    font-size: 16px;
    align-self: center;
}
form.blog-search div button{
    padding: 10px 15px !important;
    font-size: 27px !important;
}

@media (min-width: 0px) and (max-width: 480px) {
    #blog-sec #posts-wrapper #posts-container .post-item,
    .blog-sec .post-item {
        flex: 0 100%;
    }
    #blog-single-third ol li,
    #blog-single-third p,
    #blog-single-third ul li {
        font-size: 14px;
        font-weight: 400;
    }
    #blog-single-third h2 {
        font-size: 28px;
        line-height: 35px;
    }
    form.blog-search{
        width: 100% !important;
    }
    .pagination{
        justify-content: center;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    #blog-sec #posts-wrapper #posts-container,
    .blog-sec{
        justify-content: center;
        gap: 35px 30px;
    }
    #blog-sec #posts-wrapper #posts-container .post-item,
    .blog-sec .post-item {
        flex: 0 47%;
    }
    #blog-single-third ol li,
    #blog-single-third p,
    #blog-single-third ul li {
        font-size: 14px;
        font-weight: 400;
    }
    #blog-single-third h2 {
        font-size: 28px;
        line-height: 35px;
    }
    form.blog-search{
        width: 60% !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #blog-sec #posts-wrapper #posts-container,
    .blog-sec {
        justify-content: center;
        gap: 35px 30px;
    }
    #blog-sec #posts-wrapper #posts-container .post-item .blog-sec .post-item {
        flex: 0 47%;
    }
    #blog-single-third ol li,
    #blog-single-third p,
    #blog-single-third ul li {
        font-size: 14px;
        font-weight: 400;
    }
    #blog-single-third h2 {
        font-size: 28px;
        line-height: 35px;
    }
}
