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

img.d-inline-block.max-w-full {
	width: 170px
}

header#header {
	padding: 5px;
}

.contact_gallery_footer ul li a:hover {
	color: #937800;
}

.testimonials_section_broder_top {
	background: #937800;
}

.testimonials_section_broder_bottom {
	background: #937800;	
}

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: #262262;
	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: #8d1722;
	color: #fff;
}

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

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

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

.schedule_tour_form .contact_field.contact_field_submit input {
	background-color: #8d1722!important;
	color: #fff;
	border: #8d1722!important;
}

.schedule_tour_form .contact_field.contact_field_submit input:hover {
	background-color: #fff!important;
	color: #8d1722!important;	
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
/* 	background-color: #262262; */
/* 	color: #fff; */
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
		background-color: #fff;
	color: #8d1722;
}

.header_modal_menu li.menu-item.button a {
	background-color: #262262;
	color: #fff;	
}

.header_modal_menu li.menu-item.button a:hover {
	background-color: #8d1722;
	color: #fff;	
}

.testimonials_section_testimonial_item h4 {
	font-weight: 500;
}
@media(max-width:767px){
	.header_content_inner h1 {
    	font-size: 2rem;
	}
	.page-id-3 .max-w-screen-lg.mx-auto.px-6.pt-24.lg\:pt-44.pb-10.lg\:pb-20, 	.page-id-242 .max-w-screen-lg.mx-auto.px-6.pt-24.lg\:pt-44.pb-10.lg\:pb-20  {
    	padding-top: 10rem;
	}
}

.location-carousel ul {
    list-style-position: outside;
    margin-left: 30px;
}

    .location-poi-list ul {
    list-style-position: outside;
    margin-left: 30px;
}

    .location-poi-list ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style-type: disc;
}
.location-poi-list ul li::marker{
	color: var(--accent-color);
}
@media (min-width: 768px) {
    .location-poi-list ul li {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

body.page-id-69 .contact_field textarea{
	max-height: 200px;
}

@media screen and (max-width:1024px) {
	body.page-id-69 .contact_field textarea{
		height: 200px; 
	}
}