/*
Theme Name: Kentwood Child
Template: kentwood
*/

@import url("../kentwood/style.css");

.custom-post-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* css for the section */



.custom-projects {
    position: relative;
    max-width: 1316px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
    padding: 10px;
    overflow-x: hidden;
}

.project-item {
    flex: 0 1 calc(33.333% - 10px);

    box-sizing: border-box;
}

/* 
@media (max-width: 900px) {
    .project-item {
        flex: 0 1 calc(50% - 10px);

    }
} */
@media (max-width: 900px) {

    .custom-projects h3 {
        font-size: 21px !important;
        line-height: 21px !important;
    }

    .custom-projects p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}


@media (max-width: 600px) {
    .project-item {
        flex: 0 1 100%;
    }

    .custom-projects h3 {
        height: 5% !important;
    }
}



.custom-projects h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Rubik';
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 10px;
}

.custom-projects p {
    font-size: 17px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 10px;
}


.project-item img {
    width: 420px;
}

/* 
.project-item:nth-child(-n+3) {
    margin-bottom: 50px;
}*/

.project-item:nth-child(-n+6) {
    margin-bottom: 10px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 11px;
/*     margin-top: 60px; */
    font-family: 'Bebas Neue';
}

.page-id-3826 .elementor.elementor-3826 {
    margin-right: 3rem !important;
}