/*
	Theme Name: v215 Child
	Template:v215
*/

:root {
    --blue: #0698d5;
    --pink: #cd1e88;
    --purple: #722264;
    --navy: #1b3664;
    --green: #88c540;
    --yellow: #ffcd03;
    --charcoal: #231f20;
    --tec-color-accent-primary: #0698d5;
    --tec-border-radius-default: 30px;
    --tec-color-text-primary: #1b3664;
}

#header .header-tel a {
    display: inline-block;
    line-height: 28px;
    font-weight: 700;
    font-size: 22px;
}

#header .header-tel {
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
}

#header .header-tel i {
    margin-right: 5px;
    font-size: 23px;
}

#header .logo-holder {
    align-self: center;
}

#header .menu-item a {
    line-height: 28px;
}

#header .menu-holder {
    margin-bottom: 20px;
}

#header .topbar,
#header .topbar a {
    color: white;
}

#header .topbar .textwidget {
    position: relative;
}

#header .topbar i {
    margin-right: 10px;
}

#header .topbar a:hover {
    color: var(--yellow);
}

#header .logo-holder img {
    max-width: 427px;
}

#header .header-cta span {
    padding: 17px 24px;
    color: white;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1;
    overflow: hidden;
}

#header .header-cta span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pink);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#header .header-cta span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--blue);
    z-index: -2;
}

#header .header-cta span:hover:before,
#header .header-cta span:focus:before,
#header .header-cta span:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#header .menu-item-has-children>a>span:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    font-size: 12px;
}

#header .sub-menu a {
    text-align: center;
    padding: 10px 0;
}

#header .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(5, 151, 213, .5);
}

#header .sub-menu {
    padding: 0;
}

#header span.tel-text {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    margin-right: 10px;
}

.button_style_1 {
    border: 0;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.button_style_1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button_style_1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--pink);
    z-index: -2;
}

.button_style_1:hover:before,
.button_style_1:focus:before,
.button_style_1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.button_style_2 {
    border: 0;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.button_style_2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--navy);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button_style_2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--purple);
    z-index: -2;
}

.button_style_2:hover:before,
.button_style_2:focus:before,
.button_style_2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.button_style_3 {
    border: 0;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.button_style_3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--green);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button_style_3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--blue);
    z-index: -2;
}

.button_style_3:hover:before,
.button_style_3:focus:before,
.button_style_3:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.title-area .breadcrumbs a span,
.title-area .breadcrumbs {
    color: var(--blue);
    transition: .5s;
}

.title-area .breadcrumbs span {
    color: var(--navy);
}

.title-area .breadcrumbs a:hover span {
    color: var(--pink);
}

.title-area .breadcrumbs {
    font-weight: 500;
    margin-top: 20px;
    font-size: 20px;
}

.community-grid .community-row {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.community-grid .community-image {
    overflow: hidden;
    aspect-ratio: 5/4;
    border-radius: 30px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.community-grid .community-image p {
    z-index: 10;
}

.community-grid .community-image .overlay,
.community-grid .community-image p {
    opacity: 0;
    transition: .5s;
}

.community-grid .community-image p {
    margin-bottom: 0 !important;
}

.community-grid .community:hover .community-image .overlay,
.community-grid .community:hover .community-image p {
    opacity: 1;
}

.community-grid .community:hover .community-content {
    opacity: 0;
}

.community-grid .community-name {
    font-size: 22px;
    color: white;
    margin-bottom: 0px !important;
}

.community-grid .community {
    overflow: hidden;
    position: relative;
}

.community-grid .community-content {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
    width: 100%;
}

.community-grid .overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(114, 34, 100, .8);
}

.community-grid .community-image:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4990371148459384) 0%, rgba(255, 255, 255, 0) 40%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

.events-grid .events-image {
    aspect-ratio: 5/4;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.events-grid .events {
    border-radius: 30px;
    overflow: hidden;
}

.events-content {
    background: white;
    text-align: center;
    padding: 15px;
    height: 100%;
}

.events-grid .events-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
    opacity: 0;
    transition: .5s;
}

.events-grid a:hover .events-image:before {
    opacity: 1;
}

