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

.logo-size {
	max-height: 80px;
	max-width: auto;
}

.mb-99 {
	margin-top: 3rem;
}

.owl-nav {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width:1024px) {
	.hero-image {
		height: 70%;
  		width: auto;
		min-height: 80vh;
	}
	.header_content_inner h1 {
		font-size: 2.5rem;
	}
}

.w-10 {
    width: 2rem;
}
.h-10 {
    height: 2rem;
}

.w-6 {
    width: 1rem;
}
.h-6 {
    height: 1rem;
}

.max-w-full {
  max-width: 90%;
}

.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(188 185 166 / var(--tw-bg-opacity));
}

.testimonials_section_broder_top {
    background: url(https://avalonatthepointe.r360.dev/wp-content/uploads/2025/07/bg-grass.png);
}


.testimonials_section_broder_bottom {
    background: url(https://avalonatthepointe.r360.dev/wp-content/uploads/2025/07/bg-grass.png);
}

.bg-white, .bg-light-color {
  background-color: rgb(188 185 166);
}

.text-medium {
	color: rgb(70, 70, 70);
}

.text-body {
  color: rgb(70, 70, 70);
}

.header_modal_menu li a {
	color: rgb(70, 70, 70);
}

.yellowbg {
	background-color: rgb(188 185 166);
}

.schedule_tour_form .contact_field.contact_field_submit input {
  background-color: #5a9486;
  border-color: #5a9486;
  color:  var(--light-color);
}

ui-widget.ui-widget-content {
  color: #464646;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: rgb(70 70 70)
}

.ui-widget.ui-widget-content {
  color: #464646;
}

.schedule_tour_form .contact_field input, .schedule_tour_form .contact_field select, .schedule_tour_form .contact_field textarea {
  border: 1px solid #464646;
  color: #464646;
}

.ui-datepicker .ui-datepicker-header {
  color: #464646;
}

.schedule_tour_form .contact_field input::placeholder {
    color: #464646;
}
	
.ui-state-active, .ui-widget-content .ui-state-active {
  color: rgb(144 91 60);
}
.modal.before\:bg-white:before {
    background-color: rgb(188 185 166);
}
.floorplan_modal_image.lg\:order-last.grow img.max-w-full.mx-auto {
    max-width: 80%;
}
button.close-modal.absolute.top-4.right-4.lg\:top-4.lg\:right-4.border-medium.border.w-10.h-10.flex.justify-center.items-center.z-20 {
    top: 70px;
}

button.close-modal.absolute.top-4.right-4.lg\:top-4.lg\:right-4.border-medium.border.w-10.h-10.flex.justify-center.items-center.z-20 {
    top: 70px;
    opacity: 1;
}
.page-id-67 .schedule_tour_form .contact_field.contact_field_submit input {
    background-color: var(--light-color);
    border-color: var(--light-color);
    color: var(--accent-color);
}
.page-id-67 .schedule_tour_form .contact_field input, 
.page-id-67 .schedule_tour_form .contact_field select, 
.page-id-67 .schedule_tour_form .contact_field textarea {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.page-id-67 .schedule_tour_form .contact_field input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.page-id-67 .schedule_tour_form .contact_field input::placeholder {
    color: #fff;
    opacity: 1
}
.schedule_tour_form .contact_field.contact_field_submit input:hover{
	background-color: var(--button-hover-color);
    border-color: var(--button-hover-color);
    color: var(--light-color);
}
.grecaptcha-badge{
	display: none;
}