/**
 * 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;
	}
}

.testimonials_section_testimonials_carousel_el .owl-nav button {
  background: none !important;
}
.testimonials_section_broder_top, .testimonials_section_broder_bottom {
    display: none;
}
.floorplans_loop_col img {
    background: #fff;
}
.testimonials_section_testimonials_carousel_el .owl-item.active:nth-child(2n) {
    border-color: transparent !important;
}
a.text-center.min-w-\[220px\].lg\:min-w-\[240px\].tracking-wider.py-3.lg\:pt-3.lg\:pb-3.bg-accent.text-white.uppercase.hover\:pb-5.block.hover\:bg-primary {
    background: #97bfc9;
}

a.text-center.min-w-\[220px\].lg\:min-w-\[240px\].tracking-wider.py-3.lg\:pt-3.lg\:pb-3.bg-accent.text-white.uppercase.hover\:pb-5.block.hover\:bg-primary:hover {
    background: var(--accent-color);
}
.bg-darker\/70 {
    background-color: rgb(4 43 76 / 70%);
}

@media (min-width: 1024px) {
    .header_modal_menu li.menu-item.button a {
        padding-bottom: 1rem;
    }
}
.header_modal_menu li.menu-item.button a:hover {
    background-color: #97bfc9;
    border-color: #97bfc9;
}
.testimonials_section_testimonial_item h3, .testimonials_section_testimonial_item h4 {
    color: #fff;
}
.testimonials_section .bg-secondary {
    background-color: #b8af9a;
}
.page-id-67 a.bg-accent {
    background-color: #97bfc9;
}
.page-id-67 a.bg-accent:hover {
    background-color: var(--accent-color);
}
.schedule_tour_form .contact_field.contact_field_submit input:hover{
    background-color: #97bfc9;
}
.sl-overlay {
    background-color: #293944;
}
.btn-outline:hover, .group:hover .group-hover\:bg-accent{
    background-color: #97bfc9;
    border-color: #97bfc9;
}
footer nav ul li a:hover, .footer_links ul li a:hover {
    color: #97bfc9;
}