/**
 * Theme Name: Zaremba
 * Template: hello-elementor
 */

:root {
--e-global-color-text: #45422c !important;
}

*{
	font-family: "bigmoore", Sans-serif;
}

/**
 * Careers - Culture
 */
.careers-culture.full-page-section {
    background: url('/wp-content/uploads/2024/04/zarembamanagers.jpg');
/* 	min-height: 90vh; */
	background-size: cover!important;
	background-position: center!important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff; 
	font-family: "bigmoore", Sans-serif;
	filter: grayscale(100%);
	transition: background 0.3s ease-in-out;
	position: relative;
}

.careers-culture.full-page-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url('/wp-content/uploads/2024/04/zarembaculture1.jpg');
	background-size: cover!important;
	background-position: center!important;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.careers-culture.full-page-section.second-image::after {
	opacity: 1!important;
}
.careers-culture-inner{
	min-height: 90vh;
    padding-top: 40px;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(187,185,175,0.7);
}
.careers-culture .column-container {
	display: flex;
	padding-right: 80px;
	justify-content: space-around;
/* 	position: absolute; */
/* 	bottom: 40px; */
	width: 100%;
	min-height: 50%;
	margin-bottom: 4%;
}

.careers-culture .column {
	flex: 55%;
	padding: 20px;
/* 	min-height: 100%; */
/* 	display: grid;
	grid-template-rows: 1fr 3fr 1fr; */
	align-self: flex-end;
}

.careers-culture .column.column2 {
	/*flex: 1;*/
	flex: 45%;
	padding: 0;
	overflow: hidden;
}

.careers-culture .column h2 {
	margin-bottom: 20px;
}

.careers-culture .column p {
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 1024px) {
	.careers-culture .column {
		flex: 50%;
	}
	
	.careers-culture .column.column2 {
		flex: 50%;
	}
	
	.careers-culture .column-container {
		margin-bottom: 8%;
	}
}

@media (max-width: 768px) {
	.careers-culture .column-container {
		flex-wrap: wrap;
		padding: 0 25px;
	}
	
	.careers-culture .column,
	.careers-culture .column.column2 {
		flex: 100%;
	}
	
	.careers-culture .column p {
		font-size: 18px; 
	}
}

/**
 * Slider
 */
.careers-slider {
	display: flex;
}

.careers-slider .careers-slide {
	flex: 0 0 100%;
}

/** 
 * Slider Animations
 */
.slideInFadeRight {
	animation: slideInFadeRight 250ms;
}

.slideOutFadeRight {
	animation: slideOutFadeRight 250ms;
}

.slideInFadeLeft {
	animation: slideInFadeLeft 250ms;
}

.slideOutFadeLeft {
	animation: slideOutFadeLeft 250ms;
}

@keyframes slideInFadeRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slideInFadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slideOutFadeLeft {
	0% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: translateX(-100px);
	}
}

@keyframes slideOutFadeRight {
	0% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: translateX(100px);
	}
}

/*Buttons start*/
.careers-nav span{
	border: 1px solid #fff;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	margin: 0 10px;
	padding: 2px 5px;
}

.careers-nav span svg{
	fill: #fff;
	position: relative;
	top: 2px;
}

.careers-nav span:hover, .careers-nav span:focus{

	background: transparent;
	outline: none;
}

.careers-nav .careers-nav-prev:hover{
	margin-left: 0;
	margin-right: 20px;
}
.careers-nav .careers-nav-next:hover{
    margin-right: 0;
    margin-left: 20px;
}


/**
 * Swiper Sliders
 */
.thumbnail-slider-wrapper,
.large-slider-wrapper {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.large-slider {
    width: 100%;
    aspect-ratio: 2 / 1;
    margin-bottom: 15px;
}

.large-slider .swiper-slide img,
.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    aspect-ratio: 2 / 1.2;
}

.gallery-thumbs .swiper-slide img {
    border-bottom: 11px solid transparent;
    transition: border 0.2s ease-in-out;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border-color: #B2A572;
}

.large-slider-wrapper .swiper-button-next {
    right: -20px;
}

.large-slider-wrapper .swiper-button-prev {
    transform: rotate(-180deg);
    left: -20px;
}

