/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */
:root{
	--primary-color: #003a4a; /*Dark Green*/
	--secondary-bg-color: #cfbdb2 ; /*Beige*/
	--third-color: #b1a491; /* Tan*/
}
body{
	font-family: var(--font-family);
}
h1, h2{
	font-family: var(--subheading-font-family), sans-serif;
}
h4 {
    font-family: var(--font-family);
}
.about_community{
	padding: 200px 0;
	background-position: bottom!important;
}
.availability-banner h3{
/* 	font-family: 'Collier', sans-serif; */
}
.header_content {
    width: 700px;
}
/* .site_header, .site_header.scrolling {
    background: var(--accent-color);
} */
.site_main_header {
    border-bottom: none;
}
.site_nav ul li a,
.site_nav ul li.active a, .site_nav ul li a:hover{
	color: var(--accent-color);
}


.site_nav ul li.menu_btn_item a, 
.check_availability_btn a,
.get_in_touch_btn a,
.contact_field.contact_field_submit input,
.availability-banner .contact_field input.wpcf7-submit{
	background: var(--third-color);
	border: 1px solid var(--third-color);
	color: #fff;
	
}
.site_nav ul li.menu_btn_item a:hover,
.check_availability_btn a:hover,
.get_in_touch_btn a:hover,
.contact_field.contact_field_submit input:hover,
.availability-banner .contact_field input.wpcf7-submit:hover{
	background: #7dd2b1;
	border-color: #7dd2b1;
	color: #fff;
}

/* .site_nav ul li i {
    color: #fff;
} */

div#gallery {
    padding: 60px 0 90px 0;
}
.testimonial_rotator_prev, .testimonial_rotator_next{
	top: 50%!important;
}
.header_content h4, .about_us_content_left h4, .amenities_two_col_content h4 {
    font-size: 18px;
    letter-spacing: 1px;
}
.floorplan_item h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.floorplan_item {
    background: #fff;
    border: 1px solid var(--primary-color);
    margin: auto;
    padding: 20px;
	color: var(--primary-color);
}
.lunaLogo{
	width: 80px;
	margin-right: 20px;
}
@media (min-width: 576px) {
    div#CheckAvailabilityModal .modal-dialog {
        max-width: 1000px;
    }
}
.grecaptcha-badge{
	display: none!important;
}

.amenities_two_col_box_content {
    background: var(--third-color);
}

.page-id-20 .cover {
	background-position: top !important;
}


.modal_form input.wpcf7-submit {
	background: var(--third-color);
	color: #fff;
}

.modal_form input.wpcf7-submit:hover {
	background: var(--secondary-bg-color);
}

.modal-content {
	background: url('/wp-content/uploads/2025/03/iStock_000039899910_Full-1.jpg');
	background-size: cover;
}

div#community {
    background-size: cover !important;
}
.contact_field.contact_field_select {
    margin-top: 35px;
}

.contact_section_form.cover {
	margin-top: 20px;
}

.page-id-510 .single_page_content {
	padding: 0 0;
}

@media (max-width: 767px) {
  .mobile_navigation span {
    background: var(--third-color);
	}
	
.site_nav ul li.active a, .site_nav ul li a:hover {
        color: var(--third-color) !important;
    }
	
	.site_nav ul li.menu_btn_item a {
		color: #fff !important;
	}
}

.site_logo img {
    max-height: none;
    width: 160px;
}
.get_in_touch_btn a {
	padding: 10px 50px;
}
.mobile_carousel_slide_counter {
    display: none;
}

.promo-bar {
	background: var(--accent-color);
	position: absolute;
	width: 100%;
	top: -999px;
	left: 0;
	right: 0;
	color: #fff;
}

.promo-bar {
	padding: 10px 15px;
}

.promo-bar .col-md-4 {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.promo-bar .get_in_touch_btn {
	padding-top: 0!important;
}

.promo-bar .get_in_touch_btn a {
	background-color: var(--third-color)!important;
	padding: 10px 20px;
}

.promo-bar .get_in_touch_btn a:hover {
	background: var(--button-color)!important;
	color: #fff!important;
}

.promo-bar .get_in_touch_btn a strong {
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 768px) {
	.promo-bar {
		text-align: center;
	}

	.promo-bar .container {
		flex-direction: column;
		justify-content: center;
	}
	.promo-bar .row {
		margin: 0!important;
	}

	.promo-bar .get_in_touch_btn a {
		padding: 10px 20px;
	}

	.promo-bar .get_in_touch_btn a strong {
		font-size: 18px;
		line-height: 20px;
	}

	.promo-bar h5 {
		font-size: 1.1rem;
	}
}

.promo-bar .get_in_touch_btn {
	padding-top: 15px;
}

.promo {
	text-align: center;
	padding: 0 0 60px;
}

.promo h3 {
	margin-bottom: 20px;
}

.promo .get_in_touch_btn {
	text-align: center;
}

@media (max-width: 767px) {
    .main {
        overflow-x: hidden;
    }
}

.promo p {
    max-width: 680px;
    margin: 0 auto 20px;
}

@media (max-width: 768px) {
	.get_in_touch_btn a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
    .get_in_touch_btn a strong {
        font-size: 32px;
    }
}