/* post-by-tag-slug-page-main-container starts */
.post-by-tag-slug-page-main-container {
    margin-top: 20px;
}
.post-by-tag-slug-page-main-container .card.parent-card {
    border: unset;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    min-height: 500px;
    margin-top: 10px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body {
    /*padding: 5px;*/
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .filter-row {
    margin-bottom: 15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card {
    border: unset;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-header {
    background-color: transparent;
    border: unset;
    padding: 0px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-header .title-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #020202;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body {
    padding: 0px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-image {
    width: 150px;
    height: 150px;
    border-radius: 15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: -15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-title a {
    color: #212529;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-title a:hover {
    color: #212529;
    text-decoration: unset;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-sub-title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: -15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-author-name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: -15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-author-name img {
    width: 25px;
    margin-right: 5px;
    border-radius: 50%;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-date {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count {
    font-size: 14px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 400;
    margin-top: 0px;
    margin-left: -15px;
    margin-bottom: 10px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count i {
    font-size: 14px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count span {
    font-weight: 600;
    font-size: 18px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list hr.seperator {
    margin-left: -15px;
    margin-right: -15px;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .action-buttons {
    text-align: right;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-footer {
    background-color: transparent;
    border: unset;
}
.post-by-tag-slug-page-main-container .card.parent-card .card-footer.parent-card-footer {
    background-color: transparent;
    border: unset;
}

@media (max-width: 767px) {
    .post-by-tag-slug-page-main-container {
        margin-top: -10px;
        padding: 2px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card {
        border: unset;
        box-shadow: unset;
        margin-top: 0px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body {
        padding: 1.25rem;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .other-post-categories-div .title-text {
        font-size: 14px;
        line-height: 18px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-image {
        width: 80px;
        height: 80px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-title {
        font-size: 14px;
        line-height: 18px;
        margin-left: -20px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-sub-title {
        font-size: 12px;
        line-height: 18px;
        margin-left: -20px;
        margin-bottom: 5px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-author-name {
        font-size: 12px;
        line-height: 18px;
        margin-left: -20px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-author-name img {
        width: 20px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-date {
        font-size: 10px;
        line-height: 14px;
        margin-left: 5px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count {
        font-size: 12px;
        margin-left: -20px;
        margin-bottom: 5px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count i {
        font-size: 12px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .post-view-count span {
        font-weight: 600;
        font-size: 16px;
    }
    .post-by-tag-slug-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .common-post-list .action-buttons {
        text-align: center;
    }
}
/* post-by-tag-slug-page-main-container ends */