@media (max-width: 768px) {

    .large-slider-wrapper,
    .thumbnail-slider-wrapper { padding: 0; }
    .large-slider-wrapper .swiper-button-next {
        right: 15px;
    }
    
    .large-slider-wrapper .swiper-button-prev {
        left: 15px;
    }
}

/**
 * Carousel Slider
 */
.photo-carousel {
    padding: 0 120px;
}

.photo-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1600px) {
    .photo-carousel {
        padding: 0 240px;
    }

    .photo-carousel-wrapper .swiper-button-next {
        right: 80px;
    }

    .photo-carousel-wrapper .swiper-button-prev {
        left: 80px;
    }
}

@media (min-width: 1920px) {
    .photo-carousel {
        padding: 0 380px;
    }

    .photo-carousel-wrapper .swiper-button-next {
        right: 40px;
    }

    .photo-carousel-wrapper .swiper-button-prev {
        left: 40px;
    }
}

@media (max-width: 767px) {
    .photo-carousel-wrapper {
        padding: 0 25px;
    }

    .photo-carousel {
        padding: 0;
    }

    .swiper-navigation {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 80px;
        padding: 60px 25px; 
    }

    .swiper-navigation .swiper-button-next,
    .swiper-navigation .swiper-button-prev {
        position: static;
        margin-top: 0;
    }

    .swiper-button-next {
        order: 1;
    }
}

/**
 * Swiper Buttons
 */

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(assets/img/arrow.png) center no-repeat;
    background-size: 40px;
    top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    transform: rotate(-180deg);
}

/**
 * Text Slider 
 */
.property-testimonial-slider .employee_review_content_heading h2 {
    color: #878e69;
}

.property-testimonial-slider .employee_review_arrows span {
    border: 1px solid #878e69 !important;
}

.property-testimonial-slider .employee_review_arrows span svg {
    fill: #878e69 !important;
}

/**
 * Home Cards
 */
.flex-container {
	display: flex;
	align-items: center;
	gap:10px;
	justify-content: center;
/*     padding: 0 50px; */
	padding-bottom: 40px;
}

.card {
    width: 360px;
    height: 300px;
    border: 20px solid #fff;
    margin-top: -80px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer; 
	position: relative;
}

.card a.card-link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px 0 0;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
}

