/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

body{
	font-family: "Lato", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Libre Bodoni", serif;
}
 .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-color: var(--cta-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;
}

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

#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-color: var(--cta-color);
}

.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 img {
	max-height: none;
	width: auto;
	max-width: 100%;
}

.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;
	background: var(--button-color);
}

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

.modal_form input.wpcf7-submit:hover {
	color: var(--accent-color);
}
@media (max-width: 767px) {
    .mobile_navigation span {
        background: #fff;
    }
	.site_nav{
		border: 0 !important;
	}
	.site_nav ul li.active a, .site_nav ul li a:hover{
		color: #1b354d !important
	}
}

.floorplan_item {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.check_availability_btn a {
    border: 1px solid var(--button-color);
}

.check_availability_btn a:hover {
    border-color: #000;
	color: #000;
}
.contact_information a {
    color: inherit;
}
.get_in_touch_btn a{
	padding: 10px 50px;
}
@media(min-width: 1600px){
	.page-id-516 .footer{
  		position: absolute;
  		bottom: 0;
  		width: 100%;
	}
}
.header_content{
	width: 700px;
}
img.equal {
    filter: invert(1);
    width: 50px;
}

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

div#amenities, div#floorplans, div#gallery{
	scroll-margin-top: 100px;
}
.amenities_two_col_box_content {
    background: #bbb;
}

