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

footer nav ul li a:hover, .footer_links ul li a:hover {
    color: #8d1722;
}

h4.\31 -review {
	margin-top: 22px;
}

h4.\33 -review {
	margin-top: 68px;
}

.page-id-6 .hero.bg-cover {
	background-position: top;
}

.page-id-6 .parallax_section {
	background-position: bottom;	
}

.page-id-138 .bg-cover {
	background-position: top;
}

@media(min-width:768px) {
	.features-list {
		display: flex;
		gap: 20px;
	}
}

@media(min-width:768px) {
ul.\32 nd-list {
	margin-left: 80px;
}
}

@media(min-width:768px) {
.page-id-65 .bg-cover {
	background-position: center -50px;
	}  
}

.page-id-155 .bg-cover {
	background-position: top;
}

.contact_field select option {
color: #000;
}

.page-id-67 .parallax_section {
	background-position: top;
}

.page-id-69 .bg-cover {
	background-position: top;
}

header#header {
	padding: 12px 0px;
}
@media(max-width:768px){
    .headerLogo{
        max-width:150px;
    }
}

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

.max-w-screen-2xl.mx-auto.flex.items-center.justify-between.px-4.lg\:px-8.py-8.lg\:py-9.transition-all.duration-500.group-\[\.is-stuck\]\/header\:py-4.group-\[\.is-stuck\]\/header\:lg\:py-6.relative {
	padding-bottom: 2rem;
        padding-top: 2rem;
}

img.max-w-\[240px\].mx-auto.lg\:ml-0 {
	max-width: 180px;
}

.header_modal_menu li.menu-item.button a, 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, a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit {
	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, a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit:hover {
	background-color: #8d1722;
	color: #fff;	
}

.testimonials_section_broder_top.bg-cover.p-0.lg\:py-8, .testimonials_section_broder_bottom.bg-cover.p-0.lg\:py-8 {
	background-color: #947800;
}

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

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

/* Header */
header .header_button {
	background: #262262;
    color: #fff;
	padding: .5rem 1rem;
	--tw-border-opacity: 1;
    border:none;
    display: inline-block;
    margin: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	font-size: inherit;
    line-height: inherit;
	text-transform: uppercase;
	--tw-text-opacity: 1;
    animation: fadeInLeft .9s ease-in-out forwards;
	left:0px !important;
}

.header_button:hover {
	background: #8d1722;
    color: #fff;
	--tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}

header .topbar {
    background: #ececec;
}

.special-label-header {
    font-family: le-monde-livre-std,serif;
    font-size: 1.5em;
    color: #262262;
	transition:0.3s;
}

.special-label-header:hover {
	color:#8d1722;
}

.specials_container {
    padding: 10px 3rem 10px 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}

.featured-popup span#closeBtn {
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}

.header_floorplan_special {
    font-size: 28px;
    font-family: le-monde-livre-std, serif;
}

/* Floor Plans */
.flex_button {
    gap: 20px;
	padding-top:50px;
}

.modal .floor_plans_container {
    width: 40%;
}

.flex_button button {
    background: #8d1722 !important;
	cursor: initial;
}

.flex_button .floorplan_button:hover {
    background: #8d1722;
}

.flex_button .floorplan_button {
    background: #262262;
    color: #FFF;
}

@media screen and (max-width:475px) {
	.flex_button {
		flex-flow: column;
		gap: 0px;
	}
}

/* Floorplan Special */

.floorplan-special {
    display: inline-block;
    padding: 8px 16px;
    margin: 8px 0;
    border-radius: 4px;
    text-align: left;
    width: 100%;
}

.floorplan-special.has-special {
    background-color: #1a3a5c;
    color: #ffffff;
}

.floorplan-special.no-special {
    background-color: #f5f5f5;
    color: #757575;
    border: 1px solid #e0e0e0;
}

.special-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 2px 0;
    opacity: 0.8;
}

.special-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

@media screen and (max-width:767px) {
	
	.specials_container {
		padding-right: 30px;
	}
	
	.featured-popup span#closeBtn {
		top: 10px;
		right: 10px;
	}
	
	.special-label-header {
		font-size: 1.2em;
	}
	
}

@media screen and (max-width:360px) {
	
	.specials_container {
		flex-flow: column;
		gap: 10px;
	}
	
}

.floorplans_loop_col {
	position:relative;
}

.special-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/garden-east/img/tag.svg);
    z-index: 1;
}

.special_text_tag_text {
    width: 240px;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 27px;
    padding: 6px 12px;
    font-size: 12px;
    background: #262262;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
}

.special-tag:hover .special_text_tag_text {
    opacity: 1;
    visibility: visible;
    text-align: left;
}

a.special-tag-label-header {
    font-size: 18px;
	font-family: le-monde-livre-std, serif;
}

a.special-tag-label-header:hover {
	text-decoration:underline;
}

.special-tag h4 {
    font-size: 20px;
    margin-bottom: 5px;
	font-family: le-monde-livre-std, serif;
}

.special-tag.relative {
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    margin-top: 15px;
	background: url(/wp-content/themes/garden-east/img/tag-red.svg);
}

.special-tag.relative .special_text_tag_text {
	left: 30px;
	background: #8d1722;
}

@media screen and (max-width:1023px) {
	.modal .floor_plans_container {
		width: 100%;
		padding-top: 30px;
	}
	
	.schedule_tour_form_popup {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}
	
}

.super-sticky {
	position: fixed; top: 0;
}

header#header {
    position: fixed;
}

table.r360_ils_unit_table td a.fpg-modal__cta {
    display: block;
    background: #8d1722;
    margin: 0.3rem 0;
}

table.r360_ils_unit_table td[data-label="Apply"]::before {
	display:none;
}

.modal.modal_container {
    align-items: flex-start;
}
