/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2026 | 17:50:16 */
/* Gridbuilder Filters */
.wpgb-facet .wpgb-inline-list li {
    margin: 0px !important;
}
.wpgb-facet .wpgb-inline-list {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center !important;
    list-style: none;
    margin: 0 0 -8px;
    padding: 0;
    text-align: center !important;
    gap: 8px !important;
}

.wpgb-facet .wpgb-inline-list li {
    min-width: 160px !important;
}

@media screen and (max-width: 768px) {
  	a.elementor-gallery-title, 
	.wpgb-facet .wpgb-inline-list li {
		width: 45% !important;
		text-align: center !important;
		justify-content: center;
	    display: flex !important;
	    flex-grow: 1 !important;
	}
}

/* Homepage */
.ch-button-md a {
    width: 50%;
    min-width: 230px;
    max-width: 100%;
}

.ch-icon-box h3 {
    padding: 0px;
    margin: 0px;
}

.ch-map-container {
    height: 400 !important;
    overflow: hidden;
}

/* Floor Plans */
@media (max-width: 1024px) {
  .ch-button-md a {
       min-width: 100%;
       width: 100%;
    }
}

@media (max-width: 500px) {
     .ch-horizontal-cards {
        overflow-x: auto !important;
    }
    .ch-horizontal-cards .elementor-loop-container {
        overflow-x: scroll;
		scrollbar-width: none;
        scroll-snap-type: x mandatory; 
    }
	.ch-horizontal-cards .elementor-loop-container::-webkit-scrollbar {
	  display: none;
	}
    
    .ch-horizontal-cards .e-loop-item {
        scroll-snap-align: start;  
    }
    .ch-horizontal-cards .e-loop-item:first-of-type .ch-floorplan-card {
        padding-left: 20px !important;
    }
    .ch-horizontal-cards .e-loop-item:last-of-type .ch-floorplan-card {
        padding-right: 20px !important;
    }
    
    .ch-icon-box {
        width: 150px;
    }
}

/* Parents & FAQ */
@media (max-width: 768px) {
    .ch-faq-loop .e-loop-item:nth-of-type(odd) .ch-faq {
        background: var(--white-hover) !important;
    }
    .ch-faq-loop .e-loop-item:nth-of-type(even) .ch-faq {
        background: var(--tint-bg) !important;
    }
}
.ch-faq-loop {
	min-height: 525px;
}

/* Amenities */
.ch-amenity-loop .e-loop-item:nth-of-type(odd) .ch-amenity {
    background: transparent !important;
}
.ch-amenity-loop .e-loop-item:nth-of-type(even) .ch-amenity {
    background: #E9E7E3 !important;
}
.ch-amenity-loop {
	min-height: 525px;
}
.resetFacets,
#resetFacets {
    width: 100%;
    background: var(--background-2);
    color: var(--priamry);
    text-transform: uppercase;
	font-size: .85rem;
    font-family: 'demos-next';
    font-weight: bold;
    padding: 15px;
    border: solid 1px var(--border-2);
	cursor: pointer;
}
.resetFacets:hover,
.resetFacets:focus,
.resetFacets:focus-visible,
.resetFacets:active,
#resetFacets:hover,
#resetFacets:focus,
#resetFacets:focus-visible,
#resetFacets:active {
    background: var(--accent-2) !important;
}

/* Inline Form Styling */

.ch-inline-label-form .gfield--type-consent {
	margin-left: 2px !important;
}
.ch-inline-label-form .ginput_container.ginput_container_consent {
	margin-left: 2px !important;
}
.ch-inline-label-form .ginput_container.ginput_container_consent label {
	margin-top: -6px !important;
}
.ch-inline-label-form .ginput_container.ginput_container_consent input {
	height: 14px !important;
    width: 14px !important;
    min-height: unset !important;
    padding: 0px;
	border-color: #8B969C !important;
}
.ch-inline-label-form  input:-webkit-autofill,
.ch-inline-label-form  input:-webkit-autofill:hover, 
.ch-inline-label-form  input:-webkit-autofill:focus, 
.ch-inline-label-form  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--background-1) inset !important;
}
.active select,
.ch-inline-label-form select:hover,
.active.ch-inline-label-form .gfield textarea,
.active.ch-inline-label-form .gfield input,
.ch-inline-label-form .gfield:hover textarea,
.ch-inline-label-form .gfield:hover input {
    background: var(--background-1) !important;
}