.card_inner_cta { 
	--cta-height: 40px;
	height: var(--cta-height);
	background: rgba(135, 142, 105, 0.7);
	text-align: center;
}
.card_inner a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	transition: background-color 0.3s ease;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0.5px;


}
.card_inner_cta a::before {
    content: "";
    background: rgba(135, 142, 105, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: var(--cta-height);
    transition: all 0.3s;
}
.card_inner:hover a::before {
    background: #B2A572;
    width: 100%;
}
.card_inner:hover a span{
    z-index: 99;
    position: relative;
}
.card_inner{
    /*outline: solid 3px #000;*/
}
.card_inner .chevron-right{
    font-size: 40px;
    line-height: 1px;
    position: absolute;
    bottom: 9px;
    right: 5px;
}
.card_inner .chevron-right svg{
    fill: #fff;
    
}
.card2 .card_inner .chevron-right{
    /*right: -5px;*/
}
.card3 .card_inner .chevron-right{
    /*right: -65px;*/
}
.card1 {
	background-image: url('/wp-content/uploads/2025/11/11-HTV20092.jpg');
}

.card2 {
	background-image: url('/wp-content/uploads/2025/11/iStock-2031131656.jpg');

}

.card3 {
	background-image: url('/wp-content/uploads/2025/11/iStock-1448868504.jpg');
}

@media (max-width:767px){
	.flex-container {
		flex-direction:column;
	}
	.card{
		/*outline: solid #000 1px;*/
		margin-bottom: 10px;
		margin-top: 0;
	}
    
} /*media query ends here*/


/* Property Cards Starts */
 .properties_card{
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        font-family: "bigmoore", Sans-serif;
        font-size: 18px;
        
    }
    
    .properties_card_content{
        position: relative;
        height: 130px;
        bottom: 0;
        width: 100%;
        padding: 20px 40px;
        padding-bottom: 0;
        display: grid;
        transition: height 200ms ease-in-out;
    }

.properties_card_content::before {
	z-index: 0;
	background-color: rgba(135,142,105,0.72);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.properties_card_content > * {
	z-index: 1;
}
    .properties_card:hover .properties_card_content{
        height: 100%;
    }
    .properties_card_content_text{
        grid-area: 1 / 1 / 1 / 3;
        transition: all 100ms linear;
    }
    .properties_card_content:hover .properties_card_content_text{
        grid-area: 2 / 1 / 2 / 3;
			display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .properties_card_content h3{
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .5px;
        margin-bottom: 5px;
    }
    .properties_card_content_address{
        margin: 0;
    }
    .unit_types{
        border-left: 1px solid var( --e-global-color-b0b1839 );
        padding-left: 30px;
        margin-left: 75px;
        text-transform: none;
        grid-area: 2 / 3 / 3 / 4;
        display: flex;
		flex-direction: column;
		justify-content: center;
		gap:10px;
		opacity: 0;
		transition: all 100ms ease-in;
		
    }
    .properties_card:hover .unit_types{
        opacity: 1;
        margin-left: 25px;
/* 		transition: all 100ms ease-in; */
		transition-delay: 150ms;
    }
    .unit_types p{
        margin: 0;
        font-weight: 600;
    }
    .properties_card .view_properties_button {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var( --e-global-color-b0b1839 )!important;
        grid-area: 3 / 1 / 3 / 4;
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0;
        transition: all 200ms ease-in;
		letter-spacing:1px;
        
    }
.properties_card .view_properties_button:hover{
	color: var( --e-global-color-b0b1839 )!important;
}
    .properties_card:hover .view_properties_button{
        opacity: 1;
/*         margin-top: 0; */
    }
    .properties_card .view_properties_button .chevron-right{
        font-size: 40px;
        line-height: 20px;
        height: 25px;
        width: 25px;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        position: relative;
        border: 0.9px solid var( --e-global-color-b0b1839 );
        border-radius: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 1px;
			padding-left:1px;
    }
.properties_card .view_properties_button .chevron-right svg{
	fill: var( --e-global-color-b0b1839 );
}
.properties_card.includesEmail .properties_card_content_number{
	margin-bottom:0;
}
.properties_card.includesEmail .properties_card_content{
	padding-top:10px;
}
/* Property Cards Ends */

/* Reviews section starts */

.review_image_container {
	max-width: 100%;
    min-height: 450px;
    height: 450px;
    aspect-ratio: 1 / .75;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.employee_review_image {
	position: absolute;
	opacity: 0;
	width: 100%;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    margin-top:-70px;
  	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1160px) {
	.employee_review_image {
  	aspect-ratio: 1 / .95;
    }
}

.employee_review_image.active{
		opacity: 1;
		z-index: 9;
}

@media(max-width:767px){
	.review_image_container { 
		height: auto;
		max-height: none;
		aspect-ratio: 1 / 0;
	}
    .employee_review_image {
        min-height: 250px;
		margin-top: 30px;
    }
}
.employee_review_content_container {
    font-family: "bigmoore", Sans-serif;
    text-align: center;
    display: none;
    flex-direction: column;
	justify-content: center;
    padding: 50px 10px 0;
}

.employee_review_content_container > * {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.employee_review_content_container.active > * {
	opacity: 1;
}

.employee_review_content_container.active{
    display: flex;
}

.employee_review_content_heading h2{
    font-size: 18px;
    letter-spacing: 1px;
    color: var( --e-global-color-b0b1839 );
}
.employee_review_content_p{
    padding: 20px 50px;
    line-height: 28px; 
    letter-spacing: 0.5px;
}

.employee_review_content_attribution .employee_name{
    font-size: 26px;
    margin: 0 0 10px;
}
.employee_review_content_attribution .employee_title{
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
}
.employee_review_arrows{
    display: flex;
    justify-content: center;
    gap: 2rem;
    /*outline: 1px dashed;*/
    margin: 40px auto;
}
.employee_review_arrows span{
    border: 1px solid var( --e-global-color-b0b1839 );
    color: var( --e-global-color-b0b1839 );
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    cursor: pointer; 
}
.employee_review_arrows span svg{
    fill:var( --e-global-color-b0b1839 );
    position: relative;
    top:3px;
    
}
@keyframes slideIn {
        0% {
            transform: translateX(200%);
        }
        100% {
            transform: translateX(0);
        }
    }

    @keyframes slideOut {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .slide-left.active {
        animation: slideIn 0.5s ease forwards;
    }

    .slide-right {
        animation: slideOut 0.5s ease forwards;
    }
/* Reviews section ends */
#mainFooter a{
	color:inherit;
}
/* Contact Page form starts */
/* .page-id-37 .contact_field label{
	color: var( --e-global-color-170bd05 );
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:16px;
	
}
.page-id-37 .contact_field input,.contact_field textarea{
	border:none;
	border-radius: 1px;
	
}
.page-id-37 .contact_field_submit{
	text-align: center;
}
.page-id-37 .contact_field_submit .wpcf7-submit{
	border:2px solid var( --e-global-color-170bd05 );
	border-radius: 2px;
	color: var( --e-global-color-170bd05 );
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing:1px;
	font-size:18px;
	padding: 5px 10px;
  display: flex;
  align-items: center;
	margin:auto;
	transition: all 200ms;
}
.page-id-37 .contact_field_submit .wpcf7-submit .chevron-right{
	padding-top:5px;
}
.page-id-37 .contact_field_submit .wpcf7-submit svg{
	fill:var( --e-global-color-170bd05 );
		transition: all 200ms;
}
.page-id-37 .contact_field_submit span.contact_field_submit_el {
    display: inline-block;
    position: relative;
}
.page-id-37 .contact_field_submit span.contact_field_submit_el::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--e-global-color-b0b1839);
    transition: all 0.3s;
}
.page-id-37 .contact_field_submit span.contact_field_submit_el:hover::before {
    width: 100%;
}
.page-id-37 .contact_field_submit span.contact_field_submit_el button {
    position: relative!important;
    z-index: 999!important;
}
.page-id-37 .contact_field_submit .wpcf7-submit:hover, .page-id-37 .contact_field_submit .wpcf7-submit:active, .page-id-37 .contact_field_submit .wpcf7-submit:focus  {
    background-color: transparent;
}

.page-id-37 .contact_field_submit .wpcf7-submit:hover{
	border-color: #fff;
	color:#fff;
}
.page-id-37 .contact_field_submit .wpcf7-submit:hover svg{
	fill:#fff;
} */

.contact_field_select label,.contact_field label {
	font-family: "bigmoore", Sans-serif;
	font-size: 18px;
	margin-bottom:10px;
	letter-spacing: 0.5px;
}
.page-id-37 .contact-form .contact_field label {
	color:#878e69;
}
.contact_field_select span.wpcf7-form-control-wrap::before{
    content: "";
    width: 12px;
    height: 20px;
    background: url(/wp-content/uploads/2024/01/arrow-right.png);
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: contain !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    z-index: 100;
}
.contact_field input, .contact_field select, .contact_field textarea {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 10px;
}
/* Style for the file input */
input[type="file"] {
	display: none; /* Hide the default file input */
}

/* Style for the custom file input button */
.custom-file-input {
	display: flex;
	background-color: #fff;
	cursor: pointer;
	min-height: 40px;
	color: #ccc;
	font-size: 18px;
	align-items: center;
	padding-left: 10px;
}
.contact_field_submit {
    text-align: center;
}

span.contact_field_submit_el {
    display: inline-block;
    position: relative;
}
span.contact_field_submit_el button {
    position: relative;
    z-index: 50;
}
.contact_field_submit button,.contact_field_submit button[type=submit]:focus {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 15px 25px;
    transition: all 0.3s;
    border-radius: 2px;
}
.page-id-37 .contact-form .contact_field_submit button,
.page-id-37 .contact-form .contact_field_submit button[type=submit]:focus{
	border-color: #878e69;
	color: #878e69;
}

.contact_field_submit button:hover {
    background: transparent;
}
span.contact_field_submit_el button::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #45422c;
    transition: all 0.3s;
}
span.contact_field_submit_el button:hover::before {
    width: 100%;
}
span.contact_field_submit_el button:hover span{
    position:relative;
    z-index:999;
}
.wpcf7-spinner {
    display: none;
}
.contact_field_submit_el span.chevron-right {
    font-size: 40px;
    margin: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    left: 5px;
}

/* Contact Form Columns */
.wpcf7 .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px; /* Adjust to your preferred gutter size */
}

/* Columns for medium-sized screens (similar to col-md-8 and col-md-4 in Bootstrap) */
.wpcf7 .col-md-8, .wpcf7 .col-md-4, .wpcf7 .col-md-6 {
	width: 100%;
	padding: 0 15px; /* Adjust to your preferred gutter size */
}

@media (min-width: 768px) {
	.wpcf7 .col-md-8 {
		width: 66.66666667%; /* Adjust for the desired width ratio */
	}

	.wpcf7 .col-md-4 {
		width: 33.33333333%; /* Adjust for the desired width ratio */
	}

    .wpcf7 .col-md-6 {
		width: 50%; /* Adjust for the desired width ratio */
	}
}

/* Contact Page form ends */
/* Leadership cards starts */
.readBio{
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    color: #B2A572;
    transition: all .5s;
    font-family: "bigmoore", Sans-serif;
    margin-left: -70px;
    pointer-events: none;
}
.readBioText{
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}
.leadersColumn:hover .readBioText{
    opacity: 1;
}
.leadersColumn:hover .readBio{
    margin-left: 0;
    color: #B2A572;
    pointer-events: auto;

}
.readBio:hover .circle-container{
    opacity: 1;
    border-color: #B2A572;

}
.readBio .circle-container {
      position: relative;
      width: 25px;
      height: 25px;
      background-color: transparent; 
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid .5px #B2A572;
      left:10px;
    }

    .readBio .chevron-right {
			padding-top:8px;
			padding-right:1px;
    }
.readBio .chevron-right svg{
	fill: #B2A572;
}

/* Timeline */
.timelineLeftBox::after {
    content: "";
    height: 1px;
    width: 150px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9;
    background: #54595F;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
	.timelineLeftBox::after {
		width: 60px;
		left: 0;
		right: initial;
	}
}

/* Leadership cards ends */
@media(min-width:1150px){
    .introParagraph p.elementor-heading-title.elementor-size-default{
       min-width:550px; 
    }
}

/**
 * Tabs
 */
.management_services_arrows{
	position: absolute;
	top: 0;
	right: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    /*outline: 1px dashed;*/
/*     margin: 40px auto; */
}
.management_services_arrows span{
    border: 1px solid #878e69;
    color: #878e69;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    cursor: pointer; 
	transition: 0.2s ease-in;
}
.management_services_arrows span svg{
    fill:#878e69;
    position: relative;
    top: 3px;
	transition: 0.05s ease-in;
}
.management_services_arrows span:hover,
.management_services_arrows span:hover svg {
	border-color: #fff; 
	fill: #fff;
}


/**
 * Single Property
 */
.property-residents-columns {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 0 25px;
}

.property-residents-columns__column {
    background: #fff;
    padding: 40px 60px;
    color: #878e69;
    flex: 0 1 33%;
}

.property-residents-columns__column p {
    font-size: 18px;
}

.property-residents-columns__column a.button {
    color: #B2A572;
}

.property-residents-columns__column a.button:hover {
    color: #878e69;
}

.single-property-contact-form .contact_field_submit {
    text-align: left;
}

@media (max-width: 1023px) {
    .property-residents-columns {
        flex-wrap: wrap;
        gap: 40px;
    }

    .property-residents-columns__column {
        flex: 0 1 40%;
    }
}

@media (max-width: 767px) {
    .property-residents-columns {
        flex-wrap: wrap;
        gap: 20px;
    }

    .property-residents-columns__column {
        flex: 100%;
    }
}

/**
 * Floorplan Popup
 */
body:not(.elementor-editor-active) #floorplan-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
}

.close-floorplan-popup:hover {
    cursor: pointer;
}

/**
 * Floorplan Filter
 */
.r360-floorplan-filter {
    padding: 0;
}

.r360-floorplan-filter li {
    list-style: none;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.6px;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .r360-floorplan-filter li:not(:last-child) {
        padding: 24px 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    }
}

/**
 * Button
 */
a.button {
    color: #B2A572;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.7px;
    display: inline-block;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
	font-weight: 600;
}

a.button.button-white {
    color: #fff;
}

a.button.button-white .button-icon {
    border-color: #fff;
}

a.button.button-white .button-icon svg {
    fill: #fff;
}

a.button.button-white:hover {
    color: #B2A572;
}

a.button.button-white:hover .button-icon {
    border-color: #B2A572;
}

a.button.button-white:hover .button-icon svg {
    fill: #B2A572;
}

/* .button .button-text {
    z-index: 1;
} */

.button .button-icon {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #B2A572;
    vertical-align: middle;
    text-align: center;
    transition: 0.2s ease-in-out;
/*     z-index: 1; */
}

.button .button-icon svg {
    fill: #B2A572;
    transition: 0.1s ease-in-out;
    transform: rotate(180deg);
}

.button.button-alt {
    padding: 12px 14px;
    
    border-radius: 2px;
    color: #fff;
}

.button.button-alt:before,
.button.button-alt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #B2A572;
    transition: all 0.2s ease-out;
    border-radius: 2px;
}

.button.button-alt:before {
    width: 100%;
    background-color: #BBB9AF;
}

.button.button-alt .button-icon {
    border: 0;
    width: 20px;
}

.button.button-alt .button-icon svg {
    fill: #fff;
}

.button:not(.button-alt):hover {
    color: #878e69;
    transform: translateX(20px);
}

.button.button-alt:hover:after {
    width: 100%;
}

.button.button-alt:hover .button-icon svg {
    fill: #fff;
}

.button:hover .button-icon {
    border-color: #878e69;
}

.button:hover .button-icon svg {
    fill: #878e69;
}

.elementor-33 .elementor-element.elementor-element-479abf2 {
	border-color: #878e69 !important;
}

.elementor-element.elementor-element-84eb8e2.e-con-full.e-flex.e-con.e-child {
	background-color: #878e69D1;
}

.elementor-element.elementor-element-8128347.e-flex.e-con-boxed.e-con.e-child {
	border-color: #45422cD9;
}

.elementor-4980 .elementor-element.elementor-element-94b12e7 .elementor-heading-title, .elementor-4980 .elementor-element.elementor-element-90a11e6 .elementor-heading-title {
	color: #878e69;
	font-family: "bigmoore", Sans-serif;
    font-size: 42px;
    font-weight: 500;
}

.elementor-widget-text-editor {
	color: #45422c;
}

.elementor-element.elementor-element-48ff59d.e-con-full.e-flex.e-con.e-child {
	background-color: #878e69;
	color: #fff;
}

.elementor-5067 .elementor-element.elementor-element-89b031d .elementor-heading-title {
	color: #45422c !important;
}

a.button {
    color: #45422c;
}

.button .button-icon svg {
    fill: #45422c;
}

.button .button-icon {
	border: 1px solid #45422c;
}

.elementor-element.elementor-element-f6f9fd9.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}

