/******************************************************************************/
/**                                     SECTION 1                            **/
/******************************************************************************/

.section1 .heading1 {
    font-family: 'CeraPRO';
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}


@media (max-width:767px){
    .section1 {
        min-height: 350px !important;
    }

    .section1 .heading1 {
        font-size: 3rem;
    }
}



/******************************************************************************/
/**                                     SECTION 2                            **/
/******************************************************************************/

.section2 .mk-grid{
    max-width: 1440px;
}

.mk-love-holder{
    display: none;
}

.blog-grid-footer{
    text-align: center;
}

.mk-blog-grid-item .blog-grid-holder{
    border: 0;
}

.mk-blog-grid-item .mk-blog-meta{
    background-color: #606061;
    border: 0;
}

@media(min-width:768px){

    .mk-blog-grid-item .blog-grid-holder{
        display: flex;
        flex-direction: column !important;

    }

    .mk-blog-grid-item .mk-blog-meta{
        flex: 1;
    }

    .mk-blog-container,
    .mk-blog-grid-item{
        display: flex !important;
    }
}

.image-hover-overlay{
    background-color: rgba(148, 25, 50,0.5) !important;
}

.post-type-badge{
    display: none;
}

.the-excerpt p{
    font-family: "PFBenchmarkPro";
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
}

.mk-blog-grid-item time a{
    color: #fff;
    font-family: "PFBenchmarkPro";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 300;
}

.mk-blog-grid-item .the-title a {
    font-family: "PFBenchmarkPro";
    font-size: 2rem !important;
    color: #fff;
    font-weight: 400;
}

.mk-blog-meta .the-title{
    font-size: 0;
}

.blog-grid-footer .mk-readmore {
    color: #ffff;
    font-family: "PFBenchmarkPro";
    font-size: 1.6rem;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.mk-blog-grid-item .blog-grid-footer{
    border: 0;
    background-color: #941932;
}

.blog-grid-footer .mk-readmore svg{
    display: none;
}

.blog-grid-footer .mk-readmore:hover{
    color: #000000 !important;
}

.mk-blog-container, .mk-blog-grid-item{
    position:relative !important;
    width: auto !important;
    top:auto !important;
    left:auto !important;
    height: auto !important;
    flex-wrap: wrap;
}



.section1 .heading1 {
    background-color: rgba(0,0,0,0.005);
}