/**
 * Theme Name: Garden East Child Theme
 * Template:   garden-east
 * Author: Resident360
 */
html,
body {
	min-width: 320px!important;
	letter-spacing: .5px;
}

.mainContent {
	padding-top: 8rem;
}

@media screen and (min-width: 1024px) {
	.mainContent {
		padding-top: 16rem;
	}
}

body{
	font-weight: 500;
	color: #000;
}

.text-body {
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.logo img {
	max-width: 280px;
}

@media (min-width: 1024px) {
	#ham {
		display: none;
	}
}

.header_modal_menu li a, .header_modal_menu li a:hover, .header_modal_menu li.current-menu-item:not(.button) a {
	color: #fff;
	text-transform: none;
}

.header_modal_menu li a:hover, .header_modal_menu li.current-menu-item:not(.button) a {
	color: var(--accent-color);
}

@media (min-width:1024px) {
    .header_content_inner h1,
    .header_content_inner h2,
    .parallax_section_content h1,
    .parallax_section_content h2 {
        font-size: 54px
    }
}

#menu-header-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 5px;
}

#menu-header-menu li:last-child {
  margin-left: auto; /* push to the right */
  flex-basis: 100%; /* start on new line */
  text-align: right; /* align text to right */
}

.main-menu li a {
	font-size: 14px;
	letter-spacing: 2px;
	transition: 0.2s ease;
}

.main-menu li a:hover i {
	margin-left: 5px;
}

.top-menu li a {
	font-size: 16px;
	color: var(--accent-color);
	font-family: var(--heading-font);
	font-weight: 600;
	letter-spacing: 1px;
}

.top-menu li a:hover {
	color: #fff;
}

/**
 * Hero
 */
.home-hero {
	width: 100%;
	aspect-ratio: 16/9;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
}

.home-hero::before {
	background: rgba(0, 0, 0, 0.25);
}

body.logged-in .home-hero {
	height: calc(100vh - 32px);
	max-height: calc(100vh - 32px);
}

.wistia_embed video {
	object-fit: cover!important;
}

.video-overlay-text {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}


@media (min-width: 320px) and (max-width: 460px) {	
	.video-overlay-text {
		padding-left: 2rem!important;
		padding-right: 2rem!important;
		top: 58%;
	}
}

@media (max-width: 767px) {
	.home-hero {
		aspect-ratio: 1;
	}
	
	.wistia_responsive_wrapper,
	.wistia_embed,
	.wistia_embed > div:first-child {
		height: 100%!important;
	}
	
	.video-overlay-text h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 1023px) {
	.heroButtons > *:not(:last-child) {
		display: none!important;
	}
}

/* ---- */

.selectUnits {
	margin-top: 10px;
	font-style: italic;
}

.page-id-61 .parallax_section {
	background-position: top;
}

@media(min-width:768px) {
.page-id-59 .bg-cover {
	background-position: 0 -80px;	
}
}
	
.page-id-59 .parallax_section {
		background-position: center;
}

.page-id-65 .bg-cover {
	background-position: top;	
}


.page-id-155 .bg-cover {
	background-position: top;	
}

.page-id-67 .parallax_section {
		background-position: top;
}

@media(min-width:768px) {
.page-id-69 .bg-cover {
	background-position: 0 -70px;
	} 
}

.page-id-6 .bg-cover {
	background-position: top;	
}

.page-id-6 .parallax_section {
	background-position: center;	
}

footer.bg-darker.py-10.lg\:pt-20.lg\:pb-10.text-white {

    background-repeat: no-repeat;
    background-position: right bottom;
    background-blend-mode: soft-light;
}

.footer-logo img {
	max-width: 350px;
}

.contact_gallery_section {

    background-repeat: no-repeat;
    background-position: 98% 3%;
    background-blend-mode: soft-light;
    background-size: 100px;
}

.footer_credit ul li a {
	color: #fff;
}
.floorplans_section {
	padding-top: 40px;
    background-size: contain;
    background-repeat: repeat-y;
}
.floorplans_loop_col {
    background: #fff;
}

.fp-title {
	font-size: 22px;
}

.featured-list-section .simple_text_inner ul li {
	line-height: 1.6;
	padding: 3px 0;
}

.simple_text_inner ul li {
	font-size: inherit;
}

.two_column_content_section .simple_text_container{
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: bottom right;
}
.features-section.neighborhood-attractions {
    background: var(--accent-color) !important;
}
.parallax_section_content h2, .section-title, .simple_text_inner h2, .simple_text h2, .walk_score_section_content h2, .contact_gallery_section h2 {
	font-size: 2.4rem;
}

select.wpcf7-form-control.wpcf7-select option {
	color: #000;
}

.floorplan_item_details h2 {
    font-family: var(--body-copy);
}
.page-id-59 .modal h2, .page-id-59 .modal h3 {
    font-family: var(--body-font);
}