.gfield:hover label.gfield_label.gform-field-label {
    position: absolute;
    top: -20px;
    z-index: 99;
    transition: top 0.2s ease, left 0.2s ease !important; 
    transition: all 0.2s ease !important;
    background: var(--background-1) !important; 
}

.active .gfield--type-select label.gfield_label.gform-field-label,
.active label.gfield_label.gform-field-label {
    position: absolute;
    top: -20px !important;
    background: var(--background-1) !important;
    z-index: 99;
    transition: top 0.2s ease, left 0.2s ease !important; 
    transition: all 0.2s ease !important;
}

.ch-inline-label-form .gfield {
    position: relative !important;
}

.ch-inline-label-form .gfield_error .gform-field-label, 
.ch-inline-label-form .gfield_error .gfield_label, 
.ch-inline-label-form label.gfield_label.gform-field-label {
    top: 3px;
    left: 10px;
    padding: 0px 4px;
    position: absolute;
    z-index: 99;
    color: var(--light-text) !important;
    text-transform: uppercase;
    font-size: .8rem !important;
    font-weight: 600;
    transition: top 0.2s ease, left 0.2s ease !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 16px !important;
}

.ch-inline-label-form .gfield textarea,
.ch-inline-label-form .gfield input {
    height: 45px !important;
    border-radius: 0px !important;
    border-color: #C2C8CD !important;
    background: var(--background-2) !important;
	border-radius: 2px !important;
}

.ch-inline-label-form .gform_button.button {
    font-weight: 500 !important;
    font-family: 'demos-next' !important;
    background-color: var(--accent-1) !important;
    border-color: var(--secondary);
	border-radius: 4px !important;
    height: 56px !important;
    width: 250px !important;
	letter-spacing: .1rem !important;
    max-width: 100% !important;
}
.ch-inline-label-form .gform_button.button:focus,
.ch-inline-label-form .gform_button.button:hover,
.ch-inline-label-form .gform_button.button:focus-visible, 
.ch-inline-label-form .gform_button.button:active {
    background-color: var(--primary) !important;
    border-color: var(--accent-2);
}

/* White Inline Inputs */
.ch-white-input .gfield--type-select select {
	height: 45px !important;
	border-color: #C2C8CD !important;
	border-radius: 2px !important;
}

.ch-white-input .gfield--type-select label.gfield_label.gform-field-label {
	background: #F8F8F8 !important;
}
.gfield--type-select label.gfield_label.gform-field-label {
	background: #F8F8F8 !important;
}
.ch-white-input label.gfield_label.gform-field-label {
    background: transparent !important;
}
.ch-white-input.ch-inline-label-form .gfield textarea,
.ch-white-input.ch-inline-label-form .gfield input {
    background: #F8F8F8 !important;
}

.ch-white-input.active select,
.ch-white-input.ch-inline-label-form select:hover,
.ch-white-input.active.ch-inline-label-form .gfield textarea,
.active.ch-inline-label-form .gfield input,
.ch-white-input.ch-inline-label-form .gfield:hover textarea,
.ch-white-input.ch-inline-label-form .gfield:hover input {
    background: var(--background-2) !important;
}

.gfield:hover label.gfield_label.gform-field-label {
    position: absolute;
    top: -20px;
    z-index: 99;
    transition: top 0.2s ease, left 0.2s ease !important; 
    transition: all 0.2s ease !important;
    background: var(--background-2) !important; 
}

.ch-white-input.active .gfield--type-select label.gfield_label.gform-field-label,
.ch-white-input.active label.gfield_label.gform-field-label {
    position: absolute;
    top: -20px !important;
    background: var(--background-2) !important;
    z-index: 99;
    transition: top 0.2s ease, left 0.2s ease !important; 
    transition: all 0.2s ease !important;
}



/* Floor Plan Imags */
.nowrap {
    white-space: nowrap;
}

/* Custom home page slider */
.ch-transition-image {
    width: 100%;
    opacity: 0;
    display: none;
}
.ch-transition-image.current {
    display: block;
    opacity: 1;
}

.ch-transition-image img {
    user-drag: none;
    -webkit-user-drag: none; /* For WebKit browsers */
    object-fit: contain;
    object-position: center center;
    background: white;
    border-radius: 10px;
}
.ch-transition-image:last-of-type img {
    object-fit: cover;
    object-position: center center;
}

