/******************************************************************************/
/**                         SECTION 1                                        **/
/******************************************************************************/
@media(max-width:767px) {
    .section1{
      min-height: 250px!important;
    }
}
/******************************************************************************/
/**                         SECTION 2                                        **/
/******************************************************************************/
.section2 .mk-grid{
    max-width: 1440px;
}

.section2 .heading1 {
    font-family: "PFBenchmarkPro";
    font-size: 3rem;
    color: #941932;
    font-weight: 400;
    text-transform: none;
}

.section2 .section-text p{
        font-family: "PFBenchmarkPro";
        font-size: 1.7rem;
        color: #23282D;
        font-weight: 300;
}

@media (max-width:767px){
    .section2 .row1 .image1.wpb_single_image img {
        height: 150px !important;
        max-width: 150px !important;
    }
}
/******************************************************************************/
/**                         SECTION 3                                        **/
/******************************************************************************/
.section3 .mk-grid{
    max-width: 1200px;
}

.section3 .heading1 {
    font-family: "PFBenchmarkPro";
    font-size: 3rem;
    color: #b5203e;
    font-weight: 400;
    text-transform: none;
}

body .section3 .row1{
    background-color: #fff;
    padding: 50px 0;
    max-width: 1200px;
    margin:0 auto;
}

.section3 .row1 .vc_column-inner{
    padding: 0 50px;
}

body .theme-page-wrapper:not(.full-width-layout) .vc_inner.vc_row {
    margin-left: auto!important;
    margin-right: auto!important;
}

.section3 .row1 .row-text p{
    font-family: "PFBenchmarkPro";
    font-size: 1.7rem;
    color: #000;
    font-weight: 300;
}

.section3 .text1 p{
    font-family: "PFBenchmarkPro";
    font-size: 1.7rem;
    color: #fff;
    font-weight: 300;
}

.section3 .row-heading {
    font-family: "PFBenchmarkPro";
    font-size: 2.5rem;
    color: #aa0526;
    font-weight: 400;
    text-transform: none;
}

.section3 .row1 .row-button{
    font-family: "PFBenchmarkPro";
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 300;
    padding: 5px 10px;
    background-color: #941932;
    transition: all 0.5s ease-in-out;
}

.section3 .row1 .row-button:hover{
    color: #ffff;
    background-color: #6D6E71;
}

@media(min-width: 768px){
    .section3 .row1:before{
        content: " ";
        display: block;
        width: 1px;
        height: 85%;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #606061;
        transform: translate(-50%,-50%);
    }
}

@media(max-width: 768px){
    .section3 .row1 .wpb_single_image{
        text-align:center;
    }
}
/******************************************************************************/
/**                         SECTION 4                                        **/
/******************************************************************************/
.section4 .mk-grid{
    max-width: 1440px;
}

.section4 .heading1 {
    font-family: "PFBenchmarkPro";
    font-size: 3rem;
    color: #941932;
    font-weight: 400;
    text-transform: none;
}

.section4 .button1 a{
    font-family: "PFBenchmarkPro";
    font-size: 1.7rem;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;

    background-color: #941932;
    transition: all 0.5s ease-in-out;
}

.section4 .button1:hover a{
    color: #ffff;
    background-color: #6D6E71;
}

.mk-love-holder{
    display: none;
}

.blog-grid-footer{
    text-align: center;
}

.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: 400;
    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;
}




.mk-main-wrapper-holder .section3 .text1 p {
    background-color: rgba(0,0,0,0.005);
}