.cps-category-posts {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 15px;
    }

.bg-cps{max-width:980px !important;margin:0 auto !important;}
    /* POST */
body{background:#f0f0f0;}
    .cps-post-item {
        display: grid;

        grid-template-columns: 50% 50%;

        max-height: 230px;

        margin-bottom: 25px;

        background: #fff;

        border: 1px solid #e5e5e5;

        box-shadow: 0 1px 5px rgba(0,0,0,.08);
    }
 

    /* IMAGE */

    .cps-post-image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cps-post-image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cps-post-image img {
        display: block;

        width: 100%;
        height: 100%;

        max-height: 230px;

        object-fit: cover;

        transition: transform .4s ease;
    }

    .cps-post-item:hover
    .cps-post-image img {
        transform: scale(1.04);
    }


    /* CONTENT */

    .cps-post-content {
        padding: 25px 28px;
    }

    .cps-post-title {
      

        font-family: 'Roboto Slab';

        font-weight: 400;
    font-size:24px;
    color:#232323 !important;
        margin-top:0 !important;
          line-height: 20px !important;
        margin-bottom:10px !important;
    }

    .cps-post-title a {
        color: #102f48;
        font-family: 'Roboto Slab';
    font-weight: 400;
    font-size:24px;
    color:#232323 !important;
        text-decoration: none;
        line-height: 30px !important;
      
    }

    .cps-post-title a:hover {
        color: #d64b36;
    }


    /* META */

    .cps-post-meta {
        display: flex;

        align-items: center;

        flex-wrap: wrap;

        gap: 8px;

        color: #9b9b9b;
            font-family: 'Open Sans' !important;
    font-weight: 400;
        font-size: 16px !important;
    }

    .cps-post-meta a {
        color: #9b9b9b;
            font-family: 'Open Sans';
    font-weight: 400;
        text-decoration: none;
    }

    .cps-post-meta a:hover {
        color: #d64b36;
    }


    /* LOADER */

    .cps-loading {
        display: none;

        justify-content: center;

        align-items: center;

        gap: 6px;

        padding: 25px 0;
    }

    .cps-loading.active {
        display: flex;
    }

    .cps-loading span {
        width: 8px;
        height: 8px;

        border-radius: 50%;

        background: #d64b36;

        animation:
            cpsLoader 1.2s
            infinite
            ease-in-out;
    }

    .cps-loading span:nth-child(2) {
        animation-delay: .15s;
    }

    .cps-loading span:nth-child(3) {
        animation-delay: .30s;
    }


    @keyframes cpsLoader {

        0%,
        80%,
        100% {
            transform: scale(0);
        }

        40% {
            transform: scale(1);
        }

    }


    /* MOBILE */

    @media (max-width: 767px) {

        .cps-category-posts {
            padding: 0 12px;
        }

        .cps-post-item {
            display: block;

            min-height: auto;
        }

        .cps-post-image {
            height: auto;
        }

        .cps-post-image img {
            width: 100%;

            height: auto;

            min-height: 0;

            aspect-ratio: 16 / 9;

            object-fit: cover;
        }

        .cps-post-content {
            padding: 18px 20px 22px;
        }

        .cps-post-title {
            font-size: 23px;

            line-height: 1.3;
        }

        .cps-post-meta {
            font-size: 14px;
        }

    }


    @media (max-width: 480px) {

        .cps-post-title {
            font-size: 21px;
        }

        .cps-post-content {
            padding: 16px;
        }

    }
    
    
    
    body {
    background-color: #f0f0f0;
}
.cps-post-content{}
.dot, .wp-block-post-author-name{margin-block-start: 0 !important;}
.post-category {
    text-align: center;
}

.post-category a {
    color: #d94b36;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.post-category a:hover {
    color: #b73826;
}
.cps-single-layout{    width: 100% !important;
    max-width: 100% !important;}
.cps-single-page {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 35px 20px 60px;
}


/* =========================================
   MAIN + SIDEBAR
========================================= */

.cps-single-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}


.cps-single-main {
    width: 75%;
}


.cps-sidebar {
    width: 25%;
}


/* =========================================
   ARTICLE
========================================= */

.cps-article-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 35px 0;
}


.cps-featured-image {
    width: 100%;
    margin: 0 !important;
}


.cps-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}


body.single .cps-single-title {
    padding: 10px 30px 10px;

    text-align: center;

        font-family: 'Roboto Slab';

   font-size: 45px;

    font-weight: 400;

   line-height: 1.22;
    margin: 0 auto 15px;

   color: #232323;
}


