/*!************************************************************************************************************************************************************************************!*\
  !*** 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,.wp-block-p7-communities-grid{
    width: 100%;
    max-width: 100% !important;
}
.p7-communities-grid-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}

.p7-communities-grid-cards .p7-where-comm-card {
    flex: 0 1 calc(33.33% - 20px);
}

@media (max-width: 1024px) and (min-width: 767px) {
    .p7-communities-grid-cards .p7-where-comm-card {
        flex: 0 1 calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .p7-communities-grid-cards .p7-where-comm-card {
        flex: 0 1 100%;
    }
}
.p7-where-comm-card .where-comm-image {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.p7-where-comm-card .where-comm-logo {
    display: flex;
    width: 125px;
    height: 125px;
    margin: -95px auto 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
}
.p7-where-comm-card .small-logo{
    max-width: 100%;
}
.p7-where-comm-card .where-comm-inner {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    flex: 1;
}
.p7-where-comm-card .where-comm-name {
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #236d9f;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.p7-where-comm-card  .submarketing-headline {
    font-size: 25px;
    line-height: 1.2em;
    color: #000000;
    min-height: 90px;
    margin: 0px;
}
.p7-where-comm-card  .where-comm-city {
    color: #949494;
    font-size: 16px;
}
.p7-where-comm-card  .close-out{
    background-color: #b81818;
}
.p7-where-comm-card  .close-out, .p7-where-comm-card  .coming-soon{
    margin: 30px 0px;
    padding: 15px 5px;
    border: 1px solid #c4dbf5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.p7-where-comm-card  .move-in-avail {
    margin: 30px 0px;
    padding: 15px 5px;
    border: 1px solid #c4dbf5;
    color: #00aeef;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.p7-where-comm-card .where-comm-starting {
    margin-top: 15px;
    color: #236d9f;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.01em;
}
.p7-where-comm-card .where-comm-inner .where-comm-description p{
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    text-transform: none;
    text-align: left;
}
.p7-where-comm-card  .where-comm-btn{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    background-color: #B69121;
    transition: background-color .6s ease;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .1em;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.p7-where-comm-card {
    position: relative;
    border: 5px solid #f9f9f9;
    background-color: #fff;
    transition: border-color .6s ease,box-shadow .6s ease;
    color: #636569;
    display: flex;
    flex-direction: column;
}
.p7-where-comm-card:hover {
    border-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .23);
    color: #636569;
}

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