/*!*********************************************************************************************************************************************************************************!*\
  !*** 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/related-homes/style.css ***!
  \*********************************************************************************************************************************************************************************/
.related-community-posts{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
}
.related-community-posts .p7-plan{
    width: calc(33.33% - 30px);
}
@media screen and (max-width: 767px) {
    .related-community-posts .p7-plan{
        width: calc(100%);
    }
}
.related-community-posts .p7-plan .p7-details {
    padding: 30px 30px 50px 30px;
    background-color: var(--p7-background-color-grid);
    position: relative;
    flex-grow: 1;
}
.related-community-posts .p7-plan .p7-details p{
    color: var(--p7-text-color-grid);
}
.related-community-posts .p7-plan .p7-photo {
    padding-bottom: 71%;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    position: relative;
}
.related-community-posts .p7-photo .p7-link, .p7-details .p7-link {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    left: 0;
    top: 0;
}
.related-community-posts h3.p7-title{
    color: var(--p7-highlight-color-grid);
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    text-decoration: underline;
    font-family: 'Akrobat';
    text-transform: capitalize;
}
.related-community-posts .p7-meta{
    margin: 0px;
    line-height: 30px;
}
.related-community-posts .p7-meta strong{
    font-weight: bold;
    color: var(--p7-highlight-color-grid);
}
.related-community-posts .p7-divider{
    width: 100%;
    height: 1px;
    background-color: var(--p7-divider-color-grid);
    margin-top: 20px;
    margin-bottom: 20px; 
}
.related-community-posts .p7-price{
    text-align: right;
    background-color: var(--p7-price-highlight-color-grid);
    padding: 10px 30px 10px 30px;
    font-size: 18px;
}
.related-community-posts .p7-price .price{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-left: 10px;
    font-family: 'Akrobat';
}
.wp-block-p7-related-homes {
    width: 100%;
    max-width: 100% !important;
}
.related-community-posts .p7-price p
{
    color: var(--p7-price-text-color-grid);
}
.p7-community, .p7-location{
    margin: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0px 5px 0px 25px !important;
}
/* .select2-dropdown {
    position: fixed !important;
    z-index: 9999 !important;
} */

.related-community-posts .p7-plan {
    position: relative;
    display: flex;
    flex-direction: column;
}
.related-community-posts .p7-plan .p7-summer-flag {
    position: absolute;
    z-index: 4;
    max-width: 100px;
    max-height: 100px;
    left: 20px;
    top: 0px;
}


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