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

.two_column_content_image_right .two_column_content_image_col {
	background-position: bottom;	
}

.page-id-69 > div.bg-cover:first-child {
	background-position: top;
}

.two_column_content_image_left .two_column_content_image_col {
	background-position: center top;	
}

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

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

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

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

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

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

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

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

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

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

.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;	
}

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

body.page-id-59 .modal-content .max-w-full{
	max-width: 80% !important;
}

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

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

/* Floor Plans - Popup */

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

/* Floor Plans - Popup Table */

.available-units {
    width: 100%;
}

.available-units h2 {
	text-align:center;
}

.available-units-table {
	width: 100%;
}

.available-units-table thead td {
	font-weight: 600;	
}

.available-units-table td {
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
	padding: 20px 0;
	text-align: center;
}

.available-units-table .button {
    border: 1px solid #000;
    padding: 6px 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.available-units-table .button:hover::before {
    width: 100%;
    z-index: 1;
}

.available-units-table .button:hover span {
    z-index: 2;
    color: #FFF;
    position: relative;
}

.available-units-table .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #8d1722;
    transition: all 0.25s;
}

.available-units-table .button_2 {
	background: #947800;
	color:#FFF;
}

.available-units-table .button_2:hover::before {
    width: 100%;
    z-index: 1;
}

.available-units-table .button_2:hover span {
	z-index: 2;
    position: relative;
}

@media (max-width: 767px) {
	.available-units-table thead {
		display: none;
	}
	
	.available-units-table td {
		border: 0;
		padding: 5px 0;
		display: block;
	}
	.available-units-table tr td:first-child {
		border-top: 1px solid #4b4b4b;
		padding-top: 20px;
		font-weight: bold;
	}
	.available-units-table tr td:last-child {
		border-bottom: 1px solid #4b4b4b;
		padding-bottom: 20px;
	}
}

/* Floor Plans - Schedule Tour Popup */
.schedule_tour_form_popup {
    background: #8d1722;
    padding: 50px 30px;
	z-index:9;
}

.schedule_tour_form_popup input.wpcf7-form-control.wpcf7-submit {
    background: #262262;
    cursor: pointer;
}

.schedule_tour_form_popup .wpcf7-response-output, .schedule_tour_form_popup .wpcf7-not-valid-tip {
    color: #FFF;
}

.schedule_tour_form_popup input.wpcf7-form-control.wpcf7-submit:hover {
    background: #947800;
}

.schedule_tour_form_bg::before {
    background: rgba(0, 0, 0, 0.7);
}

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