/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */

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

.modal-content {
    background: url(/wp-content/uploads/2025/04/iStock-1215964192.jpg);
		background-size: cover !important;
   background-repeat: no-repeat !important;
	background-position: center !important;
}

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

.availability-banner .contact_field input.wpcf7-submit:hover {
    background-color: var(--cta-hover-color);
    border-color: var(--cta-hover-color);
    color: var(--button-hover-color);
}

div#community {
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-position: bottom !important;
}

.check_availability_btn a:hover {
    background: var(--cta-hover-color);
    color: var(--button-hover-color);
}

.get_in_touch_btn a strong {
    font-size: 35px;
}

.get_in_touch_btn a:hover {
    background: var(--cta-hover-color);
    color: var(--button-hover-color);
}

.contact_field.contact_field_submit input:hover {
    background-color: var(--cta-hover-color);
    color: var(--button-hover-color);
}

.home_location_section_box {
	background: url(/wp-content/uploads/2025/04/67f013f6b32917.57770642229-1.jpg) !important;
	    background-size: cover !important;
    background-position: center !important;
    border: 8px solid #fff;
}

@media(max-width:767px) {
.get_in_touch_btn a strong {
    font-size: 28px;
}
	
.site_nav ul li.menu_btn_item a {
        background: var(--secondary-bg-color);
        color: var(--button-hover-color) !important;
	    padding: 10px 30px;
    }
	
    .site_nav ul li.menu_btn_item a:hover {
        background: var(--cta-hover-color);
		color: var(--button-hover-color) !important;
    }
}

.floorplan_title {
	min-height: 88px;
}

/** Promo */
.promo-bar {
	background: #5b83a2;
	position: absolute;
	width: 100%;
	top: -999px;
	left: 0;
	right: 0;
	color: #fff;
}

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

.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-color: #fff;
	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;
	color: #436177;
}

.promo-bar .get_in_touch_btn a:hover strong {
	color: #fff;
}

.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 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;
}
.contact_section_form {
    margin-top: 50px;
}