.property-residents-columns__column a.button {
    color: #45422c;
}

.elementor-4980 .elementor-element.elementor-element-1c42fc0 .elementor-heading-title, .elementor-4980 .elementor-element.elementor-element-a54bbb5 .elementor-heading-title {
    color: #45422c;
	font-family: "bigmoore", Sans-serif;
    font-size: 42px;
    font-weight: 500;
}


.elementor-element.elementor-element-debb4d8.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    background-color: #878e69;
}

.elementor-element.elementor-element-0850e33.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	    background-color: #878e69;
}

.elementor-page-4980 label {
color: #fff;	
}

.elementor-element.elementor-element-d16a357.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	background-image: url('/wp-content/uploads/2025/10/New-Porch-Rendering.jpg');
	background-position: bottom center;
}

.postid-5355 .elementor-element.elementor-element-dcc981d.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
display: none;	
}

.page-id-37 .contact-form .contact_field label {
    color: #fff;
}

.page-id-37 .contact-form .contact_field_submit button, .page-id-37 .contact-form .contact_field_submit button[type=submit]:focus {
    border-color: #fff;
    color: #fff;
}

.elementor-5067 .elementor-element.elementor-element-ca083df .elementor-heading-title, .elementor-5067 .elementor-element.elementor-element-54ed117 .elementor-heading-title, .elementor-5067 .elementor-element.elementor-element-77b49ec .elementor-heading-title {
	color: #878e69 !important;
}

