.grid-posts-13 .box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.grid-posts-13 .box-head .box-btns a i,
.grid-posts-13 .box-head .box-btns a svg {
    vertical-align: middle;
    margin: 0 5px;
}

.grid-posts-13 .box-head .box-btns a svg {
    width: 10px;
    fill: #fff;
}

.grid-posts-13 > .row {
    padding-left: 8px;
    padding-right: 8px;
    row-gap: 10px;
}

.grid-posts-13 > .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.grid-posts-13 .grid-post-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    overflow: hidden;
    text-align: right;
    background-color: #fff;
    border-radius: 30px;
    transition: ease .12s;
}

.grid-posts-13 .grid-post-content:hover {
    background-color: #0063D1;
}
.grid-posts-13 .grid-post-content:hover .post-title h2,
.grid-posts-13 .grid-post-content:hover div,
.grid-posts-13 .grid-post-content:hover a,
.grid-posts-13 .grid-post-content:hover p {
    color: #fff;
}


.grid-posts-13 .grid-post-content > div {
    width: 100%;
}

.grid-posts-13 .post-cover {
    position: relative;
    width: 100%;
}

.grid-posts-13 .post-cover .post-cats {
    position: absolute;
    display: flex;
}

.grid-posts-13 .post-cover:after {
    content: "";
    display: block;
    clear: both;
}

.grid-posts-13 .post-cover > a {
    display: block;
    height: 100%;
}

.grid-posts-13 .post-cover img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
    transition: ease .2s, height .13s;
}

.grid-posts-13 .grid-post-content:hover img {
    border-radius: 0 0 30px 0;
    height: 300px;
}

.grid-posts-13 .post-title .post-title-tag {
    color: #0b0c40;
    font-size: 1.2em;
    font-weight: 600;
}

.grid-posts-13 .post-details {
    padding: 20px 30px;
}

.grid-posts-13 .post-excerpt {
    margin-top: 10px;
}

.grid-posts-13 .post-excerpt p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.grid-posts-13 .ahura-pagination {
    margin-top: 35px;
    text-align: center;
}

.grid-posts-13 .box-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.grid-posts-13 .post-btn svg {
    width: 15px;
    height: 15px;
}

.grid-posts-13 .box-btns a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.grid-posts-13 .ahura-pagination a,
.grid-posts-13 .ahura-pagination span {
    display: inline-block;
    padding: 10px 20px;
    margin: 3px;
    font-size: 15px;
    transition: ease .3s;
}

.grid-posts-13 .post-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    margin-top: 25px;
}

.grid-posts-13 .post-date strong {
    font-size: 30px;
}

.grid-posts-13 .post-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.grid-posts-13 .post-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0063d1;
}

.grid-posts-13 .grid-post-content:hover .post-buttons a {
    font-size: 15px;
    background-color: #fff;
    color: #0063d1;
    width: 28px;
    height: 28px;
    border-radius: 7px;
}

.grid-posts-13 .post-bottom-content .post-excerpt,
.grid-posts-13 .post-bottom-content .post-comment-count {
    display: none;
}

.grid-posts-13 .grid-post-content:hover .post-bottom-content.with-content,
.grid-posts-13 .grid-post-content:hover .post-bottom-content.with-content .post-excerpt,
.grid-posts-13 .grid-post-content:hover .post-bottom-content.with-content .post-comment-count {
    display: block;
}

.grid-posts-13 .grid-post-content:hover .post-buttons {
    margin-top: 15px;
}

.grid-posts-13 .grid-post-content .post-comment-count svg {
    width: 20px;
    vertical-align: middle;
}

.grid-posts-13 .grid-post-content .post-comment-count span {
    display: inline-block;
    position: relative;
    top: 4px;
}

