.bloglist-top-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bloglist-top-posts .pro-top-list-left, .pro-top-list-middle {
    width: 37.5%;
}
.bloglist-top-posts .pro-top-list-right {
    width: 24%;
    margin: -5px 0px;
}
.bloglist-top-posts .pro-top-list-left .pro-top-list-item, .pro-top-list-middle .pro-top-list-item {
    height: 100%;
}
.bloglist-top-posts .pro-top-list-item {
    position: relative;
    overflow: hidden;
}
.bloglist-top-posts .pro-top-list-right .pro-top-list-item {
    padding: 5px 4px 3px 0px;
}
.bloglist-top-posts .pro-top-list-right .pro-top-list-item:last-child {
    padding: 0 4px 4px 0;
}
.bloglist-top-posts .pro-top-list-item .pro-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
}
.bloglist-top-posts .pro-top-list-item .pro-img::after{
    content: "";
    background-image: linear-gradient(0deg, #000000 -74%, rgba(65,66,66,0) 100%);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
}
.bloglist-top-posts .pro-top-list-item .pro-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.bloglist-top-posts .pro-top-list-item .pro-top-content {
    position: absolute;
    bottom: 0;
    /* height: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 99;
    padding: 10px;
}
.bloglist-top-posts .pro-top-list-item .pro-top-content-date {
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 15px 0;
    color: #a1cc33;
    font-size: 12px;
    font-family: 'open_sansbold';
    display: none;
}

.bloglist-top-posts .pro-top-content-title a {
    font-size: 25px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    font-family: "nunitosemibold";
}
.bloglist-top-posts .pro-top-list-right .pro-top-content-title a{
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-family: "nunitosemibold";
    display: block;
}

.post-categories.post-meta-item a , .post-meta-item a {
    padding: 7px 12px 5px;
    font-size: 15px;
    line-height: 14px;
    color: #ffffff !important;
    font-family: "nunitobold";
    border-radius: 1px;
    background-image: linear-gradient(0deg, #7f1db1 0%, #7f1db1 100%);
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.bloglist-top-cat {
    padding: 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}
.top-cat-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-cat-item a {
    font-size: 17px;
    line-height: 15px;
    color: #454545 !important;
    font-weight: 900;
    font-family: "nunitobold";
    text-align: center;
    padding: 0 12px;
    text-transform: uppercase;
    border-right: 3px solid #ff9d00;
}
.top-cat-item:last-child a {
    border-right: none;
}
.post-list-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.post-news {
    width: 34%;
}
.post-news-inner {
    background: #fafafa;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}
.post-list-wrapper {
    width: 65%;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #c9c9c9;
}
.post-list-wrapper-main .post-list.grid li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.post-news ul {
    list-style: none;
    padding: 0;
}
.post-news ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;

}
.post-news ul li .image {
    width: 30%;
}
.post-news ul li .content {
    width: 67%;
}
.post-news ul li .content>a {
    font-size: 20px;
    line-height: 19px;
    color: #29013d;
    font-family: "nunitosemibold";
}
.post-news h3 {
    font-size: 30px;
    line-height: 26px;
    color: #424242;
    font-weight: 700;
    font-family: "nunitobold";
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 5px solid #ffb200;
}

.post-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-list-item .post-entry {
    width: 29%;
    margin-bottom: 0;
}
.post-content-block {
    width: 69%;
}
.post-list .post-image{
    margin-bottom: 0;
}
.post-content-block a {
    font-size: 24px;
    line-height: 21px;
    color: #29003c !important;
    font-weight: 700;
    font-family: "nunitosemibold";
}
body .post-meta .post-meta-item {
    display: flex;
    margin-right: 10px;
    font-size: 15px;
    line-height: 19px;
    color: #c4c4c4;
    font-weight: 700;
    font-family: "nunitosemibold";
}
body .post-meta .post-meta-item .by{
    color: #801db2;
    padding-left: 10px;
}
body .post-meta{
    margin: 4px 0 6px;
    
}

.post-content-block p {
    font-size: 15px;
    line-height: 19px;
    color: #808080;
    font-weight: 700;
    font-family: "nunitosemibold";
    margin-bottom: 8px;

}
.post-news-sidebanner img {
    width: 100%;
}

/****** Blog Post *********/
body.is-blog .page-main , body.is-blog .breadcrumbs , 
body.cms-page-view .page-main , body.cms-page-view .breadcrumbs  {
    max-width: 1385px;
    padding: 0 15px;
}
.blog-post-content-inner {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #c9c9c9;
}
.post-name-blk h1 {
    font-size: 38px;
    line-height: 34px;
    color: #000000;
    font-family: "nunitosemibold";
    margin-bottom: 10px;
}
.blog-post-content-inner .post-categories {
    margin: 5px 0 6px;
}
.post-view-blog .post-image-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.post-date.post-meta-item {
    font-size: 15px;
    line-height: 19px;
    color: #c4c4c4;
    font-family: "nunitosemibold";
}
.post-user.post-meta-item {
    font-size: 15px;
    line-height: 19px;
    color: #801db2;
    font-family: "nunitosemibold";
    margin-left: 5px;
}
.written-by-main {
    display: flex;
    flex-wrap: wrap;
}
.post-content p {
    font-size: 16px;
    color: #000000;
}
.post-content h3{
    color: #801db2;
    font-size: 22px;
    font-family: "nunitobold";
}
.post-categories {
    margin: 8px 0 0px;
}
.pro-top-content .post-categories.post-meta-item {
    margin-bottom: 8px;
    margin-top: 0;
}
figure.wp-block-image.size-large{
    text-align: center;
}
.wp-sidebar {
    display: none;
}
.blog-item {
    background: #fafafa;
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}
.wp-block-image {
    margin: 0 auto;
    text-align: center;
}
.recent-content {
    padding: 10px;
}
.recent-title a{
    font-size: 15px;
    line-height: 17px;
    color: #000000 !important;
    font-family: "nunitosemibold";
    display: block;
}
.recent-content .post-categories a {
    font-size: 13px;
    padding: 4px 12px 3px;
}
.page-layout-2columns-right.is-blog .sidebar-main {
    padding-left: 1%;
}
.recent-content .post-categories {
    margin: 0 0 5px;
}


/**** Blog List Page *****/

.banner-list a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-list .post-image {
    position: relative;
}
.banner-list .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-list .content .title , .category-title {
    font-size: 38px;
    line-height: 33px;
    color: #ffbd00;
    font-family: "nunitosemibold";
    margin-bottom: 13px;
    text-transform: uppercase;
}
.banner-list .content p{
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-family: "nunitosemibold";
    text-align: center;
    margin: 0;
}
body.is-blog.wordpress-term-view .post-news {
    display: none;
}
body.is-blog.wordpress-term-view .post-list-wrapper {
    width: 100%;
}
body.is-blog.wordpress-term-view .view-post {
    display: block;
}
.view-post {
    display: none;
}
body.is-blog.wordpress-term-view .category{
    display: none;
}
body.is-blog.wordpress-term-view .post-list-item .post-entry {
    width: 18%;
    margin-bottom: 0;
}
body.is-blog.wordpress-term-view .post-content-block {
    width: 82%;
    padding-left: 15px;
}
.post-image a {
    display: inline-block;
    background-size: cover;
}
.post-content-block .view-post a {
    background-image: linear-gradient(0deg, #ff8900 0%, #ffbd00 100%);
    font-size: 15px;
    line-height: 20px;
    color: #ffffff !important;
    font-family: "nunitobold";
    padding: 10px 40px;
    display: inline-block;
}
.wordpress-term-view .post-content-block p{
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width: 1440px) {
    .post-content-block p {
        font-size: 14px;
        line-height: 17px;
    }
    body .post-meta {
        margin: 0px 0 2px;
    }
    .post-content-block a {
        font-size: 22px;
        line-height: 18px;
    }    

}

@media screen and (max-width: 1199px) {
    .post-categories.post-meta-item a {
        padding: 6px 10px 5px;
        font-size: 12px;
        line-height: 14px;
    }
    .bloglist-top-posts .pro-top-list-right .pro-top-content-title a {
        font-size: 14px;
        line-height: 15px;
    }
    .bloglist-top-posts .pro-top-content-title a {
        font-size: 20px;
        line-height: 22px;
    }
    .post-news h3 {
        font-size: 25px;
        line-height: 18px;
    }
    .post-news ul li .content>a {
        font-size: 14px;
        line-height: 15px;
    }
    .post-content-block a {
        font-size: 20px;
        line-height: 18px;
    }
    .top-cat-item a{
        font-size: 15px;
    }
    body.is-blog.wordpress-term-view .post-list-item .post-entry {
        width: 25%;
        margin-bottom: 0;
    }
    body.is-blog.wordpress-term-view .post-content-block {
        width: 75%;
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .bloglist-top-posts .pro-top-list-left, .pro-top-list-middle {
        width: 100%;
        margin: 0 0 10px;
    }
    .bloglist-top-posts .pro-top-list-right {
        width: 100%;
        margin: 0;
    }
    .bloglist-top-posts .pro-top-list-right .pro-top-list-item {
        padding: 0;
        margin-bottom: 10px;
    }
    

}

@media screen and (max-width: 767px) {
    .post-news {
        width: 100%;
        order: 2;
        margin-top: 15px;
    }
    .post-list-wrapper {
        width: 100%;
        order: 1;
    }
    .recent-image img {
        width: 100%;
    }
    .post-name-blk h1 {
        font-size: 35px;
        line-height: 36px;
    }
    .banner-list .content{
        width: 80%;
    }
    .banner-list .content p {
        font-size: 14px;
        line-height: 18px;
    }
}


@media screen and (max-width: 640px) {
    .post-content-block {
        width: 100%;
        margin-top: 10px;
    }
    .post-list-item .post-entry {
        width: 100%;
        margin-bottom: 0;
    }
    body .post-image a {
        width: 100%;
    }
    .post-news ul li .content {
        width: 100%;
        margin-top: 10px;
    }
    .post-news ul li .image {
        width: 100%;
    }
    .post-name-blk h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .post-date.post-meta-item , .post-user.post-meta-item{
        font-size: 13px;
        line-height: 16px;
    }
    body.is-blog.wordpress-term-view .post-content-block {
        width: 100%;
        padding-left: 0;
    }
    body.is-blog.wordpress-term-view .post-list-item .post-entry{
        width: 100%;
    }
    .post-entry .post-image a {
        width: 100%;
    }
    .banner-list .content .title{
        font-size: 18px;
        line-height: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 480px){
    body .post-image a {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 180px;
    }
    body .post-meta .post-meta-item .by{
        padding-left: 0;
    }
    body .post-meta .post-meta-item{
        display: block;
    }
}