.elementor-4980 .elementor-element.elementor-element-ab0b256 {
	    color: #45422c;
}

.elementor-4980 .elementor-element.elementor-element-6b851cb:not(.elementor-motion-effects-element-type-background) {
	    background-color: #45422c;
}

.elementor-page-4980 ul {
	text-transform: capitalize;
}

/* Little floor plans box */
.elementor-element.elementor-element-48ff59d.e-con-full.e-flex.e-con.e-child {
	display: none;
}
.elementor-kit-7 h1{
    font-family: "bigmoore", serif;
	font-size: 64px;
}
.elementor-kit-7 h2{
    font-family: "bigmoore", serif;
	font-size: 48px;
}

.view_property{
    font-size: 18px;
    letter-spacing: 0.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 200ms;
    font-family: "bigmoore", Sans-serif;
}
.view_property:hover{
    margin-left: 50px;
    color: #45422c;

}
.view_property:hover .circle-container{
    border-color: #45422c !important;

}
.circle-container {
      position: relative;
      width: 25px;
      height: 25px;
      background-color: transparent; 
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #fff;
      left:10px;
      padding-top: 2px;
      padding-left: 2px;
    }

    .view_property .chevron-right {
        font-size: 30px;
    }
    .view_property .chevron-right svg{
        fill: #fff;
    }
    .view_property:hover .chevron-right svg{
        fill: #45422c!important;
}
.postid-4978 .elementor-4980 .elementor-element.elementor-element-dd4be73:not(.elementor-motion-effects-element-type-background){
	background-position: bottom!important;
}
.elementor-4980 .elementor-element.elementor-element-dbd6c57 .elementor-heading-title {
    font-family: "bigmoore", serif;
}
.property-residents-columns__column h3 {
    font-family: 'bigmoore';
}
.elementor-element.elementor-element-84eb8e2 {
    display: none;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: #45422c;
}