.events-grid p {
    transition: .5s;
}

.events-grid a:hover p {
    color: var(--pink);
}

.leadership-list .item {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.leadership-list .item:not(:last-child) {
    margin-bottom: 50px;
}

.leadership-list .image {
    display: grid;
    align-items: center;
}

.leadership-list .image img {
    filter: brightness(1);
    transition: .5s;
    aspect-ratio: 1/1 !important;
    width: 100%;
    object-fit: cover;
    max-width: 300px;
}

.leadership-list .image:hover img {
    filter: brightness(.75);
}

.leadership-list .content {
    background: white;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.leadership-list .content>*:not(a) {
    width: 100%;
}

.leadership-list .content a:first-child:hover {
    color: var(--blue);
}

.wel-wishes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

/* .wel-wishes-grid .image img {filter: brightness(1); transition: .5s;} */
/* .wel-wishes-grid .image:hover img {filter: brightness(.75);} */
.wel-wishes-grid img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
}

.wel-wishes-grid .name,
.wel-wishes-grid .age {
    margin-bottom: 0 !important;
}

.wel-wishes-grid h4 {
    color: var(--navy);
    font-weight: 700;
    transition: .5s;
    font-size: 26px;
    line-height: 30px;
}

.wel-wishes-grid .content {
    text-align: center;
}

.wel-wishes-grid .content a:first-child:hover h4 {
    color: var(--blue);
}

.related-posts-grid {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

.related-posts-grid .related-posts-image {
    aspect-ratio: 5/4;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.related-posts-grid .related-posts {
    border-radius: 30px;
    overflow: hidden;
}

.related-posts-content {
    background: white;
    text-align: center;
    padding: 15px;
    height: 100%;
}

.related-posts-grid .related-posts-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
    opacity: 0;
    transition: .5s;
}

.related-posts-grid a:hover .related-posts-image:before {
    opacity: 1;
}

.related-posts-grid p {
    transition: .5s;
}

.related-posts-grid a:hover p {
    color: var(--pink);
}

.archive.category .title-area {
    height: unset;
    padding: 30px 0;
}

.archive.category .has-sidebar.quarter-left,
.page-template-blog_archive .has-sidebar.quarter-left {
    grid-template-areas: "blog sidebar";
    grid-template-columns: 3fr 1fr;
}

.archive.category .sidebar .sidebar-inner,
.page-template-blog_archive .sidebar .sidebar-inner {
    background: #e9f6fb;
    padding: 30px 20px;
}

.archive.category .sidebar ul,
.page-template-blog_archive .sidebar ul {
    padding-left: 0 !important;
}

.archive.category .sidebar .widget_title,
.page-template-blog_archive .sidebar .widget_title {
    font-weight: 600;
}

.archive.category .sidebar ul li,
.page-template-blog_archive .sidebar ul li {
    line-height: 1.4;
}

.archive.category .sidebar ul li:not(:last-child),
.page-template-blog_archive .sidebar ul li:not(:last-child) {
    margin-bottom: 5px;
}

.archive.category .sidebar ul li a:hover,
.page-template-blog_archive .sidebar ul li a:hover {
    color: var(--pink);
}

.archive.category .blog-holder .blog-item,
.page-template-blog_archive .blog-holder .blog-item {
    grid-template-columns: 2fr 3fr;
}

.archive.category .blog-holder img:hover,
.page-template-blog_archive .blog-holder img:hover {
    filter: brightness(.75);
}

.archive.category .blog-holder img,
.page-template-blog_archive .blog-holder img {
    transition: .5s;
    filter: brightness(1);
    max-height: 400px;
    margin: auto;
    display: block;
}

.archive.category .blog-holder .blog-item:not(:last-child),
.page-template-blog_archive .blog-holder .blog-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.archive.category .blog-holder .blog-item h4 a:hover,
.page-template-blog_archive .blog-holder .blog-item h4 a:hover {
    color: var(--blue);
}

.archive.category .blog-holder .blog-item h4,
.page-template-blog_archive .blog-holder .blog-item h4 {
    margin-bottom: 10px;
}

.single-post .title-area {
    height: unset;
    padding: 30px 0;
}

.single-post .title-area h1 {
    font-size: 70px;
    line-height: 80px;
}

.single-post .post-image img {
    max-width: 600px;
    max-height: 450px;
    display: block;
    margin: auto;
}

.single-post .post-info {
    text-align: center;
}

.single-post .post-title {
    display: none;
}

.single-post .post-content {
    padding-top: 30px;
}

.single-post .blog-holder-outer {
    padding-top: 0;
}

.single-post .post-categories a {
    color: var(--blue);
}

.single-post .post-categories a:hover {
    color: var(--pink);
}

.single-community .community-ancestor .title-area {
    display: none;
}

.single-community .title-area-inner {
    text-align: left;
}

.single-community .title-area h2 {
    font-weight: 400;
}

.single-community .post-title,
.single-community .post-image {
    display: none;
}

.single-community .blog-holder-outer {
    padding: 0;
}

.single-community .content-inner>.container {
    max-width: unset !important;
}

.single-community #started img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.single-community .post-content {
    padding-top: 0;
}

.single-community #form input[type="submit"] {
    transition: .5s;
}