.floorplan_modal_image.lg\:order-last.grow img {
    width: 70%;
    position: relative;
	top: 25px;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest {
	background-color: var(--accent-color);
	color: #fff;
}

button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest:hover {
	background-color: var(--button-hover-color);
}

a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit {
	background-color: #004147;
		color: #fff;
}

a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit:hover {
	background-color: #fff;
		color: #004147;
}

.floorplans_loop_col .bg-lighter {
    background: #fff;
}

.flex.flex-col.lg\:flex-row.max-w-screen-md.mx-auto.grow.lg\:items-center.text-medium.px-8 {
    color: #fff;
}

.header_modal_menu li.menu-item.button a {
	border: 1px solid var(--accent-color);
}

@media (min-width: 1024px) {
    .lg\:px-8  {
	        padding-left: 60px !important;
        padding-right: 60px !important;
}
}

img.absolute.top-0.left-0.w-full.h-full.group-hover\:scale-125.transition-all.duration-500.ease-in-out.object-contain.object-center {
		padding: 60px 30px 0;
}

h2.gold-heading {

  }
  

p:has(input.has-spinner) {
	position: relative;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: var(--accent-color);
	color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: var(--button-hover-color);
}

.wpcf7-spinner {
	position: absolute;
    top: 12px;
    margin-left: 0;
    margin: 0;
    right: 12px;
}

.page-id-61 .bg-cover {
	background-position: top;
}

.page-id-61 .parallax_section {
	background-position: top;	
}

.page-id-6 .bg-cover {
	background-position: center;	
}

.page-id-378 .mainContent, .page-id-242 .mainContent {
    padding-top: 15rem;
}
@media(max-width:1023px){
	#header > div:first-child {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important;
}
	#header > div:first-child > a:first-child {
    transform: none!important;
}
}

.featured-popup {   
	background-color: var(--accent-color);
	min-height: 200px;    
	background-size: contain; 
	display: flex;  
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.specials-text { 
	font-size: 45px;    
	font-family: 'turbinado-pro', sans-serif;    
	line-height: 110%;
}
.popup-btn 
{
	background-color: #B55C2C;
	border: 1px solid #B55C2C;
	color: #fff;
	font-size: 17px;
	line-height: 0.3em !important;
	font-weight: 600;
	padding: 22px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.05em;
}
.popup-btn:hover {
	background-color: white;
	border: 1px solid #B55C2C;
	color: #B55C2C;
	line-height: 5px !important;
}
.featured-popup {
	color: #fff;
	display: none;
}
.home .featured-popup{
	display: flex
}
span.popup-btn {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2rem;
}
span#closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.managed-by {
	max-width: 380px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-left: 0!important;
}
.managed-by img {
	max-width: 100px;
	width: auto!important;
}

.footer_links ul li {
	margin-right: 0;
	margin-left: 0;
}

/** Floor Plans Carousel */

.page-id-6 .bg-light {
	background: #fff!important;
}

.section-floorplan-carousel {
	padding: 60px 0;
	background: #edebe6;
}

.section-floorplan-carousel .swiper-slide {
	height: auto;
}

.fp-carousel-content {
	max-width:460px; 
	margin-left: auto; 
	margin-right: 30px;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.fp-carousel-content {
		margin: 0 auto 40px;
		max-width: 90%;
		text-align: center;
		padding-left: 0;
	}
}

.section-floorplan-carousel h2 {
	font-size: 3.25rem;
	font-family: var(--heading-font);
	margin-bottom: 1rem;
}

.section-floorplan-carousel .floorplan_item_details {
	margin-bottom: 20px;
}

.section-floorplan-carousel .floorplan_item_details h2 {
	font-family: var(--body-font);
	font-size: 1.3rem;
	margin-top: 1rem;
	line-height: 1.2;
}

.section-floorplan-carousel .floorplans_loop_col button {
	background-color: var(--accent-color);
	color: #fff;
	border: none;
	padding: 15px 20px;
	margin-top: auto;
	cursor: pointer;
}

.section-floorplan-carousel .floorplans_loop_col button:hover {
	background-color: var(--button-hover-color)
}

.floorplans_loop_col .fp-thumb {
	overflow: hidden
}

.floorplans_loop_col:hover .fp-thumb img {
	transform: scale(1.1);
}

@media (min-width: 1024px) {
    .simple_text p,
	.simple_text_inner p {
        font-size: var(--body-font-size);
        line-height: 1.75rem;
    }
} 

.btn {
	background-color: var(--accent-color);
	border: 1px solid var(--accent-color);
	color: #fff;
	padding: 15px 26px;
	display: inline-block;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	font-size: 95%;
	letter-spacing: 1px;
}

.btn:hover {
	background: var(--button-hover-color);
}