.cs-en-post-wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.cs-category-list {
    display: flex;
    justify-content: left;
    list-style: none;
    margin: 0px 15px 20px;
    padding: 0;
}

.cs-category-list li {
    margin-right: 20px;
    font-size: 18px;
    background: #F2F2F2;
    padding: 3px 12px;
    border-radius: 8px;
}

.cs-category-list li:hover {
    background: #E54253;
}

.cs-category-list li.active {
    background: #E54253;
}

.cs-category-list li a {
    color: #7E7E7E;
    text-decoration: none;
    font-size: 15px;
}

.cs-category-list li.active a {
    color: #fff;
}

.cs-category-list li:hover a {
    color: #fff;
}

/* Posts Grid */

.cs-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.cs-grid-item {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.cs-grid-item .cs-featured-image {
    margin-bottom: 20px;
}

.cs-grid-item .cs-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.cs-grid-item h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #161618;
}

.cs-grid-item h2 a {
    color: #161618;
}

.cs-grid-item .tags {
    margin-bottom: 10px;
}

.cs-grid-item .tags a {
    display: inline-block;
    background-color: #F2F2F2;
    color: #E54253;
    font-size: 11px;
    padding: 3px 15px;
    border-radius: 20px;
    margin-right: 5px;
}

.cs-grid-item .tags a:hover {
    background-color: #E54253;
    color: #fff;
}

.cs-grid-item .cs-meta {
    font-size: 14px;
    margin-bottom: 10px;
    color: #7E7E7E;
}

.cs-grid-item p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #3E3E3E;
    font-weight: 300;
}

.cs-read-more-btn {
    background-color: #E54253;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
}

.cs-read-more-btn:hover {
    background-color: #E54253;
    color: #fff;
}


/* Single page styles */
.cs-en-post-meta-info {
    text-align: left;
    color: #7E7E7E;
}

.cs-en-post-category-wrap {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
}

.cs-en-post-category-wrap li {
    list-style: none;
}

.cs-en-post-category-wrap a {
    background-color: #f5f5f5;
    font-weight: 400;
    color: #E54253;
    padding: 7px 16px;
    border-radius: 40px;
    margin-left: 5px;
    transition: all .3s;
    font-size: 14px;
}

.cs-en-post-category-wrap a:hover {
    background-color: #E54253;
    color: #fff;
}

.cs-en-post-title {
    font-size: 30px;
    margin-top: 0;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 1.4;
    word-wrap: break-word;
    color: #262626;
}

.cs-en-post-meta-comment {
    display: inline-block;
    margin-right: 10px;
}

.cs-en-post-meta-total-views {
    display: inline-block;
    margin-right: 30px;
}

.cs-en-post-wrap p {
    font-weight: 300;
    color: #3E3E3E;
}

.cs-en-post-wrap h1 {
    font-size: 29px !important;
    font-family: 'Roboto';
    font-weight: 700;
    color: #262626;
}

.cs-en-post-wrap ul li {
    font-weight: 300;
    color: #3E3E3E;
}

.cs-post-thumbnail img {
    border-radius: 25px;
    width: 100%;
}

.cs-post-thumbnail-wrap {
    margin: 30px 0 0;
    position: relative;
    /* text-align: -webkit-center; */
}

.cs-en-post-wrap blockquote p {
    font-weight: 500;
    padding: 15px 0;
    color: #262626;
}

blockquote {
    position: relative;
    padding-left: 30px;
    text-align: center;
}

blockquote:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    width: 58px;
    height: 35px;
    background-image: url("assets/img/quote-left-solid.svg");
    background-size: cover;
}

.cs-env-social-share {
    display: inline-block;
}


.cs-en-post-meta-comment:before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.cs-post-content-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.cs-post-content-wrap .post-other-meta {
    clear: both;
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.cs-post-content-wrap .single-post-tags {
    flex: 1;
}

.cs-post-content-wrap .post-meta-tag a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 3px 5px 3px 0;
    padding: 2px 10px 2px 0;
    color: #9b9b9b;
    transition: all .3s;
}

.cs-post-content h3{
    line-height: 2em;
}
/* Custom Breadcumbs for Blog  */
/* .cs-cusBreadcumbs {
    background-image: url('../images/blog-breadcumbs.png');
    position: absolute;
    padding: 100px;
    left: 0;
    right: 0;
}

.cs-cusBreadcumbs h1 {
    text-align: center;
    color: #fff;
} */
.cs-dual-title{
    text-align: center;
    margin-bottom: 20px;
}

h1 .cs-first {
    color: #4A4D50;
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 700;
}

h1 .cs-second {
    color: #E54253;
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.cs-blogsSection {
    display: flex;
}

.cs-blogsSection #primary {
    margin-top: 300px;
}

.cs-blogsSection #secondary {
    margin-top: 300px;
}

.cs-blog-container .post-count {
    background: #E54253;
    color: #fff;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 100%;
}

/* Related Post Styles */
.cs-rp-title {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.owl-carousel .cs-related-post {
    padding: 20px;
}

.owl-carousel .cs-related-post img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


.owl-carousel .cs-related-post-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.cs-related-post-title a {
    color: #161618;
}

.owl-carousel .cs-related-post-excerpt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 544px) {
    .cs-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
}