.single-community #form input[type="submit"]:hover {
    background: var(--blue);
}

.single-community #form .jawn_tabs-item img {
    background: white;
    padding: 10px;
    margin-top: 10px;
    max-width: 500px;
}

.single-community #form .jawn_col:last-child>div {
    max-width: 525px;
    margin: auto;
}

.single-community #form .jawn_tabs-titles button {
    font-size: 12px;
    padding: 0 10px;
    min-height: 50px;
    min-width: 100px;
    line-height: 1.2;
}

.single-community #form .jawn_tabs-titles {
    gap: 2px;
    display: flex;
}

.single-community #form.floor-plans img {
    width: 100%;
}

.single-community #form.floor-plans .jawn_col-inner {
    max-width: unset !important;
}

.single-community #form.floor-plans .jawn_tabs-item-content {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.single-community #form.floor-plans .jawn_col_inner-inner>.jawn_text_block:first-child {
    margin-bottom: 30px;
}

.single-community #form .jawn_tabs-item .jawn_text_block:last-child h5 {
    color: var(--pink);
}

.single-wel-wish .post-title {
    color: var(--navy);
    border-bottom: 2px solid var(--pink);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.single-wel-wish .jawn-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.single-wel-wish .gallery-image,
.gallery-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 15px;
}

.single-wel-wish .gallery-hover {
    border-radius: 15px;
}

.single-wel-wish .blog-holder-outer {
    padding: 50px 0 100px 0;
}

.single-wel-wish .post-content a {
    color: var(--blue);
}

.single-wel-wish .post-content a:hover {
    color: var(--pink);
}

.single-leadership-team .post-title {
    color: var(--navy);
}

.single-leadership-team .post-image img {
    max-width: 300px;
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

.single-leadership-team .blog-holder-outer {
    padding-bottom: 100px;
}

.gform_wrapper input[type="submit"] {
    cursor: pointer;
}

.cta {
    background: linear-gradient(180deg, rgba(205, 30, 136, 1) 0%, rgba(114, 34, 100, 1) 100%);
}

.cta h4,
.cta a {
    color: white;
}

.cta strong a:hover {
    color: var(--yellow);
}

.cta strong a {
    font-weight: 700;
}

#footer .col-1 .widget:nth-child(2) {
    margin-top: 20px;
    float: left;
}

#footer .col-1 .widget:nth-child(3) {
    margin-left: 9%;
    margin-top: 20px;
    float: left;
}

#footer .col-1 img {
    image-rendering: -webkit-optimize-contrast;
}

#footer .col-1 .widget:nth-child(4) {
    max-width: 100px;
    float: left;
}

#footer .col-1 .widget:nth-child(5) {
    margin-top: 25px;
    margin-left: 15%;
    float: left;
}

#footer .col-2 .widget:first-child a {
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 24px;
    color: white;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1;
    overflow: hidden;
}

#footer .col-2 .widget:first-child a:hover {
    color: #1b3664;
}

