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

div#gallery, div#reviews {
    display: none;
}

.contact_section_form {
    margin-top: 100px;
}
.get_in_touch_text {
    text-align: center;
}
.site_logo a {
    color: inherit;
    font-family: 'Playfair Display';
}

.owl-carousel-1.floorplans_carousel_carousel-1 {
    display: flex;
}
.site-plan {
	padding-bottom: 60px;
}
.floorplan_item {
    width: 300px;
}
.site-plan img {
    background: #fff;
    border: 1px solid var(--accent-color);
    margin: auto;
    padding: 20px;
    color: var(--accent-color);
	width: auto;
}

.r360-maps-category-filter,
.r360-maps-location-panel {
    display: none;
}

#grmap {
	width: 100%;
	padding-bottom: 60px;
}

@media(max-width:767.98px){
	.owl-carousel-1.floorplans_carousel_carousel-1 {
    	flex-direction: column;
		gap: 1rem;
	}
}

/* Homepage hero: 3-image carousel (Bootstrap) */
.header_hero_slider {
	position: relative;
	overflow: hidden;
}

.header_hero_slider .header_hero_carousel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.header_hero_slider > .container-fluid {
	position: relative;
	z-index: 1;
}

.header_hero_slider .carousel-inner,
.header_hero_slider .carousel-item {
	height: 100%;
	min-height: 100%;
}

.check_availability_btn a:hover,
.contact_field.contact_field_submit input:hover{
    color: #fff;
}