/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */
 .modal_form .contact-field .wpcf7-not-valid-tip {
	font-size: 12px;
 }
.promo-bar {
	background: #fff;
	position: absolute;
	width: 100%;
	top: -999px;
	left: 0;
	right: 0;
}

.promo-bar .container {
	padding: 10px 0;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

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

.promo-bar .get_in_touch_btn a {
	background: #fff !important;
	color: #000 !important;
	padding: 10px 20px;
}

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

.promo-bar .get_in_touch_btn a {
	line-height: 24px;
}

.promo-bar .row {
	width: 100%;
}

@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 {
		font-size: 18px;
		line-height: 20px;
	}

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

#floorplans {
	padding-top: 0!important;
}

#allfloorplans {
	display: block;
	width: 100%;
	height: 70px;
}

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

.pum-content h3, .pum-content p {
	color: #222!important;
}
.pum-content .get_in_touch_btn a {
	padding: 12px 24px;
	background-color: var(--cta-color)!important;
}

.pum-content .get_in_touch_btn a:hover {
	background-color: #fff!important;
	color: var(--cta-color)!important;
}
.pum-content .get_in_touch_btn a strong {
	font-size: 20px!important;
	line-height: 1.6;
}

.site_header,
.site_header.scrolling {
	background: var(--cta-color);
}

.site_main_header {
	border: 0 !important;
}

.site_header .col-md-10 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.site_header .col-md-10 {
		justify-content: center;
	}
}

.site_logo a {
    display: block;
    height: 120px;
    width: 183.33px;
}

.site_logo img {
    height: 100%;
    max-height: none;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

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


.site_nav ul li a,
.site_nav ul li.active a, .site_nav ul li a:hover,
.site_nav ul li i {
	color: #fff;
}

.site_nav ul li.menu_btn_item a {
	background: #fff;
	color: var(--cta-color)!important;
}

.site_nav ul li.menu_btn_item a:hover {
	color: #fff!important;
}

.site_nav ul li {
	padding: 10px 0;
}

.floorplan_info {
	padding-top: 25px;
}
.check_availability_btn {
	padding-top: 10px;
}

div#gallery {
	padding-top: 60px;
}

.contact_section_form {
	margin-top: 0;
}
.site_main_header .container-fluid{
	padding-right: 35px;
    padding-left: 35px;

}

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

/**/
.header_content {
	width: 100%;
}

.header_content h1 {
width: 100%;
}

@media (min-width: 768px) {
    .header_content h1 {
    width: 520px;
    }
}

/* White - Grey Hover */
.availability-banner .contact_field input.wpcf7-submit,
.get_in_touch_btn a,
.contact_field.contact_field_submit input {
	 background: #fff;
	 color: #000;
}

.availability-banner .contact_field input.wpcf7-submit:hover,
.get_in_touch_btn a:hover,
.contact_field.contact_field_submit input:hover {
    background: #969392;
    color: #fff;
}

.promo-bar {
	background: #fff;
}


.promo-bar .container {
	padding: 12px 0 12px 0 !important;
}

.promo-bar .row, .promo h3, .promo p {
	color: #000;
}

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

.promo .get_in_touch_btn a:hover {
    background: #969392 !important;
    color: #fff !important;
}


/* Grey - White Hover */
.check_availability_btn a {
    background: #969392;
    color: #fff;
}

.check_availability_btn a:hover {
	 background: #fff;
	 color: #000;
}

.get_in_touch_btn a[href="#contact"] {
    background: #000;
    color: #fff;
}

.get_in_touch_btn a[href="#contact"]:hover,.promo-bar .get_in_touch_btn a:hover {
	 background: #969392 !important;
	 color: #fff !important;
}



/* Community Section */
.about_community {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about_community p {
margin: 30px auto;
}

.about_community p a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

/* Promo Section */
.promo h3 {
	font-size: 32px !important;
	font-weight: 600 !important;
}

.promo p {
	font-size: 26px !important;
	font-weight: 500 !important;
}

/* Floor Plan Section */

.floorplan_item p {
	font-size: 16px;
}

.availability-banner {
	padding: 25px;
}
.contact_field i {
	z-index: 1;
}
.contact_field input::placeholder, .contact_field textarea::placeholder {
	color: #fff;
}
.availability-banner .contact_field input, .availability-banner .contact_field select {
	margin: 0;
}
.get_in_touch_btn a strong {
	font-size: 32px;
}

/* Hero Section */
.header_content .get_in_touch_btn {
 text-align: left;
}

.header_content .get_in_touch_btn a,
#menu-main-menu .menu_btn_item a {
     background: var(--cta-color);
    color: #fff !important;
}

.header_content .get_in_touch_btn a:hover,
#menu-main-menu .menu_btn_item a:hover {
    background: #969392 !important;
    color: #fff !important;
}




/* Transparent main menu */
.site_header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 9999 !important; 
    background: transparent !important; 
}

.promo-bar {
    position: relative !important;
    top: 0 !important;  
    left: 0 !important; 
    transform: none !important; 
    width: 100% !important;
    display: block !important; 
    visibility: visible !important; 
    opacity: 1 !important; 
    height: auto !important; 
    min-height: 40px !important; 
    overflow: visible !important; 
    background-color: #6f7f3e !important; 
    z-index: 10000 !important; 
    padding: 10px 0 !important;
    margin: 0 !important;
}

.promo-bar h5, 
.promo-bar p {
    color: #fff !important; 
    display: block !important;
    visibility: visible !important;
}

.site_main_header {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    width: 100% !important;
    z-index: 5 !important;
    background: transparent !important;
}

.is-sticky-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 10000 !important;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.contact_section_form_inner {
    background: rgba(111 127 62 / 80%);;
}