/**
 * Theme Name: Garden East Child Theme
 * Template:   garden-east
 * Author: Resident360
 */

.simple_text_inner ul.col-md-6 {
    margin-left: 0!important;
}
.mt-4{
	margin-top: 4rem;
}
.hero_image {
    background-position: top!important;
}
.page-id-59 .hero_image, .page-id-138 .hero_image{
	background-position: bottom !important;
}
.page-id-65 .hero_image{
	background-position: bottom !important;
}
.schedule_tour_form .contact_field.contact_field_submit input:hover {
    border-color: #fff;
}
.page-id-59 .parallax_section {
    background-position: bottom;
}

.floorplan_item_details h2 {
    font-size: 1.8rem;
}
#header {
    padding: 1.5rem 0;
}
#header.is-stuck {
    padding: 2.5rem 0;
}
.contact_gallery_footer {
    padding: 30px 0 60px;
}

.footer_credit ul li a {
    color: #fff;
}

.floorplan_modal_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 20px;
}
.floorplans_loop_col .bg-lighter {
    background-color: #fff;
}

@media (min-width: 1024px) {
  .header_content_inner p, .parallax_section_content p {
    font-size: 1.8rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
}

header img {
  max-width: 60px !important;
}

.popup-925 {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.popup-925-image {
    background: url('/wp-content/uploads/2026/06/B9590004-F676-44E5-ABAB-C21605584866.PNG.png') center center/cover no-repeat;
    min-height: 220px;
}

.popup-925-content {
    padding: 40px;
    text-align: center;
}

.popup-925 h2 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
}

.popup-925 p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 30px;
    max-width: 500px;
    color: #555;
}

.popup-925 .highlight {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a68b52;
    font-weight: 600;
}

.popup-925 .cta {
    display: inline-block;
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: .25s ease;
}

.popup-925 .cta:hover {
    background: #a68b52;
    color: #fff;
}

.popup-925 .secondary {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    color: #777;
}

@media (max-width:640px){

.popup-925-content{
    padding:30px 25px;
}

.popup-925 h2{
    font-size:28px;
}

.popup-925 p{
    font-size:16px;
}
	
#header {
	padding: 0rem !important;
}

	#header img {
		max-height: 75px !important;
	}

}