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

.parallax_section_content a {
	color: black;
}

.parallax_section_content a:hover {
    color: white;
}

a.bg-accent {
  background-color: var(--button-color);
	color: black;
}

a.bg-accent:hover {
	background-color: var(--accent-color);
	color: white;
}

.schedule_tour_form .contact_field.contact_field_submit input {
  background-color: var(--button-color);
  border-color: var(--button-color);
  color: black;
}

.schedule_tour_form .contact_field.contact_field_submit input:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wpcf7-spinner{
	display: none!important;
}
.testimonials_section_broder_top, .testimonials_section_broder_bottom {
    display: none;
}
@media(max-width:767.9px){
	.page-id-242 .max-w-screen-lg.mx-auto.px-6.pt-24.lg\:pt-44.pb-10.lg\:pb-20, .page-id-378 .max-w-screen-lg.mx-auto.px-6.pt-24.lg\:pt-44.pb-10.lg\:pb-20,
	.page-id-11143 .max-w-screen-lg.mx-auto.px-6.pt-24.lg\:pt-44.pb-10.lg\:pb-20{
    	padding-top: 12rem;
	}
}

.testimonials_section .bg-secondary {
    background-color: #a0a4ac;
}

.testimonials_section_testimonial_item h3, .testimonials_section_testimonial_item h4 {
    color: #fff;
}
.testimonials_section_testimonials_carousel_el .owl-nav button {
    background: #a0a4ac !important;
}
.page-id-155 .hero-image{
	background-position: top!important;
}
.footer_credit ul li a {
    color: #fff;
}
footer nav ul li a:hover, .footer_links ul li a:hover {
    color: var(--button-color);
}