body.single .cps-post-meta  {
    justify-content: center;

    align-items: center;
    font-family: 'Open Sans' !important;
    font-weight: 400;
    gap: 8px;

    padding: 0 20px 25px;

    color: #9b9b9b !important;

    font-size: 17px !important;
    display:flex;
}
body.single .wp-block-post-date{color: #9b9b9b !important;

    font-size: 17px !important;}
    body.single p{font-family: 'Open Sans';
    font-weight: 400;    line-height: 1.63;font-size: 18px !important;color:#444444 !important;text-align:justify;}

/* =========================================
   CONTENT
========================================= */

.cps-post-content {
    padding: 10px 30px 40px;

    font-family:
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #555;
}


.cps-post-content p {
    margin-bottom: 20px;
}


.cps-post-content img {
    max-width: 100%;
    height: 300px;
    width:380px;
    margin:0 auto;
    object-fit:cover;
}


/* =========================================
   SOCIAL SHARE
========================================= */

.cps-social-share {
    display: flex;

    justify-content: center;

    gap: 2px;

    margin: 25px 0;
}


.cps-social-share a {
    width: 35px;
    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 12px;

    text-decoration: none;
}


.cps-social-share .facebook {
    background: #3b5998;
}


.cps-social-share .twitter {
    background: #55acee;
}


.cps-social-share .linkedin {
    background: #0077b5;
}


.cps-social-share .pinterest {
    background: #bd081c;
}


.cps-social-share .email {
    background: #777;
}


/* =========================================
   PREVIOUS / NEXT
========================================= */

.cps-post-navigation {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.cps-post-navigation a {
    color: #444;

    text-decoration: none;

    font-size: 13px;
}


.cps-next-post {
    text-align: right;
}


/* =========================================
   RELATED POSTS
========================================= */

.cps-related-section {
    margin-top: 20px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.cps-related-section h2 {
    margin: 0 0 20px !important;

    padding-bottom: 10px;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 400;

    border-bottom: 1px solid #eee;
}


.cps-related-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
}


.cps-related-card {
    overflow: hidden;

    border: 1px solid #eee;

    background: #fff;
}


.cps-related-image {
    margin: 0 !important;
}


.cps-related-image img {
    display: block;

    width: 100%;

    height: 110px;

    object-fit: cover;
}


.cps-related-title {
    margin: 0 !important;

    padding: 10px;

    font-size: 13px;

    line-height: 1.4;
}


.cps-related-title a {
    color: #333;

    text-decoration: none;
}


/* =========================================
   AUTHOR
========================================= */

.cps-author-box {
    margin-top: 20px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.cps-author-box h3 {
    margin: 0 0 20px !important;

    padding-bottom: 10px;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 400;

    border-bottom: 1px solid #eee;
}


.cps-author-inner {
    display: flex;

    align-items: center;

    gap: 15px;
}


.cps-author-inner .avatar {
    border-radius: 50%;
}


.cps-author-name {
    font-weight: 600;
}


/* =========================================
   COMMENTS
========================================= */

.cps-comments-section {
    margin-top: 20px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.cps-comments-section h3 {
    margin: 0 0 20px !important;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 400;
}


.cps-comment-item {
    padding: 15px 0;

    border-bottom: 1px solid #eee;
}


/* =========================================
   SIDEBAR
========================================= */

.cps-sidebar-search {
    margin-bottom: 20px;
}


.cps-sidebar-box {
    margin-bottom: 20px;

    padding: 15px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.cps-sidebar-box h4 {
    margin: -15px -15px 15px !important;

    padding: 14px 10px;

    text-align: center;

    
    font-family: 'Open Sans';

    font-size: 20px;

    font-weight: 400;

    color: #fff;

    background: #3c5968;
}


.cps-social-icons {
    justify-content: center;
}


/* =========================================
   MOBILE
========================================= */
@media(max-width:992px){
.cps-post-item {
    display: block;
    min-height: auto;
    max-height:100% !important;
}
}
@media (max-width: 767px) {

    .cps-single-page {
        padding: 20px 12px 40px;
    }


    .cps-single-layout {
        display: block;
    }


    .cps-single-main,
    .cps-sidebar {
        width: 100%;
    }


    .cps-sidebar {
        margin-top: 25px;
    }


    .cps-single-title {
        padding: 20px 15px 8px;

        font-size: 25px;
    }


    .cps-post-meta {
        font-size: 12px;

        padding-bottom: 20px;
    }


    .cps-post-content {
        padding: 10px 18px 10px;

        font-size: 14px;

        line-height: 1.7;
    }


    .cps-post-navigation {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .cps-next-post {
        text-align: left;
    }


    .cps-related-grid {
        grid-template-columns: 1fr 1fr;
    }


    .cps-related-image img {
        height: 90px;
    }


    .cps-related-title {
        font-size: 12px;
    }body.single .cps-single-title {
    padding: 10px 30px 10px;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 26px;
    font-weight: 400;
    line-height: 1.22;
    margin: 0 auto 15px;
    color: #232323;
}
.cpsgobelblog .e-n-tabs-heading {
    display:flex !important;
} 
.cpsgobelblog .e-n-tabs-heading button {
    margin: 0 !important;
}
}


@media (max-width: 480px) {

    .cps-related-grid {
        grid-template-columns: 1fr;
    }


    .cps-related-image img {
        height: 150px;
    }


    .cps-single-title {
        font-size: 22px;
    }

}