.elementor-5067 .elementor-element.elementor-element-ca083df .elementor-heading-title, .elementor-5067 .elementor-element.elementor-element-77b49ec .elementor-heading-title {
    font-family: "bigmoore", Sans-serif !important;
}


a.view_property {
    font-family: "bigmoore", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

/**
 * Floor Plans Carousel & Filter
 */
@media (max-width: 767.98px) {
	.owl-carousel-stop.floorplans_carousel_carousel-stop {
		flex-direction: column;
	}
	.floorplan_item {
		margin-bottom: 50px;
	}
}

.owl-carousel-stop.floorplans_carousel_carousel-stop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.floorplan_item {
    max-width: 350px;
    margin: 0;
    background: #fff;
    border: 1px solid #7a9e84;
	height: auto!important;
    padding: 20px;
}

.floorplan_item p {
	line-height: 1.4;
}

.swiper-initialized .floorplan_item {
	max-width: none;
}

.siteplan-renderings {
	padding: 100px 0;
	display: flex;
	justify-content: center;
	background: #f1f4ec;
}

.tab-buttons,
.fp-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
}

.tab-buttons button,
.fp-tabs button{
	background: transparent;
	color: #7a9e84;
    padding: 10px 30px;
	border: 1px solid #7a9e84;
	transition: 0.3s ease-in-out;
	border-radius: 0;
}

