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

@media (max-width: 767px) {
    .site_logo {
        padding: 20px 0 !important;
    }
	    .mobile_navigation {
        top: 30px;
    }

}
.grecaptcha-badge {
    display: none !important;
}
.owl-carousel-STOP.floorplans_carousel_carousel-STOP {
    display: flex;
}
.floorplan_item {
    max-width: 350px;
}
@media(max-width: 767px){
	.owl-carousel-STOP.floorplans_carousel_carousel-STOP {
    	flex-direction: column;
}
}
.contact_information p a{
	color: inherit;
}

body {
	min-height: 100vh;
}

.main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.footer {
	margin-top: auto;
}

@media (min-width: 1440px) {
    .page-id-525 .header_hero {
        min-height: calc(100vh - 85px);
    }
}