body, html {
    background-color: #fff;
}
.page-title {
    background: none;
}
.red-underlined-heading {
    text-transform: capitalize;
}
@media (min-width: 1600px) {
    .page {
        margin-top: 80px;
        padding-top: 70px;
    }
}
.page-title .title-svg-wrap:after, .page-title .title-svg-wrap:before, .page-title h1:after, .page-title h1:before,
.page-title .sub-share {
    display: none;
}
.posts-list .posts-list-holder {
    --grid-img-height: 305px;
    --grid-item-col: 3;
    --grid-item-gap: 20px;
    display: grid !important;
    grid-template: auto/repeat(var(--grid-item-col), minmax(0, 1fr));
    gap: var(--grid-item-gap);
    height: auto !important;
}
@media (min-width:768px) and (max-width: 1024px) {
    .posts-list .posts-list-holder {
        --grid-item-col: 2;
    }
}
@media (max-width: 767px) {
    .posts-list .posts-list-holder {
        --grid-item-col: 1;
    }
}
.posts-list .posts-list-holder .posts-list-item {
    position: static !important;
    margin: 0 !important;
    width: 100% !important;
    padding-top: 0;
}
.posts-list .posts-list-holder .posts-list-item:hover {
    border: 1px solid #bd0218;
}
.posts-list .posts-list-holder .posts-list-item .image-holder {
    margin: 0 -30px 36px -30px;
    min-height: 307px;
    position: relative;
}
.posts-list .posts-list-holder .posts-list-item .image-holder > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.posts-list .posts-list-holder .posts-list-item .image-holder > a img {
    height: 100% !important;
    object-fit: cover;
}
@media (min-width:1280px){
    .posts-list .posts-list-holder .posts-list-item:first-child {
        grid-row: span 2;
        grid-column: span 2;
    }
    .posts-list .posts-list-holder .posts-list-item:first-child img {
        width: 100%;
    }
    .posts-list .posts-list-holder .posts-list-item:first-child .image-holder {
        min-height: 630px;
    }
    .posts-list .posts-list-holder .posts-list-item:first-child h3 {
        font-size: 50px;
    }
}
.posts-list .posts-list-item h3 a {
    font-weight: 700;
}
.posts-list .posts-list-item .pl-category,
.posts-list .share-section.share-red .share-tittle,
.posts-list .share-section.share-red path,
.posts-list .posts-list-item .wap-date span {
    color: #777;
    fill: #777;
    font-weight: 700;
}
.posts-list .posts-list-item .wap-date {
    box-shadow: none;
    bottom: -32px;
    left: -5px;
    max-width: 103px;
    width: auto;
    position: static;
}
.posts-list .post-list-data {
    display: flex;
    align-items: center;
}
.posts-list .post-list-data .wap-date,
.posts-list .post-list-data .pl-category {
    padding-right: 30px;
    position: relative;
    left: 0;
    top: 0;
}
.posts-list .post-list-data .wap-date:after,
.posts-list .post-list-data .pl-category:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 4px;
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 10H0l3.05556-4.86111L0 0h2.5l3.05556 5.13889L2.5 10z' fill='%23777'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.posts-list .posts-list-item .wap-date span {
    background: transparent;
    padding: 0;
}
.posts-list .posts-list-item .wap-date span:before,.posts-list .posts-list-item .wap-date span:after {
    display: none;
}

/* Blog Details */

.widget-read-book h3 {
    text-align: center;
}
.main .content .post-date {
    display: none;
}
.main .content {
    font-family: Exo,sans-serif;
}
.main .content .post-holder h1 {
    font-family: Ubuntu, 'Open Sans', sans-serif;
    line-height: 1.1;
    font-weight: 600;
    font-size: 26px;
}
.main .content .post-holder h2 {
    font-family: Ubuntu, Exo, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 22px;
}
.main .content .post-holder ul:not(.post-categories):not(.post-socials) li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 10H0l3.05556-4.86111L0 0h2.5l3.05556 5.13889L2.5 10z' fill='%23777'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: contrast(10);
    border: none;
    height: 10px;
    width: 10px;
}
.main .content .post-category {
    margin-bottom: 1.5em;
    line-height: 1.4;
}
.main .content .post-category a {
    font-family: Exo,sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #777;
}
.main .content .post-category a:hover {
    color: #BB0018;
}
.main .content .post-category li:not(:last-child) a:after {
    content: ',';
    padding-right: 5px;
}
.cta-custom {
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 493 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23BB0018' d='M1 0h491v86H1z'/%3E%3Cpath d='M484 48V.00002h8V54l-8-6zM309 78h183.5v8H303l6-8zM8.49999 38v48h-8V32l8 6zM183.5 8L.00003 7.99995v-8L189.5 0l-6 8z' fill='%23fff'/%3E%3C/svg%3E");
    min-height: 50px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    font-weight: 600;
    position: relative;
    transition: all .3s;
}
.cta-custom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    pointer-events: none;
}
.cta-custom:hover {
    opacity: .8;
}
.post-socials li {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 668px) {
    .main .content {
        font-size: 12pt;
    }
    .main .content .post-category a {
        font-size: 18px;
    }
}
@media (min-width: 1024px) {
    .main .content {
        font-size: 22px;
        line-height: 1.6;
        width: 70%;
    }
    .main #sidebar-container {
        width: 30%;
    }
    .main .content .post-holder {
        padding: 15px 45px 8px 85px;
    }
    .main .content img {
        margin: 0 0 2pc;
    }
    .main .content .post-holder h1 {
        font-family: 'Ubuntu', 'Open Sans', sans-serif;
        font-size: 54px;
        line-height: 1.1;
        font-weight: 600;
    }
    .main .content .post-holder h2 {
        font-size: 46px;
    }
}
.main .content .post-holder > img {
    width: 100% !important;
    margin: 0 0 2pc;
}
.main .content .post-holder p img {
    text-align: center;
    display: block;
    margin: 0 auto 1.5em;
}
.main .content .post-holder .wp-caption {
    text-align: center;
    display: block;
    margin: 0 auto 1.5em;
    width: 100% !important;
}
.main .content .post-holder .wp-caption img {
    margin: 0;
    display: inline;
    max-width: 100%;
}
.main .content .post-holder .wp-caption .wp-caption-text {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}