.hero-slider-controls {
    width: 100%; 
    text-align: center;
}
.hero-slider-controls .button-text {
    position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.hero-slider-controls ul {
	padding: 0px;
	border-radius: 30px;
	min-height: 40px;
	display: inline-flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    /*background: #EFEFEC;*/
    border-radius: 30
}
.hero-slider-controls ul {
    list-style-type: none;
}
img.slider-control {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover !important;
   position: center center;
   background: white !important;
}
.hero-slider-controls button {
    background: white;
    padding: 0px;
    border: none;
    border-radius: 4px !important;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.hero-slider-controls button.current {
    border: solid 2px var(--accent-3);
}

@media only screen and (max-width: 1024px) {
    .ch-transition-image img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .ch-transition-image img {
        max-height: 375px;
    }
    .hero-slider-controls button {
        background: white;
        padding: 0px;
        border: none;
        border-radius: 4px !important;
        width: 80px;
        height: 80px;
        aspect-ratio: 1/1;
        overflow: hidden;
    }
}


/* Home page */
.ch-map-original,
.ch-map-marker,
.ch-map {
    width: 100% !important;
    height: 450px !important; 
}
.ch-map-original iframe,
.ch-map-marker iframe,
.ch-map iframe {
    width: 100%;
    height: 100%;
}

#edit-map {
    padding: 0px;
	border: 0px;
	left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

.ch-map-cover {
    cursor: pointer;
}
.ch-map-cover #edit-map:hover,
.ch-map-cover #edit-map:focus,
.ch-map-cover #edit-map:focus-visible,
.ch-map-cover #edit-map:active,
.ch-map-cover:hover #edit-map {
    font-family: 'demos-next';
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background: var(--accent-1);
    cursor: pointer;
    border: solid 1px white;
	border-radius: 4px; 
	letter-spacing: 0.1rem;
    box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 15%);
    padding: 10px 20px;
    height: auto;
    position: unset;
    width: fit-content;
    line-height: normal;
    text-decoration: none;
    left: 0;
    text-align: center;
    z-index: 999;
}


.ch-gallery-carousel .elementor-swiper-button:focus,
.ch-gallery-carousel .elementor-swiper-button:focus-visible,
.ch-gallery-carousel .elementor-swiper-button:active,
.ch-gallery-carousel .elementor-swiper-button:hover {
    opacity: 1;
    transition: all .5s ease;
}

.ch-gallery-carousel .elementor-swiper-button svg {
    fill: var(--text) !important;
}
.ch-gallery-carousel .elementor-swiper-button {
    color: var(--text) !important;
    height: 100%;
    display: flex;
    margin: 0px;
    width: 45px;
    background: var(--white-hover);
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease;
}
.ch-gallery-carousel .elementor-swiper-button-next {
    right: 0px !important;
}
.ch-gallery-carousel .elementor-swiper-button-prev {
    left: 0px !important;
}

.ch-promotions .elementor-icon-list-icon {
    transform: rotate(-25deg);
}

button.ch-arrow {
    padding: 2px 10px;
    border: 0px;
    background: 0px;
    cursor: pointer;
}

button.ch-arrow span {
    position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

button.ch-arrow:hover,
button.ch-arrow:focus,
button.ch-arrow:focus-visible,
button.ch-arrow:active {
    opacity: .8;
}

.ch-hide-scroll {
  overflow: auto; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
.ch-hide-scroll::-webkit-scrollbar {
  display: none;
}
/*
@media (min-width: 2000px) {
    .ch-location-scroll {
        visibility: hidden;
    }   
}*/




.ch-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Promotions */
ul.ch-promos {
    padding: 0px !important;
    margin: 0px !important;
    align-items: flex-start;
}

.ch-promos {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ch-promos img {
    padding-top: 4px;
}
.ch-promos li {
    display: flex;
    align-items: flex-start;
    line-height: 1em;
    color: var(--primary);
    gap: 10px;
    width: 100%;
}
.ch-promos a {
    color: var(--primary) !important;
}
.ch-promos div {
    padding-bottom: 15px;
    border-bottom: solid 1px var(--accent-4);
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
}
.ch-promos span:first-of-type {
    font-family: 'demos-next';
    font-weight: bold;
    font-size: 1rem;
}
.ch-promos span:last-of-type {
    font-family: 'helvetica';
    font-weight: bold;
    font-size: .85rem;
}
.ch-promos span {
    display: block;
}


/* Filters for Custom Posts */
.ch-reset button:disabled {
    display: none;
}
#articles  {
  top: 0;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
