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

@import url("https://use.typekit.net/zvb2yxa.css");

:root {
    --font-family: "azo-sans-web";
    --body-font-size: 16px;
    --heading-font-family: "commuters-sans";
	 --subheading-font-family: "azo-sans-web";
}
body{
	font-family: "azo-sans-web", sans-serif;
}
h1,h2,h3,h4,h5,h6,
.get_in_touch_btn a strong,
.availability-banner h3{
	font-family: "commuters-sans", sans-serif;
}

.modal-content {
    background: url('/wp-content/uploads/2026/01/istockphoto-1400278970-2048x2048-1.jpg') !important;
		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;
}

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

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

.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;
    }
	
	#community h2 {
		font-size: 35px;
	}
	
}

.floorplan_title {
	min-height: 111px;
}

/** Promo */
.promo-bar {
	background: var(--secondary-bg-color);
	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(--cta-hover-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;
}

.modal-content {
    background-image: url(/wp-content/uploads/2026/02/iStock-1400278970.jpg)!important;  
}

.contact_information a {
    color: inherit;
}

.contact_field input, .contact_field textarea, .contact_field select {
	border-color: rgb(255 255 255 / 100%);
}
.contact_field input::placeholder,.contact_field i, .contact_field textarea::placeholder, .contact_field select::placeholder{
	color: #fff;
	opacity: 1;
}
.page-id-516 .single_page_content{
	height:100vh;	
}

@media(max-width:1450px){
	.header_hero.cover {
		background-position: bottom!important;
	}
}

@media (max-width: 767px) {
    .mobile_navigation {
		top: 12px;
	}
}
.about_community p {
    font-weight: bold;
}
.floorplan_item h2 {
    font-size: 16px;
}
.about_us {
	padding: 20px 0 100px;
}
.about_us .row {
	flex-direction: column;
	gap: 30px;
	text-align: center;
}
.amenities_two_col_content h4{
    color: #00445a;
}
.amenities_two_col_box.amenities_two_col_box_blue .amenities_two_col_content h4{
    color: var(--secondary-bg-color);
}
.site_nav{
	font-family: var(--font-family)
}
@media(min-width: 768px){
	.header_content h1 {
    	font-size: 36px;
	}
}
.site_logo img {
    max-width: 270px;
}
.site_main_header {
    padding-left: 15px;
    padding-right: 15px;
}


@media(max-width: 767px){
	.site_logo img {
    	max-width: 180px;
		margin: 10px 0;
	}
	.header_content h4 {
        font-size: 15px;
    }
}
.promo-bar .row {
    align-items: center;
}
.mobile_carousel_slide_counter {
    display: none;
}