/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/communities-grid/style.css ***!
  \************************************************************************************************************************************************************************************/
.p7-communities-grid-block,
.wp-block-p7-communities-grid {
    width: 100%;
    max-width: 100% !important;
}

.p7-community-home-card{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
    background-color: #ffffff;
}

.p7-community-home-card .p7-community-home-photo{
    width: 100%;
    max-height: 220px;
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}

.p7-community-home-card .p7-community-home-box{
    padding: 20px;
    text-align: center;
}

.p7-community-home-card .p7-community-home-footer{
    padding: 30px 20px;
    text-align: center;
}

.p7-community-home-card .p7-community-home-logo {
    width: 100%;
    max-height: 185px;
    min-height: 185px;
    -o-object-fit: contain;
       object-fit: contain;
}

.p7-community-home-card .p7-community-home-top-text{
    padding: 10px 0px 0px;
}

.p7-community-home-card .p7-community-home-top-text p{
    margin: 0px;
    text-transform: uppercase;
    color: var(--p7-text-community-color);
}

.p7-community-home-card .p7-community-home-top-text p.p7-community-home-label{
    font-size: 0.875rem;
    margin-bottom: 10px;
    line-height: 20px;
}

.p7-community-home-card .p7-community-home-top-text p.p7-community-home-price{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.p7-community-inventor-homes{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: var(--p7-outline-button-community-color);
    border: 1px solid var(--p7-outline-button-community-color);
    font-size: 0.875rem;
    line-height: 20px;
    padding: 9px 15px;
    margin-top: 20px;
    font-weight: 900;
    box-sizing: border-box;
}

.p7-community-home-footer h3{
    margin: 0px auto 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: var(--wp--preset--font-family--gotham);
    font-size: 1.25rem;
    color: var(--p7-text-community-color);
}

.p7-community-home-footer .p7-community-home-city{
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--p7-text-community-color);
}

.p7-community-home-footer a.view{
    background-color: var(--p7-bg-button-community-color);
    color: var(--p7-button-community-color);
    padding: 5px 10px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid var(--p7-bg-button-community-color);
    line-height: 1.75rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

.p7-communities-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(var(--p7-grid-community-columns), 1fr);
    grid-gap: 30px;
}

@media screen and (max-width: 1024px) {
    .p7-communities-grid {
        grid-template-columns: repeat(2, 1fr);  
    }
}

@media screen and (max-width: 600px) {
    .p7-communities-grid {
        grid-template-columns: repeat(1, 1fr);  
    }
}

.p7-community-home-box hr {
    border: none;
    height: 1px;
    background-color: var(--p7-divider-community-color);
}

.p7-communities-pagination {
    display: flex;
    justify-content: center;
}

.p7-communities-pagination  button.p7-load-more {
    border: none;
    background-color: transparent;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
    color: var(--p7-highlight-community-color);
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/*# sourceMappingURL=style-index.css.map*/