.tab-buttons button.active,
.tab-buttons button:hover,
.fp-tabs button.active,
.fp-tabs button:hover {
	color: #fff;
	background: #7a9e84;	
	border: 1px solid #7a9e84;
}

.tab-buttons button:focus,
.fp-tabs button:focus {
	outline: none;
}

@media (max-width: 768px) {
	.tab-buttons,
	.fp-tabs {
		flex-direction: column;
	}
}

.condominium,
.townhomes,
.downhill-townhomes,
.condominium-55 {
	display: none;
}

.condominium-55  {
	position: absolute;
	left: -3000px;
	opacity: 0;
	visibility: visible;
	height: auto;
	width: 100%;
	display: block;
	transition: none!important;
}

/* .condominium-55 .floorplan_item {
	margin: 0 auto;
} */

.condominium-55.visible {
	position: static;
	left: 0;
	opacity: 1;
}

.site-plan img {
	max-height: 1075px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.site-plan .container,
.condominium .container,
.townhomes .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.carousel-downhill-townhomes .swiper-wrapper,
.carousel-uphill-townhomes .swiper-wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}


@media (max-width: 767px) {
    .owl-nav {
		margin-top: 0;
        z-index: 999999;
        width: 100%;
        top: 46%;
        position: absolute;
        padding: 0 30px;
    }
	
	.floorplans_carousel_carousel.owl-carousel .owl-nav button.owl-prev {
		left: -30px!important;
	}
	.floorplans_carousel_carousel.owl-carousel .owl-nav button.owl-next {
		right: -30px!important;
	}
}