#footer .col-2 .widget:first-child a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#footer .col-2 .widget:first-child a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--blue);
    z-index: -2;
}

#footer .col-2 .widget:first-child a:hover:before,
#header .header-cta span:focus:before,
#header .header-cta span:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#footer .col-2 .widget:first-child p:nth-child(2) a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--green);
    z-index: -2;
}

#footer .col-2 .widget:first-child p:nth-child(3) a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--pink);
    z-index: -2;
}

#footer .col-2 a i {
    margin-top: 10px;
    background: rgb(0, 0, 0, .3);
    padding: 10px;
    border-radius: 100px;
    transition: .5s;
}

#footer .col-2 a:hover i {
    background: white;
    color: #1b3664;
}

#footer .col-2 a i:before {
    width: 18px;
    display: inline-block;
}

#footer .footer-bottom p:first-child {
    float: left;
}

#footer .footer-bottom p:last-child {
    float: right;
}

body:not(.category-press-releases) .sidebar .press-releases {
    display: none;
}

.event-template-default .title-area {
    height: 22vh
}

.event-template-default h2.post-title {
    display: none
}

.event-template-default h1 {
    font-size: 40px;
    line-height: 50px;
}

.event-template-default .blog-holder-outer {
    padding-top: 0
}

.event-template-default .location-wrapper {
    /* margin: 0 auto; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.event-template-default .post-content {
    text-align: center;
}

#hero .hero-slide:has(.center-image-slide) {
    background-position: center;
}

@media (max-width: 1400px) {
    #header .header-bottom .logo-holder {
        height: 80px;
    }

    #header .header-bottom .menu-item:not(.header-tel) a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    #header .header-tel a {
        font-size: 18px;
    }

    #header .header-tel {
        margin-bottom: 8px;
    }

    #header .header-cta span {
        padding: 14px 20px;
    }

    #started h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .single-community #cta .row_margin {
        display: flex;
        justify-content: space-between;
    }

    .single-community #cta .row_margin .jawn_col {
        width: auto;
    }

    .single-community #cta .row_margin:after {
        display: none;
    }

    .single-community #content:not(.community-ancestor) .title-area h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-community #content:not(.community-ancestor) .title-area h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 1350px) {
    .single-community #form .slick-prev {
        left: 0;
    }

    .single-community #form .slick-next {
        right: 0;
    }
}

@media (max-width: 1125px) {
    #header .header-bottom .logo-holder {
        height: 70px;
    }

    #header .header-bottom .menu-item:not(.header-tel) a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
    }

    #header .header-tel a {
        font-size: 16px;
    }

    #header .header-tel {
        margin-bottom: 5px;
    }

    .single-community #positive h1 {
        font-size: 65px;
        line-height: 75px;
    }

    .cta h4,
    #cta h4,
    #cta h4 a,
    .cta h4 a {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1023px) {
    #header .sub-menu a {
        text-align: left;
        color: #1b3664;
        padding-left: 20px;
    }

    #header:not(.scrolled) #mobile-header .menu-holder {
        height: calc(85vh - 138px);
        overflow: auto;
    }

    #header.scrolled #mobile-header .menu-holder {
        height: calc(85vh - 80px);
        overflow: auto;
    }

    #header .menu-item-has-children>a>span:after {
        content: none;
    }

    #mobile-header .header-tel i {
        font-size: 27px;
    }

    #header:not(.scrolled) #mobile-header>.header-tel {
        position: absolute;
        top: 14px;
        right: 110px;
    }

    #header.scrolled #mobile-header>.header-tel {
        position: absolute;
        top: 4px;
        right: 110px;
    }

    #header .menu-holder .header-tel {
        display: none;
    }

    .title-area h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .single-community #content:not(.community-ancestor) #quick-links .jawn_col-inner {
        display: grid;
        gap: 10px;
    }

    .single-community #content:not(.community-ancestor) #quick-links a:not(:last-child) {
        margin-right: 0;
    }

    .single-community #form h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .single-community #amenities h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .single-community #amenities .two-col-li ul {
        column-count: 2;
    }

    .single-community .overlay h5 a {
        font-size: 20px;
        line-height: 30px;
    }

    #started h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .cta strong,
    .single-community #cta strong {
        display: block;
    }

    #footer .widget_title {
        line-height: 25px;
    }

    #footer .footer-bottom p {
        float: none !important;
    }

    #footer .footer-col {
        text-align: center;
    }

    #footer .col-1 .widget:nth-child(2) {
        margin-top: 5px;
    }

    #footer .col-1 .widget:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
    }

    #footer .col-1 .widget:nth-child(4) {
        margin: auto;
    }

    #footer .col-1 .widget:nth-child(5) {
        margin-top: 0;
        margin-left: 0;
    }

    #footer .col-1 .widget {
        float: none !important;
    }

    .event-template-default .title-area h1 {
        font-size: 23px;
        line-height: 33px;
    }

    .event-template-default .title-area .breadcrumbs {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #header:not(.scrolled) #mobile-header>.header-tel {
        top: 5px;
    }

    #mobile-header .logo-holder {
        height: 60px;
        image-rendering: -webkit-optimize-contrast;
    }

    #mobile-header>.header-tel {
        top: -4px !important;
        right: 90px !important;
    }

    #mobile-header .hamburger {
        padding-right: 10px;
    }

    #header.scrolled #mobile-header .menu-holder {
        height: calc(85vh - 60px);
    }

    #header:not(.scrolled) #mobile-header .menu-holder {
        height: calc(85vh - 98px);
    }

    .title-area h1 {
        font-size: 45px !important;
        line-height: 55px !important;
    }

    .community-grid .community-row {
        grid-template-columns: 1fr;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
    }

    .wel-wishes-grid {
        grid-template-columns: 1fr;
    }

    .leadership-list .item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .leadership-list .content {
        padding: 0;
    }

    .archive.category .blog-holder .blog-item,
    .page-template-blog_archive .blog-holder .blog-item {
        grid-template-columns: 1fr;
    }

    .archive.category .sidebar,
    .page-template-blog_archive .sidebar {
        margin-top: 30px;
    }

    .archive.category .blog-text,
    .page-template-blog_archive .blog-text {
        padding-left: unset;
        padding-top: 15px;
    }

    .single-community #hero h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .single-community #hero h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-community #form input[type="submit"] {
        line-height: 52px;
    }

    .single-community #form .jawn_col:first-child {
        margin-bottom: 50px;
    }

    .single-community #amenities ul {
        column-count: 1 !important;
    }

    .single-community .jawn_col_inner:not(:last-child) {
        margin-bottom: 20px;
    }

    .single-community #cta .row_margin {
        display: grid;
        gap: 10px;
    }

    .single-community #cta .jawn_col:last-child {
        text-align: left;
    }

    .single-community #news h3,
    .single-community #news .jawn_col_inner:last-child {
        text-align: center;
    }

    .single-community #form .jawn_carousel.dots-over .slick-dots {
        width: 100%;
    }

    .single-community #positive h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-community #positive h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .single-community #success-stories h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .single-community #form.floor-plans .jawn_tabs-item-content {
        grid-template-columns: 1fr;
    }

    .single-community #form .jawn_tabs-titles {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-community #started h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-community #content:not(.community-ancestor) .title-area {
        height: auto;
        padding: 50px 0;
    }

    .single-community #content:not(.community-ancestor) .title-area h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .single-community #content:not(.community-ancestor) .title-area h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /* 	#footer .col-1 {text-align: center; display: flex; flex-wrap: wrap; justify-content: center;} */
    #footer .col-1 {
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 10px;
    }

    #footer .col-1 .widget {
        grid-column: 1/3;
    }

    #footer .col-1 .widget:nth-child(2) {
        grid-column: 1/1;
    }

    #footer .col-1 .widget:nth-child(3) {
        grid-column: 2/2;
    }

    #footer .col-1 .widget:nth-child(4) {
        grid-column: 2/1;
    }

    #footer .col-1 .widget:nth-child(5) {
        grid-column: 2/2;
    }

    .event-template-default .title-area h1 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .event-template-default .title-area .breadcrumbs {
        font-size: 12px;
        line-height: 14px;
    }
}