
/* CTEJA Home Middle Wide V1 */

/* widen the custom homepage middle area */
body.home .cteja-mid-wrap{
    width:92%!important;
    max-width:1560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
}

/* Featured Projects heading + project area */
body.home .cteja-mid-projects{
    width:100%!important;
}
body.home .cteja-mid-projects .cteja-mid-heading{
    width:100%!important;
}
body.home .cteja-mid-projects .cteja-project-grid,
body.home .cteja-mid-projects [class*="project-grid"],
body.home .cteja-mid-projects .cteja-projects-grid{
    width:92%!important;
    max-width:1560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}

/* About section */
body.home .cteja-mid-about-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:70px!important;
}
body.home .cteja-mid-about-copy,
body.home .cteja-mid-about-image{
    width:100%!important;
}
body.home .cteja-mid-about-image img,
body.home .cteja-mid-image-placeholder{
    height:430px!important;
}

/* Stats bar full wide inside same master width */
body.home .cteja-mid-stats .cteja-mid-wrap{
    width:92%!important;
    max-width:1560px!important;
}
body.home .cteja-mid-stats-grid{
    width:100%!important;
}

/* media/video section wider */
body.home .cteja-mid-media .cteja-mid-wrap{
    width:92%!important;
    max-width:1560px!important;
}
body.home .cteja-mid-video-grid{
    gap:28px!important;
}
body.home .cteja-mid-video,
body.home .cteja-mid-video-placeholder{
    width:100%!important;
}

/* make overall homepage content less boxed */
body.home .entry-content,
body.home .site-main,
body.home #primary{
    max-width:none!important;
    width:100%!important;
}

/* tablet */
@media(max-width:1100px){
    body.home .cteja-mid-wrap,
    body.home .cteja-mid-projects .cteja-project-grid,
    body.home .cteja-mid-projects [class*="project-grid"],
    body.home .cteja-mid-projects .cteja-projects-grid,
    body.home .cteja-mid-stats .cteja-mid-wrap,
    body.home .cteja-mid-media .cteja-mid-wrap{
        width:94%!important;
        max-width:none!important;
    }

    body.home .cteja-mid-about-grid{
        gap:42px!important;
    }
}

/* mobile */
@media(max-width:900px){
    body.home .cteja-mid-about-grid{
        grid-template-columns:1fr!important;
    }
    body.home .cteja-mid-about-image img,
    body.home .cteja-mid-image-placeholder{
        height:340px!important;
    }
}

@media(max-width:600px){
    body.home .cteja-mid-wrap,
    body.home .cteja-mid-projects .cteja-project-grid,
    body.home .cteja-mid-projects [class*="project-grid"],
    body.home .cteja-mid-projects .cteja-projects-grid,
    body.home .cteja-mid-stats .cteja-mid-wrap,
    body.home .cteja-mid-media .cteja-mid-wrap{
        width:calc(100% - 28px)!important;
    }

    body.home .cteja-mid-about-image img,
    body.home .cteja-mid-image-placeholder{
        height:260px!important;
    }
}