.postid-4978 #condominiums,
.postid-4978 #apartments {
	display: none;
}

.postid-5354 #townhomes,
.postid-5354 #apartments {
	display: none;
}

.postid-5355 #condominiums,
.postid-5355 #townhomes {
	display: none;
}

.postid-5354 .elementor-33 .elementor-element.elementor-element-4380f58 img {
    max-width: 203px;
}
.postid-5355 .elementor-33 .elementor-element.elementor-element-4380f58 img {
    max-width: 213px;
}

.postid-4978 .elementor-element.elementor-element-fd451a3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}

.postid-5355 .elementor-element.elementor-element-fd451a3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}

.postid-5354 .elementor-element.elementor-element-fd451a3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}

.elementor-4980 .elementor-element.elementor-element-0cd4749 .elementor-heading-title {
    font-family: "bigmoore", sans-serif;
}

.elementor-element .elementor-element-89b031d .elementor-widget .elementor-widget-theme-post-title .elementor-page-title .elementor-widget-heading {
	    font-family: "bigmoore", sans-serif !important;
}

.elementor-5190 .elementor-element.elementor-element-c12fb4f .elementor-heading-title {
	font-family: "bigmoore", sans-serif !important;
}

.elementor-5190 .elementor-element.elementor-element-b6fe62f .elementor-heading-title {
    font-family: "bigmoore", sans-serif !important;
}
.elementor-menu-toggle {
	border-radius: 0;
}
.elementor-nav-menu--dropdown a {
    color: #fff;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
	top:43px!important;
}

.postid-6056 .elementor-element.elementor-element-fc016da.e-flex.e-con-boxed.e-con.e-parent {
	display: none;
}

.postid-6056 .elementor-element.elementor-element-3664400.e-flex.e-con-boxed.e-con.e-parent {
	display: none;
}

.postid-6056 .elementor-element.elementor-element-dd4be73.e-flex.e-con-boxed.e-con.e-child {
	background-position: bottom !important;
}

p {
	text-transform: none !important;
/* 	font-size: 18px !important; */
	    font-weight: 400;
    letter-spacing: 1px !important;
}

.elementor-4980 .elementor-element.elementor-element-739e02a {
	font-size: 18px;
}

.page-id-9 h3.elementor-heading-title.elementor-size-default {
    margin-top: -50px;
}

.elementor-widget-container {
	text-transform: none;
}
.elementor-5067 .elementor-element.elementor-element-89b031d .elementor-heading-title {
    font-size: 25px !important;
    white-space: nowrap;
}
.popup-trigger {
    display: flex !important;
}
.postid-5355 .popup-trigger {
    display: none !important;
}

/*Office Hours*/
.elementor-element.elementor-element-a52caee.elementor-widget.elementor-widget-text-editor {
    display: none;
}

/* Schedule Tour Details */
.elementor-element.elementor-element-419d89d.e-flex.e-con-boxed.e-con.e-child {
    display: none;
}
.elementor-4980 .elementor-element.elementor-element-dd4be73:not(.elementor-motion-effects-element-type-background), .elementor-4980 .elementor-element.elementor-element-dd4be73 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: center !important;
}
@media(max-width:767px){	
	html,body {
    	overflow-x: hidden;
	}
}